*{
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
}

ul,li{
	list-style:none;
}


body{
	min-width:300px;
	max-width:640px;
	margin:0 auto;
	background: #f5f5f5;
}


.banner{
	width:100%;
}

.banner img{
	width:100%;
	display:block;
}

.btop{
	width: 94%;
	background: #eee;
	margin: 0 auto;
	margin-top: 1em;
}


.zyjj{
	width: 100%;
	text-align:center;
}

.zyjj h3{
	width: 100%;
	height: 2em;
	line-height:2em;
	font-size: 1.2em;
	color: #FF0000;
	text-align: center;
	margin-top: 0.6em;
}

.zyjj h4{
	display:inline-block;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0.5em;
	font-size: .7em;
}


.zyjj h5{
	text-align: center;
	height:2em;
	line-height:2em;
	font-size: 0.5em;
	color: #666;
	margin-bottom: 0.6em;
	margin-top:.6em;
}


.zyjj p{
	font-size: .5em;
	height:5em;
	line-height: 1.8em;
	text-indent: 1.6em;
	text-align:left;
	padding:1em;
}


.btop img{
	width:100%;
	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;
}


.title{
	width: 96%;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}


.title h3{
	width: 100%;
	height: 2.2em;
	line-height:2.2em;
	font-size: 1.2em;
	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: .4em;
	font-size: .7em;
}


.title h5{
	height: 2em;
	line-height: 2em;
	text-align: center;
	font-size: 0.5em;
	color: #666;
	margin-bottom: 1em;
}


.kecheng{
	width: 94%;
	margin: 0 auto;
}


.kclist{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 1.4em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.kclist .context{
	width: 54%;
	margin-left: 0.4em;
}

.context h2{
	width: auto;
	height: 2.4em;
	line-height: 2.4em; 
	font-size: .6em;
}

.context h3{
	width: 100%;
	height: 2em;
	line-height: 2em;
	background: #9FA4A9;
	font-size: .7em;
	color: #fff;
	text-indent: 0.6em;
	margin-bottom: 0.4em;
}

.context p{
	line-height: 1.8em;
	font-size:0.4em!important;
}


.kclist .conimg{
	width: 38%;
	margin:0.2em;
}

.kclist .conimg img{
	width:100%;
	display:block;
}


.anniu{
	width: 94%;
	margin: 0 auto;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	margin-bottom:2em;
	margin-top:1em;
}


.anniu a{ 
	display:block;
	width:42%;
	height:2.4em;
	background-color:#ff0000;
	border-radius:8px;
	color:#fff;
	line-height:2.4em;
	font-size:.6em;
	text-align:center;
	-webkit-border-radius:8px;
}


.youshi{
	width: 100%;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
}

.youshi>div{ 
	width:33%;
}

.youshi p{
	background-color:#434343;
	text-align:center;
	color:#fff;
	line-height:2.6em;
	font-size:.5em;
}

.box {
    position: relative;
	width:100%;
}

.box img{
	width:100%;
	display:block;
}


.mingshi{
	width: 94%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 0.9em;
	flex-wrap:wrap;
}



.mslist{
	width: 48%;
	position:relative;
	margin-bottom:1em;
}

.mslist p{
	width: 100%;
	height: 100%;
	display: block;
}

.mslist img{
	width:100%;
	display: block;
}

.mslist .xq{
	width: 4em;
	height: 2em;
	line-height:2em;
	background: #E1C780;
	position:absolute;
	right:0;
	bottom:0;
}


.xq a{
	width: 100%;
	height: 100%;
	display: block;
    text-align: center;
    color: #f00;
	font-size:.6em;
}


.products{
	width: 94%;
	margin: 0 auto;
}


.products ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.products ul li{
	width: 48.5%;
	margin-bottom: 0.8em;
}


.products ul li img{
	width: 100%;
	display: block;
}

.products ul li p{
	width: 100%;
	height: 2.6em;
	line-height: 2.6em;
	text-align: center;
	font-size: .6em;
}

.con7{
	height:180px;
	font-size:24px!important;
}


