*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
}


.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center center;
	position: relative;
}


.banner a{
	width: 100%;
	height: 62px;
	position: absolute;
	left: 0;
	top: 312px;
	display: block;
}


.btop{
	width: 1200px;
	background: #eee;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}


.zyjj{
	width: 600px;
	padding-left: 20px;
}

.zyjj h3{
	width: 100%;
	height: 60px;
	font-size: 36px;
	color: #FF0000;
	text-align: center;
	margin-top: 10px;
}

.zyjj h4{
	width: 100px;
	margin: 0 auto;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px;
	font-size: 16px;
}


.zyjj h5{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}


.zyjj p{
	font-size: 18px;
	line-height: 32px;
	text-indent: 36px;
	margin-bottom: 10px;
}


.btop p{
	width: 546px;
}

.btop img{
	display: block;
}


.jjbtn{
	width: 260px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background: #FF0000;
	font-size: 18px;
}


.mkbtn{
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-align: center;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #000;
	font-size: 16px;
	transition: 0.6s;
}

.mkbtn:hover{
	border: 1px solid #f00;
	color: #f00;
}


.title{
	width: 600px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
}


.title h3{
	width: 100%;
	height: 60px;
	font-size: 36px;
	color: #FF0000;
	text-align: center;
}


.title h4{
	display: inline-block;
	margin: 0 auto;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px;
	font-size: 16px;
}


.title h5{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}



.kecheng{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.kclist{
	width: 580px;
	height: 290px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}


.kclist .context{
	width: 300px;
	margin-left: 20px;
}

.context h2{
	width: auto;
	height: 50px;
	line-height: 50px; 
	font-size: 24px;
}

.context h3{
	width: 100%;
	height: 50px;
	line-height: 48px;
	background: #9FA4A9;
	font-size: 32px;
	color: #fff;
	text-indent: 10px;
	margin-bottom: 10px;
}

.context p{
	line-height: 32px;
}


.kclist .conimg{
	width: 220px;
	margin-top:20px;
	margin-right: 15px;
}


.anniu{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden; 
	padding:30px 0 0 0;
}


.anniu div{ 
	float:left;
	display:inline-block;
	width:26%;
	height:40px;
	background-color:#ff0000;
	border-radius:8px;
	color:#fff;
	line-height:40px;
	font-size:20px;
	text-align:center;
	margin-left:200px;
	-webkit-border-radius:8px;
	transition: 0.6s;
}

.anniu a:hover div{
	background-color:#000000;
	color: #ffffff;
}


.youshi{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}

.youshi>div{ 
	width:392px;
}

.youshi p{
	background-color:#434343;
	text-align:center;
	color:#fff;
	line-height:50px;
	font-size:20px;
}

.box {
    position: relative;
}


.mingshi{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
}



.mslist{
	width: 300px;
	height: 432px;
	position: relative;
	overflow: hidden;
}

.mslist p{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
}

.mslist img{
	display: block;
}

.mslist .xq{
	width: 66px;
	height: 50px;
	background: #E1C780;
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 8;
	text-align: right;
}


.xq a{
	width: 70px;
	height: 50px;
	display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #f00;
}

.mslist .xqinfo{
	width: 224px;
	height: 160px;
	position: absolute;
	left: 0;
	top: -160px;
	background: #E1C780;
	z-index: 9;
}

.mslist .xqinfo p{
    padding: 10px;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
}


.products{
	width: 1200px;
	margin: 0 auto;
}


.products ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.products ul li{
	width: 290px;
	margin-bottom: 20px;
}


.products ul li img{
	width: 290px;
	display: block;
}

.products ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}


