﻿@charset "UTF-8";
/*初始化*/
body{ font-family:"宋体"}

.wrap { max-width: 90%; margin: 0 auto; }

.wrap_1400 { max-width: 1400px; margin: 0 auto; }

/*header*/
.header { padding-top: 100px; }
.head { position: fixed; top: 0; left: 0; width: 100%; z-index: 990; height: 100px; background: #fff; line-height: 100px; font-size: 0; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }

.logo { float: left; padding-left: 3%; }
.logo img { max-width: 100%; max-height: 100%; }
.table001{ width:100%; margin:auto; margin-top:30px;}


.nav { float: right; margin-right: 20px; }
.nav > ul > li { float: left; margin-left:5px;   }
.nav > ul > li > a { display: block; position: relative; font-size: 16px; color: #333; text-align: center; padding:0 20px; font-weight:bold;}
.nav > ul > li:hover > a, .nav > ul > li.on > a { color: #fff; background:#00326E }
.nav > ul > li:hover > a:before, .nav > ul > li.on > a:before { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; background: #CA1B1D; border-radius: 10px; }

.nav .down_nav { display: none; position: absolute; top: 100%;left:center ;padding: 0px 0; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1) inset; background: #fff; text-align: center; font-size: 0; line-height: 1; width:350px; }
.nav .down_nav a {  margin: 0 25px; vertical-align: top; }
.nav .down_nav a:hover i { color: #E22028; }
.nav .down_nav a:hover em { color: #fff; background:#CA1B1D; }
.nav .down_nav i { display: block; width: 60px; height: 60px; margin: 0 auto; font-size: 48px; color: #3b3b3b; line-height: 60px; }
.nav .down_nav em { display: block; font-size: 14px; color: #3b3b3b; text-align: center; line-height:45px; border-bottom:1px dotted #ccc ; background:#f0f0f0}


.Modular { float: right;}
.Modular .language { position: relative; display: inline-block; vertical-align: top; float:right; padding-right:30px; }
.push-nav, .bg-nav { display: none; }

/*footer*/
.footer .foot_1 { padding: 50px 0 80px; background: #eeeeee; font-size: 0; padding-left:4%;}
.footer .foot_1 .fo_ul { display: inline-block; width: 24%; vertical-align: top; }
.footer .foot_1 .fo_ul a{ color:#333333;}
.footer .foot_1 .fo_ul > span { display: block; margin-bottom: 15px; font-size: 14px; color: #333333; }
.footer .foot_1 .fo_ul .fo_aa { display: block; }
.footer .foot_1 .fo_ul .fo_aa > a { display: block; margin: 10px 0; font-size: 14px; color: #333333; }
.footer .foot_1 .fo_ul .fo_aa > a:hover { color: #fff; }
.footer .foot_1 .fo_ul .fo_cont em { padding: 15px 0; display: block;  }
.footer .foot_1 .fo_ul .fo_cont em b { display: block; margin-bottom: 10px; font-size: 14px;  color: #333333;  }
.footer .foot_1 .fo_ul .fo_cont em i { display: block; font-size: 14px; color: rgba(255, 255, 255, 0.3); }
.footer .foot_1 .fo_ul .fo_cont span { display: block; padding: 20px 0; }
.footer .foot_1 .fo_ul .fo_cont span a { display: inline-block; width: 42px; height: 42px; margin-right: 20px; border-radius: 50%; background: #272928; font-size: 20px; color: #fff; text-align: center; line-height: 42px; }
.footer .foot_1 .fo_ul .fo_cont span a:hover { background: #E21A22; }
.footer .foot_2 {
	background: #eeeeee;
	height:30px;
	line-height:30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top:8px;
}
.footer .foot_2 a{color:#333333;}
.footer .foot_2 span { display: block; font-size: 12px; color:#333333; }
.footer .foot_2 span.fl a { font-size: 12px; color:#333333; }
.footer .foot_2 span.fl a:hover { color: #333333; }
.youqing{ width:100%;font-size:12px; height:20px; line-height:20px; background-color:#eeeeee; color: #333333; padding-bottom:8px;}
.youqing a{color: #333333;}

/*index*/
.banner { position: relative; width: 100%; height: 860px; overflow: hidden; }
.banner .swiper-slide { background: no-repeat center; background-size: cover; }
.banner .swiper-slide a { display: block; width: 100%; height: 100%; }
.banner .pagination { position: absolute; bottom: 5%; left: 0; z-index: 20; width: 100%; font-size: 0; text-align: center; }
.banner .pagination .swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; margin: 0 6px; border: 1px solid #e21a22; border-radius: 50%; box-sizing: border-box; cursor: pointer; }
.banner .pagination .swiper-active-switch { background: #e21a22; }

.index_1 { padding: 40px 0; overflow: hidden; }
.index_1 .in_fl { text-align:center; margin:0 auto; font-family:"宋体" }
.index_1 .in_fl h4 { margin: 15px 0  15px 0; font-size:25px; color: #CA1B1D; text-transform: uppercase; font-weight:bold; }
.index_1 .in_fl h5 { margin-bottom: 15px; font-size: 30px; color: #333; font-weight:bold }
.index_1 .in_fl h6 a { display: block; width: 42px; height: 42px; border: 1px solid #ccc; border-radius: 50%; font-size: 16px; color: #666; text-align: center; line-height: 42px; font-weight: bold; }
.index_1 .in_fl h6 a:hover { border-color: #E21A22; color: #E21A22; }
.index_1 .in_fl p { margin-bottom: 60px; font-size: 18px; color: #999; }
.index_1 .in_fr {  }
.index_1 .in_fr .in_box { width: 100%; padding-bottom: 20px; }
.index_1 .in_fr .in_li {
	padding: 0px;
	box-sizing: border-box;
	width:24%;
	float:left;
	border: 1px solid #f1f1f1;
	margin-bottom:20px;
}
.i1{ width:1%; float:left; height:10px;}
.i2{ width:1%; float:left; height:10px;}
.i3{  width:1%; float:left; height:10px;}
.i4{ display:none}


.index_aboutnews{ width:100%; margin:auto;}
.index_about{ width:49%; float:left; line-height:25px;}
.index_news{ width:49%; float:right;}
.aboutp{float:left; padding-right:10px; padding-bottom:10px;}
.indextitle{ padding-bottom:20px; font-size:20px; font-weight:bold;}
.both30{clear:both; height:30px; width:100%;}
.aboutmore a{
	float:right;
	width:70px;
	height:25px;
	line-height:25px;
	border: 1px solid #04326E;
	text-align:center;
	color:#04326E;
	font-size:13px;
}
/*首页新闻*/
.news_box{padding-bottom: 30px;}
.news_head{margin-top: 45px;}
.news_head h2{text-align: center;margin-bottom: 5px;font-size: 26px; color: #000000;}
.news_head p{text-align: center;font-size: 18px;color: #9A9A9A;}
.news_img{min-height: 426px; background-repeat: no-repeat;}
.news_index{clear: both; list-style:none;margin:0px; padding: 0px; margin-bottom: 25px;}
.news_index li{padding: 25px 0px 25px 0px; border-bottom: 1px dotted #dbd4cd;}
.news_index li span{display: inline-block; width: 60px; height:45px; text-align: center; background-color: #eeeeee; color: #333333; float: left;  padding:0px 2px; margin-right: 15px;}
.news_index li span strong{display: block; font-size: 20px; font-weight: normal; padding-top:5px; padding-bottom:2px;}
.news_index li span i{display: block; font-size: 12px;  font-style: normal; font-family: Arial;}
.news_index li a{color:#333333; font-size: 17px;}
.news_index li a:hover{ text-decoration:none;color:#00367D; }
.news_index li em{ font-style: normal; display:inline-block; line-height: 18px;color:#8e8c8c; padding-top: 8px; font-size: 13px;}

.index_1 .in_fr .in_li a { }
.index_1 .in_fr .in_li:hover a {}
.index_1 .in_fr .in_li:hover .in_txt { color: #fff; background:#00326E }
.index_1 .in_fr .in_li:hover .in_img img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.index_1 .in_fr .in_img { width: 100%; overflow: hidden;  background: no-repeat center; background-size: cover; }
.index_1 .in_fr .in_img img { width: 100%; -webkit-transition: all .5s; transition: all .5s; }
.index_1 .in_fr .in_txt { text-align: center; font-size: 16px; color: #00326E; background:#f7f7f7; line-height:55px; font-family:"宋体";overflow: hidden;white-space: nowrap;text-overflow: ellipsis }

.index_2 { position: relative; height: 760px; }
.index_2 .in_bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center; background-size: cover; background-image: url(20171103144900.jpg); }
.index_2 .wrap { position: relative; height: 100%; }
.index_2 .in_box { position: absolute; top: 50%; right: 0; width: 750px; height: 486px; padding: 60px 126px 0; background: #fff; box-sizing: border-box; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2); }
.index_2 .in_box h4 { position: relative; padding-bottom: 25px; font-size: 26px; color: #000; }
.index_2 .in_box h4:before { position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; content: ''; background: #E21A22; }
.index_2 .in_box h5 { margin: 20px 0; font-size: 18px; line-height: 30px; color: #000; }
.index_2 .in_box p {  font-size: 16px; color: #666; line-height: 35px; font-family:"宋体"}
.index_2 .in_box h6 a { display: block; width: 42px; height: 42px; border: 1px solid #ccc; border-radius: 50%; font-size: 16px; color: #666; text-align: center; line-height: 42px; font-weight: bold; }
.index_2 .in_box h6 a:hover { border-color: #E21A22; color: #E21A22; }

.index_3 { padding: 80px 0; clear:both; height:520px; overflow:hidden; margin-bottom:30px;}
.index_3 .in_box { padding-bottom: 20px; }
.index_3 .in_box .in_li { padding: 10px; box-sizing: border-box; }
.index_3 .in_box .in_li a { display: block; width: 100%; height: 100%; -webkit-transition: all .5s; transition: all .5s; }
.index_3 .in_box .in_li a:hover { box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
.index_3 .in_box .in_li a:hover .in_txt{ background:#e22028}
.index_3 .in_box .in_li a:hover .in_img img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.index_3 .in_box .in_li a:hover .in_txt p { color:#FFF}
.index_3 .in_box .in_li a:hover .in_txt h4, .index_3 .in_box .in_li a:hover .in_txt h6 { color: #fff; }

.index_3 .in_box .in_li {
	padding: 0px;
	box-sizing: border-box;
	width:31%;
	float:left;
	border: 1px solid #f1f1f1;
	margin-bottom:20px;
}
.index_3 .in_box .in_img { width: 100%; overflow: hidden; }
.index_3 .in_box .in_img img { width: 100%; -webkit-transition: all .5s; transition: all .5s; }
.index_3 .in_box .in_txt { padding: 10px 30px 0; border: 1px solid #ccc; border-top: none; }
.index_3 .in_box .in_txt h4 { margin: 30px 0; font-size: 20px; color: #e22028; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight:bold; font-family:"宋体" }
.index_3 .in_box .in_txt p { height: 48px; overflow: hidden; margin-bottom: 50px; font-size: 14px; color: #666; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.index_3 .in_box .in_txt h6 { padding: 25px 0; border-top: 1px solid #ccc; font-size: 14px; color: #333; }
.index_3 .in_box .in_txt h6 span { float: left; }
.index_3 .in_box .in_txt h6 i { float: right; }

/*content*/
.content .sub_banner { width: 100%; height: 415px; background: no-repeat center; background-size: cover; }
.content .sub_banner .wrap_1400 { position: relative; height: 100%; }
.content .sub_banner span { position: absolute; top: 50%; left: 0; padding-left: 50px; font-size: 28px; color: #fefefe; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.content .sub_banner span:before { position: absolute; top: 50%; left: 0; width: 30px; height: 1px; content: ''; background: #fff; }
.content .sub_banner.red span { color: #E21A22; }
.content .sub_banner.red span:before { background: #E21A22; }
.content .sub_box { padding: 50px 0; background: #f8f8f8; }
.content .sub_tit { padding-bottom: 22px; border-bottom: 1px solid #ddd;  }
.content .sub_tit h4 { position: relative; margin-bottom: 10px; font-size: 22px; color: #000; }
.content .sub_tit h4:before { position: absolute; top: 0; left: -20px; width: 5px; height: 100%; content: ''; background: #CA1B1D; }
.content .sub_tit h6 { font-size: 12px; color: #a5a5a5; }
.content .Paging ul { padding: 30px 0; text-align: center; font-size: 0; }
.content .Paging ul li { display: inline-block; width: 40px; height: 40px; margin: 0 10px; vertical-align: top; background: #c3c3c3; }
.content .Paging ul li a { display: block; width: 100%; height: 100%; font-size: 18px; color: #fff; line-height: 40px; }
.content .Paging ul li:hover, .content .Paging ul li.on { background: #E21A22; }
.content .sub_nav { width: 100%; font-size: 0; padding-top: 30px; }
.content .sub_nav a { display: inline-block; height: 36px; padding: 0 30px; margin-bottom: 30px; margin-right: 10px; font-size: 16px; color: #777; line-height: 36px; vertical-align: top; }
.content .sub_nav a:hover, .content .sub_nav a.on { background: #003476; color: #fff; }
.About { padding: 20px 0; }
.About .Ab_mian { width: 90%; margin: 0 auto; line-height:30px; font-size:16px;}
.About .Ab_mian h6 { font-size: 18px; color: #333; line-height: 36px; }
.About .Ab_mian p { font-size: 16px; color: #666; line-height: 24px; }
.About .Ab_mian span {line-height: 35px; }
.About .Ab_1 { padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.About .Ab_1 div.fl { width: 462px; }
.About .Ab_1 div.fl img { max-width: 100%; }
.About .Ab_1 div.fr { width: calc(100% - 512px); }
.About .Ab_2 { padding: 30px 0; }

.Factory { padding: 40px 0 0; }
.Factory .Fac_li { width: 100%; height: 420px; background: #fff; margin-bottom: 20px; }
.Factory .Fa_img { float: left; width: 840px; height: 100%; background: no-repeat center; background-size: cover; }
.Factory .Fa_txt { position: relative; float: right; width: calc(100% - 840px); height: 100%; }
.Factory .Fa_txt > div { position: absolute; top: 50%; left: 50%; width: 80%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.Factory .Fa_txt h4 { position: relative; padding-bottom: 40px; margin-bottom: 30px; font-size: 36px; color: #333; }
.Factory .Fa_txt h4:before { position: absolute; left: 0; bottom: 0; width: 42px; height: 2px; content: ''; background: #E21A22; }
.Factory .Fa_txt p { font-size: 14px; color: #333; line-height: 24px; }

.Honor { padding: 40px 0; }
.Honor .ho_box { overflow: hidden; }
.Honor .ho_box ul { margin-right: -30px; }
.Honor .ho_box ul li { float: left; width: calc(25% - 30px); padding: 30px; margin-right: 30px; margin-bottom: 30px; background: #ddd; box-sizing: border-box; -webkit-transition: all .5s; transition: all .5s; }
.Honor .ho_box ul li:hover { box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.Honor .ho_box ul li a { display: block; width: 100%; height: 296px; margin: 0 auto 10px; text-align: center; line-height: 296px; font-size: 0; }
.Honor .ho_box ul li a img { max-width: 100%; max-height: 100%; vertical-align: middle; }
.Honor .ho_box ul li span { display: block; height: 30px; overflow: hidden; font-size: 16px; color: #333; line-height: 30px; text-align: center; background:#eee; }

.Disclaimer { padding: 40px 0; }
.Disclaimer .dis_li { width: 100%; height: 460px; }
.Disclaimer .dis_li .dis_img { width: 50%; height: 100%; background: no-repeat center; background-size: cover; }
.Disclaimer .dis_li .dis_txt { width: 50%; height: 100%; padding: 5% 5% 0; background: #fff; box-sizing: border-box;overflow-x: auto;white-space: nowrap;}
.Disclaimer .dis_li .dis_txt h4 { font-size: 26px; color: #333; line-height: 36px; }
.Disclaimer .dis_li .dis_txt p { font-size: 14px; color: #333; line-height: 24px; }

.Partner { padding: 40px 0; }
.Partner .par_box { overflow: hidden; }
.Partner .par_box ul { margin-right: -20px; }
.Partner .par_box ul li { float: left; width: calc(33% - 16px); margin-bottom:35px; margin-right: 20px; border: 1px solid #ddd; box-sizing: border-box; display:inline-table}
.Partner .par_box ul li:hover a:before { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; content: ''; border: 5px solid #E21A22; box-sizing: border-box; }
.Partner .par_box ul li:hover em { color: #E21A22; }
.Partner .par_box ul li a { display: block; position: relative; width: 100%; padding: 10px 20px; box-sizing: border-box; }
.Partner .par_box ul li i { display: block; width: 100%;  font-size: 0; line-height: 100px; text-align: center; clear:both; }
.Partner .par_box ul li i img { max-width: 100%; max-height: 100%; }
.Partner .par_box ul li em { display: block; font-size: 16px; color: #666; line-height: 30px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.Service { padding: 40px 0; }
.Service .ser_box ul li { float: left; width: calc(50% - 20px); padding: 35px 40px; margin-bottom: 20px; background: #eee; box-sizing: border-box; }
.Service .ser_box ul li:nth-child(even) { float: right; }
.Service .ser_box ul li:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.1); }
.Service .ser_box ul li:hover  .fr a{ background: #E21A22; }
.Service .ser_box ul li span { line-height: 30px; }
.Service .ser_box ul li span.fl { font-size: 14px; color: #333; }
.Service .ser_box ul li span.fl i { display: inline-block; font-size: 32px; margin-right: 20px; vertical-align: middle; background:url(../images/video_icon.png) no-repeat; height:42px; width:32px; }
.Service .ser_box ul li span.fr i { font-size: 14px; color: #333; margin-right: 20px; }
.Service .ser_box ul li span.fr a { display: inline-block; width: 80px; height: 30px; background: #666; font-size: 14px; color: #fff; text-align: center; }
.Service .ser_box ul li span.fr a:hover { background: #E21A22; }

.News { padding: 40px 0; }
.News .news_box {   overflow: hidden; }
.News .news_box > ul > li { padding: 25px 0; border-bottom: 1px solid #ddd; cursor: pointer; }
.News .news_box > ul > li:hover .ne_img a { -webkit-transform: scale(1.05); transform: scale(1.05); }
.News .news_box > ul > li:hover .ne_txt h4 a { color: #002969; }
.News .news_box > ul > li:hover .ne_txt h6 a { background: #FE690F; border-color: #FE690F; color: #fff; }

.News .news_box .ne_img a { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; -webkit-transition: all .5s; transition: all .5s; }
.News .news_box .ne_txt { float: right; width:100%;}
.News .news_box .ne_txt h4 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.News .news_box .ne_txt h4 a { font-size: 18px; color: #002969; }
.News .news_box .ne_txt h5 { margin: 15px 0; font-size: 12px; color: #9e9e9e; }
.News .news_box .ne_txt p { height: 48px; overflow: hidden; font-size: 14px; color: #565656; line-height: 24px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color:#999999 }
.News .news_box .ne_txt h6 { margin-top: 20px; }
.News .news_box .ne_txt h6 a { display: block; width: 120px; height: 30px; border: 1px solid #ccc; font-size: 12px; color: #002969; text-align: center; line-height: 30px; text-transform: uppercase; }

.Product .pr_box { overflow: hidden; padding-top:25px }
.Product .pr_box ul { margin-right: -30px; }
.Product .pr_box ul li { float: left;  margin:0 0px; margin-bottom: 45px; background: #fff; -webkit-transition: all .5s; transition: all .5s; border:1px solid #ddd; box-sizing:border-box;width:24% }
.k1{ width:0.5%; float:left; height:10px;}
.k2{ width:0.5%; float:left; height:10px;}
.k3{ width:0.5%; float:left; height:10px; }
.k4{ display:none}
.k5{ width:0.5%; float:left; height:10px;}
.k6{ width:0.5%;float:left; height:10px;}
.k7{ width:0.5%;float:left; height:10px;}
.k8{ display:none}
.k9{ width:0.5%;float:left; height:10px;}
.k10{ width:0.5%;float:left; height:10px;}
.k11{ width:0.5%;float:left; height:10px;}
.k12{ display:none}

.Product .pr_box ul li:hover { }
.Product .pr_box ul li:hover .pr_txt span { color: #CA1B1D; }
.Product .pr_box ul li:hover .pr_txt em { color: #000; }
.Product .pr_box .pr_img { width: 100%;   box-sizing: border-box; text-align: center; padding: 5px; overflow:hidden}
.Product .pr_box .pr_img img { max-width: 100%; max-height: 100%; }
.Product .pr_box .pr_txt { padding: 20px; background-color:#f7f7f7 }
.Product .pr_box .pr_txt span { display: block; margin-bottom: 8px; font-size: 16px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.Product .pr_box .pr_txt em { display: block; font-size: 13px; color: #919191; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.Product_x .prox_1 { padding: 50px 0; background: #eee;width:90%; margin:0 auto; }
.Product_x .prox_1 .pr_img { position: relative; width: 100%; text-align: center; padding: 0 5%; box-sizing: border-box; text-align: center; }
.Product_x .prox_1 .pr_img img { max-width: 100%; }
.Product_x .prox_1 .pr_img .pr_banner { display: inline-block; position: relative; width: 400px; height: 400px; overflow: hidden; }
.Product_x .prox_1 .pr_img .pr_banner .pagination { position: absolute; bottom: 0; left: 0; z-index: 20; width: 100%; font-size: 0; text-align: center; }
.Product_x .prox_1 .pr_img .pr_banner .pagination .swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; margin: 0 6px; border: 1px solid #e21a22; border-radius: 50%; box-sizing: border-box; cursor: pointer; }
.Product_x .prox_1 .pr_img .pr_banner .pagination .swiper-active-switch { background: #e21a22; }
.Product_x .prox_1 .pr_img a.iconfont { position: absolute; top: 50%; z-index: 5; width: 24px; height: 48px; margin-top: -24px; background: #666; font-size: 18px; color: #fff; text-align: center; line-height: 48px; }
.Product_x .prox_1 .pr_img a.iconfont.prev { left: 15%; }
.Product_x .prox_1 .pr_img a.iconfont.next { right: 15%; }
.Product_x .prox_1 .pr_img a.iconfont:hover { background: #E21A22; }
.Product_x .prox_1 .pr_txt {  padding-top: 3%; }
.Product_x .prox_1 .pr_txt h4 { margin-bottom: 20px; }
.Product_x .prox_1 .pr_txt h4 em { display: block; font-size: 16px; color: #333; line-height: 24px; }
.Product_x .prox_1 .pr_txt h4 span { display: block; font-size: 26px; color: #e62129; line-height: 34px; font-weight:bold; text-align:center }
.Product_x .prox_1 .pr_txt p { font-size: 16px; color: #616161; line-height: 34px;}
.Product_x .prox_1 .pr_txt h6 { margin-top: 20px;}
.Product_x .prox_1 .pr_txt h6 a { display: block; width: 210px; height: 45px; background: #E21A22; font-size: 16px; color: #fff; text-align: center; line-height: 45px; }
.Product_x .prox_1 .pr_txt h6 a i { font-size: 20px; margin-right: 10px;}
.Product_x .prox_1 .pr_txt h6 a:hover { background: #CE272D;}
.Product_x .prox_2 h4.h4 { padding: 35px 0; font-size: 24px; color: #333; border-bottom: 1px solid #ddd; }
.Product_x .prox_2  .h4  p {font-size:26px; color:#999; margin-top:10px;}
.Product_x .prox_2 .pr_mian { padding: 40px 0;}
.Product_x .prox_2 .pr_aa { text-align: left; color:#585858; line-height:30px	}
.Product_x .prox_2 .pr_aa img { max-width: 100%;}

.Contact { position: relative; width: 100%; background: #f0f0f0; }
.Contact .map_map { position: absolute; top: 0; left: 0; width: calc(100% - 820px); height: 100%; background: #000;}
.Contact .map_map > div { display: none; width: 100% !important; height: 100% !important; background: no-repeat center; background-size: cover; }
.Contact .map_ul { width: 820px; }
.Contact .map_ul ul li { padding: 0 100px; box-sizing: border-box; border-bottom: 1px solid #ccc; cursor: pointer;}
.Contact .map_ul ul li.on .li_hd { display: none;}
.Contact .map_ul ul li.on .li_bd { display: block;}
.Contact .map_ul .li_hd { display: block; padding: 35px 0; }
.Contact .map_ul .li_hd em { float: left; font-size: 18px; color: #333;}
.Contact .map_ul .li_hd i { float: right; font-size: 16px; color: #999;}
.Contact .map_ul .li_bd { display: none; padding: 90px 0;}
.Contact .map_ul .li_bd h4 { position: relative; padding: 25px 0; margin-bottom: 20px; font-size: 24px; color: #333;}
.Contact .map_ul .li_bd h4:before { position: absolute; left: 0; bottom: 0; width: 10px; background: #666; }
.Contact .map_ul .li_bd h5 { margin-bottom: 20px; font-size: 18px; color: #333;}
.Contact .map_ul .li_bd p { font-size: 14px; color: #666; line-height: 28px;}
.pcduan{ display:block}
.wapduan{ display:none}

/*page*/
.pageNav { clear:both; margin:20px auto; text-align:center; font-family:Arial;}
.wp-pagenavi {margin:0px auto; padding:30px 0 15px 0;}
.wp-pagenavi a{ display:inline-block; background:#FFFFFF; color:#666666; text-align:center; margin:0 5px; width:36px; height:34px; line-height:34px; font-size:18px; }
.wp-pagenavi a:hover,.wp-pagenavi a:hover{ background:#003476; color:#FFF;}
.wp-pagenavi a.p_pn{ width:70px;}
.wp-pagenavi span{ display:inline-block; text-align:center; margin:0 5px; width:36px; height:34px; line-height:34px; font-size:18px; }
.wp-pagenavi span.current{ color:#FFF; background:#003476;}
.wp-pagenavi span.disabled{ background:#003476; color:#FFF;}
.wp-pagenavi span.tot{ background:none; color:#666; width:auto; display:none;}
.wp-pagenavi span.pages {BORDER-RIGHT:#ccc 1px solid; PADDING-RIGHT:8px! important; BORDER-TOP:#ccc 1px solid; PADDING-LEFT:8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT:#ccc 1px solid; COLOR:#454545! important; PADDING-TOP:4px! important; BORDER-BOTTOM:#ccc 1px solid; font-weight:100;}
.wp-pagenavi span.extend {BORDER-RIGHT:#ccc 1px solid; PADDING-RIGHT:8px! important; BORDER-TOP:#ccc 1px solid; PADDING-LEFT:8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT:#ccc 1px solid; COLOR: #454545! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid; font-weight:100;}
.xiaopage1 a{ background-color:#003476; }

.aboutleft{ width:48%; float:left;}
.aboutright{ width:48%; float:right;}



@media (max-width: 1300px) {
.logo img { max-width: 70%; max-height: 70%; }
.nav > ul > li > a { display: block; position: relative; font-size: 16px; color: #333; text-align: center; padding:0 10px}
.Modular .language > span { width: 60px; font-size: 14px; }
.Modular .language > span i { margin-left: 5px; vertical-align: middle; }

}

@media (max-width: 1100px) { /*初始化*/
  
  .wrap_1400 { max-width: 100%; padding: 0 3%; }
  /*header*/
  .header { padding-top: 60px; }
  .head { width: 100%; padding: 0 3%; box-sizing: border-box; height: 60px; line-height: 60px; }
  .logo { padding-left: 0; }
  .logo img { max-height: 60px;  max-width:100%;}
  .Modular { margin-right: calc(3% + 56px); }
  .Modular .language{ padding-right:0px;}
  .Modular .language > span { width: 60px; font-size: 14px; }
  .Modular .language > span i { margin-left: 5px; vertical-align: middle; }
  .nav { position: fixed; top: 0; right: 0; z-index: 997; width: 300px; height: 100%; padding: 60px 3%; margin: 0; background: #fff; box-sizing: border-box; }
  .nav.close-nav { -webkit-transition: -webkit-transform .3s ease; transition: transform .3s ease; -webkit-transform: translate(300px, 0); transform: translate(300px, 0); }
  .nav.open-nav { -webkit-transform: translate(0, 0) !important; transform: translate(0, 0) !important; -webkit-transition: -webkit-transform .5s; transition: transform .5s; }
  .nav > ul { max-height: 100%; overflow: auto; }
  .nav > ul > li { display: block; float: none; width: 100%; margin: 0; padding: 0; line-height: 1; }
  .nav > ul > li > a { padding: 20px 0; font-size: 16px; border-bottom: 1px solid #e5e5e5; }
  .nav > ul > li.Have > a { pointer-events: none; }
  .nav .down_nav { position: static; width: 100%; padding: 0; margin: 0; border: none; box-shadow: none; }
  .nav .down_nav a { display: block; padding: 15px 0; margin: 0; border-bottom: 1px solid #eee; }
  .nav .down_nav i { display: inline-block; width: 30px; height: 30px; font-size: 24px; margin-right: 12px; vertical-align: top; line-height: 30px; }
  .nav .down_nav em { display: inline-block; text-align: left; vertical-align: top; line-height: 30px; }
  .push-nav { display: block; position: absolute; top: 0; right: 3%; z-index: 998; width: 56px; height: 60px; }
  .push-nav .nav-toggle { display: block; position: absolute; left: 50%; top: 50%; border: 0; background-image: none; border-radius: 4px; cursor: pointer; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .push-nav .nav-toggle span { display: block; position: relative; z-index: 1; width: 36px; height: 3px; margin-bottom: 8px; background: #E22028; border-radius: 3px; -webkit-transform-origin: 33px; transform-origin: 33px; -webkit-transition: all .5s; transition: all .5s; }
  .push-nav .nav-toggle span:nth-child(3) { margin-bottom: 0; }
  .push-nav.on .nav-toggle span { opacity: 1; }
  .push-nav.on .nav-toggle span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
  .push-nav.on .nav-toggle span:nth-child(2) { -webkit-transform: scale(0); transform: scale(0); }
  .push-nav.on .nav-toggle span:nth-child(1) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  .bg-nav { display: none; position: fixed; top: 0; left: 0; z-index: 996; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); animation: fade-in .43s ease 0s; -webkit-animation: fade-in .43s ease 0s; }
  /*footer*/
  .footer .foot_1 { background: #eeeeee;  width: 100%; padding-left:10px; padding-right:10px;}
  .footer .foot_1 .fo_ul{ width:19%}
  .footer .foot_2 { background: #28282a; padding: 2% 0; }
  .footer .foot_2 span { width: 100%; text-align: center; }
  .footer .foot_2 span.fl { float: none; }
  .footer .foot_2 span.fr { float: none; }
  /*index*/
  .banner { height: 400px; }
  .index_1 { padding: 6% 0; }
  .index_1 .in_fl { float: none; width: 100%; text-align: center; margin-bottom: 3%; }
  .index_1 .in_fl h4 { margin: 0 0 10px; }
  .index_1 .in_fl h6 a { margin: 0 auto; width: 30px; height: 30px; font-size: 14px; line-height: 30px; }
  .index_1 .in_fr { width: 100%; }
  .index_1 .in_fr .in_box { padding-bottom: 20px; }
  .index_1 .in_fr .in_txt { font-size: 16px; }
  .index_2 { height: auto; }
  .index_2 .in_bg { width: 100%; box-sizing: border-box; }
  .index_2 .wrap { padding: 5%; }
  .index_2 .in_box { position: static; height: auto; margin: 0 auto; padding: 8% 10%; -webkit-transform: none; transform: none; }
  .index_2 .in_box h4 { font-size: 20px; padding-bottom: 20px; }
  .index_2 .in_box h5 { margin: 15px 0; font-size: 16px; line-height: 28px; }
  .index_2 .in_box p { margin-bottom: 5%; }
  .index_2 .in_box h6 a { width: 30px; height: 30px; font-size: 14px; line-height: 30px; }
  .index_3 { padding: 6% 0; }
  /*content*/
  .content .sub_banner { height: 400px; }
  .content .sub_banner span { left: 3%; font-size: 24px; }
  .content .sub_box { padding: 5% 0; }
  .content .sub_tit h4:before { left: -3%; }
  .content .Paging ul { padding: 4% 0; }
  .content .Paging ul li { width: 30px; height: 30px; margin: 0 8px; }
  .content .Paging ul li a { font-size: 16px; line-height: 30px; }
  .About { padding: 6% 0; }
  .About .Ab_mian { width: 100%; padding: 0 3%; box-sizing: border-box; }
  .About .Ab_1 { padding-bottom: 5%; }
  .About .Ab_1 div.fl { float: none; width: 100%; margin-bottom: 3%; }
  .About .Ab_1 div.fr { float: none; width: 100%; }
  .About .Ab_2 { padding: 5% 0; }
  .Factory { padding-top: 4%; }
  .Factory .Fac_li { height: auto; }
  .Factory .Fa_img { float: none; width: 100%; padding: 20% 0; }
  .Factory .Fa_txt { float: none; width: 100%; }
  .Factory .Fa_txt > div { position: static; width: 100%; padding: 5% 3%; box-sizing: border-box; -webkit-transform: none; transform: none; }
  .Factory .Fa_txt h4 { padding-bottom: 5%; margin-bottom: 4%; font-size: 30px; }
  .Honor { padding: 5% 0; }
  .Honor .ho_box ul li { width: calc(33.33% - 20px); margin-bottom: 20px; padding: 3%; }
  .Honor .ho_box ul li a { margin-bottom: 5%; }
  .Disclaimer { padding: 5% 0; }
  .Disclaimer .dis_li { height: auto; margin-bottom: 30px; }
  .Disclaimer .dis_li div.fl, .Disclaimer .dis_li div.fr { float: none !important; }
  .Disclaimer .dis_li .dis_img { width: 100%; padding: 20% 0; }
  .Disclaimer .dis_li .dis_txt { width: 100%; padding: 5%; }
  .Partner { padding: 5% 0; }
  .Partner .par_box ul li { width: calc(25% - 20px); }
  .Service { padding: 5% 0; }
  .Service .ser_box ul li { float: none !important; width: 100%; padding: 3%; }
  .Product .pr_box ul li { width: calc(33.33% - 20px); }
  .Product_x .prox_1 .pr_img { width: 45%; padding: 0; }
  .Product_x .prox_1 .pr_img .pr_banner { width: 300px; height: 300px; }
  .Product_x .prox_1 .pr_txt { padding-top: 5%; }
  .Product_x .prox_1 .pr_txt h4 { margin-bottom: 3%; }
  .Product_x .prox_1 .pr_txt h4 em { font-size: 14px; line-height: 24px; }
  .Product_x .prox_1 .pr_txt h4 span { font-size: 22px; line-height: 30px; }
  .Product_x .prox_1 .pr_txt p { font-size: 14px; }
  .Product_x .prox_2 h4.h4 { padding: 3% 0; font-size: 20px; }
  .Product_x .prox_2  .h4  p{ font-size:18px}
  .Product_x .prox_2 .pr_aa { font-size:14px}
  .Product_x .prox_2 .pr_mian { padding: 2% 0; }
  .Contact .map_ul ul li { padding: 0 8%; }
  .Contact .map_ul .li_hd { padding: 5% 0; }
  .Contact .map_ul .li_hd em { font-size: 16px; }
  .Contact .map_ul .li_bd { padding: 10% 0; }
  .Contact .map_ul .li_bd h4 { padding: 5% 0; margin-bottom: 3%; font-size: 20px; }
  .Contact .map_ul .li_bd h5 { margin-bottom: 3%; font-size: 16px; color: #666; }
  .Contact .map_ul .li_bd p { font-size: 12px; } }
@media (max-width: 900px) { /*footer*/
  .footer .foot_1 { padding: 0; }
  .con{ width:100% !important}
  .footer .foot_1 .fo_ul { width: 100%; }
  .footer .foot_1 .fo_ul > span { font-size: 16px; position: relative; margin: 0; padding: 3% 5%; border-bottom: 1px solid #cccccc; }
  .footer .foot_1 .fo_ul > span:before { position: absolute; top: 50%; right: 5%; content: '+'; font-family: 'iconfont'; font-size: 14px; color: #cccccc; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
  .footer .foot_1 .fo_ul > span.on:before { content: '\e60e'; }
  .footer .foot_1 .fo_ul .ul { display: none; padding: 3% 6%; margin-bottom: 0; border-bottom: 1px solid #cccccc; font-size: 0; }
  .footer .foot_1 .fo_ul .fo_aa a { font-size: 12px; color: #333333; }
  .footer .foot_1 .fo_ul .fo_cont em b { font-size: 14px !important; }
  .footer .foot_1 .fo_ul .fo_cont em { padding:10px 0}
  .footer .foot_1 .fo_ul .fo_cont span { padding: 10px; }
  .footer .foot_1 .fo_ul .fo_cont span a { background: #E21A22; }
  /*index*/
  .banner { height: 350px; }
  /*content*/
  .content .sub_banner { height: 300px; }
  .Partner .par_box ul li { width: calc(33.33% - 20px); } }
  
  
  
@media (max-width: 768px) { /*index*/
  .banner { height: 250px; }
  .index_2 .in_box { width: 100%; }
  /*content*/
  .content .sub_banner { height: 250px; }
  .content .sub_banner span { font-size: 20px; }
  .content .sub_tit { position: relative; }
  .content .sub_nav { padding-top: 20px; }
  .content .sub_nav a { height: 30px; margin-bottom: 20px; padding: 0 20px; font-size: 14px; line-height: 30px; }
  .Honor .ho_box ul { margin-right: -15px; }
  .Honor .ho_box ul li { width: calc(50% - 15px); margin-right: 15px; margin-bottom: 15px; }
  .Partner .par_box ul { margin-right: -15px; }
  .Partner .par_box ul li { width: calc(33.33% - 15px); margin-right: 15px; margin-bottom: 15px; }
  .News .news_box > ul > li { padding: 2% 0; }
  .News .news_box .ne_img { width: 100px; height: 64px; }
  .News .news_box .ne_txt { width: 98%; }
  .News .news_box .ne_txt h4 a { font-size: 16px; }
  .News .news_box .ne_txt h5 { margin: 10px 0; }
  .Product .pr_box ul li { width: calc(50% - 20px); margin-bottom: 20px; }
 .Product_x .prox_1 .pr_img { float: none; width: 100%;margin-bottom: 5%; }
  .Product_x .prox_1 .pr_img a.iconfont.prev { left: 3%; }
  .Product_x .prox_1 .pr_img a.iconfont.next { right: 3%; }
  .Product_x .prox_1 .pr_txt { float: none; width: 100%; padding: 0 3%; box-sizing: border-box; }
  .Product_x .prox_1 .pr_txt h6 a { width: 150px; height: 40px; font-size: 14px; line-height: 40px; }
  .Product_x .prox_1 .pr_txt h6 a i { font-size: 16px; margin-right: 5px; }
  .Contact .map_map { position: static; float: none; width: 100%; height: 400px; }
  .Contact .map_ul { float: none; width: 100%; } 
  .pcduan{ display:none}
  .wapduan{ display:block}
  
  .index_1 .in_fr .in_li{ width:49%}
  
  .index_3 {height:900px; margin-bottom:0px;}
  .index_3 .in_box .in_li{ width:49%; float:left;}
  .i9{ display:block; width:1%; float:left; height:10px;}
  
  .index_1 .in_fl h4 { font-size:22px;}
   .index_1 .in_fl h5 {font-size: 22px;}
   .foot_2{ display:none;}
   .Ab_mian img { max-width:100%;}

.k1{ width:1%; float:left; height:10px;}
.k2{ width:0%; float:left; height:0px; display:none}
.k3{ width:1%; float:left; height:10px; }
.k4{ display:none;width:0%; float:left; height:0px;}
.k5{ width:1%; float:left; height:10px; }
.k6{ width:0%;float:left; height:0px;}
.k7{ width:1%;float:left; height:10px; }
.k8{ display:none;width:0%; float:left; height:0px;}
.k9{ width:1%;float:left; height:10px; }
.k10{ width:0%;float:left; height:0px;display:none}
.k11{ width:1%;float:left; height:10px;}
.k12{display:none;width:0%; float:left; height:0px;}
 
 
.i1{ width:1%; float:left; height:10px;}
.i2{ width:0%; float:left; height:0px; display:none}
.i3{width:1%; float:left; height:10px;}
.i4{ display:none}


.table001{ width:98%; margin:auto; margin-top:10px;}

.index_about{ width:100%; float:none; padding-bottom:25px;}
.index_news{ width:100%; float:none;}
.aboutp{float:none; padding-right:0px; padding-bottom:10px;}
.aboutp img{ width:100%;}
.indextitle{ padding-bottom:20px; font-size:20px; font-weight:bold;}
.both30{clear:both; height:30px; width:100%;}
.aboutmore a{
	float:none;
	width:70px;
	height:25px;
	line-height:25px;
	border: 1px solid #04326E;
	text-align:center;
	color:#04326E;
	font-size:13px;
}

.foot_3{ background-color:#eeeeee; color:#333333; text-align:center; width:100%; height:35px; line-height:35px; font-size:14px; }
.aboutleft{ width:100%; float:none;}
.aboutright{ width:100%; float:none;}
  }
@media (max-width: 640px) { /*header*/
  .header { padding-top: 50px; }
  .head { height: 50px; line-height: 50px; }
  .logo img { max-height: 30px; }
  .nav { padding: 50px 3%; width: 200px; }
  .nav.close-nav { -webkit-transform: translate(200px, 0); transform: translate(200px, 0); }
  .nav > ul > li > a { font-size: 14px; }
  .down_nav a { padding: 10px 0; }
  .down_nav i { width: 20px; height: 20px; font-size: 16px; margin-right: 10px; line-height: 20px; }
  .down_nav em { line-height: 20px; }
  .push-nav { width: 50px; height: 50px; }
  .push-nav .nav-toggle span { width: 25px; height: 2px; margin-bottom: 6px; -webkit-transform-origin: 24px; transform-origin: 24px; }
  .Modular { margin-right: calc(3% + 50px); }
  .Modular .search > i { width: 50px; font-size: 14px; }
  .Modular .search .search_form > div { width: 100%; height: 50px; padding: 0 3%; box-sizing: border-box; }
  .Modular .search .search_form > div input[type='text'] { width: calc(100% - 80px); padding: 0 10px; font-size: 16px; }
  .Modular .search .search_form > div input[type='submit'] { width: 80px; font-size: 18px; }
  .Modular .language > span { font-size: 12px; }
  .Modular .language .lang_down a { font-size: 12px; line-height: 30px; }
  /*footer*/
  .footer .foot_1 .fo_ul > span { padding: 5%; font-size: 14px; }
  .footer .foot_1 .fo_ul .fo_aa a { margin: 5% 0; }
  .footer .foot_2 span { font-size: 12px; line-height: 20px; }
  .footer .foot_2 span.fl { font-size: 12px; }
  .footer .foot_2 span.fl a { font-size: 12px; }
  /*index*/
  .banner { height: 180px; }
  .banner .pagination .swiper-pagination-switch { width: 7px; height: 7px; }
  .index_1 { padding: 6% 0; }
  .index_1 .in_fl { float: none; width: 100%; text-align: center; margin-bottom: 1%; }
  .index_1 .in_fl p { font-size: 12px; margin-bottom: 10px; }
  .index_1 .in_fl h6 a { width: 24px; height: 24px; font-size: 12px; line-height: 24px; }
  
  .index_1 .in_fr .in_txt { font-size: 12px; }
  .index_2 .in_box h4 { font-size: 16px; padding-bottom: 15px; }
  .index_2 .in_box h5 { margin: 15px 0; font-size: 14px; line-height: 24px; }
  .index_2 .in_box p { font-size: 12px; line-height: 20px; }
  .index_2 .in_box h6 a { width: 24px; height: 24px; font-size: 12px; line-height: 24px; }
  .index_3 { padding: 6% 0; }
  .index_3 .in_box .in_txt { padding: 10px 20px 0; }
  .index_3 .in_box .in_txt h4 { font-size: 16px; margin: 3% 0; }
  .index_3 .in_box .in_txt h6 { padding: 3% 0; font-size: 12px; }
  .index_3 .in_box .in_txt p { height: 40px; font-size: 12px; line-height: 20px; }
  /*content*/
  .content .sub_banner { height: 200px; }
  .content .sub_banner span { font-size: 18px; padding-left: 30px; }
  .content .sub_banner span:before { width: 20px; }
  .content .sub_tit { padding-bottom: 15px; }
  .content .sub_tit h4 { font-size: 18px; margin-bottom: 5px; }
  .content .sub_tit h4:before { width: 3px; }
  .content .Paging ul li { width: 24px; height: 24px; margin: 0 6px; }
  .content .Paging ul li a { font-size: 14px; line-height: 24px; }
  .content .sub_nav a { margin-bottom: 15px; margin-right: 5px; font-size: 12px; }
  .About .Ab_mian h6 { font-size: 16px; line-height: 28px; }
  .About .Ab_mian p { font-size: 12px; line-height: 25px ; }
  .Factory .Fa_txt h4 { font-size: 20px; }
  .Factory .Fa_txt h4:before { width: 30px; }
  .Factory .Fa_txt p { font-size: 12px; line-height: 20px; }
  .Honor .ho_box ul { margin-right: -10px; }
  .Honor .ho_box ul li { width: calc(50% - 10px); margin-right: 10px; margin-bottom: 10px; }
  .Honor .ho_box ul li a { height: 200px; line-height: 200px; }
  .Honor .ho_box ul li span { height: 40px; overflow: hidden; font-size: 12px; line-height: 20px; }
  .Disclaimer .dis_li { margin-bottom: 20px; }
  .Disclaimer .dis_li .dis_txt h4 { font-size: 20px; }
  .Disclaimer .dis_li .dis_txt p { font-size: 12px; line-height: 20px; }
  .Partner .par_box ul li { width: calc(50% - 15px); }
  .Partner .par_box ul li a{ padding:0 0}
  .Partner .par_box ul li:hover a:before { border-width: 3px; }
  .Partner .par_box ul li em { font-size: 12px; line-height: 20px; }
  .Service .ser_box ul li span { line-height: 24px; }
  .Service .ser_box ul li span.fl { font-size: 12px; }
  .Service .ser_box ul li span.fl i { font-size: 24px; margin-right: 10px; vertical-align: top; }
  .Service .ser_box ul li span.fr i { font-size: 12px; margin-right: 10px; }
  .Service .ser_box ul li span.fr a { width: 50px; height: 24px; font-size: 12px; }
  .News .news_box > ul > li { padding: 4% 0; }
  .News .news_box .ne_txt h4 a { font-size: 14px; }
  .News .news_box .ne_txt p { height: 40px; font-size: 12px; line-height: 20px; }
  .News .news_box .ne_txt h6 a { width: 100px; height: 24px; font-size: 12px; line-height: 24px; }
  .Product .pr_box ul { margin-right: 0; }
  .Product .pr_box ul li { width:48%; margin-right: 5px; margin:0px 1%  4%; border:1px solid #ddd }
  
  .Product .pr_box .pr_img { padding: 3%; }
  .Product_x .prox_1 .pr_img a.iconfont.prev { left: 0; }
  .Product_x .prox_1 .pr_img a.iconfont.next { right: 0; }
  .Product .pr_box .pr_txt { padding: 3%; }
  .Product .pr_box .pr_txt span { margin-bottom: 5px; font-size: 12px; }
  .Product .pr_box .pr_txt em { font-size: 10px; }
  .Product_x .prox_1 .pr_txt h4 em { font-size: 12px; line-height: 20px; }
  .Product_x .prox_1 .pr_txt h4 span { font-size: 18px; line-height: 26px; }
  .Product_x .prox_1 .pr_txt p { font-size: 12px; line-height: 24px; }
  .Product_x .prox_1 .pr_txt h6 { margin-top: 2%; }
  .Product_x .prox_1 .pr_txt h6 a { width: 120px; height: 36px; line-height: 36px; }
  .Product_x .prox_2 h4.h4 { font-size: 18px; }
  .Contact .map_map { height: 300px; }
  .Contact .map_ul .li_hd em { font-size: 14px; }
  .Contact .map_ul .li_bd h4 { font-size: 16px; }
  .Contact .map_ul .li_bd h5 { font-size: 14px; }
  .Contact .map_ul .li_bd p { font-size: 12px; } }
/*css3*/
@-webkit-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }
/*AM*/


.Animation.on, .banner.Animation.on { -webkit-animation: Ls_up 1s ease forwards; animation: Ls_up 1s ease forwards; opacity: 1; }

.index_1 .in_fl.Animation.on, .index_2 .in_bg.Animation.on { -webkit-animation: Ls_left 1s ease forwards; animation: Ls_left 1s ease forwards; opacity: 1; width:100%}

.index_1 .in_fr.Animation.on { -webkit-animation: Ls_right 1s ease forwards; animation: Ls_right 1s ease forwards; opacity: 1; }

.index_2 .in_box.Animation.on { -webkit-animation: fade-in 1s ease forwards; animation: fade-in 1s ease forwards; opacity: 1; }

.header .Animation.on { -webkit-animation: Ls_down 1s ease forwards; animation: Ls_down 1s ease forwards; opacity: 1; }

.footer.Animation.on { -webkit-animation: fade-in 1s ease forwards; animation: fade-in 1s ease forwards; opacity: 1; }

@-webkit-keyframes Ls_down { 0% { -webkit-transform: translateY(-30px); transform: translateY(-30px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }
@keyframes Ls_down { 0% { -webkit-transform: translateY(-30px); transform: translateY(-30px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }
@-webkit-keyframes Ls_up { 0% { -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }
@keyframes Ls_up { 0% { -webkit-transform: translateY(30px); transform: translateY(30px); opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; } }
@-webkit-keyframes Ls_left { 0% { -webkit-transform: translateX(50px); transform: translateY(50px); opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }
@keyframes Ls_left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px); opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }
@-webkit-keyframes Ls_right { 0% { -webkit-transform: translateX(50px); transform: translateX(50px); opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }
@keyframes Ls_right { 0% { -webkit-transform: translateX(50px); transform: translateX(50px); opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0); opacity: 1; } }

/*# sourceMappingURL=style.css.map */

.con{ width:1400px;margin:0 auto}

.ndescb{border-top:1px solid #f4f4f4;padding:50px 0}
.nback{width:90%;margin:0 auto}
.nbackl a{display:block;font-size:14px;color:#666;line-height:24px;margin-bottom:13px}
.nbackl a:hover{color:#ffc41c}
.nbackr a{display:block;width:149px;height:48px;text-align:center;line-height:48px;font-size:14px;color:#666;line-height:48px;border:2px solid #e62129}
.nbackr a:hover{color:#fff;background:#e62129}

.about_title{ font-size:35px; line-height:60px; border-bottom:1px solid #ddd; text-align:center; padding-bottom:25px;}


.about_conter { margin-top:30px; line-height:35px; font-size:14px; color:#666}
table {  
  width: 100%;  
  border-collapse: collapse;  
} 
tr:nth-of-type(odd) {  
  background: #eee;  
} 
th {  
  background: #333;  
  color: white;  
  font-weight: bold;  
} 
td, th {  
  padding: 6px;  
  border: 1px solid #ccc;  
  text-align: left;  
} 

#allmap{width:100%;height:100%}

.pr_img ,.pr_txt{overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;}

.Product_x{ margin-bottom:45px}
}