﻿@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: Impact;
  src: url(../fonts/Impact.ttf);
} 
body{ overflow: hidden;}
body,html{
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	background:#fff;
	font-family: Arial, Microsoft YaHei, "微软雅黑",'Microsoft Jhenghei', '微軟正黑體';
	 color: #333;
	font-size:14px;
	line-height: 1.50;
	-webkit-text-size-adjust:none; 
	text-align: justify;
}
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:14px;
	vertical-align:middle;
	color:#333; 
} 
a{text-decoration:none;blr:expression(this.onFocus=this.blur());outline:none;color:#333;}
a:hover,a:active,a:focus{text-decoration:none;}
em,i{font-style:normal;}
a:focus,input,select{outline:none;}
.clear{*zoom:1;}
.clear:after{content:"\200B";display:block;clear:both;height:0;}
input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],button,select, textarea{ -webkit-appearance: none; font-family: Arial, Microsoft YaHei, "微软雅黑",'Microsoft Jhenghei', '微軟正黑體';}
input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:hover{opacity:0.90;}
h1,h2,h3,h4,h5,h6{font-weight:normal; padding:0; margin:0; font-size:14px; line-height:1.20; }
p,ul,ol{margin:0;}
header,main,footer,section{display:block;}

/*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-container{ height:100%;} 
.swiper-pagination-bullet-active{ background: #e60012;}
/*transition*/
a,*:before,*:after,input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],sup,.owl-carousel .owl-nav a span,.owl-carousel .owl-dots .owl-dot span, .browserupgrade,
.menu_phone i{
	transition:all 600ms ease; -webkit-transition:all 600ms ease; -moz-transition:all 600ms ease;
}  

/*===================common========================*/ 
/*bgImg*/
.bgImg{ display:block; overflow: hidden; width:100%;height:100%;background-position:center center;background-repeat:no-repeat;background-size:cover; position: relative; transition:all 600ms ease; -webkit-transition:all 600ms ease; -moz-transition:all 600ms ease;}
.bgImg img{display:none;} 
/*img_box*/
.img_box{display:block; position:relative; overflow:hidden; height:0; padding-top:100%;}
.img_box img{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
/*ico_box*/
.ico_box{position:relative;display:block;overflow:hidden;height:0;padding-top:100%;}
.ico_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*/
.tit{overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height: 1.20; } 
/*des*/
.des{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-line-break:auto;-webkit-box-orient:vertical; text-align: justify; -webkit-line-clamp:2; line-height: 24px; max-height: 48px;}
/*typo*/
.typo .blink {
  display: inline-block;
}  
.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);
  }
}

/*title_effect*/ 
.title_effect .letter {
	display: inline-block;
	-webkit-transform: rotateX(-60deg) skewX(6deg);
	transform: rotateX(-60deg) skewX(6deg);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	opacity: 0
} 
.my_textLink2{
	-webkit-animation-name: textLink2;
	  animation-name: textLink2;
	  -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;
} 
@-webkit-keyframes textLink2 {
  to{
	 -webkit-transform: none;
	transform: none;
	transition: opacity .4s linear, -webkit-transform .3s linear;
	transition: opacity .4s linear, transform .3s linear;
	transition: opacity .4s linear, transform .3s linear, -webkit-transform .3s linear;
	opacity: 1
  }
}
@keyframes textLink2 {
  to{
	 -webkit-transform: none;
	transform: none;
	transition: opacity .4s linear, -webkit-transform .3s linear;
	transition: opacity .4s linear, transform .3s linear;
	transition: opacity .4s linear, transform .3s linear, -webkit-transform .3s linear;
	opacity: 1
  }
}   

.Box1200{ max-width:1230px; padding: 0 15px; margin:0 auto; }   
.Box1600{ padding: 0 8.33%; margin: 0 auto;}
/*fonts*/  
.font16{ font-size: 16px;}
.font18{ font-size: 18px;} 
.font22{ font-size: 22px;}
.font24{ font-size: 24px;}  
.font30{ font-size: 30px;}  
.font36{ font-size: 36px;}
.font40{ font-size: 40px;} 
.font48{ font-size: 48px;}
.font50{ font-size: 50px;}
.font60{ font-size: 60px;} 
.font70{ font-size: 70px;} 
.font80{ font-size: 80px;} 
.font114{ font-size: 114px;} 

/*============================ header ============================*/  
header{
	background-color: #d80717;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1004;
	height: 100px;
	line-height: 100px;
}
.logo{
	width: 170px;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	float:left;
}
.logo a{ 
	height: 100%;
	display: flex;
	align-items: center;
}
.logo a img{
	margin:0 auto;
	height: 57px; 
	width:auto;
}
.header_r{
	float:right; 
}
.nav_list, .cn_en, .gp{ float:left; border-right: 1px solid rgba(255,255,255,0.35);}
.nav_list{ 
	padding-right: 30px;
	font-size: 16px!important;
} 
.nav_list li{
	float:left; 
	position: relative;
}
.nav_list li .nav_top{
	position: relative;
} 
.nav_list li .nav_top a{
	display: block;
	position: relative; 
	color: #fff;
	padding: 0 30px;  
} 
.nav_list li .nav_top a span{
	display:block;
	position: relative;
}
.nav_list li .nav_top a span:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0; 
  background: rgba(255,255,255, .80);
  -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);
} 
.nav_list li:hover .nav_top a span:after{
  -webkit-transform-origin: left top;
  transform-origin: left 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);
}  
.nav_list li .nav_bom ul{
	display:inline-block;
	vertical-align: top;
	overflow: hidden;
}
.nav_list li .nav_bom li a{
	position: relative;
	display: block;
	color: #666; 
	padding-left: 30px;
	padding-right: 30px;
}
.nav_list li .nav_bom li a:before{
	content:"";
	position: absolute;
	top:50%;
	left:0;
	width:1px;
	height: 18px;
	margin-top: -9px;
	background:#d2d2d2;
}
.nav_list li .nav_bom li:first-child a:before{
	display:none;
}
.nav_list li .nav_bom li.active a,
.nav_list li .nav_bom li a:hover{
	color: #d80717;
}  
.cn_en{   
	padding: 0 38px;
}
.cn_en a{
	display: inline-block; 
	color: #ffffff;
	opacity: 0.4;
}
.cn_en span{
	display: inline-block;
	color: #ffffff;
	opacity: 0.4;
	margin: 0 7px;
}
.cn_en a.active,
.cn_en a:hover{
	opacity: 1;
}
.gp{ 
	position: relative;
	color: #FFFFFF; 
	padding: 0 20px 0 30px;
} 
.gp img{
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	width:auto; 
}
.gp_code{display: inline-block; vertical-align: middle; margin-left:5px;}
.gp_tit{display: inline-block; vertical-align: middle;}
.gp_swiper{ display: inline-block; vertical-align: middle; overflow: hidden; margin-left: 5px; height: 100px; }



/*icos*/
.icos{ 
	float: right; 
	position: relative; 
    height: 70px;
    z-index: 999999999;
    cursor: pointer;
    display: none;
	padding: 0 15px; 
}
.icos span{
	display:block;
	margin: 0 auto;
	position: relative;
	top:50%; 
	transform:translateY(-50%);
	width: 32px; 
	height: 22px;
}
.icos i{
    height: 2px;
    width: 90%;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.icos i:nth-child(1) {
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
.icos i:nth-child(2){
    top: 10px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
.icos i:nth-child(3){
    top: 20px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
.icos.active i:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
.icos.active i:nth-child(2) { 
	width: 0;
}
.icos.active i:nth-child(3){
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
}
.nav_top .ico{
	width: 100px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	z-index: 4;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	display: none;
}
.nav_top .ico i{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	transition: all 0.6s;
}
.nav_top .ico.active i{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
@media (min-width: 992px) { 
	.nav_bom{
		position: absolute;
		 width: 1200px;
		z-index: 9; 
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none; 
		text-align: center; 
		line-height: 80px;   
		transition:all 600ms ease; 
	} 
	.nav_bom:before{ content:""; 
		position:absolute; 
		top:0; 
		left:50%; 
		margin-left:-2500px; 
		width:5000px; 
		height: 100%;
		background-color: #f7f7f7;
		border-bottom: 1px solid #dcdcdc;
	}
	.nav_list li:hover .nav_bom{ 
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}  
}
.nav_list li#li_service{ position: inherit; position: initial;}
.nav_list li#li_service .nav_bom{ width:100%; text-align: left;}
.nav_list li#li_service .nav_bom ul{ display: flex; flex-wrap: wrap; align-items: stretch; margin-right: -9px;}
.nav_list li#li_service .nav_bom ul li{ width:20%; border-left:1px solid rgba(0,0,0, .10);} 
.nav_list li#li_service .nav_bom ul li:last-child{ border-right:1px solid rgba(0,0,0, .10);}
.nav_list li#li_service .nav_bom ul li a{ color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.nav_list li#li_service .nav_bom ul li:hover a{ color: #d80717;}
.nav_list li#li_service .nav_bom ul li a:before{ display:none;}
.nav_list li#li_service .nav_bom ul li .nav_third{ padding: 20px 0 60px; font-size:14px;}
.nav_list li#li_service .nav_bom ul li .nav_third a{ display:block; color: #666; line-height: 22px; padding-top:4px; padding-bottom: 4px;} 
.nav_list li#li_service .nav_bom ul li .nav_third a:hover{ color:#333; text-decoration: underline;}

/*============================ banner ============================*/  
.banner{
	/*height: 100vh;*/
	background: #000;
	position: relative;
	margin-top: -100px;
}
.banner_bg{
	padding-top: 46.875%;
	max-height: 900px;
	min-height: 320px;
	background: #fff center 0 no-repeat;
	background-size: cover;
	opacity: .65; 
}
.banner_cover{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}
.banner_cover .Box1200{
	height: 100%;
    position: relative;
    display: flex;
    align-items: center;
} 
.banner_txt{
	width:100%;
	color: #ffffff;
	margin-top: 8%;
}
.wow_over{ overflow: hidden;}
.wow_effect{ overflow: hidden;}
.banner_tit{ 
	
}
.banner_des{ 
	line-height: 1.60;
	margin-top: 4.50%;
}
.banner_stocks{
	position: absolute;
	bottom: 6.50%; 
	right:0; 
	z-index: 1;
}
.banner .font16 a{
	width: 80px;
	height: 40px;
	background-color: #ffffff;
	display: inline-block;
	color: #666;
	text-align: center;
	line-height: 40px;
	float: right;
}
.banner .font16 a.active,.banner .font16 a:hover{
	background-color: #d80717;
	color: #fff;
}

/*============================ footer ============================*/  
footer{ background: url(../images/foot_03.jpg) center top no-repeat; background-size: cover; color: rgba(255,255,255, .50); }
footer a{ color: rgba(255,255,255, .50);}
footer a:hover{ color: rgba(255,255,255, 1);}
.footer_top{
	padding: 5% 0 10%; 
}
footer .lt,
footer .rt{
	width: 50%;
	float: left;
}
footer .rt{
	text-align: right;
}
.f_logo{
	display: block;
	height: 57px;
	width: auto; 
}
.f_nav{ margin: 5% -20px 0; text-align: left;}
.f_nav li{
	display: inline-block;  
	position: relative;
} 
.f_nav li:after{
	content: '';
	width: 1px;
	height: 80%;
	background-color: rgba(255,255,255, .20);
	position: absolute;
	right: 0;
	z-index: 5;
	top: 10%;
}
.f_nav li:last-child::after{
	display: none;
}
.f_nav li a{
	display: block;
	padding: 0 20px;  
}
.f_touch{ 
	display:inline-block; 
	vertical-align: bottom;   
}
.f_tel{
	color: #e60012;
	font-weight: bold;
} 
.f_erweima{
	display: inline-block;
	vertical-align: bottom; 
	width:110px;
	height: 110px;
	margin-left: 6%;
}  
.footer_bom {
	padding: 2.50% 0;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255, .20); 
} 
.footer_bom a{
	color: rgba(255,255,255, .20);
}
.footer_bom a:hover{ color: rgba(255,255,255, .50);}  

/*============================ 01 ============================*/  
main{ padding-top: 100px;}
main.main_index{ padding-top:0!important;}
/*============focus_swiper_box===========*/  
.focus_swiper_box{
	position: relative;
	overflow:hidden;
	height: 100vh;
}
.focus_swiper { 
	width: 100%;
	height: 100%; 
	z-index: 1;
} 
.focus_img { 
	transition: all 0ms ease;
     -webkit-transition: all 0ms ease; 
    -moz-transition: all 0ms ease;
} 
.focus_txt{
	position: absolute; top: 32%; left:0; z-index: 2; width: 100%;
}
.f_t_en{
	text-transform:uppercase; font-weight: bold; color: #ff0013; line-height: 0.95; letter-spacing: -0.02em;
}
.f_t_en em{ 
	display:block; font-style: normal;  color: #333; padding-left: 4%;
}
.f_t_cn{
	 line-height: 1.33; margin-top: 3%; padding-left: 10%; position: relative;
}
.f_t_cn:before{
	content:""; position: absolute; top: 28%; left:0; width: 8%; height: 3px; background: #ff0013;
}
.focus_swiper .swiper-slide-active .f_t_en{
	 -webkit-animation:1s .2s fadeInUp both; animation:1s .2s fadeInUp both;
}
.focus_swiper .swiper-slide-active .f_t_cn{
	 -webkit-animation:1s .4s fadeInUp both; animation:1s .4s fadeInUp both;
}
.focus_swiper .swiper-pagination {
	color: #333;
	width:auto;
	right: 3%;
	bottom: 5%;
	margin-right: 70px; 
	font-size: 16px;
} 
.swiper-pagination ul,
.swiper-pagination em,
.swiper-pagination .total{
	display: inline-block;
	vertical-align: super;
	line-height: 30px;
}
.swiper-pagination em{
	margin:0 2px;
}
.swiper-pagination ul{
	width:16px;
} 
.swiper-pagination ul li{
	position:absolute;
	left:0;
	top:0;
} 
.focus_swiper .swiper-button-next, 
.focus_swiper .swiper-button-prev{
	display:none;
}
.ui_loop{
	position:absolute;
	z-index: 2;
	width: 50px;
	height:50px; 
}
.path {
	fill: none;
	stroke: #ff0013;
	stroke-miterlimit: 10;
	stroke-width: 1.8px;
	transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
} 	
.path_loop {
    fill: none;
    stroke: #ff0013;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}	 	
.path_loop_bg {
    fill: none;
    stroke: #ff0013;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.10;
}	
.focus_ui_loop{
	bottom: 5%;
	right: 3%;
}
.focus_ui_loop .path,
.focus_ui_loop .path_loop,
.focus_ui_loop .path_loop_bg{
	stroke: #777;
}

/*============index_service===========*/ 
.sec_box{ overflow: hidden; position: relative; background: center top no-repeat; background-size: cover;}
.index_service{ }
.service_left{ float:left; background: #fff; position: relative; z-index: 4; width:26.873%; padding: 70px 0;}
.service_left_area{ width: 86%; max-width: 324px;}
.sec_tit{ overflow: hidden; text-transform:uppercase;}
.sec_tit a{ display:block;}
.service_left .sec_tit a{ color: #e60012;}
.service_des{ -webkit-line-clamp:5; max-height: 120px; margin-top: 50px;}
.service_search{ position: relative; margin-top: 50px;}
.service_search_txt{ border-radius: 5px; background: #eeeeee; border:1px solid #dcdcdc; width:100%; height: 50px; padding:10px 40.50% 10px 20px;}
.service_search_btn{ cursor: pointer; border-radius: 5px; background: #e60012; color: #fff; width:35.50%; max-width: 115px; height: 50px; position: absolute; top:0; right:0; z-index: 1;}
/*service_right*/
.service_right{ float:left; width:73.127%;  position: relative;}
.service_swiper_box{ position: relative;}
.service_swiper_box:before{ content:""; position: absolute; top:115px; left:0; width: 1920px; height: 3px; background: #c1c1c1;}
.service_screen_line{ background:#e60012;height:3px;overflow:hidden;width:0;border-radius:10px; position: absolute; top: 115px; left: 0; z-index: 2;}
.service_screen_arrow{ position:absolute; top: 100px; left:-36px; z-index:3; width:36px; height: 36px; text-align: center; line-height: 36px; border-radius:50%; background: #e60012; color: #fff; display: none;} 
.service_screen_arrow:before{ content: "\e61c"; font-family: "iconfont" !important; position: absolute; top:0; left:0; border-radius:50%; width:100%; height: 100%; font-weight: bold; font-size: 18px;} 
.service_swiper{ width:113.662%;  padding-right: 3.80%;}
.service_swiper .swiper-wrapper{ align-items: stretch;}
.service_swiper .swiper-slide{ height: auto; padding: 70px 0;}
.service_block{ position: relative;} 
.service_block:before{ content: "\e61c"; font-family: "iconfont" !important; position: absolute; top: 30px; right:-18px; z-index: 3; text-align: center; line-height: 36px; width:36px; height: 36px; background: #c1c1c1; color: #fff; border-radius: 50%; font-weight: bold; font-size: 18px;} 
.service_block:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 45px;
  left: 0;
	z-index: 2;
  background-color: #e60012;
  -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);
} 
.service_swiper .swiper-slide:hover .service_block:after{
  -webkit-transform-origin: left top;
  transform-origin: left 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);
} 
.service_swiper .swiper-slide:hover .service_block:before{ /*opacity: 0; right:-36px;*/  background: #e60012; color: #fff;}  
.service_swiper .swiper-slide:last-child .service_block:before{ display:none;}
.service_swiper .swiper-slide:last-child:hover .service_block:after{ width: 200%;}
.service_block dt{ margin-bottom: 46px;}
.service_block dt a{ display:block; font-weight:bold; line-height: 24px; padding: 0 0 0 15%;}
.service_block dd a{ display:block; line-height: 24px; padding:6px 0 6px 15%; text-align: left;}
.service_block dd a:hover{ background: #eeeeee;}
.service_block dd a span{ display:block; position: relative; padding-left: 8px;}
.service_subclass li a span:before{ content:""; position: absolute; top:12px; left:0; width: 2px; height: 2px; background: #000;}
.service_sanji{}
.service_sanji a span:before{ display:none;} 
/*============index_about===========*/ 
.index_about{ padding-bottom: 4%;} 
.sec_deco_line{ position:absolute; top:0; left:0; z-index: 1; width:1px; height: 150%; background: rgba(156,156,156, .20);}
.about_deco_line01{ left:0;}
.about_deco_line02{ left:27.40%;}
.about_deco_line03{ left:54.90%;}
.about_deco_line04{ left:82.40%;}  
.about_spread{ /*overflow: hidden;*/}
.about_left{ position: relative; z-index: 2; float:left; width:26.873%; padding-top: 8%;}
.about_left_area{ width:160%;}
.about_left .sec_tit a{ color: #e60012;}
.about_left .sec_tit i{ display:block; line-height: 1; font-weight: bold; letter-spacing: -0.025em; margin: 2.50% 0 0 3.2vw;}
.about_foreword{ line-height:1.28; margin: 11% 0 0 3.2vw;}
.about_right{ position: relative; z-index: 1; float:left; width:73.127%; padding-top: 5%;height: 30em; }  
.about_map{ width:101.022%; margin-left: -1.022%; max-width: 1182px; position: relative;display:none; }
.about_map_img{ display:block; opacity: .90;}
/*city_line*/
.city_line{ position: absolute;}
.city_line01{width: 50.085%; height: 37.5%; top: 13.65%; left: 33.20%; }  
.line_change{ background: left top no-repeat; background-size:cover; height: 100%; transition: all 1.5s 0.2s linear; width: 0%;}
.city_line01 .line_change{ background-image: url(../images/about_07a.png);}
.city_line02{ width: 38.325%; height: 33.93%; top: 9.10%; left: 33.98%;} 
.city_line02 .line_change{ transition: all 1.5s 0.4s linear; background-image: url(../images/about_07b.png);}
.my_move02{
	-webkit-animation: 1s .2s move02 both;
	animation: 1s .2s move02 both;
}
@-webkit-keyframes move02 {
	0%{ width:0%; }
	100%{ width:100%;}
}
@keyframes move02 {
	0%{ width:0%; }
	100%{ width:100%;}
}
/*city_block*/
.city_block{ position:absolute; padding: 0.80%; }
.city_position{cursor: pointer; /*opacity: .50;*/}
.city_name{ position: absolute; top:0; left:130%; z-index: 1; width:28px; transition:all 600ms ease; opacity: 0; visibility: hidden; pointer-events: none;} 
/*city_dot*/
.city_dot{ display:block; position:relative; width: 1.042vw; height: 1.042vw; /*20px*/ }
.city_dot em{ display: block; border-radius: 50%; background: #fff center center no-repeat; background-size: cover; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; }
.city_dot em:before{ content:""; border-radius: 50%; background: #e60012; position: absolute; top: 30%; left: 30%; width:40%; height: 40%;}
.city_dot i{ display: block; border-radius: 50%; position: absolute; top:-20%; left:-20%; width:140%; height: 140%;
	border: 2px solid rgba(230,0,18, .40);
    box-shadow: inset 0 0 10px 0 rgba(230,0,18, 1);
	-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.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		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.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0;
	}
} 

.city_dot02 i{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 2.2s;
  	animation-duration: 2.2s;
}
.city_dot03 i{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
	-webkit-animation-duration: 2s;
  	animation-duration: 2s;
}
.city_dot04 i{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 1.8s;
  	animation-duration: 1.8s;
}
.city_dot05 i{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 2.4s;
  	animation-duration: 2.4s;
}
.city_dot06 i{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-duration: 1.8s;
  	animation-duration: 1.8s;
}
.city_dot07 i{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-duration: 2s;
  	animation-duration: 2s;
} 

.city_include{ position: absolute; top:50%; left: 99%; z-index: 1; transform: translateY(-50%); line-height: 1.72; color: #333; width: 280px; padding: 0 10px; transition:all 600ms ease; opacity: 0; visibility: hidden; pointer-events: none;} 
.city_block:hover .city_include{ opacity: 1; visibility: visible; pointer-events: all;} 
#beijing{ z-index: 10; top: 37.60%; left: 32.3%;}
#beijing .city_dot em{ background-color:transparent; background-image: url(../images/about_07.png);}
#beijing .city_dot em:before{ display:none;}
#suzhou{ z-index:9; top: 42.70%; left: 33.55%;}
#jiazhou { z-index: 8; top: 41.25%; right: 25.70%;}
#jiazhou .city_include{ left:auto; right:99%; text-align: right;}
#masa{ z-index: 7; top: 37.90%; right: 15.20%;}
#city_block05{ padding-left: 0; z-index: 6; top: 48.20%; left: 32.55%;}
#city_block06{ padding-right: 0; z-index: 5; top: 47.85%; left: 30.30%;}
#city_block06 .city_include{ left:auto; right:99%; text-align: right;}
#city_block07{ padding-left: 0; padding-bottom: 0; z-index: 11; top: 44%; left: 31.15%;}
#city_block07 .city_include{ left:auto; right:99%; text-align: right;}
#city_block08{ padding-right: 0; z-index: 4; top: 45.30%; left: 34.20%;} /*上海*/ 
/*about_certified*/
.about_certified_box{ position: relative; z-index: 1; margin-top: -1.20%;}
.about_certified{ margin: -6px;}
.about_certified li{float:left; width:20%; padding: 6px; transform: rotateY(40deg);}
.certified_swiper_box{ clear: both; margin: -15px 0;}
.certified_swiper{ padding: 15px 0;}
.certified_swiper .swiper-pagination{ position: inherit; position: initial; margin-top: 20px;}
.about_certified li a,
.certified_swiper .swiper-slide a{ background: #fff; box-shadow:0 10px 10px 0 rgba(0,0,0, .05); border-radius: 20px; height: 95px; padding: 5%; display:flex; align-items: center;}
.certified_block{ width:100%; text-align: center;}
.certified_block .p_cn{ font-weight: bold; color: #e60012;}
.certified_block .p_en{ color: #999;}
.my_move03{
	-webkit-animation: 1s .2s move03 both;
	animation: 1s .2s move03 both;
}
@-webkit-keyframes move03 {
	0%{ transform: rotateY(40deg); }
	100%{ transform: rotateY(0deg);}
}
@keyframes move03 {
	0%{ transform: rotateY(40deg); }
	100%{ transform: rotateY(0deg);}
} 

/*============================ 02 ============================*/
html.has-scroll-smooth {
    overflow: hidden;
	scroll-behavior: auto;
}   
.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform .3s,opacity .3s;
    opacity: 0;
	z-index: 1005;
}
.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar{
	opacity: 1;
}
.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
   /* margin: 2px;*/
    cursor: -webkit-grab;
    cursor: grab;
}

.sec_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	width:100%;
	height: 100%;
	background:#fff center top no-repeat; 
	background-size: cover;
} 
.sec_content{ 
    width: 100%; 
	position: relative;
}
/*============about_overview===========*/ 
.about_overview{ } 
.about_overview .sec_content{
	padding: 12.50% 0;
}
.overview_survey{
	color: #fff; 
}
.survey_left{ 
	float:left;
	width: 33.33%;
} 
.survey_left .sec_tit a{
	color:#fff;
	 -webkit-animation:1s .2s fadeInUp both; animation:1s .2s fadeInUp both;
}
.survey_des{
	overflow:hidden;
	line-height: 1.60;
}
.survey_des .wow_effect{
	-webkit-animation:1s .4s fadeInUp both; animation:1s .4s fadeInUp both;
} 
.overview_classify{ 
	margin-top: 18.50%;
    display: flex;
    flex-wrap: wrap; 
}
#portamento_container, #portamento_container .classify_left{ width:340px;}
#portamento_container {float:left; position:relative; }  
#portamento_container .classify_left{ position:absolute;}
#portamento_container .classify_left.fixed {position:fixed; } 
.classify_left{ width:28.33%; flex: 0 1 28.33%; position: relative;}
.scroll-counter {
    position: absolute;
    overflow: hidden;
	width: 100%;
    padding-top: 100%;
	background: #d31f2d;
	color: #fff;
	/*transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 83.3066, 0, 1);
	margin-top: -83.3066px;*/
	/*-webkit-transition: -webkit-transform 100ms linear;
    transition: -webkit-transform 100ms linear;
    transition: transform 100ms linear;
    transition: transform 50ms linear, -webkit-transform 50ms linear;*/
} 
.scroll-counter ol {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.55,0,.1,1);
    transition-property: transform;
	display: none;
}
.scroll-counter--2 ol {
	transform: translateY(-100%)
}
.scroll-counter--3 ol {
	transform: translateY(-200%)
}
.scroll-counter--4 ol {
	transform: translateY(-300%)
}
.scroll-counter--5 ol {
	transform: translateY(-400%)
}
.scroll-counter--6 ol {
	transform: translateY(-500%)
}
.animation--scroll-counter, .animation--scroll-counter ol {
	transition-duration: 1.6s
}
.js .animation--scroll-counter--inactive ol {
	transform: translateY(-600%)
}  
.scroll-counter li {
	display: block;
    position: relative;
    padding-top: 100%;
    font-size: 16vw;
    line-height: .81081em;
    letter-spacing: -.02em;
}
.scroll-counter li b {
	font-weight: normal;
	color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.scroll-counter p { 
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    max-width: 380px; 
    line-height: 1; 
	font-weight: bold;
} 
.classify_right {
    /*flex: 0 1 71.67%;
    width: 71.67%; */ 
	margin-top: 6%;
	width: calc(100% - 340px); width: -webkit-calc(100% - 340px); 
	position: relative;
} 
.classify_right:before{
	content:""; position: absolute; top:0; left:0; width:500%; height: 100%; background: #fff;
}
.advantages-accordion__mobile-title {
    padding:40px 20px 20px; 
	font-weight: bold;
	color: #e60012;
	position: relative;
	z-index: 1; 
	display: none;
} 
.accordion__heading {
    position: relative;  
    padding: 40px 0;
	cursor: pointer; 
}
.accordion__heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500%;
    height: 0%;
    background: #eee;
    transition-property: height,opacity; 
	transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
}
.accordion__heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500%;
    height: 1px;
    background: #e5e5e5; 
}
.accordion__heading:hover:before{
	height:100%;
}
.accordion__heading.is-active:hover:before{
	height:0%;
}
.accordion__title {
    float:left;
	width:30%;
	padding: 0 5%;
	font-weight: bold;
	position: relative;
	z-index: 1;
	line-height: 1.25;
}
.accordion__title a{
	display: inline-block;
}
.accordion__icon{
	float:right; 
	width: 13%; 
}
.icon_box{
	width:36px; 
	height: 36px; 
	overflow: hidden;
	border-radius: 50%;
	float:right;
	position: relative;
}
.icon_btn, .icon_btn:before, .icon_btn:after{
	display:block; 
	content:"";
	position: absolute;
	top:0;
	left:0; 
	width:100%;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	transition-duration: .4s;
    transition-timing-function: cubic-bezier(.25,.74,.22,.99);
} 
.accordion__icon .icon_plus{
	background: #000;
}
.accordion__icon .icon_plus:before{
	z-index: 1; background: url(../images/accordion_ico01.png) center center no-repeat; background-size: 18px; opacity: .60;
}
.accordion__icon .icon_plus:after{
	background: #d31f2d; transform: scale(0);
} 
.icon_jian{
	border:1px solid #000;
	opacity: 0;
}
.icon_jian:before{
	z-index: 1; background: url(../images/accordion_ico02.png) center center no-repeat; background-size: 16px;
}
.icon_jian:after{
	background: #d31f2d; transform: scale(0);
}  
.accordion__heading:hover .icon_plus{
	background: #fff;
}
.accordion__heading:hover .icon_plus:before{
     opacity: 1;
}
.accordion__heading:hover .icon_plus:after{
     transform: scale(1);
}
.accordion__heading.is-active:hover .icon_jian{
	border-color:#d31f2d;
    color: #fff; 
}
.accordion__heading.is-active:hover .icon_jian:before{
	background-image: url(../images/accordion_ico02b.png);
}
.accordion__heading.is-active:hover .icon_jian:after{
     transform: scale(1);
}
.accordion__heading.is-active .icon_plus{
	opacity: 0;
}
.accordion__heading.is-active .icon_jian{
	opacity: 1;
} 
.accordion__content{  
    overflow: hidden;
	display: none;
}
.accordion__des{
	 -webkit-line-clamp:9; max-height: 216px;
}
.accordion__heading.is-active .accordion__content{
	display:block;
}
.accordion__more{
	display: inline-block;
	position: relative;
	color: #d31f2d;
	margin-top: 12%;
} 
.accordion__more:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d31f2d;
  -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);
} 
.accordion__more:hover:after{
  -webkit-transform-origin: left top;
  transform-origin: left 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);
}

/*============about_contact===========*/ 
.about_contact{ position: relative; padding-top: 8.50%;}
.about_contact:before{ content: ""; position: absolute; bottom: 0; left:0; width:100%; height: 19%; background: #d31f2d;}
.contact_box{ position: relative;}
.contact_tab{ float:right; text-align: right; margin: -10px 0; position: relative; z-index: 1;}
.contact_tab li a{ display:block; cursor: pointer; position: relative; opacity: .60; padding:10px 0 10px 120px;}
.contact_tab li a:before{ content:""; position: absolute; top:50%; left:0; width:0px; height: 1px; background: #d31f2d;}
.contact_tab li:hover a, 
.contact_tab li.current a{ opacity: 1; color: #d31f2d;}
.contact_tab li:hover a:before, 
.contact_tab li.current a:before{ width: 100px;}
.contact_block{ display:none;}
.contact_info{ }
.contact_tel, .contact_des{ margin-top: 50px;}
.contact_tel{ font-weight:bold; line-height: 1; }
.contact_des{ line-height: 26px; min-height: 52px; }
.contact_map{ clear: both; width:130.17%; padding-top: 44.81%; margin-top: 7.50%; overflow: hidden; position: relative;}
.contact_map_box{ position:absolute; top:0; left:0; width:100%; height: 100%;}
.contact_map_box img{ display:block; }
.contact_block.active{ display:block;}
.contact_block.active .contact_info .wow_effect{ -webkit-animation:1s .2s fadeInUp both; animation:1s .2s fadeInUp both;}
.contact_block.active .contact_map .contact_map_box{ -webkit-animation:1s .2s fadeIn both; animation:1s .2s fadeIn both;}

/*============about_join===========*/ 
.about_join{ padding: 6% 0; background-color: #d31f2d; color: #fff;}
.join_tit{}
.join_des{ line-height:1.25; position: relative; margin-top: 2.50%; padding-right: 24%;}
.join_des_txt{}
.join_more{ display:block; position: absolute; top:50%; right:0; transform: translateY(-50%); width:14%;}
.join_more img{ display:block; position: relative; left: 0; opacity: 1;
	 animation: arrow 1.5s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 1.5s cubic-bezier(0.5, 0, 0.1, 1) infinite;
} 
.join_more img:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
} 
@keyframes arrow { 
    0%,
    100% {
		left: 0;
        opacity: 1;
    } 
    50% {
        left: 20px;
        opacity: .8
    }
}

@-webkit-keyframes arrow {
    0%,
    100% {
		left: 0;
        opacity: 1;
    } 
    50% {
        left: 20px;
        opacity: .8
    }
}

/*============about_introduce===========*/ 
.about_introduce{ padding: 8.50% 0 6.50%;}
.about_introduce .Box1200{ position: relative; padding-bottom: 8%;}
.introduce_txt{ position: relative; z-index: 1; padding-right: 3.50%;}
.introduce_txt01{ line-height:1.33; }
.introduce_txt02{ line-height: 1.50; width: 100%; max-width: 564px; float: right; margin-top: 9.50%;}
.introduce_deco{ position: absolute; bottom: 0; left:3.50%; width:75%;}
.introduce_deco img{ display:block;}
/*============about_goodness===========*/ 
.about_goodness{}
.goodness_top{ position: relative; background: #000; color: #fff; padding: 5.50% 0 320px;}
.goodness_top a{ color:#fff;}
.goodness_top .sec_bg{ opacity: .70;} 
.goodness_top .sec_tit{ padding-bottom:5%; border-bottom: 1px solid rgba(255,255,255, .20);}
.goodness_txt{ padding-right: 3.50%; margin-top: 7.50%;}
.goodness_txt01{ line-height: 1.50; width: 100%; max-width: 564px; float: right;} 
/*goodness_bot*/
.goodness_bot{ margin-top: -200px; margin-bottom:200px; position: relative;} 
.goodness_bot_before, .goodness_bot_after{ position: absolute; width:50%; height: 100%; background: #d31f2d;}
.goodness_bot_before{ top:0; left:0;}
.goodness_bot_after{ bottom: -200px; right:0; background: #313033;}
.goodness_swiper_box{ position: relative;}
.goodness_item{ position: absolute; top:7%; right:57%; z-index: 2; color: #fff; }
.goodness_ui_loop, .goodness_ui_num{ width: 218px; height: 218px; line-height: 218px;}
.goodness_ui_loop{ top: 36%; left: 9%;}
.goodness_ui_loop .path { 
	stroke: #fff; 
	stroke-width: 0.4px; 
} 	
.goodness_ui_loop .path_loop { 
    stroke: #fff; 
    stroke-width: 0.4px;
}	 	
.goodness_ui_loop .path_loop_bg { 
    stroke: #fff; 
    stroke-width: 0.4px;
    opacity: 0.20;
}
.goodness_ui_num{
	display: block;
	position: absolute;
	top:36%;
	left: 18%; 
	text-align: center;
	font-size: 120px; 
}
.goodness_swiper .swiper-pagination { 
	left: 0%;
	bottom: 4%;  
} 

.swiper_arrow01{}
.swiper_arrow01 div{ position:relative; top:auto; left: auto; bottom: auto; right:auto; margin: 0 5px 0 0; display:inline-block; vertical-align: middle; border-radius: 50%; text-align: center; background: #d31f2d; color: #fff; width:42px; height: 42px; line-height: 42px; }
.swiper_arrow01 div:before{ content:""; position: absolute; top:0; left:0; width:100%; height: 100%; border-radius: 50%; background: #fff; transform: scale(0);}
.swiper_arrow01 .iconfont {transition:all 600ms ease; position: relative; z-index: 1; font-size: 22px;}
.swiper_arrow01 div:hover{ color: #d31f2d;}
.swiper_arrow01 div:hover:before{ transform: scale(1); }
.goodness_arrows{ position:absolute; bottom: -200px; margin-bottom: 6%; left: 62%; z-index: 2;}
.goodness_swiper{ overflow:visible;}
.goodness_bot_left,
.goodness_bot_right{ width:50%; float:left; position: relative; height: 610px;} 
.goodness_bot_left{ padding: 7%;}
.goodness_bot_right{ top: 200px; display:flex; align-items: center;} 
.merit_txt{ position: absolute; top:50%; right:0; transform: translateY(-50%); z-index: 2; color: #fff; padding-right: 3.50%; width: 75.50%; line-height: 1.25; } 
.goodness_swiper .swiper-slide-active .merit_txt .merit_wow_effect{
	 -webkit-animation:1s .2s fadeInUp both; animation:1s .2s fadeInUp both;
}
/*============about_history===========*/ 
.about_history{ padding: 3% 0 10%;}
.history_swiper_box{ position: relative; margin:6% 0 0;}   
.history_swiper_box:before{ content:""; position: absolute; top: 11vw; left:0; width:100%; height: 1px; background: #d31f2d;}
.history_year{ display:block; position: relative; text-align: center; font-weight: bold; line-height: 1; font-size: 9.90vw; padding-bottom: 1.10vw;
    text-shadow: none;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke-color: rgba(191,191,191, 1);
	transition:all 1s ease;
}
.history_year:before{ content:""; position: absolute; bottom: -10px; left:50%; transform: translate(-50%, 0); width:20px; height: 20px; border-radius: 50%; background: #d31f2d;} 
.history_des{ /*max-width: 75%;*/ margin: 2vw auto 0; }
.history_swiper .swiper-slide-active .history_year{
	color: #d31f2d;
	-webkit-text-stroke-width: 0;
}
.history_arrows{ width:58px; height: 58px; line-height: 58px; text-align: center; border-radius: 50%; background: #d31f2d; color: #fff; margin: 5% auto 0;}
.history_arrows .swiper-button-next, 
.history_arrows .swiper-button-prev{ position:inherit; position: initial; top:auto; display:inline-block; vertical-align: middle; width:auto; height: auto; background:none; margin: 0; }
.history_arrows .iconfont {font-size: 14px; font-weight: bold;}
/*============about_welfare===========*/ 
.about_welfare{ background:#000; color: #fff; padding: 6.50% 0;}
.about_welfare a{ color:#fff;}
.about_welfare .sec_bg{ opacity: .70;}
.about_welfare .sec_tit{ padding-bottom: 3%; border-bottom: 1px solid #d31f2d; margin-bottom: 5%;}
.welfare_left{ float:left; width:45%; max-width: 480px; line-height:1.25;}
.welfare_right{ float:right; width: 50%;}
.welfare_list{ margin: -3% 0;}
.welfare_list li{ position: relative; padding: 3% 0; transition:all 1s ease;}
.welfare_list li:before{ content:""; position: absolute; bottom: 0; left:0; width:100%; height: 0; background:rgba(255,255,255, .20); border-bottom: 1px solid rgba(255,255,255, .20);}
.welfare_list li:last-child:before{ border:none;}
.welfare_list li:hover:before{ left:-10px; width: -webkit-calc(100% + 20px); width: calc(100% + 20px); height: 100%;}
/*============about_quality===========*/ 
.about_quality{ padding: 6.50% 0;}
.quality_forewords{ margin-top: 3.50%;}
.quality_swiper_range{ margin-top: 3.50%; position: relative; height: 420px; width:100%;}
.quality_swiper_box{ position: absolute; top:0; left:0; width: 130%;}
.quality_swiper{ overflow:visible; /*cursor: url(../images/cursor_01.cur),auto;*/}
.quality_swiper .swiper-slide{ background: #d31f2d; color: #fff; height:420px;}
.quality_swiper .swiper-slide:before{ content:""; position: absolute; bottom: 0; left:0; width:100%; height: 0; background: #f3f3f6;}
.quality_block{ position: relative; z-index: 1; padding: 8% 12%;}
.quality_num{ display:block; line-height: 1; font-size: 120px; color: #fff;}
.quality_txt{ position:relative; overflow: hidden; margin: 20px 0; height: 144px;}
.quality_more{ display:block; position: relative; margin: 0 auto; text-align: center; border-radius: 50%; line-height: 62px; width:64px; height: 64px;}
.quality_more:before{ content:""; position: absolute; top:0; left:0; width:100%; height: 100%; border-radius: 50%; border:1px solid rgba(255,255,255, .20);}
.quality_more .iconfont{ font-size:20px; transition:all 1s ease;}
.quality_des{ line-height: 24px; position: absolute; top:100%; opacity: 0; left:0; width: 100%; transition:all 1s ease;}
.quality_tit{ transition:all 1s ease;} 
.quality_swiper .swiper-slide:hover:before{ height: 100%;}
.quality_swiper .swiper-slide:hover .quality_more:before{ transform: scale(0); }
.quality_swiper .swiper-slide:hover .quality_more .iconfont{ transform: scale(0) rotate(360deg); }
.quality_swiper .swiper-slide:hover .quality_des{ top:0; opacity: 1; color: #333;}
.quality_swiper .swiper-slide:hover .quality_tit{ color: #333;}
.quality_arrows{ position:absolute; top:50%; right:102%; transform: translateY(-50%); z-index: 1; margin: 0; }

/*============================ 03 ============================*/
/*============service_mold===========*/ 
.service_mold{ background-color: #f4f5f9; padding: 6.50% 0; }
.sec_deco_line01{ left:9.375%;}
.sec_deco_line02{ left:26.04%;}
.sec_deco_line03{ left:42.70%;}
.sec_deco_line04{ left:59.375%;}
.sec_deco_line05{ left:76.04%;}
.sec_deco_line06{ left:92.70%;}
.mold_left{ float:left; width:45%; max-width: 520px;}
.mold_by{ margin-bottom: 10%;}
.by_line{ display:inline-block; vertical-align: middle; margin-right: 10px; position: relative; width:0; transition:all 600ms ease;}
.by_line:before{ content:""; position: absolute; top:50%; left:0; width:100%; height: 1px; background: #d31f2d;}
.my_move01{
	-webkit-animation-name: move01;
	  animation-name: move01;
	  -webkit-animation-duration: .3s;
	  animation-duration: .3s; 
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
} 
@-webkit-keyframes move01 {
  to{
	 width:54px;
  }
}
@keyframes move01 {
  to{
	width:54px;
  }
} 
.mold_tit{ line-height:1.30;}
.mold_des{ line-height: 1.67; max-width: 490px; margin-top: 10%;}
.mold_more{ overflow: hidden; display:inline-block; position: relative; background: #d31f2d; border:1px solid #d31f2d; color: #fff; line-height: 48px; padding: 0 25px; margin-top: 24%;}
.mold_more:before{ content:""; position: absolute; bottom:0; right:0; width: 200px; height:200px; border-radius: 50%; transform: scale(0); background: #fff; transition:all 1s ease;}
.mold_more span{ display:block; position: relative; z-index: 1;}
.mold_more .iconfont{ margin-left: 20px; font-size: 14px; font-weight: bold;}
.mold_more:hover{ color: #d31f2d;}
.mold_more:hover:before{ transform: scale(2);}
.mold_right{ float:right; width: 55%; max-width: 640px; position: relative;}
.mold_img{ width: 87%; max-width: 553px; float: right; padding-top: 64.85%; z-index: 1;}
.mold_deco{ float: left; width: 52%; max-width: 327px; margin: -29.5% 0 0 1%;}
.mold_deco img{ display:block;}
/*============service_itemize===========*/ 
.service_itemize{ overflow: visible; padding: 5.50% 0;}
.author{ display:block; height: 100px; margin-top: -100px;}
.itemize_block{ margin-bottom: 6%;}
.itemize_block:last-child{ margin-bottom:0;}
.itemize_tit{ color: #d31f2d; padding-bottom: 2.50%; border-bottom: 1px solid #e5e5e5;}
.itemize_tit a{ display:block; color: #d31f2d;}
.itemize_des{ margin-top: 2.50%;}
.itemize_list{ margin: 2% -10px -10px;}
.itemize_list li.i_o_li0{ float:left; width:25%; padding: 10px;}
.i_o_block{ position: relative;}
.itemize_list li.i_o_li0 a.i_o_a0{ display:block; position: relative; background: #eeeeee; font-weight: bold; white-space:nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 50px 0 30px; line-height: 80px;}
.itemize_list li.i_o_li0 a.i_o_a0 .iconfont{ overflow: hidden; position: absolute; top:50%; right:30px; transform: translateY(-50%); width:16px; height: 16px; font-size: 15px;}
.itemize_list li.i_o_li0 a.i_o_a0 .iconfont:before,
.itemize_list li.i_o_li0 a.i_o_a0 .iconfont:after{ content: "\e61b"; position: absolute; top:50%; right:0; font-size: 16px; color: #d31f2d; transition:all 600ms ease!important;}
.itemize_list li.i_o_li0 a.i_o_a0 .iconfont:before{ transform: translateY(-50%);}
.itemize_list li.i_o_li0 a.i_o_a0 .iconfont:after{ content: "\e61a"; transform: translateY(-150%);}
.itemize_list li.i_o_li0:hover a.i_o_a0{ background: #d31f2d; color: #fff;} 
.itemize_list li.i_o_li0:hover a.i_o_a0 .iconfont:before{color:#fff; transform: translateY(150%);}
.itemize_list li.i_o_li0:hover a.i_o_a0 .iconfont:after{color:#fff; transform: translateY(-50%);}
.i_second{ width:100%; border-top:1px solid #dcdcdc; transition:all 600ms ease; max-height: 430px; overflow: hidden;}
.i_second .mCSB_container{ margin-right: 0!important;}
.i_second li.i_s_li0 a.i_s_a0{ display:block; border-bottom:1px solid #dcdcdc; line-height: 42px; padding: 0 20px;}
.i_second li.i_s_li0:hover a.i_s_a0,
.i_second li.i_s_li0.active a.i_s_a0{ border-color:#d31f2d; background: #d31f2d; color: #fff;}
.i_third{ display:none; padding: 10px 0; background:#f7f7f7;}
.i_third li.i_t_li0 a.i_t_a0{ display:block; line-height: 32px; padding: 0 36px; color: #999;}
.i_third li.i_t_li0:hover a.i_t_a0,
.i_third li.i_t_li0.active a.i_t_a0{ color:#d31f2d!important;}
.i_fourth{ padding: 10px 0; display:none;}
.i_fourth li.i_f_li0 a.i_f_a0{ display:block; line-height: 28px; padding: 0 50px; color: #333;}
.i_fourth li.i_f_li0:hover a.i_f_a0,
.i_fourth li.i_f_li0.active a.i_f_a0{ color:#d31f2d!important; text-decoration:underline;}
.itemize_list li.i_o_li0 .i_second{ /*padding-bottom: 40px;*/ background: #eee; position: absolute; top: 95%; left:0; z-index: 10; opacity: 0; pointer-events: none; visibility: hidden;}
.itemize_list li.i_o_li0:hover .i_second{ top:100%; opacity: 1; pointer-events: all; visibility: visible;}
.itemize_list li.i_o_li0 .i_second li.i_s_li0 a.i_s_a0{ line-height: 32px; padding: 0 30px;}
.itemize_list li.i_o_li0 .i_second li.i_s_li0 .i_third{ background:#e4e4e4;}
.itemize_list li.i_o_li0 .i_second li.i_s_li0 .i_third li.i_t_li0 a.i_t_a0{ padding: 0 30px; } 

/*============guide_service===========*/ 
.guide_service, .lead_box, .shared_box{ position:relative; top:0; z-index: 1003; transition:all 600ms ease;}
.guide_service.fxd{ position: fixed; top:100px;}
.lead_box.fxd, .shared_box.fxd{ position: fixed; top:210px;}
.guide_service{ width:100%; line-height: 80px; background: #f7f7f7; }
.guide_service_nav{ display:flex; flex-wrap: wrap; align-items: stretch; margin-right: -9px; font-size: 16px!important; }
.guide_service_nav li{ float:left; width:19.83052%; border-left:1px solid rgba(0,0,0, .10);}
.guide_service_nav li:first-child{ width:20.679%;}
.guide_service_nav li:last-child{ border-right:1px solid rgba(0,0,0, .10);}
.guide_service_nav li a{ display:block; padding: 0 30px;}
.guide_service_nav li:hover a, .guide_service_nav li.current a{ color:#d31f2d;}
/*============service_wrap===========*/ 
.service_wrap{ position:relative;}
.sub_service{ background:url(../images/service_02.jpg) center top no-repeat; background-size: cover;}
.service_lead, .lead_box{ width:250px;}
.service_lead{ float:left; min-height: 100px;}
.lead_tit{ margin-bottom: 10%;}
.lead_nav{ max-width: 200px; background: #fff;} 

/*============service_detail===========*/ 
.service_detail{ float:right; min-height: 500px; width: calc(100% - 250px); width: -webkit-calc(100% - 250px); border-left:1px solid #dcdcdc; line-height: 2; padding: 0 4%;}
.detail_tit{ margin-bottom: 5%;}
.detail_item{ padding: 2%; background: url(../images/service_01.gif) center center repeat-x; border-left:3px solid #d31f2d;}
/*============service_shared===========*/ 
.service_shared, .shared_box{ width:50px;}
.service_shared{ cursor: pointer; position: absolute; top:0; left:100%; }
.shared_tit{ border :1px solid #dcdcdc; background: #fff; font-size: 12px; text-align: center; padding: 5px 0; transition:all 600ms ease;}
.shared_tit .iconfont{ display:block; font-size: 30px;}
.shared_platform{  transition:all 600ms ease; position: absolute; top:100%; left: 0; width:100%; padding: 15px 0; text-align: center; opacity: 0; visibility: hidden; pointer-events: none;}
.shared_platform .bshare-custom a{ display:block; margin:0 auto 10px;} 
.shared_box:hover .shared_tit{ border-color:#d31f2d; color: #d31f2d; }
.shared_box:hover .shared_platform{ opacity: 1; visibility: visible; pointer-events: all;}
.bsBox{ box-sizing:content-box;}

/*============================ 04 ============================*/
/*============guide===========*/ 
.guide{ background: #fff; border-bottom: 1px solid #dcdcdc; text-align: center; line-height: 80px; width:100%; position: relative; top:0; z-index: 1000;}
.guide.fxd{ position: fixed; top:100px;}
.guide_nav{ display:flex; flex-wrap: wrap;}
.guide_nav li{ flex:1; position: relative;}
.guide_nav li:before{ content:""; position: absolute; bottom: 0; left:50%; width:0; height: 2px; background: #d31f2d;}
.guide_nav li a{ display:block;} 
.guide_nav li:hover:before,
.guide_nav li.current:before{ left:0; width:100%;}
.guide_nav li:hover a,
.guide_nav li.current a{ color:#d31f2d;}
/*============news_list===========*/ 
.sub_con{ min-height: 500px; padding: 5% 0;}
.news_list{ margin-top: -5.60%;}
.news_list li a{ display:block; position: relative; overflow: hidden; border-bottom: 1px solid #dcdcdc;  padding: 5.60% 3.50%;}
.news_time{ display:block; float:left; font-weight: bold; color:#d31f2d; width:16%;}
.news_info{ overflow: hidden; padding-right: 56px;}
.news_info .tit{}
.news_info .des{ -webkit-line-clamp:1; max-height: 24px; color: #999999; margin-top: 3%;}
.news_more{ position: absolute; top:50%; right:3.50%; transform: translateY(-50%); }
.news_more .icon_arrow_right{ text-align: center; border-radius: 50%; width: 36px; height: 36px; line-height: 36px; font-size: 24px; position: relative;}
.news_more .icon_arrow_right:before{ position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index: 2; }
.news_more .icon_arrow_right:after{ content: " "; position: absolute; top:0; left:0; width:100%; height: 100%; border-radius: 50%; font-size: 26px; transition:all 600ms ease!important; transform: scale(0); background: #d31f2d; color: #fff;}
.news_list li a:hover{ color:#d31f2d; box-shadow: 0 24px 60px 10px rgba(0,0,0, .06);} 
.news_list li a:hover .news_more .icon_arrow_right:before{ color: #fff;}
.news_list li a:hover .news_more .icon_arrow_right:after{ transform: scale(1);}
.news_list li.news_pdf .notice_load{ margin-top: 10px;} 
.news_list li.news_pdf:hover a .notice_load,
.news_list li.news_pdf:hover a .notice_load:before{
	color:#d31f2d; 
}

/*============story_list===========*/ 
.story_list{}
.story_list li a{ display:block; overflow: hidden; position: relative; background: #f6f6f6;}
.story_img{ width:50%; float:left; overflow: hidden;}
.story_img .bgImg{ padding-top: 75%; transform: scale(1); }
.story_list li a:hover .story_img .bgImg{ transform: scale(1.1); }
.story_info{ position: absolute; top:0; right:0; width:50%; height: 100%; overflow:hidden; padding: 6.50% 5.60%;}
.story_time{ display:block; margin-bottom: 10%;}
.story_time em{ display:block; line-height: 1; }
.story_info .tit{ font-weight:bold;}
.story_info .des{ -webkit-line-clamp:3; max-height: 72px; height: 72px; margin-top: 2.50%;}
.story_more{ display:block; color: #d80717; margin-top: 16%; transition:all 600ms ease;}
.story_list li:nth-child(even) a .story_img{ float:right;}
.story_list li:nth-child(even) a .story_info{ right: auto; left:0;}
.story_list li:hover a{ background: #d80717; color: #fff; box-shadow: inset 0 0 20px 0 rgba(0,0,0, .20);} 
.story_list li:hover .story_more{ color: #fff;}
/*============article===========*/ 
.article{ max-width: 1100px; margin: 0 auto; line-height: 1.72;}
.article_top{ padding-bottom: 2.50%; border-bottom: 1px solid #dcdcdc; margin-bottom: 5%;}
.article_tit{}
.article_time{ margin-top: 2.50%;}
.article_bot{ padding-top: 4%; border-top: 1px solid #dcdcdc; margin-top: 8%;}
.article_nav{ float:left;}
.article_nav li a{ display:block;}
.article_nav li a:hover{ color: #d80717;}
.back_list{ display:inline-block; float:right; padding: 0 40px; line-height: 38px; border-radius: 20px; border:1px solid #d80717; background: #d80717; color: #fff; font-size: 14px;}
.back_list:hover{ background: #fff; color:#d80717;}
/*============activity_list===========*/ 
.activity_list{ display:flex; flex-wrap: wrap; align-items: stretch; margin: -2% 0 0; }
.activity_list li{ float:left; width:33.33%; }
.activity_list li a{ display:block; padding: 7.50%;}
.activity_time{ line-height: 1;}
.activity_tit{ height:48px; font-weight: bold; margin-top: 3.50%;}
.activity_img{ overflow: hidden; margin-top: 10%;} 
.activity_img .bgImg{ padding-top: 66.76%; transform: scale(1); }
.activity_list li a:hover .activity_img .bgImg{ transform: scale(1.1); }
.activity_more{ display:block; margin-top: 7%;} 
.activity_list li a:hover{ background: #d80717; color: #fff; box-shadow: 0 0 40px 5px rgba(0,0,0, .20); }

/*============================ 05 ============================*/
/*notice_list*/ 
.notice_list{
	margin-top: -40px;
}
.notice_list li{
	position: relative;
	border-bottom: 1px solid #dcdcdc; 
}
.notice_list li:before{
	content:""; position: absolute; top: 0; left:0; width:100%; height: 0; background: #d80717;
}
.notice_list li a{
	display:block; position: relative; overflow: hidden; padding: 40px 92px 40px 40px;
}
.notice_list li a .lt{
	
}
.notice_list li a .rt{
	display:block; position: absolute; top:50%; transform: translateY(-50%); right: 30px;
}
.icon_pdf{
	font-size: 44px;
    transform: scaleY(1.08);
    color: #aeaeae;
} 
.notice_time, .notice_load, .icon_pdf{ transition:all 600ms ease!important;}
.notice_time{
	color: #d80717;
}
.notice_des{ 
	margin: 10px 0 30px;
	line-height: 30px;
	max-height: 60px;
	height: 60px; 
}
.notice_load{
	display:inline-block;
	position: relative;
	padding-right: 60px; 
	color: #999999;
} 
.notice_load:before{
	content: "\eb94"; font-family:"iconfont"; font-size: 29px; position: absolute; top:50%; right:0; transform: translateY(-50%); color: #666;
}
.notice_list li:hover:before{
	height:100%;
}
.notice_list li:hover a,
.notice_list li:hover a .notice_time,
.notice_list li:hover a .notice_load,
.notice_list li:hover a .notice_load:before,
.notice_list li:hover a .icon_pdf{
	color: #fff;
}  
.notice_list li:hover a .notice_load:before{
	transform: translateY(-50%) rotate(90deg);
}
/*=============pages=============*/
.pages {
	text-align: center;
	margin-top: 5.50%; 
} 
.pages a{
	 display: inline-block;
	vertical-align: middle;
	 margin: 0 5px;
	 width: 34px;
	 height: 34px;
	 line-height: 34px;
	 text-align: center;
	 color: #333; 
	 border-radius: 50%;
 } 
.pages a .iconfont{ 
	font-size:20px; 
	font-weight: bold;
}
.pages a:hover,
.pages a.current{
	background-color: #d80717;
	color: #fff;
} 
/*============xxpl===========*/ 
.xxpl{ 
	line-height: 1.875; 
}
/*============gpxx===========*/ 
.dzi{
	margin-top: 5%;
}
.dzi a{
	float: none;
	width: 30%;
    padding: 2.35% 3%;
	min-width: 148px;
	max-width: 348px; 
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	margin-right: 2.50%;
	color: #d80717;
	display: inline-block; 
	position: relative;
} 
.dzi a .font80{
	font-family: Impact;
	color: #d80717;
	margin-right: 5px;
	position: relative;
	line-height: 1;
}
.dzi a .yuan{
	width: 28px;
	height: 28px;
	line-height: 28px;
	border:2px solid #d80717; 
	display: block;
	text-align: center; 
	border-radius: 50%;
	position: absolute;
	bottom: 24%;
    right: 10%;
}
.dzi a .yuan i{
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #d80717;
	border-left: 2px solid #d80717;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -6px;
    margin-left: -8px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg); 
}
.dzi a.active,
.dzi a:hover{
	background-color: rgba(216,7,23,0.8);
	color: #fff;
}
.dzi a.active .font80,
.dzi a:hover .font80{
	color: #fff;
}
.dzi a .yuan,
.dzi a .yuan i{
	border-color: #d80717;
}
.dzi a:hover .yuan,
.dzi a:hover .yuan i,
.dzi a.active .yuan,
.dzi a.active .yuan i{
	border-color: #fff;
}
/*tzll*/
.tzll_forewords{ 
	border-bottom: solid 1px #dcdcdc;
	margin-bottom: 4.50%;
	padding-bottom: 4.50%;
}
.tzll_tit{
	color: #d80717;
	font-weight: bold;
}
.tzll_list{
	margin: 3% -10px -10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tzll_list li{ 
	padding: 10px;
}
.tzll_caption{ 
	font-weight: bold;
	margin-bottom: 5px;
}
.tzll_des{ 
	line-height: 1.67;
}
.tzll_list li:last-child .tzll_des a{
	display: block;
	color: #d80717; 
	text-decoration: underline;
}
.tzll_map{
	width: 100%;
	height: 670px;  
	margin-top: 6%;
}

/*============================ 06 ============================*/
.meeting_main{ background: #f5f5f5;}
/*============meeting_banner===========*/ 
.meeting_banner .banner_bg{ padding-top: 36.875%; max-height: 700px; }
.meeting_banner .banner_txt{ text-align: center;}
.meeting_banner .banner_txt .banner_des{ margin-top: 2%;}
/*============meeting_block===========*/  
.meeting_con{ position: relative; z-index: 1; padding-top: 0px!important; padding-bottom: 0!important; margin-top: -7%;}
.meeting_box{ margin: 0 -50px;}
.meeting_block{ background: #fff; padding: 50px; margin-bottom: 30px;}
.meeting_block:last-child{ margin-bottom:0!important;}
.meeting_tit{ position: relative; line-height: 35px; margin-left: -50px; padding-left: 50px; margin-bottom: 40px;}
.meeting_tit:before{ content:""; position: absolute; top:0; left:0; width:10px; height: 100%; background: #d80717;}
.meeting_des{ line-height: 1.875;}
/*meeting_intro*/
.meeting_intro{}
/*meeting_organ*/
.meeting_organ{}
/*meeting_agenda*/
.meeting_agenda{}
/*meeting_guest*/
.meeting_guest_box{ overflow:hidden;}
.meeting_guest{ display:flex; flex-wrap: wrap; align-items: stretch; margin: -4% -3.95%;}
.meeting_guest li{ float:left; width:50%; border-bottom: 1px dashed #e5e5e5;}
.meeting_guest li a{ display:block; overflow: hidden; padding: 8% 7.90%;}
.guest_img{ float:left; overflow: hidden; width:165px; margin-right: 5%;}
.guest_img .bgImg{ padding-top:109.10%; transform: scale(1); }
.meeting_guest li a:hover .guest_img .bgImg{ transform: scale(1.1); }
.guest_info{ overflow:hidden;}
.guest_name{ font-weight:bold;}
.guest_des{ line-height:1.72; margin-top: 10px; text-transform:uppercase; color: #333;}
.meeting_guest li a:hover{ color: #d80717;}
/*meeting_sponsor*/
.meeting_sponsor{}
.sponsor_logo, .sponsor_list{ display:flex; flex-wrap:wrap; align-items: stretch; margin: -1.10%;}
.sponsor_logo li, .sponsor_list li{ float:left; width: 25%; padding: 1.10%;}
.sponsor_logo li a{ padding-top: 42.86%; background: #eeeeee;}
.sponsor_logo li a:hover{ box-shadow: 0 0 10px 2px rgba(0,0,0, .10); }
.sponsor_list{ margin-top: 3%;}
.sponsor_list li a{display:block; text-align: center;}
.sponsor_list li a:hover{ color: #d80717; text-decoration: underline;}
/*meeting_locale*/
.meeting_locale{}
.locale_txt{}
.locale_tit{ float:left; width:51.67%; padding-right: 4%;}
.locale_des{ overflow:hidden; line-height: 1.875;}
.locale_map{ overflow:hidden; background: #000; margin-top: 3%; height: 460px;}
.locale_map_box{ height: 100%; opacity: .95;}
.locale_map_box img{ display:block;}
/*meeting_traffic*/
.meeting_traffic{ line-height: 1.875;}
table.traffic_table{ border-right:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc;}
table.traffic_table thead tr th, 
table.traffic_table tbody tr td{ border-left:1px solid #dcdcdc; border-top:1px solid #dcdcdc; padding: 1.26% 1.26% 1.26% 4.50%;}
table.traffic_table thead tr th{ background: #e9e9e9;}
/*meeting_stay*/
.meeting_stay{ line-height: 2;}
.stay_tip{ overflow: hidden;color: #d80717; margin-top: 3.50%; padding-top: 2.50%; border-top:1px solid #dcdcdc;}
.stay_tip_tit{ display:block; float:left;}
.stay_tip_des{ overflow:hidden;}
/*meeting_touch*/
.meeting_touch{ line-height: 2.25;}
/*meeting_sign*/
.meeting_sign{ background: #d80717; color: #fff; width:100%; padding: 35px 0; }
.sign_scan{ float:left; width:33.33%; padding-left: 2.50%;}
.scan_img{ display:inline-block; vertical-align: middle; width:90px; height: 90px; margin-right: 10%;}
.scan_txt{ display:inline-block; vertical-align: middle;}
.scan_tit{ font-weight:bold; line-height: 1.25; margin-bottom: 10px;}
.sign_flow{ float:right; overflow: hidden; margin-top: 2.60%;}
.flow_tit{ display:inline-block; vertical-align: middle; font-weight: bold; margin-right: 15px;}
.flow_txt{ display:inline-block; vertical-align: middle; }
.flow_txt .iconfont{ font-size: 26px; margin: 0 15px;}

/*============================ 07 ============================*/
.result_main{ background: #f5f5f5;} 
.result_list{ margin-top: 3%;}
.result_list li{ margin-bottom: 2.70%;}
.result_list li:last-child{ margin-bottom: 0;}
.result_list li a{ border:none; background: #fff;}
.result_num{ color: #999;}

/*==============tan_wrap*/ 
.tan_wrap{ position: fixed; top:0; left:0; width: 100%; height: 100%; z-index: 4000; display:none;} 
.tan_bg{ position:fixed; top:0; left:0; width:100%; height: 100%; background: rgba(0,0,0,.70);} 
.tan_flex{ width:100%; height: 100%; display:flex; align-items: center; overflow-y:auto;}
a.tan_closed{ display: block; position:absolute; top:0; right: 0; z-index: 10; width: 50px; height: 50px; background: url(../images/ico_closed.png) center center no-repeat; background-size: contain; text-indent: -9999px; }   
.tan_box{ position: relative; z-index: 2; width:100%; padding: 0 15px; max-width: 730px; margin: 0 auto;} 
.tan_con{ position: relative; border-radius: 12px; background: #fff; padding:40px;}
.tan_tit{ color: #000;  border-bottom:1px solid #e5e5e5; padding-bottom: 20px; margin-bottom: 25px; font-weight: bold;} 
.tan_over{ color: #666666; line-height: 28px; max-height:280px; overflow: hidden;}
.tan_over .mCSB_scrollTools{ width:5px; background: #eee;}







