/*---------通用样式-------*/
body,ul,li,h1,h3,p,h2,hr{
	margin:0;
	padding:0;
}
.header,.banner,.containt,.footer{
	margin:0px auto;
	width:958px;
}
.clearfix:before,/*-------解决父级元素高度塌陷问题------*/
.clearfix:after{
	content:" ";
	display:table;
	clear:both;
}
a{
	text-decoration:none;
}
li{
	list-style:none;
}
.warpar{
	background-image: url(../images/warpar.png);
	background-size: 100% 100%;
}
.header li,.logo,.header ul,.banner li{
	float: left;
}
/*---------通用样式-------*/


.logo{
	padding-top: 75px;
	width: 169px;
}
.header a{
	font-family: Baskerville Old Face;
	font-size: 15px;
	color: #fff;
}
.header ul{
	width: 534px;
	margin-top: 100px;
	margin-left: 255px;
}
.btn1,.btn2,.btn3,.btn4{
	margin-right: 47px;
}
.header a:hover{
	color: #75bb3a;
}


.banner{
	margin-top: 54px;
}
.btn5{
	font-size: 18px;
	font-family: Baskerville Old Face;
	color: #fbee0d;
}
.btn6{
	font-family: Baskerville Old Face;
    font-size: 11px;
    color: #045a77;
    margin-left: 496px;
}
.btn7,.btn8,.btn9{
	margin-right: 31px;
}


.containt{
	margin-top: 44px;
}
.the1 p{
	font-family: Baskerville Old Face;
	font-size: 14px;
	line-height: 1.1rem;
	color:#c7cfd3;
}
.the1{
	width: 294px;
	float: left;
	margin-right: 28px;
}
.the1 h1,.the2 h1{
	font-size: 18px;
	font-family: Baskerville Old Face;
	margin-bottom: 13px;
}
.the2{
	width: 630px;
	float: left;
}



.footer li{
	float: left;
	font-family: Baskerville Old Face;
	font-size: 10px;
	color: #fff;
}
.footer{
	padding-bottom: 71px;
	margin-top: 79px;
}
.footer p{
	    font-family: Baskerville Old Face;
    font-size: 14px;
    line-height: 1rem;
    color: #c7cfd3;
}