*{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: 70%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width: 25%;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:33.333%;
	text-align: center;
	line-height:35px;
	height: 35px;
	background:#1151bb;
	position: relative;
	border-bottom: 1px solid #1179c0;
}
.nav ul li a{
	color:#fff;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#1179c0;
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+4){
	border: none;
}
.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;
	background: rgba(0,0,0,0.5);
	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: #1595ea;
}


.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.title{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.title p{
	color:#1151bb;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.title b{
	color:#00a2eb;
}

.title span{
	display:table;
	margin: 0 auto;
	padding: 0 80px;
	background: #fff;
	color:#a9a9a9;
	font-size: 12px;
	text-transform: uppercase;
 
	text-align: center;
	position: relative;
	margin-top: 3px;
}

.title span:after{
	content: "";
	width: 70px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #c9c9c9;
}

.title span:before{
	content: "";
	width: 70px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #c9c9c9;
}
.cases  ul{
	margin-top: 10px;
} 
.cases  ul li{
	width: 32%;
	margin-left: .5%;
	margin-left:2%;
	background: #eeeeee;
	float: left;
	margin-bottom: 10px;
}
.cases  ul li:nth-child(3n-2){
	margin-left: 0;
}

.cases  ul li img{
	display: block;
	width: 96%;
	margin: 2%;
}

.cases  ul li p{
	text-align: center;
	color:#333;
	font-size: 12px;
	line-height: 25px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}


.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.product .list ul li{
	float: left;
	width: 32%;
	border: 1px solid #dcdcdc;
	height: 30px;
	line-height: 30px;
	margin-left: 1.9%;
	background:#eeeeee;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
}
.product .list ul li:nth-child(3n-2){
	margin: 0;
}
.product .list ul li a{
	color:#333333;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li {
	float: left;
	width: 49%;
	height: auto;
	border: 1px solid #dcdcdc;
	overflow: hidden;
 
	box-sizing: border-box;
	margin-bottom: 10px;
}

.product .pic ul li img{
	display: block;
	width:100%;
 

}


.product .pic ul li p{
	text-align: center;
	line-height: 25px;
	color:#333333;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.adv{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv .gg img{
	display: block;
	width: 100%;
}
.adv .tit{
	width: 70%;
	margin: 0 auto;
	margin-top: 20px;
}
.adv .tit img{
	width: 100%;
	display: block;
}
.adv .bd {
	margin-top: 20px;
}
.adv .bd img{
	display: block;
	width: 100%;
}

.adv   .intro{
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 	margin-top: 20px;
}
.adv   .intro img{
	display: block;
	float: left;
	width: 45px;
	float: left;
}
.adv   .intro .info{
	width:80%;
	height: auto;
	overflow: hidden;
	float:left;
	margin-left: 20px;

}

.adv   .intro .info .t{
	width: 100%;
	height:60px;
	overflow: hidden;
	background: url(tit.png) repeat-x left bottom;
}

.adv   .intro .info .t  p{
	color:#1151bb;
	font-size: 18px;
	font-weight: bold;
}

.adv   .intro .info .t span{
	display: block;
	color:#555555;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 3px;
}

.adv   .intro  .text{
	width: 100%;
	 
	height: auto;
	overflow: hidden;
	float: left;
	margin-top:5px;
}
.adv   .intro  .text p{
	color:#555555;
	font-size: 13px;
	text-indent: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 25px;
	position: relative;
}

.adv   .intro  .text p:after{
	content: "";
	width: 6px;
	height: 6px;
	background: #d12521;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}


.about{
	width: 100%;
	height: auto;
	overflow: hidden;
 
	margin-top: 30px;
}
.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
	background: #1151bb;
}

.about .title{
	margin-top: 20px;
}

.about .title p{
	color:#fff;
}
.about .title span{
	color:#fff;
	background: #1151bb;
}
.about .title span:after{
	background: #fff;
}
.about .title span:before{
	background: #fff;
}

.about .pic{
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
	border: 2px solid #fff;
}
.about .pic img{
	display: block;
	width: 100%;
}

.about .intro{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.about .intro p{
	color:#fff;
	font-size: 12px;
	line-height: 20px;
}

/*.about  a{
	display: block;
	width: 120px;
	height: 30px;
	background: #d12521;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	margin: 0 auto;
	margin-top: -15px;
	position: relative;
	z-index: 100;
}*/


.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.news ul li b{
	display: block;
	float: left;
	width:15%;
	color:#333333;
	font-size:26px;
 	font-weight: normal;
 	text-align: center;
	height: 66px;
	line-height: 66px;
 
	border-right: 1px solid #bfbfbf;
}

.news ul li .intro{
	width: 80%;
	float: right;
}
.news ul li .intro .t{
	height: auto;
	overflow: hidden;
	height: 25px;
	border-bottom: 1px solid #bfbfbf;
}

.news ul li .intro .t h4{
	font-size: 14px;
	color:#333333;
	width: 60%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
}

.news ul li .intro .t span{
	display: block;
	float: right;
	color:#999999;
}

.news ul li .intro p{
	width: 100%;
	color:#555555;
	font-size: 12px;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	overflow: hidden;
}


.cp{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:30px;
}
.cp .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cp .show .box{
	width:600%;
}
.cp .show .pic{
	float: left;
	width: 50%;
}
.cp .show .pic{
	float: left;
	width: 50%;
}

.cp .show .pic ul li{
	float: left;
	width: 12%;
	margin-left: .5%;
}
.cp .show .pic ul li img{
	display: block;
	width: 100%;
}
.mssg{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-shadow:0 0 3px 2px #d2d1d2;
	margin-top: 30px;
}


.mssg .tit{
	margin-top: 20px;
}
.mssg .tit p{
	color:#000000;
	font-size: 16px;
	border-bottom: 3px solid #2093e1;
	display: table;
	margin: 0 auto;
	height: 25px;
}

.mssg form{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	margin-top: 20px;
}

.mssg form ul li{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	background: #f2f2f2;
}
.mssg form ul li p{
	font-size: 12px;
	float: left;
	color:#999999;
	margin-left: 10px;
	line-height: 30px;
}

.mssg form ul li input{
	width: 70%;
	height: 30px;
	margin-left: 10px;
	background: none;
	outline: none;
	color:#999999;
	border: none;
}

.mssg form ul li textarea{
	margin-top: 10px;
	margin-left: 10px;
	width: 70%;
	height: 70px;
	margin-left: 10px;
	color:#999999;
	background: none;
	outline: none;
	resize: none;
	border: none;
	margin-bottom: 20px;

}

.mssg form .btn{
	width: 100%;
	height: 30px;
	background:#d12521;
	background-size: 100% 100%;
	border-radius: 5px;
	color:#fff;
	border: none;
	font-size: 14px;
}

.footer {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom:70px;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	background: #555555;
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}

.footer .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.footer .info p{
	color:#999999;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

.footer .ewm{
	width: 30%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .ewm img{
	display: block;
	width: 100%;
}

.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	left: 0;
	z-index: 100;
	bottom: 0;
}

.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	background: #d12521;
	padding: 5px 0;
}

.fn ul li img{
	display: block;
	height: 20px;
	margin: 0 auto;
	margin-top: 5px;

}

.fn ul li p{
	text-align: center;
	color:#fff;
	font-size: 12px;
	margin-top: 3px;
}

.fn ul li:nth-child(2){
	background: #1151bb;
}

.fn ul li:nth-child(3){
	background:#ffa00b;
}

.fn ul li:nth-child(4){
	background:#14b99b;
}






.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	float: left;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

 

.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-title p{
	color:#333;
	font-size: 18px;
	display: table;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}


.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-details .tit{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.article-details .tit h4{
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: 25px;
	border-bottom: 1px dashed #ccc;
}

.article-details .tit  span{
	display: block;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	color:#333;
}

.article-details  .intro img{
	max-width: 100%;
	margin: 0 auto;
}

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.article-details .intro p{
	font-size: 12px;
	line-height: 20px;
}
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.map .allmap{
	width: 100%;
	height: 300px;
}



.news-list{
	margin-top: 20px;
}