@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: #d63914;
}

.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') 
}
/*top*/
.head{
	 width: 100%;
	 background: #fff;
	 position: fixed;
	 top: 0px;
	 z-index: 99;
	 background-color: rgba(255,255,255,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8FFFFFF,endColorstr=#C8FFFFFF);
	 height: 80px;
}
.logo{
	width: 1200px;
	margin: auto;
	height: 80px;
	padding: 20px 0;
}

.logoming{
	float: left;
	margin-top: 5px;
}

.nav{
	width: 700px;
	margin-left: 120px;
	float: left;
	position: relative;
	
}

.nav ul .nav_li{ 
	width:100px; 
	float:left; 
	text-align:center; 
	height: 40px; 
	
	}
.nav ul .nav_li .nav_li_a{ 
	color:#333333; 
	font-size:14px; 
	line-height:40px;
	text-align: center;  
	width:100px;
	font-weight: bold; 
	height:40px;
	display:block;
	position:relative;
    z-index: 999;
	}

.nav ul .sy .nav_li_a{
	background:none;
	}
.submenu{ 
	width:100px;
	padding-bottom: 2px;  
	position:absolute; 
	top:40px;
	display:none; 
	z-index:99; 
	}

.submenu  ul{ 
	width:100px; 
	background:none;
	margin:0px;
	border: none;
	 }
.submenu  ul li{ 
	width:100px; 
	background-color: rgba(64,138,135,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8408a87,endColorstr=#C8408a87);
	height:30px; 
	text-align: center;
	line-height:30px; 
	margin-top: 1px;	
	}
.submenu ul li a{ 
	color:#FFF; 
	font-size:13px; 
	line-height:30px; 
	}
.submenu ul li a:hover{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height:30px; 
	background: #408a87;
	}

.nav ul .sy .nav_li_a{ 
	background: #408a87;
	width:100px;
	color: #fff;
	}
.zyw{
	width: 102px;
	float: right;
	border: 1px solid #dddddd;
	height: 28px;
	margin-top: 8px;
	border-radius: 14px;
	overflow: hidden;
}
.zyw ul{
	width: 50px;
	float: left;
	line-height: 28px;
	text-align: center;
}
.zyw .ywgl{
	background: #408a87;
}
.zyw .ywgl a{
	color: #fff;
}

/*banner*/
.swiper-container {
	width:100%;
	height:100%;
	margin-top: 80px;
	margin-left:auto;
	margin-right:auto;
	}
.swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	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:12px;
	height: 12px;
	border-radius:8px;
	opacity:1;
	border: 2px solid #fff;
	background:none;
	}
.swiper-pagination-bullet-active {
	background:#FFF;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:30px;
	}
.bt{
	width: 100%;
	padding: 80px 0 23px 0;
}	
.bt h2{
	text-align: center;
	font-size: 36px;
	color: #555;
}
.bt h4{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 40px;
}	
.index_case{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.index_case ul{
	width: 1300px;
}
.index_case ul li{
	width: 388px;
	float: left;
	height: 264px;
	float: left;
	overflow: hidden;
	margin-right: 18px;
	position: relative;
	margin-bottom: 18px;
}
.index_case ul li p{
	width: 388px;
	height: 264px;
	position: absolute;
	z-index: 2;
	top: 0px;
	padding-top: 60px;
	text-align: center;
	transition: all 0.6s ;
	background-color: rgba(0,0,0,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
}
.index_case ul li p b{
	color: #fff;
	font-size: 24px;
	line-height: 100px;
	display: inline-block;
	border-bottom: 3px solid #fff;
}
.index_case ul li:hover p{
	background-color: rgba(0,0,0,0.2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
}

.index_productw{
	width: 100%;
	margin-top: 100px;
	height: 600px;
	background: url(index_pr_bj.jpg) repeat-x;
}
.index_product{
	width: 1200px;
	margin: auto;
}
.index_product ul li{
	float: left;
	width: 300px;
	background: #eeeeee;
}
.index_product ul .index_product2{
	background: #f7f7f7;
}
.index_product ul li p{
	display: block;
	width: 300px;
	height: 150px;
	padding-top: 30px;
	background:none;
	transition: all 0.6s;
}
.index_product ul li p b{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	transition: all 0.6s;
}
.index_product ul li p span{
	display: block;
	width: 100px;
	height: 30px;
	margin: 20px auto 0;
	text-align: center;
	line-height: 30px;
	border: 1px solid #ccc;
	transition: all 0.6s;
}
.index_product ul li:hover p{
	background: #5db3b0;
}
.index_product ul li:hover p b{
	color: #fff;
}
.index_product ul li:hover p span{
	color: #fff;
	border: 1px solid #fff;
}
.index_news{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.index_news ul{
	width: 1300px;
}
.index_news ul li{
	width: 388px;
	height: 220px;
	float: left;
	font-size: ;
	padding: 40px 35px;
	margin-right: 18px;
	border: 1px solid #ddd;
	background: #f7f7f7;
}
.index_news ul li b{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.index_news ul li span{
	color: #999;
	line-height: 50px;
}
.index_news ul li p{
	line-height: 22px;
}
.index_news ul li:hover{
	background: #5db3b0;
}
.index_news ul li:hover b , .index_news ul li:hover span , .index_news ul li:hover p {
	color: #fff;
}
.foot{
	width: 100%;
	margin-top: 100px;
	background: #333;
	
}
.foot .foot_top{
	width: 1200px;
	margin: auto;
	height: 130px;
	border-bottom: 1px solid #aaaaaa;
}
.foot .foot_top li{
	width: 300px;
	float: left;
	margin-top: 40px;
}
.foot .foot_top li img{
	float: left;
}
.foot .foot_top li p{
	display: block;
	width: 230px;
	float: left;
	margin-left:15px ;
	color: #aaaaaa;
}
.foot .foot_top li p b{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
.foot_bot{
	width: 1200px;
	margin:auto;
	padding: 40px 0;
}
.foot_bot li{
	float: left;
	line-height: 32px;
	color: #aaaaaa;
}
.foot_bot .contact{
	width: 290px;
	margin-right:30px;
} 
.foot_bot .foot_nav{
	width: 660px;
	margin-left:40px;
}
.foot_bot .foot_nav p{
	display: block;
	width: 120px;
	float: left;
}
.foot_bot .foot_nav p a{
	display: block;
	color: #aaaaaa;
}
.foot_bot .ewm{
	width: 150px;
	float: right;
	text-align: center;
}
.foot_bot li b{
	font-size: 16px;
	display: block;
	color: #aaaaaa;
	margin-bottom: 15px;
}
.foot_bot li h4{
	font-size: 26px;
	color: #fff;
	margin-bottom: 12px;
	font-weight: normal;
}
.bqsy{
	width: 100%;
	height: 70px;
	background: #2f2f2f;
}
.bqsy ul{
	width: 1200px;
	margin: auto;
	line-height: 70px;
}
.bqsy ul span{
	float: right;
}

.xbanner{
	background: url(xbanner.jpg);
	
	margin-top:80px;
}
.xbanner ul{
	padding: 130px 0;
	}
.xbanner h2{
	text-align: center;
	font-size: 36px;
	color: #fff;
}
.xbanner h4{
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	font-weight: normal;
}

.mian{
	width: 1200px;
	margin: 60px auto 100px;
}
.fwxm_top{
	text-align: center;
}
.fwxm_top a{
	border: 1px solid #ddd;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom:5px;
}
.fwxm_top a:hover , .fwxm_top .gl{
	background: #408a87;
	color: #fff;
	border: 1px solid #408a87;
}
.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: #408a87;
}
.page-num-current{
	background: #408a87;
	color: #fff;
}
.news_show{
	width: 1200px;
	margin: 30px auto  0;
}
.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;
}
.newslist{

	width: 1200px;
	margin: 40px auto 100px;
}
.newslist li {
	border-bottom: 1px solid  #e8e8e8;
	height: 205px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.newslist li .time{
	width: 300px;
	height: 180px;
	float: left;
	text-align: center;
	
}
.newslist li .time img{
	width: 300px;
	height: 180px;
}

.newslist li .nr{
	width: 850px;
	float: right;
	
}
.newslist li .nr b{
	font-size: 18px;
}
.newslist li .nr span{
	font-size: 13px;
	display: block;
	line-height: 35px;
}
.nr{
	line-height: 28px;
}
.page1{
	padding-top: 30px;
}
.page1 p{
	color: #6c757d;
	line-height: 25px;
}
.page1 p a{
	color: #6c757d;
}

.ryzzlist{
	width: 1200px;
	overflow: hidden;
	margin: 30px auto 0;
}
.ryzzlist ul{
	width: 1300px;
}
.ryzzlist ul li{
	width: 285px;
	float: left;
	height: 470px;
	margin:0 20px 20px 0 ;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.ryzzlist ul li img{
	width: 275px;
	height: 421px;
}
.case ul li{
	width: 285px;
	float: left;
	height: 250px;
	margin:0 20px 20px 0 ;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.case ul li img{
	width: 275px;
	height: 206px;
}
.ryzzlist ul li h2{
	text-align: center;
	line-height: 40px;
}
.pagexx {
    line-height: 28px;

}
.pagexx img{
	display:inline;
	}
.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: 1200px;
	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 .firstRow {
    background: #ededed;
}

.biaoge tr td{
	padding:10px 20px;
	color:#666;
	font-size:13px;
	line-height:18px;
	min-width:70px;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
	}
.biaoge .firstRow td{
	font-size:18px;
	font-weight:bold;
	padding:20px 20px;
	} 
.biaoge tr td img{
	display:block;
	margin:auto;
	}

.biaoge {
    word-break: break-all;
	border-spacing: 0px;border-collapse: separate;
}
.show_product img{
	display: block;
	margin: auto;
	border:2px solid #ddd;
}
.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: #408a87;
    color: #fff;
    width: 130px;
    text-align: center;
}
.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;
}
.mian100{
	margin-top:60px;
	}

.productw{
	padding:50px 0 20px 0;
	}
.productwhs{
	background:#f1f1f1;
	}
.product{
	width:1200px;
	margin:auto;
	overflow:hidden;
	}
.product ul{
	width:1300px
	}
.product ul h4{
	font-size:18px;
	margin-bottom:10px;
	}
.product ul span{
	display:block;
	margin-bottom:20px;
	}
.product ul li{
	width:190px;
	float:left;
	margin-right:12px;
	height:225px;
	}
.product ul li img{
	width:190px;
	height:190px;
	
	}
.product ul li h2{
	font-weight:normal;
	text-align:center;
	line-height:26px;
	}
.promore{
	display:block;
	width:150px;
	height:38px;
	margin:20px auto;
	text-align:center;
	border:1px solid #ddd;
	
	line-height:35px;
	}
.promore:hover{
	color:#fff;
	background:#408a87;
	}
.wzal{
	border:1px solid #ddd;
	width:1202px;
	margin:auto;
	
	}
.wzal ul{
	width:400px;
	float:left;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #ddd;
	
	}







