*{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:#0347b5; /*主色调*/
--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:'alz'; src: url("https://cdn.114my.com.cn/font/hxp/alimamashuheiti.ttf");}


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


.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;}

.w1500{margin: 0 auto;max-width: 1500px;min-width: 1200px;}
.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, 1), rgba(255, 255, 255, .92));
    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{}
.name{margin-left:10px;  font-size:30px; line-height:42px; color:#333; font-weight:bold; white-space:nowrap; letter-spacing: 0px;}
.name p{font-size:18px;  font-weight: normal; color:var(--main-color); letter-spacing: 0px;}
.headbg .fr{display:flex; flex-direction:row; justify-content:space-between; width:70%;}
.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: 15vw;}
.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: 190px;}
.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(http://login.114my.cn/memberpic/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(http://login.114my.cn/memberpic/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;}



/* banner */

/*indxbanner*/
.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: 20s;
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 9;
  color: #FFFFFF;
  top: 28%;}

.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: 54%;}
.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.6vw/1.15em "alz";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
text-shadow: 2px 0 2px rgb(255 255 255 / 100%); color: #0348bb; font-style: italic;
}

.pc-banner .mySwipera .banwez dt {
  font: 600 3.6vw/1.15em "alz";
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 1%;
text-shadow: 4px 0 2px rgb(255 255 255 / 100%); color: #333;  letter-spacing: 3px;
}

.pc-banner .mySwipera .banwez dt::after {
  content: "";
  width: 0;
  height: 1.4rem;
  background: #fade39;
  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: #333;
}
.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: #666;
}
.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: #0347b5; 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: #82adf1; 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: #0347b5;
  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 #0347b5;
  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: #0347b5;
  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: 2px solid #777;
  -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: #0347b5;
  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: #0347b5;
}

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

.more-msl.hs:hover {
  color: #fff;
  border-color: #0347b5;}


/*简介*/
.idx_about{width: 100%;height: auto;background:#f3f3f3;position: relative;z-index: 1;overflow: hidden}
.idx_about .about_box{width: 100%;height: auto;margin: 6.2vw 0;position: relative;z-index: 2}
.idx_about .about_box .about_main{width: 100%;height: auto;margin: 0 auto;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex}
.idx_about .about_box .about_main .about_info{width:58%;flex: 1;height: auto;float: left;padding-right:9vw}
.idx_about .about_box .about_main .about_info .about_title{width: 100%;height: auto;line-height: 1;overflow: hidden}
.idx_about .about_box .about_main .about_info .about_title p{margin-top: 12px;font-size:32px; font-family: 'axt'; }
.idx_about .about_box .about_main .about_info .about_title p.active{color: var(--main-color)}
.idx_about .about_box .about_main .about_info .about_title p span{position: relative;z-index: 1}
.idx_about .about_box .about_main .about_info .about_title p span::after{content: '';width: 100%;height: 5px;position: absolute;bottom:0.5vw;left: 0;z-index: -1; background:#83a0d0;}
.idx_about .about_box .about_main .about_info .about_title p:first-child{margin-top: 0; font-weight: bold;}
.idx_about .about_box .about_main .about_info .about_details{margin:2.2vw 0 0;font-size: 18px;line-height:30px;color: #222;text-align: justify;overflow: hidden}
.idx_about .about_box .about_main .about_info .about_details p{margin: 1.5vw 0 0; line-height:30px;}
.idx_about .about_box .about_main .about_info .about_details p:first-child{margin: 0}
.idx_about .about_box .about_main .about_info .about_logo{width: 100%;height: auto;margin-top:2vw;overflow: hidden}
.idx_about .about_box .about_main .about_info .about_logo .item{width: 24%;height: auto;float: left;border: 1px solid #e5e5e5;padding:22.2px 15px;text-align: center;cursor: pointer;overflow: hidden}
.idx_about .about_box .about_main .about_info .about_logo .item .logo6{width: 100%; /*max-width: 46px;*/height: auto;margin: 0 auto;position: relative;z-index: 1;-webkit-filter: grayscale(100%) opacity(50%);filter: grayscale(100%) opacity(50%);-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;overflow: hidden}
.idx_about .about_box .about_main .about_info .about_logo .item .logo6 .pb{padding-bottom: 2%;font-size: 0}
.idx_about .about_box .about_main .about_info .about_logo .item .title{width: 100%;height: auto;margin-top:7px;font-size: 16px; font-family:hs_l; color: #333;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;overflow: hidden}
.idx_about .about_box .about_main .about_info .about_logo .item .title a{ font-size: 1vw;line-height: 30px;}
.idx_about .about_box .about_main .about_info .about_logo .item:first-child~.item{border-left: 0}
.idx_about .about_box .about_main .about_info .about_logo .item:hover .logo6{-webkit-filter: none;filter: none}
.idx_about .about_box .about_main .about_info .about_logo .item:hover .title{color: #333}

.idx_about .about_box .about_main .about_number{/*width: calc(22vw - (100vw - 100%) / 2);*/ height: auto;float: right;padding: 0 11vw 0 4vw;position: relative;z-index: 1;overflow: hidden}
.idx_about .about_box .about_main .about_number .item{width: 100%;height: auto;margin-top:24%;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;position: relative;z-index: 2;overflow: hidden}
.idx_about .about_box .about_main .about_number .item .icon{width:54px;height:54px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;line-height: 1;font-size: 0;color: #fff;overflow: hidden}
.idx_about .about_box .about_main .about_number .item .icon i{display: inline-block;font-size: 54px}
.idx_about .about_box .about_main .about_number .item .info{flex: 1;padding-left: 1.4vw;line-height: 1;color: #fff}
.idx_about .about_box .about_main .about_number .item .info .title{font-family: hs_l;font-size: 16px;color: #95b4e1}
.idx_about .about_box .about_main .about_number .item .info .number{margin-top:4px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex}
.idx_about .about_box .about_main .about_number .item .info .number .beat,.idx_about .about_box .about_main .about_number .item .info .number .unit{font-size: 42px; font-family: 'din';}
.idx_about .about_box .about_main .about_number .item .info .number .sup{margin-left: 5px;font-size: 20px;align-self: flex-start}
.idx_about .about_box .about_main .about_number .item:first-child{margin-top: 0}
.idx_about .about_box .about_main .about_number .about_diqiu{display: none;font-size: 0}
.idx_about .about_bg{width: 35.416vw;height: 100%;position: absolute;right: 0;top: 0;z-index: 1;background:url(../uploadfile/image/20251120/20251120164819_1458299742.png);display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end;font-size: 0;overflow: hidden}
@media (max-width: 1440px){
.columnMenu ul{        width: 96%;}
.idx_about .about_box .about_main .about_info .about_title p{font-size:30px}
.idx_about .about_box .about_main .about_info .about_title p span::after{height: 4px;bottom: 2px}
.idx_about .about_box .about_main .about_info .about_details{font-size: 16px}
.idx_about .about_box .about_main .about_info .about_logo .item{width:24%;padding: 15px 10px}
.idx_about .about_box .about_main .about_info .about_logo .item .logo6{/*max-width: 36px*/}
.idx_about .about_box .about_main .about_info .about_logo .item .title{font-size: 14px}
.idx_about .about_box .about_main .about_info .about_btn .more a .title{font-size: 14px}
.idx_about .about_box .about_main .about_info .about_btn .more a .icon i{font-size: 8px}
.idx_about .about_box .about_main .about_number .item .icon i{font-size: 40px}
.idx_about .about_box .about_main .about_number .item .info .title{font-size: 12px}
.idx_about .about_box .about_main .about_number .item .info .number{margin-top: 5px}
.idx_about .about_box .about_main .about_number .item .info .number .beat,.idx_about .about_box .about_main .about_number .item .info .number .unit{font-size: 36px}
.idx_about .about_box .about_main .about_number .item .info .number .sup{font-size: 18px}}
@media (max-width: 1024px){.idx_about .about_box .about_main .about_info .about_details{font-size:14px}}
@media (max-width: 990px){.idx_about .about_box{margin:0}
.idx_about .about_box .about_main{display: block;padding: 0}
.idx_about .about_box .about_main .about_info{width: 100%;padding: 50px 20px 30px;float: initial}
.idx_about .about_box .about_main .about_info .about_title p{font-size: 24px}
.idx_about .about_box .about_main .about_info .about_title p span::after{height: 2px}
.idx_about .about_box .about_main .about_info .about_logo .item .logo6{filter: none}
.idx_about .about_box .about_main .about_info .about_logo .item .title a { font-size: 1.1vw;line-height: 30px;}

.idx_about .about_box .about_main .about_info .about_logo .item .logo6 img {
    width: 2.5vw;
    text-align: center;
    max-width: 2.5vw;
}


.idx_about .about_box .about_main .about_info .about_details,.idx_about .about_box .about_main .about_info .about_logo{margin-top: 30px}
.idx_about .about_box .about_main .about_number{width: 100%;float: initial;background: url(../uploadfile/image/20251120/20251120164819_1458299742.png);padding: 40px 0;display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 40px 40px}
.idx_about .about_box .about_main .about_number .item{margin: 0;padding: 0 20px}
.idx_about .about_box .about_main .about_number .item .icon{width: 40px;height: 40px}
.idx_about .about_box .about_main .about_number .item .icon i{font-size: 30px}
.idx_about .about_box .about_main .about_number .item .info .number .beat,.idx_about .about_box .about_main .about_number .item .info .number .unit{font-size: 24px}
.idx_about .about_box .about_main .about_number .about_diqiu{width: 100%;height: 100%;padding: 30px 0 0;position: absolute;left: 0;bottom: 0;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end;display: none}
.idx_about .about_box .about_main .about_number .about_diqiu img{max-width: 80%;max-height: 70%}
.idx_about .about_bg{width: 100%;height: auto;top: initial;bottom: 0;display: none}}
@media (max-width: 768px){.idx_about .about_box .about_main .about_info{width:100%;float: initial}
.idx_about .about_box .about_main .about_info .about_title p{margin-top: 5px;font-size: 20px}
.idx_about .about_box .about_main .about_info .about_details{font-size: 12px}
.idx_about .about_box .about_main .about_info .about_logo .item{width: 30%;padding: 10px 5px}
.idx_about .about_box .about_main .about_info .about_logo .item .logo6{max-width: 24px}
.idx_about .about_box .about_main .about_info .about_logo .item .title a{{ font-size: 1.1vw;line-height: 30px;}}

.idx_about .about_box .about_main .about_info .about_details,.idx_about .about_box .about_main .about_info .about_logo{margin-top: 20px}
.idx_about .about_box .about_main .about_number{width: 100%;float: initial;background: url(../uploadfile/image/20251120/20251120164819_1458299742.png)}
.idx_about .about_box .about_main .about_number .item{display: block;margin: 0}
.idx_about .about_box .about_main .about_number .item .icon{margin: 0 auto}
.idx_about .about_box .about_main .about_number .item .info{margin-top: 8px;padding: 0;text-align: center}
.idx_about .about_box .about_main .about_number .item .info .number{-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center}
.idx_about .about_box .about_main .about_number .item .info .number .beat,.idx_about .about_box .about_main .about_number .item .info .number .unit{font-size: 24px}
.idx_about .about_box .about_main .about_number .about_diqiu{width: 100%;height: 100%;padding: 30px 0 0;position: absolute;left: 0;bottom: 0;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end;display: none}
.idx_about .about_box .about_main .about_number .about_diqiu img{max-width: 80%;max-height: 70%}
.idx_about .about_bg{width: 100%;height: auto;top: initial;bottom: 0;display: none}}

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

/*产品*/
.pro {padding: 4% 1%;overflow: hidden;background: #f9f9f9;}
.pro_box {max-width: 90%;margin: 0 auto;}

.pro_tab {margin: 4% 0 0;display: flex;justify-content: space-between;}
.pro_nav {width: 20%; padding: 1% 1%; background: linear-gradient(to top, #0347b5, #1b59b5);}
.pro_nav p {display:flex;flex-direction:column;align-items:center;font-size: 32px;color:#fff;padding: 11% 0;font-weight:bold;}
.pro_nav p span {font-size: 20px;font-family: Arial;padding: 2% 0 0;font-weight:normal;}
.pro_nav em {display:flex;align-items: center;color: #fff;padding: 12% 0;justify-content: center;}
.pro_nav em i {font-size: 32px;}
.pro_nav em span {font-size: 25px;font-family: 'srm';padding: 0 0  0 3%;}
.pro_nav ul {padding: 4%;}
.pro_nav li {padding: 9% 7% 9% 17%;transition: 0.5s;position: relative;z-index: 5;box-shadow: 0 10px 10px rgba(0,0,0,0.08);}
.pro_nav li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.55);
    top: 44%;
    left: 7%;
    transition: all .5s;
}
.pro_nav li:before {content:'>>';width: 13px;height: 3px; border-radius: 50%;position: absolute;top: 0;right: 9%;bottom: 0;margin: auto;transition: 0.5s;opacity: 0.2;color: rgba(255,255,255,0.5);}
.pro_nav li:hover {box-shadow: 0 10px 10px rgba(0,0,0,0.2);  background: linear-gradient(to top, #0347b5, #1b59b5);}
.pro_nav li+li {border-top:1px solid rgba(255,255,255,0.3);}
.pro_nav li dl {display:none;}
.pro_nav li a {font-size: 17px;color:#fff;}
.pro_con {overflow: hidden;width: 80%;background: #f8f8f8;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_call {width: 100%;flex-shrink: 0;/* padding: 3%; */}
.pro_call .divproduct_new_div {display: flex;justify-content: space-between;flex-wrap: wrap;}
.pro_call .divproduct_new_div_item_content {width:57%;}
.pro_call .divproduct_new_div_item {display: flex;flex-direction: row;align-items: center;/* border: 1px solid #eee; */background: #fff;position: relative;width: 50%;border-right: 1px solid #eee;border-bottom: 1px solid #eee;padding-bottom:2%;}
.pro_call .divproduct_new_div_item:nth-child(2n) {border-right:none;}
.pro_call .divproduct_new_div_item:nth-child(n+3) {}
.pro_call li br {display:none;}
.pro_call .product_div_item_pic {overflow: hidden;width: 60%;padding:3%;}
.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 .divproduct_new_div_item_title {margin: 7% 0 7% 16%;/* width: 80%; *//* text-align: center; */white-space: nowrap;overflow: hidden;text-overflow: ellipsis;position: relative;/* bottom: 0; *//* left: 0; *//* border-bottom: 1px solid #eee; */padding: 0 0 1% 0;}
.pro_call .divproduct_new_div_item_title a {font-size: 22px;font-weight: bold;}
.pro_call .divproduct_new_div_item_body {display:block;/* justify-content:center; */padding: 0 0 0 16%;}
.pro_call .divproduct_new_div_item_body li{padding-top:4px;line-height:20px;color:#999; font-size: 15px;}
.pro_call .divproduct_new_div_item_body li span{color:#222;font-weight:500;}
.pro_call .divproduct_new_div_item_body p {display:flex;flex-direction:column;/* padding: 0 27%; */justify-content: center;font-size: 18px;position: relative;}
.pro_call .divproduct_new_div_item_body p:before {content:"";width: 2px;background: #ff0000;position: absolute;height: 18px;top: 0;left: -10%;}
.pro_call .divproduct_new_div_item_body p span {font-size: 15px;padding: 8% 0 0;line-height: 25px;font-weight: lighter;}

.pro_call .pront_txt {display:none;}
.pro_call .pront_nav li {
    line-height: 26px;
}

/*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,#0d367b, rgba(13, 54, 123, 0.6)/*, 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:#0e5bc7; 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(http://login.114my.cn/memberpic/dgekej11/uploadfile/image/20251031/20251031200613_317744096.png) no-repeat center center; animation:radiusRotate 3s linear infinite; }


.hmc3icon i:nth-child(2){ background: url(http://login.114my.cn/memberpic/dgekej11/uploadfile/image/20251031/20251031200702_352718352.png) no-repeat center center; animation:radiusRotate2 3s linear infinite; }
.hmc3icon i:nth-child(3){ background: url(http://login.114my.cn/memberpic/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(../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;}

/*合作*/

.indexdiv5{ width:100%;  float:left; padding:80px 0 90px 0; background:url(http://login.114my.cn/memberpic/gdlgsd/uploadfile/image/20251013/20251013091555_313893347.jpg) center center no-repeat; background-size:cover;}

.cas_ic { margin: 0 auto;  position: relative; }
.cas_ic .new_web_div2021 .tempWrap{width:100% !important;}
.cas_ic *{display:block;}
.cas_ic li{width:calc((100% - 1.3rem) / 5);margin:10px 20px 10px 0;float:left;padding-left:0px !important;}
.cas_ic li img{width:100%;height:auto;border-radius:7px; padding:3% 1%; border: 1px #eee solid; background:#FFF;}
.cas_ic ul li p{display: none;}
.cas_ic ul:nth-child(1) {width: 1300px; margin: 0 auto;}
.cas_ic ul:nth-child(2)  {width: 1300px; margin: 0 auto;}
.cas_ic ul:nth-child(3)  {width: 1300px; margin: 0 auto;}

.cas_bc{margin: auto;
    max-width: 90%;
    min-width: 1300px;}
.cas_bc:before {content:'';background: linear-gradient(to right,#fff 3%,transparent);position:absolute;width: 10%;height:  100%;z-index: 1;top: 0;left:  0;}
.cas_bc:after {content:'';background: linear-gradient(to left,#fff 3%,transparent);position:absolute;width:  10%;height: 100%;z-index: 1; top: 0;right:  0;bottom: 0;}



.one_title em {
    font-size: 20px;
    font-weight: normal;
    display: block;
    color: #666;
    padding-top: 18px;
    width: 60%;
    margin: 0 auto;
    line-height: 36px;}


/*news*/
.new_tc{display:flex;justify-content:space-between;align-items:center;}
.new_bc{background:#f7f7f7 url(../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:url(../uploadfile/image/20251120/20251120135644_1393677101.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: 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;}
.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(http://login.114my.cn/memberpic/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: #074bab;}
.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: #074bab;}
.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,75,171, 0.8);
    border: 1px solid rgb(7,75,171);
    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,75,171, 0.8);
    border: 1px solid rgb(7,75,171);
    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: 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: #074bab;
  font-weight:bold;
}
.fixAside li .revi-hotline h4{ font-weight:normal; font-size:16px;}