@charset "utf-8";


html{background:#eee;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

em,i{font-style: normal;}

/*公共样式部分*/
body {color: #222;margin: 0 auto;background-color: #fff; font-family: "yhan";overflow-x: hidden; font-size:14px;min-width:1400px;max-width:1920px;position: relative;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#119b26;text-decoration: none; border-bottom-style:}

.bg{width: 100%;min-width:1400px;}
.box{margin:0 auto;width:80%; min-width: 1400px;box-sizing: border-box;}
.page{width: 1400px;margin: 0 auto;position: relative;}


.t{text-align:center;margin-bottom:40px;}
.t em{font-size:60px;color:#eee;display: block;text-transform: uppercase;font-weight: 100;}
.t p{font-size:40px;color: #333;padding-bottom: 5px;position:relative;margin-bottom: 5px;display: inline-block;}
.t p>b{color: #119b26;}
.t span{color: #666;font-size: 18px;display:block;}

.hrf {
  font-family: "hrf" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



@font-face {
  font-family: 'iconfont';
  src: url('../cssnew/iconfont.ttf.txt') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


@font-face {
font-family:yhan;
font-weight:normal;
src:url(../cssnew/yhan.woff.txt)
}


.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}
.top140 {padding-top: 140px;}
.top170 {padding-top: 170px;}




/*header*/
.head_con {justify-content: space-between; position: relative; top: 0; left: 0; z-index: 99; width: 100%;background:#fff;}
.hea_bc {width: 100%; height:120px;}
.hea_c{max-width: 100%;margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 120px; position: relative; padding:0 5%;}
.hea_lc {display: flex; height: 100%; align-items: center; display: flex;}
.hea_logo {display: flex; align-items: center; }
.hea_logo img{width: 74px;}
.hea_lc>ul {display: flex; margin-left:30px;}
.hea_lc>ul>li {display: flex; align-items: center; padding: 0 30px;position:relative;}
.hea_lc>ul>li:before{content:'';width:1px;height:58px;background:#999;position:absolute;top:calc(50% - 29px);left:0;}
.hea_logo i{font-size: 16px;margin-left: 13px;color: rgba(0,0,0,0.5);font-family: Arial;text-transform: uppercase;}
.hea_logo i b{display: block;font-size: 33px;color: #333;font-weight: bold;letter-spacing: 2px;}
.hea_img{float: left; margin-top: 8px; margin-left: 20px;}

.hea_gg{font-weight: bold;font-size: 27px;line-height: 30px;color: #119b26;padding-left: 25px;border-left: 1px rgba(0,0,0,0.1) solid;margin-left: 20px;}
.hea_gg>span{font-size: 18px;display: block;line-height: 26px;font-weight: normal;color: #999;font-style: normal;}
.hea_gg i{color: #ff7e00;}

.hea_rc{display: flex;align-items: center;position: absolute;right: 10%;height:100%;}
.hea_rc i{width:44px;height:44px;border-radius:100%;text-align: center;font-size:44px;color:#119b26;margin-right:10px;}
.hea_rc p b{font-size:14px;color:#999;font-weight: normal;display:block;margin-bottom:3px;}
.hea_rc p em{font-family:Arial;font-size:28px;font-weight:bold;color:#333;display: flex;align-items: center;}
.hea_rc p em span{font-size:16px;font-weight:normal;}
.hea_rc p:nth-child(3){height:100%;display: flex;align-items: center;margin-left: 20px;}
.hea_rc img{height:85%;}
.head_sou {}
.head_sou ul li {cursor: pointer;}
.head_sou ul li img {width: 30px;height: 30px;}
.head_sou ul li:hover #search_bg {transform: rotateX(0deg);}



#search_bg{padding: 10px 30px;transform: rotateX(90deg);transition: 0.5s ease;background: #fff;position: absolute;right: 0%;top: 100%;border-radius: 8px;z-index: 111;}
#search_b{}
#search-i{width:39px;height:39px;padding: 10px 35px;position: absolute;right: 22px;bottom: 10px;}
#search_r{background-color:#fff;}
#search-bg {width: 100%;height: 42px;overflow:hidden;/* margin-left:15px; */}
#search-text{padding-bottom: 12px;line-height:25px;color:#999;font-size:15px;font-weight:100;background: #fff;}
#search-text a{color:#999;font-size:15px;}
#search-text strong{font-weight:bold;font-size:15px;}
#search_center img{width:400px;}
#search_center #bodycontent div div+div{width:400px !important;height:40px !important;line-height:40px !important;overflow:hidden;}



/*top*/
.nav{ width:100%; height:70px;background:#000;position: relative;z-index:99;padding:0 5%;}
.nav>ul>li{ float: left; display: block;height:70px;width: calc(100% / 9);position: relative;font-family:syht;}
.nav>ul>li+li{}
.nav>ul>li:nth-child(7)> a:after{position: absolute;content: ">";font-size: 12px;color: #767676;top: 0;right: 48px;transition: .5s;transform: rotate(90deg);}
.nav>ul>li>a{ display: block; color: #fff; font-size: 17px; text-align: center; position: relative; z-index: 3333; line-height:70px; font-weight:normal;}
.nav ul li.cur:after,.nav ul li:hover:after{width:100%; background: #eee;display: block;}
.NavCeshi > li.cur > a, .NavCeshi > li:hover > a {margin: 0 auto;color: #fff;}
.nav ul li.cur{background: #119b26;display: block;  -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out;}
.nav>ul>li:hover{background: #119b26;display: block;}

.dropmenu{width: 100%;position:absolute; top:150px; right:0; z-index:0; padding:0px; background:rgba(255, 255, 255, 0.9); border-radius:0px; border-top-right-radius:0; transition:all .4s ease;z-index:-1;transform: rotateX(90deg);}
.nav li:hover .dropmenu{z-index:999;top:70px;    transform: rotateX(0deg);overflow: unset !important;}
.dropmenu tr+tr{  display:block;}
.dropmenu a{ display:block; line-height:45px; padding:0 0px; transition:all .3s ease; text-align:center; width:100%; color:#333;font-size:15px;}
.dropmenu a:hover{ background:#119b26; border-radius:0px;color: #fff;}
.dropmenu tr td{ display:block;}
.protb_r td+td {display: none;}
.nav li#a1 .dropmenu a{width: 100%;}
.nav li#a2 .dropmenu a{font-family: "Microsoft YaHei";width: 238px;color: #fff;font-size: 14px;text-transform: uppercase;border: none;}
.blackwhite li a {background: (255, 255, 255, 0.9)  !important;}
.ddsubmenustyle, .ddsubmenustyle ul {left: 238px !important;top: 0 !important;width: auto !important;background: rgba(255, 255, 255, 0.9);border: none !important;}
.nav li#a5 .dropmenu a{width: 118px;}
.nav li#a6 .dropmenu a{width: 118px;}

.dropmenu .prolist2021 {position:relative;}
.dropmenu .prolist2021 ul {position:relative;}
.dropmenu .prolist2021 li {position:relative;}
.dropmenu .prolist2021 li dl {position:absolute;top:0;left:100%; transition: 0.5s;}
.dropmenu li:hover dl {    opacity: 1; transition: 0.5s;}
.dropmenu .prolist2021 li dl dt a {display: block;padding: 0 40px;width: 300px;height: 32px; border-bottom: none;background: #fff; color: #666; font-weight: 100; font-size: 14px; line-height: 32px;position: relative;}
.dropmenu .prolist2021 li dl dt a:hover{ background:#999; color: #fff;}


.dropmenu>ul>li:hover .nav2 {transform: rotateX(0deg);}
.dropmenu .prolist2021 li:hover dl { transform: rotateY(0deg);}
.dropmenu .prolist2021 li dl {position: absolute;top: 0; left: 100%;transition: 0.5s; transform-origin: left; transform: rotateY(90deg);}

.markermenu ul li a{color: #333 !important;}

.rightarrowpointer{display:none;} 

.NavCeshi{margin: 0 auto;width: 100%;min-width: 1300px;}






/*幻灯片*/
.banner{overflow:hidden;width:100%;}
.banner-box{min-width:1400px;height:900px;position:relative;margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{width:100% !important;}
.banner-box .bd li{width:100% !important;height:900px;background-position:center;background-repeat:no-repeat;background-color:#eee;z-index:0;}
.banner-box .bd li a{display: block;width: 100%;height: 100%;position: absolute;z-index: 9999;left: 0;top: 0;}
.banner-btn{ width: 100%;position:absolute;top:700px;left:0;margin-left:0;height:10px;}
.banner-btn a{ display:block;width:49px;height:104px;position:absolute; top:-395px;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{left:-50px;background:url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_304292831.png) no-repeat 0 0; } 
.banner-btn a.next{right:-50px;background:url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_304292831.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute;bottom:1px;width:100%;display:block; }
.banner-box .hd ul{text-align:center}
.banner-box .hd ul li{width:8px;height:8px;border-radius:50%;text-indent:-9999px;background:#fff;cursor:pointer;display:inline-block;margin:0 5px;transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{background:#119b26; border-radius :50px; width:40px;height:8px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{right: 20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }




/* company */
.com_wrap{padding: 90px 0;display: flex;justify-content: space-between; background:url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_1017175635.jpg) center top no-repeat; width: 100%;}
.com_text{width: 54%; float:left;}
.ct_tit{display: flex;align-items: center;margin-bottom: 40px;}
.ct_num{text-align: center;border-right: 1px solid #eee;position: relative;padding: 7px 25px 7px 40px;}
.ct_num span{width: 24px;position: absolute;top: 50%;left: 0;background: #119b26;color: #fff;text-align: center;padding: 6px 0;transform: translateY(-50%);line-height: 16px;font-size: 14px;}
.ct_num p{font-size: 24px;font-weight: bold;}
.ct_num em{font-size: 60px;margin-top: 10px;font-weight: bold;color: #119b26;display: flex;align-items: baseline;position: relative; font-family: din;}
.ct_num em b{font-size: 18px;position: absolute;bottom: 8px;right: 50%;margin-right: -40px;}
.ct_tit h2{font-size: 36px;margin-left: 25px;}
.com_text>p{font-size: 18px;line-height: 32px;color: #666;margin-top: 10px;}
.com_text>p+p{}
.com_text button{width: 180px;height: 50px;margin-top: 50px;border: none;background: #119b26;border-radius: 50px;transition:all 0.35s;}
.com_text button:hover{box-shadow: 5px 5px 18px rgba(0,92,161,0.2);transform:translateX(10px);}
.com_text button a{font-size: 17px;color: #fff;font-weight: 100;display: block;line-height: 50px;position: relative;padding-right: 44px;}
.com_text button a b{width: 38px;height: 38px;border-radius: 100%;background: #14a856;position: absolute;top: 6px;right: 6px;font-size: 18px;line-height: 36px;color: #ffffff;font-family: rob;font-weight: normal;transition:all 0.35s;}
.com_text button:hover a b{background: #fff;color: #119b26;}
.com_vid{width: 43%;background: #fff;overflow: hidden;border-radius: 16px;box-shadow: 0 0 100px rgb(0 0 0 / 10%); padding:10px;     float: right;}
.com_vid img{width: 100%;border-radius: 16px;}

/* number */
.num_wrap{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;border-bottom: 1px #eee solid; max-width: 96%; margin:0 auto;position: relative;background: #fff;height: 180px;margin-top: -180px;}
.num_li{width: 18%;position: relative;}
.num_wrap dl{text-align: center;width: 100%;height: 100%;border-radius: 100%;}
.num_wrap dl dt{display: flex;justify-content: center;}
.num_wrap dl dt em{font-size: 52px;font-family: din;font-weight: bold;color: #119b26;}
.num_wrap dl dt i{font-size: 22px;font-weight: 100;color: #119b26;margin-top: 5px;margin-left: 5px;}
.num_wrap dl dd{font-size: 18px;color: #333;}





/*产品*/
.prod_box {background:#fff;padding: 80px 0;}
.contentbt{margin:auto;overflow:hidden;}
.pc_left{overflow:hidden;margin:auto;}
.pcl_list{width:580px;position:relative;margin:auto;}

.pc_right {
    background: #fff;
    margin: auto;
    margin-top: 40px;
    box-shadow: 0 0 20px #dedbdb;
    padding: 50px;
}

.prod_wt .progdwz2021 ul li:nth-child(5) {margin-left:0;}
/*产品切换*/
.prod_wt{display: flex;}
.prod_wt .progdwz2021{width: 100%;flex-shrink: 0;}
.prod_wt ul{position:relative;float:left;text-align:center;margin-top:17px;width:100%;display: flex;flex-flow: wrap;}
.prod_wt ul li span a{font-size:18px;display:block;text-align:center;}
.prod_wt ul img {width:100%;height: auto;transition: 0.2s;}
.prod_wt ul li:hover img{transform: scale(1.3);transition: 0.2s;}
.prod_wt ul:nth-child(4) {margin-left: 0px !important;}
.prod_wt .progdwz2021 ul li{width:calc((100% - 45px)/4);float:left;border:1px #eee solid;transition: all 0.3s;margin-top:15px;position:relative;background:#fff; overflow: hidden;}
.prod_wt .progdwz2021 ul li+li {margin-left:15px;}
.prod_wt .progdwz2021 ul li br{display:none;}
.prod_wt .progdwz2021 ul li>a{display:block;overflow: hidden;}
.prod_wt .progdwz2021 ul li a:before,.prod_wt .progdwz2021 ul li a:after{content:'';position:absolute;width:0;height:0;z-index:222;box-sizing:border-box;transition:height 0.5s linear 0s, width 0.5s linear 0.5s, opacity 0s linear 1s;opacity:0;}
.prod_wt .progdwz2021 ul li a:before{top:0;left:0;border-top:1px solid #119b26;border-right:1px solid #119b26;border-bottom:1px solid transparent;border-left:1px solid transparent;}
.prod_wt .progdwz2021 ul li a:after{right:0;bottom:0;border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #119b26;border-left:1px solid #119b26;}
.prod_wt .progdwz2021 ul li a:hover:after,.prod_wt .progdwz2021 ul li a:hover:before{width:100%;height:100%;opacity:1;transition:width .5s linear 0s,height .5s linear .5s;}
.prod_wt .progdwz2021 ul li span{display:block;}
.prod_wt .progdwz2021 ul li span a{line-height:60px;display:block;}
.pc_left .prolist2021 dl {display: none;}
.pc_left .prolist2021 li{float:left;display:block;width: calc(100% / 5);line-height:75px;transition: all 0.3s;}
.pc_left .prolist2021 li+li{margin-left:0px;}
.pc_left .prolist2021 li a{font-size:16px;color:#333;text-align:center;display: block; margin-top: 1px; margin-left: 1px; background:#eee;transition: all 0.5s;}
.pc_left .prolist2021 li.on a{background: #119b26;transition: all 0.5s;color:#fff;}
.pc_right>ul { transition: all 0.5s;}
.pc_left .prolist2021 li.on {background: #eee;}



.pro_nor{width:100%;padding:40px; background:#f8f8f8; position:relative; overflow:hidden}
.divproduct_new_div_item{position:relative;}
.prod_wt li .product_div_item_pic{width:50%;}
.prod_wt li .product_div_item_pic img{width:100%;}
.prod_wt li .divproduct_new_div_item_content{ position:absolute; left:55%; top:15px;}
.prod_wt li .divproduct_new_div_item_title{ height:60px; line-height:60px; border-bottom:1px dashed #dedede; width:300px; overflow:hidden;}
.prod_wt li .divproduct_new_div_item_title a{    margin-top: 7px;font-weight: normal;font-size: 24px!important;color: #020518;}
.prod_wt li .divproduct_new_div_item_body{ margin: 24px 0 38px 0;color: #666;font-size: 16px;line-height: 35px;}
.prod_wt li .divproduct_new_div_item_body a{ margin-top:16px; display:block; width:120px; height:40px; line-height:40px; text-align:center; color:#FFF; text-decoration:none; font-size:14px; background:#4eaf35;}
.prod_wt li .divproduct_new_div_item_body a:hover{ background:#0094d7;}
.prod_wt li .divproduct_new_div_item_body em {background: #fff;padding: 10px;margin-right: 10px;}
.prod_wt li .divproduct_new_div_item_body p {margin-top: 10px;display: block;}
.prod_wt li .clearfix:after{    visibility: visible;}
.pro_nor::before{content: '';width: 8px;height: 123px;background: #188e3e;position: absolute;left: 40px;bottom: 41px;z-index:1;} 
.pro_nor::after {content:'';width: 132px;height: 8px;background: #188e3e;position: absolute;left: 40px;bottom: 40px;z-index:2;}
.pro_nor1 .divproduct_new_div_item:nth-child(1){ display:none;}
.pro_nor2 .divproduct_new_div_item:nth-child(1),.pro_nor2 .divproduct_new_div_item:nth-child(2){ display:none;}


.pro_ic{display:flex;position: absolute !important;bottom: 40px;width: 30% !important;left: 55%;}
.pro_ic li:nth-child(3) .ytg {font-size:21px;}
.ytg { font-size: 27px;    color: #198e3e;}
.pro_ic li{width:95px;height:80px;border:1px solid #e6e6e6;background:#fff;line-height:27px;display: flex; flex-direction: column;
justify-content: center; align-items: center;}
.pro_ic li img{margin-top:13px;}
.pro_ic li+li{margin-left:20px;}



/*软木制品款式多样供你挑选*/
.trait_bg{height:840px;background:url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_2094384389.jpg)no-repeat center top;overflow: hidden;padding:80px 0;}
.trait_title b,.trait_title p{color:#fff !important;}
.trait_title span{color:#eee;}
/*trait*/
.trait{display: flex;justify-content: space-between;}
.trait_img{position: relative;width: 700px;height: 700px;border-radius: 100%;border: 70px rgb(201 255 224 / 30%) solid;display: flex;align-items: flex-start;justify-content: center;}
.trait_img img{
    width: 780px;
    margin-top: 40px;
}
.trait li{padding-top:40px;}
.trait li+li{}
.trait_text t{font-size: 24px;color:#fff;font-weight: bold;}
.trait_text p{margin-top: 20px;font-size: 15px;color: rgb(255 255 255 / 0.8);line-height: 30px;}
.trait_fr{text-align: right;}


/*实装案例*/
.case_bg{margin-top: -100px;padding:0 40px 80px 40px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,.09);position: relative;z-index: 999;    border-radius: 10px;}
.case ul{display: flex;justify-content: space-between;}
.case ul+ul{margin-top:20px;}
.case ul *{display:block;}
.case ul li{width:23.5%;}
.case ul li+li{margin-left:2%;}
.case ul li img{width:100%;}
.case p{line-height: 50px;background: #f5f5f5;text-align: center;position: relative;}
.case p:after{content:"";display:block;width:0%;height:50px;background:#119b26;position: absolute;top: 0;left: 0;transition: 0.3s;}
.case li:hover p:after{width:100%;}
.case p a{font-size: 16px;color: #333;position: relative;z-index: 2}
.case li:hover p a{color:#fff;}


/* superiority */
.sup_war{}
.sup_con{box-shadow:0 0 30px rgba(0,0,0,0.05);}
.sup_bl{display: flex;transition: all .5s;margin-top: 10px;} 
.sup_item{display: flex !important;flex-shrink: 0;width: 100%;} 
.sup_lc{width: 50%;position: relative;} 
.sup_rc{width:700px;}
.sup_lc img{width:100%;}
.sup_rc{background:#fff;} 
.sup_ri{padding:60px;} 
.sup_rc b{font-size: 28px;color: #208cf0;} 
.sup_rc p{font-size: 2.08vw;color: #333;} 
.sup_line{width: 100%;height: 1px;background: #e9eaea;margin:40px 0;}
.sup_info {margin-top: 40px;height:196px;}
.sup_info p{font-size: 16px;line-height:28px;color: #787878;position: relative;padding-left: 25px;} 
.sup_info p:before{position: absolute;content: "\e601";font-family: "hrf";color: #d3d3d3;font-size: 14px;top: 3px;left: 0;} 
.sup_info p:last-child:before{top: 30px;} 
.sup_info p:last-child{padding-top: 28px;}

.sr_tit{position: relative;background: #119b26;padding-left: 65px;height:68px;box-shadow:0 8px 12px rgba(42,150,69,0.3);position:relative;}
.sr_tit:before{content:'';width:102px;height:1px;background:#119b26;position:absolute;top:50%;left:-122px;}
.sr_tit>p{font-family:arial;color: #fff;font-size: 28px;font-weight: bold;line-height: 68px;position: absolute;top: 0;left:20px;}
.sr_tit>div{font-size: 24px;font-weight: bold;color: #fff;line-height: 68px;}
.btn_tel{margin-top:50px;}
.btn_tel button{width:156px;height:46px;border:none;background:#119b26;}
.btn_tel button a{display: block;line-height:46px;color:#fff;font-size:16px;}
.btn_tel button a i{display:inline-block;line-height:46px;margin-right:8px;font-size:18px;}
.sup_tel i,.sup_tel em{display:inline-block;line-height:46px;}
.sup_tel i {font-size:36px;color:#059408;margin-right:12px;}
.sup_tel em{font-size:32px;font-family:num;}

@media screen and (max-width: 1245px){
  .sup_ri {padding: 45px;}
}

.sup_tab{}
.st_li{width:25%;height:126px;display:flex;align-items:center;justify-content:center;background:url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_561322858.jpg) no-repeat left center;transition:all 0.5s;}
.st_li+.st_li{border-left:1px solid #fff;}
.st_li.on{background:#119b26;}
.st_li:nth-child(2){background-position:25% center;}
.st_li:nth-child(3){background-position:50% center;}
.st_li:nth-child(4){background-position:75% center;}
.st_li b{width:74px;height:74px;border-radius:100%;border:1px solid #fff;display:flex;align-items:center;justify-content:center;}
.st_li.on b{border-width:2px;}
.st_li b i{width:64px;height:64px;border-radius:100%;background:#fff;text-align: center;line-height:64px;font-size:30px;color:#119b26;}
.st_li p{font-size:22px;color:#fff;margin-left:15px;}




/*新闻*/
.news_bg{height:930px;background: #f8f8f8;}
.lanrenzhijia .news_dt a{ background:#fff;display:block; float:left; text-decoration:none; width:317px; font-size:16px;padding:18px 30px;  -webkit-transition: all 0.8s linear;  transition: all 0.8s linear; margin-bottom:30px; height:96px;}
.lanrenzhijia .news_dt a+a{ margin-left:16px;}
.lanrenzhijia .news_dt a{text-decoration:none; width:405px; font-weight:bold; background:#fff url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_1844982291.png) no-repeat 438px 40px; -webkit-transition: all 0.8s linear; transition: all 0.8s linear;}
.lanrenzhijia .news_dt a.on{ width:558px;background:#119b26 url(https://memberpic.114my.com.cn/076987774302/uploadfile/image/20230330/20230330092114_71344646.png) no-repeat 490px 40px;}
.lanrenzhijia .news_dt a.on .news_dt_ren{ color:#fff;}
.lanrenzhijia .news_dt a.on .news_dt_rm{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; color:#fff; font-weight:bold;}

.news_dt_rm{overflow:hidden;font-weight:normal;  color:#222; line-height:35px; font-size:24px; padding-left:10px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
.news_dt_ren{font-family:Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; color:#888; line-height:26px; font-weight:normal; padding-left:10px;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}

.lanrenzhijia .content{ position:relative; margin-top:20px;}
.news .news_div_item{ background:#fff;width:687px; float:left; position:relative;-webkit-transition: all 0.8s linear;transition: all 0.8s linear; border:1px solid #efefef; padding:10px; margin-bottom:24px;}
.news .news_div_item:nth-child(2n){ margin-left:24px;}
.news .news_div_item_pic{float:left; width:242px; height:182px; overflow:hidden; border:1px solid #efefef;}
.news .news_div_item_pic img{width:240px; height:180px; -webkit-transition: all 0.5s linear; transition: all 0.5s linear;}
.news .news_div_item_content, .news .divdgweb_new_div_item_content{float:right; width:378px; margin-right:15px; text-align:left;}
.news_div_item_title, .divdgweb_new_div_item_title{white-space: nowrap; text-overflow: ellipsis; overflow:hidden; width:295px; padding-top:10px;}
.news_div_item_title a, .divdgweb_new_div_item_title a{font-size:16px; -webkit-transition: all 0.8s linear; transition: all 0.8s linear; color:#222;}
.news .news_div_item_body, .news .divdgweb_new_div_item_body{overflow:hidden; line-height:25px; padding-top:16px; height:70px; font-size:14px; color:#666666; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-bottom:18px;}
.news_dt_rgo{overflow:hidden; -webkit-transition: all 0.8s linear; transition: all 0.8s linear;}
.news_dt_rgo a{font-size:0px; line-height:0px;}
.news_dt_rgo span{display:block; width:90px; height:1px; background:#efefef; -webkit-transition: all 0.8s linear; transition: all 0.8s linear;}
.news_dt_rgo p{font-size:14px; line-height:48px; text-align:right; position:relative; z-index:2; color:#119b26; -webkit-transition: all 0.8s linear; transition: all 0.8s linear; margin-left:200px; width:270px;}
.news_div_item_date, .divdgweb_new_div_item_date{position:absolute; font-size:16px; font-family:Arial, Helvetica, sans-serif; margin-left:269px; margin-top:150px; color:#999;}
.news_div_item_year, .divdgweb_new_div_item_year{float:left;}
.news_div_item_month, .divdgweb_new_div_item_month{float:left;}
.news_div_item_day, .divdgweb_new_div_item_day{float:left;}
.news .news_div_item:hover .news_dt_rgo span, .news .divdgweb_new_div_item:hover .news_dt_rgo span{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; width:100%;}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; color:#119b26;}
.news .news_div_item:hover .news_dt_rgo p, .news .divdgweb_new_div_item:hover .news_dt_rgo p{-webkit-transition: all 0.8s linear;transition: all 0.8s linear; width:100%; margin-left:0px;}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img{-webkit-transition: all 0.5s linear;transition: all 0.5s linear; -webkit-transform: scale(1.15); transform: scale(1.15);}






/*版权*/
.copyright_bg{height:500px;background: #119b26;position: relative;}
.copyright{height:500px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,.08);top: -100px;}
.copyright_column{display: flex;justify-content:space-between;padding:100px 80px 0px 80px;}
/*栏目*/
.copyright_column_fl{display: flex;justify-content: space-between;width:72%;}
.copyright_column_fl p{margin-bottom: 30px;font-size: 18px;color:#333}
.copyright_column_fl dl{display:none;}
.copyright_column_fl a{display:block;font-size: 15px;line-height: 36px;color:#999;font-weight: 100;}
.copyright_column_fl a:hover{color:#119b26;}
.copyright_column_fr{display: flex;}
.copyright_column_fr li+li{margin-left: 30px;}
.copyright_column_fr img{width:140px;}
.copyright_column_fr p{line-height:40px;background: #f5f5f5;font-size: 16px;color:#333;text-align: center;}
/*友情链接*/
.copyright_links{display: flex;width: 100%;padding: 0 50px;line-height: 100px;position: absolute;bottom: 0px;border-top: 1px #eee solid;}
.copyright_links_b b{font-size:16px;color:#333;}
.copyright_links_a a{display: block;width: auto;line-height: 100px;font-size: 14px;color: #999 !important;font-weight: lighter;}
.copyright_links_a li+li{margin-left:10px;}
/*底部*/
.copyright_bottom{display: flex;justify-content: space-between;line-height: 100px;position: absolute;bottom: 0;left: 50%;transform: translate(-50%);}
.copyright_bottom_fl,.copyright_bottom_fr{display: flex;font-size: 15px;color: #aeeac8;font-weight: 100;}
.copyright_bottom_fl a,.copyright_bottom_fr a{font-size: 15px;color: #aeeac8;font-weight: 100;}