.c{
	width: 100%;
	height: 138px;
	background: #FFFFFF;
}
.c1{
	width: 1200px;
	margin: 36px auto 30px;
	height: 72px;
	position: relative;
}
.c2{
	position: absolute;
	top:15px;
	left: 605px;
}
.c3{
	position: absolute;
	right: 0px;
	top:7px;
}
.c4{
	width: 100%;
	height: 40px;
	background: #80BFFE;
}
.nav_list {
    width: 1200px;
	height: 40px;
    margin: 0 auto;
	padding-left: 6px;
}
.nav_current{
    background-color: #2791EA;
    color:#FFFFFF !important;
}
.nav_list a {
	float: left;
	height: 100%;
	line-height: 40px;
	width: 125px;
    color:#FFFFFF;
	text-align: center;
	font-size: 14px;
    margin-right:8px;
}
.nav_list a:hover{
	background-color: #2791EA;
    color:#FFFFFF ;
}
/*轮播图*/
.banner_box,.banner_list{
	width: 100%;
	height: 460px;
	position: relative;
}
.banner_list{
	overflow: hidden;
}
.banner_list>li{
	float: left;
	width: 100%;
	height: 100%;
}
.banner_list a{
	width: 100%;
	height: 100%;
}
.banner_list img{
	width: 100%;
	height: 100%;
}
.banner_btn{
	width: 100%;
	height: 84px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner_btn_main{
	height: 84px;
	position: relative;
	width: 1250px;
	margin: 0 auto;
}
.lbtn,.rbtn{
	width:84px;
	height:84px;
	opacity:0.15;
	position: absolute;
	top: 0;
	cursor: pointer;
	border-radius: 5px;
}
.lbtn{
	left: 0;
	background: url(/static/2061/images/left.png) no-repeat center #000;
}
.rbtn{
	right: 0;
	background: url(/static/2061/images/right.png) no-repeat center #000;
}
.lbtn:hover,.rbtn:hover{
	opacity: 0.4;
}
.banner_focus{
	width: 100%;
	height: 22px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
}
.focus_btn{
	width: 120px;
	margin: 0 auto;
}
.focus_btn li{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin: 0 5px;
}
.on{
	background: #FF506D !important;
}
/*page*/
.page {
	height: auto;
	overflow: hidden;
	margin: 40px auto 0 auto;
	text-align: center;
}
.page li {
	box-sizing: content-box;
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	margin-left: 10px;
	border: 1px solid #7F7F7F;
	border-radius: 2px;
}
.page li a {
	font-size: 14px;
	color: #828282;
	display:block;
	height: 100%;
    line-height: 30px;
}
.page .active {
	background: #2791EA;
	border-color: transparent;
}
.page .active a {
	color: #FFFFFF !important;
}
.page li:first-child {
	margin-right: 10px !important;
	background: url("/static/2061/images/left.png") no-repeat center;
	background-size: 10px 19px;
}
.page li:last-child {
	margin-left: 20px !important;
	background: url("/static/2061/images/right.png") no-repeat center;
	background-size: 10px 19px;
}
.page li:hover a{
		background: #2791EA;
		color: #FFFFFF;
}
.page li:first-child:hover a,
.page li:last-child:hover a{
	background: transparent;
}
/*page*/
footer{
	width:100%;
    height:162px;
    background:rgba(208,208,208,0.5);
	margin-top: 40px;
}
.c5{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.c6{
	width: 380px;
}
.c7{
	width: 716px;
}
.c6a{
   font-size:14px;
   color:#000000;
   margin-bottom: 9px;
}
.c6 a{
	font-size: 12px;
	color:#727272;
	margin-right: 16px;
}
.c6 a:hover{
	color:#2791EA;
}
.c7 p{
	font-size: 12px;
	color:#717171;
	line-height: 18px;
}
.c8{
	width: 282px;
	margin: 28px auto 0px;
}
.c8 p{
    color:#878585;
	font-size: 12px;
}
.c9{
	width: 1200px;
	margin: 19px auto 30px;
}
/* 城市筛选 */
.city{padding-top:15px;height:136px;overflow: hidden;}
.city a{font-size: 15px;display:inline-block;padding:10px;}
