/*初始化样式*/
html {
	margin:0;
	padding:0;
	border:0;
}
body,div,span,h2,h3,p,a,img,dd,ul,li,form {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#fff;
	color:#333;
	position:relative;
	font:12px/1.5 Poppins-Regular,Microsoft YaHei,sans-serif;
	vertical-align:baseline;
	width:100%;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	outline:none;
}
a:hover,a:active,a:focus {
	/* text-decoration:none;
	*//* outline:none;
	*/
}


.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet
Specificity: (0,3,0)
 {
    margin: 0 15px;
}
input {
	padding:0;
	margin:0;
	font-family:Poppins-Regular;
}
img {
	border:none;
	background:none;
	vertical-align:middle;
}
ul,li {
	list-style-type:none;
}
input,img {
	vertical-align:middle;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.clearfix {
	zoom:1
}
.clearboth {
	height:0px;
	line-height:0px;
	overflow:hidden;
	clear:both;
	font-size:0px;
}

h2 {
	/* font-size:12px; */
	/* font-weight:bold; */
}
/*----- Common css ------*/


/* 轮播 */


.borimg{position:relative;}
.borimg img{width:100%;}
.bortext{position:absolute;top: 55%;width: 100%;padding: 50px;text-align: left;transform: translateY(-50%);}
.bortext h2{font-size: 18px;color: #fff;margin-bottom: 20px;font-weight: normal;}
.bortext h3{font-size: 3.5rem;color: #fff;margin-bottom: 50px;font-weight: bold;line-height: 1.5;}
.bortext  .trye {margin-top:60px;}
.bortext .trye a{font-size: 16px;padding: 10px 40px;background: #089443;color: #fff;border-radius: 60px;box-shadow: 0 0 15px 0 #37761d;margin-right: 5%;transition: all 0.6s;}
.bortext p{font-size: 18px;color: #fff;letter-spacing: 0;margin-bottom: 20px;}
.bortext .trye a:hover{padding:10px 50px;}
.bortexert{width: 60%;float: left;text-align: left;/* padding: 30px; *//* background: #5c8745c4; */}
.bore_uo{padding: 60px 50px;background: #5c8745c4;}
.bore_uo ul{display:flex;justify-content: space-between;flex-wrap: wrap;}
.bore_uo ul li{width:32%;text-align: center;}
.bore_uo ul li h4{font-size: 2.2vw;margin: 0 0 20px;color: #fff;font-weight: bold;}
.bore_uo ul li p{font-size: 14px;color: #ffff;}







 .slide-title {
      font-size: 28px;
      font-weight: 600;
      color: #2c3e50;
      margin: 0 0 30px;
      text-align: center;
      padding-bottom: 15px;
      border-bottom: 2px solid #3498db;
      width: 100%;
      max-width: 80%;
    }
    
    .numbers-grid {
      display: flex;
      gap: 25px;
      width: 100%;
      /* max-width: 800px; */
      padding: 0;
      margin-top: 50px;
      justify-content: space-between;
      /* background: #ffffffde; */
      justify-content: space-between;
    }
    
    .number-card {
      /* background: white; */
      border-radius: 12px;
      padding: 0 5px;
      text-align: center;
      /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 32%;
    }
    
    .number-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .number-card i {
      font-size: 36px;
      color: #3498db;
      margin-bottom: 15px;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .number-label {
      font-size: 13px;
      color: #fff;
      /* margin-bottom: 10px; */
      font-weight: 500;
      /* white-space: nowrap; */
      text-align: center;
    }
    
    .number-display {
      font-size: 40px;
      font-weight: 700;
      color: #fff;
      line-height: 1.2;
      position: relative;
      min-height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }
    
    .text-sm {
      font-size: 14px;
      margin-top: -5px;
    }
    

    
    /* 分页器样式 */
    .swiper-pagination {
      bottom: 0;
    }
    
    .swiper-pagination-bullet {
      width: 40px;
      height: 4px;
      background-color: #bdc3c7;
      opacity: 1;
      margin: 0 17px;
      border-radius: 0;
    }
    
    .swiper-pagination-bullet-active {
      background-color: #37761d;
      /* width: 30px; */
      border-radius: 6px;
      transition: width 0.3s ease;
    }
    
    @media (max-width: 768px) {
      .numbers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        /* max-width: 300px; */
      }
      
      .swiper-container {
        /* min-height: 700px; */
        /* padding: 10px 0; */
        /* background: #5e8947; */
      }
      
      .number-display {
        font-size: 36px;
        min-height: 50px;
      }
      
      .slide-title {
        font-size: 24px;
        max-width: 90%;
        margin-bottom: 20px;
      }
    }
.xymob-search.clicked {
    left: 0;
}
.page-banner .bortexert {
    width: 100%;
    float: right;
    text-align: center;
}


.page-banner .bortext{top:10%}
.nvamian {
    padding-left: 30px;
    background: url(../images/home.png) no-repeat left;
}


.page-bannermo .bortext {
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 20px;
    text-align: left;
}

.page-bannermo  .bortext h2 {
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.page-bannermo  .bortext h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.nva980 {
    display: none;
}
@media (max-width: 990px){
.page-wrap-left {
display:block;
}}



@media (max-width: 980px) {


    .bortext h3 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.8;
    }
	
	
	    .numbers-grid {
        margin-top: 10px;
        padding: 0;
    }
	
	    .bore_uo ul li h4 {
        font-size: 18px;
        margin: 0 0 20px;
        color: #fff;
    }
	
	    .number-display {
        font-size: 18px;
    }
	.page-bannermo{margin-top:60px;}
.bortexert{width:100%}
	
.bortext {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: left;
    transform: initial;
    display: flex;
}

.bortext h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.bortext h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
}

.bortext .trye a {
    font-size: 12px;
    padding: 8px 20px;
    background: #37a218;
    color: #fff;
    border-radius: 60px;
    box-shadow: 0 0 15px 0 #37a218;
}


.page-bannermo .bortext h3 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.bortext p {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0;
}

.page-bannermo .bortext h2 {
  display:none;
}

}


/*主体样式*/
.w1200 {
	max-width:1400px;
	margin:auto;

}
/*热门关键词*/
.yt-title {
	text-align:center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.yt-title h3 {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	line-height: 1.2;
}
.yt-title  a {
	font-size: 14px;
	color: #fff;
	padding: 5px 20px;
	background: #999999;
}

.yt-title  a:hover{background:#fff}
.yt-con {
	/* background:#f8ad19;
	*/
	/* padding:30px;
	*/
	border-radius:10px;
	text-align: center;
}
.abo-number {
	/* padding-bottom:2.7vw;
	*/
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abo-number li {
	/* text-align:center; */
	width: 31%;
	/* padding-right: 9.5%; */
	/* border: 1px solid #ddd; */
	/* border-radius: 20px; */
	margin-bottom: 2%;
}

.abo-number li h2 {
	font-size: 14px;
	letter-spacing:0px;
	color: #666;
	display:inline-block;
	margin-top: 15px;
	/* font-weight:normal; */
	/* font-family:sans-serif; */
}
.abo-number li h3 {
	color: #000;
	font-size: 16px;
	/* font-weight: bold; */
	margin: 0 0 10px 0;
	/* text-align: center; */
	line-height: 1.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.abo-number li p {
	color: #999;
	font-size: 14px;
	font-weight:normal;
	margin: 20px 0;
	/* text-align: center; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}


.abo-number li b {
	color: #37761d;
	font-size: 15px;
	font-weight: normal;
	margin: 20px 0;
	display: inline-block;
	/* border-bottom: 1px solid #ddd; */
	/* padding-bottom: 5px; */
	padding: 5px 20px;
	border: 1px solid #37761d;
	border-radius: 5px;
}

.abo-number li:hover h3{color: #37761d;}
.abo-number li:hover b{background: #37761d;color:#fff;}
.abo-number li div {
	/* width:100%;
	*/
	/* margin:0px auto;
	*/
	overflow: hidden;
}
.abo-number li div span {
	font-size:15px;
}
@media(max-width:1024px) {
.abo-number li h3 {
	font-size:50px;
}
}


.img_mn img {
	width:100%;
}
.naiyrt{display:flex;margin-top: 30px;justify-content: space-between;}

.img2s{display:none}
.zixun-left ul li:hover .naiyrt .img1s{display:none}
.zixun-left ul li:hover .naiyrt .img2s{display:block}
.yt-news {
	padding:3.7% 0;
}
.newsall {
	margin-top: 50px;
	display:flex;
	justify-content:center;
}
.news-left {
	width:50%;
	float:left;
	/* box-shadow:#f6f6f6 20px 0px 30px;
	*/
    position:relative;
}
.news-left::before {
	position:absolute;
	width:35px;
	height:558px;
	content:'';
	right:-33px;
	/* background:url(../images/fb6f6da71cf9d079f5fd5a4b0e1474a0121ecc40.png) no-repeat right;
	*/
}
.tabsz {
	width:92%;
}
.tabsz li {
	}.tabsz li a {
	color:#333333;
	font-size:24px;
	line-height:32px;
	font-weight:bold;
}
.tabsz li a:hover {
	color:#005bac;
}
.newscon {
	margin-top:25px;
	width:100%;
}
.ttsz {
	display:none;
}
.zixun-left {
	margin-bottom:20px;
}
/*底部样式*/
/*自适应调整*/@media(max-width:1164px) {
.news-left::before {
	display:none;
}
}@media(max-width:1140px) {
.abo-number li h3 {
	/* font-size:64px; */
}
}@media(max-width:768px) {
	.abo-number li h3 {
	font-size:50px;
	font-stretch:normal;
	line-height:50px;
	letter-spacing:0px;
	color:#333333;
	display:inline-block;
	margin-top:8px;
}
}@media(max-width:768px) {
.news-left {
	background:none;
}
}@media(max-width:670px) {
.news-left {
	width:100%;
	float:left;
	box-shadow:#f6f6f6 10px 5px 20px;
}
.tabsz li a {
	color:#333333;
	font-size:20px;
	line-height:32px;
	font-weight:bold;
}
}@media(max-width:502px) {
	.x-banner {
	margin-top:60px;
}
}@media(max-width:376px) {
.x-banner {
	margin-top:60px;
}
}
@media (min-width:1200px) {
	.container {
	/* width:1400px;
	*/
}
}@media(max-width:376px) {
.x-banner {
	margin-top:60px;
	background: #5e8947;
}
}/*友情链接*/
/*页面底部*/
/*内页左侧样式*/
@media(max-width:768px) {
.tabsz li a {
	font-size:20px;
}
.newscon {
	margin-top:20px;
}
}@media(max-width:640px) {
.yt-news {
	padding:10px 0;
}
.tabsz li a {
	font-size:16px;
}
}
.clear {
	clear:both;
}
@media (max-width:768px) {
.news-left {
	width:100%;
	float:left;
	box-shadow:#f6f6f6 0 0 0;
	padding:0;
}
}
/* 搜索 */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
/* 轮播定标语 */
@media (max-width:968px) {
	.h-leftall {
	width:100%;
	/* background:#eeeeee;
	*/
    /* padding:80px 15px 30px;
	*/
}
}
/*main*/

@media (max-width:1440px) {
	
	
	.bore_uo {
    padding: 20px;
  
}
	.bortext h3 {
    font-size: 1.2vw;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 1.8;
}
	.bore_uo ul li h4 {
    font-size: 3vw;
    margin: 0 0 20px;
    color: #fff;
}

.number-display{font-size:2.2vw;}
.numbers-grid{margin-top:20px;padding:15px;}

.luguans b{display:none;}

.autouy_naose ul li h3 {
    font-size: 15px;
    
}



.nav7 ul > li:before {

    left: -45px;

}

.nav7 ul > li a {
    font-size: 14px;
 
}

.about_superiority ul li p {
    font-size: 14px;
  
}






}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
}

@media (max-width:980px) {
	
	
	
	.partner-box {
    padding: 20px 0 0;
}
	
	.partner-box .srf_about {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #f7f7f7;
    padding: 10px;
}
	
	
	.partner-box .srf_about .left_noe {
    width: 100%;
    padding: 15px;
    background: #f5f5f5;
}
	
.partner-box .srf_about .left_noe h3 {
    font-size: 20px;
    color: #38761d;
    font-weight: bold;
    margin-bottom: 15px;
}	
	
	.partner-box .srf_about .left_noe p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}



.partner-box .srf_about .nei_noe p {
    font-size: 16px;
    color: #38761d;
    margin-bottom: 10px;
    font-weight: bold;
}

.partner-box .srf_about .nei_noe h3 span {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}



.partner-box .srf_about .right_noe {
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}


.swiper-pagination-bullet {
    width: 20px;
  
}


.partner-list .swiper-container {
    padding: 0 0 20px;
}


.yt-hezuo {
    padding: 20px 0;
    background: #f7f7f7;
}

	
.yt-title h3 {
    font-size: 20px;
  
}
.left_foxin {
    width: 100%;

    flex-wrap: wrap;
}

.liebiaos {
    /* background: #000; */
    padding: 0;
    width: 100%;
}


.left_foxin .tob_tow {
    /* margin-top: 50px; */
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.tob_tow .autouy_naose ul li h3 {
    font-size: 24px;

}
.left_foxin h3 span {
  
    font-size: 16px;
}

.tob_tow .autouy_naose ul li {
    text-align: center;
    width: 50%;
    margin-bottom: 15px;
}


.shuzifo .mo_aurot {
    margin-top: 30px;
}

.partner-box .titlees {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 0;
    justify-content: space-between;
    flex-wrap: wrap;
}


.nav7 {
    width: 100%;
}

    .nav7 ul > li:before {
        left: -57px;
    }

.suibian3 {
    width: 100%;
    /* margin: auto; */
    margin-top: 20px;
}

.about_superiority ul {
    text-align: center;
    padding: 30px 0;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_superiority ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 5%;
}

.about_superiority {
    background: url(../images/abe.jpg) center no-repeat;
    background-size: auto 100%;
}
.hezuo_auto .swiper-container .swiper-button-next, .hezuo_auto .swiper-container .swiper-button-prev {
 
    display: none;
}
.he_auto ul li {
    width: 100%;
    display: flex
;
    margin-bottom: 3%;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

.he_auto ul li .nokr_oo {
    width: 100%;
    margin-top: 5%;
}
.he_auto ul li .cp_tene {
    width: 100%;
    padding: 20px;
    background: #36751c;
    position: relative;
    right: 0;
    top: 0;
}

.he_auto ul li h3 {
    font-size: 20px;
    /* font-weight: bold; */
    margin: 20px 0;
    color: #fff;
}

.he_auto ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}

.tabs {
    margin-top: 30px;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}
.tabs .tab-btn {
 
    width: 100%;

}

.suibianer {
    padding: 35px 0;
  
}

.about_superiority2 ul {
    text-align: center;
    padding: 20px 0;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_superiority2 ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.suibianer .abto_suibain {
    display: flex
;
    justify-content: space-between;
    /* align-items: center; */
    margin-top: 20px;
    flex-wrap: wrap;
}

.left_img2 {
    width: 100%;
    /* background: #f8f8f8; */
    /* box-shadow: 0 0 5px 0 #eee; */
}


.left_img2 ul li h3 {
    font-size: 20px;
    color: #37761d;
    margin-right: 10%;
    width: 20%;
}

.left_img2 ul li h4 {
    font-size: 16px;
    color: #222;
    margin: 0 0 15px;
}

.rijfks2 {
    width: 100%;
    position: relative;
}

.h-about_s {
    position: relative;
    /* background: #f8f8f8; */
    padding: 20px 0 0;
}


.abo-number li {
    /* text-align: center; */
    width: 100%;
 /
    margin-bottom: 2%;
}
.shuzifo {
    padding: 20px 0;
    position: relative;
}

.hezuos .hezuo_auto {
    margin-top: 20px;
}

}


@media (max-width: 980px) {


    .bortext h3 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 20px;
        font-weight: bold;
        line-height: 1.8;
    }
	
	
	    .numbers-grid {
        margin-top: 10px;
        padding: 0;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
	
	    .bore_uo ul li h4 {
        font-size: 18px;
        margin: 0 0 20px;
        color: #fff;
    }
	
	    .number-display {
        font-size: 18px;
}

.bore_uo ul li{width:48%;}
    .bore_uo {
        padding: 10px;
    }
	
	.number-card{width: 47%;}

}

/* 初始化 */