*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	background: #FDF7EB;
}


.banner{
	width: 100%;
}


.banner1{
	width: 100%;
	height: 125px;
	background: url(../images/banner1.jpg);
}


.banner2{
	width: 100%;
	height: 125px;
	background: url(../images/banner2.jpg);
}



.banner3{
	width: 100%;
	height: 125px;
	background: url(../images/banner3.jpg);
}


.banner4{
	width: 100%;
	height: 125px;
	background: url(../images/banner4.jpg);
}



.btop{
	width: 1200px;
	height: 228px;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
}


.btop .binfo{
	width: 676px;
	height: 180px;
	position: absolute;
	right: 0;
	top: 23px;
	background: #fff;
}


.binfo p{
	width: 100%;
	height: 126px;
}

.binfo p span{
	padding: 18px 30px;
	line-height: 30px;
	font-size: 18px;
	display: inline-block;
}

.binfo a{
	width: 100%;
	height: 54px;
	display: block;
	background: #FF7B0F url(../images/shou.jpg) no-repeat 515px center;
	line-height: 54px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}




.titles{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
}

.titles h3{
	font-size: 44px;
}

.titles h4{
	font-size: 32px;
}



.zhuanye{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	position: relative;
}


.zhuanye .sti1{
	position: absolute;
	left: -60px;
	top: 0;
}

.zhuanye .sti2{
	position: absolute;
	right: -60px;
	top: 0;
}




.zylists{
	width: 390px;
}


.zylists p{
	width: 390px;
	border: 1px solid #B8844B;
	box-sizing: border-box;
}

.zylists p img{
	display: block;
	margin: 7px;
}


.zylists dl{
	width: 100%;
}


.zylists dl dt{
	width: auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size:26px;
	font-weight: bold;
	color: #B8844B;
}


.zylists dl dd{
	text-align: center;
	font-size: 20px;
}

.zylists ul{
	width:auto;
	height:40px;
	line-height:40px;
	border:1px solid #B8844B;
	border-top:none;
	display:flex;
	justify-content:space-between;
	padding:0 10px;
}

.zylist ul li{
	width:198px;
	height:40px;
	display:inline-block;
	border-right:1px solid #B8844B;
	text-align:center;
	line-height:40px;
}

.zylists ul li:last-child{
	border-right:none;
}

.zylists ul li span{
	color:#F00;
}


.zixun{
	width: 660px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}


.zixun p{
	width: auto;
	display: inline-block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;

}


.zixun p a{
	display: block;
	width: 100%;
	height: 100%;
	background: #FF7B0F;
	color: #fff;
	padding: 0 15px;
	text-align: center;
	border-radius: 28px;
}

.zixun p a:hover{
	background: #D90000;
	transition: 2s;
}


.ketang{
   width: 100%;
   height: 513px;
   background: url(../images/bg01.png) no-repeat center top;
   position: relative;
}

.kcbox{
	width: 1176px;
	position: absolute;
	left: 50%;
	margin-left: -588px;
	top: 180px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}


.kcbox P{
	width: 294px;
	height: 294px;
	position: relative;
}

.kcbox P img{
	display: block;
}


.kcbox P span{
	position: absolute;
	right: -20px;
	bottom: -20px;
	box-shadow: 3px 0px 10px 0px #999;
}



.product{
	width: 1200px;
	margin: 0 auto;
	margin-top:40px;
	display: flex;
	justify-content: center;
}


.jiuye{
   width: 100%;
   height: 865px;
   margin-top: 100px;
   background: url(../images/bg02.png) no-repeat center top;
   position: relative;
}


.jybox{
	width: 1200px;
	height: 630px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 180px;
	display: flex;
	justify-content: center;
}


.jy_list{
	width: 340px;
	margin-top:40px;
}


.jy_list ul{
	width: auto;
	padding-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}



.jlista li{
	width: 100%;
	height: 40px;
	line-height:40px;
	background: url(../images/a_bg.jpg) no-repeat;
	margin-top: 5px;
	text-indent: 60px;
	font-size: 20px;
}


.jlista li.one{
	background-position: 0 0px;
}

.jlista li.two{
	background-position: 0 -45px;
}

.jlista li.three{
	background-position: 0 -90px;
}


.jlista li.four{
	background-position: 0 -134px;
}



.jlistb li{
	width: 100%;
	height: 40px;
	line-height:40px;
	background: url(../images/b_bg.jpg) no-repeat;
	margin-top: 5px;
	text-indent: 60px;
	font-size: 20px;
}


.jlistb li.one{
	background-position: 0 0px;
}

.jlistb li.two{
	background-position: 0 -45px;
}

.jlistb li.three{
	background-position: 0 -90px;
}


.jlistb li.four{
	background-position: 0 -134px;
}