@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;
}  
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: Microsoft YaHei, "微软雅黑";
    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: #22ab39!important;}
.swiper_arrow div{ margin: 0; transform: translateY(-50%); background: none; text-align: center; } 
.swiper_arrow div:before{  position: absolute; top:0; left:0; z-index: 1; width:100%; height: 100%; color: #333; font-size: 18px; } 



/*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, .bgImg_zs{ display:block; overflow: hidden; width:100%;height:100%;background-position:50% 0; background-repeat:no-repeat;background-size:cover; position: relative; }
.bgImg img, .bgImg_zs 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; margin-top: 59px; margin-left: 5%;} 
.logo img{ vertical-align: middle; height: 75px; width:auto; margin-top: -10%; } /*添加大国品牌调整*/
/*=====nav_box=====*/ 
.nav_box{ float:left; margin-left: 12%; }/*添加大国品牌调整*/
.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:hover a.n_a0, 
.nav_list li.current a.n_a0{ color: #22ab39;}

/*n_subclass*/
.n_subclass{ z-index:10; width:100%; min-width: 120px;} 
.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: #0b2644; opacity: 0; visibility: hidden; pointer-events: none;}
	.n_subclass a{ padding:15px 0; color: #fff; border-bottom: 1px solid #fff;}
	.n_subclass a:hover{ background: #22ab39; color: #fff;} 
}
/*=====header_r=====*/ 
.header_r{ margin-left: 15px; float:right; }
/*menu_search*/ 
.menu_search, .menu_phone{ position: relative; z-index: 1; display: inline-block; vertical-align: middle; text-align: center; width: 30px; height: 30px; line-height: 30px;}
.menu_search{ margin-left: 20px;}
.menu_search .dhtb{ display:inline-block; } 
.menu_search img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}

.menu_search img:last-child { display: none;}
.menu_search:hover img:first-child { display: none;}
.menu_search:hover img:last-child { display: block;}

.menu_search .xtb{ font-size: 28px;} 
.menu_search:hover, .menu_search.active{ color: #22ab39;}
.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:30px; height: 30px; line-height: 40px; position: absolute; top:50%; transform: translateY(-50%); z-index: 1;}

.search_closed img:last-child, .search_btn img:last-child { display: none;}
.search_closed:hover img:first-child, .search_btn:hover img:first-child { display: none;}
.search_closed:hover img:last-child, .search_btn:hover img:last-child { display: block;}


.search_btn{ right:40px; }

.search_closed{ right:-10px; }

/*menu_phone*/ 
.menu_phone{ margin-right: -5px; }
.menu_phone .dhtb{ display:inline-block; } 

.menu_phone img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}

.menu_phone img:last-child { display: none;}
.menu_phone:hover img:first-child { display: none;}
.menu_phone:hover img:last-child { display: block;}

.menu_phone.active .dhtb { transform: rotate(180deg);}
.menu_phone:hover, .menu_phone.active{ color: #22ab39;}
/*nav_fold*/
.nav_fold{ position: fixed; top:120px; left: 0; z-index: 1004; overflow-y: auto; width: 100%; background: #0b2644; 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{color: #fff;}

.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: #22ab39;} 
.nav_fold.active{ display:block;} 
/*menu_language*/
.menu_language{ font-size: 16px!important;}
.menu_language:hover{ color: #22ab39;}
/*header_scroll*/ 
header.header_scroll,
header.header_open{ position: fixed; height: 120px; line-height: 120px;}	 
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: #0b2644; border-top:2px solid #f7f7f7; color: #999999; padding: 60px 0; }
footer a{ color: #ffffff;}
.footer_logo{ float:left; margin-right: 5%; margin-top: 4vh;}
.footer_logo img{ height: 80px; width: auto;}
.footer_r{ overflow:hidden;}
.footer_con{ float:left; margin-left: 10%; width: 50%;}
.footer_nav{  margin:0 20% 2vh 20%; border-bottom: 1px solid; padding-bottom: 2vh;}
.footer_nav a{ display:inline-block; vertical-align: middle; padding: 0 27%;}
.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: #FFFFFF;
  -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: 14px; margin-top: 16px; padding-top: 16px; }
.footer_info p{color: #FFFFFF;}
.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;}

.footer_dh{	float: left; width: 20%;}
.footer_dh_a{font-size: 18px; font-weight:500; letter-spacing: 1px; }
.footer_dh_zdh{font-size: 16px; font-weight:lighter; letter-spacing: 1px; margin-top: 0.5vh;}
.footer_ewm{ float:left; margin-left: 10%; margin-top: 4vh;}

/*============================ 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_box1{  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:#22ab39; }
.sec_top_blue .sec_tit a{ color: #004ea2;}
.sec_more{ display:inline-block; color: #004ea2;}
.sec_more .xtb{  display:inline-block; vertical-align: middle; border-radius: 50%; background: #fff; color: #fff; text-align: center; line-height: 27px; margin-right: 8px; width: 27px; height: 27px;}
.about_video{float: left; width: 40%; height: 50vh; margin-left: 10%;}
.about_video video{width: 80%; height: 26vh; margin-top: 10vh;}
.about_sec_top{width: 50%; float: left; margin-bottom: 3vh;}

.abouts_img{margin: 0 auto; width: 80%;}


.sec_more div img {
position: absolute;
top: 86%;
left: 0;
right: 88%;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}

.sec_more div img:last-child { display: none;}
.sec_more:hover div img:first-child { display: none;}
.sec_more:hover div img:last-child { display: block;}

.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: #22ab39; 
	-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;}
.index_news1{ padding: 0 0 100px 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_img .bgImg_zs{height:0; padding-top:100%;}
.news_info{ overflow: hidden; padding: 8% 6% 14%;}
.news_tit{}
.news_tit a{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color: 333333;}
.news_des{ -webkit-line-clamp: 3; line-height: 26px; max-height: 78px; height: 78px; margin: 4.50% 0; color: 333333;}
.news_time{ display:block; float:left; color: #54b937;}
.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: #22ab39;}
.news_swiper .swiper-slide:hover .news_more{ background: #22ab39;}

.news_more img {
position: absolute;
top: 70%;
left: 70%;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}

.news_more img:last-child { display: none;}
.news_more:hover img:first-child { display: none;}
.news_more:hover img:last-child { display: block;}

.news_swiper .swiper_arrow div{ transform: translateY(-100%); width:50px; height: 50px; line-height: 50px; background: #fff; box-shadow: 0 0 15px 3px rgba(0,0,0, .05); } 

.news_swiper .swiper_arrow div.swiper-button-prev{ left: 11.5%; margin-left: -40px;}
.news_swiper .swiper_arrow div.swiper-button-next{ right: 11.5%; margin-right: -40px;}

.swiper-button-prev img:last-child, .swiper-button-next img:last-child { display: none;}
.swiper-button-prev:hover img:first-child, .swiper-button-next:hover img:first-child { display: none;}
.swiper-button-prev:hover img:last-child, .swiper-button-next:hover img:last-child { display: block;}




.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); margin-left: 23%;}
.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 .xtb{ display: inline-block; border-radius: 50%; background: #fff; color: #fff; text-align: center; width:27px; line-height: 27px;}
.accordion_initial .accordion_tit{ background: rgba(0,78,162, .80); padding: 30px; padding-top: 44px;  height: 114px;}
.accordion_cover{ position: relative; z-index:3;  height: 100%; width:100%; background: rgba(34,171,57, .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_tit_ico img {
position: absolute;
top: 0;
left: 67%;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}

.accordion_tit_ico img:last-child { display: none;}
.accordion_tit_ico:hover img:first-child { display: none;}
.accordion_tit_ico:hover img:last-child { display: block;}

.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: 21.6%;} 
	.accordion_initial{ position: absolute; bottom: 35px; left:0; }
	.accordion_cover{ position: absolute; top:0; left:0; }
	.product_accordion li.current{ width: 35%; }   
	.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 .xtb{ 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: #22ab39;}
.about_more .xtb{ background: #22ab39;}
.about_more em:after{ background: #22ab39;}
.about_more img{
    width: 20px;
	height: 20px;
	margin: -5px 5px;
}

/*============index_about===========*/  
.sy_about{box-shadow: 0 0 15px 3px rgba(0,0,0, .05); background-color: #f1f1f1;}
.sy_about_z{width: 60%; padding-left: 5%; float: left; }
.sy_about_z_s, .sy_about_z_x, .sy_about_z_z{margin-bottom: 2vh;}
.sy_about_z_s h3{padding-top: 3vh; font-size: 1.7em; font-weight: bolder;}

.sy_about_z_z p{color: #888888; }
.sy_about_z_x a{font-weight: bolder;  font-size: 1em;}
.sy_about_z_x a:hover{color: #54b937;}
.sy_about_y{width: 40%; float: left; padding-left: 5%;}
.sy_about_y_s{/*background-color: #0b2644;*/ height: 6vh; background-image: url(/static/addons/cms/images/sy_about_y_s.png); background-size: cover;}
.sy_about_y_s p{color: #FFFEFE; font-size:1.2em; margin-left: 5%; padding-top: 3%; /* border-left:8px solid #54b937; */padding-left: 18%;}
.sy_about_y_x{margin-top: 6vh;}
.sy_about_y_x span{color: #54b937; font-size:2.5em;}
.sy_about_y_x1, .sy_about_y_x2, .sy_about_y_x3{float: left; width: 32%; padding-left: 5%;}
.sy_about_y_x2, .sy_about_y_x3{border-left:1px solid #323131; }
.ysjx{width: 0; height: 0; border:6px solid transparent; border-left-color: #54b937; }
.sy_about_z_x img{width: 2%; margin-right: 1%;}
.sy_about_d{width: 80%; margin-left: 10%; height: 0.8vh; float: left; border-bottom: 6px solid transparent; border-left: 400px solid #54b937;}
.sy_about_d i{width: 0; height: 0; border:6px solid transparent; border-left-color: #54b937;}
.link_more_1 img{width: 11%; margin-left: 6%;}
.link_more_1{display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 125px;
    line-height: 34px;}

.link_more_1 em{display: inline-block; position: relative; z-index: 2; font-size: 18px;}



/*============================ 05 ============================*/  
.sec_func{ text-align: center; margin-top: 50px; position: relative;}
.sec_more02{ color: #22ab39;}
.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: #22ab39;}
.sec_more02 em:after{ background: #fff;}
.sec_more03{ color: #22ab39;}
.sec_more03 .iconfont{ background: #22ab39;}
.sec_more03 em:after{ background: #22ab39;}
.sec_more04{ display:inline-block; color: #004ea2;}
.sec_more04 em{ display:inline-block; position: relative;}
.sec_more04 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_more04 .xtb{  display:inline-block; vertical-align: middle; border-radius: 50%; background: #fff; color: #fff; text-align: center; line-height: 27px; margin-right: 8px; width: 27px; height: 27px;}
.sec_more04: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);
} 
.sec_more04 div img {
position: absolute;
top: 14%;
left: 0;
right: 52%;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}

.sec_more04 div img:last-child { display: none;}
.sec_more04:hover div img:first-child { display: none;}
.sec_more04:hover div img:last-child { display: block;}

/*======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: #22ab39; 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: #22ab39;
  -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: #22ab39; 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: #22ab39;}
.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: 3;   margin-top: -64px; height: 64px; line-height: 64px; background: #fff; }

.sub_top .sub_local a{color: #0b2644;}
.sub_top .sub_local a:hover{color:#22ab39;}
.st_xintm{float: left; width: 60%; margin-left: 10%; }
.st_xintm ul li a{ display: flex; justify-content: center; align-items: center; color: #0b2644;}

.st_xintm ul li{width: 15%; height: 100%;  position: relative;  }
.st_xintm .xintm_1{ background: #0b2644; }
.st_xintm .xintm_1:before{content: ""; position: absolute; right: 37%; top:63px; width: 0; height: 0; border-left: 13px solid transparent; border-top: 26px solid #0b2644; border-right: 13px solid transparent;}
.st_xintm .xintm_1 a {color: #fff;}
.st_xintm ul li{float: left; margin: 0 4%;}
.sub_local img{width: 23px; text-align:center; margin-right: 10px; }
.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:left; position: relative; z-index: 1; margin: 0 -4px;}
.sub_local a{ display: inline-block; padding: 0 10px;}
.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:#22ab39; 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;  width:160px; line-height: 40px;  }
.load_more i{ font-size: 26px; margin-right: 10px;}
.load_more a:hover{ color: #54b937;}
.load_more img {width: 7%; margin-right: 7%;}








/*======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, 1); padding: 0 2%;}
.detail_local a:hover, .detail_local a.current{ color: rgba(255,255,255, .50);}
.detail_guide{ float:right; position: relative; top:50%; transform: translateY(-50%);}
.detail_guide li{ margin-bottom: 15px;}
.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; }


.show_new{background-color: #f1f1f1;width: 70%;padding-left: 10%; float: left; margin-top: 10vh;}
.show_new_lb{border-top:1px solid #cccccc; margin-top: 40px;}
.newother{width: 30%; float: left;}
.newother_tit{padding-top: 40px; height: 5vw; width: 30%; float: left; padding-left: 3%; background-color: #f1f1f1;  font-weight: 600;}
.newother_nr{margin: 40px 3% 0 3%; float: left; width: 24%; background-color: #f1f1f1;}
.newother_nr ul{ margin: 10px 3%; border-bottom: 1px solid #cccccc; height: 80px; }
.newother_nr li{float: left;}
.newother_nr_tit{width: 60%; padding-left: 3%;}

.newother_nr_img{width: 30%; }
.newother_nr_img img{height: 6vh; width: 100%;}
.newother_nr_sj{width: 60%; margin-top: 5px; padding-left: 3%;} 

@media (max-width: 639px) {  
	.show_new{width: 100%;}
	.newother_nr{width: 100%; margin: 0 auto;}
	.newother_tit{width: 100%; height: 24vw; }
}


/*======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);}
.new_page img{

top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 44px;
	height: 44px;
}

.new_page img:last-child { display: none;}
.new_page:hover img:first-child { display: none;}
.new_page:hover img:last-child { display: block;}

/*============================ 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: 40%; 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;  margin-right: 5px;}

.bdlxwm{
	margin: 2% 1%;
}
.bdlxwm ul li{
	    position: relative;
    margin-bottom: 15px;
    clear: both;
}
.bdlxwm ul li label{
	position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 25%;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
	margin-bottom: -35px;
}
.bdlxwm_li input{
	height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-radius: 2px;
	margin-left: 3%;
    width: 50%;
}
.bdlxwm_li i{
	display: inline-block;
	margin-right: 4px;
	color: #f5222d;
}
.bdlxwm button{
	position: relative;
    float: left;
    display: block;
    margin-left: 43%;
    padding-top: 2%;
    width: 10%;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
	display: inline-block;
    vertical-align: middle;
   
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #16baaa;
    color: #fff;
    white-space: nowrap;
    text-align: center;
   
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ryzz{width: 80%; margin: 0 auto; padding-bottom: 4vh;}
.ryzz p{border: 1px solid #333333; width: 28%; float: left; line-height: 3vh; margin-bottom: 2vh; }
.ryzz_l_p_h{background-color: #0b2644; color: #fff;}
.ryzz_l_p{margin-left: 20%;}
.ryzz_r_p{margin-right: 20%;}
.ryzz img{width: 4%; height: 3vh; float: left;}

.yfcx_js{margin-top: 3vh; text-align: left;  letter-spacing: 2px; }
.yfcx_bl{padding-top: 5vh; padding-bottom: 5vh; width: 80%; margin: 0 auto;}
.yfcx_bl span{color: #50bd30;  font-weight: 600;}
.yfcx_bl div{float: left; width: 20%;}
.yfcx_bl1{margin-left: 15%;}
.yfcx_yfcp{margin-top: 5vh; margin: 0 auto; width: 80%; margin-bottom: 5vh;}
.yfcx_yfcp_ul0{ color: #fff; height: 40px; line-height: 40px;}
.yfcx_yfcp_ul0 li{width: 25%; float: left; border-right: 1px solid #fff; background-color: #0b2644; text-align: center; }
.yfcx_yfcp_tit{padding-top: 15vh;}
.yfcx_yfcp_ul1{height: 40px; line-height: 40px;}
.yfcx_yfcp_ul1 li{width: 25%; float: left; border-right: 1px solid #fff;  text-align: center; }

/*======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;}

/*============================ 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;}


/*======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{  width:90%; padding-left: 15px; margin: 0 auto;text-align: center;}
.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: #22ab39; -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%;}

.shjob_right{margin: 0 auto;text-align: center; width:40%; padding-left: 10%; float: left; padding-top: 10px;}
.shjob_list li{ width: 30%; float: left; margin: 10px 1%; border: 1px solid; border-radius: 10%;}
.shjob_list li a{ }
.shjob_list li:hover{background: #22ab39;}
.shjob_list li a:hover{ color: #fff; }
.shjob_left{width: 40%;float: left; text-align: left;padding-left: 10%;}
.shjob_left h2{font-size: 1.5vw;}
.shjob_left p{font-size: 1vw; letter-spacing: 0.2em; margin-top: 15px;}

@media (max-width: 639px) {  
	.shjob_right, .shjob_left{width: 80%;}
	.shjob_left h2{font-size: 4vw;}
	.shjob_left p{font-size: 3vw;}
}



ul#bcty365_nav{padding-left:50px; margin-bottom:10px; border-bottom:2px solid #ccc; overflow:hidden; _zoom:1;}
ul#bcty365_nav li{float:left; display:inline; margin:10px;}
ul#bcty365_nav li a{display:block;color:#000000; font-size:16px;}
ul#bcty365_nav li a:hover,#wimoban_p a:hover{color:red;}

#focus_Box{position:relative;width:71%;height:25vw;margin:10px auto;}
#focus_Box ul{position:relative;width:71%;height:25vw}
#focus_Box li{z-index:0;position:absolute; width:0;background:#787878;height:0;top:27px;cursor:pointer;left:90px;border-radius:4px;}
#focus_Box li img{width:100%;height:100%;vertical-align:top;}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;}
#focus_Box .prev{background:url(../images/btn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(../images/btn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
#focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;text-indent:-999px;}

@media (max-width: 1200px) {  
	.staff_1000{display: none;}
	
	
}


/*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: #22ab39; 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: #22ab39; color: #fff; width: 110px; line-height: 32px;}
.job_list li a:hover{ background: #22ab39; color: #fff;}
.job_list li a:hover .job_more{ background: #fff; color: #f39800;}
.job_list li a:hover .job_place{ color: #fff;}

.job_xtb_gd{
	position: relative;
	line-height: 38px;
}
.job_xtb{
	margin-right: 5%;
}
.job_xtb img{
position: absolute;
top: 0;
left: 0;
right: 25%;
bottom: 0;
margin: 0 auto;
max-width: 100%;
max-height: 100%;

}

.job_xtb img:last-child { display: none;}
.job_xtb:hover img:first-child { display: none;}
.job_xtb:hover img:last-child { display: block;}
	

/*============================ 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:25%;}
.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: 100%;}
.product_tit{ line-height: 2; border-top: 1px solid #f1f1f1; background-color: #ffffff; text-decoration:underline;  }
.product_enname{background-color: #ffffff; line-height: 2; }
.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;}


/*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;}


/*szfd*/  
.szfd{padding:20px 0; margin: 0 auto; max-width: 1000px; color: #FFFFFF; }
.indc{margin-top: 10px; font-size: 24px;}
.numCount{ margin: 0 -10px;}
.numCount li{ float: left; width: 25%; text-align: center; border-right: 1px solid #fff;}
.numCount li .item{ margin: 0 10px;}
.numCount li .numU{ line-height:1.3;}
.numCount li .numCX{ font-size:54px; }
.numCount li .numU .unitC{font-size:36px; line-height: 1.3; margin-left: 0.3em;}
.numCount li .numU sup{vertical-align: baseline;}
.numCount li .numU sub{vertical-align:baseline;}
@media (max-width:800px){
	
	.szfd{max-width: 80%;}
	.numCount li{ width: 50%; margin-top: 10px;}
	.numCount li .numCX{ font-size:36px; }
	.numCount li .numU .unitC{ font-size:18px; }
}
@media (max-width:640px){
	.numCount li .numCX { font-size:7vw; }
	.numCount li .numU .unitC { font-size:4vw; }
}
@media (max-width:480px){
	.numCount{ font-size:0.5vw;}
}

/*jtcy*/  
.company_members_nr{width: 100%; margin: 0 auto; text-align: center;}
.company_members_nr img{width: 100%;}
.company_members_cy{width: 40%; margin:5vh 5% 5vh 5%; float: right;  }
.company_members_cy_z{float: left; width: 50%;}
.company_members_cy_z img{width: 100%;}
.company_members_cy_y{float: left; width: 40%; margin-left: 5%; font-size: 1vw;}
.company_members_cy_y li{margin-top: 1vh;}
.company_members_cy_y_li{border-bottom: 1px solid #333 ; font-weight: 700; color: #0b2644;}
@media (max-width:  639px) {	
	.company_members_cy{width: 90%;}
	.company_members_cy_y{font-size: 2vw;}
	
}
@media (max-width: 800px) {  
	.company_members_cy_y li{margin-top: 0.4vh;}
}


/*lxwm*/  
.lxwm_z{background-color: #0b2644; float: left; margin-left: 15%; width: 35%; color: #fff; border-radius: 5%; height: 50vh;}
.lxwm_z h2{margin: 4vh 0 0 6vh; font-size: 18px; }
.lxwm_bd{margin-left: 2vh;}
.lxwm_bd_li{float: left; width: 40%; text-align: left; margin-left: 5%; margin-top: 3vh; }
.lxwm_bd_li label{}
.lxwm_bd_li i{color: #FF0004;}
.lxwm_bd_li input{background-color: #FFFFFF; height: 4vh; text-align: left; text-indent: 1em;}
.lxwm_bd_li1{float: left; width: 80%; text-align: left; margin-left: 5%; margin-top: 3vh; }
.lxwm_bd_li1 input{background-color: #FFFFFF; height: 8vh; line-height: 4vh; text-align: left; width: 90%; text-indent: 1em;}
.lxwm_bd_li2{float: left; width: 25%; background-color: #FFFFFF;margin: 3vh 0 3vh 5%; text-align: center; border-radius: 5%; }
.lxwm_y{width: 35%; float: left; height: 47vh; border: 2px solid #0b2644; margin-top: 2vh; border-radius: 5%; margin-left: -2vh;}
.lxwm_y h2{margin-top: 6vh; margin-left: 6vh; font-weight: 700;}
.lxwm_y_b{margin-left: 6vh; margin-top: 6vh; margin-right: 6vh;}




@media (max-width: 1599px) {  
	.lxwm_z{margin-left: 10%; width: 40%; height: 65vh;}
	.lxwm_y{margin-left: 0;  width: 40%; height: 62vh;}
	
}

@media (max-width: 991px) {	
	.lxwm_z{width: 80%;  margin-left:10%; height: 80vh;}
	.lxwm_bd_li{float: none;}
	.lxwm_y{width: 80%; margin-left:10%; margin-top: 0; height: 60vh;}
	.lxwm_bd_li input{width: 150%;}
}


/*product*/  	
.product_lst{width: 100%; background: #fff; height: 600px;  padding:0 10%;}
.product_lst img{width: 30%; height: 500px; margin: 50px 10% 50px 15%; float: left; }
.product_lst h2{width: 30%; float: left; margin: 200px 0 20px 2%; font-weight: 600; position: relative;}
.product_lst h2::after{content: ''; width: 62px; height: 6px; background: #036eb8; position: absolute; bottom: -22px;  left: 0;}

.product_lst p{width: 30%; float: left; margin: 20px 0 20px 2%;}

.product_wzjs{width: 100%; padding: 50px 10%; background: #e9f4fa; height: 690px;}
.product_wzjs h2{margin: 100px 0 50px 0; font-weight: 600; }
.product_wzjs img{float: left; width: 35%; height: 500px; margin: 90px 0 0 0;}
.product_wzjs_nr{float: left; width: 50%; margin: 0 0 0 10%;}

	
@media (max-width: 639px) {	
	
	.product_lst{height: 700px;}
	.product_lst img, .product_lst p{ width: 100%; margin: 0 5% 0 5%;}
	.product_lst h2{margin: 0 5% 30px 5%;}
	.product_wzjs{height: 1050px;}
	.product_wzjs_nr{width: 100%; margin: 0 5% 0 5%;}
	.product_wzjs h2{margin: 0 0 50px 0;}
	.product_wzjs img{width: 100%; margin: 0 auto;}
	
}

.search_result{margin: 0 auto; padding-top: 50px;}
.search_bd{margin: 0 10%;}


.map div{margin: 0 auto;}
