@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	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: #fff;
}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #00766c;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.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+ */
}
.container{
	width: 1200px;
	margin:auto;
}

/*top*/
.head{
	background:#f5f6f7;
	height:100px;
	
	border-bottom:1px solid #00766c;
	}
.head .container{
	position:relative;
	}
.logo{
	float:left;
	width:300px;
	margin-top:10px;
}
.logo img{
	width:100%;
	}

.nav{
	width:700px;
	float:left;
	margin-left:150px;
	margin-top:25px;
	}

.nav ul li{
	width:100px;
	float:left;
	position:relative;
	}
.nav ul li a{
	color: #000;
	font-size:16px;
	line-height:50px;
	display:block;
	text-align:center;
}

.nav ul li a:hover , .nav ul .sy a{
	color:#fff;
	background:#02716c;
}

.nav .submenu{ 
	width:100%;
	position:absolute; 
	top:50px;
	display:none; 
	z-index:999;
	background-image:none;
	background-color: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	
	}
.nav .submenu dl dt a{
	display: block;
    text-align: left;
    color: #666;
	text-align:center;
	width:100%;
    line-height: 35px;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
	color:#fff;
	border-top:1px solid rgba(255,255,255,0.2);
	background:none;
	}
.nav .submenu dl dt a:hover{
	background-image:none;
	background:#02716c !important;
	color:#fff;
	}
.ss{
	float:right;
	width:50px;
	height:50px;
	margin-top:25px;
	cursor:pointer;
	}
.ssnr{
	border:1px solid #ddd;
	position:absolute;
	right:0px;
	height:40px;
	z-index:2;
	background:#fff;
	top:70px;
	width:250px;
	}
.ssnr input {
    border: none;
    height: 38px;
    padding: 0 10px;
    width: 180px;
    float: left;
}
.ssnr button {
    background: #00766c;
    border: none;
    height: 38px;
	color:#fff;
    float: right;
    padding: 0 10px;
}
/*banner*/
.banner{
	position:relative;
	}
.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:#02716c;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:20px;
	}
.swiper-pagination-bullet {
	width:10px;
	height: 10px;
	opacity:0.8;
	background:#dddddd;
	}
.swiper-pagination-bullet-active {
	background:#02716c;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-75px;
	}
/**/
.zxly{
	position:absolute;
	z-index:999;
	bottom:0px;
	height:145px;
	width:100%;
	background-color: rgba(0,0,0,0.35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	}
.zxly ul{
	width:1200px;
	margin:auto;
	padding:40px 0;
	}
.zxly ul  .form-control{
	width:300px;
	height:50px;
	margin-left:20px;
	padding:10px;
	line-height:28px;
	color:#333;
	font-size:14px;
	margin-bottom:15px;
	border-radius:5px;
	border:1px solid #fff;
	background:#fff;
	float:left;
	}
.zxly ul  .form-control::-webkit-input-placeholder {
	color: #666;
	}
.zxly ul .submit {
    background: #00766c;
    border: none;
    width: 200px;
	float:right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
	margin-top:0px;
}

/**/
.bt{
	text-align:center;
	padding:40px 0;
	width:1200px;
	margin:auto;
	overflow:hidden;
	}
.bt h2{
	font-size:48px;
	color:#000000;
	text-align:center;
	z-index:2;
	position:relative;
	margin-top:-50px;
	}
.bt h2 span{
	color:#00766c;
	}
.bt h4{
	font-size:48px;
	color:#e4e4e4;
	text-align:center;
	text-transform:uppercase;
	}
.bt p{
	font-size:24px;
	text-align:center;
	color:#666;
	line-height:50px;
	}
.bt ul{
	width:1300px;
	margin:auto;
	padding-top:30px;
	}
.bt ul li{
	width:190px;
	float:left;
	border:2px solid #666;
	border-radius:5px;
	line-height:80px;
	margin-right:12px;
	margin-bottom:10px;
	}
.bt ul li img{
	width:80px;
	margin-right:20px;
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
	}
.bt ul li:hover{
	border:2px solid #00766c;
	}
/**/
.product_bt{
	margin-top:50px;
	}	
.product_w{
	background:#f4f4f4;
	padding:50px 0;
	}
.product{
	width:1200px;
	margin:auto;
	text-align:center;
	overflow:hidden;
	}
.product ul{
	width:1300px;
	}
.product ul li{
	width:380px;
	float:left;
	height:380px;
	border-radius:8px;
	overflow:hidden;
	position:relative;
	margin:15px 30px 15px 0;
	}
.product ul li img{
	width:100%;
	}
.product ul li p{
	width:380px;
	height:380px;
	transition:all 0.6s;
	display:block;
	position:absolute;
	top:380px;
	background-color: rgba(0,0,0,0.35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	}
.product ul li p b{
	display:block;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:normal;
	padding-top:150px;
	}
.product ul li p span{
	display:block;
	text-align:center;
	background:#fff;
	width:200px;
	margin:20px auto 0;
	padding:10px 0;
	border-radius:5px;
	color: rgba(0,0,0,0.6);
	}
.product ul li:hover p{
	top:0px;
	}
.more{
	font-size:20px;
	color:#fff;
	padding:15px 55px;
	display:inline-block;
	background:#00766c;
	text-align:center;
	border-radius:8px;
	transition:all 0.6s;
	}
.product .more:hover{
	background:#065952;
	}
/**/
.xbanner{
	background:url(xbanner.jpg) center no-repeat fixed;
	}
.xbanner ul{
	width:1200px;
	margin:auto;
	padding:50px 0 80px 0;
	}
.xbanner ul h2{
	font-size:72px;
	text-align:center;
	color:#fff;
	}
.xbanner ul h4{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	padding:15px 0;
	text-align:center;
	}
.xbanner ul p{
	font-size:20px;
	color:#fff;
	text-align:center;
	}
/**/
.cfsb{
	width:1200px;
	margin:auto;
	padding:80px 0;
	overflow:hidden;
	}
.cfsb ul{
	width:1300px;
	}
.cfsb ul li{
	width:280px;
	height:280px;
	border-radius:50%;
	overflow:hidden;
	float:left;
	margin-right:26px;
	}
.cfsb ul li img{
	height:280px;
	}
/**/
.about{
	background:#f4f4f4;
	padding:30px 0 100px 0;
	}
.about_top{
	width:1200px;
	margin:auto;
	}
.about_top video{
	width:720px;
	display:block;
	border-radius:8px;
	float:left;
	margin-top:10px;
	margin-right:40px;
	}
.about_top b{
	font-size:48px;
	color:#00766c;
	}
.about_top span{
	font-size:18px;
	color:#333;
	margin:10px 0 30px 0;
	display:inline-block;
	text-transform:uppercase;
	}
.about_top  p{
	font-size:16px;
	line-height:29px;
	margin-bottom:20px;
	}
.about_bot{
	width:1240px;
	margin:auto;
	}
.about_bot img{
	width:580px;
	margin:auto;
	border-radius:8px;
	float:left;
	margin:0 20px;
	}
/**/
.ryzz{
	background:url(ryzz_bj.jpg) no-repeat center;
	height:700px;
	padding-top:80px;
	}
.ryzz ul{
	width:1200px;
	margin:auto;
	}
.ryzz .bt{
	padding:0px;
	}
.ryzz .bt h4{
	color:#cfcfcf;
	}
/**/
.news{
	margin:auto;
	width:1200px;
	text-align:center;
	}
.news ul {
	width:575px;
	}
.news ul h2{
	font-size:18px;
	color:#000;
	margin-bottom:20px;
	font-weight:normal;
	}
.news ul h2 img{
	display:inline-block;
	vertical-align:middle;
	width:6px;
	margin-right:10px;
	}
.news ul li{
	height:140px;
	}
.news ul li img{
	float:left;
	margin-right:15px;
	width:140px;
	height:100px;
	}
.news ul li p{
	font-size:12px;
	display:block;
	width:415px;
	float:right;
	}
.news ul li p b{
	color:#000;
	display:block;
	margin-bottom:8px;
	font-size:16px;
	font-weight:bold;
	}
.news ul li p span{
	display:block;
	border-top:1px solid #333;
	color:#999;
	padding-top:8px;
	margin-top:8px;
	}
.news .news_more{
	display:block;
	float:left;
	width:120px;
	height:45px;
	line-height:45px;
	background:#ed9c00;
	text-align:center;
	border-radius:5px;
	margin-top:60px;
	margin-left:540px;
	color:#fff;
	}
	
.foot{
	background:#00766c;
	margin-top:60px;
	}
.foot ul{
	width:1200px;
	margin:auto;
	padding:60px 0;
	}
.foot ul .left{
	line-height:23px;
	width:500px;
	}
.foot ul .left p{
	color:#fff;
	line-height:30px;
	display:block;
	width:320px;
	float:left;
	}
.foot ul .left a{
	color:#fff;
	}
.foot ul .left span{
	display:block;
	float:right;
	text-align:center;
	width:135px;
	color:#fff;
	text-align:center
	}
	
.foot ul .right{
	width:600px;
	text-align:right;
	}
.foot ul .right h2{
	font-size:36px;
	color:#fff;
	padding:40px 0 15px 0;
	text-align:right;
	font-weight:normal;
	}
.foot ul .right  p{
	text-align:right;
	
	}
.foot ul .right  p a{
	color:#fff;
	display:inline-block;
	padding:0 10px;
	line-height:14px;
	border-right:1px solid #fff;
	}
/**/
.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: #00766c;
}
.page-num-current{
	background: #00766c;
	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 #00766c;
	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 #00766c;
	color:#fff;
	}
.product_nav  ul li .sy{
	background:url(xjt.png) no-repeat 230px 18px #00766c;
	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: #00766c;
    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  #00766c;
	}
.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: #00766c;
	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;
	border:1px solid #f1f1f1;
	}
.productlist ul li span{
	width:278px;
	height:278px;
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:278px;
	height:278px;
	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;
	min-height:300px
	}
.productshowtop .productshowtopleft{
	width:460px;
	float:left;
	border-right:1px solid #ddd;
	}
.productshowtop ul{
	width:710px;
	float:right;
	padding:30px;
	}
.productshowtop ul h2{
	font-size: 20px;
    color: #333333;
    font-weight: bold;
    height: 50px;
	border-bottom:1px solid #ddd;
    overflow: hidden;
	}
.productshowtop ul h3{
	position:absolute;
	bottom:280px;
	font-weight:normal;
	}
.productshowtop ul h3 span{
	display:block;
	width:170px;
	margin-top:5px;
	float:left;
	}
.productshowtop ul h3 b{
	font-size:20px;
	color:#e2a83e;
	}
.productshowtop ul h3 img{
	float:left;
	}
.productshowtop ul p{
	line-height:28px;
	margin-top:20px;
	}
.productshowbot{
	padding: 20px 19px 0;
	}
.productshowbt{
	border-bottom:1px solid #ddd;
	margin-bottom:20px;
	}
.productshowbt h2{
	width:150px;
	height:54px;
	background: #00766c;
	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:#ff8046;
	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;
	margin:0 7px 10px 0;
	overflow: hidden;	
	background: #fff;
	padding: 4px;
	position: relative;
	border: 1px solid #ddd;
}
.caselist ul li img{
	width: 275px;
}
.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:#00766c;
	}
.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: #e2a83e;
    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;
}































































