/*标签样式初始化*/
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";text-transform: capitalize;overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover {color:#0072dc;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:#0072dc;text-transform: uppercase;}
.title t{color:#0072dc;}
.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(60px + 2.5vw);filter: grayscale(100%) brightness(1000%);}
.head_logo li{margin-left:0.5vw;}
.head_logo li b{font-size: calc(19px + 1vw);color: #fff;line-height:1;}
.head_logo li p{font-size: calc(9px + 0.45vw);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 #0072dc 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:#0072dc;}
/*图标*/
.head_icon{display: flex;align-items: center;height: 100%;}
.head_language a{display:block;width:25px;height:100%;margin-right:1vw;padding:1vw;background: url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430144859_1252017532.jpg)no-repeat center;}
.head_tel p{margin-right: 1vw;font-size:1.2vw;color:#fff;font-weight: bold;}
.head_search{width:60px;height:100px;background: url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430144933_1869666273.png)no-repeat center;}
.head_search_div{display: none;position:absolute;top:100px;right:0px;width:350px;padding:20px;background: rgb(238 238 238 / 0.9);}
.head_search_left{display:flex;flex-wrap:wrap;}
.head_search_left a{display:block;margin-right: 10px;font-size:15px;color:#333;font-weight:lighter;}
.head_search_left a:hover{color:#0072dc;}
.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;}
.search_input_two{outline:none;padding:0;width:100px;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;}
.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:#0072dc;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#0072dc;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #0072dc;}
/*图标*/
.head_bg:hover .head_search, .head_move .head_search{background: url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145023_2023994258.png) no-repeat center;}









/* 首页视频 */
.home_video{height: 945px;background: url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145023_372446455.JPG) no-repeat center;overflow: hidden;position: relative;}
.home_video:before{content: "";display: block;width:100%;height:100%;background: url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145023_910041510.png);position:absolute;top:0%;left:50%;transform:translate(-50%,0%);z-index:2;opacity: 0.33;}
.home_video_text{width: 52%;padding:20px 60px;background: rgb(0 114 220 / 80%);position:absolute;bottom:100px;left:0px;font-size:2.3vw;color:#fff;z-index:2;}










/* 产品中心 */
.product_div{display: flex;}
.product_div_two{margin-top:20px;}
.product_div>div{display:flex;align-items:center;height:340px;padding:2vw 1.5vw;background: linear-gradient(135deg, #f9f9f9 -3.43%, #F7F8F9 48.77%, #f0f0f0 100.97%);border-radius: 10px;position: relative;}
.product_div>div:hover{background:#fff;box-shadow:inset 0px 0px 24px 0px #D9D9D9;}
.product_big{width:690px;}
.product_small{width:335px;}
.product_div_one .product_small{margin-left: 20px;}
.product_div_two .product_small{margin-right: 20px;}
.product_big .product_div_text{width:50%;}
.product_div_text{display:flex;flex-direction:column;justify-content:space-between;height:100%;}
.product_div_text *{display:block;}
.product_div_text p{font-size:26px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.product_div_text span{margin-top:15px;font-size:16px;color:#999;line-height:1.5;}
.product_div_text a{display:flex;justify-content:space-between;align-items:center;width:140px;height:40px;padding-left:35px;background:#fff;border-radius:100px;}
.product_small .product_div_text a{width:40px;padding-left:0px;background:none;}
.product_div_text i{font-size:16px;color:#999;}
.product_div_text em{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px #0072dc solid;border-radius:100%;}
.product_div>div:hover a em{background: #0072dc;}
.product_div_text em:after{content: "";display: block;width:8px;height:14px;background: url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145104_251585458.png)no-repeat;}
.product_div>div:hover a em:after{filter: grayscale(100%) brightness(1000%);}
.product_div_one .product_big_img{position:absolute;right:40px;top:50%;transform:translate(0,-50%);}
.product_div_one .product_small_img{position:absolute;}
.product_div_one .product_small:nth-child(2) .product_small_img{right:2vw;bottom: 1vw;}
.product_div_one .product_small:nth-child(3) .product_small_img{right:2vw;bottom: 1vw;}
.product_div_two .product_small_img{position:absolute;}
.product_div_two .product_small:nth-child(1) .product_small_img{right:2vw;bottom: 1vw;}
.product_div_two .product_small:nth-child(2) .product_small_img{right:2vw;bottom: 1vw;}
.product_div_two .product_big_img{position:absolute;right:40px;top:50%;transform:translate(0,-50%);}






/* 精密零件选佳其兴 */
.adv_bg{height:650px;background:url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145142_1620163206.jpg)no-repeat center;background-attachment: fixed}
.adv{display:flex;justify-content:space-between;max-width: 85%;height: 100%;}
.adv li{display:flex;flex-direction:column;width:25%;padding: 0 1vw;text-align:center;border-left:1px rgb(255 255 255 / 20%) solid;position: relative;}
.adv li:last-child{border-right:1px rgb(255 255 255 / 20%) solid;}
.adv li:after{content:"";display:block;width:100%;height:0%;background:rgb(255 255 255 / 10%);position:absolute;left:0;bottom:0;transition:0.3s;}
.adv li:hover:after{height:100%;}
.adv li p{margin:130px 0 20px 0;font-size:30px;color:#ffff;font-weight:bold;}
.adv li span{font-size:16px;color:rgb(255 255 255 / 100%);line-height:2;}
.adv li i{display:block;width:40px;height:40px;margin:100px auto 0;background:url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145142_523039098.png)no-repeat;}
.adv li i:after{content:"";display:block;width:20px;height:2px;margin:100px auto 0;background:#fff;}
.adv li:nth-child(2) i{background-position-x:-40px;}
.adv li:nth-child(3) i{background-position-x:-80px;}
.adv li:nth-child(4) i{background-position-x:-120px;}









/* 实力展示 */
.strength_bg{padding:80px 0;background:#f5f5f5 url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145216_884482776.png)no-repeat center;}
.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{font-size:40px;color:#0089e1;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{}
.strength_data p{display:flex;align-items:center;justify-content:center;width:220px;line-height:55px;background-image:-webkit-linear-gradient(left,#2da7f9 0%,#0089e1 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:20px;color:#333;}







/* 厂房设备 */
.partners{margin: 80px auto 0;}
.partners_one b{display:block;font-size:40px;color:#0072dc;text-transform: uppercase;}
.partners_one p{margin-top:30px;font-size:22px;line-height:1.5;color:#333;}
.partners_content{margin-top:40px;position: relative;}
.partners_content:before, .partners_content:after{content:"";display:block;width:10%;height:100%;position:absolute;top:0;z-index:2;}
.partners_content:before{left:0;background:linear-gradient(to right,#fff 3%,transparent);}
.partners_content:after{right:0;background:linear-gradient(to left,#fff 3%,transparent);}
.partners_div+.partners_div{margin-top:20px;}
.partners_div .tempWrap{width: 100% !important;}
.partners_div ul{display:flex;}
.partners_div li+li{margin-left:20px;}
.partners_div li>a{display:block;border:1px #eee solid;}







/*地图*/
.div-container{ margin:auto; width: 86%; overflow:hidden;}
.addr_li .container { max-width: 1280px;}

.font14{ font-size:15px;}
.ads-list span{display:inline-block;margin-right:15px; font-size:17px; cursor:pointer}
.ads-list span.cur,.ads-list span:hover{color:#fff;}

.page-strategic-layout {padding: 3% 0 5%;overflow: hidden;position: relative; background-size: cover;}
.page-strategic-layout-top {width:64%;margin: auto;position: relative;z-index: 10;}
.page-strategic-layout-top .title-1 {font-weight: bold;}
.page-strategic-layout-top .text-1 {margin-top: 2em;width: 50%;}
.page-strategic-layout-content {width:1400px;margin: auto;}
.strategic-layout-data {width: 50%;margin-top: -21%;position: relative;z-index: 10;}
.strategic-layout-data .data-1{color:#333; }
.strategic-layout-data .text-2 {margin-top:0em; font-size:1vw;line-height:2vw; margin-left:1%;}
.strategic-layout-map {width:63%;/*margin: auto;*/ left:29%; position: relative;transform: translateX(10%);}
.strategic-layout-map .map-1 {position: relative;overflow: hidden;}
.strategic-layout-map .map-2 {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.strategic-layout-map .mapline {position: absolute;z-index: 10;}
.strategic-layout-map .yuandian-1 {position: absolute;left: 0;bottom: 0;z-index: 11;}
.strategic-layout-map .yuandian-1 i {width:1.25em;height:1.25em;border-radius: 100%;background: rgb(15 108 236 / 25%);display: block;position: relative;}
.strategic-layout-map .yuandian-1 i::before,
.strategic-layout-map .yuandian-1 i::after {content: '';width: 4px;height: 4px;background: #0f6cec;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;border-radius: 100%;}
.strategic-layout-map .yuandian-1 i::before {z-index: 10;}
.strategic-layout-map .yuandian-1 i::after{width: 100%;height: 100%;animation: yuanfangda2 1500ms infinite ease;}
.strategic-layout-map .line-1 {left: 30%;top: 42%;width: 50%;} 
.strategic-layout-map .line-1 .yuandian-1 {left: -2%;bottom:7%;}
.strategic-layout-map .line-2 {left: 50%;top: 42%;width: 30%;} 
.strategic-layout-map .line-2 .yuandian-1 {left: -3%;bottom:28.5%;}
.strategic-layout-map .line-3 {left: 60%;top: 42%;width: 20%;} 
.strategic-layout-map .line-3 .yuandian-1 {left: -6%;bottom:38%;}
.strategic-layout-map .line-4 {left: 18%;top: 27%;width: 62%;} 
.strategic-layout-map .line-4 .yuandian-1 {left: -2%;bottom:38%;}
.strategic-layout-map .line-5 {left: 58%;top: 24%;width: 22%;} 
.strategic-layout-map .line-5 .yuandian-1 {left: -4%;top: 1%;}
.strategic-layout-map .line-6 {left: 74.5%;top: 17%;width: 6%;}
.strategic-layout-map .line-6 .yuandian-1 {left: -10%;top: -6%;}
.strategic-layout-map .line-7 {left: 80%;top: 42%;width: 6%;} 
.strategic-layout-map .line-7 .yuandian-1 {left: auto;right:-4%;bottom: -3%;}
.strategic-layout-map .line-8 {left: 75.3%;top: 42%;width: 5%;} 
.strategic-layout-map .line-8 .yuandian-1 {left: -15%;bottom: -11%;}
.strategic-layout-map .draw {stroke-dasharray: 1000; stroke-dashoffset: 1000;animation: draw 3s 1s infinite;}

.img-block {display: block;width: 100%;height: auto;}
.mapline path{stroke: #0f6cec !important;}

.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width:195px;height: auto;}
.font35{ font-size:40px !important; font-family: "Microsoft Yahei" ; }
.gy{max-width: 1500px;margin: 0 auto;min-width: 1400px;width: 100%; padding:0 7%;}
.font120{ font-size:5.8vw; letter-spacing:-0.05vw;}


/* other */  
@keyframes turnrotate{0%{-webkit-transform:rotate(0deg);}25%{-webkit-transform:rotate(90deg);}50%{-webkit-transform:rotate(180deg);}75%{-webkit-transform:rotate(270deg);}100%{-webkit-transform:rotate(360deg);}}
@keyframes bannerp{0%{width: 0;} 100%{width: 100%;}}
@keyframes yuanfangda{0%{transform:scale(0.1);opacity:1;}100%{transform:scale(1.2);opacity: 0;}}
@keyframes yuanfangda2{0%{transform:translate(-50%,-50%) scale(0.1);opacity:1;}100%{transform:translate(-50%,-50%) scale(1.2);opacity: 0;}}
@keyframes draw {to {stroke-dashoffset: 0;}}
@keyframes fadeInBig{0%{transform: scale(1);opacity: 0;}50%{transform: scale(1);opacity: 1;}100%{transform: scale(5);opacity: 0;}}
.fadeInBig{-webkit-animation-name:fadeInBig;animation-name:fadeInBig;-webkit-animation-duration:2s;animation-duration:2s;}
.tanimation {opacity: 0;transition: opacity .8s ease-in-out,transform .8s cubic-bezier(.215,.61,.355,1);}
.tformY {transform:translateY(160px);}
.tformX {transform:translateX(50%);}
.tformXX {transform:translateX(-50%);}
.tdelay1 {transition-delay: .1s;}
.tdelay2 {transition-delay: .2s;}
.tdelay3 {transition-delay: .3s;}
.tdelay4 {transition-delay: .4s;}
.swiper{--swiper-theme-color: #0f6cec;--swiper-preloader-color: #0f6cec;}







/*关于我们*/
.about_bg{height:700px;margin-top: 100px;background:url(https://memberpic.114my.net/jiaqixing11197en/uploadfile/image/20260430/20260430145241_1101701683.jpg)no-repeat center;background-attachment: fixed;}
.about{height:100%;}
.about_content{display: flex;align-items: center;justify-content: center;height:200px;background: #fff;border-radius: 10px;text-align: center;padding: 0 60px;position: absolute;bottom: 100px;}
.about_content p{font-size: 16px;line-height: 30px;color:#666;font-weight: lighter;}
.about_content a{width:40px;height:40px;line-height:40px;background:#0072dc;border-radius:100%;font-size:16px;color:#fff;text-align:center;position:absolute;bottom:-20px;left:calc(50% - 20px);box-shadow: 0 0 0 0 #0072dc;animation: ripple 3s infinite;}
.about_content a:before,.about_content a:after{content:"";display: block;width:40px;height:40px;box-shadow: 0 0 0 0 #0072dc;border-radius: 100%;animation: ripple 3s infinite;position: absolute;left: 0;top: 0;}
.about_content a:before{animation-delay: 0.6s;}
.about_content a:after{animation-delay: 0.9s;}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(237, 107, 27, .0);

                box-shadow: 0 0 0 40px rgba(237, 107, 27, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
                box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
    }
}






/* 新闻中心 */
.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:#0072dc;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:#0072dc;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/jiaqixing11197en/uploadfile/image/20260430/20260430145313_5833855.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/jiaqixing11197en/uploadfile/image/20260430/20260430145313_473482195.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/jiaqixing11197en/uploadfile/image/20260430/20260430145349_520513625.png) no-repeat;}







/*版权*/
.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;width: 30%;}
.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: space-between;margin-top: 20px;}
.copy_int li {width:  210px;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 {font-size: 15px;color: #999;display: flex;justify-content: center;margin-top: 30px;padding-bottom: 20px;font-weight: lighter;}


.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;}
.copyright a{color:#999;font-size:14px;}
.copyright a:hover{color:#fff;font-size:14x;}
.copy2{background: #f5f5f5;}