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

/*公共样式部分*/
body {color: #666;margin: 0 auto;background: #fff;font-family:"Arial";font-family:"HarmonyOS_Regular";font-family:"HarmonyOS_SansSC_Regular";overflow-x: hidden;text-transform: capitalize;}

*{box-sizing: border-box;}

#copy{display: none;}

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

.page{margin:0 auto;max-width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: auto 40px;}
.box2{margin: 0 auto;width:84%;position: relative;}

.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{text-transform: uppercase;}






/*字体包*/
    @font-face {
        font-family: "HarmonyOS_Light";
        src: url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Light.ttf.txt)
    }
    
    @font-face {
        font-family: "HarmonyOS_Regular";
        src: url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Regular.ttf)
    }
    
    @font-face {
        font-family: "HarmonyOS_Medium";
        src: url(https://114my.cn.114.114my.net/hxp/fonts/HarmonyOS_Sans_SC_Medium.ttf.txt)
    }





@font-face {
    font-family: "HarmonyOS_SansSC_Thin";
    src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_SansSC_Thin.ttf)
}

@font-face {
    font-family: "HarmonyOS_SansSC_Regular";
    src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC/HarmonyOS_SansSC_Regular.ttf)
}

@font-face {
    font-family: "HarmonyOS_SansSC_Medium";
    src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC/HarmonyOS_SansSC_Medium.ttf)
}

@font-face {
    font-family: "HarmonyOS_SansSC_Light";
    src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC/HarmonyOS_SansSC_Light.ttf)
}

@font-face {
    font-family: "HarmonyOS_SansSC_Bold";
    src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC/HarmonyOS_SansSC_Bold.ttf)
}

@font-face {
    font-family: "HarmonyOS_SansSC_Black";
    src: url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans_SC/HarmonyOS_SansSC_Black.ttf)
}





@font-face {
font-family: "yw";
src: url("https://cdn.114my.com.cn/font/lcw/yuwei.woff2") format("woff2"),
       url("https://cdn.114my.com.cn/font/lcw/yuwei.woff") format("woff"),
       url("https://cdn.114my.com.cn/font/lcw/yuwei.ttf") format("truetype"),
       url("https://cdn.114my.com.cn/font/lcw/yuwei.eot") format("embedded-opentype"),
       url("https://cdn.114my.com.cn/font/lcw/yuwei.svg") format("svg");
}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;text-transform: capitalize;}
.title t{color:#0669d8;}
.title p{font-size: 18px;color:#999;line-height: 30px;font-weight: lighter;}








/*抬头*/
.head_bg{height:100px;position:absolute;top:0;z-index:9;transition: 0.3s;position: relative;}
.home_head_fixed .head_bg{}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;}
.head_logo img{width: calc(65px + 3.4vw);filter:grayscale(100%);filter:brightness(0%) invert(100%);mix-blend-mode:difference;}
.head_logo li{margin-left:0.5vw;}
.head_logo li b{font-size: calc(17px + 0.95vw);color: #fff;line-height:1;text-transform: uppercase;}
.head_logo li p{font-size: calc(7px + 0.35vw);color: rgb(255 255 255 / 75%);line-height: 1.5;}
/*栏目*/
.head_column{display:flex;justify-content:space-between;align-items:center;width:65%;height:100%;}
.head_column li>a{display:block;line-height:100px;font-size: calc(9px + 0.45vw);color:#fff;position: relative;transition: 0.3s;}
/*固定栏目*/
.head_column>li>a:after{content: "";display:block;width:10px;height:10px;background:#fff;border-radius:100%;position:absolute;bottom:-5px;left: calc(50% - 5px);z-index: 3;transition:0.3s;transform:scale(0);}
.head_column>li:hover>a:after, .head_column li.column_fixed>a:after{transform:scale(1);}
/*下拉*/
.head_column li{position: relative;}
.head_column .nav2{display: none;width:160px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #0669d8 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:45px;background:#f5f5f5;font-size:16px;color:#666;font-weight:lighter;}
.head_column .nav2 a:hover{background: #e5e5e5;color:#0669d8;}
/*图标*/
.head_icon{display: flex;align-items: center;height: 100%;}
.head_en{height: 100%;}
.head_en a{display:block;height:100%;padding:0 1.5vw;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162019_12743048.jpg)no-repeat center;}
.head_search{width:60px;height:100px;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162222_219765661.png)no-repeat center;}
.head_search_div{display: none;position:absolute;top:100px;right:0px;width: 450px;padding:20px;background: rgb(238 238 238 / 0.9);}
.head_search_left{display:flex;flex-wrap:wrap;}
.head_search_left a{display:block;margin-left: 10px;font-size:15px;color:#333;font-weight:lighter;}
.head_search_left a:hover{color:#006bc3;}
.search_form{display: flex;margin: 10px 0 0 0;}
.search_input_one{width: 100%;padding:7px 10px;outline:none;font-size:14px;color:#ccc !important;font-weight:lighter;border:none;background:#fff;border-radius:50px 0 0 50px;}
.head_language a{display:flex;align-items:center;height:100px;padding:0 1vw;}
.search_input_two{outline:none;padding:0;width:70px;line-height: 30px;margin-left: 1px;border:none;background:#fff;border-radius:0 50px 50px 0;font-size:16px;color:#333;}


/*栏目经过和固定*/
#head_top{width:100%;position:fixed;top:0;z-index:999;}
.head_move{height: 100px;background:#fff;}
.head_move .head_bg{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.head_fixed{}
.head_bg:hover{background: #fff;}
/*logo*/
.head_bg:hover .head_logo img, .head_move .head_logo img{filter: none;mix-blend-mode: inherit;}
.head_bg:hover .head_logo b, .head_move .head_logo b{color:#333;}
.head_bg:hover .head_logo p, .head_move .head_logo p{color:#666;}
/*栏目*/
.head_bg:hover .head_column li>a, .head_move .head_column li>a{color:#333;}
.head_bg:hover .head_column li.column_fixed>a, .head_move .head_column li.column_fixed>a{color:#0669d8;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#0669d8;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #0669d8;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_search, .head_move .head_search{background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162405_193728263.png)no-repeat center;}








/* 首页视频 */
.home_video{height: 945px;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162405_545565524.jpg) no-repeat center;overflow: hidden;position: relative;}
.home_video:before{content: "";display: block;width:100%;height:100%;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162405_793049961.png);position:absolute;top:0%;left:50%;transform:translate(-50%,0%);z-index:2;opacity: 0.4;}
.home_video_content video{width:1920px;position:absolute;left:50%;bottom:0;transform:translate(-50%,0);}
.home_video_text{width: 1400px;position:absolute;left:50%;bottom:20%;transform:translate(-50%);z-index:3;}
.home_video_text:before, .home_video_text:after{content: "";display: block;position: absolute;}
.home_video_text:before{width:1px;height:170px;background:rgb(255 255 255 / 33%);bottom:-50px;left:20px;}
.home_video_text:after{width:12px;height:12px;background:#006bc3;border-radius:100%;bottom:-55px;left:15px;}
.home_video_text t{font-size:50px;color:rgb(255 255 255 / 33%);text-transform:uppercase;}
.home_video_text p{font-size:60px;color:#fff;font-weight: bold;text-transform: uppercase;}
.home_video_text b{display:flex;align-items:center;margin-top:60px;padding-left:60px;font-size:50px;font-weight:initial;color:#fff;position:relative;}
.home_video_text b:before{content:"";display:block;width:150px;height:150px;background: rgb(0 107 195 / 85%);border-radius:100%;position:absolute;left:75px;z-index:-1;}







/* 产品 */
.product_bg{padding-bottom:100px;background: #f5f5f5;}
.product{display:flex;justify-content:space-between;}
/* 左边 */
.product_left{width:280px;padding:50px 30px;    background: linear-gradient(to top, #667fff 0%, #006bc3 100%);}
.product_left_one{display:flex;align-items: center;margin-bottom:20px;padding-bottom:40px;border-bottom:1px rgb(255 255 255 / 25%) solid;}
.product_left_one i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-right: 10px;border:3px solid rgba(255,255,255,0.27);border-radius:100%;}
.product_left_one p{font-size:24px;color:#fff;font-weight:bold;}
.product_left_one span{font-size:16px;color:rgb(255 255 255 / 75%);line-height:1;}
.product_left_two .one_a{display:flex;align-items:center;margin-bottom:10px;padding:0 20px;line-height:45px;font-size:16px;color:#fff;border-radius:5px;position:relative;background:rgb(255 255 255 / 15%);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_left_two .one_a:hover{background:#fff;color:#006bc3;}
.product_left_two dl{margin-bottom: 20px;}
.product_left_two dt a{display:block;padding-left:20px;line-height:2;font-size:15px;color:rgb(255 255 255 / 75%);}
.product_left_two dt a:hover{color:#fff;}
.product_left_three{margin-top:20px;padding:20px;background:#fff;border-radius:10px;text-align:center;}
.product_left_three img{width:100%;}
.product_left_three p{margin-top:20px;font-size:18px;color:#006bc3;}
/*右边*/
.product_right{width:1120px;}
.product_right .divproduct_new_div{display:flex;flex-wrap:wrap;justify-content: space-between;}
.product_right .divproduct_new_div_item{width:50%;padding:40px 20px;background:#fff;display:flex;justify-content:space-between;align-items:center;}
.product_right .divproduct_new_div_item:nth-child(odd){border-right: 1px #eee solid;}
.product_right .divproduct_new_div_item:nth-child(n+3):nth-child(-n+6){border-top: 1px #eee solid;}
.product_right .divproduct_new_div_item_date{display: none;}
.product_right .divproduct_new_div_item_content{width:45%;}
.product_right .divproduct_new_div_item_a{font-size:20px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_right .divproduct_new_div_item:hover .divproduct_new_div_item_a{color:#006bc3;}
.product_right .divproduct_new_div_item_body{margin-top:30px;font-size:14px;line-height:2;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.product_right .product_div_item_pic{width: 55%;}
.product_right .product_div_item_pic>a{display:block;overflow:hidden;}
.product_right .product_div_item_image{width:100%;transition: 0.3s;}
.product_right .divproduct_new_div_item:hover .product_div_item_image{transform: scale(1.15);}

.product_right .product_remark{display:flex;flex-direction:column;}
.product_right .product_remark p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:16px;line-height:1.75;color:#999;}








/* 客户案例 */
.case{padding-bottom: 100px;}
.case:after{content: '';display: block;clear: both;}
.case_text{width:46%;padding-top:120px;position:sticky;top:0;}

.case_text i img{display:block;width:320px;margin-bottom:10px;}
.case_text_1 t{font-size:40px;color:#333;}
.case_text_1 em{display:block;margin-top:5px;font-size:22px;color:#ccc;}
.case_text_1 b{color: #006bc3;text-transform: uppercase;}
.case_text_1 p{margin:50px 0 20px 0;font-size:22px;color: #666;line-height:1.5;}
.case_text_1 span{font-size:16px;color:#999;line-height:2;}
.case_text_2{margin-top: 80px;position: relative;}
.case_text_2:after{content:"";display:block;width:1920px;height:365px;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162459_2064612330.jpg)no-repeat center;position:absolute;left:-260px;bottom:-150px;z-index:-1;}
.case_text_2 p{font-size:34px;color:#333;font-weight:bold;}
.case_text_2 a{display:block;margin-top:40px;width:180px;line-height:50px;background:#006bc3;text-align:center;font-size:18px;color:#fff;}
.case_text_2 a:hover{background: #333;}

.case_img{width:50%;padding-top:80px;position:relative;z-index:2;}
.case_img .web_index li+li{margin-top: 40px;}
.case_img .web_index_img a{display:block;}
.case_img .web_index_text a{display:block;padding:30px;background:#f5f5f5;font-size:20px;color:#333;font-weight:bold;}
.case_img .divdgweb_new_div_item_body{margin-top:10px;font-size:16px;color:#999;line-height:1.5;display: none;}
.case_img .news_div_item_image{width: 100%;}









/* 诚博实力强大 */
.strength_bg{padding:80px 0;background:#f5f5f5 url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162528_196108395.png)no-repeat center;position:relative;z-index:2;}
.strength{display:flex;justify-content:space-between;flex-wrap:wrap;}
/*左边*/
.strength_left{display:flex;flex-direction:column;justify-content:center;width:560px;margin-right: 40px;}
.strength_left h3{margin-bottom: 100px;font-size:40px;color:#006bc3;text-transform: uppercase;}
.strength_left t{display:block;margin:50px 0 40px 0;font-size:18px;line-height:1.75;color:#333;}
.strength_left li+li{margin-top: 40px;}
.strength_left p{margin-bottom:10px;font-size:20px;color:#333;font-weight:bold;}
.strength_left span{font-size:16px;color:#666;}
/*右边*/
.strength_right{width:800px;}
.strength_right img{}
/*数据*/
.strength_data{display:flex;justify-content:space-between;width:100%;margin-top:40px;text-align:center;}
.strength_data li{width: 220px;}
.strength_data p{display:flex;align-items:center;justify-content:center;width:220px;line-height:55px;background-image: -webkit-linear-gradient(left, #006bc3 0%, #667fff 100%);border-radius:5px;font-size:35px;color:#fff;}
.strength_data span{display:block;margin-left:10px;font-size:16px;}
.strength_data t{display:block;margin-top:20px;font-size:18px;color:#333;}






/* 优势 */
.adva_bg{height:800px;background: #006bc3;position: relative;}
/* 图片 */
/* 文字 */
.adva_text{width:1400px;position:absolute;left:50%;top:10%;transform:translate(-50%);}
.adva_text *{display: block;}
.adva_text_div{width:900px !important;}
.adva_text t{font-size:30px;color:#fff;}
.adva_text b{margin:40px 0 20px 0;font-size:40px;color:#fff;}
.adva_text p{font-size:18px;color:#fff;line-height:2;}
.adva_text a{display:flex;align-items:center;justify-content:center;width:150px;height:40px;margin-top:40px;border:1px rgb(255 255 255 / 50%) solid;font-size:16px;color:#fff;}
.adva_text a:hover{background:#fff;color:#006bc3;}
.adva_text a:after{content:"";display:block;width:20px;height:5px;margin-left:10px;background:url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162754_1306341715.png) no-repeat;filter: grayscale(100%) brightness(1000%);}
.adva_text a:hover:after{filter: none;}
/* 切换 */
.adva_switch{display:flex;justify-content:space-between;width:1400px;position:absolute;bottom:80px;left:50%;transform:translate(-50%);}
.adva_switch_div{display:flex;align-items:center;justify-content:space-between;width:25%;height:120px;padding:0 40px;background:#fff;cursor: pointer;position: relative;}
.adva_switch_div+.adva_switch_div{margin-left: 2px;}
.adva_switch_1{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;}
.adva_switch_1 p{font-size:22px;color:#333;font-weight:bold;}
.adva_switch_1 span{display:block;margin-top:5px;font-size:14px;color:#999;}
.adva_switch_1 i{display:block;width:50px;height:50px;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162754_1486485028.png) no-repeat;}
.adva_switch_div:nth-child(2) .adva_switch_1 i{background-position-x:-50px;}
.adva_switch_div:nth-child(3) .adva_switch_1 i{background-position-x:-100px;}
.adva_switch_div:nth-child(4) .adva_switch_1 i{background-position-x:-150px;}
.adva_switch_2{display:flex;align-items:center;justify-content:center;flex-direction: column;width:100%;height:0px;background-image: -webkit-linear-gradient(-90deg, #1791f6 0%, #667fff 100%);border-radius:15px 15px 0 0;position:absolute;bottom:0%;left:0%;transition:0.3s;overflow: hidden;}
.adva_switch_div:hover .adva_switch_2{height:220px;overflow:none;border-bottom: 5px #fff solid;}
.adva_switch_2 *{display: block;}
.adva_switch_2 i{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin-bottom:20px;border:1px rgb(255 255 255 / 33%) solid;border-radius:100%;}
.adva_switch_2 em{width:50px;height:50px;background:url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709162754_1279326703.png) no-repeat;}
.adva_switch_div:nth-child(2) .adva_switch_2 em{background-position-x:-50px;}
.adva_switch_div:nth-child(3) .adva_switch_2 em{background-position-x:-100px;}
.adva_switch_div:nth-child(4) .adva_switch_2 em{background-position-x:-150px;}
.adva_switch_2 p{font-size:22px;color:#fff;font-weight:bold;}
.adva_switch_2 span{margin-top:5px;font-size:16px;color:rgb(255 255 255 / 75%);}
/* 优势文字效果 */
.delay-01s { animation-delay: 0.1s !important; }
.delay-02s { animation-delay: 0.2s !important; }
.delay-03s { animation-delay: 0.3s !important; }
.delay-04s { animation-delay: 0.4s !important; }
.delay-05s { animation-delay: 0.5s !important; }
.delay-06s { animation-delay: 0.6s !important; }
.delay-07s { animation-delay: 0.7s !important; }
.delay-08s { animation-delay: 0.8s !important; }
.delay-09s { animation-delay: 0.9s !important; }
.delay-1s { animation-delay: 1s !important; }









/* 合作客户 */
.cooperation_bg{margin:0 10px;padding-bottom:80px;}
.cooperation{display: flex;justify-content: space-between;}
/* 证书 */
.cooperation_honor{width:460px;height:600px;margin-right: 10px;background: #f5f5f5;border-radius: 10px;text-align:center;position:relative;}
.cooperation_honor>t{display:block;margin:40px 0 30px 0;font-size:26px;color:#006bc3;}
.cooperation_honor .web_index_text a{display:block;margin-top:10px;line-height:50px;font-size:16px;color:#333;}
.cooperation_honor:hover .web_index_text a{color:#006bc3;}
/* 证书按钮 */
.cooperation_honor_button{display:block;width:50px;height:50px;background: url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709163738_847974551.png)no-repeat center;position:absolute;top:calc(50% - 25px);cursor: pointer;}
.cooperation_button_left{left:0px;}
.cooperation_button_right{right:0px;transform: rotate(180deg);}
/* 合作客户图片 */
.cooperation_img{}
.cooperation_img ul{display: flex;}
.cooperation_img ul+ul{margin-top: 10px;}
.cooperation_img li{}
.cooperation_img li+li{margin-left: 10px;}
.cooperation_img li *{display:block;}
.cooperation_img li .web_index_img{display:block;overflow:hidden;border: 1px #eee solid;}
.cooperation_img li .web_index_img img{transition: 0.3s;}
.cooperation_img .web_index_img:hover>a img{transform: scale(1.2);}
.cooperation_img .web_index_text a{display:block;width:100%;line-height:39px;background:#f5f5f5;font-size:16px;text-align:center;color:#333;}
.cooperation_img li:hover .web_index_text a{background:#006bc3;color:#fff;}








/*简介*/
.com_bg{height:700px;background:#eee;}
.com{position: relative;}
.com_fl{position: relative;z-index: 2;}
.com_fl *{display: block;}
.com_fl_title{margin: 90px 0 92px 0;position: relative;z-index: 9;}
.com_fl_title b{margin:60px 0 17px 0;font-size:60px;color:#e3e3e3;}
.com_fl_title p{font-size:40px;color:#006bc3;line-height: 54px;position: relative;font-weight: bold;text-transform: uppercase;}
.com_fl_title .com_fl_p{margin-top:10px;text-transform:capitalize;font-size:30px;font-weight:inherit;}
.com_fl_title p:nth-child(2):after{content:"";display:block;width:400px;height:1px;background:#006bc3;position:absolute;top:80px;left:0px;}
.com_fl_bj{width:1120px;height:400px;margin:42px 0 0 -260px;padding:55px 90px 0 260px;background:#f5f5f5;border-bottom:3px #006bc3 solid;}
.com_fl_text{margin-bottom: 40px;}
.com_fl_text span{font-size: 24px;color:#333;}
.com_fl_text p{margin-top: 40px;font-size: 16px;color:#999;line-height: 34px;font-weight: lighter;}
.com_fl_text t{font-size:165px;color:#dedede;position: absolute;right: 0px;top:305px;}
.com_fl_a p{float:left;font-size: 60px;color:#ccc;}
.com_fl_a a{width:180px;height:50px;line-height: 50px;background: #006bc3;font-size:18px;color:#fff;text-align: center;float:right;}
.com_fl_a a:hover{background: #333;}
.com_fr{position: absolute;top: 0;right:-260px;}







/* 厂房 */
.about_plant{width:100%;margin-top:40px;padding: 40px 40px 20px 40px;box-shadow:0 0 30px rgba(0,0,0,.08);}
.about_plant ul{display: flex;}
.about_plant li{margin-right:20px;}
.about_plant li .web_index_img{display:block;overflow:hidden;}
.about_plant li .web_index_img img{transition: 0.3s;}
.about_plant li:hover .web_index_img img{transform: scale(1.2);}
.about_plant li .web_index_text a{display:block;line-height:50px;font-size:16px;color:#333;text-align:center;}
.about_plant li:hover .web_index_text a{color:#006bc3;}






/* 新闻中心 */
.news_bg{padding:80px 0;}
/* 上面 */
.news_top{display:flex;justify-content:space-between;align-items:center;}
.news_top_left b{font-size:40px;color:#333;}
.news_top_left p{font-size:40px;color:#006bc3;font-weight:bold;}
.news_top_right{display: flex;}
.news_top_right a{display:block;width:150px;line-height:45px;text-align:center;font-size:18px;color:#333;}
.news_top_right a.on{background:#006bc3;border-radius:100px;color:#fff;}
.news_top_right a+a{}
/* 下面 */
.news_bottom{margin-top:40px;}
.news_bottom_content{display: flex;justify-content: space-between;}
.news_bottom_content>div{width:453px;overflow: hidden;}
/* 第一块 */
.news_bottom_content1{border: 1px #eee solid;}
.news_bottom_content1>a{display:block;overflow:hidden;}
.news_bottom_content1>a img{width: 100%;transition: 0.3s;}
.news_bottom_content1:hover>a img{transform: scale(1.2);}
.news_bottom_content1 ul{margin-top:1px;padding:40px;background:#fff;}
.news_bottom_content1 li a{display:block;font-size:22px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_bottom_content1 li p{margin:20px 0;font-size:16px;color:#666;line-height:1.5;}
.news_bottom_content1 ul>a{display: flex;align-items: center;justify-content: space-between;font-size:15px;color:#aaa;}
.news_bottom_content1 ul>a:before{content:"";display:block;width:100%;height:9px;background:url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709163809_378803440.png) no-repeat;}
.news_bottom_content1 ul>a p{}
/* 第二块 */
.news_bottom_content2{padding: 40px;background: #f5f5f5;}
.news_bottom_content2 li{display: flex;justify-content: space-between;}
.news_bottom_content2 li t{display:block;font-size:18px;color:333;}
.news_bottom_content2 li dt{display:flex;font-size:16px;color:#999;}
.news_bottom_content2 .news_bottom_content2_a1{display:block;margin:80px 0 40px 0;font-size:22px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_bottom_content2>span{display:block;font-size:15px;color:#666;line-height:2;}
.news_bottom_content2 .news_bottom_content2_a2{display:block;margin-top:140px;font-size:18px;color:#999;}
.news_bottom_content2 .news_bottom_content2_a2:after{content:"";display:block;width:30px;height:30px;margin-top:20px;background:url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709163809_1168966349.png) no-repeat;}
/* 第三块 */
.news_bottom_content3{display:flex;flex-direction:column;justify-content:space-between;}
.news_bottom_content3 li{display: flex;align-items: center;}
.news_bottom_content3 a{display:block;overflow:hidden;flex-shrink:0;}
.news_bottom_content3 a img{width: 200px;transition: 0.3s;}
.news_bottom_content3 li:hover a img{transform: scale(1.2);}
.news_bottom_content3 dt{margin-left: 10px}
.news_bottom_content3 dt .news_bottom_content3_a1{font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_bottom_content3 dt>p{margin-top:10px;font-size:15px;color:#666;line-height:1.5;}
.news_bottom_content3 dt .news_bottom_content3_a2{display: block;width:100%;height:9px;margin-top: 30px;background:url(https://memberpic.114my.net/chengbo88819537en/uploadfile/image/20260709/20260709163844_385620963.png) no-repeat;}







/*友情链接*/
.links{width:100%; overflow:hidden;background: #006bc3;height: 100px; line-height: 100px;}
.linksW{width:1400px; margin:0 auto;}
.links_l{float:left;}
.links_lm{font-size:16px; line-height:100px; color:#fff;}
.links_r{float:left; width:1300px; color:#999;}
.links_r a{display: block;line-height: 100px;font-size:15px;color: rgb(255 255 255 / 75%) !important;font-weight: lighter;}
.links_r li:hover a{color:#fff !important;}






/*版权*/
.wrapper { margin: 0 auto;width: 1400px;background: #222;}
.bqtop{width: 100%; background: #f2f2f2;height: 10px; overflow: hidden;position:relative;}

.copy {width: 100%;padding: 80px 0;background: #222;}
.copy_box {width: 74%;min-width: 1300px;margin: 0 auto;display: flex;justify-content: space-between;}
.copy_con {width: 50%;position: relative;}
.copy_con ul {display: flex;justify-content: space-between;width: 100%;}
.copy_con li {display: flex;flex-direction: column;}
.copy_con li p {font-size: 18px;color: #fff;line-height: 36px;padding-bottom: 22px;}
.copy_con li a {font-size: 16px;color: #999999;line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#fff;transition:0.5s;}
.copy_int {display:flex;flex-direction:column;}
.copy_int p {display: flex;font-size: 18px;color: #fff;align-items:  center;    justify-content: center;}
.copy_int p span {font-size: 30px;}
.copy_int ul {display: flex;justify-content: center;margin-top: 20px;}
.copy_int li {width: 230px;height: 135px;background: #f5f5f5;padding: 20px;display: flex;justify-content: space-between;align-items:  center;}
.copy_int li+li{margin-left: 1vw;}
.copy_int li i {width: 100px;height: 100px;display:  inline-block;}
.copy_int li i img {width:100px;}
.copy_int li p {font-size: 20px;line-height: 30px;display: flex;flex-direction: column;color: #333;}
.copy_int li p span {font-size: 16px;}
.copy_int em {width: 550px;font-size: 15px;color: #999;display: flex;justify-content: center;margin-top: 30px;padding-bottom: 20px;font-weight: lighter;text-align: center;}


.copyright{padding:28px 0;overflow:hidden;background: #222;    border-top: 1px solid #353535;font-weight: 100;}
.copyright .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright .con .fl{display:flex;flex-direction:column;align-items:flex-start;line-height:1.5;width:60%;text-align:left;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}