@charset "utf-8";
body {
    background: url(../images/bg.jpg) no-repeat top center #fff;
}
.top {
	height: 617px;
}
.nav {
	border-top: 3px solid #ffdeb0;
}
.nav .navBox span,
.nav .navBox span a {
	color: #fff;
}
.nav .navBox span {
	width: 25%;
}


.warp .content h1,
.warp .content h1 a {
	color: #d80c14;
}
.warp .content .p1 .p1Left .leftButton,
.warp .content .p1 .p1Left .rightButton {
	width: 20px;
    height: 37px;
	top: 225px;
}
.warp .content .p1 .p1Left .leftButton {
    background: url(../images/left_b.png) no-repeat;
    background-size: contain;
    left: 17px;
}
.warp .content .p1 .p1Left .rightButton {
	background: url(../images/right_b.png) no-repeat;
    background-size: contain;
    right: 17px;
}
.warp .content .p1 .p1Left .swiper-slide p {
	font-size: 16px;
	text-align: left;
	padding-left: 3%;
	width: 97%;
}
.warp .content .p1 .p1Right h2 {
	display: none;
}
.warp .content .p1 .p1Right ul li {
	background: url(../images/dian.png) no-repeat left 29px;
	border-bottom: 2px solid #dbcba5;
	padding-left: 15px;
}
.warp .content .p1 .p1Right ul li:last-child,
.warp .content .p4 .p4Right ul li:last-child,
.warp .content .p4 .p4Right ul li:nth-last-child(2) {
	border-bottom: none;
}
.warp .content .p2, 
.warp .content .p4, 
.wrap .content .p5 {
	width: 1136px;
}

.warp .content .p2 h2,
.warp .content .p4 h2,
.warp .content .p5 h2 {
	background: url(../images/xian.png) no-repeat bottom left;
	text-align: left;
}
.warp .content .p2 h2 span,
.warp .content .p4 h2 span,
.warp .content .p5 h2 span {
	float: right;
	font-weight: normal;
	font-size: 17px;
}

.warp .content .p2 h2 span a, 
.warp .content .p4 h2 span a,
.warp .content .p5 h2 span a {
	color: #adadad;
}

.warp .content .p2 ul li a {
	color: #000;
}
.warp .content .p2 ul li,
.warp .content .p4 .p4Right ul li {
	border-bottom: 1px solid #e4d7ba;
	width: 40%;
	margin-left: 4%;
    margin-right: 4%;
	background: url(../images/dian.png) no-repeat left 29px;
	line-height: 160%;
}
.warp .content .p4 .p4Left {
	width: 364px;
	padding: 30px 18px;
	background: none;
	background-image: none;
	background-color: #fae4e4;
}
.warp .content .p4 .p4Right {
	width: 700px;
}
.warp .content .p4 .p4Right ul li {
	background: none;
	float: left;
	padding: 20px 0 20px 15px;
	height: auto;
	margin-bottom: 0;
	background: url(../images/dian.png) no-repeat left 30px;
}

.warp .content .p4 .p4Right ul li span {
	display: none;
}
.warp .content .p5 {
	margin: 0 auto;
	padding-bottom: 70px;
}
.warp .content .p5 h2 {
	padding-bottom: 8px;
    margin-bottom: 40px;
}
.warp .content .p5 .sheet {
	text-align: center;
}
.warp .content .p5 .sheet img {
	margin: 0 25px;
}
.copyright {
	background: #d80c14;
	padding: 50px 0;
	height: auto;
}
.copyright p.text {
	font-size: 16px;
    line-height: 1.6;
}
.copyright .pic {
	text-align: center;
	margin-top: 20px;
}