* {
	margin: 0px;
	padding: 0px;
}

body {
	max-width: 640px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	font-variant: normal;
	font-family: "微软雅黑";
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

img {
	border: 0px;
	display: block;
}

ul,
ol {
	list-style-type: none;
	list-style-image: none;
}
/**/
.head{
	width: 96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .name{
	width: 62%;
}
.head img{
	display: block;
	width: 100%;
}
.head_tel{
	width: 32%;
}
/**/
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
.banner .hd  ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #00479d;
}
/**/
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.nav ul{
	width: 96%;
	height: auto;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	width:24%;
 	height: auto;
 	background: #00479d;
 	border-radius: 6px;
 	margin-right: 1%;
 	margin-bottom: 10px;
 	padding-bottom: 10px;
}
.nav ul li img{
	display: block;
	margin: 0 auto;
	height: 28px;
	margin-top: 8px;
	margin-bottom: 5px;
}
.nav ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
/**/
.product_center{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product_center .title{
	width: 100%;
	height: auto;
}
.product_center .title span{
	display: block;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.product_center .title b{
	display: block;
	font-size: 18px;
	color: #00479d;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.product_center .title b:before{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
}
.product_center .title b:after{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 10px;
}
.product_center .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
}
.product_center .list{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product_center .list ul li{
	float: left;
	width: 32.33%;
	height: 40px;
	background: #eeeeee;
	line-height: 40px;
	position: relative;
	margin-right: 1%;
	margin-bottom: 1%;

}
.product_center .list ul{
	margin-left: 1.1%;
}
.product_center .list ul li:nth-child(3n){
	margin-right: 0;
}
.product_center .list ul li:after{
	content: ">>";
	left: 10px;
	top: 0;
	color:#000000;
	position: absolute;
	font-size: 12px;

}
.product_center .list ul li a{
	display: block;
	margin-left: 30px;
	color:#000000;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_center .list ul li a:hover{
	color: #0358B0;
}
.pro_pic{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.pro_pic ul li{
	float: left;
	width: 48%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}
.pro_pic ul li:nth-child(2n){
	float: right;
}
.pro_pic ul li img{
	display: block;
	width: 96%;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.pro_pic ul li p{
	width: 100%;
	font-size:12px;
	color:#333333;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}
/**/
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.about .title{
	width: 100%;
	height: auto;
}
.about .title span{
	display: block;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.about .title b{
	display: block;
	font-size: 18px;
	color: #00479d;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.about .title b:before{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
}
.about .title b:after{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 10px;
}
.about .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
}
.about .main{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	background: url(../images/m/about_bg.png)no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 50px;
}
.about .main span{
	display: block;
	width: 40%;
	height: 35px;
	background: #00479d;
	font-size: 13px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin-left: 2%;
	margin-top: 30px;
}
.about .main .text{
	width: 96%;
	height: auto;
	margin: 0 auto;
	margin-top: 130px;
}
.about .main .text p{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	text-indent: 2em;
	text-align:justify;
}
.about .main a{
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 2%;
}


/**/
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.cases .title{
	width: 100%;
	height: auto;
}
.cases .title span{
	display: block;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.cases .title b{
	display: block;
	font-size: 18px;
	color: #00479d;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.cases .title b:before{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
}
.cases .title b:after{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 10px;
}
.cases .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
}
#scroll{
	width:100%;
	height:auto;
	float: left;
	background: #eee;
	margin-top: 20px;
}
.cases_pic{
	width: 96%;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}
.cases_pic ul li{
	float: left;
	width: 50%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
}
.cases_pic ul li:nth-child(2n){
	float: right;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	margin: 2%;
	margin-bottom: 0;
}
.cases_pic ul li p{
	width: 100%;
	font-size:12px;
	color:#333333;
	line-height: 25px;
	text-align: center;
}
/**/
.adv{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
}
.adv img{
	display: block;
	width: 100%;
}
/**/
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 20px;
}
.news .title,.msg .title{
	width: 100%;
	height: auto;
}
.news .title span,.msg .title span{
	display: block;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.news .title b,.msg .title b{
	display: block;
	font-size: 18px;
	color: #00479d;
	font-weight: normal;
	text-align: center;
	position: relative;
}
.news .title b:before,.msg .title b:before{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 10px;
}
.news .title b:after,.msg .title b:after{
	content: "";
	background: #e6e6e6;
	width: 35%;
	height: 1px;
	position: absolute;
	right: 0;
	top: 10px;
}
.news .title p,.msg .title p{
	display: block;
	font-size: 13px;
	color: #7f7f7f;
	text-align: center;
}
.news .list{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news .list ul li{
	float: left;
	width: 49%;
	height: 40px;
	background: #eeeeee;
	line-height: 40px;
	position: relative;
	margin-right: 1%;
	margin-bottom: 1%;

}
.news .list ul{
	margin-left: 1.1%;
}
.news .list ul li:nth-child(2n){
	margin-right: 0;
}
.news .list ul li:after{
	content: ">>";
	left: 10px;
	top: 0;
	color:#000000;
	position: absolute;
	font-size: 12px;

}
.news .list ul li a{
	display: block;
	margin-left: 30px;
	color:#000000;
	font-size: 12px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .list ul li a:hover{
	color: #0358B0;
}
/**/
.logo{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	padding-top: 10px;
	border-top: 1px solid #e8e7e8;
}
.logo img{
	display: block;
	width: 60%;
	margin: 0 auto;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	background: #00479d;
	padding-bottom: 60px;
}
.foot{
	width: 96%;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
.foot .text{
	float: left;
	width: 70%;
	height: auto;
}
.foot .text p{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.foot .text a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.foot .icon{
	width: 25%;
	float: right;
}
.foot .icon img{
	display: block;
	width: 96%;
}
.devide{
	width: 100%;
	height: 10px;
	float: left;
	background: #fff;
	margin-bottom: 49px;
}
/**/
.fixed{
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	position: fixed;
	left:0;
	bottom: 0;
}
.fixed ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background: #00479d;
}
.fixed ul li img{
	display: block;
	margin: 0 auto;
	height: 22px;
	margin-top: 5px;
}
.fixed ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}

.fy{width:95%;line-height:30px; font-size:12px; text-align:left; padding-left:5%;}
.xlr_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.news h5,.product_center h5,.cases h5{ text-align:center; line-height:40px; font-size:18px;}
.product_cont,.news_content{ width:96%; margin:2%;}
.news_content{ font-size:16px;}
.productimg img,.product_cont img,.news_content img{ max-width:100%; margin:0px auto;}
.p_c{background:#eee; border-top:1px solid #ccc; color:#666; font-size:13px; text-align:center; line-height:30px;}
.about .info p{font-size:15px; line-height:30px; color:#333; text-align:justify;}

.msg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.msg form{
 	width: 300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.msg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.msg form li p{
	color:#333333;
	font-size: 14px;
	width: 70px;
	float: left;
 
 
}
.msg form li input{
 	display: block;
 	width: 228px;
 	border: none;
 	height: 28px;
 	border-radius: 5px;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.msg form li textarea{
	width: 228px;
	height: 80px;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 5px;
	border: 1px solid #c9c9c9;
}
.msg form  .btn{
	width: 230px;
	float: right;
	height:40px;
	margin-top: 15px;
	border: none;
	background:#00479d;
	color:#fff;
	font-size: 18px;
	border-radius: 5px;
	font-family: "微软雅黑";
}
@media only screen and (min-width:320px) {
.pro_pic ul li img{
	display: block;
	width: 96%;
	height: 154px;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	height: 102px;
	margin: 2%;
	margin-bottom: 0;
}
}

@media only screen and (min-width:360px) {
.pro_pic ul li img{
	display: block;
	width: 96%;
	height: 174px;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	height: 114px;
	margin: 2%;
	margin-bottom: 0;
}
}

@media only screen and (min-width:375px) {
.pro_pic ul li img{
	display: block;
	width: 96%;
	height: 183px;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	height: 119px;
	margin: 2%;
	margin-bottom: 0;
}
}

@media only screen and (min-width:411px) {
.pro_pic ul li img{
	display: block;
	width: 96%;
	height: 196px;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	height: 131px;
	margin: 2%;
	margin-bottom: 0;
}
}