﻿html {
	font-size: 62.5%;
	color: #222;
}

::selection {
	background-color: #f60;
	text-shadow: none;
	color: #f00;
}

::-moz-selection
{
color:#ff0000;
}

ul,dl,li,dt,dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/*工具样式*/

.center-block{
	display: block;
	margin: 0 auto;
}

.pull-right{
	float: right !important;
}

.pull-left{
	float: left !important;
}

.text-right{
	text-align: right !important;
}

.text-left{
	text-align: left !important;
}

.text-center{
	text-align: center !important;
}

.hide{
	display: none !important;
}

.show{
	display: block !important;
}

.invisible{
	visibility: hidden;
}

.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.clearfix:befor,
.clearfix:after{
	content: "";
	display: table;
}

.clearfix:after{
	clear: both;
}

/*浏览器更新提示*/

.browserupgrade{
	padding: 5px;
	margin: 0;
	background-color: #fc0;
	text-align: center;
	font-size: 1.5rem;
}
.browserupgrade a{
	color: #f30;
	padding: 0 5px;
}

/*自定义页面样式*/

body{
	font-size: 1.4rem;
	line-height: 1.8;
	background-color: #fff;
}

a{
	color: #666;
	text-decoration: none;
}

a:hover, a:active{
	color: #f60;
	/*text-decoration: underline;*/
}

/*header*/
.logo{
	width: 1180px;
	margin: 0 auto;
	padding: 20px 0;
	zoom:1;
	overflow: hidden;
}
.logo img{
	float: left;
}
.logo a{
	float: right;
	display: inline-block;
	border-radius: 4px;
	background-color: #08c8b8;
	color: #fff;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;;
	font-size: 1.4rem;
}
.logo a:hover{
	background-color: #F90;
}

.nav{
	width: 1180px;
	margin: 0 auto;
}
.nav ul{
	width: 100%;
	zoom:1;
	overflow: hidden;
}
.nav ul li{
	display: inline-block;
	width: 13.5%;
	text-align: center;
}
.nav ul li a{
	display: inline-block;
	width: 60%;
	height: 40px;
	line-height: 40px;
	font-size: 1.8rem;
	border-bottom: solid 3px #fff;
}
.nav ul li a:hover{
	height: 40px;
	line-height: 40px;
	border-bottom: solid 3px #08c8b8;
}

/**/
.wap-header{
	height: 60px;
	zoom:1;
	overflow: hidden;
}
.wap-header .wap-logo{
	padding: 10px;
	width: 60%;
	float: left;
}
.wap-header .wap-logo img{
	width: 100%;
	margin-top: 10px;
}
.wap-icon{
	padding: 10px;
	float: right;
}
.wap-iconView{
	display: block;
	background: url(../img/menu.png) no-repeat;
	background-size: 80%;
	width: 35px;
	height: 34px;
	margin-top: 5px;
}
.wap-nav{
	display: none;
	position: absolute;
	width: 100%;
	background: #fff;
	top: 60px;
	z-index: 100;
	border-top: solid 1px #ddd;
	background: #fefefe;
}
.wap-nav ul li{
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #ddd;
	font-size: 2rem;
	text-align: center;
}
.wap-nav ul li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.wap-nav ul li a:hover,.wap-nav ul li a:active{
	color: #fff;
	background: #08c8b8;
}

/*banner*/

.swiper-container {
      width: 100%;
      height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper1{
    height: 600px;
}

/*about*/
.about{
	background: url(../img/bg_about.jpg) no-repeat center top;
}
 .about .about-info{
	width: 1180px;
	margin: 0 auto;
	position: relative;
	zoom:1;
	overflow: hidden;
}
.about .about-left{
	float: left;
	width: 745px;
	margin-top: 115px;
}
.about .about-left p{
	width: 500px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #2668d6;
	margin-bottom: 55px;
}
.about .about-right{
	float: right;
	width: 355px;
	margin-right: 20px;
	margin-top: 110px;
}
.about .about-right h3{
	text-align: center;
	font-size: 18px;
}
.about .about-right h3 a{
	color: #fff;
	font-size: 18px;
}
.about .about-right p{
	color: #fff;
	padding-top: 20px;
}

/*product*/
.products{
	padding-top: 50px;
	zoom:1;
	overflow: hidden;
}
.products img{
	float: right;
	padding-right: 20px;
}
.products-info{
	background: #eee;
	margin-top: -130px;
	padding-bottom: 50px;
}
.products-info ul{
	width: 1200px;
	margin: 0 auto;
	zoom:1;
	overflow: hidden;
	padding-top: 150px;
}
.products-info ul li{
	float: left;
	width: 33.33333333%;
	text-align: center;
	position: relative;
}
.products-info ul li img{
	background: #fff;
	padding-bottom: 80px;
}
.products-info ul li a{
	display: block;
	text-align: center;
}
.products-info ul li span{
	display: block;
	background: #08c8b8;
	width: 50%;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	top: -40px;
}

/*cases*/
.cases{
	text-align: center;
	font-size: 2.4rem;
	padding: 30px 0;
}
.swiper2 {
    width: 100%;
    height: 320px;
}
.swiper-slide {
    width: 80%;
}

.cases-info{
	width: 100%;
	position: relative;
}
.cases-info h3{
	color: #fff;
	width: 100%;
	position: absolute;
	top: 25%;
	left: 10%;
}
.cases-info p{
	color: #fff;
	width: 80%;
	position: absolute;
	top: 35%;
	left: 10%;
}
.casehref{
	cursor:pointer;
}

/*shebei*/
.swiper3 {
	height: 650px;
	background: url(../img/bg_shebei.jpg);
}
.title-shebei{
	padding: 30px 0;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.title-shebei h3{
	font-size: 2.8rem;
}
.title-shebei p{
	font-size: 1.8rem;
}
.shebei-info{
	width: 500px;
	height: 280px;
}

/*news*/
.news{
	background: #f5f5f5;
	zoom:1;
	overflow: hidden;
	padding-bottom: 50px;
}
.news h3{
	font-size: 2.8rem;
	text-align: center;
}
.news-info{
	zoom:1;
	overflow: hidden;
}
.news-left{
	width: 46%;
	float: left;
	background: #fff;
}
.news-left img{
	width:100%;
	height:235px;
}
.news-left h4{ 
	font-style:normal; 
	font-size: 1.8rem;
	line-height: 1rem;
	padding:0 16px;
}
.news-left p{
	line-height:24px; 
	font-style:normal; 
	padding:0 16px;
}

.news-right{
	width: 50%;
	float: right;
}
.news-right div.newsbg{ 
	background:#fff; 
	height:79px; 
	padding:20px; 
	margin-bottom:4px; 
	zoom:1; 
	overflow:hidden;
}
.news-right div.newsbg .date{
	width:20%; 
	height:60px; 
	border-right:solid 1px #dedede; 
	padding-top:10px; 
	text-align:center; 
	float:left;
}
.news-right div.newsbg .date span{ 
	display:block; 
	margin-bottom:10px;
}
.news-right div.newsbg .date a{ 
	display:block; 
	width:60px; 
	height:20px; 
	line-height:20px; 
	margin:0 auto; 
	background:#49aa81; 
	text-align:center; 
	color:#fff;
}
.news-right div.newsbg .newTitle{ 	
	float:left; 
	margin-left:30px; 
	width: 70%;
}
.news-right div.newsbg .newTitle h3{ 
	line-height: 0.6rem;
	font-size:16px; 
	font-weight:400; 
	text-align: left;
}
.news-right div.newsbg .newTitle p{ 
	font-size:14px;
	font-weight:400; 
	line-height:24px;
}

/*Contact*/
.contact{ 
	background:url(../img/bg_contact.jpg) no-repeat;
}
.address{ 
	position:absolute; 
	top:45%;
}
.address a{ 
	display:block; background:url(../img/wz.png) no-repeat; 
	width:150px; 
	height:50px; 
	padding-top:100px; 
	text-align:center;
}
.address a:hover{ 
	background:url(../img/wzh.png) no-repeat; 
	color:#fff;
}
.contact-intro{ 
	width:960px; 
	margin:0 auto; 
	position:relative; 
	padding-top:30px;
}
.coantact-text{ 
	background:url(../img/m.png) no-repeat; 
	width:393px; 
	height:722px; 
	margin:40px auto 0 auto; 
	text-align:center; 
	color:#fff;
}
.coantact-text img{ 
	margin-top:200px; 
	margin-bottom:20px;
}
.coantact-text dl dt{ 
	font-size:18px; 
	font-weight:bold;
}
.message{ 
	position:absolute; 
	top:45%; 
	right:0;
}
.message a{ 
	display:block; 
	background:url(../img/ly.png) no-repeat; 
	width:150px; 
	height:50px; 
	padding-top:100px; 
	text-align:center;
}
.message a:hover{ 
	background:url(../img/lyh.png) no-repeat; 
	color:#fff;
}

.banner-inner{ 
	height:50px;
	line-height: 50px;
	border-bottom: solid 1px #ddd; 
}
.banner-inner p{
	margin:0 auto; 
}

.content-inner{
	width: 90%;
	margin: 0 auto;
}
.content-inner h1{ 
	text-align:center; 
	border-bottom:dashed 1px #ddd;
}
.content-inner img{ 
	max-width: 100%;
}

.page{ text-align:center; padding:10px; font-size:14px;}

footer {
	width: 100%;
	background: #1758a3;
	padding: 52px 0 7px
}
.footer-top {
	width:90%;
	margin:0 auto;
	padding-bottom: 29px;
	border-bottom: 1px solid #2167b7;
	zoom:1;
	overflow: hidden;
}

.footer-bot {
	padding: 10px 0
}
.footer-bot p {
	text-align:center;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	opacity: .5;
	filter: alpha(opacity=50)
}

.footer-top-left {
	float: left;
	width: 24.7%
}
.footer-top-center {
	float: right;
	width: 62.6%
}

.footer-top-center li{
	float: left;
	padding-left:50px;
}
.footer-top h2 {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	margin-bottom: 7px;
	opacity: .8;
	filter: alpha(opacity=80)
}

.footer-top-center li p {
	font-size: 14px;
	color: #fff;
	line-height: 24px
}

.footer-top-center a{
	color: #fff;
}
.honor-img{
	padding: 30px 0;
}
.honor-img ul{ 
	zoom:1; 
	overflow:hidden; 
	margin-right:-30px; 
	border-bottom:solid 1px #ddd;
}
.honor-img ul li{ 
	float:left; 
	width:270px; 
	margin-right:30px; 
	margin-bottom:30px;
}
.honor-img ul li img{ 
	width:100%; 
	height:180px;
	border:solid 1px #eee;
}
.honor-img ul li span{ 
	display:block; 
	text-align:center;
}

.list{ margin:30px auto;}
.list dl{ border-bottom:solid 1px #ddd; padding:20px 0;}
.list dl dt{ font-size:18px; line-height:40px;}
.list dl dt img{ width:300px; height:180px;}
.list dl dd.data{ font-size:14px; line-height:40px; color:#999;}
.list dl dd.txt{ font-size:14px; line-height:24px;}

.product-inner{ zoom:1; overflow:hidden; padding: 30px 0;}
.left{ width:200px; float:left;}
.right{ width:960px; float:right;}
/* .product_list p{ background:#eee url(../img/btn01_h.png) no-repeat 10px center; height:50px; display:block; padding-left:35px; line-height:50px; margin-bottom:15px; margin-top:0;}
 */
.product-img{ zoom:1; overflow:hidden; margin-right:-30px; border-bottom:solid 1px #ddd;}
.product-img li{ float:left; width:298px; margin-right:30px; margin-bottom:30px;}
.product-img li img{ width:300px; height:220px; border:solid 1px #eee;}
.product-img li span{ display:block; text-align:center;}

.fst{ background:#eee url(../img/btn01_h.png) no-repeat 10px center; height:50px; display:block; padding-left:30px; line-height:50px; margin-bottom:15px; margin-top:0;}
.sec{ background:#eee url(../img/btn01_h.png) no-repeat 25px center; height:50px; display:block; padding-left:41px; line-height:50px; margin-bottom:15px; margin-top:0;}


/*Wap*/
@media only screen and (max-width: 750px){
	.swiper1 {
	    height: 200px;
	}
	header,.about,.swiper2{
		display: none;
	}
	.wap-about{
		background: url(../img/bg_about2.jpg) no-repeat center top;
		background-size: 100% 80%;
		zoom:1;
		overflow: hidden;
	}
	.wap-about h3{
		font-size: 2rem;
		color: #08c8b8;
		text-align: center;
	}
	.wap-about p{
		font-size: 1.6rem;
		padding: 0 1.4rem;
		text-align: center;
	}
	.wap-about img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.wap-about .wap-more {
		width: 50%;
		margin: 0 auto;
		margin-top: 16px;
	}
	.wap-about .wap-more a{
		display: inline-block;
		border-radius: 4px;
		background-color: #08c8b8;
		color: #fff;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;;
		font-size: 1.4rem;
	}
	.products-info ul{
		width: 100%;
	}
	.products-info ul li{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.cases{
		text-align: center;
		font-size: 2.4rem;
		padding: 10px 0;
	}
	.wap-cases{
	    width: 90%;
	    margin: 0 auto;
	}
	.wap-cases-info{
		height: 150px;
	}
	.wap-cases-info{
		width: 100%;
		position: relative;
	}
	.wap-cases-info h3{
		color: #fff;
		width: 100%;
		position: absolute;
		top: 25%;
		left: 5%;
	}
	.wap-cases-info p{
		color: #fff;
		width: 90%;
		position: absolute;
		top: 45%;
		left: 5%;
	}
	.news-left{
		width: 100%;
	}
	.news-right{
		width: 100%;
		margin-top: 10px;
	}
	.news-right div.newsbg{ 
		height:100px; 
	}
	.news-right div.newsbg .date{
		width:25%; 
	}
	.news-right div.newsbg .newTitle{
		width:60%; 
	}

	.contact{ 
		background:url(../img/bg_contact.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		height: 72rem;
	}
	.contact-intro{
		width: 90%;
		height: 70rem;
	}
	.address{ 
		position:absolute; 
		top:5%;
		left: 15%;
	}
	.address a{ 
		display:block; 
		background:url(../img/wz.png) no-repeat; 
		background-size: 100%;
		width:100px; 
		height:100px; 
		padding-top:65px; 
		text-align:center;
	}
	.message{ 
		position:absolute; 
		top:5%;
		right:15%;
	}
	.message a{ 
		display:block; 
		background:url(../img/ly.png) no-repeat; 
		background-size: 100%;
		width:100px; 
		height:100px; 
		padding-top:65px; 
		text-align:center;
	}
	.coantact-text{ 
		width: 100%;
		position: absolute;
		top: 150px;
		background:url(../img/m.png) no-repeat;  
		background-size: 100%;
		margin: 0 auto; 
		text-align:center; 
		color:#fff;
	}
	.coantact-text img{ 
		margin-top:120px; 
		margin-bottom:20px;
	}
	footer{
		padding: 0;
	}
	.footer-top{
		display: none;
	}

	.honor-img ul li{ 
		width:90%;
		margin: 0 auto;
	}
	.left{
		float: none;
		width: 100%;
	}
	.right{
		float: none;
		width: 100%;
	}
	.product_list p{ 
		background:#eee url(../img/btn01_h.png) no-repeat 10px center; 
		height:50px; 
		display:block; 
		padding-left:35px; 
		line-height:50px; 
		margin-bottom:15px; 
		margin-top:0;
	}
	.product-img li{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.product-img li img {
	    width: 90%;
	    border: solid 1px #eee;
	}
}
@media only screen and (min-width: 751px) and (max-width: 1336px){
	header,.about,.swiper2{
		display: none;
	}
	.swiper1 {
	    height: 400px;
	}
	.wap-header .wap-logo img{
		width: 50%;
		margin-top: 8px;
	}
	.wap-about{
		background: url(../img/bg_about2.jpg) no-repeat center top;
		background-size: 100% 80%;
		zoom:1;
		overflow: hidden;
	}
	.wap-about h3{
		font-size: 2rem;
		color: #08c8b8;
		text-align: center;
	}
	.wap-about p{
		font-size: 1.6rem;
		padding: 0 1.4rem;
		text-align: center;
	}
	.wap-about img{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.wap-about .wap-more {
		width: 50%;
		margin: 0 auto;
		margin-top: 16px;
	}
	.wap-about .wap-more a{
		display: inline-block;
		border-radius: 4px;
		background-color: #08c8b8;
		color: #fff;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;;
		font-size: 1.4rem;
	}
	.products-info {
		width: 100%;
	}
	.products-info ul{
		width: 100%;
	}
	.products-info ul li{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.products-info ul li img{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.cases{
		text-align: center;
		font-size: 2.4rem;
		padding: 10px 0;
	}
	.wap-cases{
	    width: 90%;
	    margin: 0 auto;
	}
	.wap-cases-info{
		height: 250px;
	}
	.wap-cases-info{
		width: 100%;
		position: relative;
	}
	.wap-cases-info h3{
		color: #fff;
		width: 100%;
		position: absolute;
		top: 35%;
		left: 5%;
		font-size: 3rem;
	}
	.wap-cases-info p{
		color: #fff;
		width: 90%;
		position: absolute;
		top: 60%;
		left: 5%;
		font-size: 2rem;
	}
	.news-left{
		width: 100%;
	}
	.news-right{
		width: 100%;
		margin-top: 10px;
	}
	.news-right div.newsbg{ 
		height:100px; 
	}
	.news-right div.newsbg .date{
		width:25%; 
	}
	.news-right div.newsbg .newTitle{
		width:60%; 
	}
	footer{
		padding: 0;
	}
	.footer-top{
		display: none;
	}
	.honor-img ul li{ 
		width:90%;
		margin: 0 auto;
	}
	.left{
		float: none;
		width: 100%;
	}
	.right{
		float: none;
		width: 100%;
	}
	.product_list p{ 
		background:#eee url(../img/btn01_h.png) no-repeat 10px center; 
		height:50px; 
		display:block; 
		padding-left:35px; 
		line-height:50px; 
		margin-bottom:15px; 
		margin-top:0;
	}
	.product-img li{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.product-img li img {
	    width: 95%;
	    border: solid 1px #eee;
	}
}
@media only screen and (min-width: 1337px){
	.wap-header,.wap-about,.wap-cases{
		display: none;
	}
	.products{
		width: 1200px;
		margin: 0 auto;
	}
	.news-info{
		width: 1180px;
		margin: 0 auto;
	}

	.footer-top {
		width: 1180px;
		margin: 0 auto;
	}
	.content-inner{
		width: 1180px;
		margin: 0 auto;
	}
}

/*打印样式*/
@media print{
	*,
	*:before,
	*:after{
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited{
		text-decoration: underline;
	}

	a[href]:after{
		content: "(" attr(href) ")";
	}

	abbr[title]:after{
		content: "(" attr(title) ")";
	}

	/*使用#和javascript的超链接不打印href*/
	a[href^="#"]:after,
	a[href^"javascript"]:after{
		content: "";
	}
}

.news-nav{ border-bottom:solid 1px #ddd; height:60px; line-height:60px;}
.news-nav p{ width:1180px; margin:0 auto;}
.news-nav p a{ background:url(../img/btn01.png) no-repeat left center; padding-left:15px; margin-right:15px;}