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

/*公共样式部分*/

body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#00B356;text-decoration: none; border-bottom-style:}

.page{ margin:0 auto;width: 1400px; }
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}

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

em,i {font-style: normal;}


/*隐藏右边滚动条*/
body::-webkit-scrollbar {  display: none;}


/*左右浮动清除*/
.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;}


/*英文样式*/
.font_en{font-family: "Arial, Helvetica, sans-serif";text-transform: uppercase;}
.font_en2{font-family: "Avant_Garde_Medium-Normal";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Avant_Garde_Medium-Normal";
  src: url("../cssnew/Avant_Garde_Medium-Normal.woff2.txt") format("woff2"),
       url("../cssnew/Avant_Garde_Medium-Normal.woff.txt") format("woff"),
       url("../cssnew/Avant_Garde_Medium-Normal.ttf.txt") format("ttf"),
       url("../cssnew/Avant_Garde_Medium-Normal.eot.txt") format("eot"),
       url("../cssnew/Avant_Garde_Medium-Normal.svg.txt") format("svg");
}








/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{font-size:40px;color:#333;}
.title t{color:#00B356;}
.title p{font-size: 18px;color:#999;line-height: 30px;}






/*抬头*/
.head_bg{height:120px;position: relative;}
.logo img{float:left; margin:20px 15px 0 0;}
.logo_text{margin-top: 25px;}
.logo_text b{font-size: 1.45vw;color:#333;}
.logo_text p{font-size: 0.85vw;color:#666;}

.head_a a{display: block;width:120px;height:40px;line-height: 40px;margin-top: 40px;background: #00B356;font-size: 15px;color:#fff;text-align: center;}
.head_a:hover a{background: #f0b500;}


/*搜索*/
.head_search{width: 5%;height: 120px;}
.head_page{width: 40px;height:120px;background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211127/20211127211648_1877717644.png)no-repeat center;float: right;}
.head_search_page{width: 100%;transform: scale(0);position: absolute;left: 0;bottom: -100px;z-index: 9;transition: all 0.3s;}
.head_search:hover .head_search_page{transform: scale(1);}
.search_bg{height: 101px;padding: 0 50px;background: #eee;}
.search_nbg{position: absolute;z-index: 999;top: 516px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{margin:0 auto;background: #fff;}
.search-bg{overflow: hidden;}
.search{height: 100px;}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:18px;color: #333;display: inline-block;}
.search_l a{font-size: 15px;color: #c0c0c0;}
.search_l a:hover{color:#00B356;}
.search-bg #infoname{width:300px;background:#f5f5f5 ;outline:none; color:#ccc;border: none;height:100px;line-height:100;font-size: 14px;padding-left: 20px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.search_nbg #infoname{width:278px;height: 44px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height: 46px;}
    



/*栏目*/
.nav{margin-right: 3vw;}
.NavCeshi li{float:left;padding: 0 1.2vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:120px;font-style:normal;font-size: 16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#00B356;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #00B356;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #00B356 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #00B356;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #00B356;}
.nav2 table{width: 100%;}



/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px){

}
@media (max-width: 1780px) and (min-width: 1681px){
 .NavCeshi li{padding: 0 1.1vw;}
}
@media (max-width: 1680px) and (min-width: 1600px){
     .NavCeshi li{padding: 0 1vw;}
.NavCeshi li i{font-size: 15px;}
}
@media (max-width: 1599px) and (min-width: 1500px){
     .NavCeshi li{padding: 0 0.9vw;}
.NavCeshi li i{font-size: 14px;}
}
@media (max-width: 1499px) and (min-width: 1400px){
    .NavCeshi li{padding: 0 0.8vw;}
.NavCeshi li i{font-size: 14px;}
}






/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #ccc;min-width: 1400px;}
.banner-box{ min-width:1400px; height:825px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:825px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:410px; 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-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129160925_34353472.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:40px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #00B356;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; 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; }

/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{    top: 100px;}

    







/*了解兴叶包装制品*/
.about_bg{height:945px;background:url(//memberpic.114my.cn/xybz188/uploadfile/image/20211210/20211210135422_1813147850.jpg);}
.about_text{width:625px;position: relative;top:120px;}
.about_text:before{content:"";display: block;width:60px;height:200px;background: #f0b500;position: absolute;}
.about_text *{position: relative;z-index: 2;}
.about_text b{display: block;margin:25px 0 15px 0;padding-left: 25px;font-size: 40px;color:#fff;}
.about_text t{display: block;padding-left: 25px;font-size: 22px;color:#a8fdca;font-weight: lighter;}
.about_text t:after{content: "";display: block;width:120px;height:8px;margin:35px 0 65px 0;background: #a8fdca;}
.about_text p{display: block;font-size: 15px;color:#fff;line-height: 34px;}
.about_text a{color:#fff;}
.about_text a:hover{color:#f0b500;}
/*右边视频*/
.about_video{width:718px;height:418px;margin-top: 110px;background:url(//memberpic.114my.cn/xybz188/uploadfile/image/20211128/20211128115113_832993466.png)no-repeat;position: relative;cursor: pointer;}
.about_video_icon{width:70px; height:70px;margin: -35px 0 0 -35px;position: absolute;top:44%;left:50%; z-index: 2;
background:url(//memberpic.114my.cn/xybz188/uploadfile/image/20211128/20211128121802_467383656.png) no-repeat center;cursor: pointer;transition: all 0.3s;}
.about_video:hover .about_video_icon{animation:0.8s linear infinite bounce-up;}
.about_video_icon:after{display:block;content:"兴叶包装宣传片";width: 130px;margin: 80px 0 0 -20px;font-size: 18px;color: #fff;}
.about_video_div{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;}
.about_video_div.cur{opacity:1;z-index:999;transition:600ms ease;}
.about_video_iframe{position: fixed;top:-100%;left:50%;margin: -281px 0 0 -500px;transition:600ms ease;}
.about_video_iframe img{width: 700px;height: 410px;margin: 0;}
.about_video_div.cur .about_video_iframe,.about_video_div.cur .video_button{top:50%;transition:600ms ease;}
.video_button{width:50px;height:50px;border-radius:50px;background:#00B356;position: fixed;top:-100%;left:50%;margin-left:475px;margin-top:-305px;text-align: center;line-height:50px;font-size:25px;font-weight: lighter;cursor: pointer;transition:600ms ease; color:#f3f2f3;}
/*数据*/
.about_data{width:1400px;height:220px;margin-top: 75px;background: #fff;}
.about_data_page{display: flex;}
.about_data_page li{width:25%;height:220px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.about_data_page span{font-size: 60px;color:#333;font-weight: bold;}
.about_data_page span:after{content: "";display: block;width:40px;height:2px;margin: 10px auto 20px;background:#f0b500;}
.about_data_page p{font-size: 18px;color:#999;}

@keyframes bounce-up { 25% { transform: translateY(10px) } 50%, 100% { transform: translateY(0) } 75% { transform: translateY(-10px) } }



/*产品展示*/
.prod_bg{height:1296px;}
.prod_sort{height:186px;}
.prod_sort_page{display: flex;}
.prod_sort_page a{width:212px;height:186px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgba(102, 102, 102, 0.1); display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;}
.prod_sort_page a:before{content: "";display: block;width:212px;height:186px;background: #f0b500;transform:scale(0);position: absolute;transition: all 0.3s;}
.prod_sort_page a.on:before{transform:scale(1);}
.prod_sort_page a+a{margin-left: 25px;}
.prod_sort_page span img{position: relative;z-index: 2;top: -20px;}
.prod_sort_page span:after{content: "";display: block;width:110px;height:32px;background: #eee;border-radius: 100%;position:absolute;top: 85px;}
.prod_sort_page p{font-size: 18px;color:#333;position: relative;top: 10px;z-index: 2;}
.prod_sort_page a.on p{color:#fff;}
/*产品图片*/
.prod_img{margin-top: 40px;}
.prod_img *{display: block;}
.prod_img ul{height: 390px;}
.prod_img .progdwz2021 ul+ul{margin-top: 25px;}
.prod_img li{float:left;}
.prod_img li+li{margin-left: 25px;}
.prod_img li br{display:none;}
.prod_img li a{overflow: hidden;border: 1px #eee solid;}
.prod_img li:hover a{}
.prod_img li a>img{transition: all 0.3s;width: 329px;height: 329px;}
.prod_img li:hover a>img{transform: scale(1.26);}
.prod_img span{height: 48px;line-height: 48px;border: 1px #eee solid;text-align: center;font-size: 15px;color: #333;position: relative;}
.prod_img span:after,.prod_img span:before{content:"";display:block;height:10px;position: absolute;bottom:-10px;left: 0;}
.prod_img span:before{width: 0;background:#f0b500;z-index: 1;transition: all 0.3s;}
.prod_img li:hover span:before{width: 100%;}
.prod_img span:after{width:100%;background:#00B356;}
.prod_img span a{font: inherit;}





/*六大产品特点*/
.prodtd_bg{height:880px;background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211210/20211210140025_1665816613.jpg)no-repeat center;}
.prodtd{width:1400px;height:590px;padding:55px;background: #fff;}
.prodtd_img{width:600px;height:480px;}
/*右边文字*/
.prodtd_text{width:640px;margin-top: 48px;}
.prodtd_text *{display: block;}
.prodtd_text li{width: 305px;height:170px;float:left;cursor: pointer;}
.prodtd_text li:nth-child(even){margin-left:25px;}
.prodtd_text li:nth-child(n+1):nth-child(-n+2){margin-bottom: 55px;}
.prodtd_text t{width:60px;height:60px;line-height: 60px;background: #00B356;border-radius: 100px;text-align: center;font-size: 30px;color:#fff;float:left;animation: 1.2s linear infinite bounce-up;}
.prodtd_text li:hover t{background: #f0b500;}
.prodtd_text b{width: 80%;line-height: 40px;padding-left: 15px;font-size: 24px;color:#333;float:left;}
.prodtd_text span{padding-left: 15px;font-size: 12px;color:#bbb;float: left;}
.prodtd_text p{margin-top:15px;font-size:15px;color:#999;line-height: 32px;}

@keyframes bounce-up { 25% { transform: translateY(10px) } 50%, 100% { transform: translateY(0) } 75% { transform: translateY(-10px) } }









/*应用行业*/
.apply_bg{height:735px;}
.apply_text{width:550px;height:550px;padding: 55px 0 0 90px;background:#f5f5f5;position: relative;}
.apply_text:before{content: "";display: block;width:10px;height:550px;background: #00B356;position: absolute;top: 0;left: 0;}
.apply_text_t p{width:402px;margin: 51px 0 42px 0;font-size: 15px;color:#999;line-height: 30px;}
.apply_text_b a{display: block;font-size: 18px;color:#333;line-height: 36px;}
.apply_text_b a.on{color:#f0b500;}
.apply_img{width:850px;height:550px;}








/*包装定做找有实力的厂家很重要*/
.adv_bg{height:832px;}
.adv{height: 645px;position: relative;}
.adv_t{height:645px;}
.adv_img{width:973px;}
.adv_img{margin-left: -260px;}
.adv_text{width:947px;height:645px;margin-right: -260px;background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211210/20211210140150_580272660.jpg)no-repeat;}
.adv_text_page{margin-right: 260px;padding:53px 0 0 65px;}
.adv_text_page *{display: block;}
.adv_text_page t{font-size: 80px;color:#2dd27c;}
.adv_text_page t:after{content: "";display: block;width: 2px;height:30px;margin:5px 0 17px 20px;background: #1ec870;}
.adv_text_page b{margin-bottom:5px;font-size: 32px;color:#fff;}
.adv_text_page span{font-size: 24px;color:#ffca27;}
.adv_text_page span:after{content:"";display: block;width:620px;height:1px;margin:35px 0 28px 0;background: #2cd17b;}
.adv_text_page p{font-size: 15px;color:#eee;line-height: 34px;}
/*切换*/
.adv_b{position: absolute;bottom: -80px;z-index: 9;}
.adv_b li{width:331px;height:160px;padding-left: 130px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgba(102, 102, 102, 0.1);float: left;position: relative;cursor: pointer;}
.adv_b li+li{margin-left: 25px;}
.adv_b li.on{background: #f0b500;}
.adv_b li:before{content: "";display: block;width:62px;height:62px;background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129140455_1690497732.png)no-repeat;position: absolute;top: 50px;left: 50px;transition: all 0.3s;}
.adv_b li:nth-child(2):before{background-position: -62px 0;}
.adv_b li:nth-child(3):before{background-position: -124px 0;}
.adv_b li:nth-child(4):before{background-position: -186px 0;}
.adv_b li.on:nth-child(1):before{background-position:0px -62px;}
.adv_b li.on:nth-child(2):before{background-position:-62px -62px;}
.adv_b li.on:nth-child(3):before{background-position:-124px -62px;}
.adv_b li.on:nth-child(4):before{background-position:-186px -62px;}
.adv_b b{display: block;margin-top: 45px;font-size: 30px;color:#333;}
.adv_b li.on b{color:#fff;}
.adv_b p{font-size: 14px;color:#999;}
.adv_b li.on p{color:#ffe597;}




/*合作流程*/
.custom_bg{height:935px;background: #f5f5f5;}
.custom_title{padding-top: 150px;}
.custom_li{height:475px;}
.custom_li:after{content: "";display: block;width:100%;height:10px;background: #00b356;clear: both;}
.custom_li li{width:260px;height:220px;padding: 30px 0 0 40px;background: #fff;float:left;position: relative;cursor: pointer;}
.custom_li li+li{margin-left: 25px;}
.custom_li li:nth-child(6){margin-left: 0px;}
.custom_li li:nth-child(n+1):nth-child(-n+5){margin-bottom: 25px;}
.custom_li li:before{content:"";display:block;width: 260px;height: 220px;background: #f0b500;position: absolute;top: 0;left: 0;transform: scale(0);transition: all 0.3s;}
.custom_li li:hover:before{transform: scale(1);}
.custom_li li *{display: block;position: relative;}
.custom_li t{font-size: 30px;color:#e5e5e5;}
.custom_li li:hover t{color: #fbdb7a;}
.custom_li p{margin:13px 0 0 5px;font-size: 24px;color:#333;}
.custom_li li:hover p{color:#fff;}
.custom_li span{font-size: 12px;color:#999;text-transform: initial;}
.custom_li li:hover span{color:#eee;}
.custom_li span:after{content: "";display: block;width:42px;height:42px;margin-top: 20px;background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129150237_710334764.png)no-repeat;transition: all 0.3s;}
.custom_li li:nth-child(2) span:after{background-position: -42px 0;}
.custom_li li:nth-child(3) span:after{background-position: -84px 0;}
.custom_li li:nth-child(4) span:after{background-position: -126px 0;}
.custom_li li:nth-child(5) span:after{background-position: -168px 0;}
.custom_li li:nth-child(6) span:after{background-position: -210px 0;}
.custom_li li:nth-child(7) span:after{background-position: -252px 0;}
.custom_li li:nth-child(8) span:after{background-position: -294px 0;}
.custom_li li:nth-child(9) span:after{background-position: -336px 0;}
.custom_li li:nth-child(10) span:after{background-position: -378px 0;}
.custom_li li:hover:nth-child(1) span:after{background-position:0px -42px;}
.custom_li li:hover:nth-child(2) span:after{background-position:-42px -42px;}
.custom_li li:hover:nth-child(3) span:after{background-position:-84px -42px;}
.custom_li li:hover:nth-child(4) span:after{background-position:-126px -42px;}
.custom_li li:hover:nth-child(5) span:after{background-position:-168px -42px;}
.custom_li li:hover:nth-child(6) span:after{background-position:-210px -42px;}
.custom_li li:hover:nth-child(7) span:after{background-position:-252px -42px;}
.custom_li li:hover:nth-child(8) span:after{background-position:-294px -42px;}
.custom_li li:hover:nth-child(9) span:after{background-position:-336px -42px;}
.custom_li li:hover:nth-child(10) span:after{background-position:-378px -42px;}
.custom_a a{display: block;width:180px;height:50px;line-height: 50px;margin:55px auto 0px;background: #00B356;border-radius: 100px;text-align: center;font-size: 18px;color:#fff;}
.custom_a a:hover{background: #f0b500;}





/*新闻*/
.news_bg{height:865px;}
.news{position: relative;}
.news > .fl{width: 450px;height: 583px;background: #f5f5f5;position: relative;}
.news > .fr{width: 920px;height: 583px;}
.news > .fl .news_tit{background:url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129160130_160829068.jpg) no-repeat center;width:450px;height:238px;padding: 40px 40px 45px 40px;}
.news_tit a{font-size: 28px;color: #fff;display: block;line-height: 30px;position: relative;}
.news_tit a .en{font-size: 14px;font-family: arial,microsoft yahei;display: block;line-height:25px;font-weight: 100;text-transform: capitalize;color:#eee;}
.news_tit a i{position: absolute;width: 25px;height: 25px;line-height: 25px;background:#f1b133;right: 0;top: 13px;font-weight: lighter;font-style: normal;text-align: center;    color: #fff;}
.news_l_cont{width: 360px;position: absolute;left:40px;top: 110px;}
.news_l_cont_in{width: 100%;}
.news_l_cont_i{display: block;width: 100%;}
.news_l_cont_i img{width:370px;height: 244px;display: block;border: 1px #eee solid;}
.news_l_cont_i strong,.news_r2_cont_i strong{font-size: 18px;font-weight: normal;color: #343434;white-space: nowrap;overflow: hidden;width: 100%;display: block;line-height: 50px;padding:4px 0 0;text-overflow: ellipsis;}
.news_l_cont_i p,.news_r2_cont_i p{font-size: 14px;font-weight: 100;color: #999;line-height: 28px;text-align: justify;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news_l_cont_tit{position: absolute;width: 96%;top: 210px;text-align: right;left: 0;}
.news_l_cont_tit li{width: 10px;height: 10px;background: #ccc;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_l_cont_tit li.cur{width: 30px;background: #00B356;}
.news_l_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 55px;}
.news_l_cont_i i:after,.news_r2_cont_i i:after{content: '';width: 65px;height: 1px;top: 14px;background: #ccc;display: block;position: absolute;-webkit-transition:0.3s all ease;transition:0.3s all ease;}
.news_l_cont_i *,.news_r2_cont_i *{-webkit-transition:0.3s all ease;transition:0.3s all ease}
.news_l_cont_i:hover i:after,.news_r2_cont_i:hover i:after{background: #00B356;width: 100px}
.news_l_cont_i:hover strong,.news_r2_cont_i:hover strong{color: #00B356;}
.news_r2_cont_i{width: 385px;float: left;margin-right: 50px}
.news_r2_cont_i i{font-size: 14px;font-family: arial;line-height: 30px;position: relative;text-align: right;color: #999;display: block;width: 100%;height: 30px;font-style: normal;margin-top: 20px;}
.news_l_cont_i i em,.news_r2_cont_i i em{font-size: inherit;font-style: normal;font-family: inherit;float: right;}
.news_row2{padding:30px 40px;width: 920px;height: 277px;background: #fff;position: relative;border: 1px #eee solid;}
.news_row2 .news_tit a,.news_row3 .news_tit a{color: #343434}
.news_row2 .news_tit a .color,.news_row3 .news_tit a .color{color: #00B356;font-size: inherit;font-weight: bold;}
.news_row2 .news_tit a .en,.news_row3 .news_tit a .en{color: #999}
.news_row3{padding:30px 40px;width: 920px;height:277px;background: #fff url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129161019_2088386359.jpg) no-repeat 60px center;margin-top: 30px;position: relative;border: 1px #eee solid;}
.news_row3 .fl{width: 365px;}
.news_row3 .fr{width: 385px}
.news_r2_cont{overflow: hidden;}
.news_r2_cont_tit{position: absolute;width: 96%;top: 50px;text-align: right;left: 0;}
.news_r2_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r2_cont_tit li.cur{width: 30px;background: #00B356;}
.news_r3_cont{position: relative;}
.news_r3_cont_i p{background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129160218_479141870.png) no-repeat left center;font-size: 16px;color: #333;font-weight: normal;padding-left: 40px;line-height: 38px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news_r3_cont_i span.small{background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129161019_1464820113.png) no-repeat left center;font-size: 14px;color: #999;padding-left: 40px;display: block;line-height: 32px;font-weight: 100;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_r3_cont_i{display: block;padding-bottom: 15px;height: auto !important;}
.news_r3_cont_tit{position: absolute;width: 100%;top: -35px;text-align: right;left: 0;}
.news_r3_cont_tit li{width: 10px;height: 10px;background: #dedede;display: inline-block;border-radius: 50px;-webkit-transition:0.3s all ease;transition:0.3s all ease;margin-right: 3px;cursor: pointer}
.news_r3_cont_tit li.cur{width: 30px;background: #00B356;}






/*友情链接*/
.link_bg{background: #00B356;}
.link_bg .links_m{width: 89%;}
.link_bg .linkTagcs a{line-height: 90px;}
.links_l{font-size: 18px; color:#fff; line-height:90px;padding-left: 4%;background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129160538_2110453908.png)no-repeat left;}
.links_r a{font-size:14px; color:#fff; display: block;}






/*版权*/
.copy_bg{ background:#222;height:363px; }
.copy_fl{width:975px;position: relative;}
.copy_fl:before{content: "";display: block;width:1px;height:363px;background: #333;position: absolute;top:-60px;right:0px;}
.copy_fl li{float:left;margin-right: 100px;}
.copy_fl li a{display: block;color:#999;line-height: 36px;font-size: 15px;}
.copy_fl li a:first-child{margin-bottom: 30px;font-size: 18px;color:#fff;}
.copy_fr li{float: left;width:140px;height:165px;margin-right: 40px;background: #fff;border-radius: 5px;}
.copy_fr li:last-child{margin-right: 0px;}
.copy_fr li img{display: block;width:114px;height:114px; margin:18px auto 5px;}
.copy_fr li p{text-align: center;}
/*最低部*/
.footer_bg{ background:#222;height: 80px; line-height:79px; border-top:1px #383838 solid; }
.footer{color:#666;font-size: 15px;}
.footer_bg a{color:#666;}
.footer_bg a:hover{color:#fff;}


/*桥接*/
#newBridge .icon-right-center{top:65% !important;;}



/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.cn/xybz188/uploadfile/image/20211129/20211129115429_751133149.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #00B356; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #00B356; border-color: #00B356; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobiless { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobiless>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobiless:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #00B356; border-color: #00B356;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobiless-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobiless-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobiless-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobiless-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobiless-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobiless-infos span { color:#00B356; }
.y-kefu-box01 .mobiless-infos p { color: #00B356; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #00B356; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }