@charset "utf-8";
/*css comment*/
*,*:before,*:after{
	margin:0;
	padding:0;
	outline:none;
	list-style:none;
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@font-face {
 font-family: "HarmonyOS_SansSC";
 font-weight: 300;
 font-display: swap;
 src: url(../fonts/HarmonyOS_SansSC_Light.woff) format("woff"),
      url(../fonts/HarmonyOS_SansSC_Light.ttf) format("truetype");
}
@font-face {
 font-family: "HarmonyOS_SansSC";
 font-weight: 400;
 font-display: swap;
 src: url(../fonts/HarmonyOS_SansSC_Regular.woff) format("woff"),
      url(../fonts/HarmonyOS_SansSC_Regular.ttf) format("truetype");
}
@font-face {
  font-family: "centurygothic";
  src: url("../fonts/centurygothicbold.woff2") format("woff2"),
       url("../fonts/centurygothicbold.woff") format("woff"),
       url("../fonts/centurygothicbold.ttf") format("truetype"),
       url("../fonts/centurygothicbold.eot") format("embedded-opentype"),
       url("../fonts/centurygothicbold.svg") format("svg");
}
html,body {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html{
	font-size: 100px;
}
body {
    font-family:'HarmonyOS_SansSC','MicrosoftYahei' , '微軟雅黑';
    font-size: 16px;
	line-height: 1.625;
    color: #161616;
    background: #ffffff;
	font-weight: 300;
}
img{
	border:none;
	display:inline-block;
	max-width:100%;
	height:auto;
	-ms-interpolation-mode:bicubic;
	_width:auto;
}
button,input,textarea,select{
	border:none;
	background:none;
	font-size:16px;
	vertical-align:middle;
	color: #161616;
}
a{text-decoration:none;blr:expression(this.onFocus=this.blur());outline:none;color:#161616;}
a:hover,a:active,a:focus{text-decoration:none;}
a:focus,input,select{outline:none;}
.clearfix{*zoom:1;}
.clearfix:after{content:"\200B";display:block;clear:both;height:0;}
form,input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],button,select, textarea{ /*-webkit-appearance: none;*/ font-family:'HarmonyOS_SansSC','MicrosoftYahei' , '微軟雅黑'; }
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover{ opacity:0.80;}
h1,h2,h3,h4,h5,h6{ padding:0; margin:0; font-size:16px; font-weight:400; line-height:1.25; }
p,ul,ol{margin:0;}
header,main,footer,section{display:block;}
input[type="text"]::-webkit-input-placeholder{
   color: #999999;
}
input[type="text"]::-moz-placeholder{
   color: #999999;
}
input[type="text"]:-ms-input-placeholder{
   color: #999999;
}
input[type="text"]::placeholder{
    color: #999999;
}

/*browserupgrade*/
.browserupgrade{display:block;position:fixed;top:-60px;opacity:0;left:0;margin:0;width:100%;height:60px;font-size:15px;line-height:60px;z-index:5000;background-color:#000;color:#fff;text-align:center;}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px;}
.browserupgrade a:hover{color:#eee}
.browserupgrade a.upgrade_close{display:block;position:absolute;top:0;right:0;z-index:10;width:60px;line-height:60px;text-align:center;color:#fff;font-size:40px;text-decoration:none;cursor:pointer;}
/*swiper*/
.swiper{ width:100%; height: 100%;}
.slide-inner { width: 100%;  height: 100%; background-size: cover; background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination{ position:static; margin-top: .50rem; }
.swiper-pagination-bullet {width: 10px; height: 10px; background:none; border: 1px solid rgba(17, 17, 17, .35); opacity: 1; margin: 0 .05rem; }
.swiper-pagination-bullet-active{ opacity: 1; background-color:  #24549B; border-color: #24549B;}
.swiper_arrow div[class^="swiper-button-"]{ cursor: pointer; display: inline-block; overflow: hidden; width: 40px; height: 40px; line-height: 40px;  text-align: center; background-color:rgba(17, 17, 17, .06); color: #161616; -webkit-transition:all .6s ease; transition:all .6s ease;}
.swiper_arrow div[class^="swiper-button-"]:after{ font-size: 16px; -webkit-transition:all 0s ease; transition:all 0s ease; }
.swiper_arrow div[class^="swiper-button-"]:hover{ background: #24549B!important; color:#ffffff!important;}
.swiper_arrow div[class^="swiper-button-"].swiper-button-disabled{ opacity: 1;}
.swiper_arrow div[class^="swiper-button-"].swiper-button-disabled:after{ opacity: .35;}
.swiper_arrow div.swiper-button-prev{ left: 0;}
.swiper_arrow div.swiper-button-next{ right: 0;}
.swiper_arrow02{ }
.swiper_arrow02 div[class^="swiper-button-"]{ position:static; margin: 0 0 0 6px; color: #161616;}
.swiper_arrow02 div.swiper-button-prev{ margin-left: 0;}

/*transition*/
*:before,*:after,input[type="submit"],input[type="reset"],input[type="button"],sup, .browserupgrade, .swiper-pagination-bullet, .swiper_arrow div, .img_box img, .icon_box img{
	-webkit-transition:all .6s ease; transition:all .6s ease;
}
a,input[type="text"]{ -webkit-transition:color .6s ease, background .6s ease, border .6s ease, opacity .6s ease, transform .6s ease, box-shadow .6s ease;
	transition:color .6s ease, background .6s ease, border .6s ease, opacity .6s ease, transform .6s ease, box-shadow .6s ease;
}

/*===================common========================*/
/*flex*/
.flex{ display:flex; flex-wrap: wrap;}
/*img_box*/
.img_box{display:block; position:relative; overflow:hidden; height:0; padding-top:100%; background:#ffffff;}
.img_box img,
.img_box video{display:block; width:100%; height:100%; position:absolute; top:0; left:0; object-fit: cover;}
/*icon_box*/
.icon_box{position:relative;display:block; height:0; padding-top:100%;}
.icon_box img{display:block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:auto;height:auto; max-width:100%; max-height: 100%;}
/*tit_limit*/
.line_single{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; /**/ }
/*tit_limit && des_limit*/
.tit_limit, .des_limit{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-line-break:auto;-webkit-box-orient:vertical; -webkit-line-clamp:2; line-height: 26px; max-height: 52px;}
.tit_limit{ line-height: 34px; max-height: 68px;}

/*===================header========================*/
.inner{ width: 90%; max-width: 1536px; margin: 0 auto; }
header{ position:fixed; left:0; top:0; z-index:1003; width:100%; font-size: 16px; font-weight: 400;}
.header_line{display:flex; flex-wrap:nowrap; white-space: nowrap; position: relative; padding: 0 2.60%; height: 170px; line-height: 170px; color: #ffffff; -webkit-transition:background .6s ease,height .6s ease, line-height .6s ease; transition:background .6s ease,height .6s ease, line-height .6s ease; }
.header_line a{ color:#ffffff;}
/*logo*/
.logo{ line-height: inherit; }
.logo a{ display:inline-block; vertical-align: middle; line-height: 1; }
.logo_img{ height: 42px; position: relative; margin-bottom: 10px; -webkit-transition:height .6s ease; transition:height .6s ease;}
.logo_img img{ display:block; height: 100%; width:auto;}
.logo_img img:nth-child(1){ opacity: 0;}
.logo_img img:nth-child(2){ position: absolute; top:0; left: 0;opacity: 1;}
/*menu_list*/
.header_right{ margin-left:auto; display:flex; flex-wrap:nowrap; flex:1 0 0;}
.menu_list>li>a{ display: block;}
.menu_list>li:hover>a,
.menu_list>li.active>a{ color: #ffffff;}
/*=========header_func=========*/
.header_func{ margin-left: .55rem; flex-wrap: nowrap;}
.func_menu{display: block; cursor: pointer; margin-left: .35rem;}
.func_menu:first-child{ margin-left:0;}
.func_menu em{ font-style: normal; margin-left: 6px;}
.func_menu .iconfont{ vertical-align: middle; font-size: 20px; }
/*.func_menu:hover,
.func_menu:hover .language_tit,
.func_menu.active{ color: #24549B;}*/
/*menu_language*/
.menu_language{ display: flex; align-items: center; position: relative;}
.language_tit{ position: relative;}
.language_more{ position: absolute; top:100%; left:50%; transform: translateX(-50%); background: #24549B; width:max-content; text-align: center; -webkit-transition:all .6s ease; transition:all .6s ease; opacity: 0; visibility: hidden; pointer-events: none;}
.language_more li a{ display: block; line-height: 50px; padding:0 20px;  color:#ffffff!important;}
.language_more li:hover a{ }
.menu_language:hover .language_more{ opacity: 1; visibility: visible; pointer-events: all;}
/*menu_search*/
.menu_search{ }
.cover_wrap{ position: fixed; top:0; right:0; z-index: 100; width: 100%; height: 100vh; background: #24549B ; background-size: cover; color: #ffffff; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition:all 0.6s ease; transition:all 0.6s ease;}
.cover_wrap.active{ opacity: 1; visibility: visible; pointer-events: all;}
.cover_wrap a{ color:#ffffff;}
.cover_head{ width: 100%; height: 80px; position: relative; z-index: 20;}
.cover_head .inner{ position: relative; height: 100%;}
.cover_closed{ display: block; position: absolute; top:50%; right:0; transform: translateY(-50%); width: 50px; line-height: 50px; text-align: center; font-weight: bold; font-size: 20px;}
.cover_closed .iconfont{ -webkit-transition:all 0.6s ease!important; transition:all 0.6s ease!important;}
.cover_closed:hover .iconfont{ transform: rotate(90deg);}
.cover_box{ height: -webkit-calc(100% - 80px); height: calc(100% - 80px); display:flex; justify-content: center;}
.cover_range{ height: 100%; overflow: hidden; margin: 0 auto;}
.search_cover{ }
.search_cover .cover_box{ align-items: center;}
.search_cover .cover_head{ position: absolute; top:0; left:0; }
.search_cover .cover_range{ max-width:860px; text-align: center;}
.search_tit{ }
.search_func{}
.search_form{ position: relative; margin-top: .55rem; display: flex; align-items: stretch; background: #ffffff; height: 50px; border-radius: 25px;}
.search_form .icon_search{ position: absolute; top:50%; left:30px; transform: translateY(-45%); font-size: 20px; color: #252525;}
.search_form .search_txt{ display: block; width: 100%; height: 100%; padding-left: 60px; color: #252525; }
.search_form .search_btn{ flex:none; cursor: pointer; padding: 0 .40rem; border-radius: 25px; border:1px solid #ffffff; background: #24549B; color: #ffffff; }
/*menu_toggle*/
.menu_toggle{ position: relative; z-index: 10; display:none;}
.menu_toggle span{ display:inline-block; vertical-align: middle; width: 28px; height: 22px; position:relative;}
.menu_toggle i{ display: block; width: 100%; height: 2px; background: #ffffff; position: absolute; top:0; right:0;
	 -webkit-transition:all 0.6s ease; transition:all 0.6s ease;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
.menu_toggle i:nth-of-type(2){ top: 10px;}
.menu_toggle i:nth-of-type(3){ top: 20px;}

#menu_close{ position: absolute; top:0; left:0; z-index: 2; display:none;}
.menu_toggle.active i:nth-of-type(2){ background-color: transparent!important;}
.menu_toggle.active i:nth-of-type(1),
.menu_toggle.active i:nth-of-type(3){ top: 10px;}
.menu_toggle.active i:nth-of-type(3) {
	-webkit-transition: top .5s ease,-webkit-transform .3s ease-out .4s;
	transition: top .5s ease,-webkit-transform .3s ease-out .4s;
	transition: top .5s ease,transform .3s ease-out .4s;
	transition: top .5s ease,transform .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu_toggle.active i:nth-of-type(1) {
	-webkit-transition: top .5s ease,-webkit-transform .3s ease-out .4s;
	transition: top .5s ease,-webkit-transform .3s ease-out .4s;
	transition: top .5s ease,transform .3s ease-out .4s;
	transition: top .5s ease,transform .3s ease-out .4s,-webkit-transform .3s ease-out .4s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width: 1200px){
	/*header_scroll*/
	.header_line:hover,
	.header_scroll .header_line,
	body.body_dif .header_line{ height:80px; line-height: 80px; background-color: #24549B;}
	.header_line:hover .logo a,
	.header_scroll .logo a,
	body.body_dif .header_line .logo a{ font-size: 14px;}
	.header_line:hover .logo_img,
	.header_scroll .logo_img,
	body.body_dif .header_line .logo_img{ height:36px;}
}


@media (min-width: 992px){
	.menu_list{
		display: flex;
        /* margin: 0 -.27rem; */
        flex-wrap: nowrap;
        justify-content: space-between;
		flex: 75% 0 0;
        max-width: 890px;
        margin-left: auto;
	}
	.menu_list>li{ position: relative; /*padding: 0 .27rem;*/}
	.menu_list>li>a{ display:inline-block; line-height:40px; position: relative;}
	.menu_list>li>a:before{
	  content: "";
	  display: block;
	  width: 18px;
	  height: 2px;
	  position: absolute;
	  bottom: 0;
	  left: 50%;
	  background-color: #ffffff;
	  -webkit-transform-origin: right top;
	  transform-origin: right top;
	  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	  -webkit-transform: translateX(-50%) scaleX(0);
	  transform: translateX(-50%) scaleX(0);
	}
	.menu_list>li:hover>a:before,
	.menu_list>li.active>a:before{
	  -webkit-transform-origin: left top;
	  transform-origin: left top;
	  -webkit-transform: translateX(-50%) scaleX(1);
	  transform: translateX(-50%) scaleX(1);
	}
}


/*============================ footer ============================*/
footer{ background: #2D2D35; color:rgba(255,255,255, 0.70); }
footer a{ color:rgba(255,255,255, 1); }
/*footer_top*/
.footer_top{ padding: .20rem 0;}
.footer_top .inner{ display:flex; flex-wrap: wrap; align-items: center;}
.footer_contact{ flex:1 0 0; overflow: hidden; margin-right: 5%;}
.footer_contact li{ margin-right: .45rem; }
.footer_contact li .iconfont{ font-size: 20px; margin-right: .15rem;}
.footer_float{ margin-left: auto;}
.footer_float>li{ position: relative;}
.footer_float>li>a{ display:block; text-align: center; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; background: #24549B; color:#ffffff;}
.footer_float>li>a>.iconfont{ display: inline-block; position: relative; font-size: 20px;}
.footer_float>li>a:hover{ background: #24549B; color: #ffffff;}
.footer_float>li.float_top>a>.iconfont{
	-webkit-animation: upAnim 1.1s infinite;
          animation: upAnim 1.1s infinite;
}
@-webkit-keyframes upAnim {
  0% {
    opacity: 0; top:10px;
  }
  50% {
    opacity: 1; top:0;
  }
  100% {
    opacity: 0; top:-10px;
  }
}
@keyframes upAnim {
  0% {
    opacity: 0; top:10px;
  }
  50% {
    opacity: 1; top:0;
  }
  100% {
    opacity: 0; top:-10px;
  }
}
/*footer_middle*/
.footer_middle{ padding:.45rem 0; border-top: 1px solid rgba(255,255,255, 0.08);}
.footer_middle .inner{ display:flex; flex-wrap: wrap;}
.footer_logo{ margin-right: 4%;}
.footer_logo img{ display:block; height:42px; width: auto;}
.footer_nav{ flex-wrap:nowrap;  font-weight:400; margin-right: 4%; line-height:40px; flex: 1 0 0; overflow: hidden;  justify-content: space-between; max-width: 890px;}
.footer_nav>li{ position: relative; /*padding: 0 .27rem;*/}
.footer_nav>li>a{ display:inline-block; position: relative;}
.footer_nav>li>a:before{
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #ffffff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.footer_nav>li:hover>a:before{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.footer_follow{ margin-left:auto;}
.footer_follow li{ text-align:center; margin-left: 0.18rem;}
.footer_follow li img{ display:block; max-width: 1.24rem; min-width: 84px; margin: 0 auto 10px;}
/*footer_bot*/
.footer_bot{ padding: .25rem 0; border-top: 1px solid rgba(255,255,255, 0.08);}
.footer_copyright{ }

/*============================ 01 ============================*/
main{ }
body.body_dif main{ padding-top:110px;}
.sec_box{ position: relative; overflow: hidden; padding-top: 1.20rem; padding-bottom: 1.20rem; background: 50% 0 no-repeat fixed; background-size: cover;}
/*sec_top*/
.sec_top{ position: relative; text-align: center; margin-bottom: .50rem;}
.sec_tit{ }
.sec_forewords{ color:#3D485D; line-height:1.75; margin-top: .10rem;}
.sec_more{ display:block; margin: .50rem auto 0; padding: 0 .45rem; min-width: 1.70rem; max-width: max-content; text-align: center; line-height: 44px; border: 1px solid rgba(17, 17, 17, 0.10);; border-radius: 23px;}
.sec_more:hover{ background: #24549B; border-color:#24549B!important; color: #ffffff;}
.sec_more>em{ display:inline-block; vertical-align: bottom;}
.sec_more>.iconfont{display:inline-block; vertical-align: bottom; font-size: 13px; margin-left: .10rem;}
/*typo*/
.typo .blink {
  display: inline-block; font-style: normal;
}
.typo:hover .blink{
  -webkit-animation-name: textLink;
  animation-name: textLink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
  animation-timing-function: cubic-bezier(.785,.135,.15,.86);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.typo:hover .blink:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.typo:hover .blink:nth-of-type(2) {
  -webkit-animation-delay: 30ms;
  animation-delay: 30ms;
}
.typo:hover .blink:nth-of-type(3) {
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
}
.typo:hover .blink:nth-of-type(4) {
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}
.typo:hover .blink:nth-of-type(5) {
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}
.typo:hover .blink:nth-of-type(6) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.typo:hover .blink:nth-of-type(7) {
  -webkit-animation-delay: .18s;
  animation-delay: .18s;
}
.typo:hover .blink:nth-of-type(8) {
  -webkit-animation-delay: .21s;
  animation-delay: .21s;
}
.typo:hover .blink:nth-of-type(9) {
  -webkit-animation-delay: .24s;
  animation-delay: .24s;
}
.typo:hover .blink:nth-of-type(10) {
  -webkit-animation-delay: .27s;
  animation-delay: .27s;
}
.typo:hover .blink:nth-of-type(11) {
  -webkit-animation-delay: .30s;
  animation-delay: .30s;
}
.typo:hover .blink:nth-of-type(12) {
  -webkit-animation-delay: .33s;
  animation-delay: .33s;
}
.typo:hover .blink:nth-of-type(13) {
  -webkit-animation-delay: .36s;
  animation-delay: .36s;
}
.typo:hover .blink:nth-of-type(14) {
  -webkit-animation-delay: .39s;
  animation-delay: .39s;
}
.typo:hover .blink:nth-of-type(15) {
  -webkit-animation-delay: .42s;
  animation-delay: .42s;
}
.typo:hover .blink:nth-of-type(16) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.typo:hover .blink:nth-of-type(17) {
  -webkit-animation-delay: .48s;
  animation-delay: .48s;
}
.typo:hover .blink:nth-of-type(18) {
  -webkit-animation-delay: .51s;
  animation-delay: .51s;
}
.typo:hover .blink:nth-of-type(19) {
  -webkit-animation-delay: .54s;
  animation-delay: .54s;
}
.typo:hover .blink:nth-of-type(20) {
  -webkit-animation-delay: .57s;
  animation-delay: .57s;
}
@-webkit-keyframes textLink {
  0% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  49.9% {
  opacity: 0;
  -webkit-transform: translateX(5px) scale(.5);
  transform: translateX(5px) scale(.5);
  }
  50% {
  opacity: 0;
  -webkit-transform: translateX(-5px) scale(1.5);
  transform: translateX(-5px) scale(1.5);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
@keyframes textLink {
  0% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
  49.9% {
  opacity: 0;
  -webkit-transform: translateX(5px) scale(.5);
  transform: translateX(5px) scale(.5);
  }
  50% {
  opacity: 0;
  -webkit-transform: translateX(-5px) scale(1.5);
  transform: translateX(-5px) scale(1.5);
  }
  100% {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}
/*common_list*/
.common_list{ margin: -0.25rem -0.20rem;}
.common_list li{ width:33.33%; padding: 0.05rem 0;}
.common_list li a{ display:block; border-radius: 3px; padding: 0.20rem;}
.common_img{ padding-top: 62.27%; border-radius: 3px;}
.common_img:before{ content: ""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0, 0.03);}
.common_text{ margin-top: 0.25rem;}
.common_tit{ }
.common_des{  margin-top: 0.10rem; color:#525252; text-align: justify;}
.common_list li a:hover{ color:#24549B; box-shadow: 0 0 20px 0 rgba(0,0,0, 0.10); }
.common_list li a:hover .common_img:before{ opacity: 0;}
.common_list li a:hover .common_img img{ transform: scale(1.06);}
.common_func{ position: relative; overflow: hidden; height: 28px; line-height: 28px; margin-top: 0.10rem; -webkit-transition:all .6s ease; transition:all .6s ease;}
.common_time, .common_more{ display: block; font-weight: 400; -webkit-transition:all .6s ease; transition:all .6s ease;}
.common_time{ display:block; color:#999999; font-style: italic;}
.common_more{ color:#24549B; position:relative; padding-left: .50rem;}
.common_more:before{ content: ""; position: absolute; top:50%; left:0; width:.40rem; transform: translateX(0); height: 1px; background: #24549B;}
.common_block:hover .common_con{ box-shadow: 0 0 20px 6px rgba(0,0,0, .06); }
@media (min-width: 768px){
	.common_func .common_time,
	.common_func .common_more{ float:none; position: absolute; top:0; left:0;}
	.common_func .common_more{ padding-left: 0; opacity: 0; visibility: hidden; pointer-events: none;}
	.news_latest li a:hover .common_func .common_time,
	.category_list li a:hover .common_func .common_time{ opacity: 0; visibility: hidden; pointer-events: none;}
	.news_latest li a:hover .common_func .common_more,
	.category_list li a:hover .common_func .common_more{ padding-left: .50rem; opacity: 1; visibility: visible; pointer-events: all;}
	.news_latest li a:hover .common_func .common_more:before,
	.category_list li a:hover .common_func .common_more:before{ transform: translateX(1);}
}
/*=======focus_swiper======*/
.effect_swiper{ position: relative;}
.focus_swiper{ height:100vh; overflow:hidden; background: #000000;}
.focus_img{ padding-top:0; width:100%; height: 100%;}
.focus_img:before{ content:""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: url(../images/focus_cover.png) no-repeat; background-size: cover;}
.focus_img img{
	display:block; width: 100%; height: 100%; object-fit: cover;
	/*transition: 1s linear 2s;
    transform: scale(1.1, 1.1);*/
}
.focus_swiper .swiper-slide-active .focus_img img{
	transition: 6s linear;
    transform: scale(1, 1);
}
.focus_swiper .swiper_arrow div[class^="swiper-button-"]{ background-color: transparent!important; color:#ffffff; opacity: .35;}
.focus_swiper .swiper_arrow div[class^="swiper-button-"]:after{ font-size:30px;}
.focus_swiper .swiper_arrow div[class^="swiper-button-"]:hover{ opacity: 1;}
.focus_swiper .swiper_arrow div.swiper-button-prev{ left: 0.30rem; }
.focus_swiper .swiper_arrow div.swiper-button-next{ right:0.30rem; }
.focus_swiper .swiper-pagination{ position:absolute; bottom:0;}
.focus_swiper .swiper-pagination .swiper-pagination-bullet{ margin: 0 3px; vertical-align: bottom; background: none; border:none; border-radius:0; position: relative; width: 35px; height: 35px; opacity: 1; filter: alpha(opacity=100); }
.focus_swiper .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(255,255,255, .35);
    width: 100%;
    height: 2px;
	border-radius: 0;
    border: none;
    transform: none;
}
.focus_swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
	border-radius: 0;
    border: none;
}
.focus_swiper .swiper-pagination .swiper-pagination-bullet-active:after {
    -webkit-animation: 5s .2s move02 both;
    animation: 5s .2s move02 both;
}
@-webkit-keyframes move02 {
    0% {
        transform: scaleX(0);
    }
    100% {
        transition: transform 5s linear;
        transform: scaleX(1);
    }
}
@keyframes move02 {
    0% {
        transform: scaleX(0);
    }
    100% {
        transition: transform 5s linear;
        transform: scaleX(1);
    }
}
.focus_text{ position: absolute; top:50%; left:0; transform: translateY(-50%); z-index: 2; width: 100%; color: #ffffff;}
.focus_range{ }
.focus_tit{}
.focus_des{ margin-top: .25rem; line-height: 1.50; }
.focus_swiper .swiper-slide-active .focus_tit{  -webkit-animation: 1s .2s fadeInUp both; animation: 1s .2s fadeInUp both;}
.focus_swiper .swiper-slide-active .focus_des{  -webkit-animation: 1s .4s fadeInUp both; animation: 1s .4s fadeInUp both;}
/*mouse_icon*/
.mouse_icon { display:block; text-align: center; color: #ffffff; position: absolute; bottom: -webkit-calc(35px + 0.20rem);  bottom: calc(35px + 0.20rem); left:50%; transform: translateX(-50%); z-index: 2; }
.mouse_icon .mouse {
  width: 28px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 22px;
  position: relative;
  margin:0 auto 2px;
}
.mouse_icon .mouse:before {
  content: "";
  background: #fff;
  width: 2px;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: scrollAnim 1.1s infinite;
          animation: scrollAnim 1.1s infinite;
}
.mouse_icon .mouse:after{
  content: "";
  border:2px solid #ffffff;
  width: 5px;
  height: 8px;
  border-radius: 3px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: scrollAnim02 1.1s infinite;
          animation: scrollAnim02 1.1s infinite;
}
.mouse_icon .arrow {
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin: -2px auto 0;
  -webkit-animation: arrowAnim 1.2s infinite;
          animation: arrowAnim 1.2s infinite;
}
.mouse_icon .arrow.arrow_01 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.mouse_icon .arrow.arrow_02 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.mouse_icon .arrow.arrow_03 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes scrollAnim {
  from {
    top: 3px;
  }
  to {
    top: 8px;
    opacity: 0;
  }
}

@keyframes scrollAnim {
  from {
    top: 3px;
  }
  to {
    top: 8px;
    opacity: 0;
  }
}
@-webkit-keyframes scrollAnim02 {
  from {
    top: 10px;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}

@keyframes scrollAnim02 {
  from {
    top: 10px;
  }
  to {
    top: 15px;
    opacity: 0;
  }
}
@-webkit-keyframes arrowAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrowAnim {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*=======index_product======*/
.index_product{ padding-bottom: .60rem; }
.product_swiper .swiper{ overflow: visible;}
.product_swiper .swiper-slide{ width:100%;}
.product_block{ padding:.60rem 1.20rem 1rem; background: #F7F7F7; flex-direction: row-reverse;}
.product_img{ width: 37%; max-width: 470px; margin-left: 6%; }
.product_img .img_box{ padding-top: 76.60%;}
.product_text{ flex:1 0 0; overflow: hidden;}
.product_mark{ font-weight: 500;}
.product_tit{ margin-top: .25rem;}
.product_des{ margin-top: .15rem; color: #525252; line-height: 1.875;}
.product_des li{ color: #525252; padding-left: 16px; background: url(../images/icon_dec01.png) left 0.08rem no-repeat; background-size: 10px; }
.product_more02{ border-color:#ffffff; background-color: #ffffff; margin-left: 0;}
.product_swiper .swiper-slide-active .product_text{  -webkit-animation: 1s .2s fadeIn both; animation: 1s .2s fadeIn both;}
.product_swiper .swiper-slide-active .product_img{  -webkit-animation: 1s .4s fadeInUp both; animation: 1s .4s fadeInUp both;}
.product_swiper .swiper-pagination{ display:none;}
.product_more{ margin-top: .60rem;}
/*=======index_industry======*/
.index_industry{ color:#ffffff; height: 9.20rem; min-height: max-content; }
.index_industry a, .index_industry .sec_forewords{ color:#ffffff;}
.industry_gallery{ position:absolute; top:0; left:0; width: 100%; height:100%;}
.industry_img{ width: 100%; height:100%;}
.industry_img img{ display: block; width:100%; height: 100%; object-fit: cover;}
.industry_cover{ position:absolute; top:0; right:0; z-index: 2; width: 100%; height:100%; /*background: url(../images/industry_cover.png) right top no-repeat; background-size: cover;*/ background: linear-gradient(to right, rgba(36, 84, 155, 0.10) 0%,rgba(36, 84, 155, 0.95) 60%)}
.industry_con{ position: relative; z-index: 3;}
.industry_classify{ max-width:1083px; margin-left: auto; gap:1px; }
.industry_block{ flex: 1 1 calc(33.33% - 1px); background: rgba(255, 255, 255, 0.12); padding: .35rem; -webkit-transition:background .6s ease; transition:background .6s ease; }
.industry_tit{}
.industry_des{ max-height: 78px; -webkit-line-clamp:3;  margin-top: .15rem;}
.industry_relate{ display:flex; align-items: flex-end; margin-top: .20rem;}
.industry_more{ padding:0 .18rem; line-height: 33px; border-radius: 3px; border: 1px solid rgba(255,255,255, 0.35); -webkit-transition:background .6s ease; transition:background .6s ease;}
.industry_icon{ width: 0.74rem; min-width: 50px; margin-left: auto;}
.industry_icon .icon_box{ padding-top: 86.49%;}
.industry_block.active{ background: rgba(255, 255, 255, 0.28);}
.industry_block.active .industry_more{ background: rgba(255, 255, 255, 0.10);}
.industry_block.active .industry_icon{
  -webkit-animation: 1s .2s pulse both;
    animation: 1s .2s pulse both;
}
.industry_block:nth-child(2n){ animation-delay: 0.4s!important;}
.industry_block:nth-child(3n){ animation-delay: 0.6s!important;}
/*=======index_news======*/
.index_news{ padding-bottom: .60rem;}
.news_con{ }
.news_swiper{ width: 50%; height:480px;}
.news_swiper .swiper-slide{ display:block;}
.news_img{ padding-top: 0; /*62.50%*/ height: 100%; }
.news_img:before{ background:url(../images/news_cover.png) center bottom no-repeat; background-size:cover;}
.news_text{ position: absolute; bottom: 0; left:0; z-index: 2; width: 100%; padding:0.20rem 0.25rem; color:#ffffff;}
.news_text .common_des{ color:#ffffff;}
.news_swiper .swiper_arrow div[class^="swiper-button-"]{ background: rgba(255,255,255, 0.80);}
.news_swiper .swiper-pagination{ position:absolute; display:none;}
.news_swiper .swiper-pagination .swiper-pagination-bullet{ border-color:rgba(255,255,255, 0.50);}
.news_swiper .swiper-pagination .swiper-pagination-bullet-active{ border-color:rgba(255,255,255, 1); background-color: #ffffff;}
/*news_latest*/
.news_latest{ flex: 1 0 0; /*overflow: hidden;*/ margin:-20px 0; padding-left: 3.50%;}
.news_latest li{ border-bottom:1px solid rgba(17, 17, 17, 0.10);}

.news_latest li:last-child{ border-bottom: none;}
.news_latest li a{ display:block;position: relative; padding:20px 0; -webkit-transition:padding .6s ease; transition:padding .6s ease; }
.news_latest li a:before{ content: ""; position: absolute; top:0; left:0; width: 100%; height: 100%;  background-color: #F7F7F7; display:none;}
.news_latest li a .common_tit{-webkit-line-clamp:1; max-height: 34px;}
.news_latest li a:hover{ color: #24549B; }
.news_more{ padding: 0; border: none; min-width: auto;}
.news_more:hover{ background-color: transparent; color: #24549B;}
.news_more>em{ position: relative; display: inline; text-decoration: underline;}
.news_more>em:before,
.news_more>em:after{
	  content: "";
	  display: block;
	  width: 100%;
	  height: 1px;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background-color: #161616;
	 -webkit-transform-origin: center top;
	  transform-origin: center top;
	  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	  -webkit-transform: scaleX(1);
	  transform: scaleX(1);
	}
	.news_more:hover>em:before{
	  -webkit-transform-origin: center top;
	  transform-origin: center top;
	  -webkit-transform: scaleX(0);
	  transform:scaleX(0);
		opacity: 0;
	}
.news_more>em:after{
	left:auto;
	right:0;
	 background-color: #24549B;
	 -webkit-transform: scaleX(0);
	  transform:scaleX(0);
}
.news_more:hover>em:after{
	 -webkit-transform: scaleX(1);
	  transform:scaleX(1);
}
/*=======index_customer======*/
.index_customer{ padding-bottom: .60rem; background-color: #F7F7F7; }
.customer_box{ margin-top: -0.50rem; min-height: 5.30rem; position: relative;}
.customer_block{ position:absolute; width: 2.50rem; border-radius: 50%; overflow: hidden; }
.customer_block a{ display:block; position:relative; overflow: hidden; width: 100%; height:100%; border-radius: 50%; overflow: hidden; background: #FFFFFF; box-shadow: 0 0 30px 0 rgba(0,0,0, 0.03);}
/*.customer_block a:before{ content: ""; display:block; position:absolute; top:0; left:0; width: 100%; height:100%; background: #FFFFFF; box-shadow: 0 0 30px 0 rgba(0,0,0, 0.03); border-radius: 50%; }
.customer_block a:hover:before{ transform: scale(1.10); }*/
.customer_block:hover a{ transform: rotateY(30deg); }
.customer_block .icon_box img{ max-width: 76%; max-height: 76%;}
.customer_block01{ width:2.35rem; animation-delay: 0.4s!important;}
.customer_block02{ width:1.65rem; bottom:0.10rem; left:.20rem; animation-delay: 0.5s!important;}
.customer_block03{ width:1.35rem; top:1.68rem; left: 15.63%; animation-delay: 0.3s!important;}
.customer_block04{ width:1.55rem; bottom:0.20rem; left: 20.18%; animation-delay: 0.6s!important;}
.customer_block05{ width:1.35rem; top:0.70rem; left: 28.32%; animation-delay: 0.4s!important;}
.customer_block06{ width:1.15rem; bottom:0.90rem; left: 31.57%; animation-delay: 0.6s!important;}
.customer_block07{ width:2.50rem; top:1.35rem; left: 41.86%; animation-delay: 0.1s!important;}
.customer_block08{ width:1.55rem; top:0.70rem; left: 61.20%; animation-delay: 0.4s!important;}
.customer_block09{ width:1.70rem; bottom: 0.60rem; left: 62.82%; animation-delay: 0.6s!important;}
.customer_block10{ width:1.75rem; top: 0.35rem; left: 79.10%; animation-delay: 0.5s!important;}
.customer_block11{ width:1.55rem; top: 2.10rem; right:0; animation-delay: 0.6s!important;}
.customer_block12{ width:1.80rem; bottom:0; left: 79.00%; animation-delay: 0.4s!important;}
.popIn{
	-webkit-animation: 1s 0.2s popIn both;
    animation: 1s 0.2s popIn both;
}
@-webkit-keyframes popIn {
	0% { opacity: 0; transform: scale(0.60); }
	100% { opacity: 1; transform: scale(1); }
}
@keyframes popIn {
	0% { opacity: 0; transform: scale(0.60); }
	100% { opacity: 1; transform: scale(1); }
}
.customer_more{ margin: 0 auto;}
/*=======index_partner======*/
.index_partner{ padding-top: 0.80rem; padding-bottom: 0.60rem;}
.partner_swiper .swiper_arrow{ display:none; }
.partner_swiper .swiper-slide{ border:1px solid rgba(17, 17, 17, 0.10); border-radius: 3px; -webkit-transition:box-shadow .6s ease; transition:box-shadow .6s ease;}
.partner_swiper .swiper-slide:hover{ box-shadow: 0 0 10px 0 rgba(17, 17, 17, 0.10);}
.partner_swiper .swiper-slide .icon_box{ padding-top: 43%;}
.tit_deco{ display:inline-block; vertical-align: middle; margin-top: -1px; position: relative; width: .90rem; height: 2px; margin: 0 .20rem;}
.tit_deco i{display:block; position: absolute; top:0; width: 0; height: 100%; background: #24549B;}
.deco_left i{ right:0;}
.deco_right i{ left:0;}
.widthChange{
	-webkit-animation: 1s 0.2s widthChange both;
    animation: 1s 0.2s widthChange both;
}
@-webkit-keyframes widthChange {
	0% { width: 0%; }
	100% { width:100%; }
}
@keyframes widthChange {
	0% { width: 0%; }
	100% { width:100%; }
}

/*============================ 02 ============================*/
.banner_wrap{ position: relative; }
.banner_bg{ width:100%; height: 100%;  background: 50% 0 no-repeat; background-size: cover;}
.banner_bg:before{ content: ""; position: absolute; top:0; left:0; width: 100%; height: 100%; background: url(../images/banner_cover.png) no-repeat; background-size: cover;}
.banner_text{ position: absolute; top:50%; left:0; transform: translateY(10%); z-index: 1; width: 100%; color: #ffffff;}
.banner_tit{ font-weight: 400;
	-webkit-animation: 1s 0.2s fadeInLeft both;
    animation: 1s 0.2s fadeInLeft both;
}
.banner_des{ margin-top: 0.10rem; line-height: 1.50;
	-webkit-animation: 1s 0.2s fadeInLeft both;
    animation: 1s 0.2s fadeInLeft both;
}
/*=======about_profile======*/
.about_profile{ background-attachment: local!important;}
.profile_con{ align-items: center;}
.profile_img{ width:48.83%; max-width: 750px; position:relative; margin-right: 4%;}
.profile_img .img_box{ padding-top: 58.67%;}
.profile_text{ flex: 1 0 0; overflow: hidden;}
.profile_tit{ font-weight: 400;}
.profile_des{ line-height: 1.75; margin-top: 0.20rem;}
.profile_data{ margin-top: 1rem; gap: 15px;}
.profile_data li{ text-align: center; flex: 1 0 calc(20% - 15px);}
.profile_data li:nth-child(2n){ animation-delay: 0.4s!important;}
.data_value{ line-height:1; font-weight: bold; color: #24549B;}
.data_des{ line-height: 24px; margin-top: .10rem;}
/*=======about_culture======*/
.about_culture{ padding-top: 0; padding-bottom: 0; display:flex; flex-wrap: wrap;}
.culture_block{ width: 50%; position: relative;}
.culture_img{ position: relative; padding-top: 54.17%; min-height: 320px;}
.culture_img:before{ content: ""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0, .25);}
.culture_cover{ position:absolute; bottom: 0; left:0; z-index: 2; width: 100%; padding: .40rem .50rem; color:#ffffff; display:flex; flex-wrap: wrap;}
.culture_icon{ width: 0.55rem; min-width: 40px; margin-right: .25rem;}
.culture_text{ flex:1 0 0; overflow: hidden;}
.culture_tit{}
.culture_des{ line-height: 1.40; margin-top: .10rem;}
.culture_block:nth-child(2) .culture_img:before{ background:  rgba(36, 84, 155, .90);}
/*=======about_strategy======*/
.about_strategy{ }
.strategy_swiper .swiper-slide{ background: #F7F7F7; border-radius: 3px;}
.strategy_img{ padding-top: 101.69%; }
.strategy_swiper .swiper-slide .strategy_img img{ max-width: 76%; max-height: 76%;}
.strategy_swiper .swiper_arrow{ display:none; }
.strategy_swiper .swiper-slide:nth-child(2n){ animation-delay: 0.4s!important;}
/*=======about_competitive======*/
.about_competitive{ padding-bottom: 0; color:#ffffff; }
.about_competitive a, .about_competitive .sec_forewords{ color:#ffffff;}
.competitive_swiper{ margin-top: -0.50rem;}
.competitive_swiper .swiper{ overflow:visible;}
.competitive_swiper .swiper-slide{ min-height: 5.85rem; padding:1.10rem 0.40rem; }
.competitive_swiper .swiper-slide:before,
.competitive_swiper .swiper-slide:after{ content: ""; position: absolute; top:50%; transform: translateY(-50%); left:0;}
.competitive_swiper .swiper-slide:before{ width:1px; height: 200%; background: rgba(247, 247, 247, 0.18);}
.competitive_swiper .swiper-slide:after{ width:100%; height: 200%; background: rgba(255, 255, 255, 0.10); opacity: 0;}
.competitive_swiper .swiper-slide:hover:after{ opacity:1;}
.competitive_swiper .swiper-slide:first-child:before{ display:none;}
.competitive_swiper .swiper-slide:nth-child(2n){ animation-delay: 0.4s!important;}
.competitive_swiper .swiper_arrow{ display:none; }
.competitive_swiper .swiper-pagination{ position:absolute; }
.competitive_swiper .swiper-pagination .swiper-pagination-bullet{ border-color:#ffffff;}
.competitive_swiper .swiper-pagination .swiper-pagination-bullet-active{ border-color:#ffffff; background-color: #ffffff;}
.competitive_block{ position:relative; z-index: 1; max-width: 262px; margin: 0 auto;}
.competitive_icon{ width: 0.70rem; min-width: 50px;}
.competitive_text{ margin-top: 0.30rem;}
.competitive_tit{ letter-spacing: -0.014em; }
.competitive_des{ margin-top: 0.10rem; text-align: justify;}
/*=======about_honor======*/
.about_honor{ padding-bottom: 0.75rem; }
.honor_block{ display:block; padding:0.20rem; padding-bottom: 0; border-radius: 3px; border: 1px solid rgba(17, 17, 17, 0.10); }
.honor_img{ background: #CFE8EC; padding:5px 6px;}
.honor_img .icon_box{ padding-top: 138.15%;}
.honor_tit{ margin-top: 0.20rem; padding:0.16rem 0; text-align: center; border-top: 1px solid rgba(17, 17, 17, 0.10);}
.honor_func{ margin-top: 0.45rem; align-items: center; }
.honor_swiper .swiper-scrollbar{ flex:1 0 0; border-radius: 0; margin-right: 0.50rem; height: 10px; background: none;}
.honor_swiper .swiper-scrollbar:before{ content: ""; position: absolute; top:50%; height: 1px; width: 100%; background: rgba(17, 17, 17, 0.10)}
.honor_swiper .swiper-scrollbar .swiper-scrollbar-drag{ border-radius: 0; height:2px; background: #24549B; margin-top: 4px;}
.honor_swiper .swiper_arrow{ margin-left: auto;}
.honor_swiper .swiper_arrow div[class^="swiper-button-"]{ position:static; vertical-align: middle; margin-top: 0; margin-left: 2px;}
.honor_block:hover{ box-shadow:inset 0 0 10px 0 rgba(0,0,0, 0.10);}

/*============================ 03 ============================*/
/*=======product_popular======*/
.product_popular{ background-color: #f7f7f7;}
.popular_swiper{}
.popular_show{ }
.popular_show .swiper-slide{ width:71.62%;}
.popular_img{ height: 5.40rem; padding: 0.45rem 0; /*-webkit-transition:padding .6s ease; transition:padding .6s ease;*/}
.popular_img .img_box{ border-radius: 3px; padding-top: 0; height: 100%; /*49.09%*/ }
.popular_img .img_box img{ opacity: 0.50;}
.popular_text{ display:none; text-align: center; padding-top: 0.40rem; max-width: 80%; margin: 0 auto;}
.popular_tit{ }
.popular_des{ color: #525252; margin-top: 0.10rem;}
.popular_show .swiper-slide-active{ }
.popular_show .swiper-slide-active .popular_img{ padding: 0;}
.popular_show .swiper-slide-active .popular_img:before{ content:""; position: absolute; top:100%; left:0; width:100%; height: .50rem; background: url(../images/deco_01.png) center top no-repeat; background-size: contain; }
.popular_show .swiper-slide-active .popular_img .img_box{ background: #000000;}
.popular_show .swiper-slide-active .popular_img .img_box img{ opacity: 0.92;}
.popular_show .swiper-slide-active .popular_text{ display: block;
	-webkit-animation: 1s 0.2s fadeInUp both;
    animation: 1s 0.2s fadeInUp both;
}
.popular_show .swiper-pagination{ display:none;}
.popular_show .swiper_arrow div[class^="swiper-button-"]{ background-color: #ffffff; margin-top:0; top: 37%; }
.popular_thumbs{ max-width: 770px; margin-top: .40rem;}
.thumbs_img{ padding-top: 49.33%; border-radius: 3px;}
.thumbs_img:before{ content: ""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: rgba(255,255,255, 0.50);}
.popular_thumbs .swiper-slide-thumb-active .thumbs_img:before{ opacity: 0;}
.popular_thumbs .swiper_arrow{ display:none;}
.popular_thumbs .swiper-pagination{ margin-top: .20rem;}
/*=======product_display=====*/
.product_display{ padding-bottom: 0.60rem;}
.display_list{}
/*paging*/
.paging{ justify-content: center; align-items: center; text-align:center; margin-top: .60rem;}
.paging a{ display:inline-block; position: relative; text-align: center; font-weight:500; margin: 5px; min-width:28px; height: 40px; line-height: 40px;}
.paging a.paging_btn{ width: 40px; border-radius: 2px; border:1px solid rgba(0,0,0, .10);}
.paging a.paging_btn .iconfont{ font-weight: bold; font-size: 12px; opacity: 0.8;}
.paging a.paging_btn:hover{ background: #24549B; color: #ffffff;}
.paging_num{ margin: 0 .30rem; }
.paging .paging_num a:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #24549B;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.paging .paging_num a.active:before{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.paging .paging_num a:hover,
.paging .paging_num a.active{ color: #24549B;}
/*=======local_wrap======*/
.local_wrap{}
.local_wrap>.inner{ border-bottom:1px solid rgba(17, 17, 17, 0.10); padding-top: 0.15rem; padding-bottom: 0.15rem;}
.local{ color:#999999;}
.local a{ color:#999999;}
.local a:hover, .local a.active{ color:#24549B;}
/*=======product_series======*/
.product_series{ padding-top: 0.80rem;}
.series_box{ margin-top: 0.80rem;}
.series_box:first-child {margin-top: 0;}
.series_item{ margin-bottom: 0.25rem;}
.series_list{ margin: -0.20rem;}
.series_list li a{ padding:0.20rem; }
.series_list li a .common_img{ padding-top:71.13%; background: #F7F7F7;}
/*=======product_information======*/
.product_information{}
.information_con{ align-items: center;}
.information_img{ width:46.875%; max-width: 720px; margin-right:4.50%; position:relative;}
.information_img .img_box{ padding-top: 83.33%;}
.img_cover{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
  background-color: #ffffff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.scaleMove{
	-webkit-animation: 1s 0.2s scaleMove both;
    animation: 1s 0.2s scaleMove both;
}
@-webkit-keyframes scaleMove {
	100% {
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	}
}
@keyframes scaleMove {
	100% {
	  -webkit-transform: scaleX(0);
	  transform: scaleX(0);
	}
}
.information_text{ flex:1 0 0 ; overflow:hidden; line-height: 1.75;}
.information_tit{}
.information_subtit{ margin-top: 0.20rem;}
.information_des{ color:#5F5F5F; margin-top: 5px;}
.information_more{ color:#5F5F5F; margin-top: 0.40rem;}
.information_more li{ padding-left: 16px; background: url(../images/icon_dec01.png) left 0.08rem no-repeat; background-size: 10px; margin-top:0.20rem;}
.information_more li:first-child{ margin-top:0;}
.information_link{ display:block; margin-top: 0.50rem; text-align: center; min-width: 1.80rem; max-width: max-content; padding: 0 0.40rem; line-height: 46px; background: #24549B; border: 2px solid #24549B; color:#ffffff; border-radius: 3px;}
.information_link:hover{ background-color: #ffffff; color: #24549B;}
/*=======product_rendering======*/
.product_rendering{ background-color: #F7F7F7;}
.rendering_swiper{}
.rendering_swiper .swiper-slide{ background: #FFFFFF; border-radius: 3px; padding: .45rem 1rem;}
.rendering_img{ height:5rem;}
.rendering_img .icon_box{ padding-top: 0; height: 100%;}
.rendering_swiper .swiper_arrow{ display:none;}
.rendering_swiper .swiper-pagination{ position:absolute; bottom:0.25rem; }
/*=======product_cases======*/
.product_cases{ }
.cases_list{}

/*============================ 04 ============================*/
/*=======product_video======*/
.product_video{}
.video_swiper{ }
.video_swiper .swiper-slide{ width:71.62%; position:sticky;}
.video_img{ position:relative; height: 5.40rem; padding: 0.45rem 0;}
.video_img .img_box{ border-radius: 3px; padding-top: 0; height: 100%; /*49.09%*/ }
.video_text{ display:none; text-align: center; padding-top: 0.40rem; max-width: 80%; margin:0 auto;}
.video_tit{ }
.video_des{ color: #525252; margin-top: 0.10rem;}
.video_guide{ cursor: pointer; position:absolute; top: 122%; width: 40%; -webkit-transition:color .6s ease; transition:color .6s ease;}
.video_guide:before{content: "\e735"; font-size: 12px; font-family: "iconfont"; position: absolute; left:0; top:50%; transform: translateY(-50%); }
.video_swiper .swiper-slide-prev .video_guide{
    text-align: left; padding-left: 18px; left: 84%;
}
.video_swiper .swiper-slide-next .video_guide{
	text-align: right; padding-right: 18px; right: 84%;
}
.video_swiper .swiper-slide-next .video_guide:before{
	content: "\e6bc"; left:auto; right:0;
}
.video_guide:hover{ color: #24549B;}
.video_swiper .swiper-slide-active .video_guide{ display:none;}
.video_swiper .swiper-slide-active{ }
.video_swiper .swiper-slide-active .video_img{ padding: 0; }
.video_swiper .swiper-slide-active .video_img:before{ content:""; position: absolute; top:100%; left:0; width:100%; height: .50rem; background: url(../images/deco_01.png) center top no-repeat; background-size: contain; }
.video_swiper .swiper-slide-active .video_img .img_box{ background: #000000;}
.video_swiper .swiper-slide-active .video_text{ display: block;
	-webkit-animation: 1s 0.2s fadeInUp both;
    animation: 1s 0.2s fadeInUp both;
}
.video_swiper .swiper_arrow div[class^="swiper-button-"]{ background-color: #ffffff; margin-top:0; top: 50%; transform: translateY(-250%);}
.video_swiper .swiper-pagination{ margin-top: 30px;}
.video_swiper .swiper-pagination .swiper-pagination-bullet{ border-radius:0; width: 20px; height: 10px; background-color: transparent!important; border-color:rgba(17,17,17, 0.10); position:relative;}
.video_swiper .swiper-pagination .swiper-pagination-bullet:before{ content: "\e650"; font-family:"iconfont"; display:block;line-height: 1; font-size: 12px; position: absolute; top:50%; left:50%; transform: translate(-50%,-47.50%) scale(0.30); opacity: 0;  }
.video_swiper .swiper-pagination .swiper-pagination-bullet-active{ border-color:#24549B; color:#24549B;}
.video_swiper .swiper-pagination .swiper-pagination-bullet-active:before{ opacity: 1;}
.video_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.video_poster {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 5;
	transition: opacity 0.4s ease;
}
.video_poster:before{ content:""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: rgba(255,255,255, 0.50);}
.video_swiper .swiper-slide-active .video_poster:before{  background: rgba(0,0,0, 0.10);}
.video_poster.hidden {
	opacity: 0!important;
	pointer-events: none;
}
.video_element {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.custom_controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s;
	/*opacity: 0;
	pointer-events: none;*/
}
.play_icon_overlay.visible {
	opacity: 1;
	pointer-events: auto;
}
.progress_container {
	flex:1 0 0;
	overflow: hidden;
	height: 4px;
	background: rgba(255,255,255,0.2);
	border-radius: 2px;
	cursor: pointer;
}
.progress_bar {
	height: 100%;
	background: #ffffff;
	border-radius: 2px;
	width: 0%;
	transition: width 0.1s linear;
}
.controls_bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.play_pause_btn {
	color: white;
	cursor: pointer;
	transition: all 0.2s;
}
.play_pause_btn .iconfont {
	font-size: 16px;
}
.play_pause_btn:hover {
	background: rgba(255,255,255,0.1);
	transform: scale(1.1);
}
.time_display {
	color: rgba(255,255,255,0.9);
}
.play_icon_overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:50px;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
	cursor: pointer;
	color:white;
	transition: all 0.3s;
	opacity: 0;
	pointer-events: none;
}
.play_icon_overlay:before{
	content: "\e63b"; font-family: "iconfont"; font-size: 50px;
}
.play_icon_overlay.visible {
	opacity: 1;
	pointer-events: auto;
}

/*============================ 05 ============================*/
/*=======news_recommend======*/
.news_recommend{ background-color: #F7F7F7;}
.recommend_box{ flex:1 0 0 ; }
.recommend_list{  margin-top:-0.25rem; height: -webkit-calc(100% + 0.25rem); height: calc(100% + 0.25rem); position:relative;}
.recommend_list li{ width:50%; height: 50%; padding:0.25rem 0 0 0.25rem; position: absolute;}
.recommend_list li a{ display:block; position:relative; background: #FFFFFF; border-radius: 3px; padding: 30px;  height: 100%; }
.recommend_list li a .limit_tit{ line-height: 32px; max-height: 64px;}
.recommend_more{ display: inline-block; padding:0 .18rem; line-height: 33px; border-radius: 3px; border: 1px solid rgba(17,17,17, 0.10); -webkit-transition:background .6s ease, color .6s ease; transition:background .6s ease, color .6s ease; margin-top: 30px;}
.recommend_list li:nth-child(2){ top:auto; bottom: 0;}
.recommend_list li:nth-child(3){ height: 100%; left:auto; right:0;}
.recommend_list li:nth-child(3) .recommend_more{ position:absolute; bottom: 30px; left:30px;}
.recommend_list li:nth-child(3) .des_limit{-webkit-line-clamp: 4; max-height: 104px;}
.recommend_list li a:hover{ box-shadow: 0 0 30px 0 rgba(17,17,17, 0.07); color: #24549B;}
.recommend_list li a:hover .recommend_more{ background-color: #24549B; color: #ffffff; }

/*=======news_category======*/
.news_category{}
.category_top{ margin-bottom: 0.45rem; align-items: center;}
.category_tab{ display:flex;}
.category_tab li{ margin-right: 0.46rem;}
.category_tab li a{ position: relative; font-weight:400;}
.category_tab li:hover a,
.category_tab li.active a{color: #24549B;}
.category_tab li a:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #24549B;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.category_tab li:hover a:before,
.category_tab li.active a:before{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.category_screen{ margin-left:auto; flex:1 0 0; position:relative; max-width: 350px; height: 50px; background: #F7F7F7; border-radius: 3px;}
.category_screen .iconfont{ font-size: 18px;}
.screen_icon{ display:block; position: absolute; top:50%; left: 0.20rem; transform: translateY(-50%); color: #999999;}
.screen_txt{ width:100%; height: 100%; padding-left: 46px; padding-right: 50px;}
.screen_btn{ display:block; cursor: pointer; position: absolute; top:0; right:0; z-index: 1; width: 50px; height: 100%; text-align: center; border-radius: 3px; color: #999999;}
.screen_btn:hover{ opacity: 1; color: #24549B;}
/*=======news_detail======*/
.back_wrap{ margin-top: 0.60rem;}
.back{ color: #0C1119; }
.back:hover{ color: #24549B;}
.news_detail{ padding-top: 0; padding-bottom: 0.90rem; overflow: visible;}
.detail_head{ padding-top: 0.55rem; padding-bottom: 0.55rem; border-bottom:1px solid rgba(17,17,17, 0.10);}
.detail_related{ color: #24549B; font-style: italic; font-weight: 400;}
.detail_related a{ position: relative; color: #24549B; margin-right: 0.16rem;}
.detail_mark{ }
.detail_mark:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #24549B;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.detail_mark:hover:before{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.detail_tit{ margin-top: 5px; font-weight: 300;}
.detail_con{ padding-top: 0.60rem;}
.detail_left{ width:20%; max-width: 300px; padding-right: 4%;}
.detail_follow{ position:sticky; top:140px;}
.follow_tit{}
.follow_list{ margin-top: 0.20rem; align-items: flex-end;}
.follow_list li{ position: relative; margin-right: 0.10rem;}
.follow_icon{ display:block; width: 50px; height: 50px; line-height: 48px; border-radius: 50%; text-align: center; border:1px solid rgba(17,17,17, 0.10); }
.follow_icon>.iconfont{ vertical-align: middle; font-size: 20px; }
.follow_cover{ position:absolute; top: 100%; padding-top: .15rem; left: 50%; transform:translateX(-50%); width: max-content; text-align: center; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition:all 0.6s ease; transition:all 0.6s ease; }
.follow_con{ position: relative; background: #ffffff; box-shadow: 2px 0 12px 0 rgba(0,0,0, .10); border-radius: 3px; padding: 10px; text-align: center; line-height: 24px;}
.follow_con:before{ content: ""; position:absolute; top: 100%; left: 50%; transform:translateX(-50%) rotate(0deg); border-width:6px; border-style:solid solid solid; border-color:#404040 transparent transparent; display:none;}
.follow_con img{ display:block; width:100%; margin: 0 auto 5px; max-width: 124px;}
.follow_caption{ color: rgba(255,255,255, 1);}
.follow_list li:hover .follow_icon{ border-color:#24549B; color: #24549B;}
.follow_list li:hover .follow_cover{ opacity: 1; visibility: visible; pointer-events: all;}
.detail_right{ flex:1 0 0; overflow: hidden; color:#525252;}
.detail_caption{ color:#161616;}
.detail_right img,
.detail_right video{ border-radius: 3px;}


/*============================ 06 ============================*/
/*=======service_guarantee======*/
.service_guarantee{}
.guarantee_list{ margin: -0.12rem;}
.guarantee_list li{ width:25%; padding: 0.12rem;}
.guarantee_list li:nth-child(2n){ animation-delay: 0.40s!important;}
.guarantee_img{ padding-top: 115.07%; border-radius: 3px;}
.guarantee_img:before{ content: ""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0, 0.03);}
.guarantee_tit{ margin-top: 0.15rem;}
.guarantee_list:hover li .guarantee_img:before{ background: rgba(0,0,0, 0.30);}
.guarantee_list:hover li a:hover .guarantee_img:before{ background: rgba(0,0,0, 0);}
/*=======service_support======*/
.service_support{ padding-top:0;}
.support_block{ display: flex; flex-wrap: wrap; background: #F7F7F7; border-radius: 3px; margin-top: 0.45rem;}
.support_block:first-child{ margin-top:0;}
.support_img{ width:50%;}
.support_img .img_box{ padding-top:62.50%;}
.support_img .img_box:before{ content:""; position: absolute; top:0; left:0; z-index: 1; width:100%; height: 100%; background: rgba(0,0,0, 0.04);}
.support_right{ overflow: hidden; flex:1 0 0; display: flex; align-items: center; padding:0.85rem; position: relative;}
.support_text{ width: 100%;}
.support_tit{ }
.support_des{ text-align: justify; margin-top: 0.20rem;}
.support_icon{ position: absolute; bottom: 0; right:0; width:2.40rem; opacity: 0.06;}
.support_block:nth-child(even){ flex-direction: row-reverse;}
.support_block:nth-child(even) .support_icon{ right:auto; left:0;}


/*============================ 07 ============================*/
/*=======cases_map======*/
.cases_map{}
.map_box{ position: relative;}
.map_img{}
.map_img img{ display: block; margin: 0 auto;}
.map_pc{}
.map_phone{ display:none;}
.map_block{ position: absolute; z-index: 1; }
.map_block:nth-child(2n){
	-webkit-animation-delay:0.4s!important;
	animation-delay: 0.4s!important;
}
.map_block:nth-child(3n){
	-webkit-animation-delay:0.6s!important;
	animation-delay: 0.6s!important;
}
.map_dot{ display:flex; align-items: center; line-height: 26px;}
.map_dot em{ font-style:normal; white-space: nowrap; font-weight: 400; min-width:32px; text-align: right;}
.map_dot i{ display:block; margin-right: .08rem; position:relative; width:16px; height: 16px; border-radius: 50%; border:1px solid rgba(36, 84, 155, 1);}
.map_dot i:after{ content:""; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); width:6px; height: 6px; border-radius: 50%; background: rgba(36, 84, 155, 1);}
.map_dot i:before{ content:""; position: absolute; top:-6px; left:-6px; width: 26px; height: 26px;
	border-radius: 50%;
	/*border: 2px solid rgba(36, 84, 155, 0.70);
    box-shadow: inset 0 0 30px 0 rgba(36, 84, 155, 0.50);*/
	 background: radial-gradient(
		circle at center,
		rgba(36, 84, 155, 0.80) 0%,
		rgba(36, 84, 155, 0.50) 25%,
		rgba(36, 84, 155, 0.20) 50%,
		rgba(36, 84, 155, 0) 100%
	);
	-webkit-transform: scale(.10);
	-moz-transform: scale(.10);
	-ms-transform: scale(.10);
	transform: scale(.10);
	opacity: 1;
	-webkit-animation:2s 0.2s dots_move linear infinite;
	animation: 2s 0.2s dots_move linear infinite;
}
@-webkit-keyframes dots_move {
	0% {
		-webkit-transform: scale(.10);
		-moz-transform: scale(.10);
		-ms-transform: scale(.10);
		transform: scale(.10);
		opacity: 1;
	}
	70%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(1.40);
		-moz-transform: scale(1.40);
		-ms-transform: scale(1.40);
		transform: scale(1.40);
		opacity: 0;
	}
}
@keyframes dots_move {
	0% {
		-webkit-transform: scale(.10);
		-moz-transform: scale(.10);
		-ms-transform: scale(.10);
		transform: scale(.10);
		opacity: 1;
	}
	70%{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(1.40);
		-moz-transform: scale(1.40);
		-ms-transform: scale(1.40);
		transform: scale(1.40);
		opacity: 0;
	}
}
.map_block:nth-child(even) .map_dot i:before{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 2.2s;
  	animation-duration: 2.2s;
}
.map_block:nth-child(3n+1) .map_dot i:before{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-duration: 2.4s;
  	animation-duration: 2.4s;
}
/*place*/
#Mexico{ top: 50.60%; left: 18.10%;}
#Belarus{ top: 30.80%; left: 53.30%;}
#Turkey{ top: 40.10%; left: 54.20%;}
#Uzbekistan{ top: 37.4%; left: 62.80%;}
#Iran{ top: 45.10%; left: 61.60%;}
#Russia{ top: 21.30%; left: 70.60%;}
#China{ top: 50.20%; left: 79.40%;}
#Thailand{ top: 54.10%; left: 73.90%;}
#Malaysia{ top: 60.7%; left: 74.40%;}
#Australia{ top: 77.30%; left: 82.3%;}
#Czech_Republic{ top: 31.80%; left: 48.30%;}
#UK{ top: 30.80%; left: 44.30%;}






/*=======cases_project======*/
.cases_project{ background-color: #F7F7F7;}
.project_swiper{}
.project_img{ border-radius: 3px; padding-top: 64.86%;}
.project_tit{ margin-top: 0.15rem; text-align: center;}
.project_swiper .swiper-pagination{display:none;}
.project_swiper .swiper_arrow div.swiper-button-prev{ left:auto; right:100%; margin-right: 18px;}
.project_swiper .swiper_arrow div.swiper-button-next{ right:auto; left:100%; margin-left: 18px;}
/* 表格容器样式 */
.project_table{ margin-top: 0.60rem; overflow-x: auto;}
.table-container{ width: 100%; border-collapse: collapse; min-width: 500px; }
.table-row { display: flex; align-items: center; min-height: 0.64rem; border-radius: 3px; border: 1px solid rgba(17,17,17, 0.10); margin-bottom: 0.14rem; -webkit-transition:background .6s ease; transition:background .6s ease; }
.table-cell { padding: .18rem 0 .18rem 0.30rem; }
.table-cell:nth-child(1){ width:11%; white-space: nowrap;}
.table-cell:nth-child(2){ width:23%;}
.table-cell:nth-child(3){ width:16%; white-space: nowrap;}
.table-cell:nth-child(4){ width:50%; padding-right: 0.30rem; }
.table-header { font-weight: 400; color: #24549B; background-color: rgba(36,84,155,0.05); border-color: rgba(36,84,155,0.50);}
.table-row:hover{ background-color: #ffffff;}
.table-header .table-cell{ white-space: nowrap;}

/*============================ 08 ============================*/
/*=======contact_way======*/
.contact_way{ }
.way_box{}
.way_subtit{ text-align: center; margin-top: -0.10rem; margin-bottom: 0.50rem;}
.way_list{ margin: -0.30rem; }
.way_list li{ width:25%; }
.way_block{ height: 100%; padding: 0.30rem; border-radius: 3px; text-align: center; -webkit-transition:all .6s ease; transition:all .6s ease;}
.way_icon{ display:block; margin: 0 auto; position:relative; border-radius: 50%; width: 80px; height: 80px; line-height: 80px; -webkit-transition:all .6s ease; transition:all .6s ease;}
.way_icon:before,
.way_icon:after{ content:""; position: absolute; top:0; left:0; width: 100%; height: 100%; border-radius: 50%; background:#f7f7f7; }
.way_icon:after{background: #24549B; -webkit-transform: scale(0); transform: scale(0); opacity: 0;}
.way_icon>.iconfont{ display:inline-block; position: relative; z-index: 2; font-size: 32px;}
.way_tit{ margin-top: .20rem; color: #5c5c5c;}
.way_des{ margin-top: .10rem; font-weight: 400; line-height: 1.40;}
.way_block:hover{ box-shadow: 0 0 10px 0 rgba(0,0,0, .10); }
.way_block:hover .way_icon{ color:#ffffff;}
.way_block:hover .way_icon::before{ -webkit-transform: scale(0); transform: scale(0); opacity: 0; }
.way_block:hover .way_icon:after{ -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
.way_block:hover .way_icon>.iconfont{
	-webkit-animation: 1s 0.2s pulse both;
    animation: 1s 0.2s pulse both;
}
.way_img{ margin-top: 1.20rem;}
.way_img .img_box{border-radius: 3px; padding-top: 35.16%;}
.way_img .img_box:before{ content:""; position: absolute; top:0; left:0; width: 100%; height: 100%; border-radius: 50%; background: rgba(0,0,0, 0.04);}
/*=======contact_message======*/
.contact_message{ padding-top:0;}
.contact_message .layui-form{ display:flex; flex-wrap: wrap; font-size: 16px; margin:0 -0.25rem;}
.contact_message .layui-form-item{width:100%; margin-bottom: 0.18rem; display:flex; padding: 0 0.25rem;}
.contact_message .layui-form-label{ float:none; width: 100px; padding:0 20px 0 0; line-height: 50px; font-weight: 300; color:#161616;}
.contact_message .layui-input-block{ margin-left: 0; min-height: 0; flex:1 0 0;}
.contact_message .layui-form-item:nth-child(1),
.contact_message .layui-form-item:nth-child(2),
.contact_message .layui-form-item:nth-child(3),
.contact_message .layui-form-item:nth-child(4){ width: 50%;}
.contact_message .layui-input,.contact_message .layui-select, .contact_message .layui-textarea{ height:50px; background: #F7F7F7; border-radius: 3px; border-color:transparent; line-height: 22px; padding: 10px 20px;}
.layui-textare{ min-height: 120px; resize: none;}
.contact_message .layui-form-checkbox[lay-skin=primary]{ margin-top:0; padding-left: 0; margin-right: 10px; /*margin-left: -30px;*/}
.contact_message .layui-form-privacy{ margin-top: 0.30rem; margin-bottom: 0.15rem;}
.contact_message .layui-form-cookie{ color: #999999;}
.contact_message .layui-form-cookie .cookie_sign{ margin-right: 10px; /*margin-left: -30px;*/}
.contact_message .layui-form-submit{ margin-top: 0.35rem;}
.contact_message .layui-btn{ width: 1.85rem; min-width: max-content; padding:0 0.50rem; height: 50px; line-height: 50px; background: #24549B; border-radius: 3px; font-size: 20px; }
.contact_message .layui-form-select .layui-edge { right:20px; width: 11px; height: 6px; margin-top: -3px; border: none; background: url(../images/select_arrow.png) center center no-repeat; }
.contact_message .layui-input:focus,
.contact_message .layui-textarea:focus{ border-color:#24549B!important; box-shadow: 0 0 0 3px rgba(36, 84, 155, 0.08)!important;}
.contact_message .layui-form-checkbox[lay-skin=primary]:hover>i{ border-color: #24549B!important;}
.contact_message .layui-form-checked[lay-skin=primary]>i{ border-color:#24549B!important; background-color:#24549B!important;}
.link_privacy{ color:#24549B; position: relative;}
.link_privacy:before{
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: #24549B;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
}
.link_privacy:hover:before{
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
}
.contact_message .layui-form-privacy,
.contact_message .layui-form-cookie{ margin-left:-30px;}
.privacy-content {
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.privacy-content h3 {
  margin-bottom: 15px;
}
.layui-layer {
    width: 90%;
    max-width: 700px;
    max-height: 500px;
}
.layui-layer .layui-layer-title{ font-size: 24px; font-weight: 400;}
.layui-layer-btn .layui-layer-btn0{ background-color: #24549B;}

.pages{text-align: center;}
