@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea{
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:left;
	font-family:"microsoft yahei";
	text-decoration: none;
	color: #666;
	list-style:none ;
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #fff;
}

A:hover{
	color: #FF860F;
}

.bai a{
	color:#FFFFFF;
	}
 img{ 
 	border:0; 
 	display: block;
 	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
/*top*/
.zxgg{
	background:#002f5b;
	height:50px;
	}
.zxgg ul{
	width:1200px;
	margin:auto;
	}
.zxgg ul li{
	display:inline-block;
	line-height:50px;
	color:#fff;
	padding-right:20px;
	font-size:15px;
	}
.zxgg ul li img{
	display:inline-block;
	vertical-align:middle;
	height:25px;
	padding-right:10px;
	}
.head{
	width:1200px;
	margin:auto;
	height:90px;
	position:relative;
	}

.logo{
	float:left;
	width:500px;
	margin-top:10px;
	}

.nav{
	float:right;
	margin-right:20px;
}

.nav ul{
	text-align:right;
	}
.nav ul li{
	display:inline-block;
	position:relative;
	}
.nav ul li a{
	padding:0 12px;
	line-height:115px;
	height:115px;
	display:block;
	font-size:16px;	
}
.nav ul li a:hover , .nav ul .sy a{
	color:#ff860f;
}
.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:115px;
	display:none; 
	z-index:999;
	border-top:1px solid #ddd;
	background-image:none;
	background-color: rgba(255,255,255);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8FFFFFF,endColorstr=#C8FFFFFF);
	}

.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #333;
	text-align:center;
	width:100%;
    line-height: 45px;
    font-size: 13px;
    font-weight: normal;
    height: 45px;
	padding:0 10px;
	text-align:left;
	border-bottom:1px solid #ddd;
	background:none;
	}

.nav .submenu dl dt a:hover{
	background-image:none;
	background:#f38110  !important;
	color:#FFF;
	}

/*banner*/
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	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;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#0158b8;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width:700px;
	left:50%;
	margin-left:-100px;
	text-align:left;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.6;
	background:#FFF;
	}
.swiper-pagination-bullet-active {
	background:#0158b8;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-50px;
	}
/**/
.more{
	background:#FF860F;
	width:160px;
	height:58px;
	text-align:center;
	display:block;
	line-height:54px;
	color:#fff;
	transition:all 0.6s;
	border:2px solid #FF860F;
	border-radius:10px;
	}
.more:hover{
	background:#fff;
	color:#ff860f;
	}
/*标题*/
.about{
	width:1200px;
	height:390px;
	position:relative;
	margin:auto;
	}
.about ul{
	width:1200px;
	margin:auto;
	position:absolute;
	top:-200px;
	z-index:99;
	}
.about ul .right{
	z-index:120;
	right:0px;
	top:0px;
	position:absolute;
	}
.about ul .left{
	width:650px;
	margin-top:70px;
	padding:40px 130px 40px 40px;
	background:#e9edf1;
	line-height:28px;
	}
.about ul h2{
	font-size:28px;
	color:#002f5b;
	line-height:35px;
	margin-bottom:15px;
	}
.about ul h4{
	height:75px;
	color:#FF860F;
	line-height:24px;
	margin-top:20px;
	font-weight:normal;
	}
.about ul h4 a{
	color:#FF860F;
	}
.about ul h4 b{
	color:#FF860F;
	display:block;
	font-size:24px;
	font-weight:normal;
	}
.about ul h4 span{
	display:block;
	float:left;
	margin-right:15px;
	padding:16px;
	box-sizing: border-box;
	border-radius:50%;
	border:1px solid #FF860F;
	}
/**/
.prfltop{
	width:100%;
	overflow:hidden;
	min-width:1200px;
	}
.prfltop ul{
	width:100%;
	}
.prfltop ul li{
	width:19%;
	border:1px solid #ddd;
	float:left;
	margin:0 0.5%;
	}
.prfltop ul li h4{
	padding:30px;
	font-size:16px;
	font-weight:normal;
	}
.prfltop ul li h4 b{
	font-size: 20px;
	margin-bottom:5px;
	display:block;
	}	
.prfltop ul li img{
	width:100%;
	}
.prfltop ul li h4 span{
	float:right;
	width:50px;
	height:50px;
	transition:all 0.6s;
	border:2px solid #ddd;
	border-radius:50%;
	background:url(arrow.png)  no-repeat 21px 10px;
	}
.prfltop ul li:hover span{
	background:url(arrow.png)  no-repeat -15px 10px #ff860f;
	border:2px solid #ff860f;
	}
.prfltop .more{
	margin:20px auto 0;
	}
/**/
.wmdys_bj{
	margin-top:100px;
	height:650px;
	padding:60px 0;
	background:url(ysbj.jpg) no-repeat right #002f5b;
	}	
.wmdys{
	width:1200px;
	margin:auto;
	}
.wmdys h2{
	color:#fff;
	font-weight:normal;
	font-size:33px;
	}
.wmdys ul{
	width:780px;
	padding-top:25px;
	}
.wmdys ul li{
	width:385px;
	margin-top:5px;
	margin-right:5px;
	background:#fff;
	float:left;
	height:200px;
	padding:28px;
	transition:all 0.3s;
	cursor:pointer;
	}
.wmdys ul li h4{
	width:65px;
	height:70px;
	float:left;
	overflow:hidden;
	}
.wmdys ul li img{
	margin-left:0px;
	transition:all 0.3s;
	}
.wmdys ul li p{
	display:block;
	width:250px;
	float:right;
	line-height:28px;
	}
.wmdys ul li p b{
	display:block;
	margin-bottom:15px;
	color: #10242b;
    font-size: 20px;
	}
.wmdys ul li:hover{
	background:#333;
	}
.wmdys ul li:hover p , .wmdys ul li:hover p b{
	color:#fff;
	}
.wmdys ul li:hover img{
	margin-left:-80px;
	}
/**/
.wmdsm{
	width:1200px;
	margin:110px auto;
	}
.wmdsmtp{
	float:left;
	}
.wmdsm ul{
	width:400px;
	float:right;
	margin-top:80px;
	} 
.wmdsm ul li{
	margin-bottom:40px;
	}
.wmdsm ul li h4{
	width:48px;
	float:left;
	margin-top:20px;
	}
.wmdsm ul li h2{
	width:330px;
	float:right;
	}
.wmdsm ul li h2 b{
	font-size:36px;
	font-weight:normal;
	color:#222;
	line-height:80px;
	}
.wmdsm ul li h2 p{
	font-size:16px;
	line-height:30px;
	font-weight:normal;
	}
.wmdsm ul .more{
	margin-left:70px;
	}
/**/
.news_bj{
	background:#002f5b;
	padding:110px 0;
	}
.news{
	width:1200px;
	margin:auto;
	position:relative;
	}
.news .swiper-button-prev {
    left: -100px;
    transition: all 0.6s;
	background:none;
	border:2px solid #fff;
	width:50px;
	height:50px;
	top:60%;
	border-radius:50%;
}
.news .swiper-button-next {
    right: -100px;
    transition: all 0.6s;
	background:none;
	border:2px solid #fff;
	width:50px;
	height:50px;
	top:60%;
	border-radius:50%;
}
.swiper-slide div{
	padding:30px;
	}
.swiper-slide div h2{
	font-size:20px;
	color:#333;
	margin-bottom:10px;
	}
.swiper-slide div p{
	line-height:24px;
	}
.swiper-slide div h4{
	margin-top:10px;
	font-weight:normal;
	height:49px;
	font-size:18px;
	line-height:49px;
	}
.swiper-slide div h4 span{
	display:block;
	float:right;
	background:#002f5b;
	padding:16px;
	border-radius:50%;
	}
.swiper-slide div h4  span img{
	transition:all 0.6s;
	}
.swiper-slide:hover div h4  span img{
	transform:rotate(180deg);
	}
/**/
.prflbot{
	width:1200px;
	margin:70px auto 50px;
	}
.prflbot_bt ul{
	text-align:center;
	}
.prflbot_bt ul li{
	display:inline-block;
	font-size:20px;
	border-bottom:1px solid #ddd;
	padding: 0 35px 15px 35px;
	cursor:pointer;
	}
.prflbot_bt ul .hover{
	color:#FF860F;
	border-bottom:2px solid #FF860F;
	}
.prflbot_nr{
	padding-top:20px;
	width:1200px;
	overflow:hidden;
	}
.prflbot_nr ul{
	width:1300px;
	}
.prflbot_nr ul li{
	width:291px;
	float:left;
	height:173px;
	overflow:hidden;
	border-radius:10px;
	margin-right:12px;
	margin-bottom:10px;
	position:relative;
	border:1px solid #ddd;
	}
.prflbot_nr ul li img{
	width:291px;
	height:173px;
	}
.prflbot_nr ul li p{
	background-color: rgba(0,0,0,0.6);
	height:173px;
	width:291px;
	position:absolute;
	top:173px;
	z-index:99;
	text-align:center;
	color:#fff;
	transition:all 0.6s;
	line-height:160px;
	font-size:25px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.prflbot_nr ul li:hover p{
	top:0px;
	}
/**/
.zxly_bj{
	background: #ecf1f7;
    padding: 85px 0 40px 0;
	}
.zxly{
	width:1200px;
	margin:auto;
	}
.zxly h2{
	text-align:center;
	font-size:30px;
	color:#111;
	font-weight:normal;
	margin-bottom:10px;
	}
.zxly p{
	text-align:center;
	}
/**/	
.foot{	
    width: 100%;
	background:#232323;
	padding:40px 0 50px 0;	
}
.foot ul{
	width:1200px;
	margin:auto;
	}
.foot ul .foot_nav{
	text-align:center;
	padding-bottom:30px;
	}
.foot ul .foot_nav a{
	font-size:16px;
	padding:0 50px;
	color:#fff;
	display:inline-block;
	}
.foot ul .foot_tp .right{
	width:130px;
	}
.bqsy{
	background:#232323;
	border-top:1px solid #434343;
	}
.bqsy ul{
	width:1200px;
	padding:15px 0;
	margin:auto;
	color:#ccc;
	}
.bqsy ul a{
	color:#ccc;
	}
.bqsy ul  span{
	float:right;
	}
/**/


/**/
.pagination{
	text-align: center;
	padding-top: 20px;
	border-top:1px solid #e4e4e4;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #0061ae;
}
.page-num-current{
	background: #0061ae;
	color: #fff;
}
/**/
.mian{
	width: 1200px;
	position: relative;
	margin: 60px auto 60px;
}
.mian_left{
	width:270px;
	float:left;
	}
.mian_right{
	width:910px;
	float:right;
	padding: 30px 20px;
	overflow:hidden;
	border: 1px solid #e4e4e4;
	}
.mian_left_bt{
	background:url(pr_nav.png) no-repeat 220px 25px #FF860F;
	width:100%;
	height:80px;
	line-height:80px;
	padding:0 25px;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	} 
.product_nav  ul{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.product_nav  ul li{
	border-bottom:1px solid #ddd;
	}
.product_nav  ul li a{
	font-size:16px;
	display:block;
	width:100%;
	line-height:52px;
	font-size:16px;
	padding:0 25px;
	height:52px;
	background:url(xjt.png) no-repeat 230px 18px;
	}	
.product_nav  ul li a:hover{
	background:url(xjt.png) no-repeat 230px 18px #FF860F;
	color:#fff;
	}
.product_nav  ul li .sy{
	background:url(xjt.png) no-repeat 230px 18px #FF860F;
	color:#fff;
	}
.product_nav  ul li dt{
	border-left:1px solid #ddd;
	width:216px;
	height:30px;
	margin:auto;
	}
.product_nav  ul li dt .navl2{
	height:30px;
	line-height:30px;
	font-size:14px;
	padding:0 10px;
	}
.product_nav  ul li dl{
	padding-bottom:15px;
	}	
.left_contact{
	border: 1px solid #e4e4e4;
    margin-top: 20px;
    padding: 0 19px 20px;
    margin-top: 20px;
	}
.left_contact h2{
	font-size: 18px;
    color: #FF860F;
    font-weight: normal;
    height: 59px;
    line-height: 59px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 18px;
	}
.left_contact p{
	line-height:28px;
	}
.left_contactqq{
	display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    text-decoration: none;
    margin-top: 20px;
	color:#fff;
	line-height:50px;
	 background: url(leftqqb.png) no-repeat 140px 18px  #FF860F;
	}
.left_contactqq:hover{
	color:#fff;
	}
.left_contactqq span{
	display: block;
    width: 50px;
    height: 50px;
	margin-right:20px;
    float: left;
    border-right: 1px solid #fff;
    background: url(leftqq.png) no-repeat center;
	}
/**/
.n_nav h2{
	font-size: 20px;
    color: #FF860F;
	text-align:center;
	}
.n_nav img{
	margin:20px 0;
	}
.n_nav h4{
	text-align:center;
	margin-bottom:20px;
	color:#999;
	font-weight:normal;
	}
.pagenr{
	line-height:30px;
	}
.pagenr img{
	max-width:870px;
	}
/**/

.productlist{
	width:870px;
	overflow:hidden;
	}
.productlist ul{
	width:950px;
	}
.productlist ul li{
	width:280px;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	}
.productlist ul li span{
	width:280px;
	height:192px;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:280px;
	height:192px;
	transition:all 0.6s;
	}
.productlist ul li:hover span img{
	transform: scale(1.1);	
	}
.productlist ul li p{
	text-align:center;
	line-height:50px;
	background:#f1f1f1;
	}
/**/
.productshow{
	padding:0px;
	}
.productshowtop{
	border-bottom:1px solid #ddd;
	position:relative;
	}
.productshowtop .productshowtopleft{
	width:460px;
	float:left;
	border-right:1px solid #ddd;
	}
.productshowtop ul{
	width:448px;
	float:right;
	padding:30px;
	}
.productshowtop ul h2{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
    overflow: hidden;
	}
.productshowtop ul h3{
	font-weight:normal;
	padding-top:20px;
	}
.productshowtop ul h3 span{
	display:block;
	width:130px;
	margin-top:5px;
	float:left;
	}
.productshowtop ul h3 b{
	font-size:20px;
	color:#f07800;
	}
.productshowtop ul h3 img{
	float:left;
	}
.productshowtop ul p{
	line-height:28px;
	margin-top:20px;
	}
.productshowbot{
	padding: 20px;
	}
.productshowbt{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.productshowbt h2{
	width:150px;
	height:54px;
	background: #FF860F;
	line-height:54px;
	text-align:center;
    color: #fff;
	}
/**/
.newslist {
	width:870px;
	border-top:none;
	}
	
.newslist ul li{
	border-top:1px solid #f4f4f4;
	margin-bottom:15px;
	padding-top:15px;
	}	

.newslist ul li p{
	display:block;
	width:100%;
	color:#888;
	line-height:24px;
	}	
	
.newslist ul li p b{
	display:block;
	color:#333;
	font-size:18px;
	margin-bottom:10px;
	}	
	
.newslist ul li p	span{
	display:block;
	width:110px;
	height:35px;
	margin-top:15px;
	background:#FF860F;
	color:#fff;
	text-align:center;
	line-height:35px;
	}
/**/
.caselist{
	width: 870px;
	overflow: hidden;
	margin: 30px auto 0;
}
.caselist ul{
	width: 930px;
}
.caselist ul li{
	width: 285px;
	float: left;
	height: 120px;
	margin:0 7px 10px 0;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.caselist ul li img{
	width: 275px;
	height: 110px;
}
.caselist ul li p{
	text-align:center;
	line-height:42px;
	}
/**/
.logolist ul li{
	width:168px;
	height:63px
	}
.logolist ul li img{
	width:158px;
	height:51px;
	}
/**/
.about_list{
	width:350px;
	float:left;
	margin-left:50px;
	padding:0 0 30px 0;
	border:1px solid #ddd;
	}
.about_list h2{
	text-align:center;
	line-height:55px;
	color:#fff;
	font-size:20px;
	margin-bottom:20px;
	background:#0061ae;
	}
.about_list p{
	text-align:center;
	line-height:28px;
	}
/**/
.downlist ul{
	margin-bottom:20px;
	}
.downlist ul li{
	border-bottom:1px dashed #ddd;
	margin-top:10px;
	padding-bottom:10px;
	line-height:20px;
	}
.downlist ul li img{
	float:right;
	height:20px;
	}

/**/
.nr100{
	width: 98%;
	display:block;
	height: 160px;
	padding: 20px;
	margin:auto;
	box-sizing:border-box;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 48%;
	float: left;
	margin: 10px 1%;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 40%;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-left:5%;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.submit{
	background: #FF860F;
    width: 300px;
    height: 40px;
    border: 0px;
	margin-left:1%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
.biaogexx table{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-collapse: collapse;
	width:100%;
	}
.biaogexx table tr td{
	padding:10px;
	line-height:18px;
	font-size:8px;
	word-break:break-all;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}










