*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
}

i,em{
	font-style: normal;
}


.banner{
	width: 100%;
	height: 530px;
	background: url(../images/banner.jpg) no-repeat center top;
}


.top{
	width: 1200px;
	margin: 0 auto;
	margin-top:70px;
	display: flex;
	justify-content:space-between;
}


.top p{
	width: 494px;
}


.top ul{
	width: 560px;
	display: flex;
	justify-content:flex-end;
}


.top ul li{
	margin-left: 8px;
}


.toplist{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}


.toplist ul{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 12px;
	border: 3px #666 dashed;
	border-left: none;
	border-right: none;
	padding: 12px 0;
}


.toplist dl{
	width: 100%;
	display: flex;
	justify-content:space-between;
	margin-top: 12px;
}


.toplist dl dd{
	width: 198px;
	line-height: 24px;
	text-align: center;
}

.toplist dl dd b{
	font-size: 24px;
}


.zixun{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
}


.zixun p{
	position: relative;
}


.zixun p span{
	width: 26px;
	height: 26px;
	display: block;
	background: #000;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: 12px;
	top: 16px;
}



.zixun p.more{
	width: 330px;
	height: 58px;
	background: #C40001;
	border-radius: 8px;
}


.zixun p.call{
	width: 330px;
	height: 58px;
	background: #C40001;
	border-radius: 8px;
}

.zxbg{
	background: linear-gradient(to top, #F7C673, #F5E9AD) !important;
	color: #B22222 !important;
	border-radius: 8px;
}


.zixun p a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 58px;
}


.zixun p a:hover{
	background: #660000;
	box-sizing:border-box;
	border-radius: 8px;
	transition:1s;
}



.xuanze{
	width: 100%;
	background: #B12322;
	margin-top: 60px;
	overflow-y: hidden;
	padding-bottom: 60px;
}


.xuanze h3{
	width: auto;
	text-align: center;
	font-size: 60px;
	margin-top: 60px;
	background: linear-gradient(to right, #433A0A, #F7F0C6,#433A0A);
    -webkit-background-clip: text;
    color: transparent;
}


.xuanze h5{
	width: auto;
	text-align: center;
	font-size: 28px;
	margin-top: 10px;
    color: #fff;
    font-weight: normal;
}


.xuanze_img{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.xuanze_img dl{
	width: 387px;
}

.xuanze_img dl dd{
	height: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
}


.pinzhong{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}



.pinzhong h3{
	text-align: center;
	font-size: 60px;
	color: #000;
}


.pinzhong h5{
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
}


.pinzhongs{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	display: flex;
	justify-content:space-between;
}



.content{
	width: 1046px;
	margin: 0 auto;
	margin-top: 20px;
}


.pai{
	width: 100%;
	display: flex;
	justify-content:space-between;
}


.pai p{
	width: 81px;
	height: 218px;
	background: url(../images/pai1.png) no-repeat;
	cursor: pointer;
	text-align: center;
}

.pai p i{
	width: 100%;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #C81500;
	text-align: center;
	margin-bottom: 5px;
}

.pai p span{
	height: 120px;
	display: inline-block;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	writing-mode: vertical-rl;
	writing-mode：tb-rl;
	text-align: left;
}

.pai p.on{
	background: url(../images/pai2.png) no-repeat;
}

.pai p.on i, .pai p.on span{
	color: #fff;
}


.boximg{
	width: 1046px;
	height: auto;
	background: #C81500;
	overflow: hidden;
}

.boximg p{
	display: none;
}

