@charset "utf-8";
@import url("core.css");
/* CSS Document */
* { margin: 0; padding: 0; transition-property: all; -ms-transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; }
html, body { margin:0 auto; }
body { font-family:Arial, 'Microsoft yahei', Helvetica, sans-serif; font-size:14px; color:#5f5f5f; background:#fff }
.swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto; }
.swiper-slide { text-align: center; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
/***/
.w1200 { margin:0 auto; width:1200px; }
a { transition-duration: .3s;
-ms-transition-duration: .3s;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
}
/***/
#mobile_height { height:70px; }
#top { position:fixed; left:0; top:0; width:100%; background:#fff; z-index:9999 }
#top, #top li, #top .site-header { transition-duration: .3s;
-ms-transition-duration: .3s;
-moz-transition-duration: .3s;
-webkit-transition-duration: .3s;
}
#top.scroll { -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.1); box-shadow:0 0 5px rgba(0, 0, 0, 0.1); }
.site-header { position:relative; padding:10px 50px; }
.site-header .logo { display:block; float:left; width:158px; overflow:hidden; position:relative; z-index:9999 }
.site-header .logo a { text-indent:-2000px; background:url(../images/logo.jpg?v=2019) no-repeat; background-size:100% 100%; width:158px; height:50px; display:block }
/***/
nav { position:absolute; right:180px; top:0; height:70px; }
#menu { }
#menu .dropdown { }
#menu li { float:left; line-height:70px; padding:0 20px; position:relative }
#menu li a { display:block; color:#222; font-size:14px; padding:0 0px; position:relative }
#menu li a:after { width:100%; height:1px; content:""; position:absolute; left:0; bottom:15px; background:#049df1; display:none }
#menu li a:hover, #menu li.selected a { color:#049df1; }
#menu li a:hover:after, #menu li.selected a:after { display:block }
#menu li .sub_menu { display:none; position:absolute; left:-40px; top:70px; background:rgba(255, 255, 255); padding-top:0px; padding-bottom:0px; width:150px; -webkit-animation: atop 0.8s linear; -moz-animation: atop 0.8s linear; animation: atop 0.8s linear; }
#menu li .sub_menu ul { max-width:1200px; margin:0 auto }
#menu li ul li { height:auto; line-height:normal; float:none; padding:0; border-bottom:1px solid #eee }
#menu li ul li a, #menu li.selected li a { padding:0; color:#999; padding:10px 20px; text-align:center; font-size:14px; display:block; border:0; line-height:normal; background:none }
#menu li ul li a:after, #menu li.selected li a:after { display:none }
#menu li ul li a:hover i { display:inline-block }
#menu li ul li a i { display:none; color:#0a4c92; margin-left:10px; }
#menu li ul li a:hover { color:#fff; background:#eee; color:#000 }
/***/
.language { position:absolute; right:50px; top:23px; border:1px solid #000; }
.language a { display:block; float:left; padding:5px 15px; color:#000; font-size:12px; }
.language a.on { background:#000; color:#fff }
@-webkit-keyframes atop { 0% {
opacity:0;
-moz-opacity:0;
-webkit-opacity:0;
}
50% {
opacity:0.5;
}
100% {
opacity:0;
-moz-opacity:0;
-webkit-opacity:0;
}
}
@keyframes atop { 0% {
opacity:0;
-moz-opacity:0;
-webkit-opacity:0;
}
50% {
opacity:0.5;
-moz-opacity:0.5;
-webkit-opacity:0.5;
}
100% {
opacity:1;
-moz-opacity:1;
-webkit-opacity:1;
}
}

@-webkit-keyframes l100 { 0% {
	left:0
}
50% {
left:65px
}
100% {
left:130px
}
}
@keyframes w100 { 0% {
left:0
}
50% {
left:65px
}
100% {
left:130px
}
}

@-webkit-keyframes w100 { 0% {
	width:0%
}
50% {
width:50%
}
100% {
width:100%
}
}
@keyframes w100 { 0% {
width:0%
}
50% {
width:50%
}
100% {
width:100%
}
}
/***/
#banner { position:relative; z-index:800; }
#banner_carousel { }
#banner { position:relative; overflow:hidden }
#banner .item { display:block; background-size:100% 100%; background-repeat:no-repeat; background-position: center top }
#banner .item img { display:block; width:100%; height:auto }
#banner .title{ display:none}
#banner .w_center { position:relative }
#banner .owl-dots { position:absolute; left:0; bottom:35px; width:100%; text-align:center }
#banner .owl-dots div { display:inline-block; margin:0 6px; height:12px; width:12px; background:rgba(255, 255, 255, .6); -webkit-border-radius: 50%; border-radius: 50%; -moz-border-radius: 50%; }
#banner .owl-dots div.active { background:#fff }
#banner .owl-nav div { filter:alpha(opacity=0); -webkit-opacity:0; -moz-opacity:0; -khtml-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0 }
#banner:hover .owl-nav div { filter:alpha(opacity=80); -webkit-opacity:.8; -moz-opacity:.8; -khtml-opacity:.8; -ms-opacity:.8; -o-opacity:.8; opacity:.8 }
#banner .owl-nav div { font-size:40px; text-align:center; line-height:60px; text-align:center; color:#fff; background:#343c4c; padding:0px; height:60px; width:60px; -webkit-border-radius: 50%; border-radius: 50%; -moz-border-radius: 50%; z-index:9998; position:absolute; top:50%; margin-top:-20px }
#banner .owl-nav div.owl-prev { left:25px }
#banner .owl-nav div.owl-next { right:25px }
#banner .item b { font-size:46px; display:block; font-weight:400; }
#banner .item p { display:block; font-size:18px; line-height:36px; margin-bottom:40px; margin-top:15px }
#banner .item span { border:1px solid rgba(255, 255, 2550, .5); color:#fff; font-size:16px; display:inline-block; padding:10px 45px; cursor:pointer }
#banner .item span:hover { border-color:#fff; background:#fff; color:#343c4c }
/***/
.h1_title { display:block; text-align:center; margin-bottom:50px; }
.h1_title span { display:block; color:#292929; font-size:27px; margin-bottom:10px; }
.h1_title font { display:block; color:#a2a2a2; font-size:18px; text-transform:uppercase }
/***/
#home_product *, .about_rt *, #home_application * ,#home_news *,#home_adv *{ transition: All 0.3s ease; -ms-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -webkit-transition: All 0.3s ease; }
#home_product { padding:120px 50px; max-width:1920px; margin:0 auto; }
#home_product li { float:left; width:23.5%; margin-right:2%; border-bottom:1px solid #eee; padding-bottom:25px; position:relative }
#home_product li:nth-child(4n) {
margin-right:0
}
#home_product li img { max-width:100%; height:auto; margin:0 auto; vertical-align:top }
#home_product li .thumb { background:#f8f8f8; margin-bottom:25px; overflow:hidden }
#home_product li:after{ width:0%; height:3px; position:absolute; left:0; bottom:-2px; z-index:999; content:""; background:url(../images/w3.jpg) no-repeat center center; display:block;}
#home_product li:hover:after{-webkit-animation: w100 0.5s linear; -moz-animation: w100 0.5s linear; animation: w100 0.5s linear; width:100%}
#home_product li .title { display:block; text-align:center }
#home_product li .title a { color:#5a5a5a; font-size:20px; }
#home_product li:hover {}
#home_product li:hover a { color:#0a4c92 }
#home_product li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
/***/
#home_about { max-width:1920px; margin:0 auto; padding:150px 0px; padding-top:30px}
.about_lt { float:left; width:45% }
.about_rt { float:right; width:55%; padding:0 50px; position:relative; padding-left:100px;height:29.16666666666667vw; }
#home_about .owl-dots { padding-top:25px; text-align:right }
#home_about .owl-dot { width:35px; height:3px; background:#dbd9d9; display:inline-block; margin-left:20px; }
#home_about .owl-dot.active { background:#000 }
.about_h1 { font-size:22px; color:#565656; }
.about_h1 font { display:block; color:#a2a2a2; font-size:18px; text-transform:uppercase; position:relative; margin-top:5px; }
.about_h1 font:after { width:50px; height:1px; content:""; display:block; position:absolute; left:97px; top:8px; background:#4b4340 }
.about_p { font-size:15px; color:#5a5a5a; padding:50px 0; line-height:1.8; }
.about_number { margin-bottom:55px; }
.about_number img { max-width:100%; }
.about_more a { color:#5a5a5a; text-transform:uppercase; font-size:14px; margin-bottom:15px; display:inline-block }
.about_more:hover a:hover { color:#00a3ff }
.about_more:after { width:40px; height:2px; background:#000; content:""; display:block; }
.about_more:hover:after { background:#00a3ff }
.about_position { position:absolute; left:100px; bottom:0 }
/***/
#home_adv { background:url(../images/7.jpg) no-repeat center center fixed; padding:250px 0; color:#fff; font-size:15px; }
#home_adv b { font-size:18px; display:block; font-weight:normal }
#home_adv .w1200 { position:relative; margin-top:0px; }
#home_adv .h1_title { position:absolute; left:0; top:0 }
#home_adv .h1_title * { text-align:left; color:#fff }
#home_adv ul { float:right; width:920px; }
#home_adv ul li { width:33.3333%; border:1px solid rgba(255, 255, 255, 0.5); padding:40px; line-height:1.5; position:relative }
#home_adv ul li .text{ position:relative; z-index:990; height:100%;}
#home_adv ul li:before{ width:110%; height:110%; background:url(../images/w1.png) no-repeat center center;padding:0px;z-index:900; content:""; position:absolute; left:-5%; top:-5%;-webkit-transform: scale(0.8); -moz-transform: scale(0.8); transform: scale(0.8); display:block;transition: All 0.3s ease; -ms-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -webkit-transition: All 0.3s ease;filter:alpha(opacity=0); -webkit-opacity:0; -moz-opacity:0; -khtml-opacity:0; -ms-opacity:0; -o-opacity:0; opacity:0;-webkit-border-radius:10px; border-radius:10px; -moz-border-radius:10px; }
#home_adv ul li:hover{ border-color:#0b8ed5}
#home_adv ul li:hover:before{ display:block;-webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);filter:alpha(opacity=100); -webkit-opacity:1; -moz-opacity:1; -khtml-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1}
#home_adv ul li.li_01 { border:0 }
#home_adv ul li.li_01:hover:before{ display:none}
#home_adv ul li.li_02 { border-bottom-width:0; border-right-width:0 }
#home_adv ul li.li_02 i { background-position:left center }
#home_adv ul li.li_03 { border-bottom-width:0; }
#home_adv ul li.li_03 i { background-position:-54px center }
#home_adv ul li.li_04 { border-right-width:0 }
#home_adv ul li.li_04 i { background-position:-108px center }
#home_adv ul li.li_05 { border-right-width:0 }
#home_adv ul li.li_05 i { background-position:-162px center }
#home_adv ul li.li_06 { }
#home_adv ul li.li_06 i { background-position: right center }
#home_adv ul li p { display:block; padding-top:35px; }
#home_adv ul li p:before { background:rgba(255, 255, 255, 0.5); content:""; width:40px; height:1px; display:block; margin-bottom:15px; }
#home_adv ul li:hover p:before{-webkit-animation: w100 0.5s linear; -moz-animation: w100 0.5s linear; animation: w100 0.5s linear; width:100%}
#home_adv ul li i { background:url(../images/icng.png) no-repeat; width:54px; height:54px; position:absolute; left:-5px; top:-10px; display:block }
#home_adv ul li b { padding-left:65px; }

/***/
#home_application { padding:100px 0 }
.appliaction_cate { text-align:center; margin-bottom:40px; }
.appliaction_cate a { font-size:16px; color:#333; display:inline-block; margin:0 20px; border:1px solid #666; padding:10px 20px; }
.appliaction_cate a:hover { border-color:#038ed7; background:#038ed7; color:#fff }
#home_application li { width:31.33333333%; margin-right:3%; border-bottom:1px solid #ddd; padding-bottom:25px; }
#home_application li:nth-child(3n) {
margin-right:0
}
#home_application li .thumb { display:block; overflow:hidden; margin-bottom:15px; }
#home_application li .thumb img { width:100%; height:auto; display:block }
#home_application li .title { display:block; padding:15px 15px }
#home_application li .title { font-size:18px; }
#home_application li p { line-height:1.5; padding:0 15px; }
#home_application li:hover a, #home_application li:hover p { color:#fff }
#home_application li:hover { border-bottom:0px solid #038ed7; background:url(../images/w2.png) no-repeat center bottom;}
#home_application li:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
/***/
#home_news { background:url(../images/nwbg.jpg) no-repeat center center fixed; padding:100px 0; }
#home_news li { width:100%; float:left; background:#fff;margin-bottom:10px; padding:20px 30px;padding-left:120px; position:relative }
#home_news li span.thumb{ display:none; width:190px; height:216px; position:absolute; left:0; top:0;}
#home_news li span.thumb img{ display:block; width:100%; height:216px}
#home_news li a { font-size:18px; color:#7e7e7e; font-weight:normal; line-height:1.2 }
#home_news li p { color:#9b9b9b; line-height:1.5; display:block; padding-top:10px; overflow:hidden; height:52px; }
#home_news li:nth-child(2n) {float:left;margin-right:0;}
#home_news li a{ display:block;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
#home_news li span.time { display:block;position:absolute; left:0; top:0; padding:20px 30px}
#home_news li span.time i { font-size:24px; color:#9b9b9b; display:block; font-style:normal; padding-bottom:5px; font-style:normal }
#home_news li span.time em { font-size:16px; color:#9b9b9b; font-style:normal }
.news_more { margin-top:25px; text-align:center }
.news_more a { display:inline-block; width:160px; height:45px; background:#626262 url(../images/gt.png) no-repeat center center; }
.news_more a:hover{ background-color:#0b8ed5} 
#home_news li:hover{box-shadow: 0 15px 30px rgba(0,0,0,0.06);-moz-box-shadow:0 15px 30px rgba(0,0,0,0.06); -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.06);background:url(../images/nnbg.jpg) repeat-y left top;}
#home_news li:hover *{color:#fff;}
#home_news li:hover a{ color:#fff}
#home_news li:hover span.time i,#home_news li:hover span.time em{color:#fff;}
.news_lt{ float:left; width:558px;}
.news_lt .text{width:100%; float:left; background:#fff;padding:23px 30px;padding-left:120px; position:relative}
.news_lt .text span.time { display:block;position:absolute; left:0; top:0; padding:23px 30px; width:100%}
.news_lt .text span.time i { font-size:24px; color:#9b9b9b; display:block; font-style:normal; padding-bottom:5px; font-style:normal;}
.news_lt .text span.time em { font-size:16px; color:#9b9b9b; font-style:normal; float:left; }
.news_lt .text a { font-size:18px; color:#7e7e7e; font-weight:normal; line-height:1.2; display:block; padding-right:25px;}
.news_lt .text p { color:#9b9b9b; line-height:1.5; display:block; padding-top:10px; overflow:hidden; height:52px; }
.news_rt{ float:right; width:625px;}
/***/
footer{ background:#313131; padding:60px 0; padding-bottom:50px}
.footer{ width:1200px; margin:0 auto;}
.footer li{ float:left;color:#a2a2a2;}
.footer li.contact{ color:#666; font-size:27px; width:100px; margin-right:100px;}
.footer li.contact font{ display:block; text-transform:uppercase; font-size:18px; color:#a2a2a2; padding-top:10px;}
.footer li.follow span{ color:#a2a2a2; display:block; font-size:18px; margin-bottom:25px;}
.footer li.address{ float:right; width:740px; position:relative; padding-right:190px;}
.footer li.address span{ color:#a2a2a2; display:block; font-size:18px; margin-bottom:25px;}
.footer li.address font{ display:block; float:left; margin-bottom:15px;}
.footer li.address font.add{ width:300px;}
.footer li.address font.fax{ width:200px; float:right}
.footer li.follow a{ color:#a2a2a2; font-size:16px; margin-right:20px;}
.footer li .code{ position:absolute; right:0; top:0; width:120px; background:#fff; padding:0px;filter:alpha(opacity=0); -webkit-opacity:0 -moz-opacity:0; -khtml-opacity:.0; -ms-opacity:0; -o-opacity:0 opacity:0}
.footer li .code img{ width:100%; height:auto; display:block}
copyright{ background:#363535; padding:15px 0; float:left; width:100%;color:#6f6c6c;}
copyright a{color:#6f6c6c; vertical-align:top}
copyright font{ margin-left:20px;}
/**/
#customer{ background:#f3f3f3; padding:25px 0}
#customer .w1200{ padding-left:150px; position:relative}
#customer .w1200 label{ font-size:20px; position:absolute; left:0; top:8px}
#customer .owl-carousel .owl-item img{ max-width:100%; height:auto; width:auto; margin:0 auto}
#customer .owl-carousel .owl-nav.disabled{ display:block}
#customer .owl-carousel .owl-prev{ font-size:24px; color:#00559d; position:absolute; left:-30px; top:50%; margin-top:-12px;}
#customer .owl-carousel .owl-next{ font-size:24px; color:#00559d; position:absolute; right:-30px; top:50%; margin-top:-12px;}
/***/
#scrollTop { -webkit-border-radius: 50%; border-radius: 50%; text-align:center; cursor:pointer; line-height:30px; z-index:990; padding-top:5px; -moz-border-radius: 50%; background:rgba(0, 0, 0, 0.6); width:40px; height:40px; position:fixed; right:20px; bottom:50px; display:none }
#scrollTop i { font-size:28px; color:#fff; }
/**/
#news_carousel .owl-dots { position:absolute; left:0; top:333px; width:100%; text-align:right;padding-right:25px }
#news_carousel .owl-dots div { display:inline-block; margin:0 4px; height:10px; width:10px; background:rgba(255, 255, 255, 1); -webkit-border-radius: 50%; border-radius: 50%; -moz-border-radius: 50%; }
#news_carousel .owl-dots div.active { background:#ea521e }
/******/
#inner_banner{ display:block}
#inner_banner img{ display:block; width:100%;}
@media screen and (max-width:1680px) {
	.about_rt{ height:auto}
	.about_position{ position:static}
	.about_lt{ width:50%;}
	.about_rt{ width:50%; padding-left:50px;}
}
@media screen and (max-width:1300px) {
body,html{ overflow-x:hidden}
#home_product{ padding-top:100px; padding-bottom:100px;}	
#home_about{ padding-top:0; padding-bottom:100px;}
#home_adv .w1200{ width:100%; padding-left:50px; padding-right:50px;}
#home_adv .h1_title{ left:50px;}
#home_application .w1200{ width:100%; padding-left:50px; padding-right:50px}
#home_news .w1200{ width:100%; padding-left:50px; padding-right:50px}
.news_lt .owl-carousel .owl-item img{ height:28vw;}
.news_lt{width:49%}
.news_rt{ width:49%}
#news_carousel .owl-dots{ top:25.61538461538462vw}
#customer .w1200{ width:100%; padding:0 50px; padding-left:150px;}
#customer .w1200 label{ left:20px}
.footer{padding-left:50px; padding-right:50px; width:100%}
.footer li.contact{ margin-right:50px}
.footer li.address{ padding-right:150px;}
copyright .w1200{width:100%; padding-left:50px; padding-right:50px}
}
@media screen and (max-width:1154px) {
	.footer li.address{ width:100%; margin-top:25px;}
	.footer li.address font.fax,.footer li.address font.add{ display:block; width:100%; margin-right:0;}
	}
@media screen and (max-width:1020px) {
#home_adv ul{ width:100%}	
#home_adv{ padding:100px 0}
/***/
}
@media screen and (max-width:1000px) {
	.about_lt{ width:100%; margin-bottom:50px;}
	.about_rt{ width:100%}
	.about_lt .owl-nav{ display:none}
	#home_about .owl-dots{ padding-top:0px; text-align:center; position:absolute; left:0; bottom:10px; width:100%}
	.about_number{ margin-bottom:25px;}
	#home_product li{ width:48%; margin-right:4%;}
	#home_product li:nth-child(2n){ margin-right:0}
	#home_product li:nth-child(4n){ margin-right:0}
	/**/
	.site-header{padding: 10px 35px;}
	#home_about{ padding-bottom:50px;}
	#home_news .w1200{ padding-left:35px;padding-right:35px}
	#home_product{ padding:50px 40px}
	.about_lt{ margin-bottom:35px;}
	.about_rt{ padding:0 35px}
	.about_p{ padding:35px 0}
	#home_application .w1200{ padding:0px 35px}
	#home_news{ padding:50px 0}
	#home_application{ padding:50px 0}
	.footer{padding-left:35px; padding-right:35px; }
	.footer li.contact{ margin-right:7.69230769230769vw}
	copyright .w1200{width:100%; padding-left:35px; padding-right:35px}
	#customer .w1200 label{ font-size:16px; top:50%; margin-top:-8px}
}
@media screen and (max-width:900px) {
	#home_adv .h1_title{ position:static;}
	#home_adv .h1_title *{ text-align:center}
	#home_adv{ padding:50px 35px;}
	#home_adv ul li.li_01{ display:none}
	#home_adv ul li{ width:100%}
	#home_adv ul li p{ display:none}
	#home_adv ul li.li_01,#home_adv ul li.li_02,#home_adv ul li.li_03,#home_adv ul li.li_04,#home_adv ul li.li_05{    border-right-width: 1px;}
	#home_adv ul li.li_04,#home_adv ul li.li_05{ border-bottom-width: 0px;}
	#home_adv .w1200{ padding-left:0; padding-right:0}
	#home_adv ul li:before{border:0; background-size:100% 100%}
	}
.ab_img2{ display:none}	
@media screen and (max-width:800px) {
	.news_lt{width:100%}
    .news_rt{ width:100%}
	.news_lt .owl-carousel .owl-item img{ height:58.125vw}
	#news_carousel .owl-dots{ top:53.125vw}
	/**/
	#home_adv ul li{ padding:25px;}
	#home_adv ul li i{ top:-15px}
	.about_number img{ width:auto; height:auto}
	.about_number img.ab_img1{ display:none}
	.about_number img.ab_img2{ display:block}
	/**/
	.site-header{padding: 10px 20px;}
	#home_about{ padding-bottom:35px;}
	#home_news .w1200{ padding-left:20px;padding-right:20px}
	#home_product{ padding:35px 20px}
	.about_lt{ margin-bottom:25px;}
	.about_rt{ padding:0 20px}
	.about_p{ padding:35px 0}
	#home_application .w1200{ padding:35px 20px}
	#home_news{ padding:35px 0}
	#home_application{ padding:35px 0}
	.footer{padding-left:20px; padding-right:20px; }
	copyright .w1200{width:100%; padding-left:20px; padding-right:20px; line-height:1.6}
	/**/
	.h1_title span{ font-size:20px;}
	.h1_title font{ font-size:16px;}
	.h1_title{ margin-bottom:35px;}
	#home_product li .title a{ font-size:16px;}
	.about_p{ font-size:14px;}
	#home_adv b{ font-size:16px;}
	#banner .owl-dots{ bottom:15px}
	.appliaction_cate a{ font-size:12px; padding:10px 15px;}
	}

@media screen and (max-width:600px) {
.news_lt .text{ padding:25px}
.news_lt .text span.time{ position:static; padding:0; width:76px; padding-top:10px;}
.news_lt .text span.time i{ font-size:14px; float:right}
.news_lt .text span.time em{ font-size:14px;}
#home_news li{ padding:25px;}
#home_news li span.time{ position:static; padding:0; width:70px; padding-top:10px;}
#home_news li span.time i{ font-size:14px; float:right}
#home_news li span.time em{ font-size:14px;}
#home_news li a{ font-size:16px; overflow:visible;white-space:normal}
/**/
#home_application li p{ display:none}
#home_application li{ padding-bottom:15px}
#home_application li{ width:100%; margin-right:0; border-bottom:0}
#home_application li .title{ font-size:16px; display:block; text-align:center;}
#customer .w1200{ padding-left:50px;}
#customer .w1200 label{ position:static; margin-top:0; display:block; font-size:18px; padding-bottom:10px; text-align:center; font-weight:bold}
}
@media screen and (max-width:514px) {
	.footer li.address{ padding-right:0}
	.footer li .code{ position:static}
	.footer li.address font{ line-height:1.6}
	}
@media screen and (max-width:500px) {

}
/***********************导航***********************/
/******************/
div.burger {height:50px;width:40px;position:absolute;top: 0px;right:25px;cursor:pointer;z-index:9999;display:none;}
/**************************************************************/
div.x, div.y, div.z { position:absolute; margin:auto; top:0; bottom:0; background:#0c88cf; border-radius:2px; -webkit-transition:all .2s ease-out;
-moz-transition:all .2s ease-out;
-ms-transition:all .2s ease-out;
-o-transition:all .2s ease-out;
transition:all .2s ease-out
}
div.x, div.y, div.z { height:2px; width:26px; -webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
div.y.squize { width:0; -webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
div.y { top:18px }
div.z { top:37px }
div.open div.x, div.open div.z { top:19px; -webkit-transition:all 70ms ease-out; -moz-transition:all 70ms ease-out; -ms-transition:all 70ms ease-out; -o-transition:all 70ms ease-out; transition:all 70ms ease-out }
div.rotate30 { -ms-transform:rotate(30deg); -webkit-transform:rotate(30deg); transform:rotate(30deg); -webkit-transition:all 70ms ease-out; -moz-transition:all 70ms ease-out; -ms-transition:all 70ms ease-out; -o-transition:all 70ms ease-out; transition:all 70ms ease-out }
div.rotate150 { -ms-transform:rotate(150deg); -webkit-transform:rotate(150deg); transform:rotate(150deg); -webkit-transition:all 70ms ease-out; -moz-transition:all 70ms ease-out; -ms-transition:all 70ms ease-out; -o-transition:all 70ms ease-out; transition:all 70ms ease-out }
div.rotate45 { -ms-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
div.rotate135 { -ms-transform:rotate(135deg); -webkit-transform:rotate(135deg); transform:rotate(135deg); -webkit-transition:all .1s ease-out;
-moz-transition:all .1s ease-out;
-ms-transition:all .1s ease-out;
-o-transition:all .1s ease-out;
transition:all .1s ease-out
}
#menu li a .fa{ display:none}
@media screen and (max-width:865px) {
div.burger{display: block;}
.language a.on{ display:none}
.language{ right:80px;}
/**/
nav{ z-index:9998; padding-top:70px; right:0; width:100%; top:0; height:100%; position:fixed; display:none}
#menu{ background:#0c88cf; overflow:auto; padding:20px 0}
#menu li{ float:none; padding:0; margin:0; border:0; margin-bottom:0px; line-height:normal;border-bottom:1px solid rgba(255,255,255,0.2)}
#menu li li{ margin-bottom:0}
#menu li ul li:last-child{ border-bottom:0}
#menu .dropdown{ width:100%; padding-bottom:30px}
#menu li a{ display:block; padding:0; border:0; margin:0;padding: 12px 25px; color:#fff; font-size:18px; position:relative; float:none}
#menu li a .fa{ position:absolute; right:25px; top:15px; display:block}
#menu li .sub_menu{ position:static; background:rgba(0,0,0,0.3); width:100%; text-align:left}
#menu li ul li a, #menu li.selected li a{ text-align:left; color:#fff; border:0}
#menu li ul li{ border-color:rgba(255,255,255,0.2)}
#menu li a:hover, #menu li.selected a{ color:#fff; background:#053f8e}
#menu li ul li a, #menu li.selected li a{ padding:10px 25px; font-size:16px;}
#menu li a:after,#menu li a:hover:after, #menu li.selected a:after{ display:none}
#menu li ul li a:hover { color:#fff; background:rgba(0,0,0,0.2); color:#fff }
}
@media screen and (max-width:800px) {
	div.burger{ right:10px}
	}
@media screen and (max-width:600px) {
	.language{ right:70px;}
	.language{ border:0}
	.language a{ padding-left:0; padding-right:0}
	}
/***********************导航**************************/