
 
 * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	overflow-x:hidden;
	font-family:"Microsoft YaHei";
}
ul {
	padding:0;
	margin:0;
}
ul li {
	list-style:none;
}
a {
	color:#337ab7;
	text-decoration:none;
}
h2,h3 {
	margin:0;
}
a:focus,a:hover {
	color:#23527c;
	text-decoration:none;
}
a:focus {
	outline:none;
	outline-offset:-2px;
}
@media (max-width:768px) {
	body {
	padding-top:60px;
}
}

@media (min-width:1450px) {
	.container {
	width:1370px;
}
}@media (min-width:1600px) {
	.container {
	width:1400px;
}
}
/* ffffffffffffffffffffff */
.bners {
	position:relative;
}


.h-cplas {
	padding:50px 0;
}
.h-about {
	/* background:#faf9f4;
	*/
	background-size:100% 100%;
	padding: 0 0 50px 0;
	overflow:hidden;
}
.h-about .habo-top {
	display:flex;
	justify-content:space-between;
	padding-bottom:30px;
}
.h-leftall {
	width:100%;
	position:relative;
}
.h-left {
	/* position:absolute;
	*/
    padding-top:0;
	width:100%;
	/* background:rgb(255 255 255 / 65%);
	*/
    height:100%;
	left:0;
}
.h-about_s {
	position:relative;
	background:#faf9f4;
	background-image:linear-gradient(to bottom,#f6f6f6 50%,#fff 50%);
}
.h-left h2 {
	font-size:24px;
	color:#666666;
	margin-bottom:30px;
	font-weight:normal;
}
.h-left h2 {
	font-weight:normal;
	font-size:18px;
	color:#666;
	line-height:40px;
	/* margin-top:6px;
	*/
    display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:7;
	overflow:hidden;
	/* text-transform:uppercase;
	*/
}
@media(max-width:991px) {
.h-about {
	/* background:none;
	*/
}
.h-leftall {
	/* width:50%;
	*/
}
.habo-top {
	/* display:block;
	*/
}
}@media(max-width:510px) {
.h-about {
	padding-top:0;
	padding:0;
}
}


.container {
	font-size:14px;
	line-height:24px;
}
/*  */
/**/
/*   */
@media (max-width:990px) {
	/*  body */
}/*  */

.w1200 {
	}
@media (max-width:1230px) {
	.w1200 {
	padding:0 15px;
}
}
/*  */
@media (max-width:768px) {
	body {
	padding-bottom:50px;
}
}
/*  */
@media (max-width:768px) {
	.habo-top {
	flex-wrap:wrap;
	padding:0 10px;
}
}
.abo-number {
	/* padding:2vw 0;
	*/
}
.abo-number li {
	}.abo-number li:not(:last-child) {
	margin-right:0;
}
.abo-number li h3 {
	color:#1a459f;
}
.abo-number li div span {
	font-size:24px;
	color:#1a459f;
	font-weight:600;
}
.abo-number li .wenti {
	margin:0px auto;
	text-align:left;
	color:#fff;
}
.reyuer {
	background:url(../images/c-a5.jpg);
	padding: 50px 0;
}
.loknews {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
/* 2023-03-21 */
.baoanxihuan .left_o1 {
	width:38%;
}

.baoanxihuan .left_o1 ul{display: flex;flex-wrap: wrap;}
.baoanxihuan .left_o1 ul li{width:100%;display: flex;padding: 40px 0;align-items: center;border-bottom: 1px solid #eee;}
.baoanxihuan .left_o1 ul li h3{font-size: 40px;color: #3328bf;margin-right: 10%;width: 20%;}
.baoanxihuan .left_o1 ul li .kab_weni{font-size: 18px;color: #555;}

 /* 视频图标容器 - 用于波纹效果 */
        .video-icon-container {
            position: relative;
            width: 60px;
            height: 60px;
            cursor: pointer;
            margin-left: 10%;
        }

        /* 视频图标样式 - 使用#3328bf为主色的渐变 */
        .video-icon {
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #3328bf 0%, #5a4fe0 100%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
            box-shadow: 0 4px 15px rgba(51, 40, 191, 0.3);
            transition: transform 0.3s ease;
        }

        .video-icon:hover {
            transform: scale(1.05);
        }

        .play-triangle {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 20px;
            border-color: transparent transparent transparent white;
            margin-left: 5px;
        }

        /* 波纹动画效果 - 基于主色#3328bf */
        .ripple {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(51, 40, 191, 0.6) 0%, rgba(90, 79, 224, 0.2) 100%);
            z-index: 1;
            transform: scale(0);
            animation: ripple-effect 2s infinite;
        }

        .ripple:nth-child(2) {
            animation-delay: 0.5s;
        }

        .ripple:nth-child(3) {
            animation-delay: 1s;
        }

        @keyframes ripple-effect {
            to {
                transform: scale(2.5);
                opacity: 0;
            }
        }

        /* 点击时的波纹效果 */
        .click-ripple {
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.3);
            z-index: 3;
            transform: scale(0);
            pointer-events: none;
        }

        @keyframes click-ripple-effect {
            to {
                transform: scale(2);
                opacity: 0;
            }
        }

        /* 弹出层背景 */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        /* 弹出层内容 */
        .popup-content {
            position: relative;
            width: 80%;
            max-width: 800px;
            background-color: #fff;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }

        /* 关闭按钮 - 匹配主色调 */
        .close-btn {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: rgba(51, 40, 191, 0.7);
            color: white;
            border: none;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1001;
            transition: background-color 0.3s;
        }

        .close-btn:hover {
            background-color: #3328bf;
        }

        /* 视频容器 */
        .video-container {
            width: 100%;
            padding-top: 56.25%; /* 16:9 比例 */
            position: relative;
        }

        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        /* 错误提示 */
        .error-message {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none;
            justify-content: center;
            align-items: center;
            background-color: #f8d7da;
            color: #721c24;
            padding: 20px;
            box-sizing: border-box;
        }
.baoanxihuan img {
	max-width:100%;
}
.baoanxihuan .right_o1 {
	width:55%;
}
.sertsdwe .baoanxihuan {
	/* display:flex;
	*/margin-top:50px;
	/* justify-content:space-between;
	*/position:relative;
}
.sertsdwe .baoanxihuan2 {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.right_o1 ul li h2 {
	font-size: 26px;
	color: #3328bf;
	margin-bottom:30px;
	font-weight: normal;
}
#certify2 {
	position:relative;
}
#certify2 .swiper-container {
	padding-bottom:50px;
}
#certify2 .swiper-pagination {
	width:100%;
}
.right_o1 ul li p {
	font-size:16px;
	color: #222;
	line-height:1.8;
}
.right_o1 ul li {
	margin-bottom:20px;
}
.sertsdwe {
	padding: 50px;
	background: url(../images/jk.png) no-repeat center;
}
/*  */
.zheng_auto {
	width:100%;
	margin:auto;
	/* margin-top:50px; */
}

.nieron{padding:50px;}
.nieron h2{font-size: 50px;margin-bottom: 30px;font-weight: bold;}
.nieron h3{font-size: 18px;color: #00aeef;margin-bottom: 30px;font-weight: bold;}
.nieron p{font-size:16px;color: #222;line-height: 1.5;}





#certify {
	position:relative;
	width:100%;
	margin:0 auto;
	padding-bottom: 70px;
}
#certify .swiper-container {
	/* padding-bottom:60px;
	*/
}
#certify  .swiper-slide {
	/* width:330px; */
	border-radius: 10px;
	/* height: 360px; */
}
#certify  .swiper-slide img {
	display:block;
	max-width:100%;
	width:100%;
}
#certify  .swiper-button-next, #certify .swiper-button-prev{top: 100%;}
#certify  .swiper-pagination{width:100%;bottom: 0;}
#certify .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 10px;
}

#certify  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3328bf;
    width: 40px;
    border-radius: 30px;
}
#certify .swiper-button-prev {
	left: 45%;
	width: 52px;
	height: 52px;
	background:url(../images/wm_button_icon.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
#certify .swiper-button-next {
	right: 45%;
	width: 52px;
	height: 52px;
	background:url(../images/wm_button_icon2.png) no-repeat;
	background-size:100%;
}











/* lingyu */
.yyly{padding: 0 0 50px 0;}
.index4-list{
  margin-top: 3.59vw;
}
.index4-list ul{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*overflow: hidden*/
}
.index4-list ul li{
  width: 16.8%;
  /*height: 480px;*/
  position: relative;
  float: left;
  /* border-right: 2px solid #fff; */
  transition: all 0.5s;
}
.area-img{
    overflow: hidden;
}
.index4-list ul li:last-child{
  margin-right: 0;
  border-right: 2px solid rgba(255,255,255,0);
}
.jsort{text-align: center;font-size: 0;}
.jsort li{display: inline-block;}
.jsort li:last-child a{background: none;}
.jsort li a{color: #1c1b19;font-size: 20px;padding: 0 10px; background: url(../images/4d9da3b4c858f1145de061ccb44583407a462473.png) no-repeat right 7px;}
.jsort li a:hover{color: #d5111f;}


.area-tit1{
    position: absolute;
    top: 7%;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    opacity: 1;
    padding: 20px;
}
.area-tit1 .img1{
    line-height: 7.15rem;
    min-height: 80px;
}
.area-tit1 h3{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
.area-tit1 h4{
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    margin-top: 0.75rem;
}
.area-tit2{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
    background: #4139bbd1;
    padding-bottom: 1.1rem;
    padding-top: 2.7rem;
    opacity: 0;
    transition: all 0.5s;
}
.area-tit2 h3{
    font-size: 30px;
}
.area-tit2 h3 img{
    height: 1.8rem;
    margin-right: 12px;
}
.area-tit2 h3 span{
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: top;
}
.area-tit2 h4{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.875;
    color: #ffffff;
    margin-top: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index4-list ul li:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.index4-list ul li.on{
  width: 49.2%;
  transition: all 0.5s;
}

.index4-list ul li.on:before{
   
    background-color:initial;
}

.index4-list ul li.on .area-img:after{
  display: none;
}
.index4-list ul li.on .num{
  position: absolute;
  right: 37px;
  bottom:30px ;
  transition: all 0.5s;
}
.index4-list ul li.on .area-tit .yw{
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.index4-list ul li.on .area-tit h3{
  bottom: 45px;
  transition: all 0.5s;
}
.index4-list ul li.on .area-tit1{
    opacity: 0;
}
.index4-list ul li.on .area-tit2{
    opacity: 1;
}

@media (max-width: 768px){
    .index4-list ul li{
        width: 50%;
        border: 1px solid #fff;
    }
    .index4-list ul li:last-child{
        border-right: 1px solid #fff;
    }
    .index4-list ul li.on{
        width: 50%;
        border: 1px solid #fff;
    }
    .index4-list ul li .area-img img{
        width: 100%;
    }
    .area-tit1 h3{
        font-size: 28px;
    }
    .area-tit1 h4{
        font-size: 14px;
        margin-top: 10px;
    }
    .area-tit1 .img1{
        line-height: 85px;
    }
    .area-tit2{
        padding: 20px;
    }
    .area-tit2 h3 img{
        height: 22px;
    }
    .area-tit2 h3 span{
        font-size: 22px;
    }
    .area-tit2 h4{
        font-size: 14px;
        margin-top: 5px;
    }
}
@media (max-width: 640px){
    .yyly{
        padding: 30px 0;
    }
}
@media (max-width: 468px){
    .index4-list ul li{
        width: 100%;
    }
    .index4-list ul li.on{
        width: 100%;
    }
    .area-tit2{
        padding: 15px;
    }
    .yyly .yyly_ft h3{
        font-size: 30px;
        letter-spacing:1px;
        word-spacing: 3px;
    }
    .yyly .yyly_ft h4{
        font-size: 24px;
        margin-top: -10px;
    }
}









.anli2{padding-bottom:50px;}


.anli2 .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    bottom: 4%;
    height: 2px;
    width: 93%;
}


.anli2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#3328bf;}



#certify2s {
	position:relative;
	width:100%;
	margin:0 auto;
	padding-bottom: 50px;
}
#certify2s  .swiper-slide img {
	display:block;
	max-width:100%;
	width:100%;
}
#certify2s  .swiper-button-next, #certify2s .swiper-button-prev{top: 100%;}
#certify2s .swiper-button-prev {
	left: 95%;
	width: 30px;
	height: 30px;
	background:url(../images/rf.png) no-repeat;
	background-position:0 0;
	/* background-size:100%; */
}
#certify2s .swiper-button-next {
	right: 0;
	width: 30px;
	height: 30px;
	background:url(../images/lf.png) no-repeat;
	/* background-size:100%; */
}

#certify2s .swiper-button-prev:hover{
	
	background:url(../images/lfs.png) no-repeat;

}
#certify2s .swiper-button-next:hover{

	background:url(../images/rfs.png) no-repeat;

}
.yt-hezuo {
	padding:60px 0;
	background: #fff;
}
.he_auto {
	padding:50px 0 0 0;
}
/*====*/
.strengthHe {
	width: 100%;
	margin-top: 40px;
}
.strengthHe .down {
	position:relative;
	/* background:#efefef;
	*/
}

.strengthHe .coll {
	position:relative;
	/* height:600px;
	*/
}
.strengthHe .down .log {
	 /* position:absolute; */
	 /* left:0; */
	 top:0;
	 /* width:100%; */
	 z-index:-1;
	 /* opacity:0; */
	 -webkit-transition:all 0.6s;
}

.strengthHe .down .log.on .slow {

	}
.strengthHe .down .log.on {
	opacity:1;
	z-index:1;
		 position:relative;
}
/*====*/
.list-honor {
	/* margin-bottom:10px;
	*/
}
.list-honor li a {
	text-align:center;
}
.list-honor li .pic {
	/* margin:8px 0 18px 0;
	*/text-align:center;
	/* margin:8px auto 18px;
	*/display:table;
}
.list-honor li .pic img {
	width: 100%;
	/* max-height:100%; */
}
.list-honor li .block {
	/* height:260px;
	*/
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	border: 1px solid #ddd;
}
.inputs{padding: 8px 22px;font-size:14px;background: #3328bf;border-radius: 60px;color:#fff;}
.inputs2{padding: 8px 22px;font-size:14px;background: #000;border-radius: 60px;color:#fff;margin-left: 7%;}
.list-honor li h2 {
	color: #222;
	font-size: 20px;
	/* font-weight: bold; */
	margin: 10px 0 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-honor li p {
	color:#333;
	font-size: 15px;
	margin-bottom:20px;
	display: -webkit-box;
	-webkit-line-clamp: 3;     /* 显示行数 */
	-webkit-box-orient: vertical; /* 排列方向 */
	overflow: hidden;
}
.list-honor li:hover h2 {
 color:#3328bf;
}

.list-honor li:hover .nairfg {
	background-color: #fff;
}
.a_jkty {
	margin-top:50px;
	text-align:left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.a_jkty a {
	font-size:16px;
	padding: 8px 25px;
	border: 1px solid #3328bf;
	border-radius: 60px;
	color: #fff;
	background: #3328bf;
}
.nairfg {
	padding: 20px;
	/* background:#f6f6f6; */
	text-align: left;
}
.left_ppcs {
	width: 100%;
	/* background:#f6f6f6; */
	text-align:center;
}
.h-cplas .ppgf_aauto {
	/* display:flex; */
	/* justify-content:space-between; */
	margin-top: 30px;
}

/*第一模块==*/
.list-honor{display:flex;justify-content: space-between;}
.list-honor>li {
	text-align:center;
	width: 23%;
}
.left_ppcs ul{display:flex;justify-content: center;}
.left_ppcs ul li{margin: 0 20px;}
.left_ppcs ul li a {
	font-size:18px;
	color: #222;
	display:block;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.left_ppcs ul li.active a {
	color: #00aeef;
	/* font-weight:bold; */
}








#certify3 {
	position:relative;
	width:100%;
	margin:0 auto;
}
#certify3 .swiper-container {
	padding: 0;
}

#certify3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 10px;
}

#certify3  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00aeef;
}

#certify3  .swiper-pagination {

    width: 100%;
}
#certify3  .swiper-slide {
	width:330px;
	/* height:472px;
	*/
  	background:#fff;
}
#certify3  .swiper-slide img {
	display:block;
	max-width:100%;
	width:100%;
}
#certify3  .swiper-slide p {
	color: #222;
	font-size: 14px;
	margin-bottom: 20px;
}

.zuimg {
	width: 100%;
}
.nulied {display:flex;border-radius: 0;overflow: hidden;position: relative;flex-wrap: wrap;}

.meid{width: 100%;padding: 20px;position: absolute;height: 100%;background: #3328bfa1;display: flex;align-items: center;justify-content: center;bottom:-100%;transition: all 0.6s;}
.meid h2{font-size:20px;font-weight: bold;color: #fff;margin-bottom: 20px;/* text-align: center; */}
.meid p{font-size:14px;}
.meid a{font-size: 14px;color: #222;font-weight: bold;}
.nulied:hover .meid{bottom: 0;}

.hezuo {
	padding: 50px 0 0;
	background: #fff;
	/* margin-top: 50px; */
	background-size: 100% 100%;
}
.hezuo .hezuoauto {
	margin-top:50px;
}



#certify5s {
	position:relative;
	width:100%;
	margin:0 auto;
	/* padding-bottom: 50px; */
}
#certify5s  .swiper-slide img {
	display:block;
	max-width:100%;
	width:100%;
}
#certify5s  .swiper-button-next, #certify5s .swiper-button-prev{top: 100%;}
#certify5s .swiper-button-prev {
	left: 45%;
	width: 52px;
	height: 52px;
	background:url(../images/wm_button_icon.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
#certify5s .swiper-button-next {
	right: 45%;
	width: 52px;
	height: 52px;
	background:url(../images/wm_button_icon2.png) no-repeat;
	background-size:100%;
}
.kalayuuuan{border:1px solid #eee;border-radius:10px;overflow:hidden;}
.kalayuuuan:hover{border:1px solid #3328bf;}
.hezuoauto ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:50px;
}
.hezuoauto ul li {
	width:18%;
	margin-bottom:2%;
}
.hezuoauto ul li img {
	max-width:100%;
}
.hezuoauto .a_jkty {
	text-align:center;
}
.suibianer {
	/* padding:50px 0; */
	/* background:#f6f6f6; */
	background-size:100% 100%;
	/* margin-top:50px; */
}
.suibianer textarea::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
color:#000;
	font-size:16px;
}
.suibianer textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */ 
color:#fff;
	font-size:16px;
}
.suibianer textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */ 
color:#000;
	font-size:16px;
}
.suibianer textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */ 
color:#000;
	font-size:16px;
}
.suibianer input::-webkit-input-placeholder {
	/* WebKit browsers，webkit内核浏览器 */
color:#000;
	font-size:16px;
}
.suibianer input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */ 
color:#000;
	font-size:16px;
}
.suibianer input::-moz-placeholder {
	/* Mozilla Firefox 19+ */ 
color:#000;
	font-size:16px;
}
.suibianer input:-ms-input-placeholder {
	/* Internet Explorer 10+ */ 
color:#000;
	font-size:16px;
}
.abto_suibain .input-lg {
	height:46px;
	padding:10px 16px;
	font-size:14px;
	line-height:1.3333333;
	border-radius:6px;
	background: #d9d8df;
}
.abto_suibain .form-group {
	margin-bottom:30px;
	/* text-align:center; */
}
.abto_suibain  textarea.form-control {
	height:210px;
	color:#000;
	background: #d9d8df;
}
.btn-lg {
	padding:10px 44px;
	font-size:16px;
	line-height:1.3333333;
	border-radius:60px;
	margin:auto;
}
.abto_suibain .btn-primary {
	color:#fff;
	background-color: #3328bf;
	border-color: #3328bf;
	width: 30%;
	border-radius:5px;
	font-weight: bold;
}
.left_img {
	/* margin-top:50px; */
}
.biaotitle {
	font-size:26px;
	color:#333;
	font-weight:bold;
	margin-bottom:20px;
}
.a-Lkoy {
	margin-top:50px;
}
.a-Lkoy a {
	background-color:#e60012;
	padding:12px 35px;
	color:#fff;
	border-radius:60px;
	font-size:18px;
}
.left_img {
	width: 50%;
	padding: 0;
	background: #fff;
}
.left_img h2{font-size:16px;color: #222;margin-bottom: 20px;}

.left_img h3{font-size: 35px;color: #222;font-weight: bold;margin-bottom: 30px;}
.suibianer .abto_suibain{display:flex;margin-bottom: 50px;justify-content: space-between;margin-top: 50px;}
.rijfks{width: 43%;}
.rijfks h3{font-size: 32px;font-weight: bold;margin-bottom: 30px;}
.rijfks h2{font-size: 20px;margin-bottom: 20px;}
.rijfks .tufeis p{font-size:16px;line-height: 1.8;color: #3328bf;margin-bottom: 30px;padding-left:20px;}
.rijfks .tufeis p:nth-child(1){background: url(../images/bn1.png) no-repeat left 7px;}
.rijfks .tufeis p:nth-child(2){background: url(../images/bn2.png) no-repeat left 7px;}
.rijfks .tufeis p:nth-child(3){background: url(../images/bn3.png) no-repeat left 7px;}
/* zhengshu */
.yt-hezuo2s{padding:50px 0;background: url(../images/zhen.jpg);/* margin-top: 50px; */}
.yt-hezuo2s .he_auto2s{display:flex;justify-content: space-between;margin-top: 50px;}
.left_zhen{width: 25%;padding: 50px 30px;background:url(../images/bb.png)}
.left_zhen h2{font-size:24px;color: #fff;margin-bottom: 30px;}
.left_zhen p{color: #fff;font-size:16px;margin-bottom: 15px;}
.h3_zhen{font-size: 18px;margin:15px 0;text-align:center;}
  #certify3s  .swiper-slide {
   transition: all 0.6s;
	  transform: scale(0.8);
    }
	#certify3s  .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
#certify3s {width: 100%;position: relative;}
#certify3s .swiper-container {
	padding: 10px 10px 50px;
}

#certify3s .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 10px;
}

#certify3s  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3328bf;
    width: 40px;
    border-radius: 30px;
}

#certify3s  .swiper-pagination {width: 100%;}
#certify3s  .swiper-slide {
	width:330px;
	/* height:472px;
	*/
  	background:#fff;
}
#certify3s  .swiper-slide img {
	display:block;
	max-width:100%;
	width:100%;
}