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

*{box-sizing: border-box;}

#copy{display: none;}

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

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

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

em,i {font-style: normal;}






/* 右边滚动条 */
::-webkit-scrollbar{width:0px}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:#000}
::-webkit-scrollbar-track-piece{background:#e3e3e3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3b3b3b}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#ff6e00}
::-webkit-scrollbar-track-piece{background:#eee}
::-webkit-scrollbar-thumb:vertical{background-color:#122986}





/*左右浮动清除*/
.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_Sans_Thin";src:url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_Sans_Thin.ttf)}
@font-face{font-family:"HarmonyOS_Sans_Regular";src:url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf)}
@font-face{font-family:"HarmonyOS_Sans_Medium";src:url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf)}
@font-face{font-family:"HarmonyOS_Sans_Light";src:url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_Sans_Light.ttf)}
@font-face{font-family:"HarmonyOS_Sans_Bold";src:url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf)}
@font-face{font-family:"HarmonyOS_Light";src:url(https://cdn.114my.com.cn/font/hmos/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf)}




/*标题*/
.title{text-align: center;padding:40px 0 20px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#30438c;}
.title p{font-size: 18px;color:#999;line-height: 30px;font-weight: lighter;}





/* 抬头 */
.head_bg{height:100px;}
.head{display:flex;justify-content: space-between;align-items:center;height:100%;}
.head_logo img{width: 140px;}
.head_right_top{display:flex;justify-content:flex-end;align-items: center;margin-left: 40px;}
.head_right_top p{display:block;margin:0 5px 0 10px;font-size: calc(8px + 0.42vw);color:#333;}
.head_right_top span{font-size:22px;color:#f5010e;font-weight:bold;}
/*栏目*/
.head_right{display: flex;justify-content: space-between;text-align: right;}
.head_column{display:flex;justify-content:space-between;align-items:center;}
.head_column>li+li{margin-left:2vw;}
.head_column>li>a{display:block;line-height:60px;font-size:16px;color:#333;position: relative;transition: 0.3s;}
/*固定栏目*/
.head_column>li>a:after{content:"";display:block;width:40px;height:2px;background:#122986;border-radius:100%;position:absolute;bottom:0px;left:calc(50% - 20px);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;top:60px;left:50%;transform:translate(-50%);text-align:center;border-top:5px #122986 solid;z-index: 99;}
.head_column .nav2 a{display:block;width:100%;line-height:40px;background:#f5f5f5;font-size:15px;color:#666;font-weight:lighter;}
.head_column .nav2 a:hover{background: #e5e5e5;color:#122986;}

/*栏目经过和固定*/
#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_column .column_fixed>a{color:#122986;}
.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:#122986;}
.head_fixed .head_column li:hover>a, .head_move .head_column li:hover>a{color:#122986;}
.head_bg:hover .head_column li>a:after, .head_move .head_column li>a:after{background: #122986;}





/*幻灯片*/
.banner{margin-top: 100px;overflow: hidden;position: relative;}
/* 通过改变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-slide a img{width: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(51 51 51 / 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.swiper-pagination-bullet-active{width:60px;opacity: 1;}
/*视频*/
.banner_swiper_video{width: 100%;}
.banner_swiper_video video{width: 100%;margin-top: -100px;}








/*热门搜索*/
.search_bg{height:80px;line-height:80px;border-bottom: 1px #eee solid;}
.search{display: flex;justify-content: space-between;align-items: center;height:100%;}
/*左边*/
.search_left{display: flex;}
.search_left p{font-size:16px;color:#333;font-family: "HarmonyOS_Medium";}
.search_left li{display: flex;}
.search_left a{display:block;font-size:15px;color:#666;font-weight:lighter;}
.search_left a:hover{color:#122986;}
.search_left a+a{margin-left: 10px;}
/*搜索*/
.search_right_one{display:flex;align-items:center;height:80px;margin:0px;}
.search_right_two{ width:220px;height:40px;margin:0px;padding:0px 0px 0px 20px;outline:none;border-top:none;border-bottom:none;border-right:none;border-left:1px #eee solid;font-size:16px;color:#333;font-weight: bold;}
.search_right_three{width:80px;height:40px;outline:none;border-right: 1px #eee solid;}








/*产品中心*/
.product ul{display: flex;justify-content: space-between;}
.product ul+ul{margin-top: 10px;}
.product a{display: flex;align-items: center;width: 33%;height:280px;padding:2vw;background: #f5f5f5;border: 1px #eee solid;border-radius: 10px;position: relative;}
.product a+a{margin-left: 10px;}
.product a *{display:block;}
.product p{font-size: calc(12px + 0.65vw);color: #333;font-weight: bold;}
.product span{margin:3px 0 80px 0;font-size:14px;color:#999;font-weight: lighter;text-transform: initial;}
.product t{width:130px;line-height: 40px;background: #fff;box-shadow: 0px 0px 13.8px 1.2px rgb(51 51 51 / 0.1);border-radius: 100px;font-size: 16px;font-weight: lighter;color:#333;text-align: center;transition: 0.3s;}
.product a:hover t{background:#122986;color:#fff;}
.product img{position: absolute;right:1.5vw;transition: 0.3s;}
.product a:hover img{transform: scale(1.2);}






/* 新产品 */
.product2_bg{padding-bottom: 80px;background: #f5f5f5;}
.product2 ul{display:flex;justify-content:space-between;}
.product2 ul+ul{margin-top:20px;}
.product2 li+li{margin-left:10px;}
.product2 li br{display:none;}
.product2 li>a{display: block;overflow: hidden;}
.product2 li>a img{width:100%;height:auto;transition: 0.3s;}
.product2 li:hover>a img{transform: scale(1.2);}
.product2 li span a{display:block;margin-top:1px;width:100%;line-height:45px;background:#fff;text-align:center;font-size:16px;color:#333;}
.product2 li:hover span a{background:#122986;color:#fff;}






/* 新闻中心 */
.news{margin: 80px auto;}
/*上面*/
.news_top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
.news_top_one b{font-size:40px;color:#333;}
.news_top_one p{font-size:18px;color:#666;}
.news_top_two{display: flex;}
.news_top_two a{display:block;width:150px;line-height:40px;font-size:18px;color:#333;text-align:center;}
.news_top_two a:hover{background:linear-gradient(to top,#004ea2,#006de3);border-radius:100px;color:#fff;}
/*下面*/
.news_bottom{display:flex;justify-content:space-between;}
.news_bottom_one{width:60%;}
.news_bottom_one .news_div{display:flex;justify-content:space-between;}
.news_bottom_one .news_div_item{display:flex;flex-direction:column-reverse;border:1px #eee solid;}
.news_bottom_one .news_div_item+.news_div_item{margin-left: 10px;}
.news_bottom_one .news_div_item_pic a{display:block;overflow:hidden;}
.news_bottom_one .news_div_item_image{width:100%;transition: 0.3s;}
.news_bottom_one .news_div_item:hover .news_div_item_image{transform: scale(1.1);}
.news_bottom_one .news_div_item_content{padding:40px 30px 70px 30px;}
.news_bottom_one .news_div_item_a{display:block;margin:0 0 20px 0;font-size:18px;color:#333;font-weight:bold;position: relative;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_bottom_one .news_div_item:hover .news_div_item_a{color:#122986;}
.news_bottom_one .news_div_item_a:after{content:"了解详情";display:block;position:absolute;bottom:-115px;font-size:16px;color:#999;font-weight:initial;}
.news_bottom_one .news_div_item_body{font-size:16px;line-height:2;color:#999;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}

.news_bottom_two{width:40%;margin-left: 20px;}
.news_bottom_two .news_div{display:flex;flex-direction:column;justify-content:space-around;height:100%;}
.news_bottom_two .news_div_item{height:25%;padding: 20px;background:#f5f5f5;}
.news_bottom_two .news_div_item+.news_div_item{margin-top: 2px;}
.news_bottom_two .news_div_item:nth-child(n+1):nth-child(-n+2){display:none;}
.news_bottom_two .news_div_item:nth-child(3){margin-top: 0px;}
.news_bottom_two .news_div_item_a{display:flex;font-size:16px;color:#333;font-weight:bold;}
.news_bottom_two .news_div_item:hover .news_div_item_a{color: #122986;}
.news_bottom_two .news_div_item_body{margin-top:10px;font-size: calc(7px + 0.36vw);line-height:1.75;color:#666;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}





/*友情链接*/
.links{overflow:hidden;background: #444;height: 50px; line-height: 50px;}
.links_l{float:left;}
.links_lm{font-size:14px; line-height:50px; color:#fff;}
.links_r{float:left; width:90%; color:#999;}
.links_r a{display: block;line-height: 50px;font-size:14px;color: rgb(255 255 255 / 75%) !important;font-weight: lighter;}
.links_r li:hover a{color:#fff !important;}





/* 版权 */
.copyright_bg{background:#454545;border-top:1px rgb(255 255 255 / 15%) solid;}
.copyright{display:flex;justify-content:space-between;padding:80px 40px;}
.copyright_left_1 em img{width: 200px;}
.copyright_left_1 li{display: flex;}
.copyright_left_1 li+li{margin-top:15px;}
.copyright_left_1 li p{font-size: calc(8px + 0.41vw);margin:0 0 0 16px;color:rgba(255,255,255,0.6);font-weight:normal;}
.copyright_left_1 li span{font-size: calc(8px + 0.41vw);color:#fff;font-weight:normal;}
.copyright_left_2{display: flex;margin-top: 40px;}
.copyright_left_2 li{position: relative;}
.copyright_left_2 li+li{margin-left: 10px;}
.copyright_left_2 li i{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(to top,#122986,#006de3);}
.copyright_left_2 li i img{}
.copyright_left_2 em img{height:0px;transition:0.3s;position:absolute;top:50px;left:50%;transform:translate(-50%);z-index:2;}
.copyright_left_2 li:hover em img{height:150px;}

.copyright_right{display:flex;justify-content:space-between;width:55%;}
.copyright_right li+li{}
.copyright_right li p{margin-bottom:20px;font-size:18px;color:#fff;}
.copyright_right li a{display:block;font-size: calc(8px + 0.41vw);line-height:2.5;color:rgb(255 255 255 / 75%);}
.copyright_right li a:hover{color: #fff;}



/* 底部 */
.copyright2{padding:28px 0;overflow:hidden;background: #454545;border-top: 1px solid #555;font-weight: 100;}
.copyright2 .con{ line-height:30px;font-size:14px;color:#999; text-align:center;}
.copyright2 .con .fl{display:flex;flex-direction:column;align-items:flex-start;line-height:1.5;}
.copyright2 a{color:#999;font-size:14px;}
.copyright2 a:hover{color:#fff;font-size:14x;}





/*浮动*/
.y-kefu-box{position: fixed; right:5px; top:25%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(../uploadfile/image/20251022/20251022153144_409613619.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width:45px; 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: #122986; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {display: block; width:45px; 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: #122986; border-color: #122986; 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-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile: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; }
.line-b{ border-bottom: solid 1px #efefef;}
.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:#122986; border-color: #122986;}
.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 .mobile-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 .mobile-infos { width: 220px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span{font-size:15px;color:#333;}
.y-kefu-box01 .mobile-infos p { color:#122986; 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: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.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:#122986; 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:#122986;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }