*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
.clearfix:after{       
    content: ".";   
    display: block; 
    clear: both;     
    visibility: hidden;    
    line-height: 0;   
    height: 0;     
}
.header{
	width: 100%;
	height: 88px;
	background-color: white;
}
.head{
	width: 1175px;
	margin: 0 auto;
}
.head strong{
	font-size: 28px;
}
.tit{
	float: left;
	margin-top: 16px;
}
.tit div,.tit1 div{
	font-size: 10px;
}
.tit1{
	float: left;
	margin-top: 32px;
	color: #ccc;
}
.phone{
	float: right;
	margin-top: 18px;
	width: 223px;
	height: 51px;
}
.phone img{
	float: left;
	margin-top: 3px;
}
.phone span{
	color: #949494;
	float: left;
	margin-left: 5px;
}
.phone div{
	float: left;
	color: #b80000;
	font-size: 28px;
}
.menu{
	width: 100%;
	height: 46px;
	background-color: #2f2f2f;
}
.red li{
	width: 167px;
	float: left;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
}
.red a{
	color: white;
}
.red li:hover , .on{
	background-color: #b80000;
}
.banner img{
	display: block;
	width: 100%;
	height: 100%;
}
.footer{
	width: 100%;
	height: 244px;
	background-color: #333;
}
.foot-tit{
	padding-top: 68px;
}
.foot-tit li{
	float: left;
	margin-right: 24px;
	font-size: 16px;
}
.foot-tit li a{
	color: #b7b7b7;
}
.add{
	float: left;
	width: 436px;
	color: #ccc;
	line-height: 22px;
	font-size: 12px;
	margin: 38px 0 0 26px;
}
.boxx{
	position: absolute;
	top: 0;
	left: 0;
	width: 3840px;
}
.boxx li{
	float: left;
}
.boxx img{
	width: 100%;
	height: 100%;
}
.banner{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.banner .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	background: lightgrey;
	display: inline-block;
	border-radius: 20px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #b80000;
}

.banner .swiper-pagination{
	bottom: 30px;
}

