
 
 * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

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 0;
}
.h-about {
	background: #f7f7f7;
	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: #f8f8f8;
	padding: 50px 0 0;
}
.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;
	padding: 20px;
}
.reyuer {
	padding: 50px 0 0;
}


        /* ä¸ªæ€§åŒ–é€‰é¡¹å¡å®¹å™¨ - ä½¿ç”¨ç‹¬ç‰¹çš„ç±»åå‰ç¼€ */
     .reyuer   .nova-panel-container {
            max-width: 800px;
            margin: 0 auto;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        /* é€‰é¡¹å¡å¯¼èˆªæ  */
     .reyuer   .nova-panel-nav {
            display: flex;
            background-color: #f8f9fa;
            justify-content: center;
        }

        /* é€‰é¡¹å¡æŒ‰é’® */
     .reyuer   .nova-panel-btn {
            padding: 1rem 2rem;
            background: none;
            border: none;
            margin: 0 2%;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
            font-weight: 500;
            background: #d6d6d6;
            color: #495057;
            transition: all 0.3s ease;
            position: relative;
        }

        /* æ´»è·ƒçŠ¶æ€çš„é€‰é¡¹å¡æŒ‰é’® */
       .reyuer .nova-panel-btn.nova-active {
            color: #fff;
            background: #232163;
        }

        /* æ´»è·ƒçŠ¶æ€çš„ä¸‹åˆ’çº¿æ•ˆæžœ */
       .reyuer .nova-panel-btn.nova-active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 0;
            background-color: #007bff;
            border-radius: 3px 3px 0 0;
        }

        /* æ‚¬åœæ•ˆæžœ */
      .reyuer  .nova-panel-btn:hover:not(.nova-active) {
            color: #0056b3;
            background-color: #e9ecef;
        }

        /* é€‰é¡¹å¡å†…å®¹åŒºåŸŸ */
      .reyuer  .nova-panel-content {
            padding: 0;
            margin-top: 50px;
        }

        /* é€‰é¡¹å¡é¢æ¿ */
      .reyuer  .nova-panel-block {
            display: none;
        }

        /* æ´»è·ƒçŠ¶æ€çš„é¢æ¿ */
     .reyuer   .nova-panel-block.nova-active {
            display: block;
            animation: fadeIn 0.5s ease;
        }

        /* æ·¡å…¥åŠ¨ç”» */
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
.loknews {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
/* 2023-03-21 */
.baoanxihuan .left_o1 {
	width: 49%;
	overflow: hidden;
}

.baoanxihuan .left_o1 .swiper-slide{overflow:hidden;}
.baoanxihuan img {
	max-width:100%;
	transition: all 0.6s;
}







.baoanxihuan .swiper-pagination-bullet {
   
    background: #fff;
    opacity: 1;
}



 .baoanxihuan .swiper-pagination-bullet-active {
    opacity: 1;
    background: #08943d;
}
.baoanxihuan .left_o1:hover img{transform: scale(1.1);}
.baoanxihuan .right_o1 {
	width: 52%;
	padding-left: 50px;
	background: #f8f8f8;
}
.sertsdwe .baoanxihuan {
	/* display:flex;
	*/margin-top:50px;
	/* justify-content:space-between;
	*/position:relative;
}
.sertsdwe .baoanxihuan2 {
	display:flex;
	justify-content:space-between;
	align-items:center;
	background: #f8f8f8;
	border-radius: 20px;
}
.right_o1 ul li h2 {
	font-size: 26px;
	color: #00aeef;
	margin-bottom:30px;
	font-weight: bold;
}
#certify2 {
	position:relative;
}
#certify2 .swiper-container {
	padding-bottom:50px;
}
#certify2 .swiper-pagination {
	width:100%;
}
.right_o1 ul li h3{font-size:40px;color: #000;margin-bottom: 20px;font-weight: bold;}
.right_o1 ul li p {
	font-size: 16px;
	color: #666;
	line-height:1.8;
	margin-bottom: 50px;
	/* background: url(../images/gou.png)no-repeat left 7px; */
}
.right_o1 ul li {
	margin-bottom:20px;
}
.sertsdwe {
	padding: 50px 0;
	/* margin-top: 50px; */
	/* background: #f2f8f0; */
	border-radius: 20px;
}
.sertsdwe .autouy_naose {
	margin-top:50px;
}

.shuzifo{padding: 50px 0;position: relative;}
.shuzifo .mo_aurot{margin-top:50px;}
.left_foxin{width: 100%;}
.left_foxin h3{font-size: 50px;/* font-weight: bold; */color: #000;/* margin-bottom: 15px; */}
.left_foxin h3 span{color: #232163;font-size: 50px;line-height: 1.8;}
.left_foxin p{font-size: 18px;color: #000;}
.liebiaos{/* background:#000; */padding: 0;}


.nuw_a2{margin-top:30px;display: flex;justify-content: center;}
.nuw_a2 a{padding:10px 30px;background: #08943d;color:#fff;font-size:16px;border-radius: 60px;}
.nuw_a2 a:hover{background:#000;color:#fff;}

.nuw_a2  .zui_t{background:#fff;border:2px solid #000;color:#000;}
.autouy_naose  ul{display:flex;justify-content: space-between;flex-wrap: wrap;width: 100%;/* background: #fff; */}
 .autouy_naose ul li{width: 22%;/* padding: 20px; *//* background: #45d4ca; */text-align: left;border-radius: 15px;display:flex;margin-bottom: 20px;flex-wrap: wrap;}
 
 
 .left_foxin2  .autouy_naose ul li{width: 27%;text-align: center;box-shadow: 0 0 15px 0 #ddd;border-radius: 0;padding: 25px;position: relative;}
 .wokl{width: 100%;}
 .wokrs{width: 100%;/* text-align: left; */}
.autouy_naose ul li h3{font-size: 20px;color: #333;/* font-weight: bold; */margin: 20px 0;}
.autouy_naose ul li p{font-size: 14px;color: #999;/* margin-top: 20px; *//* font-weight: bold; */line-height: 1.8;}
.left_foxin .tob_tow{margin-top: 50px;/* padding: 30px; *//* background: #fff; */border-radius: 20px;overflow: hidden;/* box-shadow: 0px 21px 15px 0 #ddd; */}
.tob_tow .autouy_naose ul li{text-align:center;}
.tob_tow .autouy_naose ul li h3{font-size: 4vw;color: #232163;font-weight: bold;margin: 20px 0;display: flex;justify-content: center;}
.tob_tow .autouy_naose ul li p{font-size: 14px;color: #000;/* margin-top: 20px; *//* font-weight: bold; */line-height: 1.8;}
/*  */
.abo-number li:hover img{transform: scale(1.1); }
.huaimg img{max-width: 100%;transition: all 0.6s;}
.zheng_k {
	}
	
	.zheng_auto {
	width:100%;
	margin:auto;
	/* margin-top:50px; */
}
.oulld{/* background:#fff; */text-align: center;}
.oulld:hover{/* box-shadow:  0 0 15px 0 #eee; */}

.nieron{/* padding:50px; */text-align: center;\: #Fff;}
.nieron h2{font-size: 50px;/* margin-bottom: 30px; */font-weight: bold;overflow: hidden;}
.nieron h3{font-size: 16px;color: #000;margin-bottom: 10px;/* font-weight: bold; */}
.nieron p{font-size: 14px;color: #666;line-height: 1.5;margin-bottom: 20px;}



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

#certify .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
	border:2px solid #e2141e;
}
#certify {
	position:relative;
	width:100%;
	margin:0 auto;
	/* padding-bottom: 50px; */
}
#certify .swiper-container {
	/* padding-bottom:60px; */
}
#certify  .swiper-slide {
	/* width:330px; */
	border-radius: 10px;
	/* height: 360px; */
}
#certify  .swiper-slide img {
	display: inline-block;
	max-width:100%;
	/* width:100%; */
	transition: all 0.6s;
}
#certify  .swiper-slide:hover img {
	transform: scale(1.1);
}
#certify  .swiper-button-next, #certify .swiper-button-prev{top: 50%;}
#certify .swiper-button-prev {
	left: 0;
	width: 44px;
	height: 44px;
	background:url(../images/les.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
#certify .swiper-button-next {
	right: 0;
	width: 44px;
	height: 44px;
	background:url(../images/ris.png) no-repeat;
	background-size:100%;
}

.anli2{padding-bottom:50px;}


#certify2s {
	position:relative;
	width:100%;
	margin:0 auto;
	/* padding-bottom: 50px; */
}

#certify2s #swiper-container1{/* padding-bottom: 50px; */}
#certify2s  .swiper-slide img {
	/* display:block; */
	max-width:100%;
	/* width:100%; */
}
#certify2s  .swiper-button-next, #certify2s .swiper-button-prev{top: 92%;}
#certify2s .swiper-button-prev {
	left: 42%;
	width: 44px;
	height: 44px;
	background:url(../images/wm_button_icon.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
#certify2s .swiper-button-next {
	right: 42%;
	width: 44px;
	height: 44px;
	background:url(../images/wm_button_icon2.png) no-repeat;
	background-size:100%;
}



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

#certify2s .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
	border:2px solid #e2141e;
}
.nanguoer2{margin:20px 0}

.jsiddf{
    /* padding:30px; */
    /* background: #08943d; */
    border-radius: 10px;
    display: inline-block;
    }
.jsiddf h3{font-size: 18px;margin: 15px 10px;font-weight: bold;color: #fff;}
.jsiddf p{font-size:16px;}	
	
.yt-hezuo {
	padding: 50px 0;
	/* background: #f8f8f8; */
}
.he_auto {
	padding:50px 0 0 0;
}

.content{display:none;}
.content.active{display:block;}
.tabs{margin-bottom:30px;display: flex;justify-content: center;}
.tabs .tab-btn{padding: 5px 0;font-size: 15px;color:#000;border-radius: 0;border:none;margin: 0 2%;background: #fff;}
.tabs .tab-btn.active{/* background: #08943d; */color: #232163;border-bottom: 1px solid #232163;}
.he_auto ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.he_auto ul li{width: 23%;text-align: left;margin-bottom: 3%;background: #fff;/* border-radius: 15px; */overflow: hidden;}
.he_auto ul li img{max-width:100%;transition: all 0.6s;}
.he_auto ul li h3{font-size: 20px;/* font-weight: bold; */margin: 20px 0;color: #000;}
.he_auto ul li div{overflow:hidden;}
.he_auto ul li p{font-size: 14px;color: #666666;line-height: 1.8;display: -webkit-box;-webkit-line-clamp: 3; /* 限制两行 */-webkit-box-orient: vertical;overflow: hidden;}
.he_auto ul li .nuw_a a{font-size:14px;padding: 7px 20px;}

.he_auto ul li:hover{/* box-shadow: 0px 0px 24px 0 #999; */}
.he_auto ul li:hover img{/* transform: scale(1.1); */}
/*====*/
.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;
	display: flex;
	width: 100%;
	margin-top: 50px;
}

.left_keh{width: 44.5%;}
/*====*/
.list-honor {
	/* margin-bottom:10px;
	*/
}
.list-honor li a {
	text-align:center;
}
.list-honor li .pic {
	/* text-align:center; */
	/* display:table; */
	width: 100%;
}
.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;
}
.inputs{padding: 5px 15px;font-size:14px;background:#00aeef;border-radius:10px;color:#fff;}
.list-honor li h2 {
	color: #000;
	font-size: 50px;
	font-weight: normal;
	margin: 10px 0 30px 0;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
.list-honor li p {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.list-honor li:hover h2 {
	/* color:#fff; */
}
.list-honor li:hover p {
	/* color:#fff; */
}
.list-honor li:hover .nairfg {
	/* background-color:#e60012; */
}
.a_jkty {
	margin-top:50px;
	text-align:left;
	display: inline-block;
	background: #fff;
	border-radius: 60px;
}
.a_jkty a {
	font-size:16px;
	padding: 15px 85px 15px 35px;
	border: 1px solid #fff;
	border-radius: 60px;
	color: #5aac40;
	background: url(../images/g2.png) no-repeat 85% 45%;
	display: inline-block;
	transition: all 0.6s;
}

.a_jkty:hover a{padding: 25px 95px 25px 45px;}
.nairfg {
	padding: 20px;
	width: 30%;
	text-align: left;
}
.left_ppcs {
	width: 30%;
	/* background:#f6f6f6; */
	text-align:center;
}
.h-cplas .ppgf_aauto {
	display:flex;
	justify-content:space-between;
	margin-top: 50px;
}

/*==*/
.list-honor{display:flex;justify-content: flex-start;flex-wrap: wrap;width: 58%;}
.list-honor>li {
	text-align:center;
	width: 48%;
	display: flex;
	justify-content: space-between;
	margin: 0 1% 2% 1%;
}
.left_ppcs ul{display:flex;justify-content: center;flex-wrap: wrap;}
.left_ppcs ul li{/* margin: 0 20px; */width: 100%;border-radius: 15px;border: 1px solid #ddd;margin-bottom: 20px;padding: 20px 35px;}
.left_ppcs ul li.active{background: #ff7a3e;}
.left_ppcs ul li a {
	font-size:18px;
	color: #222;
	display:block;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	display: flex;
	align-items: center;
}
.img_logos{margin-right: 5%;/* background: #fff; */border-radius: 60px;}
.left_ppcs ul li.active a {
	color: #fff;
	/* font-weight:bold; */
}
.anli {
	/* padding: 50px 0 0; */
	/* background: #f8f8f8; */
}
.diseo{/* background: #673fff; *//* padding: 50px 0 0; */background-size: 100% 100%;/* width: 95%; */margin: auto;border-radius: 20px;}
.diseo .syuhier{/* display:flex; */}
.yt-hezuo  .syuhier{/* display:flex; */}
.diseo .syuhier .ytptitle{/* width:80%; *//* text-align: left; */}
.yt-hezuo .syuhier .ytptitle{/* width:80%; *//* text-align: left; */}
.anli .anli_auto {
	margin-top: 30px;
}
.anli .anli_auto ul {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	justify-content:space-between;
}
.anli .anli_auto ul li {
	position:relative;
	overflow:hidden;
	width:23%;
	margin-bottom:2%;
}
.anli .anli_auto ul li img {
	max-width:100%;
}
.he_auto img {
	max-width:100%
}
.shiimg {
	text-align:center;
	margin-top:50px;
}
.shiimg img {
	max-width:100%;
}
#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: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.8;
}
#certify3  .swiper-slide .nasoe{margin-top: 70px;}
#certify3  .swiper-slide .nasoe p{padding-left: 70px;background: url(../images/b7.png) no-repeat left;margin-bottom: 35px;}
#certify3  .swiper-button-next, #certify3 .swiper-button-prev{top: 5%;}
#certify3 .swiper-button-prev {
	left: 90%;
	width: 44px;
	height: 44px;
	background:url(../images/les.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
#certify3 .swiper-button-next {
	right: 0;
	width: 44px;
	height: 44px;
	background:url(../images/ris.png) no-repeat;
	background-size:100%;
}


#certify3 .a_jkty a {
    font-size: 16px;
    /* padding: 15px 85px 15px 35px; */
    border: 1px solid #fff;
    border-radius: 60px;
    color: #ffffff;
    background: url(../images/g2.png) no-repeat 85% 45%;
    display: inline-block;
    transition: all 0.6s;
}


#certify3 .meid a {
    /* font-size: 14px; */
    color: #5aac40;
    /* font-weight: bold; */
}


#certify3 .a_jkty {
    margin-top: 0;
    text-align: left;
    display: inline-block;
    background: #fff;
    border-radius: 60px;
}
.zuimg {
	width: 62%;
}
.nulied {display:flex;border-radius: 10px;overflow: hidden;justify-content: space-between;align-items: center;margin-top: 50px;background: #5aac40;border-radius: 20px;}
.meid{width: 38%;padding: 50px;}
.meid h2{font-size: 40px;/* 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 a{color:#00aeef}

.hezuo {
	/* padding:50px 0; */
	/* margin-top: 50px; */
	background-size: 100% 100%;
}
.hezuo .hezuoauto {
	margin-top:50px;
}
.xianshier {margin-bottom: 50px;display: flex;justify-content: space-between;background: #ff7a3e;padding: 50px;border-radius: 20px;line-height: 1.8;align-items: center;}
.lefyanyu{width: 65%;}
.lefyanyu p{font-size: 18px;color: #fff;}
.knatu{width: 17%;}
.knatu p{font-size: 16px;color: #fff;text-align: center;margin-top: 20px;}






.nanao{padding: 50px 0 0;}
.nanao .nan_auto{margin-top:50px;}
.nanao .nan_auto h3{font-size: 44px;color: #fff;margin: 0 0 20px 0;}

.nanao .nan_auto p{font-size: 16px;color: #fff;margin-bottom: 15px;}

.nanao .nan_auto ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.nanao .nan_auto ul li{width: 49%;margin-bottom: 2%;}
.nanguoer{position:relative;overflow: hidden;border-radius: 30px;}
.nanguoer img{max-width:100%;transition: all 0.6s;}
.nanguoer .fofofo_k{position:absolute;top: 50%;transform: translateY(-50%);left: 5%;width: 50%;}
.nanguoer .fofofo_k a{font-size: 16px;color: #fff;padding: 5px 10px;border: 1px solid #b78a49;border-radius: 60px;display: inline-block;background: #321d0a;transition: all 0.6s;}
.nanguoer:hover .fofofo_k a{padding:5px 30px;}
.nanguoer:hover img{transform: scale(1.1);}
.nanguoer .fofofo_k a:hover{background:#000;box-shadow:0 0 30px 0 #b78a49; }
.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%;
	/* background: #f8f8f8; */
	/* box-shadow: 0 0 5px 0 #eee; */
	padding: 0 50px;
}
.left_img p{font-size: 14px;color: #777;margin-bottom: 5px;line-height: 2;/* font-weight: bold; *//* padding-left: 25px; *//* background: url(../images/quan.png) no-repeat left; */}
.left_img p span{color:#08943d;}
.left_img h3{font-size: 30px;color: #232163;font-weight: bold;margin: 0 0 25px 0;}
.left_img h4{font-size: 24px;color: #a91c20;font-weight: bold;margin: 15px 0;}
.suibianer .abto_suibain{display:flex;justify-content: space-between;/* align-items: center; */margin-top: 50px;}
.suibianer2 {background:#fff;padding:50px 0;}
.suibianer2 .abto_suibain{display:flex;justify-content: space-between;/* align-items: center; *//* margin-top: 50px; */}

.nuw_a{margin-top:30px;display: flex;justify-content: flex-start;}
.nuw_a a{padding:10px 30px;background: #a91c20;color:#fff;font-size:16px;border-radius: 5px;margin-right: 7%;}
.nuw_a a:hover{background:#000;color:#fff;}

.nuw_a  .zui_t{background:#fff;border:2px solid #000;color:#000;}
.nuw_a  .zui_t2{background:#fff;background: #232163;color: #fff;}
.rijfks{width: 50%;position: relative;}
.rijfks h2{font-size: 14px;font-weight: bold;color: #000;margin-bottom: 30px;}
.rijfks h3{font-size: 26px;color: #fff;font-weight: bold;/* margin-bottom: 25px; */position: absolute;top: 50%;width: 100%;text-align: center;line-height: 1.5;}
.rijfks p{font-size: 18px;color: #000;/* margin-bottom: 15px; */padding: 5px;line-height: 1.8;padding-left: 30px;}
.rijfks2 p:nth-child(1){background:url(../images/gb1.png)no-repeat left;}
.rijfks2 p:nth-child(2){background:url(../images/gb2.png)no-repeat left;}
.rijfks2 p:nth-child(3){background: url(../images/gb3.png)no-repeat left 12px;}
.rijfks h4{font-size: 18px;color: #000;/* font-weight: bold; */margin: 10px 0 40px;}

.rijfks img{max-width:100%;}


.suibianer {
	padding: 50px 0;
	background: #fafafa;
	width: 100%;
	margin: auto;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 50px;
}

.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;
}

/* 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;}

#certify3s {width:70%;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: #00aeef;
}

#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%;
}

.hezuos{padding:50px 0;}
.hezuos img{max-width: 100%;}
.hezuo_auto{margin-top:50px;}

.hezuo_auto .swiper-container {
	/* padding: 0 0 80px; */
}

.hezuo_auto .swiper-container .swiper-button-next, .hezuo_auto .swiper-container .swiper-button-prev{top: 95%;}
.hezuo_auto .swiper-container .swiper-button-prev {
	left: 45%;
	width: 45px;
	height: 45px;
	background:url(../images/les.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
.hezuo_auto .swiper-container .swiper-button-next {
	right: 45%;
	width: 45px;
	height: 45px;
	background:url(../images/ris.png) no-repeat;
	background-size:100%;
}

.yeshsi{padding:50px 0;background:#f8f8f8;display: flex;justify-content: end;}
.yeshsi .ifo_auto{margin-top:50px;display: flex;width: 86%;}
.case_left{width:30%;margin-right: 5%;position: relative;}

.case_left h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    }
.case_left p{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
    line-height: 1.8;
    }
.yeshsi .ifo_auto ul{/* display:flex; *//* flex-wrap: wrap; *//* justify-content: space-between; */width: 65%;}
.yeshsi .ifo_auto ul li{text-align: center;/* padding: 20px 15px; *//* margin-bottom: 20px; */border-radius: 10px;display: flex;align-items: center;position:relative;flex-wrap: wrap;}

.yeshsi  .swiper-button-next, .yeshsi  .swiper-button-prev{top: 62%;}
.yeshsi .swiper-button-prev {
	left: 0;
	width: 45px;
	height: 45px;
	background:url(../images/les.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
.yeshsi  .swiper-button-next {
	right: 73%;
	width: 45px;
	height: 45px;
	background:url(../images/ris.png) no-repeat;
	background-size:100%;
}
.ws_img{
    position: relative;
    z-index: 9;
    border-radius: 15px;
    overflow: hidden;
}

.i_text{
    position: relative;
    z-index: 9;
    padding: 20px;
    text-align: left;
}

.i_text h3{font-size: 20px;color: #000;margin-bottom: 15px;}
.i_text p{font-size: 15px;color: #999;}
.yeshsi .ifo_auto ul li img{max-width:100%;}
  .yeshsi   .swiper-slide {
      text-align: center;
      /* font-size: 18px; */
      /* background: #fff; */

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      transition: 300ms;
      transform: scale(0.8);
    }
	.yeshsi .swiper-slide-active, .yeshsi .swiper-slide-duplicate-active{
      transform: scale(1);
	}
.yeshsi .ifo_auto ul li:hover .i_text h3{color: #a91c20;}
.yeshsi .ifo_auto ul li:hover .i_text p{color: #fff;}

.yeshsi .swiper-container{/* padding-bottom:80px; */}


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


.yeshsi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #08943d;
}
.hezuos{max-width: 100%;margin:auto;/* background: #f7f7f7; */}
.x-banner{max-width:1920px;margin:auto;}
.hezuos .hezuo_auto{margin: 50px 0;}

.x-banner .swiper-container .swiper-button-prev {
	
	width: 48px;
	height: 48px;
	background:url(../images/lsl.png) no-repeat;
	background-position:0 0;
	background-size:100%;
}
.x-banner .swiper-container .swiper-button-next {

	width: 48px;
	height: 48px;
	background:url(../images/rsr.png) no-repeat;
	background-size:100%;
}


.top_feed{padding: 20px;border-radius: 10px;background: #fff;box-shadow: 0 0 10px 0 #ddd;}
.feeding{padding:50px 0;background: #f8f8f8;}
.feeding .feeb_auto{margin-top:50px;}
.wen_feed{font-size:16px;margin-bottom: 30px;}
.img_feed{display:flex;align-items: center;}
.feed_xre{/* width:30%; */margin-right: 5%;}
.feed_name h3{font-size: 20px;font-weight: bold;color: #000;margin-bottom: 10px;}
.feed_name p{font-size:16px;color: #999;}
.feeding .swiper-container{padding-bottom:60px;}




.feeding .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.feeding .swiper-pagination-bullet-active {
    opacity: 1;
    background: #08943d;
}

.quote_auto{
    display: flex;
    justify-content: space-between;
}

.common_quote{padding: 80px 0; background: url("../images/quote.jpg");}
.common_quote .quote_content{width: 46%;float: left;color: #fff;/* padding: 50px; */background: #000;}
.common_quote .quote_content .title{font-size: 46px; font-weight: bold;}
.common_quote .quote_content .text{font-size: 18px;font-weight: bold;/* margin-top: 10px; */padding: 35px;background: #232163;}
.common_quote .quote_content .text h3{font-size:20px;margin: 20px 0;font-weight: bold;}
.common_quote .quote_content .text p{font-size:16px;font-weight: normal;}
.common_quote .quote_content .content{padding-top: 20px;padding: 35px;background: #0f0e3f;}
.common_quote .quote_content .content p{font-size: 18px;line-height: 30px;/* padding-left: 22px; *//* margin-top: 30px; */}
.common_quote .quote_content .content a{color: #fff;}

.common_quote .inquiry_form{width: 50%; float: right;}
.common_quote .inquiry_form .input_list{width: 48%; float: left; margin: 0 4% 30px 0; position: relative;}
.common_quote .inquiry_form .input_list:nth-child(2n){margin-right: 0;}
.common_quote .inquiry_form .input_list input{width: 100%;height: 52px;font-size: 16px;box-sizing: border-box;padding: 0 13px;background: #f0f0f0;border: none;border-radius: 5px;color: #fff;}
.common_quote .inquiry_form .input_list input::placeholder{color: #999;}
.common_quote .inquiry_form .textarea_list{width: 100%; position: relative;}
.common_quote .inquiry_form .textarea_list textarea{width: 100%;line-height: 24px;box-sizing: border-box;padding: 13px 24px;font-size: 16px;border: none;background: #f0f0f0;border-radius: 5px;color: #999;}
.common_quote .inquiry_form .textarea_list textarea::placeholder{color: #999;}
.common_quote .inquiry_form .button_list{margin-top: 40px;}
.common_quote .inquiry_form .button_list button{height: 55px;padding: 0 60px;font-size: 18px;border-radius: 5px;background: #232163;color: #fff;border: none;cursor: pointer;transition: all 0.3s;}
.common_quote .inquiry_form .button_list i{width: 23px; height: 15px; display: inline-block; background: url("../images/send.png"); margin-left: 18px;}
.quote_content  .content{display:block;}
#myform .error{width: max-content; color: #f00; position: absolute; bottom: -70px; line-height: 30px; border: solid #3b3be0 1px; padding: 10px; background: #fff; z-index: 99; border-radius: 5px;}
#myform .error::before{content: ''; border-bottom: solid #3b3be0 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -10px;}
#myform .error::after{content: ''; border-bottom: solid #fff 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -8px;}
#myform .errorborder{border-color: #3b3be0 !important;}
.common_success{padding: 80px 0; background: #f7f7f7;}
.common_success .title{text-align: center;}
.common_success .title h2{font-size: 30px;}
.common_success .goback{margin-top: 50px; text-align: center;} 
.common_success .goback a{display: inline-block; line-height: 50px; background: #3b3be0; color: #fff; font-size: 18px; padding: 0 30px; border-radius: 6px;}

.common_page{text-align: center; padding: 30px 0;}
.common_page a{display: inline-block; line-height: 36px; border: solid #3b3be0 1px; padding: 0 15px; margin: 0 8px;}
.common_page .current{display: inline-block; line-height: 36px; background: #3b3be0; color: #fff; border: solid #3b3be0 1px; padding: 0 13px; margin: 0 6px;}


.mt_ho{margin-top:35px;}

.mt_ho p{background: url("../images/tel.png") no-repeat left;padding-left:35px;}

.title{font-size: 50px;font-weight: bold;margin-bottom: 50px;}


.ti_kor{padding:20px;background: linear-gradient(to right, #232163 50%, #a91c20 50%);}
.ti_kor .auto_kol{display:flex;justify-content: space-between;}
.auto_kol a{font-size:20px;color: #fff;font-weight: 900;}


.left_foxin2 .autouy_naose ul li::before {content: '';position: absolute;top: 50%;right: -25%;width: 40px;height: 36px;background: url(../images/jl.png);transform: translateY(-50%);}
.left_foxin2 .autouy_naose ul li:last-child::before{background: initial;}