html,div,p,ul,li,dl,dt,dd,ol,span,i,em,a,img,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}


img{
	display:block;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
	margin: 0 auto;
}


.banner{
	width:100%;
	height: 600px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.banner a{
	width:100%;
	height: 100%;
	display: block;
}

.kechengxx{
	width:1200px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}


.kcbox{
	width:380px;
	height: 440px;
	border-top: 3px solid #000;
	box-shadow: 0 0 12px #EEE;
}


.kcbox h3{
	width:60px;
	height: 60px;
	border-radius: 50%;
	background: #e0325a;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}


.kcbox h3 img{
	width:38px;
}

.kcbox h4{
	width:100px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-size:24px;
	margin-top: 10px;
}

.kcbox h5{
	width:300px;
	height: 20px;
	margin: 0 auto;
	line-height: 20px;
	text-align: center;
	color: #333;
	font-size:16px;
	font-weight: normal;
}

o
.kcbox h6{
	width:100px;
	height: 2px;
	background: #e0325a;
	margin: 0 auto;
	margin-top: 30px;
}


.kcbox p{
	width:300px;
	margin: 0 auto;
	line-height: 32px;
	font-size:16px;
	color: #666;
	margin-top: 30px;
}

.kctitle{
	width: 1200px;
	height: auto;
	text-align: center;
	margin: auto;
	padding-top: 110px;
	margin-bottom: 30px;
}

.kctitle dt {
	width: 1200px;
	height: 40px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
}


.kctitle dd {
	width: 1200px;
	height: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #797979;
	line-height: 18px;
	margin-top: 16px;
}


.kecontent{
	width:1200px;
	margin: 0 auto;
}


.kecontent ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.kecontent ul li{
	width:290px;
	height: 372px;
	margin-bottom: 20px;
	position: relative;
}



.kclist{
	width:288px;
	height: auto;
	border:1px solid #EEE;
	border-left: 1px solid #CCC;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFF;
}

.kclist:hover{
	box-shadow:0 0 10px #EEE;
}


.kclist h3{
	width:100%;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	font-size: 18px;
	margin-top: 20px;
}


.kclist h4{
	width:240px;
	border-bottom: 1px solid #EEE;
	margin-left: 30px;
}

.kclist h5{
	width:250px;
	height: 120px;
	background: #f7ddd7;
	margin: 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.kclist h5 img{
	height:64px;
}

.kclist dl{
	width:250px;
	margin: 0 auto;
}

.kclist dl dt{
	line-height: 30px;
	color: #666;
	font-size:14px;
}


.kclist p.but{
	width:250px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 20px;
	text-align: right;
	margin-bottom: 20px;
	color: #666;
}


.molist{
	display:none;
}


.youshi{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.youshi li{
	width:380px;
	height: 400px;
	background: #f6f6f6;
	border-radius: 10px;
	margin-bottom: 30px;
}


.youshi li img{
	width:100%;
	border-radius: 12px 12px 0 0;
}


.youshi li dl{
	width:auto;
	margin-top: 30px;
}


.youshi li dl dt{
	text-align:center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}


.youshi li dl dd{
	text-align:center;
	font-size: 17px;
	color: #666;
	line-height: 30px;
}



.zuopins{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.zuopins li{
	width:290px;
	margin-bottom: 13px;
}


.zuopins li img{
	border-radius:12px;
}



.zixun{
	width:300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
}


.zixun a{
	width:100%;
	height: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	background: #cb0a5c;
	border-radius: 25px;
	box-shadow: 0 0 8px #333;
	transition: all .4s;
}


.zixun a:hover{
	box-shadow: 0 0 0 #333;
}



.dayi{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}


.dayi p{
	width:380px;
	height: 60px;
	border: 1px solid #e64836;
	background: url(../images/dayi.png) no-repeat 12px center;
	background-size:32px 32px;
	margin-bottom: 30px;
	border-radius: 10px;
}


.dayi p a{
	width:100%;
	height: 60px;
	display: block;
	font-size:20px;
	line-height: 60px;
	color: #666;
	text-indent: 60px;
	transition: all .4s;
}


.dayi p a:hover{
	background:#f6dff1;
	border-radius: 10px;
}

.dayi p a span{
	color: #e64836;
	font-weight: bold;
}







