*{margin: 0;padding: 0;w15-sizing: border-w15;list-style: none;line-height: 100%;font-family: 'Hos','Microsoft YaHei';}
body{font-size: 14px;min-width: 1200px; overflow-x: hidden;font-family: 'Hos','Microsoft YaHei'; background:#fff;}
a{text-decoration: none; color:#333; font-size: 14px;}
li{list-style: none;}
em,i{font-style: normal;}
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,*::before,*::after {font-size: 14px;text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a:hover{color:var(--main-color); text-decoration:none;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.clear,. { clear:both;}
.fl {float: left;}
.fr {float: right;}
.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;height: auto;z-index: 1;max-width: 100%;max-height:100%;}
.img img.img-center {width: auto;height:auto;height:-webkit-min-content;height:-moz-min-content;height:min-content;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;max-width: 100%;}


/*全局变量*/
body{
--main-color:#0279d5; /*主色调*/
--min-width:1400px; /*最小宽度*/
--max-width:1920px; /*最大宽度*/
}

/* fonts */
@font-face { 
        font-family: 'Hos'; src: 
       url('https://cdn.114my.com.cn/font/lcw/Hos.ttf') format('truetype')
}
@font-face { 
        font-family: 'axt'; src: 
       url('https://cdn.114my.com.cn/font/lcw/axt.ttf') format('truetype')}


@font-face {
    font-family: 'Montserrat-Bold';
    src: url('https://cdn.114my.com.cn/font/hxp/Montserrat-Bold.woff') format('woff') ;
    font-weight: normal;
    font-style: normal;
}

@font-face { 
        font-family: 'DIN'; src: 
       url('https://cdn.114my.com.cn/font/lcw/D-DIN-Bold.ttf') format('truetype')
}
@font-face{font-family:'df'; src: url("https://cdn.114my.com.cn/font/lcw/yszt.TTF");}


.f03{font-family: 'Microsoft YaHei';}
.f05{font-family:'df';}


@font-face {
  font-family: 'iconfont';  /* Project id 5050405 */
  src: url('//at.alicdn.com/t/c/font_5050405_uy5t1du7kee.woff2?t=1761901173143') format('woff2'),
       url('//at.alicdn.com/t/c/font_5050405_uy5t1du7kee.woff?t=1761901173143') format('woff'),
       url('//at.alicdn.com/t/c/font_5050405_uy5t1du7kee.ttf?t=1761901173143') 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;}


@font-face {
  font-family: "alzt";font-weight: 700;src: url("//at.alicdn.com/wf/webfont/3hA9V25sMv11/LEQdY6A3Wk8M.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/3hA9V25sMv11/L8JgK1FFMyG8.woff") format("woff");font-variation-settings: normal;font-display: swap;
}

.webfont {
  font-family: "alzt";font-variation-settings: normal; /* Chrome 140 以下版本需要 */}


.w15{max-width: 1500px;min-width: 1200px; margin: 0 auto;}
.gy{margin: 0 auto;max-width: 1500px;min-width: 1200px;overflow:hidden;}

.top40{margin-top: 40px;}
.top60{margin-top:60px;}
.top70{margin-top:70px;}
.top80{margin-top:80px;}



/*bt*/
.bt {text-align: center;margin-bottom:40px;     color: #333; position: relative;}
.bt p{font-size:42px; font-weight: bold;}
.bt p b{color:var(--main-color);font-weight: bold;}
.bt span{display: inline-block;font-size:18px;color:#777;margin-top:15px;position:relative;}
.bt  span i{width:12px;height:12px;position:absolute;top:calc(50% - 6px);}
.bt span i:first-child{left:-20px;}
.bt span i:last-child{right:-20px;}
.bt  span i:before,.bt span i:after{content:'';position:absolute;}
.bt span i:before{width:5px;height:2px;background:#999;top:calc(50% - 1px);}
.bt span i:after{width:8px;height:8px;border-radius:100%;border:2px solid #999;left:0;top:0;}
.bt span i:first-child:before{left:-10px;animation:oneTitleBefore infinite 3s linear;}
.bt span i:last-child:before{right:-10px;animation:oneTitleAfter infinite 3s linear;}

@keyframes oneTitleBefore{
  0%{width:5px;left:-10px;}
  25%{width:1px;left:0px;}
  50%{width:5px;left:-10px;}
  75%{width:15px;left:-20px;}
  100%{width:5px;left:-10px;}
}
@keyframes oneTitleAfter{
  0%{width:5px;right:-10px;}
  25%{width:1px;right:0px;}
  50%{width:5px;right:-10px;}
  75%{width:15px;right:-20px;}
  100%{width:5px;right:-10px;}
}



/*抬头*/
.head {
    width: 100%;
   
    top: 0;
    z-index: 999;
    display: flex;
    transition: .5s;
}
.head.on{background:#fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);height: 120px;  position: fixed; 
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.82));}
.head.on .headbg{height: 120px;}
.head.on .headbg .logo {}

.head.on .head_nav > ul > li > a {padding-top: 0px;}
.head.on .head_nav li dl{top:100%;}
.head.on .head_nav li .dh_xl{top:100%;}
.head.on .head_nav > ul > li > a:after {margin: -3px auto 0;}
.head.on .head_nav{margin-top: 0px;}
.head.on .header-search{margin-top: -0px;}

.headbg{display:flex; flex-direction:row; justify-content:space-between; width:100%; max-width:1920px; min-width:1400px; height:120px; margin:0 auto; position:relative;background: #fff; padding:0 4%;}
.headbg .fl{display:flex; flex-direction:row; justify-content:space-between;     align-items: center;}
.logo { padding-top: 0vw;}
.logo a img { width: 100px;}
.name{margin-left:15px;  font-size:1.5vw; line-height:1.4; color:#333; font-weight:bold; white-space:nowrap; letter-spacing: 1px;  font-family: "alzt";}
.name p{ font-size:1.5vw; }

.headbg .fr{display:flex; flex-direction:row; justify-content:space-between; width:60%;}
.head_nav{width:84%; margin-top:0px;}
.head_nav > ul{display:flex; flex-direction:row; justify-content:space-between;   height: 100%;}
.head_nav > ul > li:nth-child(5){    position: relative;}
.head_nav > ul > li > a{display:block; padding-top:0px; font-size:1vw; line-height:120px; color:#333; text-decoration:none; transition-duration:0.8s;}
.head_nav > ul > li > a:after{content:""; display:block; width:0; height:3px; margin:-3px auto 0; background:var(--main-color); transition-duration:0.8s;}
.head_nav > ul > li:hover > a,.head_nav li.head_cur > a{color:var(--main-color); font-weight:bold;}
.head_nav > ul > li:hover > a:after,.head_nav li.head_cur > a:after{width:100%;}
@media(max-width:1600px){
.headbg .fr{width:70%;}
}



/*下拉*/

.head_nav li:hover .dh_xl{ visibility:visible; opacity:1; transform:translateY(0);}
.head_nav li .dh_xl{ position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 4.3rem 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: center;
  line-height: 1;
  border-top: 1px #eee solid;}
.dh_w{padding: 2% 10%;}
.dh_f{    width: 75%;
    border-right: 1px solid #CCCCCC;
    float: left;
display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.dh_r{width: 25%; padding-left: 4%; float: left;}
.dh_img {width:380px; position: relative; overflow: hidden;     border: 2px solid #eee; min-width: 380px;}

.dh_wz {text-align: left;     padding: 0 5%; }
.dh_wz .tit { color: #3E3E3F; font: 600 1.875rem/1.5em "";text-transform: uppercase;}
.dh_img img {
    height: auto;
    width: 100%;}
.dh_wz .p {
  color: #57585A;
  font-size:1.1rem;
  margin: 0.5rem 0 1em;
font-family: 'axt';
line-height:1.8;
font-weight: 100;}
.dh_wz .more-b{
  display: inline-block;
  padding: 0.65rem 1.6rem;
  border-radius: 0rem;
  background-color: #0077cc;
  color: #3E3E3F;
  overflow: hidden;
  position: relative;
  z-index: 1;}
.dh_wz a.more-b {
  display: inline-block;
  color: #fff;
  padding: 0.8rem 1.6rem;}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 0rem;
  background-color: #73ba54;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.dh_wz:hover > .more-b {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #fff;}

.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}



.dh_r{
  width: 20.71429%;
  padding-left: 4%;}
.dh_r a {
  display: block;
  color: #3E3E3F;
  font-size: 1.2rem;
  padding: 0.8em 0;
  text-align: left;
font-weight:100;}
.dh_r a:hover {  color: var(--main-color);text-decoration: underline;}


    

.flex {
  display: -webkit-flex;
  display: -moz-w15;
  display: -ms-flexw15;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-w15-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-w15-align: center;
      -ms-flex-align: center;
          align-items: center;}






/*搜索*/
.header-right{height: 100%;margin-left:100px;}
.header-search{float: right;position: relative;height:100%;text-align:center;display: flex;transition: all .3s;align-items: center; font-size: 22px;margin-left:20px;font-weight: bold;}
.header-search span{display:block;margin-left:10px;}
.header-search i{font-size: 16px; color: #fff;}
.top_con {width: 12vw;}
.top_con>ul {display: flex;
    justify-content: space-around;
    width: 100%;
    align-items: center;}
.top_con>ul>li {display: flex;position: relative;width: 24px;height: 24px;justify-content: center;z-index:66;   align-items: center;}

.top_con>ul>li:nth-child(2) {background: none;display: flex; align-items: center; width: 190px;}
.top_con>ul>li:nth-child(2) a {font-size: 1.4vw; font-weight:bold; color: var(--main-color); padding-left:5px; font-family:din;}
.top_con li i {font-size: 19px;line-height: 28px; color: #666; height: 28px; font-weight:normal;}

.top_con li i a{color: #666;  padding-left: 4px; font-size:16px;}
.top_con li>p {height: 30px !important;
    width: 200px;
    overflow: hidden;
    position: absolute;
    top: 32px;
    left: 0px;
    opacity: 0;
    transition: 0.5s;
    padding: 15px 5px;
    background: #fff;
    border: 1px solid #ddd;
    color: var(--main-color);}
.top_con li p img {width:100%;}
.top_con li>a {}
.top_con li:hover p {opacity: 1;transition: 0.5s;height: 120px;}

.top_con li>b {width: 120px;overflow: hidden;position: absolute;top: 40px;left: -20px;opacity: 0;transition: 0.5s; background: #fff;font-weight:normal;color: #333;}
.top_con li>b a{font-size:15px;color: #333; line-height: 40px;color: #333; display: block; font-family:'Microsoft YaHei';}
.top_con li:hover b{opacity: 1;transition: 0.5s;}
.top_con li>b a+a { border-top: 1px solid #eee;}
.top_con li>b a:hover {  background: var(--main-color); display: block; color: #fff;}

/*搜索*/
.top_con li:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {width: 670px;height: 120px;background: rgba(255,255,255,0.99);transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px;padding: 20px 10px; z-index: 9999;top:60px;}
.tit_sel span {font-size: 24px;display: block;color: #666;font-family: Arial;}

.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:38px; overflow:hidden; margin-top:20px;  w15-sizing: border-w15; padding-top: 0px; border: 1px solid #dddddd;border-left: none; padding-right:45px;}
#search-bg{    margin-left: 14px; float:left; width:530px; height:38px; overflow:hidden; padding-left:14px; margin-top:20px; w15-sizing: border-w15;     border: 1px solid #dddddd;border-right: none;text-align: left;    line-height: 38px;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:15px; color: #999;     font-weight: normal;}
.search-text a:hover{ font-size:15px; color: var(--main-color);}
.search-text span{ float:left;  color:#666;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #666; line-height: 32px;position: relative;z-index: 5;padding: 15px 0;width: 264px;height: 96px;background: #cb0303;text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid var(--main-color); border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid var(--main-color);position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}
.head_right {display: flex;justify-content: space-between;align-items: center;width: 72%;}





/* banner */
.container {
    width: 1500px;
    margin: 0 auto;
    max-width: 100%;
}
.indexBanner { z-index: 2; position: relative;}

.bannerSwiper {height: 100vh; position: static;}

.bannerSwiper .imgw15 {height: 100%;}

.bannerSwiper .imgw15 img {width: 100%;height: auto;min-height: 100%;transition: 1s linear 2s; transform: scale(1.1,1.1); object-fit: cover;}

.bannerSwiper .swiper-slide-active img , .bannerSwiper .swiper-slide-duplicate-active img {transition: 2s linear;transform: scale(1,1);}

.bannerSwiper .con {position: absolute; left: 43%; top: 41%; transform: translate(-50%, -50%);z-index: 1;}
@media screen and (max-width: 1680px){.bannerSwiper .con{left: 52%;top: 33%;}}
@media screen and (max-width: 1440px){.bannerSwiper .con{left: 53%;top: 32%;}}
.bannerSwiper .con strong {font-size:4.3rem;font-weight: 100;color: #ffffff; display: inline-flex; line-height: 2;}
.bannerSwiper .con strong div:nth-child(3) {    font-family: yw;font-size:5rem; letter-spacing: -15px;text-shadow: 0.3rem 0.3rem 0rem rgba(1, 126, 26, 0.5);position: relative;margin-top: -7px;}
.bannerSwiper .con strong div:nth-child(4) {    font-family: yw;font-size:5rem;  text-shadow: 0.3rem 0.3rem 0rem rgba(1, 126, 26, 0.5);position: relative; margin-top: -7px;}
.bannerSwiper .con strong div:nth-child(10) {    font-family: yw;font-size:5rem; letter-spacing: -10px;text-shadow: 0.3rem 0.3rem 0rem rgba(1, 126, 26, 0.5);position: relative;margin-top: -7px;}
.bannerSwiper .con strong div:nth-child(11) {    font-family: yw;font-size:5rem;  text-shadow: 0.3rem 0.3rem 0rem rgba(1, 126, 26, 0.5);position: relative; margin-top: -7px;}
.bannerSwiper .con .p1 {font-size:1.4rem;color: #ffffff; display: flex; line-height: 1.4; padding-top: 2%;}
.bannerSwiper .con .p1t {font-size:1.9rem;color: #ffffff; display: flex; line-height: 1.4; padding-top:0.6%;}
.bannerSwiper .con .h{color: #333;}
.bannerSwiper .con .hs{color: #666 !important;}
.bannerSwiper .con .ty{text-shadow: 0.1rem 0.1rem 0rem rgba(1, 126, 26, 0.5);}
.bannerSwiper .con .bx {
    font-size: 1.1vw;
    color: #fff;
    line-height: 46px;
    font-family: axt;
    height: 46px;
    border: 1px rgba(255, 255, 255, 0.2) solid;
    width: 31%;
    display: flex;
    text-align: center;
    margin-top: 2.6%;
    letter-spacing: 0.1vw;
    border-radius: 11px;
}
.bannerSwiper .con span {
    background: linear-gradient(to right, #0058c4 0%, #17bce3 100%);
    border-radius: 11px 0 0 11px;
    color: #fff;
    width: 61%;
    line-height: 46px;
    text-align: center;
}
.bannerSwiper .con em {
    color: #fff;
    width: 57%;
    line-height: 46px;
    text-align: center;
    font-style: normal;}

.bannerSwiper .con1{position: absolute; left: 50%; top: 32%; transform: translate(-50%, -50%);z-index: 1; text-align: center;}
.bannerSwiper .con1 strong {font-size:4vw;font-weight: 100;color: #fff; display: inline-flex; line-height: 2;}
.bannerSwiper .con1 .p1 {font-size:2.2rem;color:#fff; line-height: 1.5; padding-top: 1.2%;text-align: center;font-weight:bold;}
.bannerSwiper .con1 .ty{text-shadow: rgba(1, 69, 205,0.5) 0.05rem 0.05rem 0rem;}
.bannerSwiper .con1 .bx {
    font-size: 1.1vw;
    color: #fff;
    line-height: 46px;
    font-family: axt;
    height: 46px;
    border: 1px rgba(255, 255, 255, 0.5) solid;
    width: 31%;
    display: flex;
    text-align: center;
    letter-spacing: 0.1vw;
    border-radius: 11px;
   margin: 0 auto;
margin-top: 3%;
}
.bannerSwiper .con1 span {
    background: linear-gradient(to right, #0d3b88 0%, #054cc4 100%);
    border-radius: 11px 0 0 11px;
    color: #fff;
    width: 57%;
    line-height: 46px;
    text-align: center;
}
.bannerSwiper .con1 em {
    color: #fff;
    width: 60%;
    line-height: 46px;
    text-align: center;
    font-style: normal;
}
.bannerSwiper .con2 {position: absolute; left:53%; top: 45%; transform: translate(-50%, -50%);z-index: 1;}
@media screen and (max-width: 1680px){.bannerSwiper .con2{left: 52%;}}
@media screen and (max-width: 1440px){.bannerSwiper .con2{left: 52%;}}
.bannerSwiper .con2 strong {font-size:3.8vw;font-weight: bold;color: #333; display: inline-flex; }
.bannerSwiper .con2 .p1 {font-size:1.5vw;color: #444; display: flex; line-height: 1.4; padding-bottom: 0.6%; font-weight:500;}
.bannerSwiper .con2 .p1t {font-size:1.1rem;color: #fff; display: flex; line-height: 1.6; padding-top:3%;}
.bannerSwiper .con2 .h{color: #333;}
.bannerSwiper .con2 .hs{color: #666 !important;}
.bannerSwiper .con2 .ty{text-shadow: rgba(0, 0, 0, 0.1) 0.05rem 0.05rem 0rem;}
.bannerSwiper .con2 .bx {
    display: flex;
    text-align: center;
}
.bannerSwiper .con2 span {background: linear-gradient(to right, #0058c4 0%, #17bce3 100%);
    border-radius: 20px 0 0 20px;
    color: #fff;
    width: 58%;
    line-height: 42px;
    text-align: center;
}
.bannerSwiper .con2 em {
    color: #333;
    width: 56%;
    line-height: 42px;
    text-align: center;
    font-style: normal;background: linear-gradient(to right, #fff 0%, #f8f8f8 100%);
border-radius: 0px 20px 20px 0px;
}


.bannerSwiper .con3 {position: absolute; right: -80%; top: 50%; transform: translate(-50%, -50%);z-index: 1;}
@media screen and (max-width: 1680px){.bannerSwiper .con3{right: -110%;}
.bannerSwiper .con3 .ty1 {  left: 110px;}}
@media screen and (max-width: 1440px){.bannerSwiper .con3{right: -110%;}
.bannerSwiper .con3 .ty1 {  left: 110px;}
.bannerSwiper .con3 strong { font-size: 4.1vw; letter-spacing: 10px;  }
.bannerSwiper .con3 .p1t {font-size: 1vw;}
.bannerSwiper .con3 .bx img {max-width: 450px;}
}

@media screen and (max-width: 1400px){.bannerSwiper .con3{right: -110%;}
.bannerSwiper .con3 .ty1 {  left: 100px;}
.bannerSwiper .con3 strong { font-size: 4.1vw; letter-spacing: 10px;  }
.bannerSwiper .con3 .p1t {font-size: 1vw;}
.bannerSwiper .con3 .bx img {max-width: 450px;}
}
@media screen and (max-width: 1360px){.bannerSwiper .con3{right: -110%;}
.bannerSwiper .con3 .ty1 {  left: 100px;}
.bannerSwiper .con3 strong { font-size: 4.1vw; letter-spacing: 10px;  }
.bannerSwiper .con3 .p1t {font-size: 1vw;}
.bannerSwiper .con3 .bx img {max-width: 450px;}
}
@media screen and (max-width: 1300px){.bannerSwiper .con3{right: -110%;}}

.bannerSwiper .con3 strong {font-size:3.8vw;font-weight: 800;color: #fff; display: inline-flex;text-shadow: 0.2rem 0.2rem 0rem rgb(255 255 255 / 20%);  font-family: 'axt';}
.bannerSwiper .con3 .p1 {font-size:1.2vw;color: #444; display: flex; line-height: 1.4;     letter-spacing: 1px;}
.bannerSwiper .con3 .p1t {font-size:0.9vw;color: #fff; display: flex; line-height: 1.6; padding-top:1.2%;}
.bannerSwiper .con3 .ty1{left: 170px;
    position: relative;
    margin-bottom: 1%;}
.bannerSwiper .con3 .h{color: #333;}
.bannerSwiper .con3 .hs{color: #666 !important;}
.bannerSwiper .con3 .ty{}
.bannerSwiper .con3 .bx {
    font-size: 1.1vw;
    color: #fff;

    display: flex;
    text-align: center;
    margin-top: 3%;
    letter-spacing: 0.1vw;
    border-radius: 20px;
}
.bannerSwiper .con3 span {background: linear-gradient(to right, #197ce8 0%, #00a2ff 100%);

    border-radius: 20px 0 0 20px;
    color: #fff;
    width: 58%;
    line-height: 42px;
    text-align: center;
}
.bannerSwiper .con3 em {
    color: #333;
    width: 56%;
    line-height: 42px;
    text-align: center;
    font-style: normal;background: linear-gradient(to right, #fff 0%, #f8f8f8 100%);
border-radius: 0px 20px 20px 0px;
}


#preloader-2.yr{right: 4%;}
#preloader-2 {position: relative; margin-top: 2.5rem;}
#preloader-2 span {position: absolute; width:1.24rem; height: 1.24rem; background: #fff;border-radius: 50%; bottom: 0;}
#preloader-2 span:nth-child(1){animation: cross-1 1.5s infinite linear;}
#preloader-2 span:nth-child(2){ background: var(--main-color); animation: cross-2 1.5s infinite linear;}

@keyframes cross-1{

  0%{transform: translateX(0); opacity: 0.8;}

  50%{transform: translateX(200%); opacity: 1;}

  100%{transform: translateX(0);opacity: 0.8;}

}

@keyframes cross-2{

  0%{transform: translateX(200%); opacity: 0.8;}

  50%{transform: translateX(0); opacity: 1;}
  100%{transform: translateX(200%);opacity: 0.8;}
}

.indexXian {position: absolute; left: 4%; top: auto; z-index: 1;bottom:5rem; display: flex;}
.indexXian span {font-size: 0.9rem;letter-spacing:0rem; color: #ffffff; margin-right: 1rem; text-transform: uppercase;writing-mode:vertical-rl; position: relative;}
.indexXian i {width: 2px;height: 5.84rem;background: #EFEFEF; display: block; position: relative; overflow: hidden;}
.indexXian i::after {content: ""; position: absolute;left: 0;width: 2px;height: 100%;background: var(--main-color); opacity: 1; animation: aline 3s infinite linear;}
@keyframes aline { from {bottom: 100%;}to {bottom: -100%;}}
.swControls {display: flex; align-items: center; justify-content: space-around; width: 100%;height: 5rem; position: absolute; left: auto; left: 0; top: auto; bottom: -.3rem;  z-index: 11; overflow: hidden;}
.swControls {display: none;}
.swControls { padding-left: 2%; w15-sizing: border-w15;}
.swControls::after {content: ""; position: absolute; width: 100%; height: 100%; z-index: -1; left: 100%;top: 0;transition: 1.5s; }
.swControls.on::after {left: 0;}
.swControls.swiper-button-next:after, .swiper-button-prev:after{font-size:0px !important;}
.swControls > div {position: relative;}
.bannerSwiper .swiper-pagination {width: 100% !important; bottom: 27px  !important;}
.bannerSwiper .swiper-pagination span {width: 1rem; height: 1rem; border: 1px solid #; opacity: 1; w15-sizing: border-w15; background: rgba(255,255,255,0.3);}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {background:var(--main-color);}
.bannerSwiper .swiper-num {margin-left: 0%;color: #fff; display: none;}
.bannerSwiper .swiper-num .actives {font-size:2rem;}
.bannerSwiper .swjtw15 {display: none;}
.bannerSwiper .swjt {position: relative; margin: 0;width: 1rem; height: 1rem; border-radius: 50%; left: 0; top: auto;}
.bannerSwiper .swjt i{color: #ffffff;font-size: 2rem;}
.bannerSwiper .swjt img {max-width: 70%;}
.bannerSwiper .swjt.swiper-button-prev {transform: rotate(180deg); margin-right: 1.3rem;}




/*pro*/
.proa {padding: 6.4% 2% 5% 2%;overflow:hidden; width: 100%;height: 100%;background:#f6f6f6; }
.pro_w15 {max-width: 1500px;margin:0 auto;}
.pro_tit {display: flex; align-items: center; justify-content: space-between;}

.pro_bt{font-size: 40px; font-weight: bold; text-align: left;}
.pro_bt b{color: #333;}
.pro_bt p{font-size:17px; font-weight:normal; color:#666; padding:5px 0; text-align: left;}

.pro_tab {margin: 0% 0 0;}
.pro_nav {width: 56%;margin-left: 4%;}
.pro_nav ul {display:flex;justify-content: space-between;flex-wrap: wrap;row-gap: 0.5vw;}
.pro_nav li {background: #fff;transition: 0.5s;position: relative; box-shadow: 0px 0px 24px 0px #D9D9D9; border-radius: 100px; width: calc(91% / 5);
    height: 50px;
    line-height: 50px;
    text-align: center;}
.pro_nav li+li{margin-left: 15px;}

.pro_nav li:hover,.pro_nav li.on {}
.pro_nav li+li {}
.pro_nav li a {font-size: 17px;font-weight: normal;color: #444;transition: 1s;  height: 50px;  line-height: 50px; display: block;}
.pro_nav li:hover a,.pro_nav li:hover:before,.pro_nav li.on a,.pro_nav li.on:before {background:var(--main-color);color: #fff;  border-radius: 50px;}
.pro_con {margin: 1.5% 0 0;}
.pro_call {}
.pro_call .progdwz2021 {margin-bottom: 0 !important;}
.pro_call .divproduct_new_div {margin-bottom: 0 !important;}
.pro_call .divproduct_new_div_item {width: 32.6%;position:relative;border: 1px solid #e3e3e3;flex-direction: column-reverse;display: flex !important;overflow: hidden;margin: 0.1% !important;background: #fff;transition: 0.5s;}
.pro_call .divproduct_new_div_item:nth-child(n+4) {}
.pro_call .divproduct_new_div_item_date {display:none;}
.pro_call .divproduct_new_div_item_content {display:flex;flex-direction:column;background: var(--main-color);margin: 4% 0 0;padding: 6% 0;color: #fff;}
.pro_call .divproduct_new_div_item_title {text-align: center;}
.pro_call .divproduct_new_div_item_title a {font-size: 22px;font-family: Arial;color: #fff;}
.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_title a{color:;}
.pro_call .divproduct_new_div_item_body {margin: 3% 0 0;display: block;display: none;}
.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_body {}
.pro_call .divproduct_new_div_item:nth-child(2n+1) .divproduct_new_div_item_body {bottom: 100%;right: 100%;  left: auto;}
.pro_call .divproduct_new_div_item:nth-child(2n+1):hover .divproduct_new_div_item_body {     right: 0; left: auto; top: 0;bottom: 0;}
.pro_call .divproduct_new_div_item_body p {display:flex;flex-direction:column;align-items: center;font-family: Arial;position: relative;transition: 0.5s;font-size: 15px;line-height: 30px;/* color: #888; */}
.pro_call .divproduct_new_div_item_body p span {}
.pro_call .divproduct_new_div_item_body p em {font-size: 14px;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 6% 0 0;border-top: 2px solid #fff;margin: 6% 0 0;}
.pro_call .product_div_item_pic {}
.pro_call .product_div_item_pic a {overflow:hidden;display: block;}
.pro_call .product_div_item_pic img {width:100%;height:auto;transition: 0.5s;}
.pro_call .divproduct_new_div_item:hover img {transform:scale(1.1);}
.pro_call .slick-prev:before {content: '\e67b' !important;font-family: iconfont !important;color: #fff !important;font-size: 18px !important;letter-spacing: -3px;}
.pro_call .slick-next:before {content: '\e67c' !important;font-family: iconfont !important;color: #fff !important;font-size: 18px !important;letter-spacing: -3px;}
.pro_call .slick-prev {left: 93% !important;background: var(--main-color) !important;width: 48px !important;height: 48px !important;border-radius: 50%;z-index: 5;position: absolute;top: -50px;display: none ! IMPORTANT;}
.pro_call .slick-next {right: 0 !important;background: var(--main-color) !important;width: 48px !important;height: 48px !important;border-radius: 50%;z-index: 5;top: -50px;right: 0;display: none ! IMPORTANT;}
.pro_call .slick-prev:before,.pro_call .slick-next:before {opacity: 1;transition: all ease 0.5s;}
.news_call:hover .slick-prev:before, .news_call:hover .slick-next:before {opacity: 1;}
.pro_call .slick-list {/* height: 400px !important; */padding: 1rem 0 !important;margin-top:2%;}
.pro_call .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;margin: 2% 0 0;/* position: absolute; */bottom: 18%;right: -38%;}
.pro_call .ban_dot li {width: 10px;height: 10px;display: inline-block;background: #fff;margin: 0 0.5%;transition: 0.5s; border-radius: 50%;}
.pro_call .ban_dot li.slick-active {background: var(--main-color);}
.pro_call .ban_dot li button {font-size:0;border: none;outline: none;}
.pro_call ul {display: flex !important;flex-wrap:wrap;justify-content: space-between;margin-bottom: 0 !important;!i;!;}
.pro_call>div>ul>div>div>li {display: flex !important;! ;flex-direction:column; width: 16%;padding: 0.2% 0.2% 1.1%;background: #fff;margin: 0 0.1%; position: relative;}
.pro_call li:nth-child(n+7) {}
.pro_call>div>ul>div>div>li:before {content:'';width:100%;height:0;background:var(--main-color);position:absolute;bottom:0;left:0;transition:1s;}
.pro_call li:hover:before {height:100%;}
.pro_call li:hover a {color:#fff;}
.pro_call li:hover span>a:before {color:#fff;border:1px solid #fff;}
.pro_call li>a {overflow:hidden;}
.pro_call li a img {width:100%;height:auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li br {display:none;}
.pro_call li span {width:100%;padding: 10% 0 0;text-align: center;/* margin: 10% 0 0; */}
.pro_call li span a {font-size: 18px;/* color: #fff; */position:relative;width: 100%;display: inline-table;}
.pro_call li span a:before {content:'Real more';width: 7rem;position: absolute;right: 0;font-size: 0.9rem;bottom: -3.5rem;left: 0;margin: 0 auto;border-radius: 1rem;border: 1px solid #ddd;padding: 0.3rem 0;} 
.about_txt a:hover {text-decoration: underline;}


/*mod*/
.glpt_con{height: 1012px;background: url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031172438_1151656350.jpg) no-repeat center 0;    position: relative;}
.glpt_con:before{content: ""; background: linear-gradient(rgba(2, 121, 213, 0.8), rgba(0, 0, 0, .0));  width: 100%;    height: 100%; position: absolute;  top: 0;}
.glpt_con:after {
    content: '';
    background: url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031153950_2017466050.png) no-repeat;
    position: absolute;
    bottom:0%;
    left: 3%;
    width: 27%;
    height: 57%;
    z-index: 5;
    background-size: contain;
}
.glpt_con .content{position: relative;}
.page, .content {
    max-width: 1500px;
    margin: 0 auto;
    overflow: hidden;
}
.glpt_con h3{color: #fff;font-weight: normal;position: absolute;left: 0;top: 95px; width: 24%;line-height: 25px;color: rgba(255,255,255,0.8);}
.glpt_con h3 b{display: block;font-size: 44px;font-weight: bold; color: #fff; padding-bottom:30px;}
.glpt_con h3 em{display: block;font-size: 40px;padding: 42px 0 20px; font-weight: bold; letter-spacing: 0px;color: #fff;}
.glpt_con h3 p{line-height: 30px;}
.glpt_list{max-width: 1140px;margin-left: 25%;padding: 74px 0 0; margin-bottom: 74px; z-index: 11; position: relative;}
.glpt_pg{position: absolute;width: 90px;right: 0;top: 55px;text-align: center;height: 10px;}
.glpt_pg i{display: inline-block;width: 10px;height: 10px;border-radius: 100%;background: #8a8c96;vertical-align: top;margin: 0 5px;}
.glpt_pg i.on{background: #fff;}
.glpt_list .prev{position: absolute;right: 75px;top: 49px;z-index: 10;}
.glpt_list .next{position: absolute;right: 0;top: 49px;z-index: 10;}
.glpt_list li{float: left;width:30%; border: 1px solid rgba(255,255,255,0.3);border-radius: 50px 0;margin-left: 3%; padding-bottom:60px;transition: 0.5s; padding:75px 0;height: 380px;}
.glpt_list li h4{text-align: center;padding: 0px 0;}
.glpt_list li h4 i{font-size: 60px;line-height: 90px; font-weight: 100;color: #fff;}
.glpt_list li b{display: block;font-size: 16px;color: rgba(255,255,255,0.5);line-height: 28px; font-weight: 400;}
.glpt_list li em{display: block;font-size: 30px;line-height: 44px; font-weight: bold;color: #fff;}
.glpt_list li i{display: none;margin: 0 auto;}
.glpt_list li .way_desc{font-size: 14px;color: #fff;line-height: 30px;text-align: center;opacity: 0.8;height: 176px; padding:20px 30px; font-weight: 100;}
.glpt_list li .way_desc p{color: #fff;line-height: 26px;}
.glpt_list li .zx{display: block;width: 192px;height: 47px;line-height: 47px;text-align: center;font-size: 15px;color: #fff;background:var(--main-color);margin: 0 auto;transition: 0.5s;}
.glpt_list li:hover{background: linear-gradient(120deg,#29b84f,#5faf3c);transition: 0.5s; border-radius: 50px;}
.glpt_list li:hover h4 b{display: none;}
.glpt_list li:hover h4 i{display: block;}
.glpt_list li:hover .way_desc{opacity: 1; color: #fff; font-size: 15px; font-weight: 100; padding:0px 30px;}
.glpt_list li:hover .zx{background: none;width: 185px;border: 2px solid #fff;height: 47px;line-height: 47px;border-radius: 4px;transition: 0.5s;}
.glpt_r {
    height: 296px;
    max-width: 1140px;
    margin-left: 24.3%;
    background: #fff;
    padding: 36px 30px 0px 30px;
}
.index_3_1 ul li{ margin-right:2.08333333333333%; float:left; width:23.4375%; position:relative;}
.index_3_1 ul li:before{
  content: "";
  position: absolute;
  z-index: 2;
  background-size:cover;
  background: linear-gradient(120deg,var(--main-color) 10%,#3cbbf9 80%);
  background-position:center; background-repeat:no-repeat;  
  left: 0%;
  width: 0%;
  opacity:0;
  top: 0%;
  height: 4px;
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;}
.index_3_1 ul li:hover:before{
width:100%; opacity:1;}
.index_3_1 ul li:nth-child(4n){
margin-right:0;}
.index_3_2{
margin-top:5.875em;}
.index_3_1_mid{
padding:0 1.875em; padding-top:1em; padding-bottom:1.875em; }
.index_3_1_mid_1{
color:#119fd4; font-size:1.875em; font-family:Arial, Helvetica, sans-serif;}
.index_3_1_mid_2 span{
display:block; overflow:hidden; font-size:22px; color:#000; line-height:36px;}
.index_3_1_mid_2{
margin-top:10px; padding-bottom:10px; margin-bottom:5px; position:relative;}
.index_3_1_mid_2:before{
content: "";
  position: absolute;
  z-index: 2;
  background-color:#91b2d7;
  background-position:center; background-repeat:no-repeat;  
  left: 0%;
  
  width: 100%;
  opacity:1;
  bottom: 0%;
  height: 1px;
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;}
.index_3_1 ul li:hover .index_3_1_mid_2:before{
background-color:#dae1e6}         
.index_3_1_mid_3{
color:#666; line-height:1.5; margin-bottom:2em; position:relative; margin-top: 1em;}
.index_3_1_mid_3_mask{opacity:0;
position:absolute; left:0; top:0; width:100%;}
.index_3_1_mid_3_mask span{ background-image:url(https://memberpic.114my.com.cn/jujing/uploadfile/image/20230418/20230418160455_1309029808.png);
position:absolute; width:2.25em; height:2.25em; left:50%; top:50%; margin-left:-1.125em; margin-top:-1.125em;}
.index_3_1_mid_3_jj{overflow:hidden; font-size: 14px; font-weight: 100; line-height:23px;color: #999;}
.index_3_1_mid_3_mask span:before{
content: "";
  position: absolute;
  z-index: 2;
  background-image:url(https://memberpic.114my.com.cn/076985649935/uploadfile/image/20231110/20231110140103_13285056.png);
  background-position:center; background-repeat:no-repeat;  
  left: 0%;
  
  width: 100%;
  opacity:1;
  bottom: 0%;
  height: 100%;
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;}

.index_3_1_mid_4 span{display:inline-block; border:1px #b0b0b0 solid; width:2.25em; height:2.25em; background-position:center; background-repeat:no-repeat; background-image:url(https://memberpic.114my.com.cn/076985649935/uploadfile/image/20231110/20231110143715_1555851877.png);}
.index_3_1 ul li:hover{
background-color:#f0f4f7;}
.index_3_1 ul li:hover .index_3_1_mid_3_mask{
opacity:1;}
.index_3_1 ul li:hover .index_3_1_mid_3_jj,.index_3_1 ul li:hover .index_3_1_mid_4{
opacity:0;}




/*adv*/
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-tableCell {
 
    vertical-align: middle;
    width: 100%;
    height: 100%;

}
.fp-tableCell{position: relative;overflow: hidden;}
.containery{max-width:80% !important;margin: 0 auto;}
.hmc3ImgBgs{ position:absolute; left:0; top:0; right:0; bottom:0; overflow:hidden}
.hmc3Img{ position:absolute; left:0; top:0; right:0; bottom:0; opacity:0; visibility:hidden; transition:all 0.5s ease-in-out;}
.hmc3Img.on{ opacity:1; visibility:visible}
.hmc3Img .bgImg{ left:0; top:0; right:0; bottom:0; position:absolute; transition:all 4s ease-in-out;}
.hmc3Video{ left:0; top:0; right:0; bottom:0; position:absolute;}
.hmc3Video video{width: 120%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.hmc3Video:after{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.4);}
.hmc3Img .bgImg:after{content:""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent); position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; }
.hmc3Img.on .bgImg{ transform:scale(1.07);}
.hmPage3 .containery{position:relative; z-index:3;}
.hmc3con{ height:480px; position:relative; margin-top:22vh;}
.hmc3txts{ position:relative;}
.hmc3txt{ position: absolute; left: 0; width: 70%; top: 0; transition: all 0.3s ease-in-out; opacity: 0; color: #FFF; visibility:hidden; z-index:0 }
.hmc3txt.on{    max-width: 700px;  opacity:1; visibility:visible; z-index:1}
.hmc3txt strong{ font-size: 2vw; font-weight: 500; line-height: 2; display: block; transition:all 0.8s ease-in-out; opacity:0; transform:translateX(100px); letter-spacing:0px;font-family: 'Har';}
.hmc3txt p{ font-size: 1vw; letter-spacing: 0px; line-height: 36px; margin: 18px 0px 30px; transition:all 0.8s ease-in-out; opacity:0; transform:translateX(100px); font-family: 'axt';}
.hmc3txt div{ transition:all 0.8s ease-in-out; opacity:0; transform:translateX(100px);}
.hmc3txt.on strong{ opacity:1; transform:translateX(0); transition-delay:0.2s}
.hmc3txt.on p{ opacity:1; transform:translateX(0); transition-delay:0.3s}
.hmc3txt.on div{ opacity:1; transform:translateX(0); transition-delay:0.4s}
.hmc3m{ line-height: 48px; text-align: center; height: 48px; width: 180px; font-size: 16px; color: #FFF; background: var(--main-color); display: inline-block; border-radius:1.8em;}
.hmc3m i{font-size:16px; padding-left:6px;}
.hmc3m:hover{box-shadow:0 5px 10px rgba(0,0,0,0.2); color:#FFF; transform:translateY(-5px);}
.hmc3menu{ height:120px;display: flex; justify-content: space-between; position: relative; margin-bottom: 5%;}
.hmc3Btn{ width:25%; display:block; background:#fff; margin-right:2px; position:relative;}
.hmc3menu .hmc3Btn:last-child{margin-right:0;}
.hmc3dbox{ padding: 33px 0px 0px 1.97vw; position: relative; height:120px; }
.hmc3dbox strong{ font-size: 24px; font-weight: 400; line-height: 34px; display: block; letter-spacing: 2px;color: #333; }
.hmc3dbox p{ font-size: 12px; color: #D0D0D0; line-height: 20px; text-transform: uppercase; }
.hmc3dbox span{ height:42px; width: 50px; position: absolute; top: 50%; right: 1.67vw; margin-top:-25px;font-size: 42px;color: #333;}
.hmc3layer{ width: 100%; position: absolute; left: 0; right: 0; bottom: 0; transition: all 0.5s ease-in-out; border-radius: 1.2em 1.2em 0 0; height: 0; background: var(--main-color); overflow: hidden; height: 0; text-align: center;}
.hmc3layer:before{content:""; height:4px; background:#69b141; width:100%; position:absolute; left:50%; bottom:0; transition:all 0.5s ease-in-out; width:0%;}
.hmc3Btn:hover .hmc3layer:before{width:100%; left:0;}
.hmc3Btn:hover .hmc3layer{height:250px; padding: 45px 12px 0px 12px; color:#fff; }
.hmc3icon{ width:110px; height:110px; display:inline-block; position:relative; margin-bottom:5px; line-height: 110px; font-size: 34px;}
.hmc3icon i{ position:absolute; left:0; top:0; right:0; bottom:0}
.hmc3icon i:nth-child(1){ background: url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031200613_317744096.png) no-repeat center center; animation:radiusRotate 3s linear infinite; }


.hmc3icon i:nth-child(2){ background: url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031200702_352718352.png) no-repeat center center; animation:radiusRotate2 3s linear infinite; }
.hmc3icon i:nth-child(3){ background: url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031200702_1335158152.png) no-repeat center center; animation:radiusRotate 5s linear infinite;  }
.hmc3icon img{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.hmc3layer strong{ font-size: 24px; font-weight: 400; line-height: 34px; display: block; letter-spacing: 2px; }
.hmc3layer p{ font-size: 12px; color:rgba(255,255,255,0.6); line-height: 20px; text-transform: uppercase;}
.hmc3txt.on div a.hmc3m {
    font-size: 1vw;
}
.section03 .row {
  margin: 0 -7.5rem;
  align-items: center;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row .right{margin-left:7%;}
.section03 .row>div {
  padding: 0 7.5rem;
}

.section03 .right .row {
  margin: 0;
}

.section03 .right .row>div {
  padding: 0;
}

#hw .section03 .right .row>div:first-child {
  margin-bottom: 5.375rem;
}

.right .data {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: flex;
}

.right .data .counter {
  font-size: 6rem;
  line-height:1;
  font-weight: 100;
  color: #fff;
    font-family: 'neu';
}

.right .txt {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.container3 {
    width: 100%;
    max-width: 100%;
}
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 46%;
    }
.more {
  line-height: 3rem;
  border: 1px solid #00478b;
  border-radius: 1.875rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.more a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #00478b;
  padding: 0 2.5rem;
 line-height: 3rem;
}

.more::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00478b;
  z-index: -1;
  transform: scale(0);
  transition: all .4s;
}

.more:hover::before {
  transform: scale(1);
}

.more:hover {
  border-color: #fe0401;
}

.more:hover a {
  color: #fff;
}
.syname {
  font-size: 2.875rem;
  line-height: 4.0625rem;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin-bottom: .9375rem;
  padding-bottom: .625rem;
  display: inline-block;
font-family: 'Har';
}

.syname::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 5.5rem;
  height: .1875rem;
  background: #fe0401;
}

.syen_name {
  font-size: 1.875rem;
  line-height: 2.3125rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5625rem;
}

.sytxt {
  font-size: 1.25rem;
  line-height: 2.2rem;
  /* text-transform: uppercase; */
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5625rem;
  text-align: justify;
}

.sytxt1 {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  text-align: justify;
  color: #000;
}

.sytxt2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}

.sytxt3 {
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-align: justify;
  color: #fff;
}

.syname11,
.syen_name11,
.sytxt11 {
  color: #000;
}

.syname11::before {
  background: #fe0401;
}

.synamezj::before {
  background: #000;
  width: 4%;
  left: 50%;
  transform: translateX(-50%);
}

.more11 {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.more11 a {
  color: rgba(0, 0, 0, 0.4);
}

.circle {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.circle .iconfont {
  color: #fff;
  opacity: 0.5;
}

.circle:hover {
  background: #fe0401;
}

/*honor*/
.honor_bg{background: #F7F7F7;padding-top: 80px;}
.honor {display: flex;  align-items: end;  justify-content: space-between;     width: 1500px; margin: 0 auto;}
.honor_l img{margin-left:-110px;}
.honor_r{width:calc(100% - 335px);padding:40px 30px;background: linear-gradient(90deg,#fff 30%,#fff 70%);box-shadow: 50px 0px 50px rgba(0,0,0,0.05);}
.honor_r .tempWrap{width:100% !important;}
.honor_r ul{display:block;}
.honor_r li{float:left;overflow: hidden;transition: 0.3s ease all;display:block;width:calc((100% - 60px) / 4);margin-right:15px;text-align: center;}
.honor_r li p a{color: #333;font-size: 16px;display:block;}
.honor_r li p{height:50px;line-height:50px;position: relative;z-index: 2;background: #f8f8f8;display:none;}
.honor_r li img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width:100%;height: 100%;display: block;}
.honor_r li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}


/*客户见证*/
.suc_bc{background: url(https://memberpic.114my.com.cn/0406811/uploadfile/image/20251017/20251017151557_1723435264.jpg)no-repeat  bottom;padding: 80px 0;}

.yiy_img{height:574px;margin-top:35px;overflow:hidden;position:relative;}
.yiy_img .divdgweb_new_div_item_title a{display:block;font-size:24px;position:relative;font-weight:bold;color:#333;text-align: center;     line-height: 35px;}
.yiy_img .divdgweb_new_div_item_body{height: 88px;color:#888;font-size:0px;line-height: 24px;padding:8px 0 0;overflow:hidden;}
.yiy_img .divdgweb_new_div_item_body:after { content: "油烟净化器是一种用于处理油烟废气的装置，广泛应用于厨房、宾馆、饭馆、酒家、餐厅以及学校..."; font-size: 16px;  line-height: 30px; color:#888;}
.yiy_img .divdgweb_new_div_item:hover{color:#fff;}

.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_body:after{color:#fff;}



.yiy_img .tempWrap,.yiy_img .divdgweb_new_div{overflow:inherit !important;width:100%;}
.yiy_img .divdgweb_new_div{padding-top:15px!important;}
.yiy_img .divdgweb_new_div_item {display: flex;flex-direction: column-reverse;width: calc((100% - 90px) / 4);background: #fff;margin-right:30px;transition:all .5s;overflow:hidden;float:left;}
.yiy_img .divdgweb_new_div_item:hover{transform: translateY(-10px);}
.yiy_img .divdgweb_new_div_item .news_div_item_pic,.yiy_img .divdgweb_new_div_item .news_div_item_pic img{width:100%;}
.yiy_img .divdgweb_new_div_item .news_div_item_pic a{display:block;position: relative;}
.yiy_img .divdgweb_new_div_item .news_div_item_pic a:after {position: absolute;content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.4);top: 0;left: 0;transition:all .5s;}
.yiy_img .divdgweb_new_div_item:hover .news_div_item_pic a:after{opacity: 0;}
.yiy_img .divdgweb_new_div_item img {width: 100%;height:auto;}
.yiy_img .divdgweb_new_div_item_content{position: relative;padding:23px 32px 97px 32px;transition:all .5s;height:244px;background:#fff;}
.yiy_img .divdgweb_new_div_item_title a:after {position: absolute;content: '查看详情';width: 120px;height: 34px;border-radius: 17px;background: var(--main-color) ;font-size: 14px;color: #fff;bottom: -180px;left: 50%;margin-left: -58px;font-family: "Microsoft YaHei";text-align: center;line-height: 34px;transition: all .3s;}

.yy_cate table tr.on{background:#29b84f;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a:after{background: #29b84f;}
.yiy_img .divdgweb_new_div_item_content:before {position: absolute;content: "";width: 0;height: 0;border-left: 215px solid transparent;border-right: 215px solid transparent;border-top: 290px solid transparent; top: -340px;left: 50%;margin-left:-215px;z-index: 99;opacity: 0;transition:all .5s;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content{    background:var(--main-color);}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content:before{opacity: 1;}
.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content .divdgweb_new_div_item_body,.yiy_img .divdgweb_new_div_item:hover .divdgweb_new_div_item_content .divdgweb_new_div_item_title a{color:#fff;}
.suc_btn ul {display: flex;justify-content: center;margin-top:27px;}

.suc_btn ul li {font-size: 0;height: 16px;width: 16px;border-radius: 100%;background: #eee;margin-right: 12px;}
.suc_btn ul li.on{background: linear-gradient(to right,var(--main-color),#5faf3c);}


/*about*/

.about_bc{overflow: hidden;position: relative;}
/*视频*/
.video_sp{float:left; padding:27px 0px;}
.ripple img { margin-left: 15px;margin-top:12px;width:32px;height:32px;}
.ripple,.ripple:before,.ripple:after {position: absolute;left:50%;top:40%;height: 65px;width:65px;margin-top: -26px;margin-left: -32px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255,0.64);-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);box-shadow: 0 0 0 0 #fff;animation: ripple 3s infinite;}
.ripple{padding:6px;background: rgba(255, 255, 255, 0.5);}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_w15{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_w15.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_w15.cur .video,.video_w15.cur .video_x{top:40%;transition:600ms ease;}
.video_x1{width:100%;height:950px;background: url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031150127_1149444778.jpg)no-repeat center;position: relative;float:left;}
.video_x1:before {content: "";width: 100%;height:100%; background: #000; position: absolute; opacity: 0.4;}
@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);}
    100%{-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);}
}
.jquery-lightw15-border-bottom-left,.jquery-lightw15-border-bottom-middle,.jquery-lightw15-border-bottom-right {    BOTTOM: -34px !important;}
.about_con {position: absolute;bottom: 0px;right:60%;width: 32%;}
.about_con ul {display: flex;}
.about_con li {width: calc(100% / 3);height: 210px;background: linear-gradient(120deg,#1fa6f5,var(--main-color));display: flex;flex-direction: column;justify-content: center;align-items: center;}
.about_con li i {display: inline-block;width: 50px;height: 50px;text-align: center;font-size: 40px;line-height: 50px;color: #fff;    transition: all .5s;}
.about_con li:hover i {    transform: rotateY(360deg);    transition: all .5s;}
.about_con li:hover {background: linear-gradient(120deg,#29b84f,#5faf3c); transiton:0.5s; }
.about_con li a {font-size: 18px;color: #fff;padding-top: 16px;}
.about_txt {    height: 300px;
    background: #f8f8f8;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 40px 12% 40px 60px;
    min-width: 40%;
    max-width: 45%;}
.about_txt p {font-size:30px;line-height: 32px;}
.about_txt i {display: inline-block;width: 60px;height: 2px;background: var(--main-color);margin-top: 12px;}
.about_txt em {font-size:0.95vw;color:#666;font-weight:lighter;line-height:2.1;display: inline-block;padding-top: 20px;}
.about_txt a {font-size: 0.75vw;text-transform: uppercase;padding-top: 18px;display: inline-block;}


/*news*/
.new_tc{display:flex;justify-content:space-between;align-items:center;}
.new_bc{padding:80px 0 70px;background:url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251030/20251030175135_430644105.jpg) no-repeat bottom;}
.new_tl>b{display:block;color:#333;font-size:2.6vw; font-family: 'Montserrat-Bold';}

.new_tl>i{font-size: 1.5vw; line-height: 2.4vw; color: #4d4d4d;}
.new_tl>i em{display:inline-block;margin-left:20px;width:100px;height:1px;background:#e6e6e6;}
.new_tr{display:flex;}
.new_tr li a{display:flex;width:150px;height:50px;color:#333; align-items:center;justify-content:center; font-size:18px;}
.new_tr li+li{margin-left:28px;}
.new_tr li a span{margin-right:4px;color:#333;font-size:22px;}
.new_tr li.on a{background:var(--main-color);color:#fff;}
.new_tr li.on span{color:#fff;}
.new_tr li:nth-child(2) a span { font-size: 30px;}
.new_tr li:nth-child(3) a span { font-size: 28px;}

.new_li .news_div{display:flex;justify-content:space-between;}
.new_ic{display:flex;margin-top:50px;transition:all .5s;}
.new_item{display:flex;width:100%;flex-shrink:0;justify-content:space-between;}
.new_c{overflow:hidden;}
img.news_div_item_image{width:100%;transition:.75s;}
.new_li{width:57%;}
.new_ri{width:42%;}
.new_li .news_div_item{padding:20px;width:100%;border:1px solid #e6e6e6;transition:.5s;    margin-right: 3%;background: #fff;}
.new_li .news_div_item_day{position:absolute;top:0;left:0;color:#333!important;font-weight:700;font-size:26px!important;}
.new_li .news_div_item_date{position:relative;display:flex;padding-top:10px;padding-left:37px;height:26px;}
.new_li .news_div_item_date *{color:#bfbfbf;font-size:14px;}
.new_li .news_div_item_title a{display:block;margin:14px 0 12px;font-size:18px;}
.new_li .news_div_item_body{overflow:hidden;margin-bottom:0px;height:100px;color:#8c8c8c;font-size:14px;line-height:24px;}
.new_ri .news_div_item:nth-child(-n+2){display:none;}
.new_ri .news_div_item_image{display:none;}
.new_ri .news_div_item_day{position:absolute;top:13px;left:0;font-weight:700;font-size:30px;}
.new_ri .news_div_item{position:relative;}
.new_ri .news_div_item_a{position:relative;display:block;font-size:18px;}
.new_ri .news_div_item_month,.new_ri .news_div_item_year{position:absolute;top:52px;left:0px;color:#bfbfbf;font-size:14px;}
.new_ri .news_div_item_body{overflow:hidden;margin-top:12px;height:55px;color:#8c8c8c;font-size:15px;line-height:24px;}
.new_ri .news_div_item_content{padding-bottom:18px;padding-left:80px;border-bottom:1px solid #e6e6e6;}
.new_ri .news_div_item_month{left:43px;}
.new_ri .news_div_item:nth-child(n+4){margin-top:24px;}

.new_li .news_div_item:hover .news_div_item_image{transform:scale(1.1);}
.new_li .news_div_item_pic>a{display:block;overflow:hidden;}
.new_li .news_div_item:hover{border-color:var(--main-color);}
.new_li .news_div_item:hover .news_div_item_day,.new_li .news_div_item:hover .news_div_item_title a,.new_ri .news_div_item:hover .news_div_item_day,.new_ri .news_div_item:hover .news_div_item_title a,.news_div_item:hover .news_div_item_a:after{color:var(--main-color) !important;}



/*底部*/
.copy_bc{width:100%; max-width:1920px; margin:0 auto; background:url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031142128_1650876199.jpg); padding: 70px 0 30px 0;}
.copy_item{float:left; padding-left: 140px;}
.copy_item1{float: right;padding-left:60px;     border-left: 1px solid #403f3f; height:250px;}
.copy_item ul proadvong{display: block;padding:0 0 30px; position: relative;}
.copy_item ul proadvong a{display: block; line-height: 40px;color: rgba(255,255,255,1); font-weight: bold;font-size: 18px;}
.copy_item ul proadvong a .en{font-size: 12px;color: #666;font-weight: normal;text-transform: capitalize;}
.copy_item ul li a{display: block;color: rgba(255,255,255,0.7);line-height:34px;font-size: 15px;}
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: var(--main-color); }
.copy_item ul proadvong::after { position: absolute; content: ""; top: 50px; width: 25px; height: 2px; background-color:rgba(255,255,255,0.5); left: 0px; }
.copy_item:hover proadvong::after { position: absolute; content: ""; top: 50px; width: 77px; height: 2px; background-color: #ffffff;; left: 0px; transition: 0.5s; }
.crconcat{ width:32%; }
.copy_row1{ width:68%; }

.social {padding-top:0px;clear: both;}
.social a { position: relative; font-size: 13px; color: #555; display: inline-block; line-height: 35px;background: rgba(255,255,255,0.95); transition:0.3s all ease-in-out; float: left;  display: block;
    margin-right: 10px;
    margin-top: 4%;
    border-radius: 5px;
    height: 35px;
    width: 35px;
    text-align: center;}
.social a i { font-size: 18px;  color: #555; font-weight: normal;
    text-align: center;
    line-height: 35px;}
.social a img{ display: block}
.social a:hover i { color: #fff;}
.social a:hover{ background: var(--main-color);  }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social a:nth-child(4) i { font-size: 28px;}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -35px; z-index: 1; display: none; padding: 5px; background: #fff; border-radius: 5px; }
.social .ewm:after{ content: ''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position: absolute; bottom: -5px;left: calc((100% - 10px) / 2); }
.social .ewm img { display: block; width: 100%; height:auto; }

.cr_tel{ padding-bottom: 15px; font-size:16px; color:#fff;}
.cr_tel img{float: left;}
.cr_tel b{float: left; padding-left: 10px;font-weight: normal; text-transform: uppercase; font-size: 12px; color: rgba(255,255,255,0.4);  letter-spacing: 0px; }
.cr_tel em {display: block;font-size: 35px;color: #fff;font-family: Arial;font-weight: bold; position: relative;  left: 13px;  letter-spacing: 3px;   top: 0;   line-height: 38px;}
.craddr{margin-top: 10px; font-size:16px; color:#b0b0b0; line-height:35px; }
.craddr{color::rgba(255,255,255,.65);}
.craddr span{ font-size: 15px; margin-top: 15px; display: block;}
.craddr span i{font-size: 18px; padding-right: 10px;}
.craddr b{color:#fff;  font-size: 30px; font-weight: bold; display: block;   font-family: 'DIN';  letter-spacing: 2px;}
.craddr p{ font-size: 16px; line-height: 38px;}

/*db*/
.Copyright_t{ width: 100%; height: 1px; background:rgba(255,255,255,.1); margin-top: 60px;}
.Copyright{margin-top:40px;}
.Copyright,.Copyright a{line-height:36px; color:rgba(255,255,255,.7);  font-size: 15px;}
.Copyright a:hover{color:#bf0008;}

/*友情链接*/
.links{float:right; width:180px; margin-top:10px; padding-left:15px; line-height:40px; color:#777; border:1px solid rgba(255,255,255,.3); position:relative; background:url(https://memberpic.114my.com.cn/dgekej11/uploadfile/image/20251031/20251031200804_2116929586.png) 160px center no-repeat;}
.links_cont{height:0; position:absolute; bottom:41px; left:-1px; visibility:hidden; background:#fff; overflow-y:auto;}
.links:hover .links_cont{height:auto; max-height:200px; visibility:visible; transition:0.5s all ease-in-out;}
.linkTagcs{}
.linkTagcs li{float:none; width:100%;}
.linkTagcs li a{display:block !important; text-align:center; font-size:16px; line-height:50px; color:#555 !important; text-decoration:none; transition:0.5s all ease-in-out;}
.linkTagcs li a:hover{color:#333 !important; background-color:rgba(255,255,255,.8);}



/*--kf--*/
.fixAside a { position: relative;}
.modeFix { transition: all .3s; opacity: 1;}
.hideFix { opacity: 0; transition: all .3s; left: 50%; transform: translateX(-50%); position: absolute; top: 0;}
.fixAside a:hover .hideFix { opacity: 1;}
.fixAside a:hover .modeFix { opacity: 0;}
.fixAside a:hover p { color: #0279d5;}
.fixAside { box-shadow: 0 0 10px rgba(0,0,0,0.1); padding:10px 2px 4px;  z-index:999; position: fixed; right: 30px; top: 80%; transform: translateY(-50%); background: #ffffff; width: 62px; border-radius: 60px;}
.chatPhone { align-items: center; display: flex; margin: 0 auto; position: relative; width: 44px; height: 44px; border-radius: 50%; background: #0279d5;}
.chatPhone i{ display: block; margin: 0 auto; font-size: 20px; color: #999; text-align: center;}
.chatPhone::after { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2,121,213, 0.8);
    border: 1px solid rgb(2,121,213);
    animation: yuanRun 2s infinite linear;}
.chatPhone::before { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(2,121,213, 0.8);
    border: 1px solid rgb(2,121,213);
    animation: yuanRun 2s 1s infinite linear;}
.circleClass { position: relative; border-radius: 50%;}
.circleClass img { position: relative; z-index: 2;}
.circleClass::after { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(230,33,42, 1);
    border: 1px solid rgb(230,33,42);
    animation: yuanRun 2s infinite linear;}
.circleClass::before { content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(230,33,42, 1);
    border: 1px solid rgb(230,33,42);
    animation: yuanRun 2s 1s infinite linear;}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.chatPhone img { z-index: 3; display: block; margin: 0 auto; position: relative;}
.fixAside li p { text-align: center; font-size: 13px; color: #666666; line-height:1;margin: 4px 0 10px 0}
.fixAside li { position: relative; margin-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.fixAside li:last-child {border: none; margin-bottom: 0;}
.fixAside img { display: block; margin: 0 auto; width: 24px;}
.fixAside li i{ display: block; margin: 0 auto; font-size: 20px; color: #fff; text-align: center;position: relative;z-index: 999;}
.fixAside li .revi-hotline-wrapper {
  display: none;
  position: absolute;
  left: -232px;
  bottom: -5px;
  width: 235px;
  height: 80px;
  border-radius: 8px;
}
.fixAside li .revi-hotline-wrapper.ewm{ width: 160px;  height: 160px;  border-radius: 8px;  background-color: #fff;   left: -163px; padding: 10px;}

.fixAside li .revi-hotline-wrapper.ewm img{width: 100%;}

.fixAside li:hover .revi-hotline-wrapper { display:block;}
.fixAside li .revi-hotline {
  position: absolute;
  right: 0;
  width: 299px;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: text;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: -2px 3px 25px rgba(0,0,0,0.1);
  border-radius: 8px;padding: 15px 0 15px 30px;
}
.fixAside li .revi-hotline h3 {
  margin: 3px 0 8px;
  font-family: 'neu';
  font-size: 22px;
  color: #0279d5;
  font-weight:bold;
}
.fixAside li .revi-hotline h4{ font-weight:normal; font-size:16px;}