/*标签样式初始化*/
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-color: #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:#0053d0;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.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: "fontDin2";}


@font-face {
    font-family: fontDin1;
    src: url(https://memberpic.114my.com.cn/023469/cssnew/DIN-MEDIUM_otf.txt), url(https://memberpic.114my.com.cn/023469/cssnew/DIN-MEDIUM_woff.txt), url(https://memberpic.114my.com.cn/023469/cssnew/DIN-MEDIUM_eot.txt), url(https://memberpic.114my.com.cn/023469/cssnew/DIN-MEDIUM_woff2.txt), url(http://login.114my.cn/memberpic/023469/cssnew/DIN-MEDIUM_ttf.txt)
}

@font-face {
    font-family:fontDin2;
    src: url(https://memberpic.114my.com.cn/023469/cssnew/DIN-BOLD_otf.txt), url(https://memberpic.114my.com.cn/023469/cssnew/DIN-BOLD_woff.txt), url(https://memberpic.114my.com.cn/023469/cssnew/DIN-BOLD_eot.txt), url(https://memberpic.114my.com.cn/023469/cssnew/DIN-BOLD_woff2.txt), url(http://login.114my.cn/memberpic/023469/cssnew/DIN-BOLD_ttf.txt)
}





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:#0053d0;}
.title p{font-size: 18px;color:#999;line-height: 30px;}







/*抬头*/
.head_bg{height:120px;}
.head{display: flex;justify-content: space-between;}
.head_logo{display: flex;align-items: center;}
.head_logo a{display: flex;align-items: center;height: 120px;}
.head_logo img{height:80px;}
.head_logo li{margin-left: 1vw;}
.head_logo b{font-size: 1.9vw;color:#333;}
.head_logo p{font-size: 0.86vw;color:#666;}
/*栏目*/
.NavCeshi>li{float:left;padding: 0 1.5vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi>li>a{display:block;position: relative;text-align: center;}
.NavCeshi>li i{line-height:120px;font-style:normal;font-size:16px;color:#333;}
.NavCeshi>li.navcurrent i,.NavCeshi > li:hover > a i{color:#0053d0;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #0053d0;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}
/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #0053d0 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:120px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px !important;background: #0053d0;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-size: 15px;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #0053d0;}
.nav2 table{width: 100%;}





/*搜索*/
.top_search{display: flex;align-items: center;height: 120px;cursor: pointer;}
.top_search p{display: flex;align-items: center;justify-content: center;width:50px;height:50px;background: #f5f5f5;border-radius: 100%;}

.head_right{display:flex;}

.search_bg{height: 100px;overflow: hidden;border-bottom: 1px #eee solid;}
.search_nbg{position: absolute;z-index: 999;top: 620px;border: 1px solid #eee;background: #fff;}
.search_nbg .search{background: #fff;margin: 0 auto;}
.search-bg{width:300px;height:50px;overflow: hidden;margin-top:26px;}
.search{width: 100%;height: 100px;padding: 0 30px;background:#fff;position: absolute;top: 120px;left: 0;z-index: 22;border-top: 1px #eee solid;transition: all 0.3s;transform: scale(0);}
.top_search:hover .search{transform: scale(1);}
.search_l{line-height: 100px;color: #c0c0c0;}
.search_l dd{font-size:16px;color: #333;display: inline-block;}
.search_l a{font-size:14px;color: #999;font-weight: lighter;}
.search_l a:hover{color:#0053d0;}
.search-bg #infoname{width:300px;background:#eee;outline:none;color:#ccc;border: none;height:50px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;border: 1px solid #eee;border-top: none;border-bottom: none;border-radius: 23px;}
.search_nbg #infoname{width:278px;height: 50px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 0px;top: 0px;height:50px;}
.search-i input{outline:none;}






/*幻灯片*/
.banner{width:100%;overflow:hidden;position:relative;z-index: 9;background: #000;}
.banner-box{ min-width:1400px; height:660px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:660px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;    height: 80%;    position: relative;    z-index: 9;}
.banner-btn{width: 100%; position: absolute;top:220px;left: 0;margin-left: 0;height:400px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(https://memberpic.114my.com.cn/023469/uploadfile/image/20230729/20230729155833_771510182.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #0053d0;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }

/*内页*/
.banner-nbox{height:500px;}
.banner-nbox .bd li{height:500px;}
.banner-nbox .banner-btn{top: 160px;height: 250px;}







/*关于我们*/
.about_bg{margin:80px 0;}
.about{ display:flex;justify-content:center;flex-direction:column;align-items:center;}
.about_video{border: 1px #eee solid;}
.about_text{display:flex;flex-direction:column;text-align:center;margin-top:40px;}
.about_text b{font-size:30px;color:#333;}
.about_text t{display:block;margin:10px 0 20px 0;font-size: 18px;color:#666;font-weight: lighter;}
.about_text p{font-size:16px;color:#999;line-height:34px;font-weight:lighter;}






/*数据*/
.data_bg{height:250px;background: url(https://memberpic.114my.com.cn/023469/uploadfile/image/20230728/20230728104355_749826753.jpg)no-repeat;background-attachment: fixed;}
.data{display:flex;justify-content:space-between;align-items:center;height:100%;text-align:center;}
.data li{display:flex;flex-direction:column;justify-content:center;width:20%;height:100%;}
.data dd{}
.data b{font-size:60px;color:#fff;}
.data t{display:inline-block;margin-left:3px;font-size:18px;color:#ffffff;}
.data p{margin-top: 5px;font-size:16px;color:#c4d6f5;font-weight:lighter;}







/*产品中心*/
.product ul{display: flex;justify-content: space-between;}
.product ul+ul{margin-top: 10px;}
.product ul *{display: block;}
.product a{display:flex;flex-direction:column;align-items:center;width:25%;padding:40px;background:#f5f5f5;}
.product a+a{margin-left: 10px;}
.product i img{transition: 0.3s;}
.product a:hover i img{transform: scale(1.2);}
.product p{margin-top:40px;font-size:16px;color:#666;font-weight:lighter;}
.product a:hover p{color:#0053d0;}








/*实力展示*/
.equipment ul{display: flex;}
.equipment ul *{display:block;}
.equipment li{width: 25%;position: relative;}
.equipment li img{width: 100%;}
.equipment p:before{content:"";display:block;width:100%;height:0px;background:rgb(0 0 0 / 0.6);position:absolute;top:0;left:0;    transition: 0.3s;}
.equipment li:hover p:before{height:360px;}
.equipment p a{ display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#FFF;position:absolute;top:0;left:0;z-index:2;transition: 0.3s;transform: scale(0);}
.equipment li:hover p a{transform: scale(1);}








/*新闻*/
.news_bg{}
.news_top ul{text-align:center; margin:0px auto;}
.news_wz{ height:48px;line-height: 36px; }
.news_wz b{font-size:26px;}
.news_wz span{font-size:24px; margin-left: 8px; color: #ccc; text-transform: uppercase; font-family: Arial;}
.news_wz em{font-size:16px; font-weight:200; display: block;color: #999;}
.news_tab{margin-top:10px;}
.news_tab li{display:inline-block; background: #fff; box-shadow: 0px 0px 20px #eee; width: 171px; height: 42px; line-height: 42px; text-align: center; border-radius: 30px;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;font-weight:100; color:#666;display: block;}
.news_tab li.on{color:#fff; background:#0053d0;width: 171px; height: 42px; line-height: 42px;}
.news_tab li.on a{color:#fff !important;}
.news_a{margin-right: 17px;}
.news_a em{position:relative;font-size: 20px;color: #c2c2c2; top:8px;}
.news_a .sPrev, .news_a .sNext{position:absolute;top: 2px;font-size: 20px;color: #c2c2c2;cursor: pointer;}
.news_a .sPrev{right: 5px;transform: rotate(-90deg);}
.news_a .sNext{left: 5px;transform: rotate(90deg);}
.news_a i:hover{color:#005cab;}
.news_list{height:28vw; min-height:500px !important;width: 100%;overflow: hidden;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{height:100%;}
.news_list .news_div_item{width: 25%;display: inline-block;position: relative;height:100%;transition:0.5s; padding:30px 40px 40px;border-right:1px #eee solid;}
.news_list .news_div_item:first-child{border-left:1px #eee solid;}
.news_list .news_div_item_date{font-weight: 400;height: 26px; line-height: 22px;}
.news_list .news_div_item_content{padding-right: 14px; padding-bottom:90px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{display: inline-block; font-size: 15px;line-height: 22px; color: #999;}

.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight:normal; color:#222;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';bottom: -152px;left: 0;width: 0;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 43px; border:1px #eee solid; font-weight: 100; display: none;}
.news_list .news_div_item_a::after{position:absolute;content:'';bottom: -141px;font-size: 43px;background:url(https://memberpic.114my.com.cn/023469/uploadfile/image/20230729/20230729155908_2058313379.png) no-repeat center;width: 18px;height: 14px;left: 0;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 24px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{overflow: hidden;}
.news_list .news_div_item img{transition:0.3s all linear; }
.news_list .news_div_item:hover img{transform:scale(1.1);}
.news_list .news_div_item:hover .news_div_item_a{color: #d81980;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{padding-left:40px;display: block;width: 130px;}
.news_list .news_div_item:hover .news_div_item_a::after{left:110px;}







/*版权*/
.copyright * {box-sizing: content-box;}
.links .linkTagcs a {font-size: 14px;color: #ccc !important;}
.copyright{ background:#222222; height:485px;}
.crcon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; position:relative;}
.crcright{ width:440px; height:412px; background:#383838; border:1px solid #4b4b4b; text-align:center; padding-top:70px; position:relative; z-index:9;}
.crcode{font-size: 0px;margin-bottom: 21px;margin-top: -39px;}
.crcode li{ display:inline-block; vertical-align:top; font-size:18px; color:#fff;}
.crcode li img{display:block;margin-top:10px;width: 100px;height: 100px;}
.crcode li+li{ margin-left:20px;}
.crtel{ font-size:16px; color:#cacaca;}
.crtel em{ display:block; font-size:32px; font-family:fontDin1; color:#fff;}
.crtel p+p{ margin-top:25px;}
.links{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; height:60px; width:950px;}
.links>p{ line-height:40px; font-size:16px; font-weight:bold; color:#fff; padding-left:35px; background:url(https://memberpic.114my.com.cn/023469/uploadfile/image/20230729/20230729155935_110154230.png) no-repeat left center; width:180px;}
.links>p span{ font-size:18px; padding:0 20px 0 5px;color:#fff;}
.crtel{ font-size:16px; color:#cacaca;}
.crtel em{ display:block; font-size:32px; font-family:fontDin1; color:#fff;}
.crtel p+p{ margin-top:25px;}
.crtel p:last-child em{}
.kslj{ width:960px; height:336px; padding-top:70px;display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.kslj li{ width:100px;}
.kslj p{ font-size:20px; color:#fff;}
.kslj p i{ display:block; width:100%; height:1px; background:#434343; position:relative; margin:20px 0 25px 0;}
.kslj p i:after{ content:''; display:block; position:absolute; left:0; top:0; width:30%; height:1px; background:#0053d0; transition:all .3s ease;}
.kslj li+li{margin-left:80px;}
.kslj li:hover i:after{ width:100%;}
.kslj li a{display:block; font-size:14px; color:#898989; line-height:36px; white-space:nowrap;font-weight: lighter;}
.kslj li a:hover{ color:#fff;}
.crcon:after{ content:''; display:block; position:absolute; left:-50vw; width:200vw; height:1px; bottom:95px; background:#000000; border-top:1px solid #2c2c2c;}
.end{ background:#0053d0;}
.end .page{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center;}
.end,.end a{line-height:86px; font-size:15px; color:#aeceff;font-weight: lighter;}
.end a:hover{ color:#fff;}
.end .page p+p{ width:440px; text-align:center; position:relative; z-index:3;}
.end .page p+p:after{ content:''; display:block; position:absolute; left:0; height:100%; width:440px; background:#0e6eff; top:0; z-index:-1;}
.dw_pic, .dw_pic img{height:auto;}













/* 浮动*/
.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(https://memberpic.114my.com.cn/023469/uploadfile/image/20230728/20230728161033_1224419897.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: #0053d0; 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: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0053d0; border-color: #0053d0; 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; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.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; }
.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: #0053d0; border-color: #0053d0;}
.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; }
.kf-mailbox>i{background-position: -5px -80px !important;}
.kf-mailbox:hover>i{background-position: -30px -80px !important;}

.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;} 
.kf-mobilephone>i{background-position: -5px -180px !important;;}
.kf-mobilephone:hover>i{background-position: -30px -180px !important;}

/*咨询热线*/
.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:#333;}
.y-kefu-box01 .mobile-infos p{color: #0053d0;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: #0053d0; 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; }