/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;/*font-weight: normal;*/}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
.logo img {height:70px;}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}
input,select,textarea{outline: none;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
.wapper1{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1600px){
	.wapper{
		width: 1600px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1280px){
	.wapper1{
		width: 1280px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#0a6836;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.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;
}
.swiper-slide img{
	width: 100%;
	
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}



.topbox{width: 100%;margin: 0 auto;padding: 10px 30px;}
.top{width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.top_left{width: 100%;display: flex;align-items: center;}
.top_left p{margin-right: 10px;display: flex;align-items: center;}
.top_left p img{margin-right: 5px;max-width: 100%;width: auto;}
.top_left p a{font-size: 14px;color: #969696;}
.top_left p a:hover{color: var(--primary-color);}

.top_right ul{display: flex;}
.top_right ul li{padding: 0 15px;}
.top_right ul li a img{max-width: 100%;width: auto;}



/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
	height: 70px;
	line-height: 70px;
}
.headerbox.active{position: fixed;background-color: #fff;z-index: 99;left: 0;top: 0;}
.headerbox .header{
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}
.logo{height: 70px;display: flex;align-items: center;justify-content: center;}
.headerbox .header .menu{flex: 1;}
.headerbox .header .menu ul{display: flex;justify-content: space-between;}
.headerbox .header .menu ul li{position: relative;border-right: 1px solid #e8e8e9;flex: 1;text-align: center;}
.headerbox .header .menu>ul>li:first-child{border-left: 1px solid #e8e8e9;}
.headerbox .header .menu ul li a{
	font-size: 16px;
	width: 100%;
    color: #858585;
	display: block;
    position: relative;
    text-decoration: none;
	transition: 66s linear !important;
}
.headerbox .header .menu>ul>li:hover{background: url(../images/default_pattern.png);background-position: 520px 0;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 100%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
	
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
	
}
.headerbox .header .menu ul li dl dd a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #858585;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 400ms ease;
	padding: 10px;
}
.headerbox .header .menu ul li dl dd:hover{padding-left: 15px;}
.headerbox .header .menu ul li dl dd:hover:after{content: "+";color: var(--primary-color);font-size: 20px;position: absolute;left: 5px;top: 50%;transform: translateY(-50%);}

.h_search{border-right: 1px solid #e8e8e9;padding: 0 26px;color: #858585;font-size: 20px;transition: all 0.4s;cursor: pointer;}
.h_search:hover{background-color:var(--primary-color);color: #fff;}

.search{position: fixed;left: 0;top: 0;width: 100%;height: 70px;background-color: #fff;display: flex;justify-content: space-between;opacity: 0;visibility: hidden;}
.search.on{opacity: 1;visibility: visible;}
.search button{padding: 0 26px;border-right: 1px solid #e8e8e9;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #858585;background-color: transparent;}
.search .s_text{flex: 1;padding: 0 15px;}
.search .s_close{padding: 0 26px;border-right: 1px solid #e8e8e9;display: flex;align-items: center;justify-content: center;font-size: 20px;background-color: var(--primary-color);color: #fff;font-style: normal;cursor: pointer;}

.headerbox{box-shadow: -1px 1px 10px 0 rgba(38, 59, 98, .1);}
.headerbox .h_right{display: flex;flex: 1;}
.headerbox.active .header .menu ul {justify-content: flex-end;}
.headerbox.active .header .menu ul li{position: relative;border-right: 1px solid transparent;flex: unset;text-align: center;padding: 0 24px;}
.headerbox.active .header .menu ul li .sub_menu{min-width: 150%;}
.headerbox.active .header .menu>ul>li:first-child{border-left: 1px solid transparent;}
.headerbox.active .header .menu>ul>li:hover{background: none;}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);position:fixed;z-index:999;width:100%;display: none;top: 0;align-items: center;justify-content: space-between;}
.sp_logo{height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;position:relative;cursor:pointer;height:30px;}
/* 横杠 */
.sp_nav 
span{display:block;background:#000000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#333;}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}








/* bannerbox */
.bannerbox{
	width: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;
	position: relative;
}
.bannerbox .mySwiper1 .swiper-slide img{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide .textbox{position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;max-width: 1278px;text-align: left;width: 100%;}
.bannerbox .mySwiper1 .swiper-slide .textbox img{max-width: 100%;width: auto;}
.bannerbox .mySwiper1 .swiper-slide .textbox p{position: absolute;left: 0;top: 35%;transform: translateY(-50%);font-size: 16px;color: #fff;font-weight: bold;}
.bannerbox .mySwiper1 .swiper-slide .textbox h1{font-size: 80px;color: #fff;font-weight: bold;}

.bannerbox .mySwiper1 .b_btnbox{position: absolute;left: 0;bottom: 0;display: flex;align-items: center;justify-content: space-between;width: 140px;}
.bannerbox .mySwiper1 .prev_btn{
	font-size: 30px;
	z-index: 9;
	width: 50%;height: 70px;line-height: 70px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #858585;
	background: #fff;
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 30px;
	z-index: 9;
	width: 50%;height: 70px;line-height: 70px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #858585;
	background: #fff;
}

.bannerbox .mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
    height: 14px;
    background-color: rgba(0,0,0,0.8);
}
.bannerbox .mySwiper1 .swiper-pagination-bullet-active{
    border-radius: 20px;
	background-color: #fff;
}


.out_top{position: fixed;right: 50px;bottom: 80px;width: 50px;height: 50px;background-color: var(--primary-color);color: #fff;display: flex;align-items: center;justify-content: center;font-size: 30px;z-index: 101;}
.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin: 0 auto;background-color: #0a1229;}
.footer{width: 100%;margin: 0 auto;padding: 80px 0;max-width: 1278px;}
.footer ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer ul li{width: 23%;}
.footer ul li h3{font-size: 20px;color: var(--primary-color);margin-bottom: 20px;}
.footer ul li p{font-size: 18px;color: #9ca5af;line-height: 30px;}
.footer ul li .desc{font-size: 14px;color: #bfbfbf;margin-bottom: 20px;}
.footer ul li  .f_logo{width: 100%;font-size: 0;}
.footer ul li  .f_logo img{max-width: 100%;width: auto;}
.footer ul li  .imgbox{width: 100%;font-size: 0;}
.footer ul li  .imgbox img{max-width: 100%;width: auto;}


.footer_botbox{width: 100%;border-top: 1px solid #444444;}
.f_bot{width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;max-width: 1278px;margin: 0 auto;}
.f_bot .f_logo{font-size: 0;}
.f_bot .f_logo img{max-width: 100%;width: 160px;}
.f_bot p{font-size: 14px;color: #bfbfbf;    line-height: 80px;}
.f_bot p a{color: #bfbfbf;}
.f_bot p a:hover{color: var(--primary-color);}

.f_share{}
.f_share ul{display: flex;flex-wrap: wrap;}
.f_share ul li{width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;border: 1px solid #444444 !important;font-size: 0;}
.f_share ul li img{max-width: 100%;width: auto;}



/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;font-size: 0;
}
.inbannerbox img{width: 100%;}
.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}

.main_title{width: 100%;display: flex;align-items: center;justify-content: space-between;}
.main_title h3{text-shadow: 0 0 2px black;font-size: 100px;color: #fff;padding-left: 50px;}
.main_title h1{font-size: 80px;color: var(--primary-color);z-index: 2;margin-top: -80px;}
.main_title a{display: flex;align-items: center;font-size: 16px;color: var(--primary-color);}
.main_title a span{margin-left: 8px;display: inline-block;position: relative;padding: 10px 15px;background-color: var(--primary-color);transition: all 0.5s;width: 50px;height: 52px;}
.main_title a:hover span{box-shadow: 0 10px 20px 0 rgba(0, 16, 42, .5);}
/* ================首页样式================== */
.index1box{width: 100%;margin: 0 auto;}
.index1{width: 100%;max-width: 60%;background-position: 50px 0;background-repeat: no-repeat;}

.index1_content{font-size: 18px;color: rgb(86, 89, 105);line-height: 30px;}
.more_btn{padding: 7px 38px;background-color: #0a6836;color: #fff;display: inline-block;margin-top: 50px;font-size: 16px;color: #fff;}


.index2box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;position: relative;overflow: hidden;}
.index2box .img4{position: absolute;right: -50px;bottom: -50px;}
.index2{width: 100%;position: relative;}
.index2 .img1{top: 0;left: 50%;transform: translateY(-50%);max-width: 100%;width: auto;position: absolute;}
.index2 .img2{position: absolute;left: 0;bottom: -50px;}

.index2_content{width: 100%;position: relative;z-index: 2;margin: 0 auto;display: flex;flex-wrap: wrap;}
.index2_left{width: 50%;font-size: 0;}
.index2_left img{max-width: 100%;}
.index2_content .textbox{position: absolute;left: 50%;top: 50%;transform: translateY(-50%);}
.index2_content .textbox span{display: inline-block;background-color: #ffffffb3;color: #565969;font-size: 14px;}
.index2_content .textbox h1{font-size: 45px;color: var(--primary-color);font-weight: bold;}
.index2_content .textbox p{font-size: 18px;color: #565969;background-color: #ffffffb3;display: inline-block;max-width: 95%;line-height: 30px;}
.index2_content .more_btn{margin-top: 5px;line-height: 30px;}


.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-position: 50px 0;}
.index3_content{width: 100%;margin: 0 auto;padding-top: 50px;}
.index3_content ul{display: flex;flex-wrap: wrap;}
.index3_content ul li{width: 24.25%;margin-right: 1%;position: relative;}
.index3_content ul li:nth-child(4n){margin-right: 0;}
.index3_content ul li .imgbox{width: 100%;font-size: 0;display: block;}
.index3_content ul li .imgbox img{width: 100%;height: 438px;
    object-fit: cover;}
.index3_content ul li .textbox{width: 100%;height: 100%;position: absolute;background-color: rgb(0, 0, 0,0.7);display: flex;align-items: center;justify-content: center;opacity: 0;visibility: hidden;left: 0;top: 0;}
.index3_content ul li:hover .textbox{opacity: 1;visibility: visible;}
.index3_content ul li .textbox .inner dl{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 10px;transform: translateY(-30px);transition: all 0.5s;}
.index3_content ul li:hover .textbox .inner dl{transform: translateY(0);}
.index3_content ul li .textbox .inner dl dd{padding: 0 10px;position: relative;}
.index3_content ul li .textbox .inner dl dd:after{content: "/";position: absolute;right: 0;top: 0;color: #fff;}
.index3_content ul li .textbox .inner dl dd:last-child:after{content: "";}
.index3_content ul li .textbox .inner dl dd a{font-size: 14px;color: #fff;}
.index3_content ul li .textbox .inner dl dd:hover a{color: var(--primary-color);}
.index3_content ul li .textbox .inner h3{transform: translateY(-30px);transition: all 0.5s;margin-bottom: 10px;}
.index3_content ul li:hover .textbox .inner h3{transform: translateY(0);}
.index3_content ul li .textbox .inner h3 a{font-size: 26px;color: var(--primary-color);}
.index3_content ul li .textbox .inner .i3_btn{display: flex;align-items: center;}
.index3_content ul li .textbox .inner .i3_btn h4{display: inline-block;font-size: 16px;color: #fff;margin-right: 10px;}
.index3_content ul li .textbox .inner .i3_btn span{display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;background-color: var(--primary-color);}


.index4box{width: 100%;margin: 0 auto;}
.index4{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-position: 50px 0;}
.index4_content{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.index4_left{width: 48%;font-size: 0;}
.index4_right{width: 48%;}
.index4_left img{width: 100%;}

.index4_right ul li{width: 100%;padding: 30px 20px 18px 50px;border-top: 1px solid #e8e8e9;}
.index4_right ul li:first-child{border-top: 0;}
.index4_right ul li .i4_tab{display: flex;align-items: center;justify-content: space-between;margin-bottom: 13px;}
.index4_right ul li .i4_tab h4{font-size: 26px;color: var(--primary-color);}
.index4_right ul li .i4_tab i{font-size: 20px;color: var(--primary-color);display: inline-block;font-style: normal;width: 50px;height: 50px;line-height: 50px;text-align: center;cursor: pointer;}
.index4_right ul li .i4_tab i:hover{box-shadow: 0px 10px 20px 0px rgba(10, 104, 54, 0.5);background-color: var(--primary-color);color: #fff;}
.index4_right ul li.on .i4_tab i{background-color: var(--primary-color);color: #fff;box-shadow: 0px 10px 20px 0px rgba(10, 104, 54, 0.5);}
.index4_right ul li .i4_box{width: 100%;padding: 10px 0;display: none;font-size: 15px;color: #565969;line-height: 30px;}



.index5box{width: 100%;margin: 0 auto;padding: 121px 0;}
.index5{width: 100%;margin: 0 auto;}
.index5 .i5_title{width: 100%;margin-bottom: 50px;}
.index5 .i5_title p{font-size: 14px;color: #565969;line-height: 30px;}
.index5 .i5_title h3{font-size: 40px;color: var(--primary-color);}
.index5_content{width: 100%;margin: 0 auto;}
.index5_content ul{display: flex;flex-wrap: wrap;}
.index5_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.index5_content ul li:nth-child(4n){margin-right: 0;}
.index5_content ul li .imgbox{width: 100%;font-size: 0;overflow: hidden;position: relative;cursor: pointer;}
.index5_content ul li .imgbox img{width: 100%;}
.index5_content ul li .i5_img1{transform: translateY(0);width: 100%;transition: all 0.5s;}
.index5_content ul li .i5_img2{transform: translateY(-100%);width: 100%;position: absolute;left: 0;top: 0;transition: all 0.5s;}
.index5_content ul li:hover .i5_img1{transform: translateY(100%);}
.index5_content ul li:hover .i5_img2{transform: translateY(0);}



.index6box{width: 100%;margin: 0 auto;padding: 121px 0;}
.index6{width: 100%;margin: 0 auto;}

.index6_content{width: 100%;margin: 0 auto;}
.index6_content ul{display: flex;flex-wrap: wrap;}
.index6_content ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.index6_content ul li:nth-child(3n){margin-right: 0;}
.index6_content ul li a{display: block;width: 100%;}
.index6_content ul li a .imgbox{width: 100%;font-size: 0;}
.index6_content ul li a .imgbox img{width: 100%;}
.index6_content ul li a .textbox{width: 100%;padding: 20px 34px 37px;border: 1px solid #e8e8e9;border-bottom: 4px solid #8fc641;}
.index6_content ul li a .textbox .date{display: block;margin-bottom: 15px;}
.index6_content ul li a .textbox p{font-size: 18px;color: var(--primary-color);line-height: 30px;}
.index6_content ul li a .textbox .i6_btn{display: flex;align-items: center;justify-content: space-between;}
.index6_content ul li a .textbox .i6_btn h4{font-size: 16px;color: #969696;}
.index6_content ul li a .textbox .i6_btn i{font-size: 20px;color:#969696;display: inline-block;font-style: normal;width: 50px;height: 50px;line-height: 50px;text-align: center;cursor: pointer;transition: all 0.5s;}
.index6_content ul li:hover a .textbox .i6_btn i{box-shadow: 0px 10px 20px 0px rgba(10, 104, 54, 0.5);background-color: var(--primary-color);color: #fff;}

.index6_content .btnbox{text-align: center;margin-top: 50px;}
.index6_content .btnbox .more_btn{line-height: 30px;}



/*  */
.about1box{width: 100%;margin: 0 auto;}
.about1{width: 100%;margin: 0 auto;position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.bg{width: 65%;position: absolute;top: 0;height: 100%;right: 0;z-index: 2;}
.about1_left{width: 50%;font-size: 0;position: relative;z-index: 3;}
.about1_left img{width: 100%;}
.about1_right{width: 45%;padding-right: 5%;position: relative;z-index: 3;}
.about1_right .title{width: 100%;margin-bottom: 20px;}
.about1_right .title p{font-size: 14px;color: #565969;line-height: 30px;}
.about1_right .title h3{font-size: 40px;color: var(--primary-color);font-weight: bold;}
.about1_right .desc{font-size: 18px;color: #565969;line-height: 30px;}



.about2box{width: 100%;margin: 0 auto;}
.about2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.about2 .textbox{width: 78%;font-size: 18px;color: #565969;line-height: 30px;}
.about2 .imgbox{width: 20%;font-size: 0;}
.about2 .imgbox img{width: 100%;}


.about3box{width: 100%;margin: 0 auto;}
.about3{width: 100%;margin: 0 auto;}
.about3 ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about3 ul li{width: 23%;}
.about3 ul li:nth-child(3){width: 48%;}

.about3 ul li .title{width: 100%;text-align: center;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.about3 ul li .title h3{display: inline-block;font-size: 18px;color: var(--primary-color);padding: 0 15px;}
.about3 ul li .title span{flex: 1;height: 1px;background-color: #ebebeb;}
.about3 ul li .imgbox{width: 100%;font-size: 0;}
.about3 ul li .imgbox img{width: 100%;}



/*  */
.newsbox{width: 100%;margin: 0 auto;}
.news{width: 100%;margin: 0 auto;}
.news ul{display: flex;flex-wrap: wrap;}
.news ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.news ul li:nth-child(4n){margin-right: 0;}
.news ul li a{display: block;width: 100%;}
.news ul li a .imgbox{width: 100%;font-size: 0;}
.news ul li a .imgbox img{width: 100%;}
.news ul li a .textbox{width: 100%;padding: 15px 0;}
.news ul li a .textbox .date{display: block;margin-bottom: 15px;}
.news ul li a .textbox h3{font-size: 18px;color: var(--primary-color);line-height: 30px;margin-bottom: 15px;}
.news ul li a .textbox p{font-size: 15px;color: #565969;line-height: 30px;}
.news ul li a .textbox .i6_btn{display: flex;align-items: center;margin-top: 15px;}
.news ul li a .textbox .i6_btn h4{font-size: 16px;color: #969696;margin-right: 10px;display: inline-block;}
.news ul li a .textbox .i6_btn i{font-size: 20px;color:#969696;display: inline-block;font-style: normal;width: 50px;height: 50px;line-height: 50px;text-align: center;cursor: pointer;transition: all 0.5s;}
.news ul li:hover a .textbox .i6_btn i{box-shadow: 0px 10px 20px 0px rgba(10, 104, 54, 0.5);background-color: var(--primary-color);color: #fff;}

.news .btnbox{text-align: center;margin-top: 50px;}
.news .btnbox .more_btn{line-height: 30px;}




/*  */
.allbox{width: 100%;margin: 0 auto;}
.all{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.all_left{width: 25%;}
.all_right{width: 73%;}

.all_left h3{margin-bottom: 10px;font-size: 20px;color: var(--primary-color);}
.all_left p{font-size: 18px;color: #969696;}

.all_right p{font-size: 15px;color: #565969;line-height: 30px;}
.group_list{margin-top: 30px;border: 1px solid #efefef;}
.group_list ul li{width: 100%;background-color: #f8f8f8;border-bottom: 1px solid #efefef;}
.group_list ul li:last-child{border-bottom: 0px solid #efefef;}
.group_list ul li .g_tab{display: flex;align-items: center;padding: 10px;cursor: pointer;}
.group_list ul li .g_tab i{position: relative;display: inline-block;width: 15px;height: 15px;}
.group_list ul li .g_tab i:before{width: 100%;height: 2px;content: "";background-color: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.group_list ul li .g_tab i:after{width: 2px;height: 100%;content: "";background-color: #666;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.group_list ul li .g_tab span{margin-left: 20px;font-size: 18px;color: #666;}
.group_list ul li .g_box{display: none;width: 100%;padding: 14px 20px;}
.group_list ul li .g_box p{font-size: 15px;color: #565969;margin: 10px 0;line-height: 30px;}



/*  */
.projectbox{width: 100%;margin: 0 auto;}
.project{width: 100%;margin: 0 auto;}
.project_list{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;margin-bottom: 50px;}
.project_list li{padding: 0 22px;margin-bottom: 10px;font-size: 18px;color: #969696;cursor: pointer;}
.project_list li.active{color: var(--primary-color);}

.jq22{display: flex;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.jq22 .filtr-item{width: 25%;overflow: hidden;padding: 0 10px;padding-bottom: 20px;}
.jq22 .filtr-item .imgbox{width: 100%;font-size: 0;position: relative;overflow: hidden;}
.jq22 .filtr-item .imgbox img{width: 100%;height: 230px;object-fit: cover;}
.jq22 .filtr-item .textbox{position: absolute;padding: 15px 20px 10px;left: 0;bottom: 0;transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;transform: translateY(100%);background-color: #8fc641;width: 100%;}
.jq22 .filtr-item:hover .textbox{transform: translateY(0%);}
.jq22 .filtr-item .textbox dl{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 10px;transition: all 0.5s;}
.jq22 .filtr-item .textbox dl dd{padding: 0 10px;position: relative;}
.jq22 .filtr-item .textbox dl dd:after{content: "/";position: absolute;right: 0;top: 0;color: #565969;}
.jq22 .filtr-item .textbox dl dd:last-child:after{content: "";}
.jq22 .filtr-item .textbox dl dd a{font-size: 14px;color: #565969;}
.jq22 .filtr-item .textbox dl dd:hover a{color: var(--primary-color);}
.jq22 .filtr-item .textbox h3{transition: all 0.5s;margin-bottom: 10px;}
.jq22 .filtr-item .textbox h3 a{font-size: 26px;color: var(--primary-color);}



/*  */
.detail4box{width: 100%;margin: 0 auto;}
.detail4{width: 100%;margin: 0 auto;}
.detail4 h1{margin-bottom: 25px;font-size: 40px;color: var(--primary-color);}
.detail4_content{width: 100%;margin: 0 auto;}
.detail4_content ul{display: flex;flex-wrap: wrap;}
.detail4_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.detail4_content ul li:nth-child(4n){margin-right: 0;}
.detail4_content ul li a{display: block;width: 100%;}
.detail4_content ul li a .imgbox{width: 100%;font-size: 0;}
.detail4_content ul li a .imgbox img{width: 100%;height: 230px;
    object-fit: cover;}
.detail4_content ul li a .textbox{padding: 20px 0;}
.detail4_content ul li a .textbox p{font-size: 12px;color: #565969;margin-bottom: 10px;}
.detail4_content ul li a .textbox h3{font-size: 18px;color: var(--primary-color);}


.pagebox{width: 100%;margin: 0 auto;}
.page{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.page_left{display: flex;align-items: center;}
.page_left i{width: 40px;height: 40px;background-color: #8fc641;color: #fff;line-height: 40px;text-align: center;display: inline-block;margin-right: 10px;font-size: 25px;}
.page_left:hover i{box-shadow: 0px 10px 20px 0px rgba(10,104,54, 0.5);background-color: var(--primary-color);}
.page_left span{font-size: 14px;color: #969696;}
.page_left:hover span{color: #6d6d6d;}

.page_right{display: flex;align-items: center;}
.page_right i{width: 40px;height: 40px;background-color: #8fc641;color: #fff;line-height: 40px;text-align: center;display: inline-block;margin-left: 10px;font-size: 25px;}
.page_right:hover i{box-shadow: 0px 10px 20px 0px rgba(10,104,54, 0.5);background-color: var(--primary-color);}
.page_right span{font-size: 14px;color: #969696;}
.page_right:hover span{color: #6d6d6d;}

.all_btn{width: 40px;height: 40px;display: inline-block;line-height: 40px;text-align: center;color: #fff;background-color: #8fc641;font-size: 25px;}
.all_btn:hover{background-color: var(--primary-color);}



.detail3box{width: 100%;margin: 0 auto;}
.detail3{width: 100%;margin: 0 auto;}
.detail3 ul{display: flex;flex-wrap: wrap;}
.detail3 ul li{width: 15%;margin-right: 2%;margin-bottom: 20px;}
.detail3 ul li:nth-child(6n){margin-right: 0;}
.detail3 ul li .icon{width: 100%;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.detail3 ul li .icon img{max-width: 100%;width: auto;}
.detail3 ul li .textbox{text-align: center;}
.detail3 ul li .textbox p{font-size: 12px;color: #565969;margin-bottom: 15px;}
.detail3 ul li .textbox h3 a{font-size: 18px;color: var(--primary-color);}



.detail2box{width: 100%;margin: 0 auto;}
.detail2{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
.detail2_left{width: 48%;position: relative;padding-bottom: 50px;}
.detail2_right{width: 48%;}

.d_swiper{width: 100%;}
.d_btnbox{position: absolute;left: 0;bottom: 5px;display: flex;align-items: center;z-index: 9;}
.d_prev,.d_next{width: 70px;height: 70px;line-height: 70px;text-align: center;color: #565969;font-size: 25px;}
.d_prev{background-color: #fff;}
.d_prev:hover{background-color: var(--primary-color);color: #fff;}
.d_next{background-color: var(--primary-color);color: #fff;}
.d_next:hover{background-color: #fff;color: #565969;}

.d_pagination{bottom: 0;}
.d_pagination .swiper-pagination-bullet{width: 7px;height: 7px;background-color: #565969;}
.d_pagination .swiper-pagination-bullet-active{width: 10px;height: 10px;background-color: #8fc641;}

.detail2_right .title{width: 100%;margin-bottom: 50px;display: flex;align-items: center;}
.detail2_right .title .icon{margin-right: 10px;}
.detail2_right .title .icon img{width: 64px;}
.detail2_right .title .textbox{}
.detail2_right .title .textbox p{font-size: 12px;color: #565969;line-height: 30px;}
.detail2_right .title .textbox h3{font-size: 18px;color: var(--primary-color);}
.detail2_right .content{width: 100%;}
.detail2_right .content h3{margin: 25px 0;font-size: 26px;color: var(--primary-color);}
.detail2_right .content p{font-size: 16px;color: #565969;}



.detail1box{width: 100%;margin: 0 auto;}
.detail1{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.detail1_left{width: 48%;}
.detail1_right{width: 48%;font-size: 16px;color: #565969;text-align: right;}

.detail1_left p{font-size: 14px;color: #565969;line-height: 30px;}
.detail1_left h1{font-size: 38px;color: var(--primary-color);}

.detail1_right a{font-size: 16px;color: #565969;}
.detail1_right span{font-size: 16px;color: #565969;padding: 0 10px;}



/*  */
.mapbox{width: 100%;margin: 0 auto;font-size: 0;}
.mapbox img{width: 100%;}


.contactbox{width: 100%;margin: 0 auto;position: relative;}
.contactbox .bg{width: 50%;top: 0;right: 0;height: 100%;z-index: 2;}
.contact{width: 100%;margin: 0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 3;align-items: center;}
.contact_left{width: 50%;padding: 5%;}
.contact_right{width: 50%;padding: 5%;}

.contact_left ul li{width: 100%;margin-bottom: 20px;}
.contact_left ul li p{width: 100%;font-size: 15px;color: #565969;margin-bottom: 10px;}
.contact_left ul li .c_text{width: 100%;border-bottom: 1px solid #efefef;line-height: 30px;height: 30px;}
.contact_left ul li textarea{width: 100%;border-bottom: 1px solid #efefef;line-height: 30px;}
.yzm{margin-bottom: 10px;}
.yzm img{max-width:100%;width:auto;}
.contact_left ul li .c_btn{padding:5px 57px;background-color: var(--primary-color);color: #fff;font-size: 16px;display: inline-block;line-height: 30px;}

.contact_right .title{width: 100%;}
.contact_right .title p{font-size: 14px;color: #e8e8e8;line-height: 40px;}
.contact_right .title h3{font-size: 40px;color: var(--primary-color);}

.contact_right .a{margin: 25px 0;display: block;font-size: 15px;color: #fff;}
.contact_right .a:hover{color: #ff5e14;}

.contact_right .desc{font-size: 15px;color: #fff;margin-top: 40px;}
.contact_right .desc a{color: #fff;}
.contact_right .desc a:hover{color: #ff5e14;}

.c_share{width: 100%;margin-top: 50px;}
.c_share h3{font-size: 18px;color: #fff;margin-bottom: 10px;}
.c_share ul{display: flex;flex-wrap: wrap;}
.c_share ul li{margin-right: 10px;font-size: 0;}
.c_share ul li img{max-width: 100%;width: auto;}



/*  */
.vendor1box{width: 100%;margin: 0 auto;}
.vendor1{width: 100%;margin: 0 auto;}
.vendor1 .btn{width: 100%;margin-bottom: 20px;}
.vendor1 .btn a{display: inline-block;padding: 7px 38px;line-height: 30px;background-color: var(--primary-color);transition: all 0.5s;font-size: 16px;color: #fff;}
.vendor1 .btn a:hover{box-shadow: rgba(10, 104, 54, 0.5) 0px 10px 20px 0px;}
.vendor1_content{font-size: 15px;color: #565969;line-height: 30px;margin-bottom: 40px;}
.vendor1_desc{width: 100%;}
.vendor1_desc p{font-size: 15px;color: #565969;font-weight: bold;margin-bottom: 15px;}
.vendor1_desc a{font-size: 15px;color: #969696;line-height: 40px;}
.vendor1_desc a:hover{color: var(--primary-color);}


/*  */
.vendor2_left{padding: 5% 2%;}
.vendor2_left ul{display: flex;flex-wrap: wrap;}
.vendor2_left ul li{width: 32%;margin-right: 2%;}
.vendor2_left ul li:nth-child(3n){margin-right: 0;}
.vendor2_left ul li p{font-size: 14px;color: #565969;font-weight: bold;}
.vendor2_left ul li p span{font-style: italic;color: #c02b0a;font-size: 12px;}
.vendor2_left ul li select{width: 100%;line-height: 30px;height: 30px;font-size: 16px;}
.vendor2_left ul li  textarea{border: 1px solid #333;}
.vendor2_left ul li h3{font-size: 15px;color: #565969;}



/*  */
.s1_right{display: flex;flex-wrap: wrap;justify-content: space-between;}
.s1_item1{width: 100%;margin-bottom: 40px;}
.s1_item2{width: 49%;margin-bottom: 40px;}
.s1_item3{width: 49%;margin-bottom: 40px;}
.s1_right h3{font-size: 26px;color: var(--primary-color);margin-bottom: 25px;}
.s1_right p{padding: 10px 0;font-size: 15px;color: #565969;line-height: 30px;}
.s1_item3_content{width: 100%;}
.s_swiper{margin-bottom: 40px;height: auto !important;}
.s_pagination1 .swiper-pagination-bullet{width: 14px;height: 14px;background-color: #565969;opacity: 1;border: 1px solid transparent;}
.s_pagination1 .swiper-pagination-bullet-active{border: 1px solid #565969;background-color: transparent;}


/*  */


















@media only screen and (max-width: 980px) {
	.headerbox{
		display: none;
	}
	.topbox{display: none;}
	.sp_header{ display:flex;}
	.bannerbox{margin-top: 70px;}
	.inbannerbox{margin-top: 70px;}
	.pd50{padding: 25px 0;}
	.footer ul li{width: 48%;margin-bottom: 20px;}
	.f_bot .f_logo {width: 100%;margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
	.f_bot p{width: 100%;text-align: center;margin-bottom: 10px;}
	.f_share{width: 100%;}
	.f_share ul{justify-content: center;}
	.index6_content ul li {width: 49%;}
	.index6_content ul li:nth-child(2n){margin-right: 0 !important;}
	.index6_content ul li:nth-child(3n){margin-right: 2%;}
	.main_title h3 {display: none;}
	.main_title h1 {font-size: 45px;margin-bottom: 10px;margin-top: 0;}
	.index5_content ul li {width: 49%;}
	.index5_content ul li:nth-child(2n){margin-right: 0;}
	.index4_left {width: 100%;margin-bottom: 20px;}
	.index4_right{width: 100%;}
	.index3_content ul li {width: 49.5%;}
	.index3_content ul li:nth-child(2n){margin-right: 0;}
	.index2_left{width: 100%;}
	.index2_content .textbox {position: unset;left: auto;top: auto;transform: none;}
	.index2box .img4 {bottom: 30%;}
	.index2 .img2 {bottom: 30%;left: -30%;}
	.index2 .img1 {left: 15%;}
	.index2_content .textbox h1 {font-size: 40px;}
	.index1 {max-width: 100%;}
	.bannerbox .mySwiper1 .swiper-slide .textbox h1 {font-size: 40px;}
	.index2_content .textbox p {max-width: 100%;}
	.about1_left{width: 100%;margin-bottom: 20px;}
	.about1_right{width: 100%;margin-bottom: 20px;}
	.about2 .textbox{width: 100%;margin-bottom: 20px;}
	.about2 .imgbox{width: 100%;margin-bottom: 20px;}
	.about2 .imgbox img{max-width: 100%;width: auto;}
	.about3 ul li{width: 100% !important;margin-bottom: 20px;}
	.about3 ul li .imgbox{display: flex;align-items: center;justify-content: center;}
	.about3 ul li .imgbox img{max-width: 100%;width: auto;}
	.news ul li{width: 49%;}
	.news ul li:nth-child(2n){margin-right: 0;}
	.all_left{width: 100%;order: 1;}
	.all_right{width: 100%;order: 0;margin-bottom: 20px;}
	.jq22 .filtr-item{width: 50%;}
	.detail1_left{width: 100%;margin-bottom: 10px;}
	.detail1_right{width: 100%;text-align: left;}
	.detail2_left{width: 100%;margin-bottom: 20px;}
	.detail2_right{width: 100%;}
	.detail3 ul li {width: 49%;}
	.detail3 ul li:nth-child(2n){margin-right: 0 !important;}
	.page_left span {display: none;}
	.page_right span {display: none;}
	.detail4_content ul li {width: 49%;}
	.detail4_content ul li:nth-child(2n){margin-right: 0 !important;}
	.contact_left{width: 100%;}
	.contact_right{width: 100%;background-color: #b8b8b8;}
	.contactbox .bg {display: none;}
	.vendor2_left ul li {width: 100%;margin-right: 0 !important;}
	.s1_item2{width: 100%;}
	.s1_item3{width: 100%;}
}


@media only screen and (max-width: 680px) {
	.footer ul li{width: 100%;}
	.index6_content ul li {width: 100%;margin-right: 0 !important;}
	.news ul li{width: 100%;margin-right: 0 !important;}
	.detail3 ul li {width: 100%;margin-right: 0 !important;}
	.detail4_content ul li {width: 100%;margin-right: 0 !important;}
}
