.header {
   	border-bottom:1px solid rgba(255, 255, 255,0.1);
	position: fixed;
	z-index: 99;
	left: 0;
	width: 100%;

}

.navbar {

    width: 100%;
    z-index: 999;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    float: left;
    justify-content: space-between;
    align-items: center;
	margin-left: 11%;
	line-height: 76px;
}

.nav-menu li{ float: left; line-height: 76px;}
.nav-item {
    margin:0 2em;
}
.nav-item a{
	color: #fff;
}
.m_active .nav-link:after{
	position: absolute;
	    border-bottom: 2px solid #126537;
	    transition: 0.3s;
		height: 2px;
		    width: 30px;
		    left: calc(50% - 16px);
			top: calc(100% - 2px);
}
.m_active a.nav-link{ color: #126537;}
.nav-link {
    font-size: 18px;
    color: #000000;
	text-transform:uppercase;

	  padding: 29px 14px;
	  cursor: pointer;
	  position: relative;
	  overflow: hidden;

}

.nav-link:hover {
    color: #126537;
}



.nav-link{
  transition: 0.3s;
}
.nav-link .left,.nav-link:after {
  position: absolute;
  left: 50%;
  bottom:0;
  height: 0;
  width: 0;
  border-bottom: 2px solid #126537;
  transition: 0.3s;
}
.nav-link:before,.nav-link:after {
  content: "";

}
.nav-link:hover{
  color: #126537;
}

.nav-link:hover:after {
  height: 2px;
  width:30px;
  left:calc(50% - 16px);
}

.nav-link:hover:after{
  top: calc(100% - 2px);
}

.nav-item .nav-link{
	}
  .nav-item .nav-link:hover{background-size : 100% 2px;}

.nav-logo {
	float: left;
	margin-top:10px;
	margin-left:6%;
}




.ul-list > li {position: relative;}
.ul-list > li > a {height:76px;display: flex;align-items: center; justify-content: center;text-decoration: none;color: #fff;}
.ul-list > li:hover .ol-list {display: block;}
.ol-list { display: none; position: absolute;top: 65px;left:-20px;z-index: 999; text-align: center; width: 168px;}
.hnav_pc li:nth-child(3) .ol-list{left:-65px; width:250px;}
.hnav_pc li:nth-child(4) .ol-list{left:-46px;width:200px;}
.hnav_pc li:nth-child(5) .ol-list{left:-58px;width:200px;}
.ol-list > li{float: none; line-height: 42px;}
.ol-list > li > a {text-decoration: none;color: #fff;height: 42px;align-items: center;border-bottom: 1px solid #3c865d;
background: rgba(19, 102, 56, 0.75);font-size: 14px;
justify-content: center; display:block;}
.ol-list > li > a:hover {background:#126537;}


	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}

.fp-viewing-1 .header{ color: #000; background-color: #ffffff;}

.language_a{position: absolute;right:250px; margin-top:15px;}
.language_a a{ font-size: 18px; color: #fff;}
.language_a a i{font-size:30px; color: #fff; vertical-align: middle; margin-right:5px;}
.search_input{}
.search-wrapper {
    position: absolute;
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    top:39px;
    right:10px;
}
.search-wrapper.active {}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 50px;

    border-radius:6px;
    position: relative;
    width:50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width:220px;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width:100%;
    height: 50px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
   /* -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570); */

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.search-wrapper .input-holder .search-icon {
    width:50px;
    height:50px;
    border:none;
    border-radius:6px;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height:50px;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
/*    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650); */

}
.search-wrapper .input-holder .search-icon span i{ font-size:28px; color: #fff;}
.search-wrapper.active .input-holder .search-icon span {
   /* -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg); */
	color: #ffffff;
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {

}
.search-wrapper .input-holder .search-icon span::after {

}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:14px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
 /*   -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110); */
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
	opacity: 0;
}
.search-wrapper.active .close {
    right:-35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
 /*   -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570); */
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
	opacity: 1;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #FFF;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 3px;
    height: 24px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 24px;
    height: 3px;
    left: 0px;
    top: 10px;
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top:80px;
    left:0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display:none;
    color:#B7B7B7;
}


.section_bg1{ width: 100%; height: 100%;}


.fp-viewing-0 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #ffffff;}
.fp-viewing-0 .nav-logo img:nth-child(2){ display: none;}
.fp-viewing-0 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #fff; background: none;margin: -10px 0 0 -4px;
width: 10px; height: 10px;}
.fp-viewing-1 .header{ border-bottom: 1px solid #e2e2e2;}
.fp-viewing-1 .nav-logo img:nth-child(1){ display: none;}
.fp-viewing-1 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #dedede;}
.fp-viewing-1 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #126537; background: none;margin: -6px 0 0 -5px;
width: 10px; height: 10px;}
.fp-viewing-1 .nav-item a,
.fp-viewing-1 .language_a a,
.fp-viewing-1 .language_a a i,
.fp-viewing-1 .search-wrapper .input-holder .search-icon span i
{ color: #333;}
.fp-viewing-1 .active .input-holder .search-icon span i{ color: #ffffff;}
.fp-viewing-1 .search-wrapper .close::before,.fp-viewing-1 .search-wrapper .close::after{ background-color: #333;}
.fp-viewing-1 .nav-item a:hover{ color: #126537;}
.fp-viewing-1 .drop-down-content li a{ color: #333;}

.fp-viewing-2 .header{ border-bottom:rgba(255, 255, 255,0.2) solid 1px;}
.fp-viewing-2 .nav-logo img:nth-child(1){ display: none;}
.fp-viewing-2 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #dedede;}
.fp-viewing-2 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #126537; background: none;margin: -6px 0 0 -5px;
width: 10px; height: 10px;}
.fp-viewing-2 .nav-item a,
.fp-viewing-2 .language_a a,
.fp-viewing-2 .language_a a i,
.fp-viewing-2 .search-wrapper .input-holder .search-icon span i
{ color: #333;}
.fp-viewing-2 .active .input-holder .search-icon span i{ color: #ffffff;}
.fp-viewing-2 .search-wrapper .close::before,.fp-viewing-2 .search-wrapper .close::after{ background-color: #333;}
.fp-viewing-2 .nav-item a:hover{ color: #126537;}
.fp-viewing-2 .drop-down-content li a{ color: #333;}
#section1{background-color:#f6f6f6;}

.fp-viewing-3 .header{ border-bottom:rgba(0, 0, 0,0.1) solid 1px;}
.fp-viewing-3 .nav-logo img:nth-child(1){ display: none;}
.fp-viewing-3 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #dedede;}
.fp-viewing-3 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #126537; background: none;margin: -6px 0 0 -5px;
width: 10px; height: 10px;}
.fp-viewing-3 .nav-item a,
.fp-viewing-3 .language_a a,
.fp-viewing-3 .language_a a i,
.fp-viewing-3 .search-wrapper .input-holder .search-icon span i
{ color: #333;}
.fp-viewing-3 .active .input-holder .search-icon span i{ color: #ffffff;}
.fp-viewing-3 .search-wrapper .close::before,.fp-viewing-3 .search-wrapper .close::after{ background-color: #333;}
.fp-viewing-3 .nav-item a:hover{ color: #126537;}
.fp-viewing-3 .drop-down-content li a{ color: #333;}

.fp-viewing-4 .header{ border-bottom:rgba(0, 0, 0,0.1) solid 1px;}
.fp-viewing-4 .nav-logo img:nth-child(1){ display: none;}
.fp-viewing-4 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #dedede;}
.fp-viewing-4 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #126537; background: none;margin: -6px 0 0 -5px;
width: 10px; height: 10px;}
.fp-viewing-4 .nav-item a,
.fp-viewing-4 .language_a a,
.fp-viewing-4 .language_a a i,
.fp-viewing-4 .search-wrapper .input-holder .search-icon span i
{ color: #333;}
.fp-viewing-4 .active .input-holder .search-icon span i{ color: #ffffff;}
.fp-viewing-4 .search-wrapper .close::before,.fp-viewing-4 .search-wrapper .close::after{ background-color: #333;}
.fp-viewing-4 .nav-item a:hover{ color: #126537;}
.fp-viewing-4 .drop-down-content li a{ color: #333;}

.fp-viewing-5 .header{ border-bottom:rgba(0, 0, 0,0.1) solid 1px;}
.fp-viewing-5 .nav-logo img:nth-child(1){ display: none;}
.fp-viewing-5 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #dedede;}
.fp-viewing-5 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #126537; background: none;margin: -6px 0 0 -5px;
width: 10px; height: 10px;}
.fp-viewing-5 .nav-item a,
.fp-viewing-5 .language_a a,
.fp-viewing-5 .language_a a i,
.fp-viewing-5 .search-wrapper .input-holder .search-icon span i
{ color: #333;}
.fp-viewing-5 .active .input-holder .search-icon span i{ color: #ffffff;}
.fp-viewing-5 .search-wrapper .close::before,.fp-viewing-5 .search-wrapper .close::after{ background-color: #333;}
.fp-viewing-5 .nav-item a:hover{ color: #126537;}
.fp-viewing-5 .drop-down-content li a{ color: #333;}




.fp-viewing-6 .header{ border-bottom: 1px solid rgba(255, 255, 255,0.1);}
.fp-viewing-6 .nav-logo img:nth-child(2){ display: none;}
.fp-viewing-6 #fp-nav ul li a span, .fp-slidesNav ul li a span{  background-color: #dedede;}
.fp-viewing-6 #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{ border: 3px solid #ffffff; background: none;margin: -6px 0 0 -5px;
width: 10px; height: 10px;}
.fp-viewing-6 .nav-item a,
.fp-viewing-6 .language_a a,
.fp-viewing-6 .language_a a i,
.fp-viewing-6 .search-wrapper .input-holder .search-icon span i
{}
.fp-viewing-6 .active .input-holder .search-icon span i{ color: #ffffff;}
.fp-viewing-6 .search-wrapper .close::before,.fp-viewing-6 .search-wrapper .close::after{ }
.fp-viewing-6 .nav-item a:hover{ color: #126537;}
.fp-viewing-6 .drop-down-content li a{ color: #333;}

.fp-viewing-1 .ol-list > li > a,.fp-viewing-1 .ol-list > li > a:hover,
.fp-viewing-2 .ol-list > li > a,.fp-viewing-2 .ol-list > li > a:hover,
.fp-viewing-3 .ol-list > li > a,.fp-viewing-3 .ol-list > li > a:hover,
.fp-viewing-4 .ol-list > li > a,.fp-viewing-4 .ol-list > li > a:hover,
.fp-viewing-5 .ol-list > li > a,.fp-viewing-5 .ol-list > li > a:hover,
.fp-viewing-6 .ol-list > li > a,.fp-viewing-6 .ol-list > li > a:hover
{color: #ffffff;}
/*index nav commen end*/
.intro{text-align: center; position: absolute; left: 0; width: 100%; height: 100%; display: table;}
.intro_warp{display: table-cell;vertical-align: middle;}
.one_h3{ font-size: 50px; text-align: center; color: #fff; padding: 25px 0; line-height: 26px;
 }
.one_txt{ font-size: 31px; text-align: center; color: #fff;font-weight: normal; padding:25px 0; line-height: 26px;
 }


.about_warp{ width: 1420px; margin: 0 auto;}
.About_left{ float: left; width: 48%;line-height: 24px; font-size: 16px;}
.About_left h4{ font-size: 54px; color: #000;text-transform: uppercase; padding: 44px 0; line-height: 24px;font-family: 'HarmonyOS_Sans_SC_Bold';}
.About_right{ width:50%; float: right;}



.is_more{ margin:60px 0;}
.is_more a{ background-color: #126537; padding: 13px 60px; font-size:18px; color: #fff; border-radius: 50px;
font-weight: normal;display: inline-block;-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;}
.is_more a:hover{
	    -webkit-transform: translateX(15px);
	    -o-transform: translateX(15px);
	    transform: translateX(15px);
		opacity: 0.88;}
.about_numeber{ padding: 30px 0;}
.about_numeber_boxs li{ width: 25%; float: left; text-align: center;}
.about_numeber_boxs li dl{ font-size: 30px; position: relative;}
.about_numeber_boxs li dl i{font-size: 60px; font-style: normal; font-weight: bold;font-family:"SourceHanSansCN-Bold";
color: #126537;}
.about_numeber_boxs li dl b{font-size: 18px;font-weight: normal;vertical-align: top;line-height: 66px; padding-left:5px;color: #126537;}
.about_numeber_boxs li p{font-size: 22px;margin-top: -18px;}


.about_numeber_boxs li:nth-child(1){ text-align: left;}
.about_numeber_boxs li:nth-child(1) dl i{ padding-left: 15px;}
.about_numeber_boxs li:nth-child(4){text-align: right;}
.about_numeber_boxs li:nth-child(4) dl b{padding-right: 40px;}
.about_numeber_boxs li:nth-child(2){padding-right: 90px;}
.about_numeber_boxs li:nth-child(3){padding-left: 20px;}

.section_bg2{  width: 100%; height: 100%;background-size:cover;}

.swiper { width: 100%; height: 100%;}
.newSwiper_warp_top_tit{ font-size: 50px; color: #333; text-transform: uppercase; font-weight: bold; margin: 0 0 0 10%;font-family: 'HarmonyOS_Sans_SC_Bold';}
.newSwiper_warp{ width:40%;float: right; margin-right:14.2%; background-color: rgba(255, 255, 255, 0.8); max-width:580px;}
.newSwiper_warp .swiper{ height: auto;}
.newSwiper .swiper-button-prev,.newSwiper .swiper-rtl .swiper-button-next{ right: auto; left: auto;}
.newSwiper .swiper-button-next,.newSwiper .swiper-button-prev{top:calc(100% - 68px);}
.newSwiper .swiper-button-next{ width: 90px;height: 90px; right: 0;}
.newSwiper .swiper-button-prev{width: 90px;height: 90px;right:91px;}
.newSwiper .swiper-button-next:after,.newSwiper .swiper-button-prev:after{font-size:30px; font-weight: normal;
color: #ffffff;display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px; background-color: #333333;}
.newSwiper .swiper-button-next.swiper-button-disabled,.newSwiper .swiper-button-prev.swiper-button-disabled{opacity:1;}
.newSwiper .swiper-horizontal>.swiper-pagination-bullets,
.newSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.newSwiper .swiper-pagination-custom,
.newSwiper .swiper-pagination-fraction
{top: 8%; text-align: right; font-size: 22px;height: 30px; padding-right: 72px;}
.newSwiper .swiper-pagination-current{ font-size: 38px;}
.cp_c_tit{ font-size: 36px; color: #126537; /* text-transform: uppercase;  */padding: 10px 50px; padding-top: 140px;font-family: 'HarmonyOS_Sans_SC_Bold';}
.cp_c_txt{ font-size: 18px; line-height: 28px; padding: 10px 50px;text-align: justify;
    text-justify: newspaper;}
.more_q{ width:160px; margin-left: 50px; padding:40px 0; margin-bottom:100px;}
.more_q a{font-size: 18px;display: block;}
.more_q a:hover{ color: #126537; }

.section_bg3{ background: url(../images/serv_bg.jpg) no-repeat center; width: 100%; height: 100%;background-size:cover;}
.Our_Service{ width: 1440px; margin:80px auto 0 auto;}
.our_sub_left{ width:50%; float: left;}
.our_sub_left h3{ color: #333; font-size: 50px; text-transform: uppercase; padding: 10px 0;font-family: 'HarmonyOS_Sans_SC_Bold';}
.our_sub_left_txt{font-size: 18px; line-height: 28px; color: #333333;}
.lm_index{width: 100%; margin-top: 60px;}
.lm_index li{ float: left;width: 33.33%;}
.lm_index li:hover{ cursor: pointer;}
.lm_index li i{display: block; width:240px; height: 220px; line-height: 314px; text-align: center; font-size:18px; font-style: normal;
 border-right: 2px solid #f1f3f6;}
.our_icon1{background:#ffffff url(../images/our_icon1.png) no-repeat center 40px;}
.our_icon2{background:#ffffff url(../images/our_icon2.png) no-repeat center 40px;}
.our_icon3{background:#ffffff url(../images/our_icon3.png) no-repeat center 40px;}
.l_curs .our_icon1{background:#126537 url(../images/our_icon1_ac.png) no-repeat center 40px; color: #fff;}
.l_curs .our_icon2{background:#126537 url(../images/our_icon2_ac.png) no-repeat center 40px; color: #fff;}
.l_curs .our_icon3{background:#126537 url(../images/our_icon3_ac.png) no-repeat center 40px; color: #fff;}
.our_sub_right{ float: right; width:50%;}
.our_pic{ float: right; margin-top: -630px; margin-right: 20px;}
.our_pic_bg{float: right; background-color: #126537; width: 460px; height: 610px;}



.section_bg4{ background: url(../images/our2_bg.jpg) no-repeat center; width: 100%; height: 100%;background-size:cover;}
.tab_advantage_tit{font-size: 50px; text-align: center; color: #126537; text-transform: uppercase; padding-top: 50px;font-family: 'HarmonyOS_Sans_SC_Bold';}
.tab_index_advantage{ text-align: center; display: table; width: 100%;}
.tab_index_advantage li{display: table-cell;text-align: center; text-align:right; width: 50%; padding:20px 15px;}
.tab_index_advantage li:hover{ cursor: pointer;}
.tab_index_advantage li:nth-child(2){ text-align:left;}
.tab_index_advantage li i{font-style: normal; font-size:18px; color: #126537; border: 2px solid #126537; padding: 6px 0;text-align: center;
border-radius: 40px; width:196px; display: inline-block;}
.tab_index_advantage li.t_curs i{color: #fff; background-color: #126537;}
.our_sub_right_cont_warp{ width: 1440px; margin:30px auto;}
.ad_tab_list_boxs li{ width: 30%; background: rgba(255, 255, 255,0.8); min-height: 420px; max-width: 400px; padding:30px 10px 50px 10px; float: left;
margin-right: 118px;
-webkit-transition-duration: .3s;
    text-transform: uppercase;
    -o-transition-duration: .3s;
    transition-duration: .3s;}
.ad_tab_list_boxs li:nth-child(3){ margin-right: 0;}
.ad_tab_list_boxs li:hover{  -webkit-transform: translateY(-15px); -o-transform: translateY(-15px);transform: translateY(-15px);}
.ad_tab_list_boxs dl{ background-color: #90c31f; width: 100px; height: 100px; text-align: center; margin:15px auto; border-radius: 6px;}
.ad_tab_list_boxs li:nth-child(2) dl{background-color: #126537;}
.ad_tab_list_boxs dl img{display: block; margin:0 auto; padding-top: 15px;}
.ad_tab_list_boxs h5{ font-size: 24px; text-align: center; line-height: 28px; padding: 15px 0;font-family:'HarmonyOS_Sans_SC_Bold'; color: #333333;}
.ad_tab_list_boxs p{ font-size: 18px; line-height:28px; text-align: center; color: #666666; text-transform: initial;}

#hotnez_cont2 .ad_tab_list_boxs li dl{background-color: #90c31f;}
#hotnez_cont2 .ad_tab_list_boxs li:nth-child(2) dl{background-color: #126537;}
#hotnez_cont2 .ad_tab_list_boxs li:nth-child(4) dl{background-color: #00783c;}
#hotnez_cont2 .ad_tab_list_boxs li{width: 30%; max-width:100%; background: rgba(255, 255, 255,0.8);min-height: 420px;padding:30px 0 40px 0;}
#hotnez_cont2 .ad_tab_list_boxs li:nth-child(4){ margin-right: 0;}
#hotnez_cont2 .ad_tab_list_boxs p{ text-align: left; padding: 0 25px; color: #666666;text-align: center;}
#hotnez_cont2 .ad_tab_list_boxs h5{text-transform:Capitalize;}



.section_bg5{ background: url(../images/news_bg.jpg) no-repeat center; width: 100%; height: 100%;background-size:cover;}
.i_news_tit{ font-size: 48px; text-align: center; padding:80px 0 15px 0;font-family: 'HarmonyOS_Sans_SC_Bold';}
.i_news_boxs{  width: 1440px; margin: 0 auto;}
.i_news_boxs li{ /* width: 33.333%; */ float: left; padding: 0 25px;-webkit-transition-duration: .3s;
    text-transform: uppercase;
    -o-transition-duration: .3s;
    transition-duration: .3s;}
.i_news_boxs li:hover{-webkit-transform: translateY(-15px); -o-transform: translateY(-15px);transform: translateY(-15px);}
.i_news_boxs li a{ display: block; padding:20px; background-color: #ffffff;min-height: 528px;}
.i_news_boxs li a img{ width: 100%; height: auto;}
.i_news_boxs h4.i_news_boxs_tit{font-size: 18px; line-height: 20px; padding:24px 0 15px 0;}
.i_news_boxs dl.i_news_boxs_txt{font-size: 18px; line-height: 24px; text-transform: initial;text-align: justify;
    text-justify: newspaper;}
.i_news_boxs dl.i_news_boxs_time{font-size: 18px; color: #999999; margin: 30px 0 0 0;}
.is_more_news{ text-align: center; margin-top:2%;}



.section_bg6{ background: url(../images/contact_bg2.jpg) no-repeat center; width: 100%; height: 100%;background-size:cover;}
.foot_top{ position: absolute;top: 0%; height: 50%;vertical-align: middle; align-items: center; display: flex; color: #fff; width: 100%;}
.foot_top_warp{ width: 1440px; margin: 0 auto;}
.foot_top_left{ float: left; font-size: 24px; color: #ffffff; }
.foot_top_left dl:nth-child(1){font-weight: bold;}
.foot_top_left dl{line-height:24px; padding: 10px 0;}
.foot_top_right{float: right; margin-top: 20px;}
.foot_top_right a{ background-color: #126537; padding: 8px 52px; font-size:24px; color: #fff; border-radius: 50px;font-family: 'HarmonyOS_Sans_SC_Bold';
font-weight: normal;display: inline-block;-webkit-transition-duration: .3s;text-transform: uppercase;
    -o-transition-duration: .3s;
    transition-duration: .3s;}
.foot_top_right a:hover{cursor: pointer;
	    -webkit-transform: translateX(15px);
	    -o-transform: translateX(15px);
	    transform: translateX(15px);
		opacity: 0.88;}
.foot_cont{ width: 100%; position: absolute; top:50%; color: #92959d; height: 50%;}
.foot_cont_warp{width: 1440px;margin: 0 auto;}
.f_h4_size{ font-size: 30px; color: #ffffff; padding:26px 0;font-family: 'HarmonyOS_Sans_SC_Bold';}
.foot_cont_l{ font-size: 18px; line-height: 42px; color: #ffffff; float: left; width:40%;}
.foot_cont_l_icon{ margin: 15px 0;}
.foot_cont_l_icon i{ color: #92959d; border: 2px solid #92959d; border-radius: 40px;font-size: 20px; width: 40px;
height: 40px; line-height: 40px; display: inline-block; text-align: center; margin: 0 5px;}
.foot_cont_l_icon a:hover i{ color: #ffffff;border: 2px solid #ffffff;}


.website_link{margin-top: 30px;width: 365px; background-color: rgba(255, 255, 255, 0.1);display: -webkit-flex;
display: flex;-webkit-align-items: center;align-items: center;position: relative;}
.website_link h6 {font-size: 16px; color: rgba(255, 255, 255, 0.6); line-height: 46px;text-indent: 20px; transition: all 500ms;}
.website_link:hover {background-color: rgba(255, 255, 255, 0.8);}
.website_link:hover h6{color: #000;;}
.website_link:hover ul {height: 275px;padding:10px 12px;}
.website_link ul {width: calc(100% - 55px); position: absolute;left: 0;bottom: 46px; background-color: #fff; overflow: hidden;
 height: 0;transition: all 500ms;}
.website_link ul li{ line-height: 36px;}
.website_link:hover .select_icon {background-color: rgba(255, 255, 255, 0.8);}
.website_link .select_icon {width: 55px;height: 46px;line-height: 46px;color: #fff;text-align: center;display: block;position: relative;
background-color: rgba(92,92,92,0.6); transition: all 500ms;right: 0; position: absolute;}
.website_link .select_icon i {font-size: 26px;display: inline-block; transition: all 500ms;}
.website_link:hover .select_icon i { color: #000;-ms-transform: rotate(90deg);transform: rotate(90deg);}

.foot_cont_c{ float: left; margin-left:5%; width:25%;}
.foot_cont_c dl{ padding-bottom: 12px;}
.foot_cont_c dl a{ font-size: 18px; color: #92959d;}
.foot_cont_c dl a:hover{ font-size: 16px; color: #ffffff;}

.foot_cont_r{ float: right; width: 30%;}
.fr_dl_size{font-size: 16px; margin-bottom: 10px;}
.foot_cont_r_ipnut input{ background-color: #3e424c; border-radius: 50px; padding: 13px 20px; width:330px; margin: 10px 0; font-size: 16px; outline: none;}
.foot_cont_r_ipnut button{ background-color: #ffffff; color: #126537; font-size:18px;border-radius: 50px; padding: 14px 50px;font-weight: bold;
margin: 20px 0;}


.drop-down-content li a{
        display: block;
        text-decoration: none;
        width: 100px;
        height: 40px;
        text-align: center;
        line-height:40px;
        background-color: #fff;
		font-size: 15px;
		color: #333;
		border-bottom: 1px solid #f1f1f1;
    }
    .drop-down{
        width: 100px;
        height: 40px;
    }
    .drop-down-content{
        opacity: 0;
        height: 0;
        overflow: hidden;
        transition: all 0.6s ease;margin-left: -13px;
    }
	.drop-down-content img{margin-right: 6px;margin-top: -2px;}
    .drop-down-content::before{
		content: '';
		    position: absolute;
		    right: 55px;
		    top: 40px;
		    overflow: hidden;
		    border-right: 8px solid transparent;
		    border-bottom: 8px solid #fff;
		    border-left: 8px solid transparent;
		    display: block;
	}

    .drop-down-content li:hover a{
        background-color: #fff;
		color: #126537;
    }
   .drop-down:hover .drop-down-content{
        opacity: 1;
        height: 250px;
    }





.contact_warps_input{ background-color: #f0f0f0; width: 100%; padding: 40px 0;}
.contact_warps_input_w{ width: 700px; margin: 0 auto; overflow: hidden;}
.contact_warps_input_txt{ margin: 20px 0; clear: both;overflow: hidden;}
.contact_warps_input_txt_c{ width:calc(100% - 250px); height: 50px; line-height: 50px; float: left;background-color: #ffffff; font-size: 18px;
text-indent: 2em; outline: none; border: 1px solid #f0f0f0;}
.contact_warps_input_txt_c2{ width:calc(100% - 250px); height: 140px; line-height:38px; float: left;background-color: #ffffff; font-size: 18px;
text-indent: 2em; border: 1px solid #f0f0f0;}
.contact_warps_input_txt dl{ width: 250px; float: left; text-align: left;}
.contact_warps_input_txt i{font-size: 28px; color: #ea5413; font-style: normal; vertical-align: middle; padding-right: 40px; line-height: 50px;}
.contact_warps_input_txt  span{font-size: 20px; padding-right: 20px; line-height: 50px;}
.contact_warps_input_button{ text-align: center;margin-top: 50px;}
.contact_warps_input_button button{background-color: #126537;padding: 13px 78px; font-size: 24px;
 color: #fff; border-radius: 50px;font-weight: normal;display: inline-block;-webkit-transition-duration: .3s; text-transform: uppercase;
-o-transition-duration: .3s;transition-duration: .3s;}
.contact_warps_input_button button:hover {cursor: pointer;-webkit-transform: translateX(15px); -o-transform: translateX(15px);
 transform: translateX(15px);opacity: 0.88;}

.fa-close{ font-size: 38px;}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  -moz-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -o-transition: opacity 0.25s ease 0s, visibility 0.35s linear;
  -webkit-transition: opacity 0.25s ease, visibility 0.35s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.25s ease 0s, visibility 0.35s linear;

}
.modal-overlay.state-show {
  opacity: .6;
  visibility: visible;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.2s, 0s;
  -o-transition-duration: 0.2s, 0s;
  -webkit-transition-duration: 0.2s, 0s;
  transition-duration: 0.2s, 0s;
}

.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.modal-inset {
  position: relative;
  padding: 60px;
  background-color: white;
  min-width: 320px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-inset .m_close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  opacity: .4;
  z-index: 999;
}
.modal-inset .m_close:hover {
  opacity: 1;
}

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

 .hnav_pc{display: block;}
 .hnav_wap{display: none;}

.a-slide-bg{height: 100%; width:18.9%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/slide-bg.jpg) no-repeat scroll top center;
    opacity: 0.6;
    background-size: 100% 100%;
    transition: all 500ms;
    z-index: 2;}
.i_about_conts{    text-align: justify;
    text-justify: newspaper;}

.mySwiper_bus .swiper-slide img{width: 100%; height: 100%;object-fit: cover;}

@media only screen and (max-width:1024px) {
	#fp-nav.fp-right{ right: 4px;}
	.header{ height: auto; position: fixed; width: 100%; left: 0; background-color: #fff; z-index: 99999;}
	.navbar {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    padding:0.4rem 0;
	    z-index: 999;
		width: 100%;
	}

	.nav-menu li.nav-item span{ display: block; height: 100%; width: 100%; position: relative; }
	/* .nav-menu li.nav-item span i{ display: block; height: 20px; width: 20px; background: url(img/arr.png) no-repeat center center; background-size:80% 80%; position: absolute; right: 20px; top: 50%; margin-top: -10px;  transition: all 0.3s ease-out; transform: rotate(0deg);}
	.nav-menu li.nav-item span i.action{ transition: all 0.3s ease-out;transform: rotate(180deg);} */
	.nav-drop-down{ display: none; background: #f1f5f3; }
	.nav-drop-down a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #222; text-decoration: none; padding: 5px 0;}


	.nav-logo{ margin-top:0;margin-left: 2%;}
	.nav-logo img{ display: none;}
	.fp-viewing-0 .nav-logo img:nth-child(2),
	.fp-viewing-1 .nav-logo img:nth-child(2),
	.fp-viewing-2 .nav-logo img:nth-child(2),
	.fp-viewing-3 .nav-logo img:nth-child(2),
	.fp-viewing-4 .nav-logo img:nth-child(2),
	.fp-viewing-5 .nav-logo img:nth-child(2),
	.fp-viewing-6 .nav-logo img:nth-child(2),
	.fp-viewing-7 .nav-logo img:nth-child(2),
	.fp-viewing-8 .nav-logo img:nth-child(2),
	.fp-viewing-9 .nav-logo img:nth-child(2)
	{ display: block;}

	.nav-logo img{width:80px; height: auto;}
    .nav-menu {
        position: fixed;
        left: -120%;
        top:10.1rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
		margin: 0;
    }
    .nav-menu li{ float: none; line-height:34px;}
    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #f3f4f6;

    }
.nav-item a{ color: #333333;}
    .nav-link {
        display: block;
        padding: 1.1rem 0;
		font-size: 16px;
    }
.nav-link .left, .nav-link .right, .nav-link:before, .nav-link:after{ background: none;}
    .hamburger {
        display: block;
        cursor: pointer;
		 margin-right: 10px;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

	.la_sea{ display: none; position: relative;}
	.se_active{ display: block; position: fixed;
        left:0;
        top:4.2rem;
        flex-direction: column;
        background-color: #fff;
		height: 60px;
        width: 100%;
        border-top: 1px solid #f1f1f1;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
		margin: 0;
		z-index: 999;}


		.search-wrapper .input-holder{    height: 44px;}
		.language_a{position: absolute;left: 8px; right: auto; margin-top:6px;}
		.language_a a{ font-size: 18px; color: #333333;}
		.language_a a i{font-size:30px; color: #333333; vertical-align: middle; margin-right:1px;}
		.search-wrapper{ top: 30px;}
		.search-wrapper .input-holder .search-icon span i{ color: #333;}
		.active .input-holder .search-icon span i{ color: #ffffff;}
		.search-wrapper.active .input-holder{ width: 200px;}
		.search-wrapper .close::before, .search-wrapper .close::after{ background-color: #333;}
		.search-wrapper .close::before, .search-wrapper .close::after{background-color: #333;}

		.one_h3{ font-size: 30px; text-align: center; color: #fff; padding:15px 0; line-height: 36px; width: calc(100% - 60px); margin-left: 20px;}
		.one_txt{ font-size:18px; text-align: center; color: #fff;font-weight: normal; padding:15px 0; line-height: 26px;width: calc(100% - 60px);margin-left: 20px;}

.about_warp{ width: 100%; margin: 0 auto;}
.About_left{ float: none; width:96%;line-height: 20px; font-size: 12px;margin: 0 auto;}
.About_left h4{ font-size: 20px; text-align: center; color: #000;text-transform: uppercase; padding: 10px 0; line-height:18px;}
.About_right{ width:96%; float: none; margin: 0 auto; display: none;}
.About_right img{ width:100%; height: auto; }
.is_more{ margin:10px 0; text-align: center;}
.is_more a{ background-color: #126537; padding: 10px 20px; font-size:13px; color: #fff; border-radius: 50px;
font-weight: normal;display: inline-block;-webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;}
.is_more a:hover{
	    -webkit-transform: translateX(15px);
	    -o-transform: translateX(15px);
	    transform: translateX(15px);
		opacity: 0.88;}
.about_numeber{ padding:10px 0;}
.about_numeber_boxs li{ width:25%; float: left; text-align: center;}
.about_numeber_boxs li dl{ font-size:18px; position: relative;}
.about_numeber_boxs li dl i{font-size:20px; font-style: normal; font-weight: bold; font-family:"SourceHanSansCN-Bold";
color: #126537;}
.about_numeber_boxs li dl b{font-size: 12px;font-weight: normal;vertical-align: top;line-height:28px; padding-left:5px;color: #126537;}
.about_numeber_boxs li p{font-size:12px;margin-top: -2px; line-height: 16px;}

.about_numeber_boxs li:nth-child(1){ text-align: center;}
.about_numeber_boxs li:nth-child(1) dl i{ padding-left: 0;}
.about_numeber_boxs li:nth-child(4){text-align: center;}
.about_numeber_boxs li:nth-child(4) dl b{padding-right: 0;}
.about_numeber_boxs li:nth-child(2){padding-right: 0;}
.about_numeber_boxs li:nth-child(3){padding-left: 0;}


.newSwiper_warp_top_tit{font-size: 28px;}

.newSwiper_warp{ width:96%;float: none; margin:0 auto; background-color: rgba(255, 255, 255, 0.8);padding:20px 0;}
	.newSwiper_warp .swiper{ height: auto;}
	.newSwiper .swiper-button-prev,.newSwiper .swiper-rtl .swiper-button-next{ right: auto; left: auto;}
	.newSwiper .swiper-button-next,.newSwiper .swiper-button-prev{top:90%;}
	.newSwiper .swiper-button-next{ background: url(../images/jt2_07.png) no-repeat;width: 40px;height: 40px; right: 40px;}
	.newSwiper .swiper-button-prev{ background: url(../images/jt1_03.png) no-repeat;width: 40px;height: 40px;right: 86px;}
	.newSwiper .swiper-button-next:after,.newSwiper .swiper-button-prev:after{font-size:20px; font-weight: normal;
	color: #ffffff;display: block;
	    width: 40px;
	    height: 40px;
	    text-align: center;
	    line-height: 40px;}
	.newSwiper .swiper-button-next.swiper-button-disabled,.newSwiper .swiper-button-prev.swiper-button-disabled{opacity:1;}
	.newSwiper .swiper-horizontal>.swiper-pagination-bullets,
	.newSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
	.newSwiper .swiper-pagination-custom,
	.newSwiper .swiper-pagination-fraction
	{top: 0; text-align: right; font-size: 22px;height: 30px; padding-right: 22px;}
	.newSwiper .swiper-pagination-current{ font-size: 38px;}
	.cp_c_tit{ font-size: 20px; color: #126537; text-transform: uppercase; padding: 10px 20px; padding-top:60px;}
	.cp_c_txt{ font-size: 16px; line-height: 26px; padding: 10px 20px;}
	.more_q{ width:100%; margin-left: 20px; padding:20px 0; margin-bottom:100px;}
	.more_q a{font-size: 18px;display: block;}
	.more_q a:hover{ color: #126537; }


	.Our_Service{ width:96%; margin:0 auto 0 auto;}
	.our_sub_left{ width:100%; float: none;}
	.our_sub_left h3{ color: #333; font-size:26px; text-transform: uppercase; padding: 10px 0;}
	.our_sub_left_txt{font-size: 14px; line-height: 19px; color: #333333;word-wrap:break-word; width: 100%;}
	.lm_index{width: 100%; margin-top:20px;margin-bottom: 20px;overflow: hidden;}
	.lm_index li{ float: left;width: 33.33%;}
	.lm_index li:hover{ cursor: pointer;}
	.lm_index li i{display: block; margin-left: 5%; width:90%; height:70px; line-height:105px; text-align: center; font-size:15px; font-style: normal;
	 border-right: 1px solid #f1f3f6; background-size: 30px;}
	.our_icon1{background:#ffffff url(../images/our_icon1.png) no-repeat center 8px;}
	.our_icon2{background:#ffffff url(../images/our_icon2.png) no-repeat center 8px;}
	.our_icon3{background:#ffffff url(../images/our_icon3.png) no-repeat center 8px;}
	.l_curs .our_icon1{background:#126537 url(../images/our_icon1_ac.png) no-repeat center 8px; color: #fff; background-size: 30px;}
	.l_curs .our_icon2{background:#126537 url(../images/our_icon2_ac.png) no-repeat center 8px; color: #fff; background-size: 30px;}
	.l_curs .our_icon3{background:#126537 url(../images/our_icon3_ac.png) no-repeat center 8px; color: #fff; background-size: 30px;}
	.our_sub_right{ float: none; width:100%;}
	.our_pic{ float: none; width:60%; margin: 0 auto; padding-top: 10px;}
	.our_pic img{width: 100%; height: auto; border-right:6px solid #126537;border-bottom:6px solid #126537;}
	.our_pic_bg{display: none;}


	.tab_advantage_tit{font-size: 28px;padding-top: 40px;}
	.tab_index_advantage{ text-align: center; display: table; width: 100%;}
	.tab_index_advantage li{ padding: 10px 10px;}
	.tab_index_advantage li i{font-style: normal; font-size:18px; color: #126537; border: 2px solid #126537; padding: 6px 0;text-align: center;
	border-radius: 40px; width:140px; display: inline-block;}
	.our_sub_right_cont_warp{width: 100%; margin-top: 10px;}
	.ad_tab_list_boxs li{ width:96%; min-height: auto; padding:15px; float: none; margin: 16px auto;    max-width:100%;}
	.ad_tab_list_boxs li:nth-child(3){margin: 16px auto;}
	.ad_tab_list_boxs li:hover{  -webkit-transform: translateY(0px); -o-transform: translateY(0px);transform: translateY(0px);}
	.ad_tab_list_boxs dl{ background-color: #90c31f; width:35px; height: 35px;float: left; margin: 0;}
	.ad_tab_list_boxs div.ad_r_b{ clear: both;}
	.ad_tab_list_boxs dl img{display: block; margin:0 auto; padding-top: 6px; width:25px; height: auto;}
	.ad_tab_list_boxs h5{ font-size: 20px; text-align: left; line-height:35px; padding: 3px 8px; float: left;}
	.ad_tab_list_boxs p{ font-size: 13px; line-height:19px; text-align: left; color: #666666;word-wrap:break-word;}

	#hotnez_cont2 .ad_tab_list_boxs li{width:96%; min-height: auto; padding:15px; float: none; margin: 6px auto;    max-width:100%;}
	#hotnez_cont2 .ad_tab_list_boxs li:nth-child(4){ margin: 6px auto; }


	.i_news_tit{ font-size: 20px; text-align: center; padding:60px 0 0px 0;}
	.i_news_boxs{  width: 100%; margin: 0 auto;}
	.i_news_boxs li{ width:100%; float: none; padding: 0 8px; clear: both; margin:10px 0;}
	.i_news_boxs li a{ display: block; padding:10px; background-color: #ffffff; overflow: hidden;    min-height: auto;}
	.i_news_boxs li a img{ width: 100%; height: auto;}
	.i_news_boxs_pic{float: left;width: 160px;}
	.new_subs{width: calc(100% - 170px); float: right;}
	.i_news_boxs h4.i_news_boxs_tit{font-size: 12px; line-height:18px; padding:10px 0 5px 0;}
	.i_news_boxs dl.i_news_boxs_txt{font-size: 12px; line-height: 18px; height: 36px; overflow: hidden;}
	.i_news_boxs dl.i_news_boxs_time{font-size: 12px; color: #999999; margin: 10px 0 0 0;}
	.is_more_news{ text-align: center; margin-top:6%;}

/*foot kaishi*/
	.foot_top{ position: absolute;top: 0%; height: 50%;vertical-align: middle; align-items: center; display: flex; text-align: center;}
	.foot_top_warp{ width: 100%; margin: 0 auto;}
	.foot_top_left{ float: none; font-size:18px; color: #ffffff; width: 96%; margin: 0 auto;}
	.foot_top_left dl:nth-child(1){font-weight: bold;}
	.foot_top_left dl{line-height:24px; padding: 8px 0;}
	.foot_top_right{float: none; margin-top: 20px;}
	.foot_top_right a{ background-color: #126537; padding: 8px 40px; font-size:18px; color: #fff; border-radius: 50px;}

	.foot_cont{ width: 100%; position: absolute; top:47%; color: #92959d; height: 50%;}
	.foot_cont_warp{width:96%;margin: 0 auto;}

	.f_h4_size{ font-size: 18px; color: #ffffff; padding:8px 0;}
	.fr_dl_size{font-size: 13px;margin-bottom:4px;line-height:18px;}
	.foot_cont_l{ font-size: 14px; line-height:22px; color: #ffffff; float: left; width:60%;}
	.foot_cont_c{ float: none; margin-left:0; width:100%; display: none;}
	.foot_cont_r{ float: right; width:40%;}
	.foot_cont_r_ipnut input{width: 100%; padding: 8px 10px; margin: 4px 0; font-size: 13px;}
	.foot_cont_r_ipnut button { font-size: 12px;padding: 12px 25px;margin: 15px 0;}
	.website_link{width: 90%; clear: both;position: absolute; left:5%; bottom: 5px;}
	.website_link:hover ul{height: 250px;}
	.website_link ul li{font-size: 14px; line-height: 34px; }

     .modal .contact_warps_input_w{width: 100%;padding: 30px;}

	 .hnav_pc{display: none;}
	 .hnav_wap{display: block;}



}



@media screen and (min-width:1420px) and (max-width:1600px) {
	.nav-link {padding: 18px 1px;}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.nav-menu li{line-height: 50px;}
	.nav-menu li a{font-size: 20px;}
.About_left{ float: none; width:96%;line-height: 26px; font-size: 16px;margin: 0 auto;}
.search-wrapper.active .input-holder { width: 400px;}
	.About_left h4{ font-size:36px; text-align: center; color: #000;text-transform: uppercase; padding:30px 0; line-height:22px;}
	.about_numeber_boxs li{ width:25%; float: left; text-align: center;}
	.is_more{ margin:18px 0; text-align: center;}
	.is_more a{ background-color: #126537; padding: 14px 26px; font-size:18px; color: #fff; border-radius: 50px;}
	.about_numeber{ padding:15px 0;}
	.about_numeber_boxs li dl{ font-size:20px; position: relative;}
	.about_numeber_boxs li dl i{font-size:36px; font-style: normal; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
	color: #126537;}
	.About_right{ width:68%; float: none; margin: 0 auto; display: block;}
	.about_numeber_boxs li dl b{font-size: 20px;font-weight: normal;vertical-align: top;line-height:30px; padding-left:5px;color: #126537;}
	.about_numeber_boxs li p{font-size:15px;margin-top: -2px; line-height: 16px;}

	.one_h3{font-size: 42px;padding:20px 0;}
	.one_txt{font-size: 22px;padding:20px 0;}
	.navbar{padding: 0.8rem 1rem 0.8rem 0;}
	.nav-logo{ margin: 0 0 0 2%;}
	.nav-logo img{ width: 90px;}

	.newSwiper_warp{ width: 85%;}
	.cp_c_tit{font-size: 30px;
    color: #126537;
    text-transform: uppercase;
    padding: 10px 50px;
    padding-top: 90px;}
	.cp_c_txt {
	    font-size: 16px;
	    line-height: 26px;
	    padding: 10px 50px;
	}
	.more_q {
	    width: 160px;
	    margin-left: 50px;
	    padding: 40px 0;
	    margin-bottom: 100px;
	}
	.more_q a {
	    font-size: 18px;
	    display: block;
	}

	.i_news_boxs_pic{ width: 280px;}
	.i_news_tit{ font-size:34px;padding:50px 0 0px 0;}
	.i_news_boxs h4.i_news_boxs_tit{ line-height:20px;padding: 0; font-size:24px; margin: 15px 0;}
	.i_news_boxs dl.i_news_boxs_txt{line-height:22px; padding: 0; height:66px;font-size:16px;}
	.new_subs {width: calc(100% - 300px);}
	.i_news_boxs li{ margin:25px 0;}
	.i_news_boxs dl.i_news_boxs_time{ font-size: 18px;}

	.tab_advantage_tit{font-size:38px;padding-top: 60px;}
	.ad_tab_list_boxs h5{padding: 11px 12px;font-size: 25px;}
	.ad_tab_list_boxs dl{width: 60px; height: 60px;}
	.ad_tab_list_boxs dl img{width: 40px; height: auto;padding-top: 11px;}
	.ad_r_b{ padding: 20px 0;}
	.ad_tab_list_boxs p{font-size: 18px; line-height: 30px;}

	.f_h4_size{ font-size: 26px; color: #ffffff; padding:15px 0;}
	.fr_dl_size{font-size: 16px;margin-bottom:8px;line-height:24px;}
	.foot_cont_l{ font-size: 16px; line-height:26px; color: #ffffff; float: left; width:60%;}
	.foot_cont_l p{ padding: 8px 0;}
	.foot_cont_c{ float: none; margin-left:0; width:100%; display: none;}
	.foot_cont_r{ float: right; width:40%;}
	.foot_cont_r_ipnut input{width: 100%; padding: 12px 20px; margin:10px 0; font-size: 15px;}
	.foot_cont_r_ipnut button { font-size: 16px;padding: 15px 35px;margin: 18px 0;}
	.website_link{width: 90%; clear: both;position: absolute; left:5%; bottom: 5px;}
	.website_link:hover ul{height: 300px;}
	.website_link ul li{font-size: 16px; line-height: 38px; }

	 .modal .contact_warps_input_w{width: 100%;padding: 20px;}

	 	#hotnez_cont2 .ad_r_b{padding: 10px 0;}
		.foot_top_warp{width: 96%; margin: 0 auto;}
		.foot_cont_warp{width: 96%; margin: 0 auto;}



}

@media screen and (min-width:1024px) and (max-width:1440px) {
.navbar{padding: 0 1rem;}
.nav-link {padding: 18px 1px;}
	.nav-logo{ margin: 12px 0 0 3%;}
	.nav-logo img{ width: 100px;}
	.nav-item {margin: 0 1em;}
	.nav-menu li{line-height: 56px;}
	.nav-menu li a{font-size: 18px;}
	.ol-list > li > a{font-size: 14px;line-height: 40px;}
	.language_a{ position: relative; right: auto;float: left; margin-left: 3%;margin-top: 0px;margin-top: 12px;margin-top: 12px;}
	.search_input {position: relative;float: right;margin-top: 12px;}
	.search-wrapper{top: 28px;}
	.search-wrapper.active .input-holder {
	    width: 600px;
	}
	.About_left{ width:calc(100% - 500px); float: left; margin-left:auto;margin-right:auto; font-size: 18px;line-height: 28px;}
	.About_left h4 {
	    font-size: 50px;
	    color: #000;
	    text-transform: uppercase;
	    padding: 38px 0;
	    line-height: 20px;
	}
	.About_right{ width:480px; float: left; display: block; margin-top: 3%;}
	.About_right img{width: 100%; height: auto;}
	.search-wrapper.active .input-holder{ width: 160px;}
	.about_warp{ width: 96%; margin: 0 auto;}
	.is_more{margin:10px 0;}
	.is_more a{ padding: 16px 30px;font-size: 20px;}
	.about_numeber{padding: 0;}
	.about_numeber_boxs li dl i{ font-size: 52px;}
	.about_numeber_boxs li dl{ font-size: 22px;}
	.about_numeber_boxs li dl b{ font-size: 16px;}
	.about_numeber_boxs li p{ font-size: 16px;}
	.one_h3{font-size: 52px;padding:25px 0;}
	.one_txt{font-size: 26px;padding:25px 0;}

	.newSwiper_warp{ width:80%;}
	.newSwiper_warp_top_tit{ padding-top: 44px;}
	.cp_c_tit{font-size:38px; line-height:32px;
	color: #126537;
	/* text-transform: uppercase; */
	padding: 20px 50px;
	padding-top: 110px;}
	.cp_c_txt {
	    font-size: 18px;
	    line-height: 30px;
	    padding: 18px 50px;
	}
	.more_q {
	    width: 160px;
	    margin-left: 50px;
	    padding: 40px 0;
	    margin-bottom: 100px;
	}
	.more_q a {
	    font-size: 20px;
	    display: block;
	}

	.i_news_tit{ font-size: 54px; text-align: center; padding:40px 0 30px 0;}
	.i_news_boxs{  width: 100%; margin: 0 auto;}
	.i_news_boxs li{ width: 33.333%; float: left; padding: 0 15px;clear: none;}
	.i_news_boxs li a{ display: block; padding: 30px; background-color: #ffffff;}
	.i_news_boxs li a img{ width: 100%; height: auto;}
	.i_news_boxs_pic{ width: 100%;}
	.i_news_boxs h4.i_news_boxs_tit{font-size: 20px; line-height: 22px; padding:24px 0 15px 0;}
	.i_news_boxs dl.i_news_boxs_txt{font-size: 16px; line-height: 24px; height: auto; overflow: auto;min-height: 100px;}
	.i_news_boxs dl.i_news_boxs_time{font-size: 18px; color: #999999; margin: 30px 0 0 0;}
	.is_more_news{ text-align: center; margin-top:2%;}
	.new_subs{ width: 100%;}
	.is_more_news{ margin-top: 6%;}

	.tab_advantage_tit{font-size: 50px;padding-top: 50px;}
	.tab_index_advantage{ padding-bottom:30px;padding-top:10px;}
	.ad_tab_list_boxs li{width: 30%;min-height: 480px;max-width:100%; padding: 30px 0px 40px 0px;float: left;margin: 0 1.5111%;}
	.ad_tab_list_boxs dl{float: none;}
	.ad_tab_list_boxs h5{float: none; text-align: center;}
	.ad_tab_list_boxs p{font-size: 18px; line-height: 32px; text-align: center;}
	.ad_tab_list_boxs dl {background-color: #90c31f; width: 100px; height: 100px; text-align: center; margin: 15px auto; border-radius: 6px;}
	.ad_tab_list_boxs dl img {margin: 0 auto;width: 60px; height: auto;padding-top: 15px;}


	.Our_Service{width:96%;margin: 0 auto;}
	.our_sub_left h3{font-size: 40px;}
	.our_sub_left_txt{font-size: 17px; line-height: 28px; margin-bottom: 30px;}
	.lm_index li i{font-size: 16px;height: 120px; line-height: 180px;background-size:48px;}
	.our_icon1{background:#ffffff url(../images/our_icon1.png) no-repeat center 16px;}
	.our_icon2{background:#ffffff url(../images/our_icon2.png) no-repeat center 16px;}
	.our_icon3{background:#ffffff url(../images/our_icon3.png) no-repeat center 16px;}
	.l_curs .our_icon1{background:#126537 url(../images/our_icon1_ac.png) no-repeat center 16px; color: #fff; background-size: 48px;}
	.l_curs .our_icon2{background:#126537 url(../images/our_icon2_ac.png) no-repeat center 16px; color: #fff; background-size: 48px;}
	.l_curs .our_icon3{background:#126537 url(../images/our_icon3_ac.png) no-repeat center 16px; color: #fff; background-size: 48px;}


	.f_h4_size{ font-size: 26px; color: #ffffff; padding:15px 0;}
	.fr_dl_size{font-size: 16px;margin-bottom:8px;line-height:24px;}
	.foot_cont_l{ font-size: 16px; line-height:26px; color: #ffffff; float: left; width:60%;}
	.foot_cont_l p{ padding: 8px 0;}
	.foot_cont_c{ float: none; margin-left:0; width:100%; display: none;}
	.foot_cont_r{ float: right; width:40%;}
	.foot_cont_r_ipnut input{width: 100%; padding: 12px 20px; margin:10px 0; font-size: 15px;}
	.foot_cont_r_ipnut button { font-size: 16px;padding: 15px 35px;margin: 18px 0;}
	.website_link{width: 48%; clear: both;position: absolute; left:2%; bottom: 5px;}
	.website_link:hover ul{height: 300px;}
	.website_link ul li{font-size: 16px; line-height: 38px;}

	.our_sub_right_cont_warp{width: 100%;}
	#hotnez_cont2 .ad_tab_list_boxs li{float: left;min-height: 524px;max-width: inherit; margin: 0; width: 32%; margin: 0 0.5%;}

.foot_top_warp{width: 96%; margin: 0 auto;}
.foot_cont_warp{width: 96%; margin: 0 auto;}


}
@media screen and (min-width:320px) and (max-width:420px) {
	.About_left{ float: none; width:96%;line-height: 24px; font-size: 14px;margin: 0 auto;}
	.About_left h4{ font-size:26px; text-align: center; color: #000;text-transform: uppercase; padding:15px 0; line-height:22px;}
	.i_news_boxs_pic{ width: 160px;}
	.i_news_tit{ font-size: 28px;padding:30px 0 0px 0;}
	.i_news_boxs h4.i_news_boxs_tit{ line-height: 18px;padding: 3px; font-size: 15px;}
	.i_news_boxs dl.i_news_boxs_txt{line-height: 18px; padding: 3px; height: 36px;}
	.new_subs {width: calc(100% - 170px);}
	.i_news_boxs li{ margin: 15px 0;}

	.modal-frame{width:100%;padding: 0 10px 0 10px;}
		.modal .contact_warps_input_w{width:100%; margin: 0 auto;}
		.modal .modal-inset{padding: 0;}
		.modal .contact_warps_input_txt dl{width: 157px;}
		.modal .contact_warps_input_txt span{font-size: 16px;}
		.modal .contact_warps_input_txt_c{width: calc(100% - 157px);}
		.modal .contact_warps_input_txt span{ padding: 0;}
		.modal .contact_warps_input_txt i{ padding-right: 0;}
		.modal .contact_warps_input_txt{margin: 9px 0;}
		.modal .contact_warps_input_txt_c2{height: 80px;width: calc(100% - 157px);}
		.modal-inset .m_close{top: -56px;right:0; color: #fff;}
		.modal .contact_warps_input_button button{font-size: 16px;}
		.modal .modal-inset .m_close{opacity: 1;}

}
@media screen and (min-width:420px) and (max-width:767px) {
	.About_left{ float: none; width:96%;line-height: 24px; font-size: 14px;margin: 0 auto;}
	.About_left h4{ font-size:26px; text-align: center; color: #000;text-transform: uppercase; padding:15px 0; line-height:22px;}
	.about_numeber_boxs li{ width:25%; float: left; text-align: center;}
	.is_more{ margin:10px 0; text-align: center;}
	.is_more a{ background-color: #126537; padding: 14px 26px; font-size:15px; color: #fff; border-radius: 50px;}
	.search-wrapper.active .input-holder {width: 300px;
	}
	.about_numeber{ padding:15px 0;}
	.about_numeber_boxs li dl{ font-size:20px; position: relative;}
	.about_numeber_boxs li dl i{font-size:28px; font-style: normal; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
	color: #126537;}
	.About_right{ width:60%; float: none; margin: 0 auto; display: block;}
	.about_numeber_boxs li dl b{font-size: 15px;font-weight: normal;vertical-align: top;line-height:30px; padding-left:5px;color: #126537;}
	.about_numeber_boxs li p{font-size:15px;margin-top: -2px; line-height: 16px;}

	.i_news_boxs_pic{ width: 180px;}
	.i_news_tit{ font-size: 28px;padding:50px 0 0px 0;}
	.i_news_boxs h4.i_news_boxs_tit{ line-height:20px;padding: 3px; font-size: 16px;}
	.i_news_boxs dl.i_news_boxs_txt{line-height:18px; padding: 3px; height:36px;}
	.new_subs {width: calc(100% - 190px);}
	.i_news_boxs li{ margin:15px 0;}

	.modal-frame{width:100%;padding: 0 10px 0 10px;}
		.modal .contact_warps_input_w{width:100%; margin: 0 auto;}
		.modal .modal-inset{padding: 0;}
		.modal .contact_warps_input_txt dl{width: 157px;}
		.modal .contact_warps_input_txt span{font-size: 16px;}
		.modal .contact_warps_input_txt_c{width: calc(100% - 157px);}
		.modal .contact_warps_input_txt span{ padding: 0;}
		.modal .contact_warps_input_txt i{ padding-right: 0;}
		.modal .contact_warps_input_txt{margin: 9px 0;}
		.modal .contact_warps_input_txt_c2{height: 80px;width: calc(100% - 157px);}
		.modal-inset .m_close{top: -56px;right:0; color: #fff;}
		.modal .contact_warps_input_button button{font-size: 16px;}
		.modal .modal-inset .m_close{opacity: 1;}

}
@media screen and (min-width:320px) and (max-width:375px) {
.About_left h4{font-size: 22px;    padding: 10px 0;}
.About_left{font-size: 12px;line-height:19px;}
.newSwiper_warp{ padding: 10px 0;}

.i_news_boxs_pic{ width: 140px;}
.i_news_tit{ font-size: 24px;padding:40px 0 0px 0;}
.i_news_boxs h4.i_news_boxs_tit{ line-height: 14px;padding: 3px;font-size: 12px;}
.i_news_boxs dl.i_news_boxs_txt{line-height: 14px; padding: 3px; height: 28px;}
.new_subs {width: calc(100% - 150px);}

.tab_advantage_tit{font-size: 22px;}
	.tab_index_advantage{ text-align: center; display: table; width: 100%;}
	.tab_index_advantage li{ padding: 10px 10px;}
	.tab_index_advantage li i{font-style: normal; font-size:18px; color: #126537; border: 2px solid #126537; padding: 6px 0;text-align: center;
	border-radius: 40px; width:140px; display: inline-block;}
	.our_sub_right_cont_warp{width: 100%; margin-top: 10px;}
	.ad_tab_list_boxs li{ width:96%; min-height: auto; padding:10px; float: none; margin: 10px auto;}
	.ad_tab_list_boxs li:hover{  -webkit-transform: translateY(0px); -o-transform: translateY(0px);transform: translateY(0px);}
	.ad_tab_list_boxs dl{ background-color: #90c31f; width:35px; height: 35px;float: left; margin: 0;}
	.ad_tab_list_boxs div.ad_r_b{ clear: both;}
	.ad_tab_list_boxs dl img{display: block; margin:0 auto; padding-top: 8px; width:22px; height: auto;}
	.ad_tab_list_boxs h5{ font-size: 20px; text-align: left; line-height:35px; padding: 3px 8px; float: left;}
	.ad_tab_list_boxs p{ font-size: 12px; line-height:16px; text-align: left; color: #666666;word-wrap:break-word;}


.foot_top_right{ margin-top: 10px;}
.website_link{ margin-top: 6px;}
.f_h4_size{font-size: 16px;}
.fr_dl_size{font-size: 12px;line-height: 14px;}
.foot_cont_l{font-size: 12px; line-height: 18px;}

	.modal-frame{width:100%;padding: 0 10px 0 10px;}
		.modal .contact_warps_input_w{width:100%; margin: 0 auto;}
		.modal .modal-inset{padding: 0;}
		.modal .contact_warps_input_txt dl{width: 157px;}
		.modal .contact_warps_input_txt span{font-size: 16px;}
		.modal .contact_warps_input_txt_c{width: calc(100% - 157px);}
		.modal .contact_warps_input_txt span{ padding: 0;}
		.modal .contact_warps_input_txt i{ padding-right: 0;}
		.modal .contact_warps_input_txt{margin: 9px 0;}
		.modal .contact_warps_input_txt_c2{height: 80px;width: calc(100% - 157px);}
		.modal-inset .m_close{top: -56px;right:0; color: #fff;}
		.modal .contact_warps_input_button button{font-size: 16px;}
		.modal .modal-inset .m_close{opacity: 1;}
		 .modal .contact_warps_input_w{width: 100%;padding:0 10px;}
}

/* @media screen and (min-device-width: 750px) {
	.About_left{width:calc(100% - 550px); float: left;}
	.About_right{ width: 550px; float: right;}
	.About_right img{width: 100%; height: auto;}
	.about_numeber{padding: 0;}
	.is_more{margin: 10px 0;}
	.newSwiper_warp_top_tit{margin: 45px 0 0 10%;}
} */


@media screen and (min-width:1700px) and (max-width:1800px) {
		.newSwiper_warp{margin-right: 13.8%;}
}
@media screen and (min-width:1600px) and (max-width:1700px) {
		.newSwiper_warp{margin-right: 13.6%;}
}
@media screen and (min-width:1500px) and (max-width:1600px) {
		.newSwiper_warp{margin-right: 13.2%;}
}
@media screen and (min-width:1400px) and (max-width:1500px) {
		.newSwiper_warp{margin-right: 13%;}
}
@media screen and (min-width:1300px) and (max-width:1400px) {
		.newSwiper_warp{margin-right: 12.2%;}
}

@media only screen and (max-width:768px) {
.a-slide-bg{display: none;}
}

