@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: "barlow_boldcondensed";
  src: url("../fonts/barlow_boldcondensed.woff") format("woff"),
       url("../fonts/barlow_boldcondensed.ttf") format("truetype"),
	   url("../fonts/barlow_boldcondensed.eot") format("embedded-opentype"),
       url("../fonts/barlow_boldcondensed.svg") format("svg");
}
@font-face {
  font-family: "HelveticaNeue_Bold";
  src: url("../fonts/HelveticaNeue_Bold.woff") format("woff"),
       url("../fonts/HelveticaNeue_Bold.ttf") format("truetype"),
	   url("../fonts/HelveticaNeue_Bold.eot") format("embedded-opentype"),
       url("../fonts/HelveticaNeue_Bold.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; 
} 
body {
    font-family:Helvetica, 'Noto Sans SC', Microsoft YaHei, "微软雅黑",'Microsoft Jhenghei', '微軟正黑體';
    font-size: 14px;
	line-height: 1.72;
    color: #333;
    background: #fff;
	font-weight: 400;
	text-align: justify;
	overflow: hidden;
}  
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; }
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{ position: relative; bottom: 0; left:0; z-index: 1; margin-top: 3%; width:100%; text-align: center;}  
.swiper-pagination-bullet{ margin: 0 10px; width:14px; height: 14px; border-radius: 14px; background: #c5c5c5; opacity: 1;} 
.swiper-pagination-bullet-active{ width: 40px; background: #f39800!important;}
.swiper_arrow div{ margin: 0; transform: translateY(-50%); background: none; text-align: center; } 
.swiper_arrow div:before{ font-family: "iconfont" !important; content:"\e602"; position: absolute; top:0; left:0; z-index: 1; width:100%; height: 100%; color: #333; font-size: 18px; } 
.swiper_arrow div.swiper-button-next:before{ content:"\e601"; } 
.swiper_arrow div:hover:before{ color: #f39800;}

/*transition*/
*:before,*:after,input[type="submit"],input[type="reset"],input[type="button"],input[type="text"],sup, .browserupgrade, .swiper-pagination-bullet, .bgImg, .img_box img, .n_subclass{ 
	-webkit-transition:all 500ms ease; transition:all 500ms ease; 
}  
a{ -webkit-transition:color 500ms ease, background 500ms ease, opacity 500ms ease; transition:color 500ms ease, background 500ms ease, opacity 500ms ease; }

/*===================common========================*/ 
/*bgImg*/
.bgImg{ display:block; overflow: hidden; width:100%;height:100%;background-position:50% 0; background-repeat:no-repeat;background-size:cover; position: relative; }
.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; } 
/*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;} 
/*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_textLink{
	-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;
} 
@-webkit-keyframes textLink{
  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 textLink{
  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
  }
}    

/*============================ header ============================*/  
.inner{ padding: 0 15px; max-width: 1470px; margin: 0 auto;}
header{position:fixed; left:0; top:0; z-index:1004; width:100%; padding:0 2.43%; height: 120px; line-height: 120px; -webkit-transition:height 500ms ease, line-height 500ms ease; transition:height 500ms ease, line-height 500ms ease;  } 
header:before{ content:""; position: absolute; top:0; left:0; width: 100%; height: 100%; background: #fff; border-bottom: solid 1px #eee; opacity: 1;}
/*logo*/
.logo{ position: relative; z-index: 1; line-height: initial; line-height: inherit; float:left; margin-right: 6px;} 
.logo img{ vertical-align: middle; height: 90px; width:auto; /*margin-top: -4%; */} /*添加大国品牌调整*/
/*=====nav_box=====*/ 
.nav_box{ float:right; display:none;}/*添加大国品牌调整*/
.nav_list{ position: relative; z-index: 1; margin:0 -28px 0 -14px;}
.nav_list li{ float:left; position: relative; } 
.nav_list li a.n_a0{ display:block; position: relative; padding:0 14px;}   
.nav_list li a.n_a0 span{ display:inline-block; position: relative; padding-right: 14px;}
.nav_list li a.n_a0 span:before{ content: "\e6e9"; font-family:"iconfont"; position: absolute; top:50%; right:0; transform: translateY(-50%); font-size: 12px; display:none;}
.nav_list li.has_subclass a.n_a0 span:before{ display: inline-block;}
.nav_list li:hover a.n_a0, 
.nav_list li.current a.n_a0{ color: #f39800;}
.nav_list li:hover a.n_a0 span:before, 
.nav_list li.current a.n_a0 span:before{ color: #f39800!important; /*transform: translateY(-50%) rotate(180deg);*/ }
/*n_subclass*/
.n_subclass{ z-index:10; width:100%; min-width: 180px;} 
.n_subclass a{ display:block; position: relative; color: #666; line-height: 1.72; } 
.n_subclass a:last-child{ border-bottom: none;}
.nav_list li:hover .n_subclass{ opacity: 1; visibility: visible; pointer-events: all;}
@media(min-width: 1280px){
	/*subclass*/
	.n_subclass{ position: absolute; top:100%; left:50%; transform: translateX(-50%); text-align: center; background: #fff; opacity: 0; visibility: hidden; pointer-events: none;}
	.n_subclass a{ padding:15px 0; color: #666; border-bottom: 1px solid rgba(0,0,0, .04);}
	.n_subclass a:hover{ background: #f39800; color: #fff;} 
}
/*=====header_r=====*/ 
.header_r{ margin-left: 15px; float:right; }
/*menu_search*/ 
.menu_search, .menu_phone, .menu_language{ position: relative; z-index: 1; display: inline-block; vertical-align: middle; text-align: center; width: 30px; height: 30px; line-height: 30px;}
.menu_search, .menu_language{ margin-left: 20px;}
.menu_search{ }
.menu_search .iconfont{ font-size: 28px;} 
.menu_search:hover, .menu_search.active{ color: #f39800;}
.header_search{ position: absolute; top:0; left:0; z-index:2; background: #fff; height:100%; width:100%; display: none;} 
.header_search_con{ margin: 0 auto; position: relative; max-width: 1000px;}
.search_txt{ width: 100%; height: 50px; padding-right: 80px; color: #333; border-bottom: 2px solid rgba(0,0,0, .10);}
.search_txt::-webkit-input-placeholder{color: rgba(0,0,0, .50);}
.search_txt:-moz-placeholder{ color: rgba(0,0,0, .50); }
.search_txt::-moz-placeholder{ color: rgba(0,0,0, .50);}
.search_txt:-ms-input-placeholder{ color: rgba(0,0,0, .50);}
.search_btn, .search_closed{ cursor: pointer; width:40px; height: 40px; line-height: 40px; position: absolute; top:50%; transform: translateY(-50%); z-index: 1;}
.search_btn:hover, .search_closed:hover{ color: #f39800;}
.search_btn{ right:40px; }
.search_btn .iconfont{ font-size: 28px;}
.search_closed{ right:-10px; }
.search_closed .iconfont{ font-size: 20px;}
/*menu_phone*/ 
.menu_phone{ margin-right: -5px; color: #004ea2;}
.menu_phone .iconfont{ display:inline-block; font-size: 24px; } 
.menu_phone.active .iconfont{ transform: rotate(180deg);}
.menu_phone:hover, .menu_phone.active{ color: #f39800;}
/*nav_fold*/
.nav_fold{ position: fixed; top:120px; left: 0; z-index: 1004; overflow-y: auto; width: 100%; background: rgba(244,244,244, .95); padding: 60px 0 20px; display:none; }
.nav_fold .nav_list{ margin: 0; line-height: 1.72; }
.nav_fold .nav_list li{ width:30%; display:flex; flex-wrap: wrap; align-items: stretch; margin-bottom: 40px;}
.nav_fold .nav_list li:nth-child(1){ display:none;}
.nav_fold .nav_list li:nth-child(4),
.nav_fold .nav_list li:nth-child(7),
.nav_fold .nav_list li:nth-child(10){ width: 40%;}
.nav_fold .nav_list li a.n_a0{ padding: 0;}  
.nav_fold .nav_list li a.n_a0 span:before{ content:""; width: 5px; height: 5px; border-radius: 50%; background: #333; transform: none!important; }
.nav_fold .nav_list li:hover a.n_a0 span:before, 
.nav_fold .nav_list li.current a.n_a0 span:before{ background: #f39800!important; }
.nav_fold .nav_list li .n_subclass{ position: relative; top:auto; left:auto; transform: none; text-align: left; background: none; opacity: 1; visibility: visible; pointer-events: all; overflow: hidden; margin: 15px -20px 0; font-size: 15px;}
.nav_fold .nav_list li .n_subclass a{ float:none; display:inline-block; vertical-align: middle; border:none; padding: 0 20px;} 
.nav_fold .nav_list li .n_subclass a:hover{ background: none; color: #f39800;} 
.nav_fold.active{ display:block;} 
/*menu_language*/
.menu_language{ font-size: 16px!important;}
.menu_language:hover{ color: #f39800;}
/*header_scroll*/ 
header.header_scroll,
header.header_open{ position: fixed; height: 100px; line-height: 100px;}	 
header.header_scroll .nav_fold,
header.header_open .nav_fold{ top:100px;}	
/*header_index*/
body.body_index header.header_index:before,
body.body_index header.header_index:before{ opacity:0;} 
body.body_index header.header_index:hover:before,
body.body_index header.header_index.header_scroll:before,
body.body_index header.header_index.header_open:before{ opacity:1;}  

/*============================ footer ============================*/  
footer{ background: #fff; border-top:2px solid #f7f7f7; color: #999999; padding: 60px 0; }
footer a{ color: #666666;}
.footer_logo{ float:left; margin-right: 5%;}
.footer_logo img{ height: 60px; width: auto;}
.footer_r{ overflow:hidden;}
.footer_con{ float:right; }
.footer_nav{  margin:0 -25px;}
.footer_nav a{ display:inline-block; vertical-align: middle; padding: 0 25px;}
.footer_nav a em{ position: relative; display:inline-block;}
.footer_nav a em:after, .footer_info a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5%;
  left: 0;
  background-color: #999999;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.footer_nav a:hover em:after, .footer_info a:hover:after{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 
.footer_info{ font-size: 13px; margin-top: 16px; padding-top: 16px; border-top:1px solid rgba(0,0,0, .10);}
.footer_info a{ display:inline-block; position: relative; color: #999999;}
.footer_info a:hover{ color: #666666;}
/*footer_float*/
.footer_float{ position:fixed; bottom: 30px; right:20px; z-index: 10; text-align: center; width: 44px;}
.footer_float li{ margin-bottom: 20px;}
.footer_float li a img{ display: block; margin: 0 auto; width: 44px; height: 44px; -webkit-transition:all 500ms ease; transition:all 500ms ease; } 
.footer_float li a:hover img{ opacity: .90;}
.footer_float li.f_back{ display:none;}
#feedback_float{ margin-bottom:64px;}

/*============================ 01 ============================*/  
main{ padding-top: 120px;}
main.main_index{ padding-top: 0px!important;}
.sec_box{ padding: 80px 0; background:#fff 50% 0 no-repeat; background-size: cover; background-attachment: fixed;}
.sec_top{ text-align: center; margin-bottom: 50px; }
.sec_tit{ font-weight: 600;}
.sec_forewords{ opacity:.60; margin-top: 5px;}
.sec_top_white{ color:#fff;}
.sec_top_white .sec_tit a{ color:#fff; }
.sec_top_orange{ }
.sec_top_orange .sec_tit a{ color:#f39800; }
.sec_top_blue .sec_tit a{ color: #004ea2;}
.sec_more{ display:inline-block; color: #004ea2;}
.sec_more .iconfont{ display:inline-block; vertical-align: middle; border-radius: 50%; background: #004ea2; color: #fff; text-align: center; line-height: 27px; margin-right: 8px; width: 27px; height: 27px;}
.sec_more em{ display:inline-block; position: relative;}
.sec_more em:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #004ea2;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.sec_more:hover em:after,
.research_block:hover .sec_more em:after{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 

/*link_more*/
.link_more{ display: block; margin: 0 auto; position: relative; text-align: center; width:125px; line-height: 34px;} 
.link_more em{ display:inline-block; position: relative; z-index: 2;}
.link_more:hover{ color: #fff;}
.link_more:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 4px;
	border: 1px solid #333; 
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.link_more:hover:before{
	opacity: 0;
	-webkit-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
}
.link_more:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 4px;
	opacity: 0;
	background-color: #f39800; 
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
}
.link_more:hover:after{
	opacity: 1 ;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

/*============focus_swiper===========*/  
.focus_swiper{ -webkit-animation:1s .2s fadeIn both; animation:1s .2s fadeIn both; height:100vh;} 
.focus_swiper .bgImg{ 
		position: absolute; top: 0; left:0;
	transition:1s linear 1s;
	transform:scale(1.1);
}
.focus_swiper .swiper-slide-active .bgImg,
.focus_swiper .swiper-slide-duplicate-active .bgImg{
	transition:5s linear;
	transform:scale(1.0);
}	
.focus_img_pc{ display:block;}
.focus_img_phone{ display:none;}
.focus_txt{ width:100%; position:absolute; top: 50%; left:0; transform: translate(0,-40%); line-height: 1.25; font-weight: 500; color: #fff; letter-spacing: 0.025em; text-shadow:0 0 15px rgba(0,0,0, .40);}
.f_t_des{ float:right; text-align: justify; text-align-last: justify; text-justify: inter-ideograph;/*兼容ie*/ }  
.focus_swiper .swiper-slide-active p:nth-child(1){ -webkit-animation:1s .2s fadeInUp both; animation:1s .2s fadeInUp both;} 
.focus_swiper .swiper-slide-active p:nth-child(2){ -webkit-animation:1s .4s fadeInUp both; animation:1s .4s fadeInUp both;} 
.focus_swiper .swiper-pagination{ margin-top: 0; position: absolute; bottom: 4%; } 
.focus_swiper .swiper-pagination-bullet{ background: #ffffff; }  

/*============index_news===========*/  
.index_news{ padding: 50px 0;}
.news_swiper{ position: relative; margin-bottom: 2%;}
.news_swiper .swiper-container{ padding-bottom: 5px;}
.news_swiper .swiper-container:before, .news_swiper .swiper-container:after{ content:""; position: absolute; top:0; left:0; z-index: 2; width:11.5%; height: 100%; background: rgba(255,255,255, .80);}
.news_swiper .swiper-container:after{ left:auto; right:0;}
.news_swiper .swiper-slide{ padding:0 1%; }
.news_block{ box-shadow: 0 0 15px 3px rgba(0,0,0, .05);}
.news_img{ display:block; overflow: hidden;}
.news_img .bgImg{ height:0; padding-top: 48.46%;}
.news_info{ overflow: hidden; padding: 8% 6% 14%;}
.news_tit{}
.news_tit a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.news_des{ -webkit-line-clamp: 3; line-height: 26px; max-height: 78px; height: 78px; margin: 4.50% 0;}
.news_time{ display:block; float:left; color: #999999;}
.news_more{ display:block; float:right; border-radius: 50%; background: #b2b2b2; color: #fff; text-align: center; width:27px; line-height: 27px;}
.news_swiper .swiper-slide:hover .news_img .bgImg{ transform: scale(1.10, 1.10);}
.news_swiper .swiper-slide:hover .news_tit a{ color: #f39800;}
.news_swiper .swiper-slide:hover .news_more{ background: #f39800;}
.news_swiper .swiper_arrow div{ transform: translateY(-100%); width:70px; height: 70px; line-height: 70px; background: #fff; box-shadow: 0 0 15px 3px rgba(0,0,0, .05); } 
.news_swiper .swiper_arrow div:before{ font-size: 40px;}  
.news_swiper .swiper_arrow div.swiper-button-prev{ left: 11.5%; margin-left: -70px;}
.news_swiper .swiper_arrow div.swiper-button-next{ right: 11.5%; margin-right: -70px;}
.news_swiper .swiper-pagination{ display: none; } 
/*============index_product===========*/  
.index_product{ padding-bottom: 0!important; background-color: #0032a2; color: #fff; position: relative;}
.index_product:before{ content:""; position: absolute; bottom: 0; left:0; width: 100%; height:22%; max-height: 160px; background: #fff;}
/*product_accordion*/
.product_accordion{ height:534px; }
.product_accordion li{ -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.accordion_block{ position: relative; height: 100%; overflow: hidden;}
.accordion_img{ background-position: left center; }
.accordion_img:before{ content:""; position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0, .30);}
.accordion_initial{ position: relative; z-index: 2; width: 100%; color: #fff; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.accordion_initial a{ color: #fff;}
.accordion_tit{ position: relative; overflow: hidden;}
.accordion_tit_name{ display:block; float:left; line-height: 27px; position: relative; overflow: hidden; width: -webkit-calc(100% - 27px); width: calc(100% - 27px);}
.accordion_tit_name:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top:50%;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.accordion_tit_name:hover:after{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.accordion_tit_name:hover{ padding-left:16px;}
.accordion_tit_ico{ display: block; float:right;} 
.accordion_tit_ico .iconfont{ display: inline-block; border-radius: 50%; background: rgba(255,255,255, .30); color: #fff; text-align: center; width:27px; line-height: 27px;}
.accordion_initial .accordion_tit{ background: rgba(0,78,162, .80); padding: 30px; height: 114px;}
.accordion_cover{ position: relative; z-index:3;  height: 100%; width:100%; background: rgba(243,152,0, .90); color: #fff; padding: 70px; opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition:all 500ms ease; transition:all 500ms ease;  }
.accordion_cover a{ color:#fff;} 
.accordion_cover .accordion_tit_ico .iconfont{ background: rgba(255,255,255, .80); color: #f39800;} 
.product_list{ overflow:hidden; margin-top: 40px;  }
.product_list a{ display:block; float:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height: 24px; padding: 5px 0; width:50%;}
.product_list a em{ display: inline-block; position: relative;}
.product_list a em:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.product_list a:hover em:after{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 
.product_accordion li.current .accordion_img:before{ opacity: 0;}  
.product_accordion li.current .accordion_cover{ opacity: 1; visibility: visible; pointer-events: all; }
@media (min-width: 992px) {  
	.product_accordion li{ float:left; height: 100%; width: 16.5%;} 
	.accordion_initial{ position: absolute; bottom: 35px; left:0; }
	.accordion_cover{ position: absolute; top:0; left:0; }
	.product_accordion li.current{ width: 34%; }   
	.product_accordion li.current .accordion_initial{ transform: translateY(200%);} 
	.product_accordion li.current .accordion_cover .accordion_tit{ -webkit-animation:1s .2s fadeInUp both; animation:1s .2s fadeInUp both;}
	.product_accordion li.current .accordion_cover .product_list{ -webkit-animation:1s .4s fadeInUp both; animation:1s .4s fadeInUp both;}
} 
/*============index_research===========*/  
.index_research{}
.research_box{ }
.research_block{ float:left; overflow: hidden; position: relative; -webkit-transition:all 500ms ease; transition:all 500ms ease;  width: 50%; height: 313px; padding: 40px;}
.research_block:hover{ box-shadow: inset 0 0 15px 0 rgba(0,0,0, .08);}
.research_img{ position: absolute; top:0; left:0; z-index: 1; }
.research_block:hover .research_img{ transform: scale(1.10, 1.10);}
.research_cover{ position:relative; z-index: 2; overflow: hidden;}
.research_cover:before{ content:""; position: absolute; bottom: 0; left:0; width:22px; height: calc(100% - 66px); border-right:1px dashed #004ea2;}
.research_ico{ display:block; float:left; width: 46px; height: 46px; margin-right: 30px;}
.research_info{ max-width: 500px; overflow:hidden;}
.research_tit{}
.research_tit a{ display:block; position: relative; color: #004ea2; height: 66px; padding: 10px 0; line-height: 46px; }
.research_tit a:before{ content:""; position: absolute; bottom: 0; left:0; width:35px; height: 2px; background: #004ea2;}
.research_des{ line-height: 26px; max-height: 52px; height: 52px; margin: 30px 0 40px;}
.research_block01{ background: #004ea2; color: #fff;}
.research_block02{ background: #2ba3ff; color: #e1ecff;}
.research_block02 a{ color: #e1ecff;}
.research_block02 .sec_more{ color: #fff;}
.research_block02 .sec_more .iconfont{ background: #fff; color: #004ea2;}
.research_block02 .sec_more em:after{ background: #fff;}
.research_block02 .research_cover:before{ border-color:#fff;}
.research_block02 .research_tit a:before{ background: #fff;}
.research_block03{ background: #e1ecff; }
.research_block04{ background: #f1f6ff; }
/*============index_research===========*/  
.index_about{ padding: 140px 0; background-color: #0032a2; color: #fff;}
.index_about .sec_top{ text-align: left;}
.about_info{ max-width: 688px; margin-bottom: 3%; }
.about_more{ color: #f39800;}
.about_more .iconfont{ background: #f39800;}
.about_more em:after{ background: #f39800;}

/*============================ 05 ============================*/  
.sec_func{ text-align: center; margin-top: 50px;}
.sec_more02{ color: #f39800;}
.sec_more02 .iconfont,
.sec_more03 .iconfont{ width:30px; height: 30px; line-height: 30px; font-size: 14px;}
.sec_more02 .iconfont:before,
.sec_more03 .iconfont:before{ font-weight: bold; margin-left: 2px;}
.sec_more02 .iconfont{  background: #fff; color: #f39800;}
.sec_more02 em:after{ background: #fff;}
.sec_more03{ color: #f39800;}
.sec_more03 .iconfont{ background: #f39800;}
.sec_more03 em:after{ background: #f39800;}
/*======news_company====*/  
.news_company{ color: #fff;}
.news_company a{ color: #fff;}
.company_list{ margin: -0.50%;}
.company_list li{ float:left; padding: 0.50%; width:25.344%;} 
.company_list li a{ display:block; overflow: hidden; position: relative; }
.company_img{ overflow:hidden; padding-top: 72.394%;}
.company_img:before{ content:""; position: absolute; bottom: 0; left:0; z-index: 1; width: 100%; height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%); /* 标准的语法（必须放在最后） */
	display: none;
}
.company_info{ position:absolute; bottom: 0; left:0; z-index: 1; width: 100%; padding: 7%; background-color:rgba(0,0,0,0.3);}
.company_time{}
.company_tit{ margin-top: 2%; }
.company_more{ display:block; background: #fff; color: #f39800; text-align: center; border-radius: 50%; width: 20px; line-height: 20px; margin-top: 10%;}
.company_more i{ display: inline-block; font-size:12px; transform: scale(.80); font-weight: bold;}
.company_list li a:hover .company_img img{-webkit-transform: scale(1.10,1.10); transform: scale(1.10,1.10);}
.company_list li.company_block01{ width:49.312%;}
.company_list li.company_block01 a .company_img{ padding-top: 74.822%;}   
.company_list li.company_block02 a .company_img:before,
.company_list li.company_block03 a .company_img:before{ display:block;}
.company_list li.company_block04 .company_img:before{ display:none;} 
.company_list li.company_block04 .company_tit,
.company_list li.company_block05 .company_tit{ font-weight: bold; white-space: normal; display:-webkit-box; -webkit-line-break:auto;-webkit-box-orient:vertical; text-align: justify; -webkit-line-clamp:2; line-height: 34px; max-height: 68px; } 
.company_list li.company_block05 .company_more{ color:#004ea2;}

/*======news_report====*/ 
.news_report{ background-attachment: local; background-size:contain;}
.report_swiper .swiper-wrapper{ align-items: stretch;}
.report_swiper .swiper-slide{ height: auto; background: #f6f6f6;} 
.report_swiper .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f39800;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.report_swiper .swiper-slide:hover:after{
  -webkit-transform-origin: left top;
  transform-origin: left top; 
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.report_img{ overflow: hidden;}
.report_img .bgImg{ padding-top: 62.58%;}
.report_info{ padding: 8% 10% 16%;}
.report_media{ color: #f39800; margin-bottom: 7%;}
.report_tit{ font-weight: bold; margin-bottom: 7%;}
.report_tit a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.report_des{ color: #666666; -webkit-line-clamp:3; line-height: 28px; max-height: 84px;} 
.report_swiper .swiper-slide:hover .report_tit a{color: #004ea2;}
.report_swiper .swiper-slide:hover .report_img .bgImg{ transform: scale(1.10, 1.10);}
/*======news_video====*/ 
.news_video{ background-color: #f7f7f7;}
.video_list{ background: #ffffff; padding: 0.80%;}
.video_list li{ float:left; width:39.955%;}
.video_list li a{ display:block; overflow: hidden; position: relative;}
.video_img{ padding-top: 82.288%;}
.video_info{ position:absolute; bottom: 0; right:0; z-index: 1; background: rgba(255,255,255, .80); width: 48%; height: 44.50%; max-width: 258px; max-height: 197px; padding: 6%; -webkit-transition: background 500ms ease; transition: background 500ms ease;}
.video_tit{ font-weight:bold;}
.video_icon{ display:block; width:48px; height: 48px; background: url(../images/ico_video01.png) no-repeat; background-size: contain; position: absolute; bottom: 16%; right: 12%;}
.video_list li.video_block02 .video_info{ width: 65%; max-width: 348px;}
.video_list li.video_block02 .video_info .video_icon{ right: 8%;}
.video_list li:hover a{ color: #f39800;}
.video_list li:hover .video_img img{ transform: scale(1.10, 1.10);}
.video_list li:hover a .video_info{  background: rgba(255,255,255, .90);}
.video_list li.video_block03, 
.video_list li.video_block04{ width: 20.09%;}
.video_list li.video_block03 .video_img, 
.video_list li.video_block04 .video_img{ padding-top: 81.985%;}
.video_list li.video_block03 .video_info,
.video_list li.video_block04 .video_info{ background: rgba(0,0,0, .50); width: 100%; height: 100%; max-width: none; max-height: none;}
.video_list li.video_block03 .video_info .video_icon,
.video_list li.video_block04 .video_info .video_icon{ bottom: auto; right:auto; top:50%; left:50%; transform: translate(-50%, -50%); background-image: url(../images/ico_video02.png); }
.video_list li.video_block03:hover a .video_info,
.video_list li.video_block04:hover a .video_info{  background: rgba(0,0,0, .40);}
/*======banner_wrap====*/  
.banner_wrap{ position: relative; height: 580px;}
.banner_img{ height: 100%; background: 50% 0% no-repeat; background-size: cover;}
.banner_tit{ position: absolute; top:50%; left:0; z-index: 1; width: 100%; text-align: center; color: #fff;}
/*======sub_top====*/  
.sub_top{ position: relative; z-index: 1; overflow: hidden; color:#fff; margin-top: -64px; height: 64px; line-height: 64px;}
.sub_top a{ color:#fff;}
.sub_tit{ float:left; position: relative; z-index: 1; line-height: initial; line-height: inherit; font-weight: bold; background: #004ea2; width:150px; margin-right: 55px;}
.sub_tit a{ display:block;}
.sub_tit:before{ content:""; position: absolute; top:0; right:100%; width:1920px; height:100%; background: #004ea2;}
.sub_tit:after{ content:""; position: absolute; top:0; left:100%; width: 28px; height: 100%; background: url(../images/sub_bg01.png) no-repeat; background-size: contain;}
.st_right{ float:left; width: -webkit-calc(100% - 205px); width: calc(100% - 205px); position: relative;}
.st_right:before{ content:""; position: absolute; top:0; left:0; width:1920px; height:100%; background: #167fcd;}
.st_right:after{ content:""; position: absolute; top:0; left:-34px; width: 34px; height: 100%; background: url(../images/sub_bg02.png) no-repeat;}
.sub_nav{ float:left; position: relative; z-index: 1;} 
.sub_nav li{ float:left; position: relative; padding: 0 40px;}
.sub_nav li:before{ content:""; position: absolute; top:50%; left:0; transform: translateY(-50%); width:1px; height: 14px; background: rgba(255,255,255, .20);}
.sub_nav li:first-child:before{ display:none;} 
.sub_nav li a{ display: inline-block; position: relative;}
.sub_nav li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.sub_nav li:hover a:after{
  -webkit-transform-origin: left top;
  transform-origin: left top; 
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sub_nav li.current a{ font-weight:bold;}
.sub_local{ float:right; position: relative; z-index: 1; margin: 0 -4px;}
.sub_local a{ display: inline-block; padding: 0 4px;}
.sub_local a:hover, .sub_local a.current{ opacity: .80;} 
/*======news_all====*/ 
.sub_wrap{ background-color: #f7f7f7; padding: 80px 0;}
.news_all{ margin:-1.40% -0.82%;}
.news_line{ float:left; width:25%; padding:1.40% 0.82%;}
.news_dl{ background: #fff; border-bottom: 3px solid #cecdcf;}
.news_dl dt{ position: relative;} 
.news_item{ -webkit-line-clamp:3; line-height:40px; }
.news_cover{ position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; background: #004ea2; color:#fff; padding:10% 8.50%; -webkit-transition: opacity 500ms ease; transition: opacity 500ms ease; opacity: 0;}
.news_cover:before{ content:""; position: absolute; top:100%; left: 0%; width:100%; height: 0; background: url(../images/ico_dec01.png) center top no-repeat; background-size: contain;}
.news_cover a{ color:#fff;}
.news_pic{ padding-top: 62.58%;}
.news_dl dd{ padding: 10% 8.50%;}
.news_text{ position:relative; }
.news_item, .news_overview{ max-height: none; height: 120px; position: relative; transform: translateY(0%); -webkit-transition: all 500ms ease; transition: all 500ms ease;}
.news_overview{ -webkit-line-clamp:5; line-height: 24px; position: absolute; top:0%; left:0; z-index: 1; transform: translateY(10%); opacity: 0; visibility: hidden; pointer-events: none;}
.news_func{ color:#f39800; line-height: 24px; margin-top: 20%;}
.news_gd{ display:block; float:right; width:24px; height: 24px; text-indent:-9999px; background: url(../images/ico_more02.png) no-repeat; background-size: contain;}
.news_dl:hover dt .news_cover{ opacity: 1;}
.news_dl:hover dt .news_cover:before{ height: 10px;}
.news_dl:hover dd .news_item{ transform: translateY(10%); opacity: 0; visibility: hidden; pointer-events: none;}
.news_dl:hover dd .news_overview{ transform: translateY(0%); opacity: 1; visibility: visible; pointer-events: all;}
.load_more, .link_ask{ text-align: center; margin-top: 50px;}
.load_more a, .link_ask{ display: inline-block; text-align: center; color:#f39800; width:200px; line-height: 60px; border-radius: 5px; }
.load_more i{ font-size: 26px; margin-right: 10px;}
.load_more a:hover{ background: #f39800; color: #fff;}
/*======detail====*/  
.detail_banner{ background: #004ea2; color:#fff; height: 244px;}
.detail_banner .inner{ height: 100%;}
.detail_cover{ position:relative; height: 100%;}
.detail_local{ color: rgba(255,255,255, .50); position: absolute; left:0; bottom: 16%; width: 100%; margin: 0 -2%;}
.detail_local a{ color: rgba(255,255,255, .50); padding: 0 2%;}
.detail_local a:hover, .detail_local a.current{ color: rgba(255,255,255, 1);}
.detail_guide{ float:right; position: relative; top:50%; transform: translateY(-50%);}
.detail_guide li{ margin-bottom: 8px;}
.detail_guide li a{ display:block; text-align: center; border-radius:50%; background: rgba(0,0,0, .15); color: #fff; width:44px; line-height: 44px;}
.detail_guide li a .iconfont{ font-size: 24px;}
.detail_guide li a:hover{ background: rgba(255,255,255, .90); color: #004ea2;}
.detail_wrap{ background:#ffffff;}
.detail_head{ padding-bottom: 2%; border-bottom: 1px solid #cccccc; margin-bottom: 80px;}
.detail_tit{ margin-bottom: 2%;}
.detail_media{ color: #f39800;}
.detail_time{ color:#666; }
.detail_con{}
.detail_side, .detail_shared{ width:72px;}
.detail_side{ float:left; min-height: 100px; margin-right: 6%; display: none;}
.detail_shared{ background:#ededed; padding: 20px 0;}
.detail_shared .bshare-custom a{ padding: 0; margin:0 auto 40px; border-radius:5px; background: #c9c9c9; color:#fff; display:block; text-align: center; width:28px; height: 28px; line-height: 28px;} 
.detail_shared .bshare-custom a:last-child{ margin-bottom:0;}
.detail_shared .bshare-custom a:hover{ text-decoration:none; background: #f39800;}
#portamento_container{ position: relative;} 
#portamento_container .detail_shared.fixed {position:fixed; top:80px; z-index: 100; }
.detail_r{ overflow:hidden; max-width: 1120px; }
/*======news_other====*/  
.news_other{ background-color: #f7f7f7;}
.other_tit{ text-align:center; margin-bottom: 40px;}
.other_all{}
.other_all .news_func{ color: #b2b2b2;}
.other_all .news_gd{ background-image: url(../images/ico_more.png);}

/*============================ 06 ============================*/  
/*======announcement_all====*/  
.announcement_all{}
.announcement_all li{ background: #fff; border-bottom: 1px solid #e5e5e5;}
.announcement_all li a{ display:block; overflow: hidden; padding: 2.84% 5.50% 2.84% 3.50%;}
.announcement_tit{ float:left; position: relative; width: 86%; padding-left: 80px; line-height: 26px; margin-top: 2%;}
.announcement_tit:before{ content: ""; position: absolute; top:0; left:0; width:48px; height: 26px; background: url(../images/ico_load01.png) left center no-repeat; background-size: 48px;}
.announcement_time{ display:block; float:right; text-align:right; color: #999999; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.announcement_time em, .announcement_time i{ display:block; line-height: 1;}
.announcement_time i{ margin-top: 12%;}
.announcement_all li a:hover{ background-color: #004ea2; color: #fff;}
.announcement_all li a:hover .announcement_tit:before{ background-image: url(../images/ico_load02.png);}
.announcement_all li a:hover .announcement_time{ color: #fff;}
/*======FAQ_all====*/ 
.FAQ_all{ margin-top: -4%;}
.FAQ_all li{ border-bottom: 1px dashed #e5e5e5; padding: 4% 0 2%;}
.FAQ_block{ margin-bottom: 2.50%;} 
.FAQ_block dt{ float:left; text-align: center; margin-right: 27px;}
.FAQ_block dt a .ico_box{ padding-top: 0; width: 87px; height: 87px; margin-bottom: 15px; border-radius:5px; background: #f39800;}
.FAQ_block dd{ float:left; position: relative; background: #fff; border-radius: 5px; width: -webkit-calc(100% - 114px); width: calc(100% - 114px); max-width: 1112px; padding: 2% 3.50%;} 
.FAQ_code{ color:#f39800;}
.FAQ_des{ line-height:2; margin: 1% 0 1.50%;}
.FAQ_time{color:#999999;}
.Q_block dd:before{content: ""; position: absolute; top:34px; right:100%; width:0; height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-right: 12px solid #ffffff;
}
.A_block{ margin-bottom: 0;}
.A_block dt, .A_block dd{ float:right;}
.A_block dt a .ico_box{ background:none;}
.A_block dt{ margin-right: 0!important; margin-left: 27px;}
.A_block dd{ background: #e4edef;}
.A_block dd:before{content: ""; position: absolute; top:34px; left:100%; width:0; height: 0;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 12px solid #e4edef;
}
.A_block dd .FAQ_code{ color:#004ea2;}
.FAQ_func{ margin: 3% -8px 0; line-height: 24px; color: #c9c9c9; display: none;}
.FAQ_func a{ display: inline-block; vertical-align:middle; color: #004ea2; padding:0 8px;}
.FAQ_func a:hover{ text-decoration:underline;}
.FAQ_func a.FAQ_zan{ color: #ff0000; font-weight: bold;}
.FAQ_func a.FAQ_zan .iconfont{ font-size:18px;}
.FAQ_func a.FAQ_zan:hover{ text-decoration: none;}
.link_ask{ float:right; cursor: pointer; background: #004ea2; color: #fff; display: none; }
/*======feedback====*/ 
.feedback{}
.feedback_tit{ text-align: center; color: #004ea2; margin-bottom: 50px;}
.feedback_form{ margin: -12px -6px;}
.feedback_line{ float:left; width: 33.33%; padding: 12px 6px;}
.feedback_fill{ position:relative;} 
.feedback_txt{ width: 100%; border:1px solid #d5d5d5; height: 50px; line-height: 22px; padding: 14px 56px; -webkit-transition:color 500ms ease, background 500ms ease; transition:color 500ms ease, background 500ms ease;}
.feedback_txt:focus{ background: #fff; box-shadow: 0 0 10px -4px #004ea2;}
.feedback_label, .feedback_fill .iconfont{ line-height: 22px; position:absolute; top: 14px;}
.feedback_label{ left:14px; color: #999999; }
.feedback_fill .iconfont{ right:14px; color: #ababab; font-size: 22px; }
.line_yu{ clear:both; width:100%;}
.feedback_yu{ resize: none; height: 170px;}
.feedback_func{ clear:both; padding-top: 2%; width: 100%; text-align:center;}
.feedback_btn{ display:inline-block; vertical-align: middle; cursor: pointer; background: #004ea2; color: #fff; margin: 0 2%; width: 30%; max-width: 280px; height: 45px;}
.feedback_reset{ background: #848484;} 
.line_check_input { width: 67%; float:left; }
.line_check_img { width: 33%; float: right; }
/*.line_check .feedback_txt{ padding-left: 14px; padding-right: 130px;}*/
.check_code{ display:block; cursor: pointer; position: absolute; top:0; right:0; height: 100%; z-index: 1;}
.check_code img{ display: inline-block; vertical-align: top; height: 50px; width:auto; }

/*============================ 07 ============================*/  
.anchor{ display:block; height: 120px; margin-top: -120px;}
/*======guide_box====*/  
.guide_mode, .guide_nav{ width: 120px;} 
.guide_box{}
.guide_pcDis{ display:none;}
.guide_box .inner{ position:relative;}
.guide_mode{ position:absolute; top:80px; left:100%; z-index: 1003;}
.guide_show{ position:relative;}
.guide_show:before{ content:""; position: absolute; top:0; left:4px; width: 2px; height: 100%; background: #eaeaea;}
.guide_show.fxd{ position:fixed; top:120px;}
.guide_nav{ padding:16px 0;}
.guide_nav:before, 
.guide_nav:after{ content:""; position: absolute; top: -5px; left:0; z-index: 1; border-radius:50%; background: #fff; border:2px solid #d1d1d1; width:10px; height: 10px;}
.guide_nav:after{ top:auto; bottom: -5px;}
.guide_nav li>a:first-child{ display:block; position: relative; line-height: 24px; padding: 8px 0 8px 20px; font-weight: bold;}
.guide_nav li>a:first-child:before{ content:""; position: absolute; top:50%; left:0; z-index: 1; transform: translateY(-50%); border-radius:50%; background: #d1d1d1; border:2px solid #fff; width:10px; height: 10px;} 
.guide_nav li:hover>a:first-child, .guide_nav li.current>a:first-child{ color: #004ea2;}
.guide_nav li:hover>a:first-child:before, .guide_nav li.current>a:first-child:before{ background: #004ea2;}
/*guide_subclass*/
.guide_subclass{ font-size: 14px; margin-bottom: 15px; display: none;}
.guide_subclass a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:3px 0 3px 20px; color:#666; }
.guide_subclass a:hover, .guide_subclass a.current{ color: #f39800;}
.guide_subclass a em{ display: inline-block; position: relative;} 
.guide_subclass a em:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f39800;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.guide_subclass a:hover em:after, 
.guide_subclass a.current em:after{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 
.guide_menu{ display:none; background: #f39800; color: #fff!important; text-align: center; position: absolute; top:0; left:0; width:44px; height: 44px; line-height: 44px; margin-top: -44px;}
.guide_menu:hover{ color: #fff!important;}
.guide_menu .iconfont{ font-size: 18px;}

/*======duty_CSR====*/  
.duty_CSR{}
.duty_CSR .inner{ position:relative;} 
.CSR_box{ display:flex; flex-wrap:wrap; align-items: center; background: #f6f6f6; position: relative;}
.CSR_box:before{ content:""; position: absolute; top:0; right:0; width: 6px; height: 100%; background: #004ea2;}
.CSR_box:after{ content:""; position: absolute; top:0; left:0; width: 50%; height: 100%; background: #ffffff;}
.CSR_left, .CSR_right{ position: relative; z-index: 1; width:50%; float:left;}
.CSR_left{ padding:3% 0;}
.CSR_img{ padding-top: 68.75%;}
.CSR_right{ padding: 4% 4.60%;}
.CSR_info, .EHS_info, .quality_info, .welfare_des{ line-height: 28px;}
.CSR_info{ max-height: 364px; -webkit-line-clamp: 13; }
.CSR_more{ margin-top: 8%;}
/*======duty_EHS====*/  
.duty_EHS{ background-color: #f6f6f6;}
.EHS_box{ display:flex; flex-wrap:wrap; align-items: center; background: #f39800; color: #fff;}
.EHS_box a{ color:#fff;}
.EHS_left, .EHS_right{ position: relative; z-index: 1; width:50%; float:left;}
.EHS_left{ }
.EHS_img{ padding-top: 51.81%;}
.EHS_right{ text-align:center; padding: 4% 4.60%;}
.EHS_info{ max-height: 84px; -webkit-line-clamp: 3; }
.EHS_more{ margin-top: 5.50%;}
/*======duty_quality====*/  
.duty_quality{}
.quality_box{ display:flex; flex-wrap:wrap; align-items: center; background: #f6f6f6; position: relative;}
.quality_box:before{ content:""; position: absolute; top:0; left:0; width: 6px; height: 100%; background: #004ea2;}
.quality_box:after{ content:""; position: absolute; top:0; right:0; width: 50%; height: 100%; background: #ffffff;}
.quality_left, .quality_right{ position: relative; z-index: 1; width:50%; float:left;}
.quality_left{ padding: 4% 4.60%;}
.quality_tit{ font-weight: bold; color: #004ea2;}
.quality_info{ max-height: 224px; -webkit-line-clamp: 8; margin-top: 5.50%; }
.quality_item{ color: #f39800;}
.quality_more{ margin-top: 5.50%;}
.quality_right{}
.quality_img{ padding-top: 68.89%;}
/*======duty_welfare====*/  
.duty_welfare{ padding-top: 0px!important;}
.welfare_swiper{ margin: -10px;}
.welfare_swiper .swiper-container{ padding: 10px;}
.welfare_swiper .swiper-slide{ position: relative;}
.welfare_swiper .swiper-slide:before{ content:""; position: absolute; top:0; left:0; width: 100%; height: 100%;}
.welfare_swiper .swiper-slide:hover:before{ box-shadow: 0 0 20px 2px rgba(0,0,0, .10);}
.welfare_img, .welfare_info{ position: relative; z-index: 1;}
.welfare_img{ overflow: hidden;}
.welfare_img .bgImg{ height:0; padding-top: 66.48%;}
.welfare_swiper .swiper-slide:hover .welfare_img .bgImg{ transform: scale(1.10, 1.10);}
.welfare_info{ padding: 10%;}
.welfare_tit a{ display: block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color: #004ea2;}
.welfare_des{ max-height: 54px; height: 54px; color: #666; margin-top: 5%;} 
.welfare_more{ margin-top: 15%;}
/*======duty_report====*/  
.duty_report{ background-color: #f6f6f6;}
.report_list{ margin: -16px;}
.report_list li{ float:left; width:25%; padding: 16px;}
.report_block{ background: #c9c9c9; position: relative; padding: 15%; }
.report_pic{ padding-top: 140.43%;}
.report_text{ position:absolute; bottom: 0; left:0; z-index: 1; width:100%; background: #ededed url(../images/ico_dec02a.png) right bottom no-repeat; background-size: 24px; overflow: hidden; height: 58px; line-height: 58px; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.report_item{ padding: 0 7.50%; -webkit-transition:opacity 500ms ease; transition:opacity 500ms ease;}
.report_func{ position: absolute; top:100%; left:0; width: 100%; text-align: center; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.report_func a{ color: #fff; padding: 0 5%;}
.report_func a .iconfont{ font-size: 24px; margin-right: 8px;}
.report_func a:hover{ color: #f39800;}
.report_block:hover .report_text{ background-color: #004ea2; background-image: url(../images/ico_dec02b.png); color: #fff; }
.report_block:hover .report_text .report_item{ opacity: 0;}
.report_block:hover .report_text .report_func{ top:0;}
/*======duty_end====*/  
.duty_end{}
.duty_end_tit{ text-align: center; color: #004ea2; margin-bottom: 50px;}
.duty_end_img{ width: 47.50%; float:left; margin-right: 5%;}
.duty_end_info{ line-height: 2; }
.duty_end_item{ color: #004ea2; margin-bottom: 15px;}
.duty_end_caption{ color: #004ea2; margin-bottom: 10px;}

/*============================ 09 ============================*/  
/*======bidding_all====*/  
.bidding_all{}
.bidding_all li{ position:relative;}
.bidding_all li:before{ content:""; position: absolute; left:-15px; top:0; width: -webkit-calc(100% + 30px); width: calc(100% + 30px); height: 100%; background: #fff; opacity: 0;} 
.bidding_all li a{ display:block; overflow: hidden; position: relative; z-index:1; line-height: 2.78; padding-left: 20px;}
.bidding_all li a:before{ content:""; position: absolute; top: 50%; transform: translateY(-50%); left:0; width:8px; height: 8px; border:2px solid #f39800; background-color: #f39800; border-radius: 50%;} 
.bidding_all li:hover a:before{ background-color: transparent;} 
.bidding_time{ display:block; float:right; opacity: .50; margin-left: 5%;}
.bidding_tit{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.bidding_all li:hover:before{ opacity: 1;} 
.bidding_all li:hover a{ background: #fff; color:#f39800;}
/*=====page=========*/  
.page{ background:#ffffff; margin-top: 50px;line-height:58px;font-size:15px;}
.page a, .page_num span{display:inline-block;vertical-align:middle;color:#666;}
.page_num{float:left;}
.page_num a, .page_num span{text-align:center;min-width:58px;margin:0 4px;}
.page_num a:hover,.page_num a.current{background:#004ea2;color:#fff;}
.page_guide{float:right;padding-right:22px;}
.page_guide a{padding:0 23px;}
.page_guide a:hover{color:#004ea2;text-decoration:underline;}
/*=====page=========*/  
.result_top{ padding-bottom: 3%; border-bottom: 1px solid #e5e5e5; }
.result_num{ color: #999999;}
.result_num em{ color: #f39800; }

/*============================ 10 ============================*/  
/*======contact_map====*/  
.contact_map{ background: #fff; padding: 1.389%; height: 630px;}
.contact_map img{ display:block; width: 100%; height: 100%;}
/*======contact_list====*/  
.table{ display:table;/*border-collapse:collapse;*/border-collapse:separate;width: 100%;}
.table-row-group { display: table-row-group;}
.table-row{ display:table-row;}
.table-row .table-cell{display:table-cell; vertical-align: middle; padding:2.65% 0; cursor: pointer; }
.contact_list{ margin-top: 60px;}
.contact_list .table-row{ background: #fff; margin-bottom:5px; text-align: left;}
.contact_list .table-row .table-cell.tc1{ width: 33.34%; padding-left: 3.50%; padding-right: 3.50%; font-weight: bold; line-height: 1.25; color: #f39800;}
.contact_list .table-row .table-cell.tc2{ width: 66.66%; padding-right: 3.50%;}
.contact_list .table-row .table-cell span{ margin-right: 4.50%;}
.contact_list .table-row .table-cell span:last-child{ margin-right: 0;}
.contact_list .table-row:nth-child(odd){ background:#004ea2 url(../images/contact_02.png) left bottom no-repeat; background-size: 31.74%; color:#fff;}
.contact_list .table-row:nth-child(odd) .table-cell.tc1{ color:#fff;}

/*============================ 02 ============================*/   
/*deco_wrap*/ 
.portamento_wrap{ overflow: hidden; position:relative; }
.deco_wrap{ position: absolute; top:0; left:0; width: 100%;}  
.deco_box{ position:absolute; z-index: 1; left:50%; transform: translateX(-50%); width: 100%;} 
#portamento_container { width:100%!important; margin: 0 auto; }   
#portamento_container .deco_box.fixed {position:fixed; }
.deco_area{ position: relative; }
.deco_area img.deco_seat{ display:block; opacity: 0; } 
.deco_show{ position: absolute; top: 30%; left:0; width:100%; height: 100%; transition: all 0.80s 0.1s ease;} 
.deco_show02{ top: 85%;}
.deco_show img{ display:block;}
.deco_color{ position: absolute; top: 0; left:0; overflow: hidden; width:100%; height: 0; background:center top no-repeat; background-size:100%; transition: all 1s 0.2s ease; opacity: 0;}  
.about_profile, .about_history{ position:relative; z-index: 2;}
/*======about_profile====*/ 
.about_profile{ overflow: hidden;}
.profile_box{}
.profile_des{ line-height: 1.875;}
.profile_data{ display:flex; flex-wrap: wrap; align-items: stretch; margin: 6% -12% -10px -10px; } 
.profile_data li{ width: 25%; overflow: hidden; padding:10px;}
.data_block{} 
.data_block{}
.profile_data li span{ display: block; color: #f39800; line-height: 1;}
.profile_data li span b{ letter-spacing:0.02em; font-weight: normal; font-family: "barlow_boldcondensed"; margin-right: 5px;}
/*======about_history====*/ 
.about_history{ color:#fff;}
.history_swiper{ position: relative; } 
.history_swiper:before{ content:""; position: absolute; top:221px; width: 100%; height: 2px; background: #b7b7b7;}
.history_swiper .swiper-slide{ text-align:center; height: 230px; }
.history_block{ position: absolute; left: 0%; width:100%;}
.history_info{ position: relative;}
.history_info:before{content:""; position: absolute; left:50%; transform: translateX(-50%); border-radius: 50%; width:17px; height:17px; background: #4d4d4d; border:4px solid #fff; box-shadow: 0 0 20px 3px rgba(0,0,0, .30); } 
.history_time{ font-style: italic; letter-spacing: 0.1em; line-height: 30px; font-family: "HelveticaNeue_Bold"; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.history_des{ margin-top: 10px; line-height: 1.25; font-style: italic; }
.history_img{ max-width:137px; margin:0 auto;}
.history_img .img_box{ padding-top: 66.43%;}
.history_swiper .swiper-slide:hover .history_info:before{ background-color: #fff; border-color: #f39800;}
.history_swiper .swiper-slide:hover .history_time{ color: #f39800;}
.history_swiper .swiper-slide:nth-child(odd){ margin-top: 213px;}
.history_swiper .swiper-slide:nth-child(odd) .history_block{ top: 0;}
.history_swiper .swiper-slide:nth-child(odd) .history_info{ padding-top:40px;text-shadow: 1px 1px 1px #000;}
.history_swiper .swiper-slide:nth-child(odd) .history_info:before{ top:0;}
.history_swiper .swiper-slide:nth-child(odd) .history_img{ margin-top: 15px;}
.history_swiper .swiper-slide:nth-child(even) .history_block{ bottom: 0;}
.history_swiper .swiper-slide:nth-child(even) .history_info{ padding-bottom:40px;text-shadow: 1px 1px 1px #000;}
.history_swiper .swiper-slide:nth-child(even) .history_info:before{ bottom:0;}
.history_swiper .swiper-slide:nth-child(even) .history_img{ margin-bottom: 15px;}
#history_develop{}
#history_milestone{}

/*======about_party====*/ 
.about_party{ background-position: center bottom; background-size: contain; background-attachment: local;}
.party_swiper{ position: relative; z-index: 2; margin: -15px; }
.party_swiper .swiper-container{ padding:15px;}
.party_swiper .swiper-wrapper{ align-items: stretch; }
.party_swiper .swiper-slide{ height: auto; background: #fff; box-shadow: 0 0 30px 3px rgba(0,0,0, .10); }
.party_img{ overflow: hidden;}
.party_img .img_box{ padding-top: 35%; display: flex; align-content: center; justify-content: center; margin-top: 10%}
.party_img .img_box img{ width: auto; height: 100%; position: absolute; top: 0; left: auto;}
.party_info{ text-align: center; padding:13.50% 9%;}
.party_tit{ }
.party_des{ margin-top: 9%;}
.icon_party{ display:inline-block; vertical-align: bottom; width: 40px; height: 40px; background: url(../images/ico_party.png) no-repeat; background-size: contain; margin-right: 10px;}
.party_des{ color:#666666;}  
.party_swiper .swiper-slide:hover .party_img .img_box img{ transform: scale(1.10);}

/*======about_honor====*/ 
.about_honor{ position: relative; z-index: 2; background-color: #f7f7f7;}
.honor_list{ margin: -0.36%; }
.honor_list li{ float:left; width: 24.932%; padding: 0.36%;}
.honor_block{ display: block; overflow:hidden; position: relative; background: #0046a3; text-align: center; color: #fff;}
.honor_block .img_box{ padding-top: 70.57%;}
.honor_des{ position: absolute; top:50%; left:0; z-index: 1; transform: translateY(-50%); width: 100%;}
.honor_list li:nth-child(2){ width:50.136%;}
.honor_list li:nth-child(4) .honor_block .img_box{ background: #f39800;}
.honor_list li:nth-child(5){ margin-top: -17.85%;}
.honor_block:hover .img_box img{ transform: scale(1.10);}
.venobox_nopic .vbox-content img{ display:none;}

/*============================ 04 ============================*/   
.research_institution, .research_cooperation{ position:relative; z-index: 2;}
/*======research_institution====*/ 
.research_institution{}
.institution_box{ }
.institution_text{ overflow: hidden;}
.institution_text .sec_top{ text-align: left; margin-bottom: 30px;}
.institution_des{ }
.institution_img{ float:right; width:50%; margin-left: 3%;}
.institution_img .img_box{ padding-top: 68.89%;}
/*======research_cooperation====*/ 
.research_cooperation{ background-color: #f7f7f7;}  
.research_cooperation .institution_img{ float:left; margin-left: 0; margin-right: 3%;}
/*======research_milestone====*/ 
.research_milestone{ color:#fff;}
/*======research_honor====*/ 
.research_honor{ background-color: #f7f7f7;}
/*======research_achievement====*/ 
.research_achievement{ background-position:center bottom; background-size: contain; background-attachment: local;} 
.achievement_swiper .swiper-wrapper{ align-items: stretch; }
.achievement_swiper .swiper-slide{ height: auto; }
.achievement_swiper .swiper-slide:before{ content:""; position: absolute; bottom: 0; left:50%; width:0; height: 2px; background: #f39800;}
.achievement_img{ overflow: hidden;}
.achievement_img .bgImg{ padding-top: 62.58%;}
.achievement_info{ padding: 8% 0;}
.achievement_tit{ -webkit-transition:all 500ms ease; transition:all 500ms ease;}
.achievement_des{ color:#666; margin-top: 3%;}
.achievement_swiper .swiper-slide:hover:before{ left:0; width:100%;}
.achievement_swiper .swiper-slide:hover .achievement_img .bgImg img{ transform: scale(1.10);}
.achievement_swiper .swiper-slide:hover .achievement_tit{ color: #f39800;}

/*============================ 03 ============================*/    
/*======product_star====*/ 
.product_star{}
.star_swiper .swiper-container{ padding-bottom: 80px;}
.star_block{ background: #efefef; color: #666; height: 275px; padding: 30px; }
.star_block a{ color: #666;}
.star_img{ display:block; position: absolute; bottom:-30%; right:-1%; width: 50%; max-width: 214px;}
.star_img .bgImg{ height: 0; padding-top: 100%;}
.star_info{width:50%; float:left;}
.star_belong{ text-transform: uppercase; color:#0046a3;}
.star_belong a{ text-transform: uppercase; color:#0046a3;}
.star_name{ font-weight: bold; margin-top: 10px;}
.star_name a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.star_des{ -webkit-line-clamp: 3; max-height: 72px; margin-top: 10px;}
.star_more{ display:inline-block; margin-top: 35px;}
.star_block:hover a{ color: #f39800;}
.star_block:hover .star_img .bgImg{ margin-bottom: 2%;}
/*======product_category====*/  
.product_category{ }
.category_box{ position: relative; }
.category_line{ float:left; position: relative; width:20%;}
.category_head, .category_more01{ height: 154px; background: rgba(255,255,255, .85);}
.category_head{ overflow: hidden; position: relative; text-align: center; padding: 40px 0;}
.category_head:before{ content:""; position: absolute; top: 23%; left:0; width:1px; height: 54%; background: rgba(0,0,0, .20); }
.category_head:after{ content:""; position: absolute; top: 0; left:0; width:100%; height: 100%; background: rgba(0,78,162, .80); opacity: 0; }
.category_line:first-child .category_head:before{ display:none;} 
.category_text{ float:left;}
.category_text_pc{display: block; float: none;}
.category_text_phone{ display:none;}
.category_icon, .category_tit{ display: inline-block; vertical-align: top; position: relative; z-index: 1; }
.category_icon{ width:65px; height: 65px; margin-right: 10px;}
.category_icon img{ display:block; position: absolute; top:0; left:0; right:0; bottom: 0; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.category_icon img:nth-child(2){ opacity: 0;}
.category_tit{ text-align: left; }
.category_tit em{ display:block;}
.category_tit i{ display:block; max-width: 150px; opacity: .60; margin-top: 5px;}
.category_more03{ display: none; position: absolute; top:50%; right:5%; z-index: 1; transform: translateY(-50%); } 
.category_more03 .iconfont{ display: inline-block; border-radius: 50%; background: rgba(0,0,0, .30); color: #fff; text-align: center; width:27px; line-height: 27px;} 
.category_subclass{ width: 100%; background: rgba(0,78,162, .80); opacity: 0; visibility: hidden; pointer-events: none; -webkit-transition:all 500ms ease; transition:all 500ms ease;} 
.category_subclass a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding:3.20% 0 3.20% 37%; color: #fff;}
.category_subclass a em{ display: inline-block; position: relative;}
.category_subclass a em:before{ content:"→"; position: absolute; top:50%; transform: translateY(-50%); right: 140%; opacity: 0; font-size:18px;}
.category_subclass a:hover em:before{ right:120%; opacity: 1;}
.category_subclass a em:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
} 
.category_subclass a:hover em:after{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
} 
.category_line.current .category_head a{ color:#fff;}
.category_line.current .category_head .category_tit i{ opacity: 1;}
.category_line.current .category_head .category_icon img:nth-child(1){ opacity: 0;}
.category_line.current .category_head .category_icon img:nth-child(2){ opacity: 1;}
.category_line.current .category_head:after{ opacity: 1;}
.category_line.current .category_head .category_more03 .iconfont{ background: rgba(255,255,255, .30); }
.category_line.current .category_subclass{ padding: 10% 0; opacity: 1; visibility: visible; pointer-events: all;}
.category_more{ display: block; text-align: center; color: #fff;} 
.category_more span{ display: inline-block;}
.category_more span i{ display: inline-block; position: relative; padding-right: 20px; }
.category_more span i:before{ content:"→"; position: absolute; top:50%; right:0; transform: translateY(-50%); font-size:16px;}
.category_more01{ position: absolute; top:0; right:0; width: 13%; display: flex; flex-wrap: wrap; align-items: center;}
.category_more01:before{ content: ""; position: absolute; top:0; left:0; width: 100%; height: 100%; border-width: 154px 0px 154px 46px; border-style: none solid solid; border-color: transparent transparent #f39800;}
.category_more01 span{ width: 100%; }
.category_more02{ display:none; line-height: 3.50; margin-top: 30px;}
.category_more02 span{ background: #f39800; padding: 0 6%;}
.category_more02:hover{ opacity: 0.90;}

/*======product_screen====*/  
.product_screen{ background: #fff; padding: 2.20%; margin-bottom: 50px;}
.screen_line{ float:left; width: 50%; padding: 9px;}
.screen_label{ display:block; margin-bottom: 5px;}
.screen_fill{ position:relative;}
.icon_arrow_zuo{ position:absolute; top:0; right:0; width:40px; line-height: 40px; text-align: center; transform: rotate(-90deg);}
.screen_txt{ border:1px solid #d6d1d1; height: 40px; width: 100%; padding: 0 16px;}
.screen_keyword{}
.screen_keyword .screen_txt{ width: -webkit-calc(100% - 60px); width: calc(100% - 60px);}
.screen_btn{ cursor:pointer; background: #f39800; margin-left: 17px; width: 43px; height: 40px;}
/*======product_all====*/  
.product_all{ display:flex; flex-wrap: wrap; align-items: center; margin:-1.20% -0.50%;}
.product_all li{ float:left; width:25%; padding:1.20% 0.50%;}
.product_all li a{ display:block; position: relative; text-align: center;}
.product_img{ overflow:hidden; background: #fff;} 
.product_img .bgImg{ height: 0; padding-top: 66.86%;}
.product_tit{ line-height: 3.70;}
.product_cover{ position: absolute; top:0; left:0; z-index: 1; width: 100%; height: 100%; display: flex; align-items: center; background: rgba(0,78,162, .80); color: #fff; line-height: 1.875; padding: 11%; -webkit-transition:all 500ms ease; transition:all 500ms ease; opacity: 0; display: none;}
.product_des{ width:100%; 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: 22px; max-height: 44px;}
.product_all li a:hover{ color: #f39800;}
.product_all li a:hover .product_img .bgImg{ transform: scale(1.10);}
.product_all li a:hover .product_cover{ opacity: 1;}
.product_all li a:hover .product_des{ -webkit-animation: .5s .2s fadeInUp both; animation: .5s .2s fadeInUp both;}
/*======product_content====*/  
.product_content{ min-height: 600px; background: #fff; padding: 5%;}
.product_item{ font-weight: bold; color:#0046a3; margin-bottom: 3.50%;}
.product_table_box{ overflow-x: auto;}
table.product_table{ text-align: center; line-height: 1.50; } 
table.product_table tr th{ padding: 6px 15px; background: #3862ae; color: #fff; font-weight: bold; white-space:nowrap;}
table.product_table tr th:nth-child(1),
table.product_table tr th:nth-child(2),
table.product_table tr th:nth-child(3){ font-weight: normal; text-align: left; padding-left: 15px; }
table.product_table tr td{ padding: 10px 5px;}
table.product_table tr td:nth-child(1),
table.product_table tr td:nth-child(2),
table.product_table tr td:nth-child(3){ text-align:left; padding-left: 15px; }
table.product_table tr.parent td{cursor:pointer; border-left: 2px solid #d4d4d4;}  
table.product_table tr.parent.even td{ background:#d9e1f2; border: none;} 
table.product_table tr.parent.selected td{ background:#f39800; color:#fff; border-color: rgba(255,255,255, .20);}
table.product_table tr.parent.selected td a{color:#fff;}
table.product_table tr.parent.even.selected td{ border-color:#f39800;}
table.product_table tr.parent td:nth-child(1){ border-left:0;}
table.product_table tr.child_row{ display:none;}
table.product_table tr.child_row td{ background:#f7f7f7; font-size:14px; padding: 15px 5px;}
.product_related02{ padding-top: 0!important; background-color: #f7f7f7;}
/*======product_detail====*/  
.product_detail{ line-height: 1.50;}
.product_detail_box{ display:flex; flex-wrap: wrap; align-items: stretch;}
.product_detail_left{ float:left; width:31.50%; padding-right: 4.45%;}
.product_detail_img{ max-width: 350px;}
.product_detail_img .bgImg{ height: 0; padding-top: 66.86%;}
.product_detail_tit{ line-height: 1.50; font-weight: bold; color:#f39800; margin-bottom: 10px;}
.product_detail_right{ float:left; border-left:1px solid #d4d4d4; width:68.50%; padding-left: 4%;}
.link_corresponding{ display:block; position: relative; text-decoration: underline; padding-left: 30px;}
.link_corresponding:before{ content:"\e60b"; font-family:"iconfont"; font-size: 20px; position: absolute; top:50%; left:0; transform: translateY(-50%); -webkit-transition:all 0ms ease; transition:all 0ms ease; }
.link_corresponding:hover{ color:#f39800; text-decoration: underline;}

/*============================ 08 ============================*/    
/*======join_culture====*/ 
.join_culture{}
.culture_explanation{ text-align: center;}
.explanation_block{ display: inline-block; text-align: left;}
.explanation_logo{ display:block; margin: 0 auto; max-height: 300px; width: auto;}
.explanation_text{ margin-top: 15%;}
.explanation_text li{ overflow:hidden; margin-bottom: 5%;}
.explanation_tit{ float:left; margin-right: 30px; color: #fff; padding:2% 15px;}
.explanation_des{ overflow: hidden;}
.explanation_color{ line-height: 1.875; margin-top: 8%;}
.explanation_text li.e_t_cn .explanation_tit{ background-color: #004ea2; }
.explanation_text li.e_t_en .explanation_tit{ background-color: #f39800;} 
/*culture_set*/
.culture_set{ position: relative; margin-top: 10%; text-align: center;}
.set_list{}
.set_list li{ display:inline-block; vertical-align: top; overflow: hidden; }
.set_block{ width: 100%;}
.set_tit{ font-weight: bold;}
.set_des{ overflow: hidden; line-height: 1.875; color: #666;}
.set_list li.vision{ width:30%; text-align: right; margin-top: 3.90%;}
.set_list li.vision .set_tit{ float:right; margin-left: 8%;}
.set_list li.mission{ width:27%; text-align: center;} 
.set_list li.mission .set_tit{ margin-top: 7%;}
.set_list li.spirit{ width:30%; text-align: left; margin-top: 3.90%;}
.set_list li.spirit .set_block{ display: flex; align-items: center;}
.set_list li.spirit .set_tit{ float:left; margin-right: 8%;} 
.set_img{ width:26.806%; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.set_img_bg{ padding-top: 41.45%; background: left top no-repeat; background-size: cover; width:0;}
.my_move01{
    animation: move01 1s forwards alternate;
    -moz-animation: move01 1s forwards alternate;
    -webkit-animation:move01 1s forwards alternate;
    -o-animation:move01 1s forwards alternate;
}
@keyframes move01{ 
	0%{
	  	width: 0%;
	}
    100%{
       width: 100%;
    }
}
@-webkit-keyframes move01{ 
   	0%{
	  	width: 0%;
	}
    100%{
       width: 100%;
    }
}

/*culture_value*/
.culture_value{ margin-top: 7%; position: relative;}
.value_tit{ width: 24px; position: absolute; top:50%; left:0; transform: translateY(-50%); }
.value_list{ color: #fff; width: 100%;}
.value_list li{ position: relative; margin-top: -3.60%;}
.value_list li:after{content:"\200B";display:block;clear:both;height:0;}
.value_block{ position:relative; width:53%; max-width: 780px; padding: 26px 7%; height:172px; }
.value_block:before{ content:""; position: absolute; top:0; left:0; width: 100%; height: 100%; background: #004ea2; transform: skew(-15deg);}
.value_item, .value_des{ position: relative; z-index: 1;}
.value_item{ font-weight:bold; position: absolute; top: 50%; transform: translateY(-50%); }
.value_des{ height: 100%; line-height: 1.67; display: flex; align-items: center; }
.value_flex{ width:100%;}
.value_list li:nth-child(1){ margin-top:0;}
.value_list li:nth-child(1) .value_block{ margin-left: 15%;}
.value_list li:nth-child(2) .value_block{ margin-right: 5%;}
.value_list li:nth-child(3) .value_block{ margin-left: 10%;}
.value_list li:nth-child(4) .value_block{ margin-right: 10%;}
.value_list li:nth-child(5) .value_block{ margin-left: 5%;}
.value_list li:nth-child(odd) .value_block .value_item{ right: 8%;}
.value_list li:nth-child(odd) .value_block .value_des p:nth-child(2){ margin-left: -12px;}
.value_list li:nth-child(odd) .value_block .value_des p:nth-child(3){ margin-left: -24px;}
.value_list li:nth-child(odd) .value_block .value_des p:nth-child(4){ margin-left: -36px;}
.value_list li:nth-child(even) .value_block{ float:right; }
.value_list li:nth-child(even) .value_block:before{ background: #f39800;}
.value_list li:nth-child(even) .value_block .value_item{ left: 5.50%;}
.value_list li:nth-child(even) .value_block .value_des{ text-align: right; margin-right: -6%;}
.value_list li:nth-child(even) .value_block .value_des p:nth-child(2){ margin-right: 12px;}
.value_list li:nth-child(even) .value_block .value_des p:nth-child(3){ margin-right: 24px;}
.value_list li:nth-child(even) .value_block .value_des p:nth-child(4){ margin-right: 36px;}
/*======college====*/ 
.talent_wrap{ padding-top: 80px;}
.wrap_college{}
.wrap_develop{}
.wrap_expand{ }
.talent_top{ }
.talent_tit{ text-align:center; font-weight: bold; color: #004ea2; position: relative; padding-bottom: 10px;}
.talent_tit:before{ content:""; position: absolute; bottom: 0; left:50%; transform: translateX(-50%); width: 24px; height: 3px; background: #004ea2;}
.talent_subtit{ text-align:center; font-weight: bold; color: #f39800; position: relative; margin-top: 30px; padding-bottom: 10px;}
.college_organ{ } 
.organ_box{ display:flex; flex-wrap: wrap; align-items: center;}
.organ_img, .organ_text{ float:left; width:50%;}
.organ_img{ padding-right: 4%; padding-left: 4%;}
.organ_text{ line-height:2.20;}
/*college_pyramid*/
.college_pyramid{ background-color: #f5f5f5; background-position: center bottom; background-size:contain; background-attachment: local; }
.pyramid_box{display:flex; flex-wrap: wrap; align-items: center;}
.pyramid_img, .pyramid_text{ float:left; width:50%;}
.pyramid_img{ text-align: center; padding-left: 4%; }
.pyramid_img img{ max-width: 80%;}
.pyramid_text{ line-height:2.20; margin-top: 0%;}
/*======talent_develop====*/ 
.talent_develop{ padding: 45px 0;}
.talent_develop.first{ padding-top: 80px;}
.develop_box{ height: 350px; position: relative;}
.develop_swiper{ position: relative;height: 100%; width:53.33%;} 
.develop_swiper .swiper-slide .bgImg{ background-position: 50% 50%;}
.develop_swiper .swiper-slide video{ width: 100%; height: 100%; object-fit: cover; }
.video_mark{ cursor: pointer; display:block; width:100%; height: 100%; background:rgba(0,0,0, .10); /*url(../images/ico_video03.png) 50% 45% no-repeat; background-size: 60px;*/ position: absolute; top:0; left:0; z-index: 1;}
.video_mark:before{ content:"\e65a"; font-family: "iconfont"; font-size: 48px; color: #fff; border-radius: 50%; position: absolute; top:50%; left:50%; transform: translate(-50%,-60%); }  
.develop_swiper .swiper-pagination{ position:absolute; bottom:0; margin: 0; /*background: rgba(0,0,0, .50);*/ line-height: 44px;}
.develop_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align: middle; width:11px; height: 11px; background: rgba(255,255,255, .50);}
.develop_swiper .swiper-pagination .swiper-pagination-bullet-active{ background: rgba(255,255,255, 1)!important;}
.develop_text{ position: absolute; top:0; right:0; width: 46.67%; height:100%; text-align: center; padding: 1%; display: flex; flex-wrap: wrap; align-items: center;}
.develop_flex{ width:100%;}
.develop_tit{ font-weight:bold; letter-spacing: 0.5em;}
.develop_des{ color:#666; line-height: 2.20; margin-top: 0%;}
.talent_develop:nth-child(odd){ background-color: #f5f5f5; background-image: url(../images/college_pyramid02.png); background-position: center bottom; background-size: contain; background-attachment: local; }
.talent_develop:nth-child(odd) .develop_swiper{ float:right;}
.talent_develop:nth-child(odd) .develop_text{ right:auto; left:0;}
.develop_skill{ margin-top: 5%;}
.skill_link{ display:inline-block; vertical-align: middle; padding: 3px 15px; color: #f39800; border:1px solid #f39800; border-radius:20px; font-size: 14px; margin: 0 1%;}
.skill_link .iconfont{ font-size: 12px; margin-left: 4px;}
.skill_link:hover{ background: #f39800; color:#fff;}
/*tan_video*/  
#tan_video .tan_con{ max-width: 1000px;}
#tan_video .tan_close{ background-image: url(../images/ico_close03.png) ;}
.play_show { }
.play_show video { display: block; width: 100%; height: 100%;  object-fit: cover; }
/*video::-webkit-media-controls-panel {
	display: none!important;
	-webkit-appearance: none;
}
video::--webkit-media-controls-play-button {
	display: none!important;
	-webkit-appearance: none;
}
video::-webkit-media-controls-start-playback-button {
	display: none!important;
	-webkit-appearance: none;
}*/  
.video_btn { display: block; position: absolute; top: 0%; left: 0%; z-index: 2; background: rgba(0,0,0, .10); width: 100%; height: 100%;  }
.video_btn .iconfont{ font-size: 60px; color: #fff; border-radius: 50%; position: absolute; top:50%; left:50%; transform: translate(-50%,-60%);}  



/*======career_expand====*/ 
.career_expand{ /*background-color: #f5f5f5;*/}
.expand_box{ background: #f5f5f5 url(../images/career_expand01b.png) center top no-repeat; background-size: contain; padding:80px 15px; display: flex; align-items: center;}
.expand_text, .expand_img{ float:left; width: 50%;}
.expand_text{ text-align: right;  padding: 0 4%;}
.expand_align{ display: inline-block; text-align: left;}
.expand_img{ text-align: center; }
/*======in_treatment====*/
.in_treatment{}
.treatment_box{ position:relative; background: #f5f5f5; margin-bottom: 2.50%;}
.treatment_box:last-child{ margin-bottom:0; }
.treatment_img{ height: 100%; width: 55.97%; float:right;}
.treatment_img .bgImg{ height: 0; padding-top: 43.05%; max-height: 347px; min-height: 247px;}
.treatment_text{ position: absolute; top:0; left:0; width: 44.03%; height:100%; padding: 4% 6%; line-height: 2.40; display: flex; flex-wrap: wrap; align-items: center;}
.treatment_align{ width:100%;}
.treatment_box:nth-child(even) .treatment_img{ float:left;}
.treatment_box:nth-child(even) .treatment_text{ left:auto; right:0;}
/*======in_treatment====*/
.in_activity{ background-color: #f5f5f5;}
.activity_swiper{ position: relative;}
.activity_swiper .swiper-slide:before{ content: ""; position: absolute; top:0; left:0; width: 100%; height:100%;}
.activity_img, .activity_tit{ position: relative; z-index: 1;}
.activity_img{ padding-top: 57.49%;}
.activity_tit{ text-align: center; padding: 4% 10px;}
.activity_swiper .swiper-slide:hover{ color: #f39800;}
.activity_swiper .swiper-slide:hover:before{ background: #fff;}
.activity_swiper .swiper-slide:hover .activity_img img{ transform: scale(1.10);}
.activity_swiper .swiper_arrow div{ width: 40px; height: 40px; transform: translateY(-100%); }
.activity_swiper .swiper_arrow div.swiper-button-prev{ left: auto; right:102%;}
.activity_swiper .swiper_arrow div.swiper-button-next{ right: auto; left:102%;}
.activity_swiper .swiper_arrow div:before{ font-size: 30px;}
/*======talent_job====*/
.talent_job{ background-color: #f5f5f5;}
.job_box{ display:flex; flex-wrap: wrap; align-items: stretch;}
.job_search{ background: #fff; float:left; width:38.50%; padding: 5%; }
.job_search_tit{ margin-bottom: 50px;}
.job_search_form{}
.job_search_line{ position: relative; margin-bottom: 25px;} 
.icon_jiao_down{ position:absolute; top:0; right:0; text-align: center; color: #bbb; width:40px; line-height: 48px;}
.job_search_txt{ border:1px solid #cccccc; width:100%; height: 48px; padding: 0 40px 0 16px;}
.job_search_sel{ cursor: pointer;}
.job_search_btn{ cursor: pointer; background: #0050ac; color: #fff; margin-top: 20px; width:120px; height: 48px;}
/*job_right*/
.job_right{ float:left; width:61.50%; padding-left: 15px;}
.job_classify{ display:flex; flex-wrap: wrap; align-items: stretch; width:100%; margin: -9px;}
.job_entry{}
.classify_block{ float:left; width:50%; padding: 9px;}
.classify_block a{ display:flex; align-items: center; background: #fff; text-align: center; padding: 6%; height: 204px; color: #004ea2; -webkit-transition:all 500ms ease; transition:all 500ms ease; }
.classify_align{ width: 100%;}
.classify_tit{ }
.classify_tit .iconfont{font-size: 46px; margin-right: 5%; }
.classify_more{ display:inline-block; position: relative; font-size: 13px; color: #666666; padding: 4px 0; margin-top: 30px;}
.classify_more:before, .classify_more:after{ content:""; position: absolute; bottom: 0; left:0; width:100%; height: 1px; background: #cccccc;}
.classify_more:after{ z-index: 1; left:50%; width:0; background: #fff; }
.classify_block a:hover{ background: #004ea2; color: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0, .08); } 
.classify_block a:hover .classify_more{ color: #fff;}
.classify_block a:hover .classify_more:after{ left:0; width:100%;}
/*job_list*/
.job_list{}
.job_list li{ margin-bottom: 20px;}
.job_list li:last-child{ margin-bottom: 0;}
.job_list li a, .job_more, .job_place{ -webkit-transition:all 500ms ease; transition:all 500ms ease;}
.job_list li a{ display: block; overflow: hidden; background: #fff; color: #004ea2; padding: 2.47% 4.50%; }
.job_text{ float:left; overflow: hidden; line-height: 32px;}
.job_name{ float:left;}
.job_place{ float:left; color: #666666; margin-left: 15px;}
.job_more{ display: block; float:right; text-align: center; background: #004ea2; color: #fff; width: 110px; line-height: 32px;}
.job_list li a:hover{ background: #004ea2; color: #fff;}
.job_list li a:hover .job_more{ background: #fff; color: #f39800;}
.job_list li a:hover .job_place{ color: #fff;}
/*=======tan_wrap======*/ 
.tan_wrap, .tan_bg { position: fixed; top: 0; left: 0; z-index: 2000; width: 100%; height: 100%; } 
.tan_bg { z-index: 1; background: rgba(0,0,0, .75); } 
.tan_box { position:relative; z-index: 2; width: 100%; height: 100%;}
.tan_box .inner{ height: 100%; display:flex; flex-wrap: wrap; align-items: center;}
.tan_con{ position:relative; width: 100%; max-height: 90%; overflow-y: auto; margin: 0 auto; background: #fff;}
.tan_close { position: absolute; top: 25px; right:25px; z-index: 5; text-align: center; width: 40px; height: 40px; background: url(../images/ico_close.png) center center no-repeat; background-size: contain;} 
.tan_close:hover{ background-image: url(../images/ico_close02.png)!important; }
/*job_detail*/
#tan_job .tan_con{ max-width: 1230px;}
.job_detail{ padding: 9%;}
.job_detail_tit{ color: #004ea2;}
.job_detail_text{ line-height: 2; margin-top: 5%;}
.job_detail_item{ font-weight:bold; margin-bottom: 5px; }
.link_apply{ display:inline-block; color: #f39800; border-bottom: 1px solid #f39800; padding: 0 8px;}
.link_apply:hover{ font-weight:bold; }
.job_detail_func{ margin-top: 50px;}
.link_func{ display:inline-block; vertical-align: middle;cursor: pointer; border-radius: 5px; background: #004ea2; color: #fff; text-align: center; width: 20%; max-width:172px; min-width: 82px; line-height: 2.45; margin-right: 15px;}
.link_func:hover{ opacity: .90;}
.file_upload{ display:inline-block; vertical-align: middle;}
.job_detail_welcome{ color: #ff0000; margin-top: 20px;}
/*talent_register*/
.talent_register{ background-color: #f5f5f5;}
.register_box{ background: #fff; padding:50px 80px;}
.register_tit{ text-align: center; letter-spacing: 1em; margin-bottom: 40px;}
.register_table_box{ overflow-x: auto;}
table.register_table{ min-width: 646px; border-bottom:1px solid #ccc; border-right:1px solid #ccc;}
table.register_table tr td{ border-top:1px solid #ccc; border-left:1px solid #ccc; padding: 12px 20px;}
label.register_label{ float:left; white-space: nowrap;  line-height: 40px;}
.register_fill{ overflow: hidden;}
.register_txt{ width: 100%; height: 40px; padding: 12px;}
.register_txt:hover, .register_txt:focus{ background-color:#f5f5f5;}
.register_yu{ resize: none; height: 80px!important;}
table.register_table tr.shouru td{ border-left-color:#fff;}
table.register_table tr.shouru td:nth-child(1){ border-left-color:#ccc;}
.register_btn{ display: block; background: #004ea2; color: #fff; letter-spacing: 1em; width: 45%; max-width: 300px; margin: 40px auto 0; line-height:2.70;}

/*fonts*/  
.f80{ font-size: 80px;}
.f64{ font-size: 64px;}
.f48{ font-size: 48px;} 
.f44{ font-size: 44px;} 
.f40{ font-size: 40px;}
.f38{ font-size: 38px;} 
.f34{ font-size: 34px;}  
.f32{ font-size: 32px;} 
.f30{ font-size: 30px;}
.f28{ font-size: 28px;}  
.f24{ font-size: 24px;} 
.f22{ font-size: 22px;} 
.f20{ font-size: 20px;}  
.f18{ font-size: 18px;}
.f16{ font-size: 16px;}
.f15{ font-size: 15px;}