@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: #333;
	list-style:none ;
	box-sizing: border-box;
	}
body{
	overflow-x: hidden;
	background: #f5f5f5;
}
.index{
	background: #fff;
}

A:hover{
	color: #ef4f01;
}

.bai a{
	color:#FFFFFF;
	}
 img{ 
 	border:0; 
 	display: block;
 	}
.left{
	float:left;
	}
.right{
	float:right;
	}
.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*/

.head{
	width: 100%;
	background:#fff;
}
.zxgg{
	width:100%;
	height:40px;
	background:#eeeeee;
	}
.zxgg ul{
	width:1200px;
	margin:auto;
	line-height:40px;
	}
.head_nav{
	height:110px;
	width:1200px;
	margin:auto;
	}	
.logo{
	width:250px;
	float:left;
	margin-top:25px;
	}
	
.nav{
	width:770px;
	float:right;
	margin-left:90px;
	margin-top:35px; 
}

.nav ul li{ 
	width:110px; 
	float:left;
	text-align:center; 
	height: 45px;
	float: left;
	position: relative;
	}
.nav ul li a{
	display: block;
	width: 110px;
	line-height: 45px;
	color: #333333;
	font-size:15px;
	font-weight:bold;
	text-align: center;
}
.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#2b71b9 
}
.nav .submenu{ 
	width:110px;
	position:absolute; 
	top:45px;
	display:none; 
	z-index:999;
	border-top:1px solid #2b71b9;
	background-image:none;
	background-color: rgba(43,113,185,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ef4f01,endColorstr=#C8ef4f01);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:110px;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
	color:#fff;
	border-bottom:1px solid #2b71b9;
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#2b71b9  !important;
	color:#fff;
	}
.tel{
	width:185px;
	font-size:18px;
	color:#ef4f01;
	font-weight:bold;
	margin-top:35px;
	float:right;
	line-height:18px;
	text-align:right;
	}
.tel img{
	vertical-align: middle;
	margin-right:10px;
	display:inline-block;
	
	}
/*banner*/
.swiper-container {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	}
	
.swiper-slide {
	text-align:center;
	font-size:18px;
	width: 100%;
	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-next:after,.swiper-button-prev:after {
	color:#fff;
	}
.swiper-pagination-bullet {
	width:18px;
	height: 18px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#ef4f01;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
/*标题*/
.bt{
	padding:60px 0 30px 0;
}
.bt h2{
	text-align:center;
	font-size:36px;
	color:#333333;
	margin-bottom:10px;
	}
.bt p{
	text-align:center;
	font-size:16px;
	}
.bai h2 , .bai p{
	color:#fff;
	}
.bt h4{
	text-align:center;
	margin-top:20px;
	}
.bt h4 a{
	display:inline-block;
	padding:0px 50px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	font-weight:normal;
	border:1px solid #ddd;
	}
.bt h4 a:hover{
	background:#ef4f01;
	border:1px solid #ef4f01;
	color:#fff;
	}
/*产品*/	
.about{
	width:1200px;
	margin:50px auto;
	}	
.about ul{
	width:45%;
	float:left;
	}
.about ul h2{
	font-size:36px;
	color:#153a80;
	margin-top:20px;
	font-weight:normal;
	}
.about ul h2 img{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	}
.about ul h4{
	font-size:30px;
	padding:10px 0 20px 0;
	color:#333;
	}
.about ul p{
	line-height:28px;
	}
.about ul a{
	color:#153a80;
	transition:all 0.3s;
	border-radius:25px;
	padding:15px 30px;
	display:inline-block;
	border:1px solid #153a80;
	margin:20px 0;
	}
.about ul a:hover{
	background:#153a80;
	color:#fff;
	}
.about ul li{
	width:25%;
	float:left;
	}
.about ul li h2{
	font-size:16px;
	text-align:center;
	color:#444;
	font-weight:normal;
	}
.about ul li h2 span{
	font-family:ywzt;
	font-size:48px;
	color:#2b2b9a;
	font-weight:normal;
	}
.about ul li p{
	text-align:center;
	}
.about .about_img{
	width:50%;
	float:right;
	}		
.ljfl_bj{
	background:#eee;
	}	
.ljfl ul{
	width:1200px;
	margin: auto;
	overflow:hidden;
	padding:20px 0 60px 0;
	}
.ljfl ul  li{
	width:1300px;
	}
.ljfl ul  li a{
	display:block;
	width:280px;
	height:250px;
	margin-right:26px;
	margin-bottom:26px;
	float:left;
	
	}
.ljfl ul  li a p{
	text-align:center;
	line-height:40px;
	}	
.ljfl_bt{
	width:100%;
	height:240px;
	padding-top:50px;
	background:url(pr_bt.jpg) no-repeat center;
	}	
.ljfl_bt h4{
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	}	
	
.ljfl_bt h2{
	background:url(pr_x.png) center no-repeat;
	font-size:30px;
	color:#fff;
	text-align:center;
	line-height:60px;
	}	
	
.ljfl_bt p{
	color:#fff;
	text-align:center;
	}
.ljfl_qh{
	width:1200px;
	margin:20px auto 0;
	}	
.ljfl_qh ul li{
	float:left;
	width:150px;
	height:50px;
	margin-right:5px;
	background:#fff;
	border:1px solid #ddd;
	line-height:50px;
	text-align:center;
	cursor:pointer;
	}
.ljfl_qh ul .hover{
	background:#153a80;
	color:#fff;
	}
.wscl{
	width:100%;
	background:url(cp_bj.jpg)  no-repeat center top;
	height:660px;
	padding-top:100px;
	}	
.wscl_bt{
	width:1220px;
	margin:auto;
	height:90px;
	border-bottom:1px solid #fff;
	}	
.wscl_bt h2{
	width:820px;
	float:left;
	font-size:30px;
	color:#fff;
	}	
.wscl_bt h2  span{
	text-transform:uppercase;
	font-size:14px;
	padding:0 10px;
	margin-top:10px;
	font-weight:normal;
	}	
.wscl_bt p{
	display:block;
	margin-top:10px;
	color:#fff;
	}	
.wscl_bt a{
	display:block;
	float:right;
	width:46px;
	margin-top:20px;
	}		
.wsclb{
	width:1220px;
	margin:auto;
	padding:10px;
	background:#fff;
	margin-top:28px;
	}	

.wscln p{
	text-align:center;
	line-height:50px;
	background:#EEE;
	display:block;
	}	

.news{
	width:1200px;
	margin:auto;
	}	
.news .bt{
	font-size:30px;
	text-align:center;
	font-weight:bold;
	font-size:30px;
	}	
.news .bt span{
	text-transform:uppercase;
	color:#2b71b9;
	}	
.news .left{
	width:580px;
	}	
.news .left li{
	line-height:30px;
	}	
.news .left span{
	display:block;
	width:100px;
	float:left;
	}	
.news .left	.newsli{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	padding-bottom:20px;
	}
.news .left	.newsli b{
	font-size:16px;
	color:#2b71b9;
	}	
.news .left	.newsli h4{
	font-weight:normal;
	color:#888;
	}	
.news .left	.newsli p{
	line-height:24px;
	color:#555;
	}	
.news .right{
	width:570px;
	float:right;
	}
.news .right li{
	border-bottom:1px solid #ddd;
	background:url(news_jt.png) no-repeat center left;
	line-height:50px;
	padding-left:25px;
	}	
.news .right li span{
	float:right;
	color:#999;
	}	
.foot{
	background:#191921;
	margin-top:120px;
	padding:20px 0 20px 0;
	}	
.foot_nav{
	width:1200px;
	margin:auto;
	border-bottom:1px solid #424249;
	}	
.foot_nav a{
	display:inline-block;
	padding-right:60px;
	color:#fff;
	font-size:16px;
	line-height:80px;
	}	
.foot_nav span{
	float:right;
	height:80px;
	width:20px;
	cursor:pointer;
	line-height:80px;
	}	
.foot_nav span img{
	vertical-align: middle;
	display:inline-block;
	}	
.foot ul{
	width:1200px;
	margin:50px auto 0;
	}	
.foot_logo{
	width:180px;
	float:left;
	}	
.foot_ewm{
	width:120px;
	float:right;
	}
.foot_contact{
	width:800px;
	float:left;
	}
.foot_contact p{
	color:#aaaaaa;
	line-height:30px;
	}
.foot_contact p i{
	display:inline-block;
	padding:0 20px;
	font-style:normal;
	}	
.foot_contact span{
	color:#606672;
	display:block;
	line-height:30px;
	margin-top:10px;
	}
.foot_contact span a{
	color:#606672;
	}	
.foot_ewm p{
	color:#7c838f;
	text-align:center;
	line-height:50px;
	}	

.nav_n{
	height: 68px;
	width: 100%;
	min-width:1200px;
	background: #FFF;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.nav_n ul{
	width: 1200px;
	margin: auto;
}
.nav_n ul .left{
	width: 265px;
	margin-top: 20px;
}
.nav_n ul .left .home_n{
	width: 18px;
	height: 15px;
	display: block;
	background: url(home_n.jpg);
	float: left;
	margin-right: 10px;
	margin-top: 7px;
}
.nav_n ul .left img{
	float: left;
	margin-top: 12px;
}
.nav_n ul .left h2{
	padding: 0 10px;
	float: left;
	color: #888;
	font-size: 20px;
}
.nav_n ul .right{
	width: 935px;
	text-align: right;
	line-height: 68px;
	
}
.nav_n ul .right a{
	line-height: 66px;
	padding: 0 10px;
	display: inline-block;
	color: #999999;
	transition: all 0.4s;
	background: url(nav_n_bj.jpg) no-repeat -150px 64px;
	
}
.nav_n ul .right a:hover , .nav_n ul .right .gl{
    background-position: 0 64px;
	color: #ef4f01;
}

.out {
  
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}

.news_show{
	width: 1200px;
	padding: 40px 50px 50px 50px;
	background: #fff;
	margin: 50px auto  0;
}
.pagexx {
    line-height: 30px;
}
.pagexx  img{
	display:inline-block
	}
.news_bt h2{
	border-bottom: 1px solid #ccc;
	font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 23px;
    text-align: center;
}
.news_bt h4{
	color: #999;
     font-weight: normal;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
}
.pagination{
	text-align: center;
	padding-top: 30px;
}
.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: #ef4f01;
}
.page-num-current{
	background: #ef4f01;
	color: #fff;
}
.product {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
}
.product ul{
	width: 1300px;

}
.product ul li {
	display: block;
	width: 280px;
	height: 294px;
	border: 1px  solid #e7e7e7;
	background: #fff;
	float: left;
	margin-top: 15px;
	margin-right: 24px;
	transition: all 0.6s ease;
}
.product ul li .img , .product ul li img{
	width: 278px;
	height: 237px;
	overflow: hidden;
	display: block;
	transition: all 0.3s ease;
}

.product ul li .title{
	text-align: center;
    background: url(cphover.jpg) no-repeat  0px -56px;
	line-height: 53px;
	font-size: 15px;
	height: 55px;
	display: block;
	transition: all 0.3s ease; 
	
}


.product ul li:hover .title{
	background-position: 0 0;
	color: #fff;
}
.product ul li:hover img{
	transform:scale(1.15);
}
.show_product img{
	display: block;
	margin: auto;
}
.show_product h2{
	font-size: 30px;
	text-align: center;
	color: #333;
	line-height: 65px;
}
.xxsm {
    border-bottom: 3px solid #ddd;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.xxsm ul {
    background: #ef4f01;
    color: #fff;
    width: 130px;
    text-align: center;
}
.xxnr{
	line-height:22px;
	color:#666;
	}
.page1{
	padding-top: 30px;
}
.page1 p{
	color: #6c757d;
	line-height: 25px;
}
.page1 p a{
	color: #6c757d;
}
.caselist{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding-top: 20px;
}
.caselist ul{
	width: 1300px;
}
.caselist ul li{
	width: 585px;
	float: left;
	height: 280px;
	margin: 20px 20px 0 0;
	overflow: hidden;	
	background: #fff;
	padding:10px;
	position: relative;
	box-shadow: 3px 3px 3px #ddd;
}
.caselist ul li img{
	height: 260px;
	float:left;
}
.caselist ul li h2{
	float:right;
	width:370px;
	padding:20px 0;
}
.caselist ul li h2 b{
	font-size:20px;
	margin-bottom:10px;
	display:block;
	}
.caselist ul li h2 p{
	font-weight:normal;
	line-height:24px;
	}
.newslist{

	width: 1200px;
	margin: 40px auto 100px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	height: 200px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.newslist li .time{
	width: 225px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 225px;
	height: 180px;
}

.newslist li .nr{
	width: 930px;
	float: right;
	
}
.newslist li .nr b{
	font-size: 18px;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 40px;
}
.nr{
	line-height: 28px;
}

.operate h3 {
	font-size: 16px;
	background: #f7f7f7;
	height: 43px;
	line-height: 43px;
	padding-left: 12px;
}

.operate ul li {
	display: inline;
}

.operate ul li a {
	background: url(bg1.png) no-repeat 200px 18px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 14px;
	color: #555;
	display: block;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dotted #d2d2d2;
}

.operate ul li a.noline {
	border-bottom: none;
}

.operate ul li a:hover {
	color: #8caf00;
}

.operate ul li a.selected:hover {
	color: #fff;
}

.operate ul li .selected {
	background-color: #8caf00;
	background-position: 200px -9px;
	color: #fff;
}

.operate ul li {
	border-bottom: 1px solid #d2d2d2;
	display: inline-block;
	width: 100%;
	min-width:1200px;
	position: relative;
	min-height: 43px;
	_height: 43px;
	z-index: 10;
	zoom: 1
}

.operate ul li h4 {
	cursor: pointer;
	background: url(j_c.png) no-repeat 1040px 15px;
	text-decoration: none;
	font-size: 18px;
	color: #555;
	display: block;
	line-height: 60px;
	font-weight: normal;
}

.operate ul li.noline {
	border-bottom: none;
}

.none {
	display: none
}

.operate ul li.selected h4 {
	background: url(j_o.png) no-repeat 1040px 15px;
	border-bottom: 1px solid #d2d2d2;
	color: #a10119;
	font-weight: bold;
}
.operate ul li.selected h4 span{
   font-size: 18px;
	color: #333;
	font-weight: normal;
}

.operate li .list-item {
	padding: 20px 0;
	position: relative;
	zoom: 1;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.contact{
	background:#fff;
	line-height:35px;
	width:1200px;
	margin:40px auto 0;
	}
.contact_xj{
	width:50%;

	float:left;
	padding:30px 50px;
	}
.contact_xj h2 , .contcat_ms h2{
	font-size:20px;
	margin-bottom:10px;
	}
.contcat_ms{
	width:50%;
	float:right;
	background:#f8f8f8;
	padding:30px 50px;
	}
.khts{
	width: 1200px;
	margin: 50px auto ;
	overflow:hidden;
}
.btnry h2{
	font-size: 36px;
	color: #515151;
	text-align: center;
}
.btnry h4{
	font-size: 24px;
	text-align: center;
	color: #e1e1e1;
	font-weight: normal;
    font-family: ywzt;
    margin-top: 12px;
}
.btnry  span{
	background: #c40c17;
	display: block;
	width: 50px;
	height: 4px;
	margin: 10px auto 0;
}
.nr100{
	width: 1140px;
	height: 160px;
	padding: 20px;
	margin-top: 30px;
	border: 1px solid #d1d1d1;
}
.nr30{
	width: 360px;
	float: left;
	margin-top: 20px;
	border: 1px solid #d1d1d1;
	padding: 10px;
	margin-right: 30px;
}
.nr301{
	width: 360px;
	float: left;
	margin-top: 20px;
}
.nr20{
	width: 200px;
	float: left;
	border: 1px solid #d1d1d1;
	padding: 10px;
}
.nr301 img{
	float: left;
	margin-left: 30px;
}
.khts button{
	background: #ddd;
    width: 300px;
    height: 50px;
    border: 0px;
    text-align: center;
    font-size: 15px;
    color: #666;
    float: left;
    margin-top: 20px;
    margin-right: 15px;
}
.biaoge{
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.biaoge tr td{
	padding:5px 5px;
	line-height:18px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
.biaoge {
    word-break: break-all;
}
.productnrshow img{
	margin:auto;
	display:block;
	}	
.mian{ 
   width: 1200px;
   margin: 50px auto 100px;
   position:relative;
}	
.mian_left{
    width: 240px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-600px;
}
.left_bt{
	background:#ef4f01;
	
	padding-left:30px;
	height:45px;
	
	}
.left_bt a{
	color:#fff;
	font-size:16px;
	line-height:45px;
	}
.mian_left_nav{
	width: 240px;
	background: #fff;
	}
.mian_left_nav ul li a{
	border-bottom: 1px solid #eee;
	padding:10px 30px;
	display: block;
}
.mian_left_nav ul li a:hover , .mian_left_nav ul li .gl{
	background: #eee;
	color: #333;
}
.mian_left_contact{
	width: 240px;
	background: #fff;
	line-height:26px;
	padding:15px;
	}
.mian_right{
 width: 930px;
 float: right;
 background: #fff;
}
.mian_right_bt{
 height: 45px;
 line-height: 45px;
 background: #ef4f01;
 color: #fff;
 font-size: 16px;
 font-weight:normal;
 padding-left: 20px;
}
.mian_right_bt a{
	 color: #fff;
 font-size: 16px;
	}
.mian_right_n{
padding: 20px;
}	
	
	
.productlist{
	width:890px;
	overflow:hidden;
	}
.productlist ul{
	width:980px;
	}
.productlist ul li{
	width:280px;
	float:left;
	background:#ddd;
	margin-bottom:10px;
	margin-right:10px;
	}
.productlist ul li img{
	width:278px;
	float:left;
	border:1px solid #ddd;
	height:223px;
	}
.productlist ul li p{
	text-align:center;
	line-height:35px;
	}
	
.prshowh2{
	text-align:center;
	font-size:20px;
	padding:20px 0;
	color:#333;
	}
.prshowh4{
	width:100%;
	margin-top:10px;
	background:#eee;
	margin-bottom:20px;
	}
.prshowh4 b{
	display:block;
	width:130px;
	text-align:center;
	color:#fff;
	line-height:45px;
	background:#ef4f01;
	}	
.mian_showproduct img{
	max-width:890px;
	}	
.qywhbj{
	background:url(qywh.jpg) no-repeat center;
	}		
	
.producttz{
	width:1100px;
	margin:20px auto;
	overflow:hidden;
	}	
	
.producttz ul{
	width:1300px;
	}	
.producttz ul li{
	width:350px;
	float:left;
	margin-right:25px;
	}
.map_lx{
	width:1200px;
	margin:auto;
	}		
#allmap {
	width:100%;
	height: 550px;
	overflow: hidden;
	font-family:"微软雅黑" ;
	}	
	
	
	
	.ryzzlist{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding-top: 20px;
}
.ryzzlist ul{
	width: 1300px;
}
.ryzzlist ul li{
	width: 285px;
	float: left;
	height: 280px;
	margin: 20px 20px 0 0;
	overflow: hidden;	
	background: #fff;
	padding: 5px;
	position: relative;
	box-shadow: 3px 3px 3px #ddd;
}
.ryzzlist ul li img{
	width: 275px;
	height: 221px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 45px;
}