@font-face {
    font-family: 'SourceHanSerifCN-Heavy'; /* 自定义的字体名称 */
    src: url('SourceHanSerifCN-Heavy.otf');
}

*{ box-sizing: border-box;font-family: "微软雅黑";}
.clear{ clear: both;}
.left{ float: left;}
.right{ float:right;}
.txtleft{ text-align: left;}
.txtright{ text-align: right;}
body{ background-color: #FFFAF7;}
.title{ text-align: center;}


.banner{ width: 100%; height: 960px; background: url(banner.png) top center no-repeat; position: relative; overflow: hidden;}
.banner .logo{ width: 1200px; margin: 0 auto; margin-top: 30px;}
.section1,.section2,.section3,.section4{ width: 1200px; margin: 0 auto; margin-top: 30px; overflow: hidden;}

.section1{ width: 1200px; margin: 0 auto; margin-top: -320px; background-color: #fff; background: url(mainbg.png) top center no-repeat; position: relative; z-index: 99;}
.section1 .title{ margin: 30px auto 20px; text-align: center;}
.section1 ul{ width: 1140px; margin: 0 auto;}
.section1 ul li{ width: 100%; min-height: 174px; background: url(s1libg.png) bottom center no-repeat; padding:40px 20px 30px; margin-bottom: 30px; overflow: hidden;}
.section1 ul li p{ line-height: 30px; text-indent: 2em;}
.section1 ul li span{ float: right; color:#DB1F29; margin-top: 15px;}
.automoving{ height: 650px; overflow: hidden;}

.section2 ul{ width: 1140px; margin: 0 auto; margin-top: 30px;}
.section2 ul li{ height: 66px; line-height: 66px; border-bottom:1px solid #D8D8D8; background: url(dot.png) left center no-repeat; padding-left: 20px;}
.section2 ul li:nth-child(2n+1){ width:554px; float: left;}
.section2 ul li:nth-child(2n){ width:554px; float: right;}
.section2 ul li a{ font-size: 18px;}

.section3bg{ width: 100%; background: url(s3bg1.png) left bottom+30px no-repeat,url(s3bg2.png) right bottom+30px no-repeat;}
.section3 .s3box{ width: 100%; height: 300px; margin-top: 50px; overflow: hidden; background: url(s3bg.png) center bottom+6px no-repeat;}
.section3 ul{ margin-left:60px;}
.section3 ul li{ float: left; width: 126px; height:229px; background: url(s3p.png) center center no-repeat;}
.section3 ul li:nth-child(n+2){ margin-left: -42px;}
.section3 ul li a{ color: #666666;width: 87px; height: 100%;  line-height:20px; text-align: center; font-size: 18px; font-weight: bold; ;padding: 40px 29px 0 25px;display: flex;align-items: center;justify-content: center; font-family: simsun; font-weight: bold;}
.section3 ul li a:hover{ color: #DB1F29; text-decoration: none;}

.section4{ }
.section4 .s4box{ margin-top: 50px;}
.section4 .s4box  img{ margin-top: 9px;}
.section4 .s4box .left{ width: 310px;}
.section4 .s4box .mid{ width: 570px; float: left; margin-left: 9px;}
.section4 .s4box .mid .midbox .midleft{ width: 256px; float: left;}
.section4 .s4box .mid .midbox .midright{ width: 301px; float: right;}
.section4 .s4box .right{ width: 303px;}
.section4 .s4box img{ transition: all 0.6s;}
.section4 .s4box img:hover{ transform: scale(1.05);}



/* 轮播 */
#certify {
	position: relative;
	width: 1065px;
	margin: 60px auto 0px auto;
}

#certify  .swiper-slide {
	width: 640px;
	height: 360px;
	background: #fff;
	position: relative;
}
#certify  .swiper-slide a img{
	display:block;
	width: 640px;
	height: 360px;
}
#certify  .swiper-slide p {
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	 position: absolute; bottom: 0; left: 0px; z-index: 99;
   background: url(s2pbg.png) center center no-repeat;
}
#certify  .swiper-wrapper .swiper-slide:nth-child(3) p,#certify  .swiper-wrapper .swiper-slide:nth-child(5) p{
	display: none;
}
#certify  .swiper-slide p a{
     color: #fff;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -68px;
    top: 190px;
	width: 40px;
	height: 40px;
	background: url(arrow_left.png) no-repeat;
	background-size: 100%;
}

#certify .swiper-button-next {
	right: -65px;
    top: 190px;
	width: 40px;
	height: 40px;
	background: url(arrow_right.png) no-repeat;
	background-size: 100%;
}
 