*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
}


.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center top;
}


.title{
	width: 400px;
	margin: 0 auto;
	margin-top: 50px;
}

.title h3{
	width: auto;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 36px;
	border-bottom: 1px solid #ccc;
	position: relative;
}


.title h3::before{
    content: "";
    width: 20px;
    height: 3px;
    background: #f00;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.title h3::after{
    content: "";
    width: 20px;
    height: 3px;
    background: #f00;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.title h4{
	text-align: center;
	margin-top: 10px;
	font-weight: normal;
	font-size:18px;
}


.pinzhong{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}


.plist{
	width: 280px; 
	margin-bottom: 30px;
}

.plist h3{
	width: auto;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.plist h4{
	width: 150px;
	margin: 0 auto;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.plist p{
	margin-top: 10px;
}


.plist p img{
	width: 100%;
	display: block;
}

.obg{
	background: #DB3124;
}

.ebg{
	background: #A17769;
}

.plist dl{
	width: 100%;
	height: 50px;
}


.plist dl dt{
	width: 130px;
	height: 34px;
	margin: 0 auto;
	margin-top: 16px;
}


.plist dl dt a{
	width: 100%;
	height: 100%;
	display: block;
	color: #DB3124;
	background: #fff;
	text-align: center;
	line-height: 34px;
}

.plist dl dt a:hover{
	box-shadow: 0 0 10px #000;
	transition: .6s;
}



.zixun{
	width: 660px;
	height: 60px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}


.zixun p{
	width: 280px;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.zixun p a{
	width: 100%;
	height: 100%;
	display: block;
	background: #A8261C;
	font-size: 18px;
	color: #fff;
	border-radius: 26px;
}


.zixun p a:hover{
	background: #f00;
	transition: 1s;
	-webkit-transition:1s;
	-ms-transition:1s;
	font-size: 20px;
}


.liucheng{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}


.liucheng p{
	width: 200px;
}


.lc-line{
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.lc-line ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.lc-line ul li{
	width: 200px;
	height: 80px;
	position: relative;
}


.lc-line ul li div.yuan{
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 3px solid #A8261C;
	box-sizing: border-box;
	background: #eee;
	position:absolute;
	left: 95px;
	bottom: -5px;
}


.lc-line ul li div.ptext{
	text-align: center;
	margin-top: 20px;
}


.lc-line ul li div.ptext a{
	display: block;
	width: 190px;
	margin: 0 auto;
	height: 40px;
	background: #DB372B;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
}



.hbg{
	width: 100%;
	height: 700px;
	background: url(../images/hgbg.jpg) no-repeat center top;
}


.bcontent{
	width: 1200px;
	height: 700px;
	margin: 0 auto;
	background: #fff;
	display: flex;
	justify-content: flex-start;
}


.le-box{
	width: 270px;
	height: 700px;
	background: url(../images/hbg.png);
	overflow: hidden;
}


.le-box h3{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	font-weight: normal;
}


.le-box p{
	width: 120px;
	margin: 0 auto;
	margin-top: 30px;
}

.le-box p img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.c7nei2{
	width: 800px;
	margin-left: 60px;
}

.c7nei2 h2 {
    font-size: 40px;
    color: #916454;
    padding: 10px 0;
    font-size: 30px;
}


.c7nei2 p {
    font-size: 16px;
    color: #564038;
    line-height: 32px;
    margin-bottom: 20px;
}

.c7xia1{
	width: 100%;
}

.c7xia1 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.c7xia1 ul li{
	width: 380px;
	margin-bottom: 40px;
}

.c7xia1 ul li img{
	width: 380px;
	display: block;
}

