*{
    margin: 0;
    padding: 0;}
html{
    width: 100%;
	height: 100%;
	position: relative;
    }
body { 
	width: 100%;
	height: 100%;
	margin:0 auto;
	font-size:14px; 
	font-family: "microsoft yahei",SimHei,arial; 
	color:#000;
	position: relative;}

ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p,em,ol,input,th{ 
	padding:0; margin:0;
	font-weight: normal;
}
ul ,ol{ 
	list-style:none;
}
img { 
	border:0px;
	max-width: 100%;
}
a{ 
	
	text-decoration:none; 
	
}
input,textarea,select{
	outline-style: none;
}
.clear{
	clear: both;
}

.box{
	width: 100%;
	height: auto;
	margin: auto;
	max-width:640px;
	position: relative;

}

.header{
	width:100%;
	margin:auto ;
	height: auto;
	overflow: hidden;
	padding: 3% 0;
	background: #00ace8;
	position: relative;
}
.logo{
	float: left;
	width:60%;
	padding-left: 7%;
}
.tel{
	background: url(../images/tel.png) no-repeat left center;
	float: right;
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-right: 2.5%;
}
.nav{
	width:100%;
	height: auto;
	overflow: hidden;
	padding: 3% 0;
}
.nav li{
	width: 25%;
	float: left;
	text-align: center;
	margin-bottom: 3%;
}
.nav li img{
	width: 50%;
}
.nav li a{
	color: #000000;
}
.nav li p{
	line-height: 2;
}


.product{
	width:100%;
	margin:3% auto;
	
}
.h6{
	text-align: center;
}
.h6 img{
	display: block;
	margin: auto;
	width: 50%;
}
.h6 p{
	color: #1A1A1A;
	display: inline-block;
	margin-top: -7%;
	font-size: 14px;
}
.h6 p span{
	font-size: 18px;
	display:block;
	margin-bottom: 11px;
}
.pro_p{
	width:90%;
	line-height: 2;
	margin: auto;
	text-align: center;
}
@media (max-width: 450px) {
	.pro_p{
		max-height: 56px;
		overflow: hidden;
	}
}
.product_ul{
	height: auto;
	overflow: hidden;
	margin:3% auto;
	text-align:center ;
}
.product_ul li{
	width: 30%;
	display: inline-block;
	text-align:center ;
	margin-bottom: 3%;
	
}
.product_ul li p{
	font-size: 16px;
	color: #00ace8;
	font-weight: bold;
	margin-top: 2%;
}
.product_ul li img{
	width: 70%;
	-webkit-filter:grayscale(100%) ;
	filter: grayscale(100%);
}

.advantage img{
	width: 100%;
}
.advantage_a{
	width:95%;
	margin:2% auto;
	
}
.advantage_a li{
	width: 100%;
	padding-left: 21%;
	margin-bottom: 4%;
}
.ps1{
	color: #506d9d;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ps2{
	width: 90%;
	font-size: 12px;
	font-weight: bold;
	color: #b7b7b7;
	border-bottom: 3px solid #00ace8;
	padding-bottom: 5px;
}
.ps3{
	color: #434343;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	max-height: 75px;
	overflow: hidden;
}
@media (max-width: 450px) {
	.ps3{
		max-height:51px;
		overflow: hidden;
	}
}




.about{
	height: auto;
	overflow: hidden;
	background:#f8f8f7;
	padding:5% 0;
}
.about_a{
	width: 95%;
	margin: auto;
}
.about_a h5{
	color: #666666;
	font-size: 24px;
	text-align: center;
}
.about_a h5 span{
	color: #d8d8d8;
	font-size: 20px;
	margin-left: 10px;
}
.about_a_info{
	width:100%;
	
	margin: 3% auto;
	
}
.about_a_info p{
	line-height: 2;
}
.about_a_info_u{
	height: auto;
	overflow: hidden;
	margin-top:4%;
}
.about_a_info_u li{
	float: left;
	width: 32.3%;
	margin-left: 1.5%;
}
.service{
	width: 95%;
	height: auto;
	overflow: hidden;
	margin:3% auto;
}
.service_a{
	width: 100%;
	float: left;
}
.service_a h5{
	padding:10px;
	height: auto;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	background: #00ace8;
}
.service_a h5 p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-left:3px solid  #fff;
	padding-left: 15px;
	float: left;
}
.service_a h5 p span{
	display: block;
	color: #e7e7e7;
	font-size: 12px;
}
.chak{
	display: block;
	text-align: center;
	float: right;
	background: #ffa800;
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 20px;
	border-radius:7px ;
	margin-top: 2%;
	
}
.service_a_u{
	
	
	text-align: center;
	height: auto;
	overflow: hidden;
	border-left:1px solid #d9d9d9 ;
}
.service_a_u li{
	
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	height: 40px;
	line-height: 40px;
	width: 50%;
	float: left;
	/*background: #f4eac1;*/
}
.service_a_u li a{
	color: #00ace8;
	display: block;
}

.service_a_u li.on{
	background: #00ace8;
}
.service_a_u li.on a{
	color: white;
}


.service_b{
	width: 100%;
	float: right;
	
	border: 1px solid #d9d9d9;
	border-top:none ;
	padding: 3%;
}
.service_b > div.on{
	display: block;
}
.service_b_info{
	display: none;
}

.service_b_info > div{
	margin: 3% auto;
	
}
.service_b_info > div h6{
	font-size: 16px;
	color: #00ace8;
	font-weight: bold;
	margin-bottom: 7px;
}
.service_b_info > div p{
	color: #353535;
	line-height: 2;
}
.service_b_info > div a{
	color: #353535;
	line-height: 2;
	font-weight: bold;
}
.service_b_info > div >img{
	float: right;
}
.news{
	width:100%;
	margin:auto;
	padding:3% 0;
	
}
.news_ul{
	height: auto;
	overflow: hidden;
	margin: 4% auto;
	text-align: center;
}
.news_ul li{
	width: 45%;
	margin: 2%;
	text-align: left;
	display: inline-block;
}
.news_ul li img{
	width: 100%;
}
.p1{
	color: #f60;
	font-size: 18px;
	margin: 3% auto 2%;
}
.p2{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 2;
	color: #111111;
	font-size: 16px;
}
.p3{
	color: #a1a1a1;
	max-height: 100px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.xq{
	color: #a1a1a1;
	display: inline-block;
	margin-top: 2%;
	font-size: 12px;
}

.link{
	background: #e5eff9;
}
.link_a{
	width: 95%;
	margin: auto;
	color: #303030;
	padding: 4% 0;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 2;
}
.link_a span{
	display: block;
	width: 80px;
	float: left;
}
.link_a p{
	width: 70%;
	float: left;
}
.link_a p a{
	display: inline-block;
	color: #303030;
	margin-right:4% ;
}

.footer{
	position: fixed;
	background: #161616;
	padding: 3% 0;
	height: auto;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer li{
	width: 25%;
	float: left;
	text-align: center;
}
.footer li img{
	width: 35%;
}
.footer li p{
	margin:5% auto;
	color: white;
}


.honor{
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: auto;
	border: 1px solid #d9d9d9;
	padding:3%;
	margin-bottom: 5%;
}
.honor h6{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 3%;
}
.honor h6 span{
	font-size: 16px;
	font-weight: bold;
	color: #00ace8;
	border-left:3px solid #00ace8 ;
	padding-left: 10px;
}
.honor h6 p{
	float: right;
	margin-top: 7px;
	color: #afafaf;
	font-size: 12px;
}
.honor h6 p a{
	color: #afafaf;
}
.honor_ul{
	height: auto;
	overflow: hidden;
	margin-top: 3%;
	text-align: center;
}
.honor_ul li{
	width:30%;
	display: inline-block;
	margin:auto 1% ;
	margin-bottom:3%;
	
}
.honor_ul li div{
	border: 1px solid #d9d9d9;
	width: 100%;
	padding:10% 0 ;
	
}
.honor_ul li div img{
	width: 80%;
	
	
}
.honor_ul li p{
	color: #1B1B1B;
	font-size: 12px;
	margin: 3% auto;
}

.fenlei{
	text-align: center;
}
.fenlei a{
	display: inline-block;
	padding: 5px 15px 5px 35px;
	background: url(../images/q45.png) no-repeat 7px center #d3e9c3;
	background-size:18px ;
	color: #1c1c1c;
	border-radius:5px ;
	margin: 2% 0;
}
@media(min-width: 450px){
	.fenlei a{
		margin: 2% ;
	}
}
.fenlei a.on{
	background: url(../images/w45.png) no-repeat 7px center #00ace8;
	background-size:18px ;
	color: white;
}


.list_t p{
	line-height: 2;
}
.list_t img{
	margin: 5% auto;
}
.n_ul{
	margin-top: 3%;
}
.n_ul li{
	width: 98%;
	margin: auto;
	height: auto;overflow: hidden;
	padding-bottom: 3%;
	margin-bottom:2%;
	border-bottom: 1px dashed #d9d9d9;
}




.n_ul_d1{
	width:25%;
	float: left;
	border: 1px solid #d9d9d9;
	text-align: center;
	position: relative;
	padding: 4% 0;
}

.n_ul_d2{
	width: 73%;
	float: right;
}
.pk1{
	color: #0b70b8;
	font-size: 16px;
	font-weight: bold;
}
.pk2{
	margin-top: 2%;
	color: #8b8b8b;
	font-size: 14px;
	line-height:1.5;
	max-height: 43px;
	overflow: hidden;
}
.pk3{
	font-size: 12px;
	color: #b0b0b0;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 4%;
}

.page a,.page span{
	display: inline-block;
	font-size: 12px;
	color: #666666;
	background: #e5e5e5;
	padding: 5px 10px;
	margin: 2px;
	transition: all 0.5s;
	
}
.page a:hover{
	color: white;
	background: #00ace8;
}
.page span{
	color: white;
	background: #00ace8;
}