/*标签样式初始化*/
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:"Microsoft YaHei";font-family:"HarmonyOS_Regular";overflow-x: hidden;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover {color:#2269e5;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 !important;}
.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: "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;}
.title t{color:#2269e5;}
.title p{font-size: 18px;color:#999;line-height: 30px;font-weight: lighter;}







/*抬头*/
.head_bg{height:100%;position:absolute;top:0;z-index:9;transition: 0.3s;position: relative;}
.head{display:flex;justify-content:space-between;align-items: center;height:100%;}
/*logo*/
.head_logo{display:flex;align-items: center;width:18%;}
.head_logo *{transition: 0.3s;}
.head_logo img{height:3.5vw;}
.head_logo li{margin-left: 1vw;}
.head_logo li b{font-size: calc(13px + 0.95vw);color:#fff;line-height: 1;}
.head_logo li p{font-size: calc(8px + 0.5vw);color:rgb(255 255 255 / 0.75);font-weight:lighter;}
/*栏目*/
.head_column{display:flex;justify-content:space-between;align-items:center;width:62%;height:100%;}
.head_column li>a{display:block;line-height:100px;font-size: calc(9px + 0.46vw);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:140px;position:absolute;left:50%;transform:translate(-50%);text-align:center;border-top:5px #2269e5 solid;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:16px;color:#666;font-weight:lighter;}
.head_column .nav2 a:hover{background:#eee;color:#2269e5;}
/*图标*/
.head_icon{display: flex;align-items: center;}
.head_tel p{margin-right:1vw;font-size:calc(11px + 0.57vw);color:#fff;}
.head_search{width:60px;height:100px;background: url(https://memberpic.114my.com.cn/0447631/uploadfile/image/20251129/20251129142517_1276904320.png)no-repeat center;}
.head_search_div{display: none;width: 350px;position:absolute;top:100px;right:0px;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:16px;color:#333;font-weight:lighter;}
.head_search_left a:hover{color:#2269e5;}
.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: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: 60px;background:#fff;}
.head_move .head_bg{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.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 t, .head_move .head_logo t{color:#2269e5;}
.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:#2269e5;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#2269e5;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #2269e5;}
/*图标*/
.head_move .head_search_div{background: #e5e5e5;}
.head_bg:hover .head_search, .head_move .head_search{background: url(https://memberpic.114my.com.cn/0447631/uploadfile/image/20251129/20251129142551_460193311.png)no-repeat center;}
.head_bg:hover .head_tel p, .head_move .head_tel p{color:#2269e5;}
/*新加样式*/
.head_move .head_logo img{height:2.5vw;}
.head_move .head_logo li{margin-left: 0.5vw;}
.head_move .head_logo b{font-size:1.2vw;line-height:1vw;}
.head_move .head_logo p{font-size: 0.75vw;}
.head_move .head_column li>a{line-height: 60px;}
.head_move .head_search{height:60px;}
.head_move .head_search_div{top:60px;}







/*幻灯片*/
.banner{height:945px;background:#222;position:relative;overflow:hidden;}
/* 通过改变animation-timing-function 制作弹性切换效果 */
.banner .swiper-wrapper{transition:2s cubic-bezier(0.68,-0.4,0.27,1.34) 0.2s;}
.banner .swiper-slide a{display: flex;height: 100%;}
/*左右箭头*/
.banner .swiper-button-prev{left: -80px;border-radius:5px 0 0 5px;}
.banner:hover .swiper-button-prev{left: 80px;}
.banner .swiper-button-next{right:-80px;border-radius:0 5px 5px 0;}
.banner:hover .swiper-button-next{right:80px;}
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.banner_swiper-button{width:60px !important;height:130px !important;background: rgb(255 255 255 / 33%);outline: none;transition: 0.3s;}
.banner_swiper-button:after{color:#fff;font-size: 30px !important;}
/*分页*/
.banner-pagination{bottom: 50px !important;}
.banner-pagination span{width: 10px;height: 10px;background:#fff;opacity:.8;border-radius: 100px;outline: none;}
.banner-pagination span+span{margin-left:10px;}
.banner-pagination span.swiper-pagination-bullet-active{width:60px;opacity: 1;}






/* 产品中心 */
.product{height: calc(300px + 15.6vw);margin:10px 10px 10px 10px;position: relative;}
.product_swiper .swiper-slide{display:flex;width:49%;height:calc(300px + 15.6vw);padding:2.5vw;background:url(https://memberpic.114my.com.cn/0447631/uploadfile/image/20251129/20251129142630_1894796075.jpg)no-repeat center bottom;}
.product_swiper .swiper-slide *{display: block;}
.product_swiper li{}
.product_swiper p{margin-top: calc(32px + 1.6vw);font-size:calc(14px + 0.7vw);color:#333;font-weight:bold;}
.product_swiper span{margin:3px 0 calc(30px + 1.5vw) 0;font-size:calc(8px + 0.4vw);color:#666;}
.product_swiper t{font-size:calc(8px + 0.4vw);line-height:1.8vw;color:#666;}
.product_swiper .swiper-slide a{display:flex;justify-content:center;align-items: center;width:calc(75px + 4vw);line-height:calc(22.5px + 1.17vw);margin-top:calc(40px + 2vw);border:1px #ddd solid;border-radius:100px;}
.product_swiper .swiper-slide a:hover{border:1px #2269e5 solid;background:#2269e5;color:#fff;}
.product_swiper .swiper-slide a:after{content: "";display: block;width:22px;height:11px;margin-left: 10px;background: url(https://memberpic.114my.com.cn/0447631/uploadfile/image/20251129/20251129142630_1404766898.png)no-repeat;transition: 0.3s;}
.product_swiper .swiper-slide a:hover:after{margin-left: 30px;background-position-x: right;}
.product_swiper img{height: 26vw;}

/*箭头*/
.product .product_button{width:50px;height:50px;background:#2269e5;transition: 0.3s;top: calc((100% / 2) - 25px) !important;}
.product .product_button:after{font-size:18px;color:#fff;}
.product .product_button_next{right: -10%;}
.product:hover .product_button_next{right:50px;}
.product .product_button_prev{left: -10%;}
.product:hover .product_button_prev{left:50px;}






/* 电线自动化生产设备厂家 */
.trait{display: flex;justify-content: space-between;}
/* 左边 */
.trait_left{}
/* 右边 */
.trait_right{display:flex;flex-wrap:wrap;}
.trait_right li{display:flex;align-items:center;justify-content:center;flex-direction:column;width:50%;height:300px;padding:0 20px;background:#f9f9f9;}
.trait_right li:nth-child(n+2):nth-child(-n+3){background: #f0f0f0;}
.trait_right li *{display: block;}
.trait_right i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#2269e5;border-radius:100%;}
.trait_right li:hover i{animation:ripple 2s infinite;box-shadow:0 0 0 0 #2269e5;}
.trait_right em{border-radius:100%;}
.trait_right li:hover em{animation:ripple 1s infinite;box-shadow:0 0 0 0 #2269e5;}
.trait_right b{margin:40px 0 10px 0;font-size:24px;color:#333;}
.trait_right p{ text-align:center;font-size:15px;line-height:24px;color:#666;font-weight:lighter;}

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

                box-shadow: 0 0 0 40px rgba(204, 0, 0, .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);
    }
}





/* 客户案例 */
.case{margin: 40px auto 100px; padding:40px;box-shadow:0 0 30px rgba(0,0,0,.08);border-bottom: 5px #2269e5 solid;}
.case_top p{margin-bottom:20px;padding-left:20px;font-size:24px;line-height:24px;color:#333;font-weight:bold;border-left:3px #2269e5 solid;}
.case_bottom ul{display: flex;}
.case_bottom li+li{margin-left: 10px;}
.case_bottom li *{display:block;}
.case_bottom li>a{overflow: hidden;}
.case_bottom li>a img{transition: 0.3s;}
.case_bottom li:hover>a img{transform: scale(1.2);}
.case_bottom p a{font-size:16px;line-height:40px;color:#333;text-align:center;}
.case_bottom li:hover p a{color: #2269e5;}






/* 实力展示 */
.strength_bg{padding:100px 0;background:url(https://memberpic.114my.com.cn/0447631/uploadfile/image/20251129/20251129142756_918921418.jpg)no-repeat center;}
.strength{display:flex;justify-content:space-between;flex-wrap:wrap;}
/*左边*/
.strength_left{display:flex;flex-direction:column;justify-content:center;width:40%;margin-right: 40px;}
.strength_left h3{font-size:40px;color:#2269e5;}
.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:57%;}
.strength_right img{width: 100%;}
/*数据*/
.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:#2269e5;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;}






/* 优势 */
.adva_bg{height:800px;background: #2269e5;position: relative;}
/* 图片 */
/* 文字 */
.adva_text{width:1400px;position:absolute;left:50%;top:15%;transform:translate(-50%);}
.adva_text *{display: block;}
.adva_text_div{width:600px !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:#2269e5;}
.adva_text a:after{content:"";display:block;width:20px;height:5px;margin-left:10px;background:url(https://memberpic.114my.com.cn/0447631/uploadfile/image/20260304/20260304115045_318229219.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.com.cn/0447631/uploadfile/image/20260304/20260304115045_781766085.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, #2276e5 0%, #5f99ff 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 #2269e5 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.com.cn/0447631/uploadfile/image/20260304/20260304115045_1829744828.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; }





/* 自主研发线材生产设备 */
.partners{margin: 80px auto;}
.partners_one b{display:block;font-size:40px;color:#2269e5;}
.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;}








/*简介*/
.com_bg{height:700px;background:#eee;}
.com{position: relative;}
.com_fl{position: relative;z-index: 2;}
.com_fl *{display: block;}
.com_fl_title{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:#2269e5;line-height: 54px;position: relative;font-weight: bold;}
.com_fl_title p:nth-child(2):after{content:"";display: block;width:90px;height:4px;background: #2269e5;position: absolute;top: 25px;left: 215px;}
.com_fl_bj{width:1120px;height:400px;margin:36px 0 0 -260px;padding:55px 90px 0 260px;background:#f5f5f5;border-bottom:3px #2269e5 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: 80px;top:320px;}
.com_fl_a p{float:left;font-size: 60px;color:#ccc;}
.com_fl_a a{width:180px;height:50px;line-height: 50px;background: #2269e5;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;}








/* 新闻中心 */
.news{height:675px;margin:80px auto;}
.news_top{display: flex;justify-content: space-between;align-items: center;}
.news_top_left b{font-size:40px;color:#333;}
.news_top_left t{color:#2269e5;}
.news_top_left p{font-size: 18px;color:#666;}
.news_top_right{display: flex;}
.news_top_right a{display:block;width:180px;line-height:50px;background:#f5f5f5;border-radius:100px;font-size:18px;color:#333;text-align:center;}
.news_top_right a.on{background:#2269e5;color:#fff;}
.news_top_right a+a{margin-left: 20px;}
/* 下面 */
.news_bottom{margin-top: 40px;}
.news_bottom .news_bottom_div{display:flex;justify-content:space-between;}
.news_bottom .news_bottom_div_1 .news_div{display: flex;}
.news_bottom .news_bottom_div_1 .news_div_item{display:flex;flex-direction:column-reverse;width:430px;padding:30px;background:#f5f5f5;}
.news_bottom .news_bottom_div_1 .news_div_item+.news_div_item{margin-left:20px;}
.news_bottom .news_bottom_div_1 .news_div_item_pic a{display:block;overflow:hidden;}
.news_bottom .news_bottom_div_1 .news_div_item_image{width:370px;height:270px;transition: 0.3s;}
.news_bottom .news_bottom_div_1 .news_div_item:hover .news_div_item_image{transform: scale(1.2);}
.news_bottom .news_bottom_div_1 .news_div_item_a{display:block;margin:40px 0 15px 0;font-size:20px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_bottom .news_bottom_div_1 .news_div_item:hover .news_div_item_a{color:#2269e5;}
.news_bottom .news_bottom_div_1 .news_div_item_body{font-size:15px;line-height:1.75;color:rgb(51 51 51 / 50%);}
.news_bottom .news_bottom_div_1 .news_div_item_date{display:flex;margin-top:15px;font-size:15px;color:#bbb;}
.news_bottom .news_bottom_div_2{margin-left: 20px;}
.news_bottom .news_bottom_div_2 .news_div_item{padding:34px;background:#f5f5f5;}
.news_bottom .news_bottom_div_2 .news_div_item:nth-child(n+1):nth-child(-n+2){display:none;}
.news_bottom .news_bottom_div_2 .news_div_item+.news_div_item{border-top: 1px rgb(255 255 255 / 75%) solid;}
.news_bottom .news_bottom_div_2 .news_div_item_a{display:block;font-size:20px;color:#333;}
.news_bottom .news_bottom_div_2 .news_div_item:hover .news_div_item_a{color:#2269e5;}
.news_bottom .news_bottom_div_2 .news_div_item_body{margin-top:10px;font-size:15px;line-height:1.75;color:rgb(51 51 51 / 50%);}







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

.copy {padding:80px 0 60px;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: 15px;color: #999999;line-height: 30px;font-weight: lighter;}
.copy_con li a:hover  {color:#fff;transition:0.5s;}
.copy_int {width: 435px;}
.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: 25px;display: flex;justify-content: space-between;align-items:  center;}
.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;}






/*友情链接*/
.links{overflow:hidden;background: #2269e5;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;}