* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;overflow-x: hidden;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}


@font-face {
  font-family: 'iconfont';  /* Project id 3842448 */
  src: url('//at.alicdn.com/t/c/font_3842448_4o5tub4hrzf.woff2?t=1672204497511') format('woff2'),
       url('//at.alicdn.com/t/c/font_3842448_4o5tub4hrzf.woff?t=1672204497511') format('woff'),
       url('//at.alicdn.com/t/c/font_3842448_4o5tub4hrzf.ttf?t=1672204497511') format('truetype');
}

/*head*/
.head {padding: 1% 1%;overflow: hidden;width:  100%;/* position: fixed; */z-index: 101;background: #fff;}
.head_box {max-width: 1800px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
.head_logo {display: flex;align-items: center;}
.head_logo i {}
.head_logo p {font-size: 32px;font-weight:  bold;padding: 0 0 0 20px;background-image: -webkit-linear-gradient(20deg,#566f09,#759f0f,#566f09);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.head_logo p span {}
.head_con {width: 65%;display:  flex;flex-direction:  column;}
.head_txt {padding: 1.2% 3%;display: flex;justify-content: space-between;}
.head_txt p i {font-size: 18px;margin: 0 10px 0 0;}
.head_txt p {font-size:16px;display:  flex;align-items:  center;font-weight:  lighter;letter-spacing: 0.5;}
.head_txt a {font-size: 15px;font-weight:  lighter;}
.head_nav {width: 100%;display:  flex;justify-content:  space-between;align-items:  center;} 
.head_nav ul {display: flex;align-items: center;width: 68%;justify-content:  space-between;}
.head_nav li {/* width: 20%; */}
.head_nav li a {font-size: 16px;position: relative;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #b22a2e;position:absolute;bottom: 0;left:0;transition:0.5s;z-index: 1;}
.head_nav li>a:after {content:'';width:100%;height: 57px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width:100%;}
.head_nav>p {display:flex;align-items:  center;}
.head_nav>p i {font-size: 24px;width:  50px;height:  50px;background: #759f0f;border-radius:  50%;color:  #fff;display:  flex;justify-content:  center;align-items:  center;}
.head_nav>p em {display:flex;flex-direction:  column;font-size: 15px;font-weight:  lighter;padding:  0 0 0 10px;}
.head_nav>p>em>span {font-size: 24px;font-family:  DIN Medium;padding: 1% 0 0;}


/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;z-index: 100;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    /*transition: 6s linear; *//*transform: scale(1);*/}
.banner a img{
	transition:transform 5s linear,opacity 1s linear;
	-webkit-transition:transform 5s linear,opacity 1s linear;
	-o-transition:transform 5s linear,opacity 1s linear;
	-moz-transition:transform 5s linear,opacity 1s linear;
	-ms-transition:transform 5s linear,opacity 1s linear;
}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 0;}
.banner .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #dc271e;}
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}

/*pro*/
.pro {padding:4% 1%;overflow: hidden;}
.pro_box {max-width: 1700px;margin: 0 auto;}
.pro_tab {}
.pro_con {}
.pro_con ul {display:flex;flex-wrap:  wrap;justify-content:  space-between;}
.pro_con li {width: 24.5%;background: #f8f8f8;}
.pro_con li:nth-child(n+5) {margin:0.5% 0 0;/* width:30%; */}
.pro_con li:nth-child(n+6) {width: 32.9%;}
.pro_con li:nth-child(3) {display:none;}
.pro_con li a {display: flex;position:  relative;/* justify-content: space-between; */align-items:  center;}
.pro_con li a i {}
.pro_con li:nth-child(n+6) i {
    margin: 0 0 0 20%;
}
.pro_con li a i img {width:100%;height:auto;}
.pro_con li a b {position:absolute;display:  flex;flex-direction:  column;font-size: 20px;padding: 0 0 0 8%;}
.pro_con li a b span {font-family:Arial;font-weight:  lighter;padding: 4% 0 0;font-size: 15px;}
.pro_tit {display: flex;justify-content: center;align-items:  center;padding: 4% 0 0;}
.pro_tit p {font-size: 32px;display: flex;flex-direction: column;align-items:  center;}
.pro_tit p span {font-size: 18px;font-weight:  lighter;padding: 4% 0 0;}
.pro_call {margin: 3% 0 0;}
.pro_call ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_call li {width: 19%;border-radius: 10px;overflow: hidden;position: relative;z-index: 5;border: 1px solid #eee;}
.pro_call li:nth-child(n+6) {margin:1.2% 0 0;}
.pro_call li a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li br {display: none;}
.pro_call li span {position:absolute;bottom:0;left:0;background: #759f0f;width: 100%;display: flex;padding: 3% 0;justify-content: center;}
.pro_call li span a {font-size: 16px;color: #fff;font-weight: lighter;}

/*int*/
.int {padding: 4% 1%;overflow: hidden;background: url(../uploadfile/image/20221220/20221220111210_1605413082.jpg)no-repeat center top fixed;position: relative;z-index: 5;}
.int:before {content:'';width:100%;height:100%;background;background: rgba(117, 159, 15, 0.8);position:  absolute;left:  0;top: 0;z-index: -1;}
.int_box {max-width: 1700px;margin: 0 auto;}
.int_con {display:flex;justify-content:center;flex-direction:  column;align-items:  center;}
.int_con p {font-size: 16px;display: flex;align-items: center;justify-content:  center;background:  #fff;border-radius:  40px;width: 20%;padding: 1% 0;font-weight:  lighter;}
.int_con p span {font-size: 24px;font-family:  DIN Medium;}
.int_con b {font-size: 45px;margin: 2% 0;color: #fff;}
.int_con em {font-size: 18px;border: 1px solid #fff;color:  #fff;width:  23%;display:  flex;justify-content:  center;align-items:  center;padding: 1%;font-weight:  lighter;}

/*bill*/
.ripple,.ripple:before,.ripple:after {position: absolute;left: 50%;top: 32%;height: 112px;width: 112px;margin-left: -56px;margin-top: -36px;border-radius: 50%;-webkit-box-shadow: 0 0 0 0 rgba(135, 186, 57, 0.64);box-shadow: rgba(135, 186, 57, 0.64);animation: ripple 3s infinite;/* font-size: 36px; */}
.ripple{background: #095eb5;font-size: 42px !important;color: #fff;width: 112px;height: 112px;border-radius: 100%;background: #87ba39;line-height: 112px;text-align: center;}
.ripple:before {-webkit-animation-delay: .9s;animation-delay: .9s;content: "";position: absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay: .6s;animation-delay: .6s;content: "";position: absolute;right: 0;bottom: 0;}
.video_box{width:100%;height:100%;/* background:rgba(0,0,0,0.6); *//* position: fixed; */top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	}
}
.bil_bc{width: 100%;background: url(../uploadfile/image/20230801/20230801113259_1160956266.jpg) no-repeat center fixed;position: relative;background-size: cover;padding: 10% 0 30%;height: 100%;z-index: 5;}
.bil_bc:before {content:'';width:100%;height:100%;background:rgba(0,0,0,0.2);position:absolute;top:0;left:0;z-index:-1;}
.bil_wz {
    text-align: center;
    position: absolute;
    bottom: 242px;
    left: 50%;
    margin-left: -194px;
}
.bil_wz>b{display: block;font-size: 46px;color: #fff;}
.bil_wz>p{font-size: 24px;color: #fff;margin-top: 19px;}

/*adva*/

.bil_wz {
    text-align: center;
    position: absolute;
    bottom: 38%;
    left: 50%;
    margin-left: -194px;
}
.bil_wz>b{display: block;font-size: 46px;color: #fff;}
.bil_wz>p{font-size: 24px;color: #fff;margin-top: 19px;}
/*sup*/
.sup_bc{background: url(../uploadfile/image/20221228/20221228100100_1967298782.png) no-repeat center;height:1239px;position: relative;z-index: 45;}
.sup_bc:before {content:'';width:100%;background:url(http://login.114my.cn/memberpic/chuanci/uploadfile/image/20210719/20210719112258_192190886.jpg) no-repeat center bottom;position: absolute;bottom: 6%;left: 0;height: 100%;z-index: -1;}
.sup_c {max-width:1500px;margin:0 auto;}
.sup_cc>ul{display: flex;background: #fff;position: relative;top: -160px;margin-bottom: -160px;}
.sup_cc>ul>li{display: flex;align-items: center;justify-content: center;height: 160px;width: 25%;flex-direction: column;border: 1px solid #eee;}
.sup_cc>ul>li+li{border-left:1px solid #eee;}
.sup_cc>ul>li>span{font-size: 45px;color: #87ba39;margin-right: 16px;}
.sup_cc>ul>li>b{font-size: 26px;color: #333;margin-top: 20px;}
.sup_cc>ul>li.on *{color: #fff;}
.sup_cc>ul>li.on{background: #87ba39;border-bottom: none;border-top:none;border-left: none;border-right: none;}
.sup_yc{overflow: hidden;}
.sup_ic{display: flex;transition: all .5s;}
.sup_item{display: flex;justify-content: space-between;flex-shrink: 0;width: 100%;}
.sup_lc{width: 50%;}
.sup_lc img{width: 100%;}
.sup_rc{width: 50%;background: #fff;padding: 50px;position: relative;}
.sup_rt{display: flex;/* justify-content: space-between; */align-items: center;}
.sup_rt>span{font-family: DIN Medium;font-size: 80px;color: #87ba39;font-weight: bold;/* padding-top:5px; */margin-right: 39px;}
.sup_rt>b{width:calc(100% - 76px);height: 47px;background: #f8a000;line-height: 47px;font-size: 30px;color: #fff;border-top-left-radius: 20px;padding-left: 17px;}
.sup_rc>p{font-size: 14px;color: #ababab;position: relative;margin:18px 0 38px;}
.sup_rc>p:after{position: absolute;content: "";width: 100%;height: 1px;background: #dddddd;top: 26px;left: 0;}
.sup_info>p{font-size: 16px;line-height: 30px;color: #666;position: relative;padding-left: 21px;}
.sup_info>p+p{margin-top: 14px;}
.sup_rbo{display: flex;margin-top: 65px;align-items: center;position: relative;}
.sup_rbo>a{display: flex;justify-content: center;width: 156px;height: 46px;align-items: center;background: #0e131f;transition: all .5s;}
.sup_rbo>a:hover{box-shadow: 0 10px 10px rgb(248 160 0 / 20%);transform: translateY(-3px);background: #f8a000;}
.sup_rbo>a>span:first-child{font-size: 16px;color: #fff;margin-right: 9px;}
.sup_rbo>a>span:last-child{font-size: 18px;color: #fff;}
.sup_rbo>div{font-size: 30px;color: #87ba39;font-weight: bold;font-family: DIN Medium;}
.sup_rbo>div>span{font-size: 35px;color: #f8a000;display: inline-block;margin-right: 12px;}
.sup_rt>div>b {
    display: block;
    font-size: 32px;
}

.sup_rt>div>p {
    font-size: 22px;
    color: #686868;
    margin-top: 12px;
}

.sup_rc:after {
    position: absolute;
    content: "";
    background: url(http://login.114my.cn/memberpic/rongda888/uploadfile/image/20210623/20210623092848_1730290547.jpg) no-repeat center;
    height: 10px;
    width: 100%;
    top: 175px;
    left: 0;
}

.sup_info {
    margin-top: 95px;
}

.sup_info>p:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 1px solid #bdbdbd;
    top: 9px;
    left: 0;
}

.sup_rbo>span.rda {
    font-size: 18px;
    color: #000;
}

.sup_rbo>span:nth-child(2) {
    font-size: 16px;
    color: #10110f;
    margin: 0 6px 0 13px;
}

.sup_rbo:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    top: -31px;
    left: 0;
}

@media screen and (max-width: 1520px){
	.sup_rc{padding: 40px;}
	.sup_rc:after{top: 155px;}
	.sup_info{margin-top: 85px;}
}
@media screen and (max-width: 1425px){
	.sup_rc{padding: 30px;}
	.sup_rc:after{top: 148px;}
}
@media screen and (max-width: 1370px){
	.sup_rc{padding: 25px;}
	.sup_info>p{font-size: 15px;}
}

/* process */
.process{/* overflow: hidden; */padding: 13% 0 6%;position:relative;z-index:5;}
.one_title {display:flex;justify-content: center;align-items: center;flex-direction: column;}
.one_title h3{font-size: 36px;font-weight: normal;/* color:#008fd7; */}
.one_title h3 b{/* color:#e62129; */font-weight: normal;}
.one_title span{font-size:18px;color:#666;display:block;margin:15px 0 20px;letter-spacing:3px;}
.one_title p{width: 4px;height: 15px;position: relative;margin: 0 auto;}
.process .two_tit h3{color: #333;}
.process .two_tit span{color: #666;}
.process ul{ margin:40px auto 80px; border-radius:20px;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.process ul li{ width:14%; position:relative;display: -webkit-flex;display: flex;flex-wrap: wrap; font-weight:lighter;  transition:all .3s ease; justify-content:center; align-items:center;}
.process li div{ position:relative; z-index:3;height: 100%;}
.process ul li:hover{ color:#d0ddea;}
.process ul li:hover .pcicon{ background-position-y:-83px;}
.process ul li i{display: block;width: 100%;text-align: center;font-size: 36px;padding: revert;z-index: 2;margin-bottom: 20px;}
.process ul li:hover i,.process ul li:hover p{color: #759f0f;}
.process ul li p{font-size: 18px;color: #999999;padding: revert;z-index: 99;}
.process ul li:hover p{font-weight: bold;}
.hov_circles{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
.hov_circles .circle { background: rgba(255,255,255,0.5); width: 100%; height: 100%; border-radius: 50%; position: absolute; z-index:1; transform: scale(1); -webkit-transform: scale(1); }
.hov_circles.show .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.hov_circles.show .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.hov_circles.show .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.hov_circles .c-1,.hov_circles .c-2,.hov_circles .c-3 {transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transform:scale(0);width:186px;height:186px;position:absolute;left:50%;top:50%;margin:-93px 0 0 -93px;background: rgba(117,159,15,0.1);border-radius:50%;}
.hov_circles .c-2{transition-delay:0.2s;}
.hov_circles .c-3{transition-delay:0.4s;}
.process ul li:hover .hov_circles .c-1 ,.process ul li:hover .hov_circles .c-2 ,.process ul li:hover .hov_circles .c-3 {transform: scale(1);}

.pcbottom{ display:inline-block; width:519px; height:80px; background:#fff; border-radius:40px;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; margin:0 auto; box-shadow:0 0 15px rgba(0,0,0,.1); padding:0 40px;}
.pc_tel{ display:inline-block; padding-left:45px; font-size:14px; color:#666666; font-weight:lighter; background:url(../uploadfile/image/20210122/20210122102226_2026442541.jpg) no-repeat left center;}
.pc_tel b{display:inline-block;vertical-align:sub;font-size:28px;color: #759f0f;font-family: DIN Medium;}
.pcbottom a{display:inline-block;width:111px;line-height:35px;background: #759f0f;border-radius:18px;color:#fff;font-size:14px;transition:all .3s ease;text-align: center;}
.pcbottom a:hover{ box-shadow:0 0 10px #d0ddea;}
.process ul li:hover .pcline{ background-position: left center;}



@keyframes scaleToggleOne { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
50% {
transform:scale(1.5);
-webkit-transform:scale(1.5)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleTwo { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
20% {
transform:scale(1);
-webkit-transform:scale(1)
}
60% {
transform:scale(1.5);
-webkit-transform:scale(1.5)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}
@keyframes scaleToggleThree { 0 {
transform:scale(1);
-webkit-transform:scale(1)
}
33% {
transform:scale(1);
-webkit-transform:scale(1)
}
66% {
transform:scale(1.5);
-webkit-transform:scale(1.5)
}
100% {
transform:scale(1);
-webkit-transform:scale(1)
}
}

/* about */
.about{ height:700px; background:url(../uploadfile/image/20221230/20221230115618_2012225747.jpg) no-repeat center;}
.w1500 {max-width:1500px;margin:0 auto;}
.abtop{ height:330px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;}
.abtitl b{font-size:48px;text-transform:uppercase;color: #759f0f;}
.abtitl{font-size:16px;color:#666666;font-weight: normal;}
.abtitl span{ display:block; font-size:40px; color:#343434; margin-bottom:15px; margin-top:20px;}
.abcon{ height:370px;display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.ableft{ width:50%; box-sizing:border-box; height:370px; background:#f5f6f9; padding:60px 60px 0px;}
.ab_t{font-size:25px;color: #759f0f;}
.ab_wa{font-size:14px;color:#999999;text-indent:2em;margin: 25px 0 0px 0;}
.ab_wa p{line-height:32px;}
.ab_btn a{display:inline-block;width:110px;line-height:34px;background: #759f0f;text-align:center;font-size:13px;color:#ffffff;font-weight:lighter;transition:all .3s ease;text-align:center;} 
.ab_btn a:hover{width:130px;box-shadow: 0 0 15px #759f0f;}
.abright{ width:50%; display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.abright a{width:50%;height:370px;transition:all .3s ease;background: rgba(117,159,15,0.8);text-align:center;}
.abright a+a{background: rgba(117,159,15,0.95);}
.abright a:hover{background: rgba(147,197,26,0.8);}
.abright a:hover:after{ width:50px;}
.abright a+a:hover{background: rgba(147,197,26,1);}
.abright a i{width: 112px;height: 112px;border-radius: 100%;border: 1px solid #fff;display: block;font-size: 46px;color: #fff;margin:60px auto 30px;line-height: 112px;}
.abright a span{ display:block; font-size:25px; color:#fff; font-weight:lighter; margin-bottom:40px;}
.abright a:after{ content:''; display:inline-block; width:27px; height:1px; background:#eeeeee; transition:all .3s ease;}

.cf_c{background: #fff;box-shadow: 1px 0px 36px rgba(31,26,23,0.08);padding: 50px 43px 74px 43px;/* margin-bottom: 100px; */box-sizing: border-box;}
.cf_img .divdgweb_new_div {display: flex;}
.cf_img .divdgweb_new_div_item {width: 25%;flex-shrink: 0;padding: 0 0.1%;display: flex;flex-direction: column-reverse;}
.cf_img .news_div_item_pic{overflow:hidden;}
.cf_img .news_div_item_pic a{display:block;position:relative;overflow:hidden;}
.cf_img .news_div_item_pic a:before,.cf_img .news_div_item_pic a:after{position: absolute;}
.cf_img .news_div_item_pic img {width: 100%;transition: all .5s;display: block;overflow: hidden;}
.cf_img {overflow: hidden;}
.cf_img .divdgweb_new_div_item .divdgweb_new_div_item_title a {display: block;font-size: 16px;color: #333;padding: 20px 0 0;position: relative;text-align:center;}
.cf_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a,.cf_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:after{color: #008fd7;}
.cf_img .divdgweb_new_div button{display:none!important;}
.cf_img .divdgweb_new_div_item:hover img {transform: scale(1.2);}
.cf_img .news_div_item_pic a:after {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,143,215,0.6);bottom: -100%;left: 0;transition: all .5s;opacity: 0;}

.cf_img .divdgweb_new_div_item:hover .news_div_item_pic a:after {bottom: 0;opacity: 1;}
.cf_img {}
.cf_img ul {margin-bottom:0 !important;}
.cf_img li {margin:0 0.1%;display: flex !important;flex-direction: column;align-items: center;}
.cf_img li a {overflow:hidden;}
.cf_img li a img {width:100%;height:auto;}
.cf_img li p {width: 100%;padding: 4% 0;text-align: center;background: #f8f8f8;}
.cf_img li p a {font-size: 16px;font-weight: lighter;}
.cf_img .ban_dot {display:none !important;}

/*news*/
.news {padding: 3% 1% 4%;overflow: hidden;background: url(../uploadfile/image/20221125/20221125160120_1960738670.jpg);}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_top {display:flex;justify-content:  space-between;align-items:  center;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit b {font-size: 36px;font-weight: normal;}
.news_tit b span {/* color: #006bd1; */}
.news_tit p {font-size: 18px;color: #999;padding: 5% 0 0;font-weight:  lighter;}
.news_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.news_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.news_tit em i+i{ margin-left:16px;}
.news_tit em i:nth-child(1){animation-delay: .4s;}
.news_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.news_tit em i:nth-child(3){animation-delay: .8s;}
.news_nav {width: 40%;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;background: #fff;margin: 0 12px;width: 100%;padding: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */}
.news_nav li:before {content:'';width:0;height:100%;background: #759f0f;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;}
.news_nav li a {font-size: 18px;line-height: 24px;padding-left: 4px;    white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 220px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "+";color: #666;bottom: -163px;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #759f0f;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #759f0f;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 3% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}

/*copy*/
.copy {overflow: hidden;padding: 0 1%;background: #759f0f;}
.copy_box {max-width: 1500px;margin: 0 auto;}
.copy_top {padding: 4% 0 2%;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_top p {display: flex;align-items: center;font-size: 15px;font-weight: lighter;color: #fff;}
.copy_top p i {font-size: 20px;margin: 0 10px 0 0;}
.copy_top p span {font-size: 24px;font-family:  DIN Medium;}
.copy_con {display: flex;justify-content: space-between;padding: 3% 0;}
.copy_nav {width: 52%;}
.copy_nav ul {display: flex;justify-content:space-between;width: 100%;}
.copy_nav li p {font-size: 18px;line-height: 20px;margin-bottom: 20px;font-weight: bold;color: #fff;}
.copy_nav li a {font-size: 14px;line-height: 30px;display: flex;color: #fff;transform:translateX(0);transition:0.5s;}
.copy_nav li a:hover  {transform:translateX(10px)}
.copy_pic {width: 32%;}
.copy_pic ul {display: flex;justify-content:  space-between;width:  100%;}
.copy_pic li {width: 30%;display: flex;flex-direction: column;align-items: center;}
.copy_pic li i {overflow: hidden;padding:  1%;border: 1px solid #eee;}
.copy_pic li i img {width: 100%;height: auto;}
.copy_pic li p {font-size: 16px;padding: 5% 0 0;color: #fff;}

/*end*/
.end {padding: 2% 1%;overflow:hidden;background: #64870f;}
.end_box {max-width: 1500px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.end_box em {color: #fff;font-size: 15px;}
.end_box em>a {font-size: 15px;color: #fff;}
.end_box>a {font-size: 15px;color: #fff;}