
@charset "UTF-8";
/* =============================================================================
      ____    __  __  __  _____
    /\  _ _`\/\ \/\ \/\ \/ ____/
    \ \ \  \ \ \ \ \ \ \ \ \_____
     \ \ \  \ \ \ \ \ \ \ \_____ \
      \ \ \__\ \ \ \/  \/ / ____\ \
       \ \_____/\ \______/ /\_____/
        \/____/  \/_____/  \/____/
        
    Don't Worry Never Crash
   ========================================================================== */

/* =============================================================================
   BASIC
   ========================================================================== */

/*DEFAULT*/
html, body { height: 100%; -webkit-text-size-adjust: none; text-size-adjust: none;}
body { background:#F2F2F2; }
body, th, td, input { font-size: 100%; }
a { text-decoration: none; }
p,li { font-size: 1em; line-height: 2em; color: #333; font-family: sans-serif; }
a:link, a:visited { text-decoration: none; cursor: pointer; }
 
body.sty3 hr { border-top: 1px solid #4B4C3F;}
a:link, a:visited { text-decoration: none; cursor: pointer;  }
::selection { background: #333; color: #FFF;}

.loading_box{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background: #DF603C; z-index: 9999;}
.loading_box .icon{ width: 220px;}
.loading_box .icon img{ display: block; width: 100%;}

@media only screen and (max-width: 576px) {
	.loading_box .icon{ width: 110px;}
}

/*IMG LOAD*/
.imgLiquidCenter, .imgLiquidFill{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
.imgLiquidCenter img, .imgLiquidFill img{ display: none;}
.imgLiquid_ready { opacity: 1; }
div.lazy{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
div.lazy.imgLiquid_ready{ opacity: 1;}
img.lazy{ opacity: 0; transition: opacity 1000ms ease, transform 500ms ease; }
img.lazy.ed{ opacity: 1;}

/*SCALE*/
.mv_16by9 { position: relative; padding-bottom: 56.25%;}
.mv_16by9 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_4by3 { position: relative; padding-bottom: 75%; margin-bottom: 30px;}
.mv_4by3 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.mv_1by1 { position: relative; padding-bottom: 100%; margin-bottom: 30px;}
.mv_1by1 iframe{  position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0;}
.item_16by9::before{ content: ''; display: block; padding-bottom: 56.25%;}
.item_4by3::before{ content: ''; display: block; padding-bottom: 75%;}
.item_1by1::before{ content: ''; display: block; padding-bottom: 100%;}
.item .s16by9::before{ display: block; content: ''; padding-bottom: 56.25%;}
.item .s4by3::before{ display: block; content: ''; padding-bottom: 75%;}
.item .s1by1::before{ display: block; content: ''; padding-bottom: 100%;}

/*ELEMENT*/
.ie { position: fixed; width: 60%; height: 80%; padding: 10% 20%; text-align: center; left: 0; top: 0; background: #f2f2f2; z-index: 9999; }
.ie .title { color: #333 !important; font-size: 2em; }
.ie p { text-align: center; color: #333 !important; font-size: 0.9375em; }
.ie a { color: #F36; }
/* =============================================================================
   BASIC END
   ========================================================================== */

/* =============================================================================
   MODULE
   ========================================================================== */
/*Package*/
.inner-width { position: relative; max-width:1200px; margin: auto;}
.txt-width { position: relative; max-width:900px; margin: auto; }

/*more_bar*/
.more_bar{ position: relative; z-index: 100; text-align: left; }
.more_bar.center{ text-align: center;}
.more_bar.right{ text-align: right;}
.more_bar.pos_right{ position: absolute; right: 0; top: 0; margin: 0;}
.more_bar.ad{ right: 320px;}
.more_bar .arr{ display: inline-block; margin: 0 20px;  vertical-align: middle; transition: 200ms ease; }
.more_bar .arr:hover{ opacity: 0.5;}

/*title_bar*/
.title_bar{ position: relative; text-align: left; margin: 0; padding: 0;}
.title_bar.left{ text-align: left; }
.title_bar.right{ text-align: right; }
.title_bar.center{ text-align: center; }
.title_bar .sub_title{ position: relative; color: #DF603C; font:500 20px/1.1em 'Inter', 'Noto Sans TC', sans-serif; margin-bottom: 0.2em;}
.title_bar .title{ position: relative; display: block; color: #222; font:800 60px/1.1em 'Inter', 'Noto Sans TC', sans-serif; margin-bottom: 0.2em;}
.title_bar .title.sm{ font: 500 50px/1.1em 'Noto Sans TC', sans-serif; margin-bottom: 0.1em; }
@media only screen and (max-width: 1200px) {
	.title_bar .sub_title{ font:500 24px/1.1em 'Inter', 'Noto Sans TC', sans-serif; }
	.title_bar .title{ font:800 40px/1.1em 'Inter', 'Noto Sans TC', sans-serif; }
	.title_bar .title.sm{ font: 500 32px/1.1em 'Noto Sans TC', sans-serif; margin-bottom: 0.1em; }
}
@media only screen and (max-width: 992px) {
	.title_bar .sub_title{ font:500 20px/1.1em 'Inter', 'Noto Sans TC', sans-serif; margin-bottom: 0.4em; }
	.title_bar .title{ font:800 32px/1.1em 'Inter', 'Noto Sans TC', sans-serif; margin-bottom: 0.4em; }
	.title_bar .title.sm{ font: 500 24px/1.1em 'Noto Sans TC', sans-serif; margin-bottom: 0.1em; }
}
/*button*/
.btn_more{ position: relative; display: inline-block; font-size: 1.1rem; color: #FFF; min-width: 120px; text-align: center; line-height: 40px; padding: 0 20px; border-radius: 5px; background: #DF603C; border: solid 1px #DF603C; box-sizing: border-box; vertical-align: middle;
	transition: 300ms ease;
}
.btn_more:hover, .btn_more:focus{ color: #DF603C; border: solid 1px #DF603C; background: #FFF; }
.btn_more.full{ display: block;}
	.btn_more.s2{ color: #FFF; background: #DF603C; border: solid 1px #FFF;}
	.btn_more.s2:hover, .btn_more.s2:focus{ color: #DF603C; border: solid 1px #FFF; background: #FFF; }

.btn_more+.btn_more{ margin-left: 1em;}
	/*Fx*/
	.btn_more.fx-circle-hover{ overflow: hidden;}
	.btn_more.fx-circle-hover span{position: relative; z-index: 1;}
	.btn_more.fx-circle-hover b{ display: block; position: absolute; width: 0; height: 0; border-radius: 100px; top: 0; left: 0; z-index: 0; background-color: #FFF; opacity: 0; transform: translateX(0) translateY(0);
		transition: transform 500ms ease-in, width 500ms ease-in, height 500ms ease-in, opacity 500ms ease-in  ;
	}
	.btn_more.fx-circle-hover:hover b{ width: 280px; height: 280px; transform: translateX(-140px) translateY(-140px); background-color: #FFF; opacity: 1;}
	.btn_more.fx-circle-hover:hover, .btn_more.fx-circle-hover:focus{ background: #DF603C;}
	.btn_more.s2.fx-circle-hover b{ background-color: #DF603C; }
	.btn_more.s2.fx-circle-hover:hover b{ background-color: #FFF; opacity: 1;}
	.btn_more.s2.fx-circle-hover:hover, .btn_more.s2.fx-circle-hover:focus{ background: #DF603C;}
@media only screen and (max-width: 992px) {
	.btn_more{ font-size: 15px; min-width: 120px; line-height: 30px; padding: 0 10px; }
}
@media only screen and (max-width: 576px) {
	.btn_more{ font-size: 14px; min-width: 90px; }
}
/*list element*/
.list .pic{ position: relative;}
.list .pic_16by9 { position: relative; padding-bottom: 56.25%;}
.list .pic_4by3 { position: relative; padding-bottom: 75%;}
.list .pic_1by1 { position: relative; padding-bottom: 100%;}
/* =============================================================================
   MODULE END
   ========================================================================== */

/* =============================================================================
   BLOCK
   ========================================================================== */
#wrapper { position: relative; z-index: 1; width: 100%; margin:auto; top:0; overflow:hidden;}
#header { position:fixed; z-index:1000; width:100%; left:0; height: 60px; overflow: hidden;}
#header::before { position:absolute; display: block; content: ''; z-index:-1; width:100%; top:0; left:0; background: rgba(223, 95, 60, 1); height: 60px;
	transition: 500ms ease;
	-webkit-backdrop-filter: blur(10px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
}
#content { position: relative;}
#footer { position:relative; padding: 30px; background: #666; z-index: 1;}
#footer .copyright { color: #FFF; text-align: center; padding: 20px 0; font-size: 15px;}
#footer .tel { color: #FFF; display: flex; justify-content: center;}
#footer .tel .item{ padding: 10px;}
#footer .tel .item a{ color: #FFF;}
	/*to_inner*/
	.to_inner{ position: fixed; cursor: pointer; bottom: 20px; left: 50%; margin-left: -20px; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 20px; color: #FFF; font-size: 24px; z-index: 100;
		transition: 300ms ease;
	}
	.to_inner img{ display: block; position: relative; width: 100%;
		transition: 300ms ease;
		animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate;
		-webkit-animation: bounce .4s  cubic-bezier(.5,.2,.8,.8) infinite alternate ;
	}
	.to_inner:hover img{ transform: scale(0.8); }
	.to_inner.ed{ bottom: -60px; }
	@keyframes bounce {
		0% {
			top: -5px;	
		}
		100% {
			top: 5px;
		}
	} 
	/*to_top*/
	.to_top{ position: fixed; cursor: pointer; bottom: -40px; right: 10px; width: 40px; height: 40px; line-height: 38px; text-align: center; background: #DF603C; border-radius: 20px; color: #FFF; font-size: 24px; z-index: 100;
		transition: 300ms ease;
	}
	.to_top:hover{ background: #FFF; color: #DF603C;}
	.to_top.ed{ bottom: 10px; }

/*ED*/
#header.ed::before { background: rgba(223, 95, 60, 0.95);}
@media only screen and (max-width: 576px) {
	#footer{ margin: 0;}
	#footer .attention { width: 300px;  margin-bottom: 20px;}
	#footer .copyright { position: relative; top: inherit; left: inherit; text-align: center; margin-bottom:20px; }
	#footer .links { position: relative; top: inherit; left: inherit; text-align: center; margin-bottom: 20px;}
	#footer .tel { flex-wrap: wrap;}
	#footer .tel .item{ flex: 0 1 100%; text-align: center; padding: 5px;}
}
/* =============================================================================
   BLOCK END
   ========================================================================== */

/**logo**/
.logo { position: absolute; width: 86px; top: 350px; left: 50%; margin-left: -43px;}
.logo img { width: 100%;}
.logo span { display: none;}

/*---top_menu---*/
/*menu_btn*/
.menu_btn{ position: absolute; top:5px; right:20px; display:block; width:50px; height:50px; z-index:3000; cursor: pointer;} 
.menu_btn>div{ position:absolute; width:50px; height:4px; background: #FFF; right:0; transition: 0.2s ease-in; }
.menu_btn.on>div{ background: #CCC; left:10px;}
.menu_btn .m1{ top:15px; width: 30px;}
.menu_btn .m2{ top:24px; width: 30px;}
.menu_btn .m3{ top:33px; width: 30px;}
.menu_btn:hover .m1,.menu_btn:hover .m2,.menu_btn:hover .m3{ width:30px;}
.menu_btn.on .m1{ top:25px; left: 20px; width: 30px; transform: rotateZ(45deg) }
.menu_btn.on .m2{ opacity: 0; width:0; left:20px;}
.menu_btn.on .m3{ top:25px; left: 20px; width: 30px; transform: rotateZ(-45deg); }

.top_menu{ background: #FFF; position:fixed; top:0 !important; left: initial; right:-100% !important; width:300px;  z-index:100; height: 100%; box-sizing: border-box; letter-spacing: 0.1em; overflow: auto;
	transition: 500ms ease-in;
	-webkit-backdrop-filter: blur(20px) saturate(150%);
	backdrop-filter: blur(20px) saturate(150%);
}
.top_menu ul{ list-style:none; margin:0; padding:60; width:100%; display:block; box-sizing: border-box; transition: 500ms ease-in;}
.top_menu>ul{ padding:90px 10px; }
.top_menu>ul>li{ display: block; border-left:none; float: none; margin: 0;}
.top_menu>ul>li { display: block; float: none; border-top: solid 1px rgba(0, 0, 0, 0.2);}
.top_menu>ul>li:first-child{ border: none;}
.top_menu>ul>li>a{ display: block; padding: 10px 20px; font:500 18px/1.4em 'Inter', 'Noto Sans TC', sans-serif; color: #333;}
.top_menu>ul>li>a span{ display: inline-block; margin-right: 10px; font-size: 24px; vertical-align: middle;}
.top_menu>ul>li>a span img{ height: 24px;}
.top_menu.on{ right:0 !important; }
.top_menu_mask{ display:block; position:fixed; top:0; left:100%;; width:100%; height:100%; z-index:0; opacity:0; background: rgba(45, 45, 45, 0.8); transition: opacity 500ms ease-in; }
.top_menu_mask.on{ left:0; opacity:1; z-index: 2;}

.attention{ position: absolute; top: 10px; left: 20px; display: flex; }
.attention.right{ right: 20px; left: initial; }
.attention a{ display: flex; color: #FFF; width: 40px; height: 40px; line-height: 40px; border: solid 1px transparent; border-radius: 20px; margin: 0 5px; transition: 300ms ease; font-size: 24px; justify-content: center; align-items: center;}
.attention a img{ width: 20px; }
.attention a span{ display: none;}
.attention a:hover{ color: #FFF; border: solid 1px #FFF; }

/*bv_box*/
.bv_box{ position: relative; z-index: 0; height: 100vh; min-height: 900px; width: 100%; overflow: hidden; background: #DF603C; display: flex; text-align: center; justify-content: center; align-items: center;}
.bv_box .pic { z-index: 1; position: absolute; min-width: 100%; min-height: 100%; }
.bv_box .inx_txt{ position: relative; z-index: 100; box-sizing: border-box;
	font:800 20px/1.5em 'Inter', 'Noto Sans TC', sans-serif; color: #FFF; letter-spacing: 0.1em;
}
.bv_box .inx_logo{ margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: solid 1px #FFF;}
.bv_box .con{ min-height: 30px;}
@media only screen and (max-width: 1200px) {
	.bv_box{ min-height: 768px; }
}
@media only screen and (max-width: 576px) {
	.bv_box{ min-height: 500px; }
}
/*----*/

/*--area_box--*/
.area_box{ position: relative; padding: 0;}
.area_box .items{ position: relative; display: flex;}
.area_box .items .inner-width{ position: relative; display: flex;}
.area_box .items .title_bar{ margin-bottom: 2em;}
.area_box .items .cover{ position: relative; flex: 0 0 auto; width: 50vw; margin-left: calc(-50vw + 600px); overflow: hidden;}
.area_box .items .cover .pic{ position: absolute; top: -200px; left: 0; width: 100%; height: calc(100% + 200px);}
.area_box .items .txt{ flex: 0 0 50%; padding: 50px;}
.area_box .items:nth-last-of-type(even){ background: url(../images/bg_news_box.png) center center fixed #DF603C;}
.area_box .items:nth-last-of-type(even) .inner-width{ flex-direction: row-reverse;}
.area_box .items:nth-last-of-type(even) .inner-width .cover{ margin-left: inherit; margin-right: calc(-50vw + 600px);}
.area_box .items:nth-last-of-type(even) .txt{ color: #FFF;}
.area_box .items:nth-last-of-type(even) .txt .title_bar .sub_title{ color: #FFF;}
.area_box .items:nth-last-of-type(even) .txt .title_bar .title{ color: #FFF;}
.area_box .items:nth-last-of-type(even) .txt p { color: #FFF;}
@media only screen and (max-width: 1200px) {
	.area_box .items .cover{ width: 50vw; margin-left: 0; }
	.area_box .items:nth-last-of-type(even) .inner-width .cover{ margin-right: 0;}
}
@media only screen and (max-width: 992px) {
	.area_box .items .inner-width{ flex-wrap: wrap;}
	.area_box .items .cover{ width: 100%; height: 0; padding-bottom: 80%; }
	.area_box .items .cover .pic{ top: -100px; height: calc(100% + 100px);}
	.area_box .items .txt{ flex: 0 0 100%; padding: 20px;}

	.area_box .items:nth-last-of-type(even){ background-size: auto 100%; background-attachment: local;}
}
@media only screen and (max-width: 992px) {
	.area_box .items .cover .pic{ top: -100px; }
}




/*----*/

/*---news_box---*/
.news_box{ position: relative; z-index: 1; padding: 60px 0; background: url(../images/bg_news_box.png) center center fixed;}
.news_box canvas{ position: absolute; top: 0; left: 0; width: 100%; z-index: -1; }
.news_box .tips{ position: relative; padding: 20px 0 0 0; margin-bottom: -20px; text-align: center;}
.news_box .list ul{ position: relative; display: flex; flex-flow: wrap; list-style: none; margin: 0 -10px; }
.news_box .list ul li{ position: relative; flex: 0 0 calc(100% / 4 - 20px); margin: 10px; background: #FFF;}
.news_box .list li a { position: relative; display: block; overflow: hidden;}
.news_box .list li a .pic{ width: 100%; height: 0; padding: 0 0 75% 0; margin: 0;
	transition: opacity 500ms ease, transform 500ms ease;
}
.news_box .list li a .pic::before{ position: absolute; display: block; content: ''; top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.news_box .list li a .txt{ box-sizing: border-box; padding:10px;}	
.news_box .list li a .txt .title{ font:800 20px/1.5em 'Inter', 'Noto Sans TC', sans-serif; color: #333; margin-bottom: 10px; }
.news_box .list li a .txt .con{ font:500 15px/1.5em sans-serif; color: #666; line-height: 24px; }
.news_box .list li a:hover .txt .title{ color: #DF603C;}
.news_box .list li a:hover .pic::before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.news_box .list li.xl{ flex: 0 0 calc(100% / 2 - 20px); }
.news_box .list li.xl a .pic{ padding: 0 0 calc(55% - 10px) 0; }
@media only screen and (max-width: 1200px) {
	.news_box { padding: 40px;}
}
@media only screen and (max-width: 992px) {
	.news_box { padding: 40px 20px;}
	.news_box .list ul{ padding: 0 10px; margin: 0 -20px;}
	.news_box .list ul li{ flex: 0 0 calc(100% / 3 - 10px); margin: 5px;}
	.news_box.inx .list ul{ overflow: auto; flex-wrap: nowrap; padding: 0 10px;}
	.news_box.inx .list ul li{ flex: 1 0 calc(90% / 2 - 20px); margin: 0 5px;}
	.news_box.inx .list li.xl{ flex: 0 0 calc(90% / 2 * 2 - 20px); margin: 0 5px;}
}
@media only screen and (max-width: 576px) {
	.news_box .list ul li{ flex: 0 0 calc(100%  - 10px); margin: 5px;}
	.news_box .list li.xl a .pic{ padding: 0 0 110% 0; }
	.news_box.inx .list ul li{ flex: 1 0 calc(80% - 20px); margin: 0 5px;}
	.news_box.inx .list li.xl{ flex: 0 0 calc(80% - 20px); margin: 0 5px;}
}
/*------*/

/*---join_box---*/
.join_box{ position: relative; z-index: 1; padding: 60px 0; background: url(../images/bg_join_box.jpg) center bottom fixed; }
.join_box .title_bar{ margin-bottom: 50px;}
.join_box .forms { position: relative; max-width: 500px; margin: auto; padding: 0 20px;}
.join_box .forms .men{ position: absolute; top: 1000px; right: -140px; z-index: 1000;}
@media only screen and (max-width: 992px) {
	.join_box .forms .men{ z-index: -1;}
	
}
/*----*/

/*---yt_box---*/
.yt_box{ position: relative; display: flex; z-index: 1; flex-wrap: wrap;}
.yt_box .item{ flex: 0 0 50%;}
.yt_box .item.full{ flex: 0 0 100%;}
@media only screen and (max-width: 992px) {
	.yt_box .item{ flex: 0 0 100%;}
}
/*----*/


/*===POPUP===*/
/*---pop_box---*/
.pop_box{ position:fixed; left:0; width:100%; -webkit-overflow-scrolling: touch; z-index:1000;
	display: none;
	top:0; opacity:1; height:100%; overflow:auto;
	/* top:0; opacity:0; height: 0; overflow:auto; */
	/* transition: 800ms top cubic-bezier(0.680, -0.550, 0.265, 1.550), 800ms height ease, 800ms opacity ease; */

	
}
.pop_box.on{ 
	/* top:0; opacity:1; height:100%; overflow:auto; */
}
.pop_box .mask{ position: fixed; top:0%; left:0; width:100%; height: 100%; z-index:1; background:rgba(0,0,0,.7); background-size: cover; opacity:0; 
	transition: 800ms height ease, 800ms opacity ease;
}
.pop_box.on .mask{ opacity:1;}



.pop_box .title_bar{ margin-bottom: 1em;}
.pop_box .txt{ position: relative; max-width:600px; background:#FFF; margin:50px auto; z-index:10; box-sizing: border-box; box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 10px; overflow: hidden;}
.pop_box .txt.xl{ max-width: 1200px;}
.pop_box .txt.sm{ max-width: 350px; padding: 40px 0; background: transparent; box-shadow: none; border: none;}
.pop_box .close_btn{ position: absolute; top: 10px; right: 10px; width:40px; height: 40px; }
.pop_box .close_btn .fixed{ position: fixed; width:40px; height: 40px; line-height: 38px; text-align:center; z-index:10; cursor: pointer; font-size: 24px; border-radius: 20px; background: #FFF; color: #DF603C; border:solid 1px #CCC;}
.pop_box .close_btn .fixed:hover{ background: #DF603C; color: #FFF;}
.pop_box .cover{ height: 500px; }
.pop_box .con{ padding: 40px; }
.pop_box .list-title{ font:800 20px/1.6em 'Inter', 'Noto Sans TC', sans-serif; color: #333;}
.pop_box .tel{ font:800 30px/1.6em 'Inter', 'Noto Sans TC', sans-serif; color: #DF603C;}
@media only screen and (max-width: 1200px) {
	.pop_box .txt.xl{ margin: 50px 20px;}
}
@media only screen and (max-width: 992px) {
	.pop_box .cover{ height: 0; padding-bottom: 50%; }
	.pop_box .con{ padding: 50px 20px; }
	/* .pop_box{ display: none;}
	.pop_box.on{ display: block;} */
}
@media only screen and (max-width: 576px) {
	.pop_box .txt{ margin: 50px 20px;}
}
/*------*/

/* =============================================================================
   INNER LAYOUT
   ========================================================================== */

/*EDITOR*/
.edit img{ max-width: 100%; height: auto !important;}
.edit iframe{ max-width: 100%;}
.edit h2{ color: #DF603C;}
.edit h3{ color: #333;}
.edit h4{ color: #666;}
.edit p{ font:400 15px/2em sans-serif; color: #666; }

/*text img*/
.pic_br20{ display: block; overflow: hidden; border-radius: 20px;}
.pic_center{ display: block; max-width: 100%; margin: 0 auto 20px; padding: 0 0 20px 0; text-align: center; }
.pic_center img{ width: 100%; max-width: 500px; height: auto;}
.pic_center figure{ display: block; text-align: left; color: #333; padding: 10px;}
.pic_center.col2 { overflow: auto;}
.pic_center.col2 img{ width:calc(50% - 20px); max-width: none; margin: 0 10px; float: left;}
.pic_left{ display: block; float:left; margin: 0 40px 20px 0; max-width: 45%; }
.pic_left img{ display: block; width: 100%; height: auto;}
.pic_right{ display: block; float:right; margin: 0 0 20px 40px; max-width: 45%; }
.pic_right img{ display: block; width: 100%; height: auto;}
.pic_full{ display: block; max-width: 100%; margin: 0 auto 2em; text-align: center;}
.pic_full img{ width: 100%; max-width: 800px; height: auto;}
.pic_full figure{ display: block; text-align: left; color: #333; padding: 10px;}
@media only screen and (max-width: 576px) {
	.pic_right{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
	.pic_left{ float:none; margin: 0 0 20px 0; max-width: 100%; width: 100%; }
}

/*pho_list*/
.pho_list{ position: relative; margin:20px -5px; display: flex; flex-wrap: wrap;}
.pho_list a{ position: relative; flex: 0 0 calc( 100% / 4 - 10px); margin: 5px; overflow: hidden; background: #333; border-radius: 10px;}
.pho_list a:nth-child(1){ flex: 0 0 calc( 100% / 2 - 10px);}
.pho_list a:nth-child(1)::before{ padding-bottom: 50%;}
.pho_list a figure{ position: absolute; display: block; z-index: 1; bottom: 0; left: 0; width: 100%; box-sizing: border-box; background: rgba(0,0,0,0); color: #FFF; padding: 5px; text-align: center; opacity: 0; font-size: 0.9em;
	transition: 500ms ease-in-out;
}
.pho_list a img{ position: absolute; display: block !important; top: 50%; left: 50%; width: 0%; height: 0%;
	transition: 500ms ease-in-out;
}
.pho_list a::before{ content: ''; display: block; position: relative; color:#FFF; opacity: 0; z-index: 2; top: 0%; left:0%; width: 100%; padding-bottom: 100%; background: #333;
	transition: 500ms ease-in-out;	
}
.pho_list a::after{ display: block; position: absolute; color:#FFF; opacity: 0; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 1.2em;
	font-family: "FontAwesome"; font-weight: 900; content: "\f00e";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 0 10px rgba(0,0,0,0.2);
}
.pho_list a:hover figure{ background: rgba(0,0,0,0.6); opacity: 1;}
.pho_list a:hover::before{ opacity: 0.4;}
.pho_list a:hover::after{ opacity:1;}
@media only screen and (max-width: 992px) {
	.pho_list a{ position: relative; flex: 0 0 calc( 100% / 3 - 10px); }
	.pho_list a:nth-child(1){ flex: 0 0 calc( 100% / 3 - 10px);}
}
@media only screen and (max-width: 576px) {
	.pho_list a{ position: relative; flex: 0 0 calc( 100% / 2 - 10px); }
	.pho_list a:nth-child(1){ flex: 0 0 calc( 100% / 2 - 10px);}
}
blockquote{ background: #FFF; padding: 20px; border-left: 4px solid #CCC;}
blockquote.s1{ box-sizing: border-box; background: #FFF; color:#333; border-radius: 10px; margin: 20px auto 60px; padding: 20px 40px; quotes:"\201C""\201D""\2018""\2019"; border: none; }
blockquote.s1:before, blockquote.s1:after{ font-size:3em; color:#EA5098; line-height:.01em; vertical-align:-0.5em;}
blockquote.s1:before{ content:open-quote; top: 20px; float: left; position: relative; margin-left:-0.5em; }
blockquote.s1:after{ float: right; position: relative; content:close-quote; margin-top: 0.8em; margin-right:-0.5em;}
blockquote.s1 ol{margin:.2em;padding:0}
blockquote.s1 li{margin:.2em;padding:0}
/* =============================================================================
   INNER LAYOUT END
   ========================================================================== */

/*RWD*/
.desk-show { display: block !important;}
.mobile-show { display: none !important; }
.peload{ opacity:0; transition: opacity 2000ms 2000ms ease;}
.peload.ed{ opacity:1;}
.pehide.ed{ display:none;}
.phone_btn{ display: none;}
.mobile_menu{ display: none;}
@media only screen and (max-width: 992px) {
	.desk-show { display: none!important; }
	.mobile-show { display: block!important; }
}

/*20221230*/
/*---video_box---*/
.video_box{ position: relative; padding: 60px 0 40px;}
.video_box::before{ content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 25%; background: url(../images/bg_news_box.png) center center fixed #DF603C;}
.video_box .cover{ max-width: 900px; margin: 0 auto 40px;
	transition: transform 500ms ease;
}
.video_box .cover .item{ position: relative; display: block; cursor: pointer; margin: 0 20px;}
.video_box .cover .item .pic{ position: relative; width: 100%; margin: 0; overflow: hidden; border-radius: 20px;
	transition: opacity 500ms ease, transform 500ms ease;
}
.video_box .cover .item .pic::before{ content: ''; display: block; padding-bottom: 56.25%;}
.video_box .cover .item .pic::after{ display: block; position: absolute; color:#FFF; opacity: 0.9; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 32px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f144";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.video_box .cover .item .title{ margin: 20px 0; text-align: center; font-size: 20px; font-weight: 700; color: #333;}
.video_box .cover .item:hover .pic{ transform: scale(1.02); }

.video_box .list{ position: relative; padding:0 60px 60px;}
.video_box .list .item{ position: relative; display: block; cursor: pointer;}
.video_box .list .item .pic{ position: relative; width: 100%; margin: 0; overflow: hidden; border-radius: 20px;
	transition: opacity 500ms ease, transform 500ms ease;
}
.video_box .list .item .pic::before{ content: ''; display: block; padding-bottom: 56.25%;}
.video_box .list .item .pic::after{ display: block; position: absolute; color:#FFF; opacity: 0.9; z-index: 2; top: 50%; left:50%; margin: -16px 0 0 -16px ; width: 32px; height: 32px; line-height: 32px; text-align: center; font-size: 32px;
	font-family: "FontAwesome"; font-weight: 900; content: "\f144";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;	
	text-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.video_box .list .item .title{ margin: 10px 0; text-align: center; font-size: 16px; color: #FFF; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow: hidden;}
.video_box .list .item:hover .pic{ transform: scale(1.02); }
.video_box .swiper-pagination-bullets{ bottom: 0;}
.video_box .swiper-pagination-bullet{ background: #D9D9D9; border: solid 0.5px #FFF; width: 12px; height: 12px;}

.video_box .swiper-button-next, .video_box .swiper-button-prev {
    top: 20px !important;
	width: 40px !important;
	background: #DF603C;
	height: calc(100% - 100px) !important;
	opacity: 0.5;
	transition: opacity 500ms ease-in-out;	
}

.video_box .swiper-button-next:hover, .video_box .swiper-button-prev:hover {
	opacity: 1;
}

.video_box .swiper-button-prev, .video_box .swiper-rtl .swiper-button-next {
    left: 0 !important;
}
.video_box .swiper-button-next, .video_box .swiper-rtl .swiper-button-prev {
    right: 0 !important;
}

.video_box .swiper-button-next.swiper-button-disabled, .video_box .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px !important;
    color: #FFF;
}
@media only screen and (max-width: 576px) {
	.video_box .swiper-button-next, .video_box .swiper-button-prev { display: none;}
	
	.video_box{ position: relative; padding: 40px 0 20px;}

	.video_box .cover .item .pic{ border-radius: 10px;}

	.video_box .list{ position: relative; padding:0 40px 40px;}

	.video_box .list .item .pic{ border-radius: 10px;}
}
/*------*/


/*---pop_box---*/
	.pop_box .pop_txt.vi{ display: flex; align-items: center; height: calc(100vh - 160px);}
	.pop_box .video { position: relative; width: 100%; border-radius: 20px; overflow: hidden;}
	.pop_box .video::before{ content: ''; display: block; padding-bottom: 56.25%;}
	.pop_box .video iframe{ position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%;}
	.pop_box.on .video iframe{ display: block;}
	/*close_btn*/
	.pop_box .close_btn.fixed{ position: fixed; top: -44px; right: -44px; margin: 0; background: rgba(0, 0, 0, 0.2); cursor: pointer;}
	.pop_box.on .close_btn.fixed{ top: 6px; right: 8px;  opacity: 0.8;
		stroke: #4f4f4f;
		stroke-width: 1px;
		fill: #f2f2f2;
	}
	.pop_box.on .close_btn.fixed:hover{ opacity: 1;
		fill: #FFF;
	}
	/*pop_txt*/
	.pop_box .pop_txt{ position: relative; max-width:520px; margin:20vh auto; z-index:10; box-sizing: border-box; }
	.pop_box .pop_txt.inner{ background:#FFF; margin: 80px auto; border-radius: 10px; overflow: hidden;}
	.pop_box .pop_txt.xxl{ max-width: 1200px; margin: 80px auto;}
	.pop_box .pop_txt.xl{ max-width: 1000px; margin: 80px auto;}
	.pop_box .pop_txt.lg{ max-width: 720px; margin: 80px auto;}
	.pop_box .pop_txt.sm{ max-width: 480px; margin: 80px auto;}
	/*view*/
	.pop_box .view{ position: relative; padding: 40px;}
@media only screen and (max-width: 1200px) {
	.pop_box .pop_txt.xxl{ margin: 80px 0;}
	.pop_box .pop_txt.xxl.vi{ margin: 80px 20px;}
}
@media only screen and (max-width: 992px) {
	.pop_box .pop_txt.xl{ margin: 80px 0;}
	.pop_box .view{padding:20px;}
}
@media only screen and (max-width: 720px) {
	.pop_box .pop_txt.lg{ margin: 80px 0;}
}
@media only screen and (max-width: 576px) {
	.pop_box .pop_txt .pop_title .name{ font:500 16px/1.4em 'Roboto', sans-serif; }
	.pop_box .pop_txt.sm{ margin: 80px 0; max-width: 576px;}
	.pop_box .pop_txt .cover_lg { position: relative; max-height: inherit; }
	.pic_lg{ position: relative;  display: block; width: calc( 100% + 60px); margin:-20px -20px 20px -20x;}
	.pic_lg img{ position: relative; width: calc(100%+ 40) ; margin:-20px 0 20px -20x;}
}	
/*------*/
/*H_add 加盟中信區域欄位*/
.mb-3 > #area {
	font-size: 0.95rem;
	color: #6c757d;
	padding-left: 14px;
}

