*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;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;}
/*清除浮动*/
.clear{clear:both;}

.head{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	align-items: center;
 	padding:10px 0;
}
.head .name{
	margin-left: 2%;
	max-width: 60%;
}
.head .tel{
	margin-right: 2%;
	max-width: 35%;
}
.head img{
	width: 100%;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #b3b3b3;
	margin-top: 5px;
 
}
.nav ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #2658b0;
}
.nav ul li a{
	display: block;
	color:#1a1a1a;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	border-bottom: 2px solid #fff;
}
.nav ul li:nth-child(4):after{
	width: 0;
	height: 0; 
}
.nav ul li:last-child:after{
	width: 0;
	height: 0;
}
.nav ul .on a{
	color:#263f91;
}
.nav ul .on a,.nav ul li.on a{
	border-bottom: 2px solid #263f91;
}
.slider{
	display:none;
}
.focus span{
	width:10px;
	height:10px;
	margin-right:10px;
	border-radius:50%;
	background:#666;
	font-size:0}
.focus span.current{
	background:#2045a0;
}
.about{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/title.png)no-repeat center;
	background-size: 90% auto;
}
.title p{
	color:#253c91;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.title  span{
	display: block;
	color:#253c91;
	font-size: 12px;
	text-align: center;
	margin-top: 3px;
}
.about .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
}
.about .box img{
	display: block;
	max-width: 45%;
}
.about .box .info{
	max-width: 50%;
}
.about .box .info p{
	color:#232323;
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about  a{
	display: block;
	width: 90px;
	height:25px;
	text-align: center;
	border: 1px solid #253c91;
	margin: 0 auto;
	line-height: 25px;
	margin-top: 15px;
	color:#253c91;
	font-size: 12px;
}
.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.product .list ul {
	margin-left: -1%;
}
.product .list ul li{
	float: left;
	width: 31.5%;
	border: 1px solid #565a60;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
	text-overflow: ellipsis;
	margin-left: 1%;
	text-align: center;
	line-height: 30px;
 
}
.product .list ul li a{
	color:#253c91;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:5px;
}
.product .pic ul{
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}
.product .pic ul li img{
	display: block;
	width: 100%;
	height: 128px;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li p{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 25px;
	color:#fff;
	background: rgba(0,0,0,0.5);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product .more{
	display: block;
	width: 110px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #253c91;
	margin: 15px auto;
	color:#253c91;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.adv .tit{
	width: 100%;
}
.adv .tit img{
	display: block;
	width: 100%;
}
.adv ul{
	width: 96%;
	margin:0 auto;
	margin-top:5%;
}
.adv ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:4%;
}
.adv ul li b{
	color:#173378;
	font-weight: bold;
}
.adv ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv ul li .info img{
	float: left;
	width: 10%;
}
.adv ul li .info .text{
	float: right;
	width: 88%;
}
.adv ul li .info .text p{
	font-size: 4.5vw;
	color:#173378;
	font-weight: bold;
}
.adv ul li .info .text span{
	display: block;
	margin-top:0.5%;
	line-height: 18px;
	color:#000000;
}
.adv ul li .pic{
	width: 100%;
	margin-top: 2%;
}
.adv ul li .pic img{
	width: 100%;
}
.cases{
	width:96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10%;
}
.cases .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.cases .list ul {
	margin-left: -1%;
}
.cases .list ul li{
	float: left;
	width: 31.5%;
	border: 1px solid #565a60;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
	text-overflow: ellipsis;
	margin-left: 1%;
	text-align: center;
	line-height: 30px;
 
}
.cases .list ul li a{
	color:#253c91;
}
.cases .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:5px;
}
.cases .pic ul{
	height: auto;
	overflow: hidden;
}
.cases .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	position: relative;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
	height: 128px;
}
.cases .pic ul li:nth-child(2n){
	float: right;
}
.cases .pic ul li p{
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 25px;
	color:#fff;
	background: rgba(0,0,0,0.5);
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top: 5%;
}
.news ul{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow:3px 0px 0px 0px #2557b0 inset;
	margin-top:3%;
}
.news ul li .info{
	max-width: 60%;
	margin-left: 3%;
	height: 100%;
 
}
.news ul li .info h4{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#1d1d1d;
	font-size: 14px;
}
.news ul li .info p{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 12px;
	color:#464646;
	margin-bottom: 5px;
	margin-top: 5px;
}
.news ul li .info a{
	display: block;
	color:#000000;
}
.news ul li .time{
	width:65px;
	height:65px;
	background: #2557b0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.news ul li .time p{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
 	
}
.news ul li .time span{
	display: block;
	color:#fff;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
}
.message{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:3%;
	background:url(../images/m/bg.png)no-repeat center;
	background-size: 100% 100%;
	padding-bottom:5%;
	margin-top: 5%;
}
.message .bg{
	width: 94%;
	height: auto;
	overflow: hidden;
	background: rgba(255,255,255,0.5);
	margin:0 auto;
	margin-top:5%;
	padding-bottom:5%;

}
.message .bg .tit{
	width:80%;
	margin:0 auto;
	margin-top: 3%;

}
.message .bg .tit img{
	width: 100%;
}
.message form{
	width:80%;
	margin:0 auto;
	margin-top: 2%;
}
.message form ul li{
	width:100%;
	height: auto;
	margin-top: 10px;
	overflow: hidden;
 
}
.message form ul li p{
	width:25%;
	height: 35px;
	background: url(../images/bg03.jpg)no-repeat;
	background-size: 100% 100%;
	float: left;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color:#fff;
}
.message form ul li input{
	width: 70.5%;
	float: left;
	height: 35px;
	border: none;
	background: #dbd9d7;
	border-radius: 0 5px 5px 0px;
	padding-left: 10px;
	font-size: 12px;
	color:#999;
	outline: none;
	font-family: "微软雅黑";
}
.message form ul li textarea{
	width: 99.5%;
	height: 104px;
	border-radius: 5px;
	background: #dbdada;
	resize: none;
	font-size: 12px;
	overflow: hidden;
	font-family: "微软雅黑";
	color:#555555;
	outline: none;

}
.message form .btn{
	width:100%;
	height: 35px;
	background: #18347b;
	color:#fff;
	text-align: center;
	font-size: 18px;
	border: none;
	border-radius: 5px;
	margin-top: 20px;
	font-family: "微软雅黑";
}
.footer{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-bottom: 16%;
	margin-top: 5%;

}
.footer .gotop{
	width: 100%;
	height: 30px;
	background: #555555;
}
.footer .gotop a{
	display: block;
	width: 100%;
	line-height: 30px;
	color:#fff;
 
	font-weight: bold;
	font-size: 14px;
}
.footer .gotop div{
	width: 45px;
	margin:auto;
 
}
.footer .gotop div img{
	float: right;
	margin-top:30%;
	height:9px;
}
 
.footer .copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:3%;
	margin-bottom: 3%;
}
.footer .copyright h4{
	font-size: 13px;
	color:#555555;
	text-align: center;
}
.footer .copyright p{
	text-align: center;
	line-height:19px;
	font-size: 12px;
	color:#666666;
	margin-top: 5px;
}
.footer  a{
	color:#666;
}
.footer-nav{
	width: 100%;
	height:auto;
	position: fixed;
	bottom: 0;
}
.footer-nav ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background:#253c91;
	position: relative;
}
.footer-nav ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer-nav ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
}
.footer-nav ul li a{
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
}
.footer-nav ul li img{
	display: block;
	height: 25px;
	margin-right: 2px;
 
 
}
.footer-nav ul li p{
	float: left;
	color:#fff;
	margin-top: 3px;
	margin-left:5%;
	text-align: center;
 
 
	font-size: 14px;
}
.jiathis_style_m{
	margin-top:-40px;
	position: absolute;
	width: 100%;
	display:none;
}
.jiathis_style_m .jiathis_style_32x32{
	margin-left: 25%;
}
.jiathis_txt {
	display: none;
}

.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,.works h4,.case h4,.product h5{ text-align:center; line-height:30px; font-size:15px;}
.product_cont,.news_content,.about_cont1{ width:96%; margin:2%;}
.productimg img{ max-width:100%; margin:0px auto;}
.p_c{ text-align:center; line-height:24px;}
.about .aboutinfo{ width:100%;}
.current{ display:block; width:100%; height:100%;background:#b61814;}
@media only screen and (max-device-width: 320px){
	 .product .pic ul li img{
	 	height: 114px;
	 }
	 .cases .pic ul li img{
	 	height: 114px;
	 }
}
@media only screen and (min-device-width: 375px){
	 .product .pic ul li img{
	 	height: 133px
	 }
	.cases .pic ul li img{
	 	height: 133px
	 }
}	
@media only screen and (min-device-width:412px){
 	.product .pic ul li img{
 		height: 147px;
 	}
 	.cases .pic ul li img{
 		height: 147px;
 	}
}