*{margin: 0;padding: 0;box-sizing: border-box;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;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.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%;}
.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;}

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

/* fonts */



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



.f03{font-family: 'Microsoft YaHei';}
.f04{font-family: 'axt';}


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

.gyc{max-width:88%;margin:0 auto;min-width:1200px;width:100%}

.w1500{max-width:88%;margin:0 auto;min-width:1200px;width:100%}
.gy{margin: 0 auto;max-width: 1500px;min-width: 1200px;overflow:hidden;}

.top30{margin-top:30px;}
.top40{margin-top:40px;}
.top50{margin-top:50px;}
.top60{margin-top:60px;}
.top70{margin-top:70px;}

/*one_title*/
.one_title{text-align: center;margin-bottom:40px;     color: #333; position: relative;}
.one_title p{font-size:42px; font-weight: bold;}
.one_title p b{color:var(--main-color);font-weight: bold;}
.one_title span{display: inline-block;font-size:18px;color:#777;margin-top:15px;position:relative;}
.one_title span i{width:12px;height:12px;position:absolute;top:calc(50% - 6px);}
.one_title span i:first-child{left:-20px;}
.one_title span i:last-child{right:-20px;}
.one_title span i:before,.one_title span i:after{content:'';position:absolute;}
.one_title span i:before{width:5px;height:2px;background:#999;top:calc(50% - 1px);}
.one_title span i:after{width:8px;height:8px;border-radius:100%;border:2px solid #999;left:0;top:0;}
.one_title span i:first-child:before{left:-10px;animation:oneTitleBefore infinite 3s linear;}
.one_title 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: 100px;  position: fixed; background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.92));}
.head.on .headbg{height: 100px;}
.head.on .headbg .logo {margin-top: 6px;}
.head.on .headbg .logo img{}
.head.on .head_nav > ul > li > a {padding-top: 0px;}
.head.on .head_nav li dl{top:100px;}
.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{position:fixed;width:100%;max-width:1920px;min-width:1400px;left:0;top:0;z-index:1000;transition:all 0.3s;background-image:linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.3));box-shadow:0 0 10px rgba(0,0,0,.1);display:flex;flex-direction:row;justify-content:space-between;padding:0 4%}
	
.headbg .fl{display:flex; flex-direction:row; justify-content:space-between;     align-items: center;}
.logo{}
.logo img{height:2.2vw;}
.name{margin-left:15px;  font-size:2.1vw; line-height:42px; color:#075daa; font-weight:bold; white-space:nowrap; letter-spacing: 0px;}
.name p{font-size:16px;  font-weight: normal; color:#666; letter-spacing: -1px;}
.headbg .fr{display:flex; flex-direction:row; justify-content:space-between; width:63%;}
.head_nav{width:100%; margin-top:0px;}
.head_nav > ul{display:flex; flex-direction:row; justify-content:space-between;}
.head_nav > ul > li > a{display:block; padding-top:0px; font-size:1vw; line-height:100px; 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%;}
}
.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: 16vw;}
.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(1) {width: 50px;}
.top_con>ul>li:nth-child(3) {background: none;display: flex; align-items: center; width: 260px;}
.top_con>ul>li:nth-child(3) a {font-size: 1.6vw; font-weight:bold; color: var(--main-color); padding-left:5px; font-family:din;}
.top_con li i {font-size: 20px;line-height: 28px; color: #666; height: 28px; font-weight:normal;}
.top_con li:nth-child(1) i{    position: relative; top: 2px;     color: #ff8400;}
.top_con li i a{color: #666;  padding-left: 4px; font-size:16px;}
.top_con li>p {width: 120px;overflow: hidden;position: absolute;top: 32px;left: -20px;opacity: 0;transition: 0.5s;height:  0;padding: 5px;background: #fff;border: 1px solid #ddd;}
.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: 520px;height: 120px;background: rgba(255,255,255,0.95);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;  box-sizing: border-box; padding-top: 0px; border: 1px solid #dddddd;border-left: none; padding-right:45px;}
#search-bg{    margin-left: 14px; float:left; width:425px; height:38px; overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box;     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 #005299; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #005299;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%;}

/*下拉*/
.head_nav li .NavPull{visibility:hidden; opacity:0; transform:translateY(20px); position:absolute; width:1920px; height:auto; top: 100%;    left: 0;  z-index: 99;background: #fff; transition: 0.5s;  background-color: #fff; border-top: 1px solid #e5e5e5; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);}

.head_nav li:hover .NavPull{ visibility:visible; opacity:1; transform:translateY(0);}
.proxiala{ margin:0 auto; max-width:1600px; margin-top:50px; padding-left:300px;}

.productshowxialaa{width:100%;margin:0 auto;}
.progdwz2021.dhxl_1 li { margin-right: 100px}
.productshowxialaa .progdwz2021 li{float:left; margin-bottom:15px;margin-left:15px;/*background: #fff;*/ text-align: center;}
.productshowxialaa .progdwz2021 li+li{}
.productshowxialaa .progdwz2021 li br{ display:none;}
.productshowxialaa .progdwz2021 li span{ display:block; padding:12px 0; /*background:#fff;*/text-align: center;}
.productshowxialaa .progdwz2021 li a{ padding-top:0; font-size:16px; height:auto;}
.productshowxialaa .progdwz2021 li > a:after{ display:none;}
.productshowxialaa .progdwz2021 li a:hover {  color: var(--main-color);}
.productshowxialaa .progdwz2021 li:hover a { color: var(--main-color);}

.productshowxiala .progdwz2021 li{float:left; border:0px solid #fff; margin-bottom:15px;margin-left:1px;background: #fff;width:22%;}
.productshowxiala  .progdwz2021 li+li{}

.productshowxiala .progdwz2021 li br{ display:none;}
.productshowxiala .progdwz2021 li span{ display:block; padding:12px 0; padding-left:15px;text-align: center;}
.productshowxiala .progdwz2021 li a{ padding-top:0; font-size:14px; height:auto;background:#fff;}
.productshowxiala .progdwz2021 li a img{width:100%; height:auto;}
.productshowxiala .progdwz2021 li > a:after{ display:none;}

.NavPull .inner{padding: 2.5vw 2vw 1vw 2vw; transition: all 0.5s; display: flex; justify-content: center; min-width: 1300px;  max-width: 1400px; margin: 0 auto;}
.inner dl:not(:last-child){padding-right: 4vw;}
.inner dl a{color: #000;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 60px;}
.inner dl img{height:2rem;margin: -0.04rem 0.18rem 0 0;transition: all 0.5s;}
.inner dl dd{margin-top: 1.354vw;}
.inner dl dd:after{display:inline-block;vertical-align:middle;margin-left:0.3rem;content: "";width: 0.07rem;height: 0.13rem;background: url(https://memberpic.114my.com.cn/gdlgsd/cssnew/arr_right_gray3.svg) no-repeat right center/contain;transition: all 0.5s;opacity: 0.4;}
.inner dl dd:hover:after{margin-left: 0.4rem;background: url(https://memberpic.114my.com.cn/gdlgsd/cssnew/arr_right_red2.svg) no-repeat right center/contain;opacity: 1;}
.inner dl dd:hover a{color:var(--main-color);}
.inner dl dt:hover a{color:var(--main-color);}
.inner dl dt:hover img{transform: rotateY(180deg);}
.dhcp{padding:40px 0;margin:0 auto;max-width:1500px;min-width:1200px;display:flex;justify-content:space-between}
.dhcp_f{float:left;width:70%;padding-top:20px}
.dhcp_f li dl{display:none}
.dhcp_f li{float:left;margin-bottom:20px;width:calc((100% - 120px) /4);border-bottom:1px solid #eee;line-height:34px;margin-right:40px;position:relative}
.dhcp_f li:after{content:">";font-size:16px;color:#ababab;position:absolute;left:10px;top:-4px}
.dhcp_f li a { font-size: 17px;     padding-left: 30px;}
.dhcp_f li:hover a { color: var(--main-color);font-weight: bold;}
.dhcp_r img{ width: 380px;}
.dhcp_r { border: 2px solid #eee;}

/**/
.wh{padding:0px 11%}
.wh8{padding:0px 8%}
.pc-banner{position:relative;overflow:hidden}
.pc-banner .mySwipera{position:relative}
.pc-banner .mySwipera .swiper-slide{overflow:hidden}
.pc-banner .mySwipera .swiper-slide .img{position:relative;width:100%;height:100%;z-index:-1;overflow:hidden}
.pc-banner .mySwipera .swiper-slide .img > img{-o-object-fit:cover;object-fit:cover;height:100%;-webkit-animation-name:banscaleDraw;-webkit-animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;-webkit-animation-duration:0s}
.pc-banner .mySwipera .banwez{width:100%;z-index:9;color:#FFFFFF;top:33%}
.pc-banner .mySwipera .swiper-slide.banner_swiper68c .banwez{text-align:center}
.pc-banner .mySwipera .swiper-slide.banner_swiper68 .banwez{top:31%}
.pc-banner .mySwipera .swiper-slide.banner_swiper68 .banwez dt.ani{display:none}
.pc-banner .mySwipera .swiper-slide.banner_swiper69 .banwez{text-align:right;top:54%}
.pc-banner .mySwipera .swiper-slide.banner_swiper32 .banwez{top:48%}
.pc-banner .mySwipera .swiper-slide.banner_swiper72 .banwez{top:64.5%}
.pc-banner .mySwipera .swiper-slide.banner_swiper70 .banwez{top:66%}
.pc-banner .mySwipera .swiper-slide.banner_swiper70 .banwez dt::after{display:none}
.pc-banner .mySwipera .swiper-slide:nth-child(2) .banwez dt{}
.pc-banner .mySwipera .banwez .wz1{font:600 3.6vw/1.15em "alz";text-transform:uppercase;display:inline-block;position:relative;z-index:1;margin-bottom:1%;color:#252525;display:block;padding-top:1%}
.pc-banner .mySwipera .banwez .wz2{font:600 3.8vw/1.15em "alz";text-transform:uppercase;display:inline-block;position:relative;z-index:1;margin-bottom:1%;text-shadow:2px 0 2px rgb(7 93 170 / 100%);color:#fff;font-style:italic}

.pc-banner .mySwipera .banwez dt{font:600 3.3vw/1.15em "alz";text-transform:uppercase;display:inline-block;position:relative;z-index:1;margin-bottom:1%;text-shadow:4px 0 2px rgb(7 93 170 / 100%);color:#fff;letter-spacing:3px}
.pc-banner .mySwipera .banwez dt::after{content:"";width:0;height:1.1rem;background:#0065b9;position:absolute;left:0;bottom:-0.1em;z-index:-1;-webkit-transition:all .6s linear 0.8s;-o-transition:all .6s linear 0.8s;-moz-transition:all .6s linear 0.8s;transition:all .6s linear 0.8s}
.pc-banner .mySwipera .banwez dd{font:600 3.6vw/1.35em "axt";max-width:100%;margin-top:0.3rem;margin-bottom:0.7rem;color:#222}
.pc-banner .mySwipera .banwez dd.mk{letter-spacing:8px;max-width:inherit !important}
.pc-banner .mySwipera .banwez span{max-width:57.14286%;text-transform:uppercase;font-size:1.3rem;line-height:1.9;margin-top:1rem;color:#333}
.pc-banner .mySwipera .banwez span b{position:relative;padding-right:1.3vw}
.pc-banner .mySwipera .banwez span b:before{content:"";position:absolute;width:6px !important;height:6px;background:#075daa;border-radius:50px;display:block;left:5px;top:10px;z-index:11}
.pc-banner .mySwipera .banwez span b:after{content:"";position:absolute;width:16px !important;height:16px;background:#fff;border-radius:50px;display:block;left:0px;top:5px}
.pc-banner .mySwipera .banwez .weha{margin-top:2.5rem}
.pc-banner .mySwipera .dbua{position:absolute;left:0;bottom:5%;width:100%;z-index:9}
.pc-banner .mySwipera .dbua .swiper-button-prev1 i,.pc-banner .mySwipera .dbua .swiper-button-next1 i{color:#075daa;font-size:0.95rem;cursor:pointer}
.pc-banner .mySwipera .swiper-pagination1as{position:static;width:auto}
.pc-banner .mySwipera .swiper-pagination1as span{display:inline-block;opacity:1;width:.625rem;height:.625rem;border:1px solid #075daa;border-radius:.375rem;background:transparent;position:relative;margin:0 0.5em}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination1as span {
    margin: 0 0.3em;
  }
}

.pc-banner .mySwipera .swiper-pagination1as span.swiper-pagination-bullet-active {
  background: #075daa;
  width: 1.25rem;
}

.pc-banner .mySwipera .swiper-slide-active .banwez dt::after {
  width: 100%;
}

a.jtaa {
  display: block;
  position: absolute;
  right: 4.0625%;
  bottom: 5%;
  z-index: 1;
  width: 1.0625rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}

a.jtaa img {
  width: 100%;
}

.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}

.zmfd {
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  /*动画所花费的时间*/
}

@-webkit-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 5%;
    opacity: 0;
  }
  to {
    bottom: 3%;
    opacity: 1;
  }
}

.kajjt{text-align:center;-webkit-animation:run 1s infinite linear;-moz-animation:run 1s infinite linear;-o-animation:run 1s infinite linear;animation:run 1s infinite linear;position:absolute;left:0;width:100%;bottom:3%;z-index:99}
.kajjt img{width:1.42rem;margin:0 auto}
.swiper{overflow:hidden}
.overa{overflow:hidden}
/* 图片动画 */
.fang{overflow:hidden;display:block}
.fang img{-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s}
.fang:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.fanga{overflow:hidden}
.fanga img{-webkit-transition:all .6s;-o-transition:all .6s;-moz-transition:all .6s;transition:all .6s}
.fanga:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.xz img{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.xz:hover img{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);transform:rotateY(180deg)}
.mktop{-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s}
.mktop:hover{-webkit-transform:translateY(-5%);-moz-transform:translateY(-5%);-ms-transform:translateY(-5%);-o-transform:translateY(-5%);transform:translateY(-5%)}
.more-msl{display:inline-block;color:#444 !important;text-decoration:none;position:relative;z-index:2;overflow:hidden;white-space:nowrap;font:500 1rem/3rem "neu";border-radius:0.5rem;width:10.5rem;text-align:center;background:transparent;border:1px solid #fff;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;text-transform:uppercase;font-size:1rem !important}
.more-msl a{color: #444;}
.more-msl a:hover{color: #fff;}
.more-msl img{height:1.3rem;margin-left:1rem;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;filter:brightness(10) invert(1);margin-top:0.2rem}
.more-msl:hover img{filter:brightness(10) invert(0)}
.more-msl::before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#075daa;color:#fff;border-radius:100%;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-moz-transition-property:transform,-moz-transform;transition-property:transform;transition-property:transform,-webkit-transform,-moz-transform,-o-transform;-webkit-transition-duration:0.6s;-moz-transition-duration:0.6s;-o-transition-duration:0.6s;transition-duration:0.6s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}
.more-msl:hover{color:#fff !important;border-color:#075daa}
.more-msl:hover::before{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2)}
.more-msl.hs{color:#585858;border:1px solid #585858}
.more-msl.hs:before{background:#075daa}
.more-msl.hs:hover{color:#fff;border-color:#075daa}
/*简介*/

.w1560 {  width: 100%;  max-width: 86%;  margin: 0 auto}
.f-left {float: left;}
.f-right {float: right;}


/*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,#bbbdca, rgba(189, 189, 202, 0.2)/*, 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: 820px;  opacity:1; visibility:visible; z-index:1}
.hmc3txt strong{ font-size: 2vw; font-weight: bold; line-height: 2; display: block; transition:all 0.8s ease-in-out; opacity:0; transform:translateX(100px); letter-spacing:1px;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}


.morey{background:var(--main-color);display:inline-block;border:1px solid var(--main-color);font-size:1rem;line-height:3.4375rem;color:#FFFFFF;padding:0 2rem;position:relative;z-index:4}
.morey.borf{background:transparent;color:#fff;border-color:#fff;padding:10px 20px}
.morey.borf::before{background:var(--main-color)}
.morey.borf:hover{color:#fff;border-color:var(--main-color)}
.morey.borf:hover img{filter:brightness(0) invert(1)}
.morey div{display:flex;align-items:center}
.morey div img{height:1.1rem;margin-left:1rem;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;filter:brightness(0) invert(1)}
.morey::before{content:"";position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);background:#fff;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;z-index:-1;transform:scale(0.6);opacity:0}
.morey:hover{color:var(--main-color)}
.morey:hover img{filter:brightness(1) invert(0);transform:translateX(0.25rem);transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s}
.morey:hover::before{transform:scale(1);opacity:1;transition:all 0.4s;-webkit-transform:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s}


.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:#fff; 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;}


.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%}
.adv_tit h3{background:url(https://memberpic.114my.com.cn/jiaochadaogui/uploadfile/image/20251120/20251120205015_1581863332.png) no-repeat left center}
.adv_tit{overflow:hidden}
.adv_tit h3{width:100%;overflow:hidden;padding-left:55px;font-size:32px;color:#1373a3;font-weight:normal;line-height:42px}
.adv_tit h3 a{color:#fff;font-size:32px}
/*合作*/



/*news*/
.new_tc{display:flex;justify-content:space-between;align-items:center;}
.new_bc{background:#f7f7f7 url(https://memberpic.114my.com.cn/jiaochadaogui/uploadfile/image/20251120/20251120175900_1583161240.jpg) no-repeat bottom;padding:70px 0;width:100%;max-width:1920px;min-width:1400px;height:800px;margin:0 auto}
.entitle-1{font-size: 2vw; font-family: 'srm';}
.title-2 { font-size:1.5vw; line-height:1.5; color:#4d4d4d;}

.new_tr{display:flex;}
.new_tr li a{display:flex;width:150px;height:46px;color:#333; align-items:center;justify-content:center; font-size:18px;}
.new_tr li+li{margin-left:25px;}
.new_tr li a span{margin-right:4px;color:#333;font-size:22px;}
.new_tr li.on a{background:var(--main-color);color:#fff;     border-radius: 50px;}
.new_tr li.on span{color:#fff;}
.new_li .news_div{display:flex;justify-content:space-between;}
.new_ic{display:flex;margin-top:40px;transition:all .5s;}
.new_item{display:flex;width:100%;flex-shrink:0;justify-content:space-between;}
.new_c{overflow: hidden; padding-bottom: 50px;}
img.news_div_item_image{width:100%;transition:.75s;     height: 310px;}
.new_li{width:62%;}
.new_ri{width:36%;}
.new_li .news_div_item{padding:20px;width:49%; transition:.5s; background: #fff;     position: relative; display: flex; flex-direction: column-reverse;}
/*.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{display:flex;justify-content:center;align-items:center;height:40px;background:var(--main-color);width:120px;position:absolute;bottom:183px;z-index:11}
.new_li .news_div_item_date *{color:#fff;font-size:16px}
.new_li .news_div_item_title a{display:block;font-size:18px;margin:30px 0 15px;position:relative}
.new_li .news_div_item_title a:after{content:"了解详细>>";font-size:14px;color:#888;display:block;position:absolute;top:105px}
.new_li .news_div_item_body{overflow:hidden;margin-bottom:0px;height:100px;color:#8c8c8c;font-size:15px;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 .news_div_item_date { position: absolute;top:20px}
.new_ri .news_div_item_day{position:absolute;top:22px;left:12px;font-weight:700;font-size:30px;}
.new_ri .news_div_item{position:relative;     border: 1px solid #eee; padding: 15px;  display: block; height: 155px; background: #fff;}
.new_ri .news_div_item:hover{box-shadow:0 0 21px #d2d2d2;z-index:1;transition:300ms;}
.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:65px;left:0px;color:#bfbfbf;font-size:14px;}
.new_ri .news_div_item_body{overflow:hidden;margin-top:12px;height:80px;color:#8c8c8c;font-size:15px;line-height:30px;}
.new_ri .news_div_item_content{padding: 20px 0 10px 80px;}
.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_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:#222; 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: normal;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.6);line-height:34px;font-size: 15px;}
.copy_item ul li{display: block;}
.copy_item ul li a:hover{color: #fff; }
.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:#fff;display:inline-block;line-height:35px;border:1px solid rgba(255,255,255,0.2);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:#c7c7c7;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;height: 3.3vw;}
.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; margin-bottom: 10px;}
.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;}
.copy_item ul li dl {   display: none;}

/*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: #fff; }

/*友情链接*/
.links{overflow: hidden;margin: 0 auto;padding: 20px 0;margin-top:0%;background:var(--main-color);}
.linksW{margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.links_l{width: 121px;}

.links_lm{font-size: 18px;line-height: 30px;font-weight: lighter;color: #fff;}
.links_lm p{text-transform: uppercase;font-size: 24px;font-weight: bold;line-height: 24px;}
.links_lm p span{color:rgba(255,255,255,.6);}
.links_lm em{font-size: 17px;color: #fff;letter-spacing:1px; padding:10px 0; line-height:16px; padding-left:34px; background:url(https://memberpic.114my.com.cn/sanjiehb/uploadfile/image/20250905/20250905193514_138947073.png) no-repeat left;}
.links_r{width: 100%;color:rgba(255,255,255,.6);padding-left:9px;}
.links_r a{font-size: 15px;color:rgba(255,255,255,.9) !important;font-family: 'axt';}
.linkTagcs{width: 100% !important;}
.linkTagcs li a{font-weight: lighter;}
.linkTagcs li a:hover {text-decoration: underline;}


/*--kf--*/
.fixAside a { position: relative;     text-align: left;}
.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: #075daa;}
.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:#075daa}
.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(7,93,170,0.8);border:1px solid rgb(7,93,170);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(7,93,170,0.8);border:1px solid rgb(7,93,170);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(7,93,170,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(7,93,170,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: 23px; 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 0 8px;font-family:'din';font-size:26px;color:#075daa;font-weight:bold}
.fixAside li .revi-hotline h4{font-weight:normal;font-size:16px}


/*工程案例*/


/* abouts us */
section {display: block;}
.indexTle strong {font-size: 2vw;color: #111111; line-height: 1.2;margin-bottom: 1.5rem; display: block;color: #ff0000;}
.indexTle strong span {display: block; padding-bottom: 2%; font-family: Har;color: #333;}
.indexTle .text {font-size: 0.96vw;color: #333; line-height: 1.5; padding-bottom:1.2%;}
.indexOne {padding:5% 0 5% 0;}
.indexOne .box {display: flex; justify-content: space-between; align-items: center;}
.indexOne .le {width: 46%;}
.indexOne .le ul {padding: 1.8rem 0 1.2rem 0; border-top: 2px solid #DCDCDC; border-bottom: 2px solid #DCDCDC; margin: 1.6rem 0;}
.indexOne .le ul {display: flex; justify-content: space-between;}
.indexOne .le ul li span {color: #666666; padding-bottom: 4%; display: block;}
.indexOne .le ul li .counter {font-size: 3rem;font-weight: 700;color: #333333;  line-height:3rem; font-family: neu;}
.indexOne .le ul li em {font-size: 1.18rem;color: #333333;}
.indexOne .le ul li i {font-style: normal;font-size: 1.18rem;color: #333333;}
.indexOne .le ul li i sup {font-size: 1.1rem;}
.indexOne .re {width: 44%;}
.indexOne .re .videoBox {position: relative; overflow: hidden;}
.indexOne .re .videoBox > img {width: 140%; max-height: 33rem;}
.indexOne .re a {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}

/*  */
.inMore {width: 10rem; height: 2.52rem;background: #075daa; z-index: 1; display: block; display: flex; align-items: center; justify-content: center; transition: 1s; position: relative;}
.inMore span {color: #fff; font-size: 1rem;color: #ffffff; margin-right: 20%; transition: .5s; position: relative; z-index: 1;}
.inMore img {position: relative; left: 0; transition: .5s;}
.inMore:hover img {left: 5%;}
/* .inMore:hover {border-radius: .5rem;} */
.inMore:hover {background: none; transition-delay: .1s;}
.inMore::before {content: "";  z-index: 0;   display: block;width: 0%;height: 100%;background-color: #333;position: absolute; left: 0;bottom: 0;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;margin: auto;}
.inMore:hover:before { width: 100%;}

/*pro*/
.pro {overflow: hidden;background:url() bottom center no-repeat;padding:3% 0 5% 0; position: relative;}
.pro_box {max-width: 1600px;margin: 0 auto;}
.prod_bg{padding:5% 0;}
.prod_tab{padding-top: 1%;margin-top:0%;}
.prod_tab dl{display:none;}
.prod_tab ul{margin: 0 auto;width: 88%;}
.prod_tab ul li{padding: 0 36px;line-height:40px;border-radius:20px;border: 1px solid #ccc;  margin-right: 5px;}
.prod_tab ul li a{font-size:17px;color:#222;}
.prod_tab ul{display:flex;}
.prod_tab ul li.on{background: linear-gradient(to right, #075daa  0%, #1f78c7 100%);border: none;}
.prod_tab ul li.on a{color:#fff;}
.prod_list{margin-top:2%;}
.prod_list ul{display:flex;margin-bottom:2%;}
.prod_list li{width:23.5%;display:block;float:left;border: 1px solid #f8f8f8;background:#f8f8f8;}
.prod_list li+li{margin-left:2%;}
.prod_list li span a {font-size: 16px;display: inline-block;color: #222;width: 100%;line-height:72px;text-align: left;padding-left:30px;    position: relative;    transition: all .4s ease;}
.prod_list li span a:last-child:before{position:absolute;content: "查看详细 >";width:120px;height:35px;top:20px;right:30px;background:#fff;border-radius:5px;color: #333; line-height:35px;text-align: center;font-size:14px;}
.prod_list li>a{display:block;    padding: 18px;}
.prod_list li img{width:100%;height:auto;}
.prod_list li br{display:none;}
.prod_list li:hover{ border: 5px solid #075daa;}
.prod_list li:hover span a { color: #fff; background: linear-gradient(to right, #075daa 0%, #1f78c7 100%);}



.adv_bg{display:flex;position: relative;z-index: 1; background: #fff; margin-top:1%;}
.adv_l{height:700px;width:35%;background:linear-gradient(to top, #3192e8,#075daa);margin-top:0px;padding:80px 0 0 5%;position:relative;z-index: 1;}
.adv_l p{font-size:2vw;color:rgba(255,255,255,0.9); line-height: 1; padding-bottom: 1%;}
.adv_l d{font-size: 3vw;color: #fff;text-transform: uppercase;font-weight: bold;font-family: 'Arial';display:block;line-height: 3vw;}
.adv_l span{font-size:20px;color:#fff;display:block;margin-top:15px;}
.adv_list{margin-top:60px;}
.adv_list li{line-height:60px;font-size:24px;color:#fff;cursor: pointer;transition: 0.3s ease all;}
.adv_list li.on{font-weight:bold;}
.adv_list li:after{content:'';width:0%;height:1px;background:#fff;display:block;transition: 0.3s ease all;}
.adv_list li.on:after{width:50%;}
.adv_r{width:calc(65% + 120px);margin-left:-120px;height:700px;position:relative;}
.adv_r li{width:100%;height:700px;display:block;position:relative;}
.adv_r li .adv_box{width:620px;height:13vw;background:rgba(255,255,255,0.8);position: absolute;left: 120px;bottom: 0;padding: 0 50px;display: flex;align-items: center;}
.adv_r li .adv_box p{font-size:16px;color:#333;line-height:30px; font-family: axt;}
.adv_r .adv_btn{width:130px;height:65px;position: absolute;bottom:0;left:675px;}
.adv_r .adv_btn span{width:65px;height:65px;display:block;float:left;background:url(https://memberpic.114my.com.cn/dg0054332/uploadfile/image/20250628/20250628193240_462615763.png) #666  no-repeat center;    transition: 0.3s ease all;}
.adv_r .adv_btn span.adv_btnr{transform: rotateY(180deg);}
.adv_r .adv_btn span.on{background-color:#1878e9;}
.about_bg{background:#f8f8f8;position:relative;padding-bottom:80px;}


 /*解决方案*/
.fa_cate{display: flex;justify-content: space-between;margin-top: 3%;margin-bottom: 2%;}
.fa_cate>ul{display: flex;}
.fa_cate>ul>li{height: 30px;line-height: 30px;}
.fa_cate>ul>li+li{margin-left: 13px;}
.fa_cate>ul>li a{font-size: 17px;color: #333;    padding: 11px 31px;background: #eee;box-shadow: 0 0 16px rgba(0, 0, 0, 0.05); border-radius: 72px;}
.fa_cate>ul>li.on,.fa_cate>ul>li:hover{}
.fa_cate>ul>li.on a,.fa_cate>ul>li:hover a{color: #fff;background: linear-gradient(to right, #075daa 0%, #1f78c7 100%)}
.fa_cate>a{width: 140px;height: 40px;line-height: 40px;text-align: center;display: block;color: #333;font-size: 14px;border: 1px solid #fff;position: relative;top: -4px;background:#eee; border-radius: 52px;}
.fa_cate>a:hover{color: #fff;background:linear-gradient(to top, #075daa 0%, #1f78c7 100%);}
.series_bg{background:#fff;padding:5% 0;}
.series  .full {width: 100%; overflow:hidden;min-width: 1000px;}
.series  .content {width: 750px;margin: 0 auto;position: relative;}
.series .box{display:flex;justify-content: space-between;align-items: center;}
.series  .cover-left {width: 2000px;position: absolute;left: -2012px;top: 0;opacity: 0.5;background: #000;height: 87%;z-index: 10;}
.series  .cover-right {width: 2000px;position: absolute;right: -2012px;top: 0;background: #000;opacity: 0.5;height:87%;z-index: 10;border-radius: 20px;}
.series .swiper-slide .img{border-radius: 20px;}
.series .cover-left{border-radius: 20px;}
.series  .swiper-container {overflow: visible;height: auto; width:750px;}
.series  .swiper-slide {height: auto; text-align:center;position: relative;}
.series  .swiper-slide .img{ margin:0 12px; height:auto;background: #000; position:relative;}
.series  .swiper-slide img {max-width: 100%;opacity: 1;-webkit-transition: all linear 300ms;transition: all linear 300ms;width: 100%;border-radius: 20px;}
.series  .swiper-slide .mask{ position:absolute; width:100%; height:100%; text-align:center; top:0; left:0; opacity:0; -webkit-transition: all linear 300ms; transition: all linear 300ms;    display: flex;align-items: center;}
.series  .swiper-slide .mask .box1{  width:calc(100% - 24px); display:table-cell; vertical-align:middle; text-align:center;}
.series  .swiper-slide .mask h5{ font-size:24px; color:#fff; text-align:center; margin-bottom:10px; -webkit-transition: all linear 300ms;transition: all linear 300ms; margin-top:20px;font-weight: normal;}
.series  .swiper-slide .mask i{ width:1px; height:0; display:inline-block; background:#fff; background:rgba(255,255,255,.4); margin-top:40px; margin-bottom:34px; clear:both;-webkit-transition: all linear 400ms;transition: all linear 400ms;}
.series  .swiper-slide .mask p{ font-size:15px; color:#fff;    padding: 0 17%; line-height: 2;}
.series  .swiper-slide .mask span{ display:block; width:46px; height:46px; border-radius:50%; background:#075daa; clear:both; margin:0 auto; text-align:center; line-height:46px; color:#fff; font-size:24px;}
.series  .swiper-slide .img:hover .mask{ opacity:1;}
.series  .swiper-slide .img:hover .mask h5{ margin-top:0;}
.series  .swiper-slide .img:hover .mask i{ height:71px;}
.series  .swiper-slide  a:hover img {opacity: .7;}
.series  .swiper-slide .txt{ padding-top:25px;transition: 0.3s ease all;}
.series  .swiper-slide .txt h5{ font-size:20px; color:#2b2b2a; text-align:center; margin-bottom:10px;font-weight: normal;}
.series  .swiper-slide .txt p{ font-size:16px; color:#666;margin-top:5px;}
.series  .arrow-left {background: #eee;position: absolute;left: -40px;top: 42%;margin-top: -24px;width: 49px;height: 49px;z-index: 15;font-size: 22px; line-height: 49px; color: #333; text-align: center;    border-radius: 50px;}
.series .arrow-right {background: #eee;position: absolute;right: -40px;top: 42%;margin-top: -24px;width: 49px;height: 49px;z-index: 15;font-size: 24px; line-height: 49px; color: #333; text-align: center; border-radius: 50px;}
.s_btn{ display:block; width:171px; height:51px; position:relative; z-index:0; border-radius:3px; line-height:50px; text-align:center; color:#fff !important;font-size:12px; font-family:arial; text-transform:uppercase; border:1px solid #d90808;transition:.3s; -webkit-transition:.3s;}
.s_btn i{ margin-left:29px; position:relative; top:-2px;}
.s_btn:before{ content:""; display:block; width:100%; height:100%; position:absolute; top:0; left:0; background:#d90808; z-index:-1; transition:.3s; -webkit-transition:.3s; }
.s_btn:hover{ color:#d90808 !important;}
.s_btn:hover:before{ height:0; top:auto; bottom:0;}
 

.gyf{margin: 0 auto;max-width: 82%;min-width: 1200px;position: relative;z-index: 55;overflow: hidden;}
.strength_bg {  position: relative; background: url(https://memberpic.114my.com.cn/gdflfm/uploadfile/image/20251217/20251217140736_2029778910.jpg) bottom center no-repeat fixed; padding:5% 0; position: relative;z-index: 9;}
.case_con1{position: relative;margin-top: 60px;background: url(https://memberpic.114my.com.cn/gdflfm/uploadfile/image/20251217/20251217140825_1012486004.png) no-repeat;
    background-size: 100% auto; background-position: 0 100%; width:100%;}
.case_c{}
.case_c .divdgweb_new_div{}
.case_c .divdgweb_new_div_item{display: flex;flex-wrap: wrap-reverse;justify-content: center;}
.case_c .divdgweb_new_div_item.swiper-slide-active {background: linear-gradient(to right, #1c4e90, #6dcaef);padding-bottom: 35px;}
.case_c .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_title::before{background-color: #fff;}
.case_c .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_title a{color: #fff;border-color:  rgba(255,255,255,0.4);}
.case_c .divdgweb_new_div_item.swiper-slide-active .divdgweb_new_div_item_body{color: #fff;margin-top: 30px;display: none;}
.case_c .divdgweb_new_div_item_content{width: 95%;margin: 0px 0 0;padding: 0 70px 0 0;}
.case_c .divdgweb_new_div_item_title{position: relative;}
.case_c .divdgweb_new_div_item_title::before {content: "";display: block;width: 10px;height: 1px;position: absolute;background: rgba(0,0,0,0.4);top: 50%;left: 27px;}
.case_c .divdgweb_new_div_item_title a::after{content: "\eb8d";font-family: 'iconfont';right: -55px;top: 9px;position: absolute;width: 30px;height: 30px;border: 1px solid  rgba(0,0,0,0.2);border-radius: 100%;text-align: center;line-height: 31px;color: #ccc;}
.case_c .divdgweb_new_div_item_title a{display: block;font-size: 14px;color: #333;line-height: 45px;border-bottom: 1px solid rgba(0,0,0,0.2);box-sizing: border-box;margin: 0 0 0 25px;padding: 0 0 0 25px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-weight:100;}
.case_c .divdgweb_new_div_item_body{font-size: 15px;color: rgba(0,0,0,0.4);line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;margin: 15px 0 0 49px; font-weight:100;display: none;}
.case_c .news_div_item_pic{width: 95%;border: solid 1px rgba(0,0,0,0.1);padding: 5%;margin-top: 32px;}
.case_c .divdgweb_new_div_item.swiper-slide-active .news_div_item_pic{width: 100%;margin: 0;border: none;}
.case_c .news_div_item_pic a{display: block;width: 100%;height: 100%;overflow: hidden;}
.case_c .news_div_item_pic a img{width: 100%;object-fit: cover;transform: scale(1);-webkit-transition: 0.5s linear;transition: 0.5s linear;}
.case_con .swiper_but{bottom: 0;top: inherit;width: 80px;height: 50px;background: #fff;box-shadow: 0px 10px 21px 9px rgba(0, 0, 0, 0.05);border-radius: 25px;font-size: 14px;color: #333;line-height: 50px;text-align: center;text-transform: uppercase;}
.case_con .swiper-button-prev{left: 25%;}
.case_con .swiper-button-next{right: 25%;background: #fea322;color: #fff;}
.case_c .divdgweb_new_div_item:hover img{transform: scale(1.1);}
.case_c .swiper-pagination-bullet {width: 14%;height: 12px;}
.case_c .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 0px !important;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 0px !important;}
.case_c .swiper-pagination-bullet{border-radius: 0% !important;opacity: .3;}
.case_c.swiper-container{padding:0 0 130px;position: relative;z-index: 999;}
.case_c .swiper-pagination-bullet-active{background: #1c4e90 !important;opacity: .99;}
.case_c .swiper-pagination {bottom: 53px !important;width: 100%;}



.sc_ic ul { display: flex; }
.sc_ic { margin: 0 auto; overflow: hidden; padding-bottom:80px; }
.sc_ic button { display: none!important; }
.sc_ic ul img { width: 100%; height: auto; }
.sc_ic ul li { width: 32.3%; flex-shrink: 0; margin: 0 0.12%; }
.sc_ic ul li p>a { display: block; height: 55px; background: #f3f4f4; line-height: 55px; text-align: center; font-size: 18px; font-weight: lighter; }
.sc_ic ul li>a { display: block; position: relative; }
.sc_ic ul li>a:before, .sc_ic ul li>a:before { position: absolute; content: ""; background: rgba(51,51,51,0.6); width: 100%; height: 100%; opacity: 0; transition: all 0.3s; top: 0; left: 0; }
.sc_ic ul li:hover>a:before { opacity: 1; }
.sc_ic ul li>a:after { position: absolute; content: "+"; font-family: "iconfont"; top: 50%; left: 50%; width: 40px; height: 40px; background: #fff; border-radius: 100%; text-align: center; line-height: 40px; font-size: 18px; box-shadow: 0 0 1px rgba(0,0,0,0.3); transition: transform 0.3s, opacity 0.3s; margin-top: -20px; margin-left: -20px; font-weight: bold; transform: scale(1.5); opacity: 0; color: transparent; }
.sc_ic ul li:hover>a:after { opacity: 1; transform: scale(1); color: #075daa; }