html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  text-decoration:none;
  user-select: none;
}
.home_box{
	width:100%;
}
.home_head{
	width:100%;
	height:400px;
	/* background-color: red; */
}
.home_img{
	width:100%;
	/*height:550px;*/
}
.home_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.home_tap{
	width:1200px;
	padding: 43px 0;
	height:auto;
	margin: 0 auto;
	font-size: 0;
}
.home_taps{
	display: inline-block;
	width: 226px;
	height: 98px;
	background: #FFF7F7;
	box-shadow: 0px 0px 12px 2px rgba(84, 31, 31, 0.1);
	border-radius: 10px;
	margin-right: 17px;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	color: #cb171d;
	vertical-align: middle;
}
.home_taps:nth-child(5){
	margin-right: 0;
}
.home_taps img{
	width:67px;
	/*height:67px;*/
	padding: 15px 0;
	margin-left: 27px;
	vertical-align: middle;
	margin-right: 18px;
}
.home_taps:hover{
	/* transition: all 1; */
	/* height: 102px; */
	margin-top: -5px;
	box-shadow: 0px 0px 12px 2px rgba(84, 31, 31, 0.3);
	transition: all 0.6s;
}
.home_list{
	width:1200px;
	margin: 0 auto;
	height:420px;
	font-size: 0;
	margin-bottom: 68px;
}
.home_li{
	position: relative;
	display: inline-block;
	width:400px;
	height:210px;
	cursor: pointer;
}
.home_left{
	position: absolute;
	top:0;
	left: 0;
	width:213px;
	height:210px;
	z-index:99;
}
.home_text{
	position: absolute;
	top:0;
	left: 0;
	width:213px;
	height:210px;
	z-index:998;
	color:#fff;
	/* transition: all 0.6s; */
}
.home_text h4{
	margin-left: 87px;
	padding-top: 49px;
	font-size: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
.home_text p{
	opacity: 0;
	margin-left: 87px;
	height: 0px;
	line-height: 35px;
	font-size: 16px;
	transition: all 0s;
}
.home_text div{
	width: 66px;
	height: 5px;
	background: #E6CE01;
	margin-left: 87px;
}
.home_left img{
	width:213px;
	height:210px;
}
.home_right{
	position: absolute;
	top:0;
	right:0;
	width:200px;
	height:210px;
	overflow: hidden;
}
.home_right img{
	width:200px;
	height:210px;
	transition: all 0.6s;
	
}
.home_li:hover .home_right img{
	transform: scale(1.2);
}
.home_li:hover .home_left p{
	opacity: 1;
	height: 45px;
	transition: all 0.6s;
}
.home_lis{
	position: relative;
	display: inline-block;
	width:400px;
	height:210px;
	cursor: pointer;
}
.home_lis .home_left{
	top:0;
	letf:0;
	width:200px;
	height:210px;
	overflow: hidden;
}
.home_lis .home_left img{
	width:200px;
	height:210px;
	transition: all 0.6s;
	
}

.home_lis .home_right{
	position: absolute;
	top:0;
	right: 0;
	width:213px;
	height:210px;
	z-index:99;
	
}
.home_lis .home_right img{
	width:213px;
	height:210px;
}
.home_lis .home_text h4{
	margin-left: 87px;
	padding-top: 49px;
	font-size: 20px;
	margin-bottom: 20px;
}
.home_text p{
	opacity: 0;
	margin-left: 87px;
	height: 0px;
	line-height: 35px;
	font-size: 16px;
	transition: all 0s;
}
.home_text div{
	width: 66px;
	height: 5px;
	background: #E6CE01;
	margin-left: 87px;
}
.home_lis:hover .home_left img{
	transform: scale(1.2);
}
.home_lis:hover .home_right p{
	opacity: 1;
	height: 45px;
	transition: all 0.6s;
}
.home_content{
	width:100%;
	height:747px;
	background: #F4F4F9;
}
.home_contents{
	width:1200px;
	margin: 0 auto;
}
.home_title{
	position: relative;
	padding: 63px 0;
}
.home_title img{
	width:666px;
	height:24px;
	margin-left: 267px;
}
.home_title h3{
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:120px;
	height:40px;
	font-size: 28px;
	margin: auto;
	color: #000;
}
.home_lb{
	width:1200px;
	font-size: 0;
}
.home_lbs{
	display: inline-block;
	width: 282px;
	height: 240px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(45, 36, 36, 0.1);
	border-radius: 5px;
	margin-bottom: 28px;
	margin-right: 24px;
	vertical-align: middle;
}
.home_lbs:nth-child(4n){
	margin-right: 0px;
}
.home_lbes{
	display: block;
	text-decoration:none;
}
.home_lbes img{
	width:100%;
	height:162px;
}
.home_ms{
	padding: 10px 16px;
	text-decoration:none;
}
.home_ms p{
	font-size:16px;
	line-height: 24px;
	color:#333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.home_ms span{
  color:#999;
  font-size: 14px;
  margin-right: 15px;
}
.home_qj{
	width:100%;
	height:540px;
}
.home_qjs{
	width:1200px;
	margin: 0 auto;
}
#certify {
	position: relative;
	width: 1300px;
	height: 400px;
	margin: 0 auto;
}

#certify .swiper-container {
	padding-bottom:30px;
	
}

#certify .swiper-slide {
	width: 584px;
	height: 348px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 3px rgba(45, 36, 36, 0.24);
	border-radius: 5px;
}
#certify .swiper-slide img{
	padding-top: 10px;
	padding-left: 10px;
	width: 573px;
	height: 337px;
}
#certify .swiper-button-prev{
    background-image: url(../images/prev21.png);
}
#certify .swiper-button-next{
	background-image: url(../images/next21.png);
}
.home_zt{
	width:100%;
	height: 784px;
	background: #F4F4F9;
}
.home_zts{
	width:1200px;
	margin: 0 auto;
	font-size: 0;
	margin-bottom: 40px;
}
.home_bq{
	display: inline-block;
	width: 281px;
	height: 365px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(45, 36, 36, 0.1);
	border-radius: 5px;
	text-decoration:none;
	margin-right: 24px;
	vertical-align: middle;
}
.home_bq:nth-child(5){
	margin-right: 0px;
}
.home_bq div{
	
}
.home_bq img{
	width:100%;
	height:190px;
}
.home_t{
	padding: 20px 15px;
}
.home_t h4{
	color:#CB171D;
	font-size: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	height:25px;
	line-height: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.home_t span{
  color:#999;
  font-size: 14px;
  margin-right: 15px;
}
.home_bq p{
	/*width: 251px;
	height: 43px;*/
	padding: 20px 15px;
	/* padding-top:20px; */
	/* margin-bottom: 10px; */
	background: #F7F7F7;
	border-radius: 5px;
	font-size: 14px;
	color:#333;
	line-height: 30px;
	overflow: hidden;
    height:80px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home_bql{
	width:1200px;
	margin: 0 auto;
	font-size: 0;
}
.home_bql a{
	display:inline-block;
	width:381px;
	height:133px;
	margin-right: 25px;
	box-shadow: -1px 5px 8px #999;
}
.home_bql img{
	width:381px;
	height:133px;
}

.home_bql a:nth-child(3){
	margin-right: 0;
}
.home_footer{
	width: 100%;
	height: 175px;
	background: #818181;
}