*{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: 63%;
}
.head img{
	display: block;
	width: 100%;
}
.head .tel{
	width: 30%;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:40px;
	height: 40px;
	background:#bb2f30;
	position: relative;
	border-bottom:1px solid #dd9798;
}
.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:#dd9798;
}
.nav ul li:nth-child(4n):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;
	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: #bb2f30;
}

.product{
	width: 96%;
	padding: 0 2%;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
 	background: url(../images/bg03.png) repeat-x center bottom;
 	background-size:  auto 8px;
	padding-bottom:25px;
}

.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/tit01.png) no-repeat center 35px;
	padding-bottom: 10px;
}
.title b{
	color:#000000;
}
.title p{
	color:#bb2f30;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}
 
.title span{
	display: block;
	color:#999999;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
	text-align: center;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list h4{
	width: 100%;
	height: 40px;
	background: #00b569;
	margin-bottom: 5px;
	margin-top: 5px;

}
.product .list h4 a{
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.product .list h4 img{
	display: block;
	margin-left: 8px;
	height: 6px;
}
.product .list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	float: left;
	width: 32%;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 1.9%;
 
	background:#1d1d1d;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
}
.product .list ul li a{
	color:#fff;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}
 
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom:5px;
	overflow: hidden;
	position: relative;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li img{
	display: block;
	width: 100%;
}
.product .pic ul li p{
	text-align: center;
	line-height:25px;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    width: 100%;
	color:#fff;
}
.more{
	display: block;
	width: 100%;
	height: 35px;
	box-sizing: border-box;
 	border: 1px solid #cccccc;
	margin-top: 10px;
}
.more a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35px;
	color:#353736;
}
.more  img{
	height: 12px;
	margin-left: 10px;
}

.cases{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	overflow: hidden;
	background: url(../images/bg03.png) repeat-x center bottom;
	background-size:  auto 8px;
	padding-bottom:25px;
	margin-top: 20px;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .box{
	width: 800%;
}
.cases .pic{
	float: left;
	width: 50%;
}
 
.cases ul li{
	float: left;
	width:12%;
	margin-left: .5%;
	height: auto;
	overflow: hidden;
}
.cases ul li img{
	display: block;
	width: 100%;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li p{
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color:#333333;
	line-height: 25px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.adv{
	width: 96%;
	padding: 0 2%;
	margin:  0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/bg02.png) repeat-x left bottom;
	background-size: auto 8px;
	padding-bottom: 30px;
}
.adv .tempWrap{
	margin-top: 15px;
}
.adv .intro{
	margin-top: 20px;
}
.adv .part .pic{
	width:90%;
	margin: 0 auto;
}
.adv .part .pic img{
	display: block;
	width: 100%;
}
.adv .part .intro ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 35px;
}
.adv .part .intro .t{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv .part .intro .t img{
	display: block;
	margin-top: 4px;
	float: left;
	width: 35px;
}
.adv .part .intro .t div{
	float: left;
	margin-left: 20px;
	width: 80%;
}
.adv .part .intro .t div b{
	color:#e60012;
	font-size: 22px;
}
.adv .part .intro .t div p{
	color:#333333;
	font-size: 18px;
	font-weight: bold;
 
}
.adv .part .intro .t div  span{
	display: block;
	color:#666666;
	font-size: 12px;
	text-transform: uppercase;
}
.adv .part .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
 	width: 85%;
 	margin-left: 14%;
 	float: left;
	margin-top: 5px;
}
.adv .part .intro .info p{
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	font-size: 12px;
	position: relative;
	line-height:20px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.adv .part .intro .info p:after{
	content: "";
	width: 10px;
	height: 10px;
	background: #c9c9c9;
	position: absolute;
	left:5px;
	top:7px;
 
}
.adv .hd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .hd ul{
	display: table;
	margin: 0 auto;
}
.adv .hd ul li{
	float: left;
	width: 35px;
	height: 5px;
	border-radius: 10px;
	background: #cccccc;
	margin: 0 5px;
}
.adv .hd ul .on{
	background: #e60012;
}
.about{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
	background: #bb2f30;
}
.about .title{
	width: 96%;
	margin: 0 auto;
	margin-top: 20px;
}
.about .title{
	background: url(../images/tit02.png) no-repeat center 35px;
}
.about .title p{
	color:#fff;
}
.about .title span{
	color:#fff;
}
.about .pic{
	width:96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about  .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #00b569;
}
.about  .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 3% 0;
	margin-bottom: 10px;
}
.about  .intro h4{
	font-size: 18px;
	color:#bb2f30;
 
	text-align: center;
}
.about  .intro  .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about  .intro  .info p{
	color:#333333;
	font-size: 12px;
	line-height: 22px;
}
.about  .intro .more{
	width: 96%;
	margin: 0 auto;
	margin-top: 15px;
}

.news{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	overflow: hidden;
	margin-top: 20px;
}
 
.news ul{
	width: 100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 2%;
}
.news ul li{
	width: 100%;
	line-height: 35px;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
	background: #efefef;
	position: relative;
}
.news ul li:after{
	content: "" ;
	position: absolute;
	left: 5px;
	top:50%;
	width:6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	background: #b3b3b3;
}
.news ul li a{
	color:#333333;
	font-size: 12px;
	margin-left: 20px;
	display: block;
	float: left;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	margin-right: 5px;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fafafa;
	margin-top: 20px;
	padding-bottom: 120px;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #555555;
}
.footer .gotop img{
	height:10px;
	margin-right: 10px;
}
.footer .gotop  p{
	color:#f5f5f5;
	font-size: 14px;
 

}
.footer .info h4{
	font-size: 16px;
	text-align: center;
	color:#bb2f30;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info p{
	text-align: 
	color:#555555;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}
.footer .ewm{
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}
.footer .ewm img{
	display: block;
	width: 100%;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height:80px;
	overflow: hidden;
	background: #bb2f30;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.fn ul li:last-child{
	border: none;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height:30px;
	margin-top:15px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}
 



.page{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.page a{
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	background: #ccc;
	font-size: 12px;
	padding: 0 10px;
	margin: 2px;
	color:#333;
}
.page  ul{
	float: left;
}
.page  ul li{
	float: left;
}
.page span{
	display: block;
	height: 25px;
	line-height: 25px;
	float: left;
	background: #333;
	font-size: 12px;
	padding: 0 10px;
	margin: 2px;
	color:#fff;
}
.page .bd{
	display: table;
	margin: 0 auto;
	margin-top: 35px;
}
 

.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
}
.fy p{
	color:#333;
	line-height: 26px;
	font-size: 12px;
}
.fy a{
	color:#333;
}

.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;
}


.mssg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.mssg form{
 	width: 300px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.mssg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.mssg form li p{
	color:#333333;
	font-size: 14px;
	width: 70px;
	float: left;
 
 
}
.mssg form li input{
 	display: block;
 	width: 228px;
 	border: none;
 	height: 28px;
 	border-radius: 5px;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.mssg form li textarea{
	width: 228px;
	height: 80px;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.mssg form  .btn{
	width: 100%;
	height:35px;
	margin-top: 15px;
	border: none;
	background:#bb2f30;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: "微软雅黑";
}
