* {
	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: 60%;
}
.head img{
	display: block;
	width: 100%;
}
.head_tel{
	width: 35%;
}
/**/
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #00479d;
}
.nav ul li{
	float: left;
	width:33.33%;
	text-align: center;
	line-height:50px;
	height: 50px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:50%;
    height:14px;
    margin-top: -7px;
    width:1px;
    background:#fff;
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
/**/
.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;
}
/**/
.product_center{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.product_center .title{
	width: 98%;
	height: 50px;
	padding-left: 2%;
	background: #0358B0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product_center .title .left{
	float: left;
	width: 80%;
}
.product_center .title .left span{
	display: block;
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 50px;
	margin-right: 2%;
}
.product_center .title .left p{
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 50px;
}
.product_center .title .more{
	width: 24px;
	height: 24px;
	margin: 0 4% 0 0;
	float: right;
}
.product_center .title .more a{
	display: block;
}
.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: 30px;
	background:url(../images/m/about_bg.png)no-repeat center;
	padding: 10px 0;
}
.about .title{
	width: 100%;
	height: 55px;
	background: url(../images/m/about_title.png)no-repeat center;
}
.about .title p{
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 55px;
}
.about .intro{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .intro p{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
	text-indent: 1em;

}
.about .more{
	display: block;
	width: 100px;
	height: 30px;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
	color:#0358b0;
}
/**/
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .title{
	width: 98%;
	height: 50px;
	padding-left: 2%;
	background: #0358B0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cases .title .left{
	float: left;
	width: 60%;
}
.cases .title .left span{
	display: block;
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 50px;
	margin-right: 2%;
}
.cases .title .left p{
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 50px;
}
.cases .title .more{
	width: 24px;
	height: 24px;
	margin: 0 4% 0 0;
	float: right;
}
.cases .title .more a{
	display: block;
}
.cases_pic{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.cases_pic ul li{
	float: left;
	width: 48%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
}
.cases_pic ul li:nth-child(2n){
	float: right;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.cases_pic ul li p{
	width: 100%;
	font-size:12px;
	color:#333333;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}
/**/
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
/**/
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news .title,.msg .title{
	width: 98%;
	height: 50px;
	padding-left: 2%;
	background: #0358B0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .title .left,.msg .title .left{
	float: left;
	width: 60%;
}
.news .title .left span,.msg .title .left span{
	display: block;
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 50px;
	margin-right: 2%;
}
.news .title .left p,.msg .title .left p{
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 50px;
}
.news .title .more{
	width: 24px;
	height: 24px;
	line-height: 45px;
	margin-right: 3%;
	float: right;
	background: url(../images/more.png)no-repeat center;
}
.news .title .more a{
	width: 24px;
	height: 24px;
	display: block;
}
.news .list{
	width: 98%;
	margin: 0 auto;
	margin-top: 10px;
}
.news .list ul{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.news .list ul li{
	width: 100%;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
	background: #eeeeee;
}
.news .list ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news .list ul li .time{
	width: 60px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #00479d;
}
.news .list ul li .time b{
	color:#fff;
	font-size: 14px;
	display: block;
	text-align: center;
}
.news .list ul li .time span{
	color:#fff;
	font-size: 12px;
	text-align: center;
	display: block;
}
.news .list ul li .info {
	width: 80%;
	margin-left: 10px;
}
.news .list ul li .info p{
	color:#000000;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/**/
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #3e3e3e;
	padding-bottom: 20%;
	margin-top: 30px;
}
.footer .title{
	width: 80%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background:url(../images/foot_title.png)no-repeat bottom;
	padding-bottom:8px;
	margin-top: 15px;
}
.footer .title p{
	color:#fff;
	font-size: 14px;
	text-align: center;
}
.footer .info{
	width: 75%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.footer a{
	color:#fff;
}
.footer .info p{
	color:#fff;
	font-size: 12px;
	margin-top: 20px;
	line-height: 24px;
}
/**/
.fixed{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	left:0;
	bottom: 0;
}
.fixed ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background: #0358b0;
}
.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:30px; font-size:15px;}
.product_cont,.news_content{ width:96%; margin:2%;}
.productimg img,.product_cont img,.news_content img{ max-width:100%; margin:0px auto;}
.p_c{ text-align:center; line-height:30px;}
.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;
}
.msg form  .btn{
	width: 230px;
	float: right;
	height:30px;
	margin-top: 15px;
	border: none;
	background:#333;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: "微软雅黑";
}
@media only screen and (min-width:320px) {
.pro_pic ul li img{
	display: block;
	width: 96%;
	height: 118px;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
.cases_pic ul li img{
	display: block;
	width: 96%;
	height: 105px;
	margin: 2%;
	border-radius: 3px;
	margin-bottom: 0;
}
}

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

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

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

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