*{
	padding: 0;
	margin: 0;
}

ul,li{
	list-style: none;
}

a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	font-family: Microsoft Yahei;
}

.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center top;
}


.topab{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}


.topab .topimg{
	width: 760px;
}

.limg{
	width: 760px;
	float: left;
}

.rtext{
	width: 410px;
	float: right;
}

.rtext p{
	font-size: 24px;
	line-height: 36px;
	color: #5F4934;
}


.rtext a{
	width: 206px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid #E13026;
	color: #E13026;
	border-radius: 30px;
	font-size: 24px;
}


.bigname{
	width: 1200px;
	margin:0 auto;
	margin-top: 100px;
	text-align: center;
	font-size: 60px;
	color: #E52C31;
	margin-bottom: 20px;
}


.shn{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.sbox{
	width: 390px;
	background: #A68C71;
	margin-bottom: 10px;
}

.sbox dl{
	width: 380px;
	margin: 5px auto;
	background: #5E4A32;
}

.sbox dl dd{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}


.sbox a{
	width: 184px;
	height: 32px;
	background: #fff;
	display: block;
	margin: 10px auto;
	color: #5E4A32;
	text-align: center;
	border-radius: 16px;
	line-height: 32px;
	font-size: 18px;
}

.sbox a:hover{
	background: #f00;
	color: #fff;
	transition: 1s;
}


.zixun{
	width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 50px;
}


.zixun .zbox{
	width: 320px;
	height: 56px;
}


.zixun .zbox a{
	width: 100%;
	height: 100%;
	display: block;
	background: #EF8201;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 56px;
}

.zixun .zbox a:hover{
    background: #f00;
}


.product{
	width: 1380px;
	margin: 0 auto;
	display: flex;
}


/*小标题*/
.xiaopiao{
	height: 60px;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content:center;
}

.bw1200{
	width: 1200px;
}

.bw985{
	width: 985px;
}

.sw1200{
	width: 600px
}

.sw985{
	width: 400px
}


.line{
	width: 100%;
	border-bottom: 2px solid #5A4A3B;
	position: absolute;
	left: 0;
	top: 31px;
}

.ctext{
	height: 60px;
	background: #fff;
	z-index: 99;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
}

.ctext::before{
	content: "";
	width: 20px;
	height: 20px;
	display:inline-block;
	background: #5A4A3B;
	border-radius: 10px;
}

.ctext::after{
	content: "";
	width: 20px;
	height: 20px;
	display:inline-block;
	background: #5A4A3B;
	border-radius: 10px;
}


.zhuanyes{
	width: 1160px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
}


.zyimg{
	width: 540px;
	height: 100%;
	position:relative;
}

.zyimg .bmzhong{
	width:150px;
	height:40px;
	border-radius:0 0 15px 0;
	background:#8BC34A;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	left:0px;
	top:0px;
}

.zyimg .jzhaoman{
	width:150px;
	height:40px;
	border-radius:0 0 15px 0;
	background:#FF9800;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	left:0px;
	top:0px;
}






.zyimg img{
	display: block;
}

.zyinfo{
	width: 580px;
	height: 100%;
}

.zyinfo h3{
	font-size: 50px;
	height:80px;
	line-height: 80px;
	font-weight: normal;
}

.zyinfo h5{
	font-size: 30px;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
}


.zyinfo p{
	font-size: 18px;
	line-height: 60px;
}

.zyinfo dl{
	width: 400px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 20px;
}

.zyinfo dl dd{
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.zyinfo dl dd a{
	width: 100%;
	height: 100%;
	display: block;
	background: #DF2D39;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
}

.zyinfo dl dd a:hover{
	background:#000;
	color: #fff;
}


.counts{
	width:100%;
}

.counts p{
	width:49%;
	height:50px;
	text-align:center;
	line-height:50px;
	display:inline-block;
	border:1px solid #eee;
}

.counts p span{
	color:#F00;
}

.tr{
	text-align: right;
}


.duanzy{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 15px;
}

.dbox{
	width: 380px;
	border: 1px solid #F17F03;
	box-zising:border;
	position:relative;
}

.dbox img{
	display:block;
}

.dbox .bmzhong{
	width:150px;
	height:40px;
	border-radius:0 0 0 15px;
	background:#8BC34A;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	right:0px;
	top:0px;
}

.dbox .jzhaoman{
	width:150px;
	height:40px;
	border-radius:0 0 0 15px;
	background:#FF9800;
	line-height:40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	position:absolute;
	right:0px;
	top:0px;
}


.dbox h3{
	text-align: center;
	line-height: 50px;
	font-weight: normal;
	font-size: 28px;
}

.dbox p{
	font-size: 16px;
	padding: 5px 30px;
	text-align: center;
}


.dbox dl{
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dbox dl dd{
	width: 160px;
	height: 30px;
	border:1px solid #DF2D39;
	border-radius: 15px;
	line-height: 30px;
	text-align: center;
}

.dbox dl dd a{
	color: #DF2D39;
	font-size: 18px;
}



.wenti{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 30px;
	margin-bottom: 80px;
}


.wenti ul{
	width: 580px;
}

.wenti ul li{
	line-height: 57px;
	border-bottom: 1px dashed #5E4A32;
	font-size: 24px;
	position: relative;
} 

.wenti ul li a{
	color: #5E4A32;
}

.wenti ul li a:hover{
	color: #f00;
}

.wenti ul li .wtzx{
	width: 120px;
	height: 32px;
	background: #5E4A32;
	line-height: 32px;
	display: block;
	position: absolute;
	right: 0;
	top: 13px;
}

.wtzx dl{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.wtzx dl dt,.wtzx dl dd{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 32px;
}

.wtzx dl dt{
	position: absolute;
	left: 0;
	top: 0;
}

.wtzx dl dd{
	position: absolute;
	left: 120px;
	top: 0;
}

.wtzx dl dt a,.wtzx dl dd a{
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}

.wtzx dl dd a{
	width: 100%;
	height: 100%;
	display: block;
	color: #f00;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}

.wtzx dl dd a span,.wtzx dl dt a span{
	color: #FFFF26;
}


.renshu{
	width:100%;
	height:36px;
	border-top: 1px solid #F17F03;
	border-bottom: 1px solid #F17F03;
}

.renshu p{
	width:49%;
	height:36px;
	line-height:36px;
	display:inline-block;
	text-align:center;
	border-right:1px solid #F17F03;
	padding:0;
}

.renshu p:last-child{
	border-right:none;
}

.renshu p span{
	color:#F00;
}








