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

/*公共样式部分*/

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

*{box-sizing: border-box;}

#copy{display: none;}

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

.page{margin:0 auto;width: 1200px;position: relative;}
.bg{ width: 100%; min-width: 1200px;}
.box{margin: 0 auto;width:94%;}
.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{font-family:"Biko";text-transform: uppercase;}


/*英文字体包*/
@font-face {
  font-family:"Biko";
  src: 
  url("//memberpic.114my.com.cn/xingzheng17/cssnew/Biko.woff2.txt") format("woff2"),
  url("//memberpic.114my.com.cn/xingzheng17/cssnew/Biko.woff.txt") format("woff"),
  url("//memberpic.114my.com.cn/xingzheng17/cssnew/Biko.ttf.txt") format("ttf"),
  url("//memberpic.114my.com.cn/xingzheng17/cssnew/Biko.eot.txt") format("eot"),
  url("//memberpic.114my.com.cn/xingzheng17/cssnew/Biko.svg.txt") format("svg");
}


html{font-size: 15px;}




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






/* 顶部 */
.superior_bg{height:20px;background: #6b6c6e;}
.superior{display:flex;justify-content:space-between;height: 100%;font-size: 14px;color: #fff;}
.superior a{font-size: 14px;color: #fff;}
.superior_left{display: flex;align-items: center;}





/* 导航 */
.navigation{display:flex;justify-content:space-between;align-items:center;height:125px;}
/* 栏目 */
.navigation_columns{display:flex;justify-content:space-between;align-items:center;width:55%;height:100%;}
.navigation_columns>li>a{ display:flex;align-items:center;height:100%;font-size:16px;color:#333;}
.navigation_columns .column_icon{display: flex;align-items: center;justify-content: center;height: 100%;}
.navigation_columns .column_icon:after{content:"";display: block;width:12px;height:7px;margin-left: 5px;background: url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240911/20240911112708_1284459343.png)no-repeat;}
/* 二级栏目 */
.columns_levei2{display:none;padding:20px;background:#6b6c6e;position:absolute;top:125px;z-index: 9;}
.columns_levei2 ul{display:flex;}
.columns_levei2 a{display:flex;flex-direction:column;align-items:center;justify-content:center;}
.columns_levei2 a+a{margin-left:20px;}
.columns_levei2 i{display: block;width:25px;height:25px;}
.columns_levei2_one i{background: url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240911/20240911173922_1989898255.png)no-repeat;}
.columns_levei2_two i{background: url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240911/20240911173922_1687406008.png)no-repeat;}
.columns_levei2_three i{background: url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240911/20240911173922_1707461051.png)no-repeat;}
.columns_levei2 a:nth-child(2) i{background-position-x:-25px;}
.columns_levei2 a:nth-child(3) i{background-position-x:-50px;}
.columns_levei2 a:nth-child(4) i{background-position-x:-75px;}
.columns_levei2 a:nth-child(5) i{background-position-x:-100px;}
.columns_levei2 p{margin-top: 10px;font-size:14px;color:#fff;line-height: 20px;text-align: center;}
.columns_levei2 a:hover p{color:rgb(255 255 255 / 0.75);font-weight:lighter;}
/*导航固定*/
.navigation_columns>li:hover>a, .navigation_columns>li.column_fixed>a{color:#003592;}
.navigation_columns>li:hover:after, .navigation_columns>li.column_fixed:after{background-position-x: -12px;}
/*抬头固定*/
#head_bg{width: 100%;z-index:9999;background:#fff;}
.yinyin{box-shadow: 0 0 30px rgba(0,0,0,.08);}
/*多语言*/
.navigation_language a{display: block;width:20px;height:15px;background: url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240531/20240531090624_1914147634.png)no-repeat;}






/* 幻灯片 */
.banner_bg{display:flex;align-items:center;justify-content:center;position: relative;margin-top: 125px;background: #f5f5f5;}
/*视频*/
.banner_video{overflow: hidden;position:relative;}
.banner_video video{width: 1200px;height: 675px;margin-top: -200px;}







/* 解决方案 */
.solution{display: flex;justify-content: space-between;}
.solution *{display: block;}
.solution a{display:flex;flex-direction:column;align-items:center;width:31%;}
.solution img{width:100%;transition: 0.3s;}
.solution a:hover img{padding:20px;box-shadow: 0 0 30px rgba(0,0,0,.08);}
.solution p{margin-top:30px;font-size:26px;color:#003592;font-weight:bold;}





/* 产品中心 */
.product_bg{padding: 60px 0;background:#b5b5b5 }
.product{display:flex;justify-content:space-between;    align-items: center;background:url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240531/20240531133535_1222715036.png)no-repeat center;}
/* 分类 */
.product_sort{display: flex;flex-wrap:wrap;width:550px;height: 280px;}
.product_sort a{display:flex;flex-direction:column;align-items:center;justify-content:center;width: 33%;}
.product_sort a:nth-child(4){margin-left:0px;}
.product_sort i{display: block;width:50px;height:50px;background:url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240911/20240911172901_1663004863.png)no-repeat;transition: 0.3s;}
.product_sort a:nth-child(2) i{background-position-x:-50px;}
.product_sort a:nth-child(3) i{background-position-x:-100px;}
.product_sort a:nth-child(4) i{background-position-x:-150px;}
.product_sort a:nth-child(5) i{background-position-x:-200px;}
.product_sort a:hover i{transform: scale(1.2);}
.product_sort p{margin-top: 20px;font-size: 16px;color: #fff;}






/* 业务 */
.business_bg{height:500px;overflow: hidden;}
.business{height: 100%;}
.business .business_swiper_slide_one{display:flex;flex-direction:column;align-items:center;margin-top: 50px;}
.business .business_swiper_slide_one li{text-align: center;}
.business .business_swiper_slide_text p{margin-bottom:5px;font-size:30px;color:#333;font-weight:bold;}
.business .business_swiper_slide_text span{font-size:18px;color:#666;}
.business .business_swiper_slide_two{display:flex;justify-content:space-between;padding:85px 120px 0;}
/*左右箭头*/
.swiper-button-next, .swiper-button-prev{top: 42% !important;}
.business_swiper-button{width:60px !important;height:130px !important;outline: none;transition: 0.3s;}
.business_swiper-button:after{color:#003592;font-size: 30px !important;}
/*分页*/
.business-pagination{bottom:25px !important;}
.business-pagination span{width: 10px;height: 10px;background:#e6001e;opacity:.8;border-radius: 100px;outline: none;}
.business-pagination span.swiper-pagination-bullet-active{width:40px;opacity: 1;}






/* 关于我们 */
.about_bg{height:1080px;background: #f0f0f0;}
.about_title b{font-size:30px;}
.about iframe{width: 100%;height:675px;}
.about a{display: block;width:180px;line-height: 50px;margin: 70px auto 0;background: #003592;font-size:18px;color:#fff;text-align:center;}
.about a:hover{background: #333;}





/* 画册 */
.brochure_bg{height:720px;background:url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240531/20240531172606_181744293.jpg)no-repeat center;background-attachment: fixed;position: relative;overflow: hidden;}
.brochure_bg:after{content: "";width:100%;height:100%;background:rgb(0 0 0 / 0.65);position:absolute;top:0px;z-index:1;}
.brochure_bg *{position: relative;z-index: 3;}
.brochure_title b{display: block;margin-bottom:60px;color:#fff;font-size: 30px;}
.brochure_title em{display: block;width:480px;margin:auto;padding-bottom:10px;border-top:1px #fff solid;border-bottom:1px #fff solid;}
.brochure li{display:flex;flex-direction:column;justify-content:center;align-items:center;}
.brochure i{}
.brochure p{margin:40px 0;font-size:20px;color:#fff;font-weight:bold;}
.brochure a{display:block;width:140px;line-height:40px;background:#003592;border-radius:5px;text-align:center;font-size:16px;color:#fff;font-weight:lighter;}
.brochure a:hover{background:#333;}





/* 新闻中心 */
.news_title b{color:#003592;}
.news_title em{border-top: 1px #b5b5b5 solid;border-bottom:none;}
.news_title{padding-bottom: 80px;}
.news{display:flex;justify-content:space-between;}
.news_text{width: 47%;}
.news_div_one p{font-size:24px;color:#003592;padding-bottom:40px;border-bottom:1px #e0e0e0 solid;}
.news_div_two{margin-top:20px;}
.news_div_three a{display:block;margin:40px 0 80px 0;width:180px;line-height:45px;background:#003592;font-size:16px;color:#fff;text-align:center;border-radius:5px;}
.news_div_three a:hover{background:#333;}
.news_div_two .news_div_item{display: flex;justify-content: space-between;align-items:center;flex-direction:row-reverse;}
.news_div_two .news_div_item+.news_div_item{margin-top:40px;}
.news_div_two .news_div_item_image{width:150px;}
.news_div_two .news_div_item_date{display:none;}
.news_div_two .news_div_item_content{width: 68%;}
.news_div_two .news_div_item_a{font-size:18px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;}
.news_div_two .news_div_item:hover .news_div_item_a{color:#003592;}
.news_div_two .news_div_item_body{margin-top:10px;font-size:14px;line-height:28px;color:#333;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}





/* 特点 */
.featur_bg{padding:60px 0;background: #003592;}
.featur{text-align: center;}
.featur p{font-size:23px;color:#fff;}
.featur span{display:block;margin-top:20px;font-size:18px;color:#fff;}





/* 联系我们 */
.connect_bg{padding-bottom: 80px;background: #f0f0f0;}
.connect{display:flex;justify-content:space-between;}
/*左边*/
.connect_left{width:50%;}
.connect_left .my-map{border: 1px #dcdcdc solid;}
/*右边*/
.connect_righht{width:46%;}
.connect_righht_two{margin-top: 40px;}
.connect_righht_two p{font-size:18px;line-height:40px;color:#333;}






/* 版权 */
.copyright_bg{padding:20px 0;background:#1d242d;}
.copyright{display:flex;justify-content:space-between;}
.copyright_left, .copyright_right{display: flex;}
.copyright p, .copyright a{font-size:14px;color:rgb(255 255 255 / 0.5);font-weight:lighter;}





/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/xingzheng17/uploadfile/image/20240911/20240911135401_2112247440.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #003592; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status>div{border-bottom: solid 1px #efefef;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #003592; border-color: #003592; 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-mail>i{background-position: -3px -74px;    width: 22px;height:22px;}
.y-kefu-box01 .kf-mail:hover>i{background-position: -27px -74px;}
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #003592; border-color: #003592;}
.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 .kf-QQ>i{width:22px;height:22px;background-position:-4px -151px;}
.y-kefu-box01 .kf-QQ:hover>i{background-position: -29px -151px;}

.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos, .kf-QQ .y-ewm-box{ 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: 260px; 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 { color:#999; }
.y-kefu-box01 .mobile-infos p { color: #003592; font-size: 18px; }
y-kefu-box .right{width:12px;height:12px;position:absolute;right:-12px;top:24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2{width:0;height:0;display:block;position:absolute;left:0;top:0;border-top:6px transparent dashed;border-right:6px transparent dashed;border-bottom:6px transparent dashed;border-left:6px white solid;overflow:hidden;}
y-kefu-box .right-arrow1{left:1px;border-left:6px #efefef solid;}
y-kefu-box .right-arrow2{border-left:6px white solid;}

/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color: #003592; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

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