/* CSS Reset */
b,em,i{font-style:normal}
html{-webkit-text-size-adjust:none;}
body{color: #333;overflow-x:hidden;margin:0; padding:0; font-family: "Arial";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}
li{list-style: none}
header,nav,section,article,aside,footer{display: block;}
input,select,textarea{border-radius: 0;outline: none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"]{-webkit-appearance: none;}
a{color: #1a1a1a;font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a *{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.fullscreen,.fullscreen body{width: 100%;height: 100%;overflow: hidden}
.alltra{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.table{display: table;width: 100%;height: 100%;}
.table-cell{display: table-cell;vertical-align: middle;}
.pcshow{display:block;}
.mbshow{display:none!important;}
.clear{clear:both;}
.img{position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.pic{position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img{max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block{display: block;width: 100%;height: auto;}
.img-inline{display: inline-block;width: auto;height: auto;}
.content{margin: auto;position: relative;overflow: hidden;}
.clamp1{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
::-webkit-scrollbar{height:4px; width:3px;background: #cfd6db;}
::-webkit-scrollbar-button{height:0; width:5px;background: var(--main-color);}
::-webkit-scrollbar-thumb{background-color:var(--main-color);box-shadow:inset 1px 1px 0 var(--main-color),inset 0 -1px 0 var(--main-color);}
.fl{float:left;}
.fr{float:right;}
.arrowdown{position: absolute; bottom: 5%; left: 50%; margin-left: -15px; z-index: 11; cursor: pointer;}

@font-face {
  font-family: 'iconfont';  /* Project id 5093802 */
  src: url('//memberpic.114my.com.cn/huangkai123/cssnew/iconfont.woff2.txt') format('woff2'),
       url('//memberpic.114my.com.cn/huangkai123/cssnew/iconfont.woff.txt') format('woff'),
       url('//memberpic.114my.com.cn/huangkai123/cssnew/iconfont.ttf.txt') format('truetype');
}


.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
	
body {
    --main-color: #003399;
    --min-width: 1400px;
    --max-width: 1920px;
}
/* header */
li, ul{margin: 0;padding: 0;border: 0;outline: 0; sans-serif;vertical-align: baseline;background: 0 0;box-sizing: border-box}
.head{padding: 1% 1%;/* overflow: hidden; */width: 100%;position: fixed;z-index: 5;}
.head.on{width: 100%;z-index: 999;box-shadow: 0 0 20px #ddd;background: #fff;}
.head_box{max-width: 1800px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.head_con{/*display:flex;*/justify-content: space-between;/* width: 50%; */align-items: center; margin-right:5vw;}
.head_nav{margin: 0 2vw 0 0;position: relative; float:right;}
.head_nav>ul{display: flex;align-items: center;width: 100%;}
.head_nav>ul>li{width: 21%;white-space: nowrap; line-height:100px; }
.head_nav>ul>li+li{margin: 0 0 0 2vw;}
.head_nav>ul>li>a{font-size: 18px;color: #fff;position: relative;}


.head_nav li:hover a:before,.head_nav>ul>li.cur a:before{width:100%;}
.head.on .head_nav>ul>li>a{color: #333;}
.head_nav ul li:hover a{opacity: .9;}
.head_sear{}
.jcen{ margin-top:2vw;  color:#fff; font-size:18px;}
.jcen img{ margin-right:3px;}
.top:hover .jcen{color:var(--main-color)}

/*search*/
.search{/* width: 78%; */background: #fff;padding: 0;z-index: 55;border-radius: 40px;display: flex;align-items: center;border: 1px solid #f5f5f5;}
.search_pro{font-size: 14px;width: 60px;padding: 0 0 0 15px; border-right: 1px solid #ddd;color: #666;}
.head_s{display: flex;align-items: center;justify-content: center;transition: 0.5s;}
.head_s form{display: flex;justify-content: space-between;align-items: center;width: 180px;height: 35px;padding: 0 12px;}
#search-bg{width: 140px; height: 35px;line-height: 35px;overflow: hidden;box-sizing: border-box;}
#search-i{box-sizing: border-box;position: relative;z-index: 5;margin-left: -5px;}
#search-i:after{content: '';width: 33px;height: 33px; border-radius: 50%; position: absolute; top: -6px;left: -6px;z-index: -1;}
#infoname{border: none; background: none;outline: none;}
.search-text{font-size: 15px;color: #666;display: flex;justify-content: center;align-items: center;letter-spacing: 1px;}
.search-text a{font-size: 15px;color: #666 !important;font-weight: 100;}
.search-text span{color: #333;font-size: 15px; font-weight: bold;}
.search_con{display: flex; flex-direction: column; align-items: center; width: 68%; padding-top: 10px;}
.search_tit{position: relative;z-index: 5;display: flex;flex-direction: column;align-items: center;}
.search_tit ul{display: flex;}
.search_tit li{font-size: 26px;color: #fff;line-height: 32px;letter-spacing: 2px;}
.search_tit li i{font-size: 32px;font-weight: normal;}
.search_tit p{font-size: 18px; width: 315px; height: 40px;background: #fff; display: flex;justify-content: center; align-items: center;color: #024adc;margin-top: 10px;}
.search_tit p span{font-size: 30px;font-family: "Times"; line-height: 30px; font-weight: bold;}
/*fic*/
.head_nav>ul>li:hover .head_fic{transform:rotateX(0);}
.head_fic{position:absolute;top:61px; margin-left:-14px; background:var(--main-color); transform-origin: top;transform: rotateX(90deg);transition: 0.5s; box-shadow: 0 0 13px rgba(0,0,0,.1);}
.head_fic ul{/*border-radius: 0 0 4px 4px;*/}
.head_fic li{position:relative;padding:0 20px;z-index:4; line-height:44px; height:44px;}
.head_fic li:before{content:'';width:0;height:100%;background:#fff; position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.head_fic li:hover:before{width:100%;}
.br{border-radius: 0 0 4px 4px;}
.head_fic li a{font-size:14px; font-family: PingFangSC-Regular; /*transition:0.5s;*/ color:#fff;}
.head_fic li:hover>a{color:var(--main-color);}
.head_fic li dl{position:absolute;left: 100%; text-align:center; transform: rotateY(90deg);transition: 0.5s;background:#fff url(/skin/home/images/npro_nav_bj.png) no-repeat; width: 100%;top: 0;}
.head_fic li:hover dl{transform:rotateY(0);}
.head_fic li dl dt{padding:0 10%;position:relative; line-height:44px; height:44px;}
.head_fic li dl dt:before{content:'';width:0;height:100%;background:var(--main-color);position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.head_fic li dt:hover:before{width:100%;}
.head_fic li dl dt+dt{}
.head_fic li dl dt a{font-size: 14px;transition:0.5s;}
.head_fic li dt:hover a{color:#fff;}
.lan, .menu{font-size:15px}
.logo{display:block; float:left; margin:18px 0 0}

.logo>img{height:66px;filter: contrast(0) brightness(2);}

.top{width:100%; position:fixed; top:0; left:0; z-index:11000; background: var(--main-color); box-shadow: 0 0 10px rgba(0, 0, 0, .1);height:100px; backdrop-filter: blur(10px);}
#top .fixed{background-color:var(--main-color);}
.top:hover{background:#fff; box-shadow: 0 0 30px 0px rgba(0,0,0,0.1); height:100px;background-image:  none;}
.top-in{position:relative; margin:0 auto; z-index:9; width:88% !important;}
.top-in p{  font-size: 24px;     padding-top: 38px; padding-left:5vw;   float: left; color:#fff}
.menu{float: right;}
.menu>ul>li{position: relative;float: left;margin-right:50px}
.menu>ul>li:last-child{margin-right: 0}
.menu>ul>li>a{padding:25px 0 21px 30px;display: block;line-height: 1;color: #666}
.menu>ul>li>a:hover{/*padding:23px 5px 23px;*/ opacity: .5; text-decoration: none; color:#fff}
.menu>ul>li .sub-menu .sub-menu_child{display: none; padding-left:20px;}
/*.menu>ul>li .sub-menu .sub-menu_child{transition: all 0.5s; transform: rotateX(90deg); transform-origin: top;}
.menu>ul>li .sub-menu:hover .sub-menu_child{transform: rotateX(0deg);}
*/
.menu>ul>li .sub-menu{transition: all 0.5s; transform: rotateX(90deg); transform-origin: top;}
.menu>ul>li:hover .sub-menu{transform: rotateX(0deg);}
.menu>ul>li .sub-menu{position: absolute;padding: 9px 18px;background:#488BFF; /*box-shadow: 0 2px 10px 0 rgba(4,16,76,.5);*/ border-radius:0 0 4px 4px; min-width: 130px;}
.menu>ul>li .sub-menu a{display: block;line-height: 30px;font-family: PingFangSC-Regular;font-size:14px;color: #fff;white-space: nowrap; height:auto;visibility: visible;}
.menu>ul>li .sub-menu .sub-menu_child a{color:#fff;}
.menu>ul>li .sub-menu a i{transform: rotate(90deg);}
.menu>ul>li .sub-menu a:active, .menu>ul>li .sub-menu a:hover{color:#fff;}
.menu>ul>li.show>a{padding:25px 5px 21px!important;opacity: .6!important}
.menu>ul>li.show .sub-menu{display: block}
.menu>ul>li.active>a{position: relative;padding:23px 5px 23px}
.menu>ul>li.active>a:hover{opacity: 1}
.menu>ul>li.active>a::after{content: "";position: absolute;bottom: 0;left: 50%;margin-left: -8px;width: 16px;height: 4px;background-color: #3BDBA6}
.menu-mb, .menu-mb-btn{display: none}
.menu>ul>li:hover .sub-menu{}
.menu>ul>li .sub-menu-group:hover .sub-menu_child{display:block;}
.lan{padding: 18px 0;position: absolute;top: 0;right: 0;width: 56px}
.lan>.acitve{position: relative;right: 0;height: 24px;padding: 0 9px;border: 1px solid #fff;border-radius: 16px;-moz-border-radius: 16px;-webkit-border-radius: 16px;-o-border-radius: 16px;-ms-border-radius: 16px;-khtml-border-radius: 16px;cursor: pointer}
.lan>.acitve span{padding-right: 10px;display: block;color: #fff}
.lan>.acitve .icon{position: absolute;top: 8px;right: 8px;z-index: 9;border-color: #fff transparent transparent}
.lan .drop{visibility: hidden;width: 100px;position: absolute;top: 60px;left: -18px;z-index: 9;background-color: #fff;border-radius: 6px;box-shadow: 0 5px 30px 5px rgba(69,79,91,.2)}
.lan .drop li>a{display: block;cursor: pointer;padding: 10px;color: #A8ACB0}
.lan .drop li>a:first-child{border-radius: 6px 6px 0 0}
.lan .drop li>a:last-child{border-radius: 0 0 6px 6px}
.lan .drop li>a:hover{color: #212B35}
.lan .drop.show{visibility: visible}
.lan.active>.acitve{opacity: .5}
.top.fixed{background-color:var(--main-color);}
.top:hover .head_nav>ul>li>a{ color:var(--main-color)}

.top:hover .top-in p{ color:var(--main-color)}
.top:hover .logo>img{height:66px;filter: none;    }
@media (max-width:1023px){.lan, .menu{display: none}
.btn{width: 224px;height: 46px;line-height: 46px}
.btn-border-blue, .btn-border-white{font-size: 12px}
.btn-border-blue .triangle, .btn-border-white .triangle{top: 19px}
.top{min-width: 0}
.top-in{width: 100%}
.logo{margin: 19px 0 0 1.4rem}
.logo img{width: 83px;height: auto;}}
@keyframes menuAnimate{0%, 100%{top:53px}
50%{top:50px}}
@keyframes menushow{0%{right:-100%}
100%{right:0}}
@keyframes menuhide{0%{right:0}
100%{right:-100%}}
@keyframes menucontentshow{0%{right:-100%}
100%{right:0}}
@keyframes menucontenthide{0%{right:0}
100%{right:-100%}}
.menu-mb{display: block;position: fixed;top: 0;right: -100%;width: 100%;bottom: 0;overflow: hidden;opacity: 0}
.menu-mb-content, .menu-mb-mask{position: absolute;top: 0;height: 100%}
.menu-mb>ul{display: none}
.menu-mb.mshow{opacity: 1;right: 0}
.menu-mb.mshow>.menu-mb-content{right: 0;animation: menucontentshow .3s ease}
.menu-mb.mshow>.menu-mb-content>ul{opacity: 1;transform: translateX(0)}
.menu-mb.mshow .menu-close{right: 1.5rem}
.menu-mb.mhide{right: -100%}
.menu-mb.mhide>.menu-mb-content{right: -100%;animation: menucontenthide .3s ease}
.menu-mb-mask{left: 0;z-index: 1;width: 100%;background-color: rgba(0,0,0,.3)}
.menu-mb-content{right: -100%;width: 15.5rem;z-index: 2;padding: 20px 1.5rem;background: #fff;overflow: scroll}
.menu-mb-content>.logo{display: block;float: none;margin: 0}
.menu-mb-content>.logo>img{width: 86px;height: auto}
.menu-mb-content a{font-size: 18px;color: #8A9196}
.menu-mb-content>ul{border-top: 1px solid #DFE3E8;margin-top: 45px;padding-top: 32px;opacity: 0;transform: translateX(30%);transition: all .8s}
.menu-mb-content>ul>li{margin-bottom: 15px}
.menu-mb-content>ul>li>h3{font-size: 18px}
.menu-mb-content>ul>li>a{display: block;padding: 5px 0}
.menu-mb-content>ul>li>a.has-children .icon{float: right;margin-top: 9px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s}
.menu-mb-content>ul>li>a.has-children.active .icon{-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg)}
.menu-mb-content>ul>li.active>a{color: #212B35}
.menu-mb-content>ul>li .sub-menu{display: none}
.menu-mb-content>ul>li .sub-menu>li a{display: block;padding-left: 20px;font-family: Helvetica;font-size: 14px;color: #8A9196;line-height: 32px}
.menu-mb-content>ul>li .sub-menu>li a:active{background-color: #f4f5f8}
.menu-mb-content .lan-list{margin-top: 25px}
.menu-mb-content .lan-list>li>h3{font-family: Helvetica;color: #279CD4}
.menu-mb-btn{display: block;margin: 21px 30px 0 0;float: right;width: 20px}
.menu-mb-btn>i{display: block;margin-bottom: 5px;height: 2px;border-radius: 1px;background: #fff}

.boyh{position: absolute; padding: 1.5% 0 90px; top:69%; left: 0; width: 100%; height: 100%; z-index: 5; transition: ease .3s; }
/*è§é¢*/
/*.banner-video{width: 100%; height: auto; position: absolute; left: 0; top: 50%; transform: translateY(-50%) scale(1.2); z-index: 0;}*/
.home-layer{width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; color:#fff;}



.index-swiper {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}


.banner-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover; 
  z-index: 0;
}



.normal-layout{}
.darkmenu{background: #0f1925;}
.stock{color: #ff0202; font-size: 12px; line-height: 44px; margin-left: 50px;}
.lang{opacity: .5; font-size: 14px; line-height: 40px; float: right; color: #fff;}
.home-first-content{margin: 0 auto; margin-top: 15%; text-align:center;}
.home-first-content .p1{font-size:5.3vw; letter-spacing:14px; font-weight:bold; color: rgba(255,255,255,0); -webkit-text-stroke: 2px #fff; /* color:#fff; text-shadow: 1px 1px 3px rgba(0,0,0,.3); */ font-family: hs_b;}
.home-first-content .p2{font-size:1.9vw; margin: 10px auto 0; -webkit-text-stroke:1px #fff; letter-spacing:0.2vw;}
.text-line{height: 5px; margin:25px auto 30px;}
text-line .f{height:3px;}
.text-line .o{height:3px; display: inline-block; vertical-align: top; overflow: hidden;}
.text-line span{display: block; width:60px; height:2px; background:#fff; overflow: hidden; transition: all 1s ease; -webkit-transform: translate(0px, 10px); transform: translate(0px, 10px);}
.text-line span{-webkit-transform: translate(0px, 0px); -webkit-transition-delay:.5s; transform: translate(0px, 0px); transition-delay:.5s;}
/*°å*/
.col33,
.col34{float: left; height: 50%; text-align:center; background-size: cover;}
.col33 span,
.col34 span{font-family:hs_b;}
.col33{width: 33%;}
.col34{width: 34%;}
.col33 span,
.col34 span{font-size: 100px;}
.col33 p:nth-child(1),
.col34 p:nth-child(1){font-size: 24px; margin-top: 23%;}
.col33 p:nth-child(2),
.col34 p:nth-child(2){font-size: 22px; font-weight:lighter; line-height:30px;}
.col33 p:nth-child(3),
.col34 p:nth-child(3){font-family:"Arial"; font-weight:lighter; opacity: 0.5; font-size:20px; letter-spacing:0.8px;}
.data1{background-image: url(https://memberpic.114my.com.cn/dtekcom/uploadfile/image/20241011/20241011171047_687757179.jpg);}
.data2{background-image: url(https://memberpic.114my.com.cn/dtekcom/uploadfile/image/20241031/20241031133247_2145393586.jpg);}
.data3{background-image: url(https://memberpic.114my.com.cn/dtekcom/uploadfile/image/20241011/20241011172234_2143679587.jpg);}
.data4{background-image: url(https://memberpic.114my.com.cn/dtekcom/uploadfile/image/20241031/20241031133247_1308909391.jpg);}
.data5{background-image: url(https://memberpic.114my.com.cn/dtekcom/uploadfile/image/20241031/20241031133247_1848280879.jpg);}
.data6{background-image: url(https://memberpic.114my.com.cn/dtekcom/uploadfile/image/20241031/20241031133247_1654857816.jpg);}
/*å­ä¼*/
.index-about{width: 100%;height: 100%;position: relative; color:#fff;}
.index-about .section-content{width: 78%;position: absolute;top:37%;transform: translateY(-50%);left: 10%;z-index: 11;}
.text-51{font-weight: 500; height:70px; line-height: 70px; margin-bottom:10px; /* overflow: hidden; */ font-size:3.3vw; letter-spacing:0px;}
.text-51 span{display: block; opacity: 0; -webkit-transform:translateY(80px); transform:translateY(80px);}
.text-51 span{opacity: 1; -webkit-animation: slideUp .5s 0s both ease; animation: slideUp .5s 0s both ease; -webkit-animation-delay: .4s; animation-delay: .4s;}
.text-52{height:40px; text-transform: uppercase; line-height: 40px; margin-bottom:30px; font-family: Arial; font-weight:lighter; font-size: 1.9vw;}
.text-52 span{display: block; opacity: 0; -webkit-transform:translateY(80px); transform:translateY(80px);}
.text-52 span{opacity: 1; -webkit-animation: slideUp .5s 0s both ease; animation: slideUp .5s 0s both ease; -webkit-animation-delay: .4s; animation-delay: .4s;}
/* index */
.index-swiper,.index-banner-swiper,.index-section{width: 100%;height: 100%;}
.index-swiper .index-pagination{right:2% !important; left:auto;}
.index-swiper .index-pagination span{background: #fff;opacity: .5;margin:20px 0!important;width: 6px;height: 6px;position: relative;transition:all .4s ease;}
.index-swiper .index-pagination span::before{content: '';width: 10px;height: 10px;border: 2px solid #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);opacity: 0;border-radius: 100%;transition:all .4s ease;}
.index-swiper .index-pagination span.swiper-pagination-bullet-active{opacity: 1;background: none;}
.index-swiper .index-pagination span.swiper-pagination-bullet-active::before{opacity: 1;}
/*.index-swiper .index-pagination.cur span{background: #000;opacity: .2;}
.index-swiper .index-pagination.cur span.swiper-pagination-bullet-active{background: none;opacity: 1;}
.index-swiper .index-pagination.cur span::before{border: 2px solid var(--main-color);}
.index-swiper .index-pagination.cur span.swiper-pagination-bullet-active::before{opacity: 1;}*/
.end-slide{height:558px;}
/*äº§å*/
.title-1{ font-size: 1.8vw;margin-top:5%;}
.title-2{ font-size: 1.8vw; font-weight:bold; color: var(--main-color);     padding-top: 24px;position: relative;    padding-bottom: 12px;}
.title-2:after {
    content: "";
    background: var(--main-color);
    position: absolute;
    left: 0px;
   
    bottom: 0px;
    width: 55px;
    z-index: 1;
    height: 2px;
}
.title-3{font-size: 3.3vw;font-weight: 400;}
.title-4{font-size: 20px;font-weight: 400;}
.title-5{font-size:1.51vw;}
.title-6{font-size: 24px;font-weight: 500;}
.title-7{font-size: 18px;font-weight: 500;}
.title-8{font-size: 22px;font-weight: 500;}
.title-9{font-size: 34px;font-weight: 500;}
.title-10{font-size: 60px;font-weight: 900;}
.title-11{font-size: 32px;font-weight: 500;}
.title-12{font-size: 28px;font-weight: 500;}
.title-13{font-size: 52px;font-weight: 500;}
.title-14{font-size: 14px;font-weight: 500;}
.title-15{font-size: 40px;font-weight: 900;}
.text-1{font-size:16px; line-height:26px; font-family:hs_l;}
.text-2{font-size:1.9vw; height: 40px;text-transform: uppercase;line-height: 40px;margin-bottom: 30px;font-family:;font-weight:;font-size: 1.9vw;}
.text-3{font-size:1vw; line-height:40px; font-weight:lighter; margin-top:30px; margin-bottom:1.2%;}
.text-4{font-size: 15px;line-height: 26px;}
.text-5{font-size: 40px;line-height: 50px;font-weight: 900;}
.text-6{font-size: 18px;line-height: 28px;}
.text-7{font-size: 24px;line-height: 34px;}
.text-8{font-size: 26px;line-height: 34px;}
.text-9{font-size: 16px;line-height: 24px;}
.text-14{font-size: 14px;line-height: 20px;}
.number-1{font-size: 14px;}
.number-2{font-size: 60px;}
.number-3{font-size: 80px;line-height: 80px;}
.number-4{font-size: 16px;}
.number-5{font-size: 40px;font-weight: 600;}
.entitle-1{font-size: 50px;font-family: 'Montserrat-Bold';}
.english-1{font-size: 14px;}
.english-2{font-size: 30px;font-family: 'Montserrat-Bold';}
.english-3{font-size: 200px;font-family: 'Montserrat-Bold';}

/**/
.footer{background:var(--main-color); width:100%;  min-width:1200px; display:block; text-align:center; padding:40px 0;}
.footer .lofor{    filter: contrast(0) brightness(2);}
.foot_dh{width: 100%; align-items: center;justify-content: space-between; height: 30px; border-bottom: 1px solid rgba(255,255,255,.05);}
.foot_dh .ftop{ color:#fff;}
.foot_dh>ul{width:1150px;display: flex;justify-content: space-between; height: 100%;padding-top:40px; margin:0 auto; padding-bottom: 50px;}
.foot_dh>ul>li{position: relative;height: 100%;}
.foot_dh>ul>li a{text-align: center;color: #fff;font-size: 16px; letter-spacing: 1px; font-family:hs_l;}
.foot_dh>ul>li.on>a{color: #fff; font-family:hs_b;}
.foot_dh>ul>li:hover>a{color: #fff; font-family:hs_b;}
/*è§é¢*/
.page6-content{position: absolute;text-align: center; z-index: 999; color: #fff; width: 80%; height: 100%; transform: translateY(-50%); top: 55%; left: 10%;}
.page6-content .ani{font-size:3.3vw;}
.videoShow{margin-top: 10vw;}
.in_company{width: 39%; float: left; height:200px; background: url(../images/in_company_bg.png) no-repeat center / cover; box-sizing: border-box; padding: 30px 30px;}

.index-news{width: 100%;height: 100%;position: relative;background: #f7f7f7;}
.index-news .section-content{position: absolute;top: 55%;transform: translateY(-50%);left: 10%;z-index: 11;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){}
@media only screen and (max-width:1440px ){.auto1440{padding: 0 100px;}.top-in{width:100%; margin-left:4%;}.head_nav{margin: 0 4% 0 0;}}
@media only screen and (max-width:768px )
{.auto1440{padding: 0 10px;}}
.auto1440{margin: 0 auto;max-width:1500px;}
@media only screen and (max-width:1440px ){.auto1440{padding: 0 100px;}}
@media only screen and (max-width:768px ){.auto1440{padding: 0 10px;}}
.ft-company-infos{padding:42px 0 50px;color:#999}
.ft-ads{font-size:16px}
.ads-list span{display:inline-block;margin-right:15px; font-size:17px; cursor:pointer}
.ads-list span.cur,.ads-list span:hover{color:#fff}
.company-ads{margin:20px 0; height:140px; color:#fff;}
.company-ads>div p{padding-top:6px; font-size:15px; color:#fff; font-family: hs_l;}
.company-ads:after{content:'';display:block;width:15px;height:17px;margin-top:20px}
.ft-company-infos{ text-align:left;}
.ft-ads{ }
.ft-ads .gz{ margin:0 2vw;}

.sdw-ewm{ }

.ft-company-infos .contact-us{height:150px;text-align:center;border-left:solid 1px rgba(255,255,255,.05);border-right:solid 1px rgba(255,255,255,.05);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.contact-us{color:#fff;font-size:16px}
.contact-us h3{font-weight:400}
.contact-us p{padding:30px 0 25px}
.contact-us p em{color:#fff;padding-right:15px;border-right:solid 1px rgba(255,255,255,.1)}
.contact-us p strong{font-size:20px;font-weight:400;padding-left:15px}
.contact-us a{display:block;width:128px;height:40px;line-height:40px;text-align:center;border:solid 1px #fff;color:#fff;font-size:14px;margin:0 auto;}
.contact-us a:hover{color:#fff;}
.sdw-ewm>div{width:135px;height:160px;background-color:#fff;margin-left:20px;text-align:center;color:#666}
.sdw-ewm>div img{width:120px;height:120px;margin:6px auto}
.copy-right{font-size:14px;color:#666;padding:35px 0 30px;border-top:solid 1px rgba(255,255,255,.05);position:relative}

.copy-right p span{padding-left:12px}
.ft-links a:hover,.copy-right p a:hover{color:#fff;text-decoration:underline}
.bottom_fun{padding-bottom:94px; width:1500px; margin:auto;}
.bottom_fun .left{width:212px;float: left;padding:6px 0; position: relative;line-height:30px; background:#eff1f3;}
.bottom_fun .left .txt{width:170px; line-height:20px;font-size: 14px;color:#333; border-right: 1px solid #bfd7fc; text-align:left; text-indent: 10px;}
.bottom_fun .left ul{position: absolute;background: #fff;bottom: 100%;padding:4px 0;border: 1px solid #eee; width: 100%; display: none; z-index:9999;}
.bottom_fun .left ul li{line-height: 26px;font-size:14px; text-align:left; padding-left: 15px; color: #333;}
.bottom_fun .bottom_down{position: absolute;cursor: pointer;right: 0;top: 0;width:42px;height:32px;background: url(../images/down.png) no-repeat center center;}
.bottom_fun .left ul li a{color: #848cae;}
.bottom_fun .right{float: right; width:15.3%}
.both{opacity: 0.2; background:#fff; height:1px;}
@media only screen and (max-width:768px ){.bottom_fun .left,.bottom_fun .right{width: 100%;float: none;}.bottom_fun .right{text-align: right;margin: 20px 0;}.bottom_fun .right .bdsharebuttonbox{float: right;}}
.auxiliary{overflow: hidden;width: 100%; line-height:26px; font-family: hs_l; padding-top:46px;}
.auxiliary .left{float: right; font-size: 14px; }
.auxiliary .right{color:#fff; float: left; font-family: hs_l; font-size: 14px; text-align:left; }
.auxiliary .right a{padding-right:0px; color:#fff; font-family: hs_l;}
.auxiliary a:hover{color:#fff;}
.auxiliary a{font-size: 14px; color:#fff; padding-right:14px;}
@media only screen and (max-width:768px )
{.auxiliary .left,.auxiliary .right{float: none;width: 100%;margin-bottom: 14px;}
}
.lwtj{}

/*äº§å*/
.prod_bg{padding-top:5.2%;  }
.prod_list{padding-left:17%; margin-bottom:40px; float:left;}
.mr{ float:right; margin-top:30px;}
.prod_list ul{display: inline-block;}
.prod_list ul li a:hover,.prod_list ul li.on a{}
.prod_list ul li {float:left; padding: 1.1% 0; height: 44px; background:var(--main-color);margin: 0 10px;  text-align: center;box-shadow: 0px 0px 24px 0px #D9D9D9;line-height: 44px;font-size: 16px;border-radius: 23px;padding: 0 24px;}
.prod_list ul li.on {background: #FFFFFF;}
.prod_list ul li:last-child {border-right:none;}
.prod_list ul li a { color:#fff; font-size:16px; }
.prod_list ul li.on a {color:var(--main-color);}
.prod{margin: 0 auto;margin-top: 30px; width: 100%; max-width: 85%; min-width: 1200px;}
.pro_bcc{overflow: hidden;    padding-top: 2%;}
.pro_cc .divproduct_new_div{display: flex; width: 100%; flex-shrink: 0;}
.pro_cc .divproduct_new_div .divproduct_new_div_item{display: flex;flex-direction: column-reverse;width:23.3%;flex-shrink: 0; padding: 0%;border-radius:20px; padding:0%;}
.pro_cc .divproduct_new_div .divproduct_new_div_item+.divproduct_new_div_item{margin-left: 2%;}
.pro_cc .product_div_item_pic{overflow:hidden}
.pro_cc .product_div_item_pic img{ width: 100%;transition:all .5s;display:block; border-radius: 20px; background: #fff; }
.pro_cc{margin-top:0.01%;position:relative; display: flex; transition: 0.5s;}
.pro_cc .divproduct_new_div_item_title a{font-size:16px;color: #333;display: block;margin: 3px 0 18px;position:relative;}
.pro_cc .divproduct_new_div_item_title a:after{content: "+MORE";width:100px;height: 36px;line-height: 36px;font-size: 14px;color: #333;transition:all .5s;display: block;margin: 20px auto 0;/*background: linear-gradient(to top, #fef2e1, #fef2e1);*/border-radius: 20px;  border: 1px solid #c0c1c5;}
.pro_cc .divproduct_new_div .divproduct_new_div_item:hover  .divproduct_new_div_item_title a:after{background:var(--main-color);color:#fff; border: 1px solid var(--main-color);}
.pro_cc .divproduct_new_div .divproduct_new_div_item:hover .product_div_item_pic img{transform:scale(1.1)}
.pro_cc .divproduct_new_div_item_content{text-align: center;}
.pro_cc .divproduct_new_div_item_body{width: 84%;margin: 0 auto;line-height: 30px;color:#888;font-size:15px;display:none;}
.pro_prev{position: absolute;top: 50%;left: 0;margin-top: -54px;}
.pro_next{position: absolute;top: 50%;right: 0;margin-top: -54px;}
.prod_list ul li a+dl{display: none;}
.prod_list .prolist2021{  margin-top:33px;}
/*ç»*/

/*ä½ä¼ä¼*/

@media(max-width:1266px)
{.cas_bc,.work{width: 1200px;}
}

/*ä½å®¢æ*/
.cas_ic { margin: 0 auto;  position: relative; }
.cas_ic .new_web_div2021 .tempWrap{width:100% !important;}
.cas_ic *{display:block;}
.cas_ic li{width:calc((100% - 10rem) /10);margin:10px 20px 10px 0;float:left;padding-left:0px !important;}
.cas_ic li img{width:100%;height:auto;border: 1px solid #eee;}
.cas_ic li:hover img{filter: initial;}
.cas_ic ul li p{display: none;}
.cas_ic ul:nth-child(1) {width: 85%; margin: 0 auto; min-width:1200px; padding-top:30px;}
.cas_bc{margin: 0 auto 80px;  margin-top:30px; width:85%;}
.cas_more a { width: 150px; border-radius: 5px;font-size: 18px; color: #333; background: #fff; border: 1px solid #cfcfcf; margin:0 auto;     text-align: center;  line-height: 46px;  font-size: 16px;  color: #333; display: block;}
.cas_more a:hover,.cas_more:hover a{color: #fff;  background: #8dc740; display: block; transition: all .9s ease;  width: 160px;}

/*ä½*/
.htitle h3 {  color:var(--main-color);font-size:35px;line-height: 4vw; font-weight: bold; position: relative; z-index: 1;  letter-spacing:0px;}
.common_title.mleft .icon_title{margin: 2rem 0 0;}
.common_title .cn{margin-top: -2rem;position: relative;}
.common_title .cn{font-size: 3rem;color:#1a1a1a;z-index: 3;text-align: left;}

.home_fullpage .section5{overflow: hidden;background: url(https://memberpic.114my.com.cn/0417971/uploadfile/image/20260612/20260612203134_141517033.jpg) no-repeat center bottom;background-size: cover;padding:80px 0 29px 0;box-sizing: border-box;}
.fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive, .fp-is-overflow>.fp-overflow{overflow: hidden;}
.home_fullpage .section5 .ctop{display: flex;justify-content: space-between; width:85%; margin:0 auto;}
.common_title.white .en{background-image: linear-gradient(to bottom, #fff, rgba(192,193,197,0.5));-webkit-background-clip: text;color: transparent;opacity: 0.2;font-size: 4rem; font-family: "DIN";}
.home_fullpage .section5 .ctop .mleft .common_title{margin-top:1rem;}
.home_fullpage .section5 .ctop .mleft .des{font-size: 1.11vw;line-height:1.5; width:100%; font-family: hs_l; margin-top:10px; color:#333}
.home_fullpage .section5 .ctop .mleft .des b{ margin-right:10px; display:block; margin-top:16px; color:#333}
.home_fullpage .section5 .ctop .mright img{width:50rem;opacity:1;}
.home_fullpage .section5 .partner_swiper{width: 100%;overflow: hidden;position: relative;margin-top: -3rem;padding-bottom: 2rem;}
.home_fullpage .section5 .partner_swiper .swiper-slide{display: flex;align-items: center;flex-wrap: wrap;}
.home_fullpage .section5 .partner_swiper .swiper-slide .item{background-color: #fff;width: 19%;height: 0.6146rem;margin-right: 1%;margin-bottom: 0.125rem;display: flex;align-items: center;justify-content: center;}
.home_fullpage .section5 .partner_swiper .swiper-slide .item img{width: 1.2292rem;}
.home_fullpage .section5 .partner_swiper .swiper-slide .item:nth-child(5n){margin-right: 0;}
.home_fullpage .section5 .partner_swiper .swiper-pagination{text-align: left;bottom: 0 !important;}


.num-scroll-two{left: 0px;z-index: 2; margin:auto; width:91%;}
.num-scroll-two li{text-align: left;display: inline-block;padding: 0 35px;font-size: 18px;}
.num-scroll-two li .num-cont{font-size: 24px; width:70%; padding:5px 0; margin: auto;    border-radius: 5px; color: #fff;  background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 100%);}
.num-scroll-two li .num-tit{font-size:20px; padding-top:0.62vw;color: #333;}
.num-scroll-two li .num{margin-bottom: 5px;font-size: 60px; line-height: 1;color: #fff;}
.num-scroll-two.bmt li{width:19%;text-align: center;padding: 0;padding-top:1%; margin-bottom:1%; font-size: 16px;line-height: 1.5;}
.num-scroll-two.bmt li .num{font-size:2.4vw; font-family: "DIN-BOLD"; color: #fff}
.num-scroll-two.bmt li .m{position: relative;top: -8px;left: 10px;color: #fff;font-style: normal;font-size: 18px;display: inline-block;}



/*ç®ä»*/
.abcontent {  width: 85%;   margin: 0 auto;}
.box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.tc{text-align:center}
.db{display:block}
.pr{position:relative}
.pa{position:absolute}
.oh{overflow:hidden}
.fl{float:left}
.fr{float:right}
.fwb{font-weight:700}
.fwn{font-weight:400}
.db{display:block}
.dn{display:none}
.fw{font-family:"Microsoft Yahei"}
.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:"."}
.f_cb,.f_cbli li{zoom:1}
.ma{margin:0 auto}
.line1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}
.line2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.line4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.pic{width:100%;overflow:hidden}
.pic img{-o-transition:all 1s linear 0s;transition:all 1s linear 0s}
.pic:hover img{-webkit-transform:scale(1.05) rotate(0) translateY(0);-ms-transform:scale(1.05) rotate(0) translateY(0);transform:scale(1.05) rotate(0) translateY(0)}
.white,.whites{position:relative;overflow:hidden}
.white:after,.whites:after{content:'';cursor:pointer;position:absolute;left:-100%;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,0));background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.9),rgba(255,255,255,0));transform:skewx(-25deg)}
.white:hover:after{left:100%;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s}
.whites:hover:after{left:100%;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
	
.g_yzsp{padding:6vw 0 0.1vw 0;background:#f4f4f4 url(https://memberpic.114my.com.cn/0417971/uploadfile/image/20260612/20260612202835_65142664.jpg) no-repeat center; overflow:hidden; }
.g_yzsp .yzup{height:9rem; overflow:hidden}
.g_yzsp .t{ text-align:left;}
.g_yzsp .t a{ line-height:2.5vw; font-size:35px; color:var(--main-color) ;    font-weight: bold;}
.g_yzsp .yzup .t{float:left;padding-top: 1vh;}
.g_yzsp .yzup h2 img{width:100%;display:block}
.g_yzsp .yzup p{float:right;width:65%;font-size:.88rem;font-weight:400;line-height:1.5rem;color:#666; text-indent: 2em;    padding-top: 1.2rem;}
.g_yzsp .yzup p span{ display:block; margin-top:15px; }
.g_yzsp .yzd .yzleft{float:left;width:42%;position:relative}
.g_yzsp .yzd .yzleft .sm{position:absolute;left:29.6%;bottom:1.3rem;width:27%;height:3.6rem;background:var(--main-color);border-radius:3rem;z-index:522}
.g_yzsp .yzd .yzleft .sm li{float:left;width:100%;height:3.6rem;position:relative;padding-left:5rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.g_yzsp .yzd .yzleft .sm li i{position:absolute;left:2.16rem;top:50%;margin-top:-1.5rem;width:3rem;height:3rem}
.g_yzsp .yzd .yzleft .sm li i img{width:100%;display:block}
.g_yzsp .yzd .yzleft .sm li b a{font-size:1.05rem;line-height:3.6rem;color:#fff;display:block;  font-weight: bold;}
.g_yzsp .yzd .yzleft .sm li span{display:none;width:8rem;height:8rem;border-radius:.5rem;border:.5rem solid #fff;position:absolute;left:50%;margin-left:-4rem}
.g_yzsp .yzd .yzleft .sm li span img{width:100%;display:block}
.g_yzsp .yzd .yzleft .sm li:hover b{font-weight:700}
.g_yzsp .yzd .yzleft .sm li:hover span{display:block}
.g_yzsp .yzd .yzleft .sm li:nth-child(1){background:var(--main-color);border-radius:3rem 0 0 3rem;     display: none;}
.g_yzsp .yzd .yzleft .sm li:nth-child(1) b{color:#fff; padding-left:7px;}
.g_yzsp .yzd .yzleft .yzsp{width:100%;position:relative;border-radius:0 3rem 0 0;cursor:pointer;}
.g_yzsp .yzd .yzleft .yzsp img{width:100%;display:block;border-radius:0 3rem 0 0}

.g_yzsp .yzd .yzleft .yzsp:after{content:"";position:absolute;/*background:rgba(0,0,0,.2);*/width:100%;height:100%;left:0;top:0;border-radius:0 3rem 0 0;z-index:11;transition:all .3s linear 0s}

.g_yzsp .yzd .yzr{float:right;width:54%}


.g_yzsp .yzd .yzr li{float:left;width:48.5%;margin-bottom:1.1rem;position:relative; background:#fff;border-radius:1rem; height:190px;border-radius:0.51rem;}
.ysrbg{width: 100%;display: block;}
.ysrbg img{width: 100%;display: block;border-radius:0.51rem;}
.g_yzsp .yzd .yzr li span{position:absolute;width:100%;left:0;top:0;display:none}
.g_yzsp .yzd .yzr li span img{width:100%;display:block;border-radius:0.51rem}

.g_yzsp .yzd .yzr li span:after{content:"";position:absolute;background:rgba(0,0,0,.3);width:100%;height:100%;left:0;top:0;border-radius:1rem;z-index:11;transition:all .3s linear 0s}

.g_yzsp .yzd .yzr li .yzico{position:absolute;right:.2rem;top:.6rem;width:6rem}
.g_yzsp .yzd .yzr li .yzico img{width:100%;display:block}

.g_yzsp .yzd .yzr li em{display:block;height:3.2rem;padding:3rem 0 0 1.7rem;position: absolute;left:0;top:0;}
.g_yzsp .yzd .yzr li em b{font-size:3.7rem;font-weight:400;line-height:3.2rem;color:var(--main-color);float:left;font-weight:700}
.g_yzsp .yzd .yzr li em i{float:left;font-style:normal;font-size:1.2rem;font-weight:400;line-height:3.2rem;color:#333;font-weight:700;display:block}
.g_yzsp .yzd .yzr li em strong{float:left;font-style:normal;font-size:2.6rem;font-weight:400;line-height:3.2rem;color:var(--main-color);font-weight:700;display:block}

.g_yzsp .yzd .yzr li h4{font-size:1rem;font-weight:400;line-height:2rem;color:#333;margin-left:1.7rem;position: absolute;left:0;bottom:2.5rem;}
.g_yzsp .yzd .yzr li:nth-child(2n){float:right}
.g_yzsp .yzd .yzr li:hover span{display:block}

	

.wetbg{ width:100%; background:#f4f4f4;  overflow: hidden;}
.int_nr{max-width:86%;margin: 0 auto; }
.mot_con {}
.mot_con ul {display: flex;justify-content: space-between;align-items: center;}
.mot_con li {display:  flex;flex-direction:  column;position:  relative;width: 22.5%; overflow:  hidden;    margin: 0 0.2%;}
.mot_con li:hover img {    transform: scale(1.1);}
.mot_con li:after {content:'';width:100%;height:100%;background:rgba(0,0,0,0.3);position:absolute;top:0;left:0;display:none;}
.mot_con li p {width:100%;padding:4px 0px;background:#fff;transition: 0.5s;}
.mot_con li a {  overflow: hidden;     display: inline-block;  }
.mot_con li p a {font-size: 15px;width:  100%;height: 100%;display:  flex;flex-direction:column; z-index: 5;color: #333; text-align:center;  }
.mot_con li a img {width:100%;height:auto;transition: 0.5s; border-radius:5px;}
.mot_con .ban_dot{display:  none !important;}
.int_nr .slick-prev:before,.int_nr .slick-prev,.int_nr .slick-next{ display:none!important;}


 /*news*/
.gyc{ width:85%; min-width:1200px; margin:0 auto;}
.news { overflow: hidden;background:#fff; width:100%; padding:130px 0 0 0; min-width:1200px; height:59vh;}
.nw_t { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.nw_l { }
.nw_l a { font-size: 2.2vw; font-weight: bold; display: block; line-height: 40px; color:var(--main-color); margin-bottom: 10px; }
.nw_l p { font-size: 16px; color: #999; }
.nw_r { }
.nw_r ul { display: flex; }
.nw_r ul li { width: 120px; height: 40px; border: 1px solid #d2d2d2; border-radius: 19px; display: flex; align-items: center; justify-content: center; }
.nw_r ul li+li { margin-left: 20px; }
.nw_r ul li a { font-size: 15px; }
.nw_r li.on, .nw_r li:hover { border-color: var(--main-color); }
.nw_r li.on a, .nw_r li:hover a { color: var(--main-color); }
.nw_con { overflow: hidden; }
.nw_b { transition: all .4s; display: flex; }
.nw_i { flex-shrink: 0; width: 100%; height: 0; visibility: hidden; }
.nw_i.on { height: auto; visibility: visible; }
.news_div{     display: flex;    flex-direction: row;}
.nw_i .news_div_item { border-right: 1px solid #e5e5e5; }
.nw_i .news_div_item_date {display: flex; }
.nw_i .news_div_item_year { display: block; font-size: 22px; height:22px; }
.nw_i .news_div_item_month, .nw_i .news_div_item_day { float: left; font-size: 26px; }

.nw_i .news_div_item:hover:before { width: 94%; }
.nw_i .news_div_item { width: 356px !important; flex-shrink: 0; padding-right: 0.5%; display: flex; flex-direction: column; position: relative; margin-right: 0.5%; padding-top: 20px;   }
.nw_i .news_div_item_body { height: 70px; line-height:24px; font-size:14px; }
.nw_i .news_div_item_pic { overflow: hidden;  }
.nw_i .news_div_item_pic a { display: block; position: relative; overflow: hidden; }
.nw_i .news_div_item_pic a:before, .nw_i .news_div_item_pic a:after { position: absolute; }
.nw_i .news_div_item_pic img { width: 100%; transition: all .5s; display: block; overflow: hidden; border: 1px solid #eee; }
.nw_i .news_div_item .news_div_item_title a { display: block; font-size: 20px; transition: all .5s; line-height: 20px; margin: 10px 0 15px; }
.nw_i .news_div_item:hover .news_div_item_title a, .nw_i .news_div_item:hover .news_div_item_title a:after, .nw_i .news_div_item:hover .news_div_item_month, .nw_i .news_div_item:hover .news_div_item_day { color: var(--main-color); }
.nw_i .divdgweb_new_div button { display: none!important; }
.nw_i .news_div_item:hover img { }