/*标签样式初始化*/
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:#0068dc;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;}




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








/*抬头*/
.head{display:flex;justify-content:space-between;align-items: center;height:120px;}
.logo{display:flex;align-items:center;}
.logo img{height: 90px;}
.logo li{margin-left: 10px;}
.logo p{font-size:27px;color:#333;}
.logo span{display:block;margin-top:3px;text-transform:capitalize;font-size:17.5px;color:#666;}

.head_right{display:flex;align-items:center;flex-direction: column;}
.head_right_top{display: flex;}
.head_right_bottom{display:flex;justify-content:center;width:30%;line-height:38px;background:#0068dc;font-size:18px;color:#fff;}
.head_right_bottom span{font-size:16px;font-weight:lighter;}
.head_right_bottom p{text-transform: none;}
/*搜索*/
.head_search form{display: flex;margin: 0px;}
.head_search input{display:block;height:40px;line-height:40px;outline: none;}
.search_left{padding-left:25px;border-radius:50px 0 0 50px;border:1px #0068dc solid;}
.search_right{width:80px;background:#0068dc;border-radius:0 50px 50px 0;border:none;font-size:16px;color:#fff;cursor: pointer;}
/*英文*/
.head_en{ display:flex;justify-content:space-between;width:100px;margin-left:20px;}
.head_en a{display:block;width:40px;height:40px;line-height:40px;background:#0068dc;border-radius:100%;font-size:16px;color:#fff;text-align:center;}






/*栏目*/
.column_bg{height:50px;line-height:49px;background-image:-webkit-linear-gradient( -90deg,rgb(255,255,255) 0%,rgb(245,245,245) 100%);border-top:1px #eee solid;}
.column>ul{display: flex;justify-content: space-between;}
.column>ul>li{width: 17%;height:50px;overflow: hidden;transition: 0.2s;}
.column>ul>li.column_two_none{height:100%;}
.column>ul>li>a{display: block;font-size: 16px;color:#333;text-align: center;}
.column>ul>li>a:hover,.column ul>li.navcurrent>a{background-image: -webkit-linear-gradient( -90deg,#004ea5 0%,#0068dc 100%);color:#fff;}
/*二级导航 下拉*/
.column_two{margin-top:40px;transition:0.3s;position: relative;z-index: 9999;}
.column_two_none .column_two{margin-top:0px;}
.column_two dd{border-top:10px #0068dc solid;background:#0068dc;}
.column_two a{display:block;font-size:15px;color:#fff;font-weight: lighter;text-align: center;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.column_two a:hover{background:#f5f5f5;color:#333;}
/*产品下拉*/
.column_two li>dl{display:none;}







/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1200px;}
.banner-box{ min-width:1200px; height:775px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:775px; 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:330px; left: 0; margin-left: 0; height:380px; 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/huayaknife/uploadfile/image/20230719/20230719115317_1961510140.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: #fff;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:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{top: 100px;}







/*简介*/
.about_bg{height:760px;background:#f5f5f5;}
.about{display:flex;align-items:center;height: 100%;}
.about_text{display:flex;flex-direction:column;justify-content:center;height:100%;margin-right: 5%;position:relative;z-index:2;}
.about_text *{display: block;}
.about_text b{font-size:30px;color:#333;}
.about_text i{width:60px;height:1px;background:#ddd;margin:30px 0 34px 0;}
.about_text p{font-size:16px;line-height:36px;color:#666;font-weight:lighter;}
.about_text a{width:180px;height:50px;line-height:50px;margin-top:60px;background:#0068dc;border-radius:100px;text-align:center;font-size:18px;color:#fff;}
.about_text a:hover{background:#333;}
.about_right{}
.about_right img{border-radius: 100%;}








/*产品中心*/
.product_sort ul{display:flex;justify-content:space-between;padding:0 40px;background:#0068dc;border-radius:100px;}
.product_sort dl{display: none;}
.product_sort li{text-align:center;}
.product_sort .prolist2021_one{display:block;line-height:55px;font-size:16px;color:#fff;transition: 0.3s;}
.product_sort .prolist2021_one:hover{font-size: 18px;font-weight: bold;}
/*图片*/
.product_img{margin:40px 0 0 0;padding:40px 100px;box-shadow:0 0 30px rgba(0,0,0,.08);}
.product_img ul *{display:block;}
.product_img li br{display:none;}
.product_img li{float: left;margin-right: 20px;}
.product_img li>a{overflow: hidden;}
.product_img li>a img{transition: 0.3s;}
.product_img li:hover>a img{transform: scale(1.2);}
.product_img span a{line-height:50px;font-size:16px;color:#333;text-align:center;border:1px #eee solid;font-weight: lighter;}
.product_img li:hover span a{color:#0068dc;}
/*按钮*/
.product_button{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#eee;border-radius:100%;position:absolute;top:55%;cursor: pointer;}
.product_button:hover{background:#0068dc;}
.product_button:after{content:"";display:block;width:11px;height:20px;background:url(https://memberpic.114my.com.cn/huayaknife/uploadfile/image/20230719/20230719105820_1308931647.png)no-repeat;transition: 0.3s;}
.product_button:hover:after{background-position-y: bottom;}
.product_button_left{left:25px;}
.product_button_right{right:25px;transform: rotate(180deg);}








/*联系*/
.connect_bg{}
.connect{display:flex;justify-content: space-between;}
/*电话*/
.connect_tel{display: flex;height:500px;padding:40px;background:#f5f5f5;}
.connect_tel li{display:flex;flex-direction:column;justify-content:center;height:100%;text-align:center;}
.connect_tel li+li{margin-left: 40px;}
.connect_tel b{display:block;font-size:28px;color:#0068dc;}
.connect_tel img{width:220px;}
.connect_tel p{margin: 20px 0;line-height:40px;font-size:24px;color:#333;text-align:center;}
/*地图*/
.connect_map{width:60%;}






/*版权*/
.copyright_bg{background: #222;}
.copyright{display:flex;justify-content: center;}
.copyright a{display: block;line-height:80px;font-size:15px;color:#999;font-weight:lighter;}
.copyright a+a{margin-left:30px;}
.copyright a:hover{color:#fff;}







/*底部*/
.ending_bg{line-height:80px;background:#222;border-top:1px #333 solid;}
.ending{display:flex;justify-content: center;}
.ending p,.ending a{display: block;line-height:80px;font-size:15px;color:#666;font-weight:lighter;}
.ending p{display: flex;}
.ending a:hover{color:#fff;}




/* 浮动*/
.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/huayaknife/uploadfile/image/20230719/20230719161758_1715102007.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: #0068dc; 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: #0068dc; border-color: #0068dc; 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: #0068dc; border-color: #0068dc;}
.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: 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: #0068dc;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: #0068dc; 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; }