*{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:#0365d2; /*主色调*/
--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 5074081 */
  src: url('//at.alicdn.com/t/c/font_5074081_j3kc77lup2s.woff2?t=1764339451583') format('woff2'),
       url('//at.alicdn.com/t/c/font_5074081_j3kc77lup2s.woff?t=1764339451583') format('woff'),
       url('//at.alicdn.com/t/c/font_5074081_j3kc77lup2s.ttf?t=1764339451583') 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;}

.box{margin: 0 auto;max-width: 1500px;min-width: 1200px;}
.gy{margin: 0 auto;max-width: 1500px;min-width: 1200px;overflow:hidden;}
.gya{width: 94%;margin: auto; max-width: 1614px;}
.page{margin: 0 auto;max-width: 1500px;min-width: 1200px;}

.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:1.6vw; line-height:42px; color:#333; font-weight:bold; white-space:nowrap; letter-spacing: 0px; font-family: 'alz';}
.name p{font-size:1vw;  font-weight: normal; color:var(--main-color); letter-spacing: 0px;}
.headbg .fr{display:flex; flex-direction:row; justify-content:space-between; width:60%;}
.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%;}





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

.top_con>ul>li:nth-child(2) {background: none;display: flex; align-items: center; width: 190px;}
.top_con>ul>li:nth-child(2) a {font-size: 1.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 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;}

@media screen and (max-width: 1600px){


.head_nav > ul > li > a{font-size: 1.3vw;}
}

@media screen and (max-width: 1440px){
.headbg .fr{width: 70%; padding-right: 4%;}
.head_nav > ul > li > a{font-size: 1.3vw;}

}
@media screen and (max-width: 1400px){
.logo { width: 110px;  margin-top: 10px;}
.headbg .fr{width: 70%; padding-right: 4%;}
.head_nav > ul > li > a{font-size: 1.3vw;}
.name { font-size: 1.8vw;}
.name p { font-size: 1.2vw;}

}
@media(max-width:1360px){
.logo { width: 110px;  margin-top: 10px;}
.headbg .fr{width: 70%; padding-right: 8%;}
.head_nav > ul > li > a{font-size: 1.3vw;}
.name { font-size: 1.8vw;}
.name p { font-size: 1.2vw;}
   
}

@media(max-width:1300px){
.logo { width: 110px;  margin-top: 10px;}
.headbg .fr{width: 70%; padding-right: 8%;}
.head_nav > ul > li > a{font-size: 1.3vw;}
.name { font-size: 1.8vw;}
.name p { font-size: 1.2vw;}
   
}

.head_nav li:nth-child(3) .NavPull .inner dl img {
    width: 200px;
    height: 150px;}


/*幻灯*/
.boyh .txt {
    width: 90%;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
text-align: center;
    z-index: 999;
}

.boyh .txt h2 {
    font-size: 3.2vw;
    color: #fff;
    text-transform: uppercase;
    line-height: 90px;
    padding: 25% 0 1% 0;
    text-shadow: 5px 0 10px rgba(0, 0, 0, .3);
    font-family: hs_l;
    font-weight: bold;
}


.boyh .txt p {
    font-size: 25px;
    color: #fff;
    line-height: 38px;
    font-family: hs_l;
    letter-spacing: 0px;
}

.boyh .txt .morelink {
    margin-top: 25px;
    margin-right: 20px;
    color: #333;
    font-size: 18px;
}

.boyh .txt .morelink i {
    font-size: 20px;
    line-height: 30px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
}

.boyh .txt .morelink:hover {
    color: #fff;
}

.btn-3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.morelink {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    padding: 9px 24px;
    background-color: #fff;
    border-radius: 6px;
    text-transform: capitalize;
    transition: all 0.3s;
}

.bannersldtxt_p .links .item {
    margin-right: 1vw;
    padding: 15px 0 15px 15px;
    height: 78px;
    border-radius: 5px;
    background: rgba(128, 142, 162, .2);
    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
}

.bannersldtxt_p .links .item .icon {
    font-size: 0;
    margin-right: 16px;
}

.bannersldtxt_p .links .item .txt {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

@media (max-width: 1280px) {
    .bannersldtxt_p .links .item .txt {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    .bannersldtxt_p .links .item {
        padding: 15px 10px
    }

    .bannersldtxt_p .links .item .txt {
        font-size: 12px
    }
}

.bannersldtxt_p .links .item:last-child {
    margin-right: 0
}

.idx_banner ul li .center .info .img {
    width: 50%;
    font-size: 0;
    text-align: center
}


/*简介*/
.ab_bc{padding: 70px 0;  background: url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251127/20251127143838_106639053.jpg) center no-repeat; position: relative;z-index: 1; height: 700px;}
.ab_bc:after{content: ''; width: 100%; height: 100%; background: rgba(255,255,255,0.97); position: absolute;left: 0;bottom: 0; z-index: -1;}

    
.aboutbg{width:1500px;    margin: 0 auto;}
.about_tit{padding-top:8px;}
.about_tit span{display:block; font-size:48px; line-height:48px; color:#333; font-weight:bold;}
.about_tit span font{color:var(--main-color);}
.about_tit em{display: block;
    margin-top: 0.5vw;
    line-height: 2.5vw;
    
    font-weight: normal;
    color: #333; font-size: 1.8vw;     letter-spacing: 0;}
.about_tit p{margin-top:15px; font-size:25px; line-height:25px; color:#555;}
.about_img{margin-top:46px;}
.about_img,.about_img img{border-top-right-radius:50px;}
.aboutbg .fr{width:736px;}
.about_txt p{font-size:18px; line-height:32px; color:#666;}
.about_digit{display:flex; flex-wrap:wrap; align-content:space-between; justify-content:space-between; height:400px; margin-top:26px;}
.about_digit dl{float:left; width:353px; height:186px; padding:26px; box-sizing:border-box; border-radius:10px; background:#f1f2f3; position:relative; overflow-x:hidden; transition:all 0.6s;}
.about_digit dl img{width:100%; opacity:0; position:absolute; left:0; top:0; cursor:pointer;}
.about_digit dt{display:flex; flex-direction:row; justify-content:space-between; align-items:center;}
.about_digit dt font{display:flex; flex-direction:row; justify-content:flex-start; align-items:flex-end;}
.about_digit dt span{font-family:"DIN"; font-size:56px; line-height:40px; color:var(--main-color); font-weight:bold; transition:all 0.6s;}
.about_digit dt em{display:block; padding-left:8px; padding-bottom:2px; font-size:15px; line-height:15px; color:#333; transition:all 0.6s;}
.about_digit dt i{display:block; width:65px; height:65px; background-image:url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129090102_458437860.png); background-repeat:no-repeat; transition:all 0.6s;}
.about_digit dd{margin-top:50px; font-size:16px; line-height:16px; color:#333; font-weight:bold; transition:all 0.6s;}
.about_digit dl:nth-child(1) dt i{background-position:0 top;}
.about_digit dl:nth-child(2) dt i{background-position:-65px top;}
.about_digit dl:nth-child(3) dt i{background-position:-130px top;}
.about_digit dl:nth-child(4) dt i{background-position:-195px top;}
.about_digit dl:hover{}
.about_digit dl:hover img{opacity:1;}
.about_digit dl:hover span,.about_digit dl:hover em,.about_digit dl:hover dd{color:#fff;}
.about_digit dl:hover dt i{background-position-y:bottom;}
.contact-1 i {
    font-size: 16px;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.65);
}

/*pro*/
.title{}
.title em{font-size: 32px;text-transform: uppercase; color: #666;font-weight: normal; font-style: normal; font-family: 'axt';}
.title p{font-size: 34px;color: #333; font-weight: bold;     padding-top: 10px;}
.title p:after{content: '';width: 40px;height: 2px;background: var(--main-color); display: inline-block; vertical-align: middle; margin: 0 15px}

.procase{padding: 70px 0 70px 0;      height: 1000px; background: url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129091654_973565031.jpg) center no-repeat; position: relative;z-index: 1;}
.procase:after{content: ''; width: 100%; height: 100%; background: rgba(245,245,245,0.98); position: absolute;left: 0;bottom: 0; z-index: -1;}

.protop{display: flex;justify-content: space-between; align-items: center;}
    

.proan .pro_prev:hover img+img, .proan .pro_next:hover img+img { display: block;}

.protopnr .prolist2021 li:hover a{color:var(--main-color);}
.protopnr .prolist2021 li dl{display: none;}
.protopnr .prolist2021 li{}
.protopnr .prolist2021 li+li{margin-left: 32px;}
.protopnr .prolist2021 li a{font-size: 20px;color: #333; font-weight: lighter;}
.protopnr{display: flex;align-items: center;}
.protopnr ul{display: flex;}




.pro_call{margin-top:2%;border-top: 1px #ddd solid;}
.pro_call ul{margin-top:2%;}
.pro_call li{padding:1%; display: block; float: left; width:24%;border: 1px solid #eee;margin-top: 20px;background: #fff;}
.pro_call li a{display: block; width: 100%; height: auto; overflow: hidden; position: relative;}
.pro_call li a:before { content: ''; display: block;width: 50px; height: 50px;
 background: url(https://memberpic.114my.com.cn/dehelc888/uploadfile/image/20231116/20231116145212_2037127392.png) no-repeat center;
 position: absolute; top: 50%; left: 50%; z-index: 3; margin-left: -25px; margin-top: -25px; transform: scaleY(0); opacity: 0; transition: 0.3s all ease;}
.pro_call li>a:after{content: ''; display: block;width: 100%; height: 100%;  background: rgba(0,0,0,0.45) url(https://memberpic.114my.com.cn/dehelc888/uploadfile/image/20231116/20231116145425_1967200560.png) no-repeat center; position: absolute; top: 0;left: 0;opacity: 0; transition: 0.3s all ease;}
.pro_call li:hover>a:before{opacity: 1;transform: scaleY(1);}
.pro_call li:hover>a:after{opacity: 1;}
.pro_call li br{display:none;}

.pro_call li span a{display:block;width:100%;height:56px;line-height:56px;font-size:16px;color:#333;border-top: 1px solid #eee; transition: 0.3s all ease;position: relative;z-index:22; text-align: center; background: #fff;}
.pro_call li span a:after{content: '';display: block;background: var(--main-color);width:100%;height:0px;position: absolute;top:0;z-index: -1;}
.pro_call li:hover span a:after{height:100%;transition: 0.3s all ease;}
.pro_call li:hover span a{color:#FFF;border: 1px solid var(--main-color);}
.pro_call li+li{margin-left: 1.3%;}

.pro_call li img{transition: 0.3s all ease;width: 100%;height: auto;}
.pro_call li:hover img{transform: scale(1.1);}




/*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(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129091812_403578528.png) no-repeat center center; animation:radiusRotate 3s linear infinite; }


.hmc3icon i:nth-child(2){ background: url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129091812_1712162551.pngg) no-repeat center center; animation:radiusRotate2 3s linear infinite; }
.hmc3icon i:nth-child(3){ background: url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129091812_1712162551.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/jierongdz/uploadfile/image/20251129/20251129092010_1700642210.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;}
/*case*/


/*app*/
.app_c{position: relative; background:#fff;}
.app_bc{padding:0% 0 4% 0;width: 100%; overflow: hidden;}
.app_ic{margin-top: 30px;overflow: hidden;}
.app_ic ul{}
.app_ic li{width: 20%;position: relative;overflow: hidden;}
.app_ic li img{display: block;height: 600px;width: auto;transition: .75s;}
.app_ic li p a{display: block;position: absolute;left: 0;height: 50px;text-align: center;line-height: 50px;color: #fff;background: rgba(0,0,0,0.3);width: 100%;font-size: 18px;font-weight: lighter;transition: .5s;}
.app_ic li:nth-child(odd) p a{bottom: 0;}
.app_ic li:nth-child(even) p a{top: 0;}
.app_ic li:hover img{transform: scale(1.1);}
.app_ic li:hover p a{background: rgba(2,62,147,0.5);}
.app_c>a{display: block;width:66%;margin: 5% auto 0;text-align: center;border-radius: 60px;height: 78px; line-height: 78px;color: #fff;font-size: 34px; letter-spacing: 5px;background: linear-gradient(to bottom, #0365d2 0%, #0164d0 100%);}
.app_dot{position: absolute; bottom:0%; left: 46.2%; display: flex; margin-left: -33px;}
.app_dot li{width: 12px; height: 12px; border-radius: 100%; background: #333;}
.app_dot li+li{margin-left: 12px;}
.app_dot li button{display: none;}
.app_dot li.slick-active{background: #0365d2;}
.app_ic button{display: none!important;}



/*cer*/
.cer {padding: 4% 2% 2% ;overflow: hidden;background: url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129090946_1500976308.jpg)no-repeat center top;}
.cer_box {max-width: 1700px;margin: 0 auto;}
.cer_tit {display:flex;flex-direction: column;/* display: none; */position: relative;z-index: 5;}

.cer_tit p {display:flex;/* flex-direction:column; */font-size: calc(2.2rem + 0.5vw);justify-content: center;align-items: center;width: 100%;/* color: #fff; */font-weight: bold;}
.cer_tit p span {/* font-size: 42px; *//* margin: 1% 0 0; *//* position: relative; *//* z-index: 5; *//* width: 100%; */text-align: center;/* font-family: Arial; *//* background-image: -webkit-linear-gradient(left, #1e2188 10%, #3150f1 90%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; *//* padding: 0 0.6% 0 0; *//* font-weight: bold; */}
.cer_tit em {font-size: 1.2rem;padding: 1% 0 0;/* color: #fff; */text-align: center;}
.cer_tab {margin: 4% 0 0;}


/*tech*/
.tech {padding: 5% 2%;overflow:hidden;background: url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129091549_1683400101.jpg) no-repeat bottom;;background-size: cover;position: relative;z-index: 5;}
.tech:before {content:'';width:100%;height:100%;background:rgba(0,69,168,0.5);5); */position:absolute;position: absolute;top: 0;left: 0;z-index: -1;}
.tech_box {max-width: 1650px;margin:0 auto;}
.tech_tit {display: flex;justify-content: center;}
.tech_tit p {font-size: calc(2.2rem + 0.5vw);display: flex;flex-direction: column;/* font-family: \963f\91cc\5988\5988\6570\9ed1\4f53 Bold; *//* color: #069beb; */align-items: center;justify-content: center;font-weight: bold;color: #fff;}
.tech_tit p span {font-size: 1.5rem;padding: 3% 0 0;/* color: #666; */font-weight: normal;}
.tech_con {margin: 3% 0 0;/* border-top: 1px solid #eee; *//* padding: 3% 0 0; */}
.tech_con ul {display:flex;justify-content: space-between;flex-wrap: wrap;grid-row-gap: 1vw;}
.tech_con li {width: 24%;display:flex;flex-direction:column;align-items:center;position: relative; transition: 1s; border-radius: 20px;overflow: hidden; margin-top: 1%;}
.tech_con li:hover {transform:translateY(-10px);box-shadow:0 0 20px rgba(51,51,51,0.5);background:#249344;     transition: 0.3s all ease;}
.tech_con li:hover p,.tech_con li:hover p span {color:#fff;}
.tech_con li i {width: 7rem;height: 7rem;/* background: #fff; */border-radius: 50%;display: flex;justify-content: center;align-items: center;font-size: 3.5rem;f'align-content: normal';transition:0.8s;border: 1px solid #ddd;}
.tech_con li:hover i {background:#2ba54e;color:#fff;}
.tech_con li>a {overflow:hidden;pointer-events: none;}
.tech_con li>a img {width:100%;height:auto;}
.tech_con li p {font-size:1.2rem;display:flex;flex-direction:column;align-items:center;padding: 1rem 0;text-align: center;font-weight: bold;position: absolute;background: #fff;width: 100%;bottom: 0;}
.tech_con li p span {font-size: 0.91rem;color: #666;padding: 0.5rem 10% 0;line-height: 1.3rem;font-weight: normal;}
.tech_con li p a {color:#333;font-size:1.2rem;pointer-events: none;}
.tech_con li em {width: 2.2rem;height: 2.2rem;/* display: flex; */justify-content: center;align-items: center;margin: 2rem 0 0;font-size: 1.1rem;background: #249344;color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;font-weight: bold;}
.tech_con li+li:before {content:'';width:0;height:0;border-left: 8px solid #ddd;border-bottom: 8px solid transparent;border-top: 8px solid transparent;position: absolute;left: 0;top: 18%;display: none;}
.tech_con li+li:after {content:'';width: 72%;border-bottom: 1px dashed rgba(0,0,0,0.5);position: absolute;left: -36%;bottom: 7%;opacity: 0;}

.char_more {display: flex;border-radius: 40px;background: #f5f5f5;width: 600px;height: 50px;align-items: center;margin: 0 auto;margin-top: 60px;}
.char_more p {background: var(--main-color);width: 61%;border-radius: 40px;font-size: 20px;color: #fff;height: 100%;display: flex;align-items: center;padding-left: 30px;position: relative;margin-left:-2px;}
.char_more p span {color: #fff;font-size: 26px;    font-family: 'din'; line-height: 26px;}
.char_more em {font-size: 20px;color: #333;padding-left: 40px;position: relative;display: flex;justify-content: center;align-items: center;}
.char_more em a{font-size: 20px;}
.char_more p:before {position: absolute;left: 26px;}
.char_more em:before {position: absolute;left: 36px;font-size:25px;}
.char_more p d{font-size:24px;margin-right:10px;}
.char_more em d{font-size:24px;margin-right:10px;}

@keyframes merNum{
  0%{transform:scale(1);opacity:1;}
  100%{transform:scale(1.5);opacity:0;}
}

.craddr{margin-top: 10px; font-size:16px; color:#b0b0b0; line-height:35px; }
.craddr{color: rgba(255,255,255,0.6);}
.craddr span{ font-size: 14px; opacity: 0.8;margin-top: 15px; display: block;}
.craddr span i{font-size: 18px; padding-right: 10px; color: rgba(255,255,255,0.95); }
.craddr b{color: rgba(255,255,255,0.95);  font-size: 30px; font-weight: bold; display: block;     padding-top: 14px;     font-family: din; letter-spacing: 2px;}
.craddr p{ font-size: 15px; font-weight: lighter; line-height: 28px; color: rgba(255,255,255,0.7); }



/*news*/
.new_tc{display:flex;justify-content:space-between;align-items:center;}
.new_bc{background:#f7f7f7 url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129092233_468715005.jpg) no-repeat bottom;  padding: 70px 0;
    width: 100%;
    max-width: 1920px;
    min-width: 1400px;
    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; }
img.news_div_item_image{width:100%;transition:.75s;}
.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{ height: 310px;}
.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;}





/* footer */
.footer {background:url(https://memberpic.114my.com.cn/jierongdz/uploadfile/image/20251129/20251129092233_1520860249.jpg) center bottom no-repeat;position: relative;clear: both; overflow: hidden;color: #fff; position: relative;}
.footer-content {width: 98%;margin: auto;position: relative;}
.footer-content-top {overflow: hidden;padding:5% 0 6% 0;     border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.footer-left {float: left;width: 10%;}

.footer-logo .logox {max-width:320px;font-size:0;overflow:hidden}
.footer-logo .logox img{padding-right:2px;width:190px;}
.footer-logo .logox strong{display: block;font-size:28px; line-height:33px;color:#999; font-weight:lighter; font-family: "syh"; letter-spacing:16px;}
.footer-logo .logox dl{ font-size:16px; letter-spacing:1px; color:#adb2b7; line-height:26px;}
.footer-logo .logox dl en{color:#ababab;}

.footer-nav {float: right;width:100%;text-align: right;}
.footer-nav ul,.footer-nav li {list-style: none;margin: 0;padding: 0;}
.footer-nav ul {text-align: left;margin-left:7rem;overflow: hidden;display: inline-block;vertical-align: top;}
.footer-nav ul:first-child {margin-left: 0;}
.footer-nav .title-1 {font-weight: bold;}
.footer-nav li {margin-top:1rem;}
.font20{font-size: 20px; font-weight: normal;position: relative;display: flex; margin-bottom: 30px;}
.font20::after{content: ''; width: 30px; height: 2px; position: absolute;left: 0; top: 148%;background: rgba(255,255,255,0.2);}
.flh30 {line-height: 30px;}
.font16 {font-size: 16px;}
.font16 a{color: rgba(255,255,255,1);font-size: 16px;}
.footer-nav li a{display: block;color: rgba(255,255,255,0.8); font-size: 15px;font-family: 'axt';}
.footer-nav li a:hover {color: #fff;}
.footer-nav .contact-1 {overflow: hidden;}
.footer-nav .contact-us-1 {color: rgba(255, 255, 255, 0.6);margin-top: 2rem;}
.footer-nav .contact-us-1 strong{font-weight: normal;}
.footer-nav .contact-us-1 p:first-child {padding: 0;margin: 0;}
.footer-content-bottom {padding:2% 0 2% 0;position: relative;overflow: hidden;}
.footer-copy {color: rgba(255, 255, 255, 0.6);position: relative;}
.footer-copy a {color: rgba(255, 255, 255, 0.6);}
.footer-copy a:hover {color: #fff;}
.footer-link {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.footer-link li {list-style: none;padding: 0;margin: 0;display: inline-block;vertical-align: middle;position: relative;width: 30px;height: 30px;margin-left: 15px;}
.footer-link .ewmshow-1 {background: #fff;padding: 5px;width: 90px;height: 90px;overflow: hidden;position: absolute;bottom: 100%;left: 50%;border-radius: 4px;margin-left: -50px;display: none;}
.footer-link li:hover .ewmshow-1{display: block;}


.footer-top-left {float: left; width: 24%;}
.footer-top-right {float: right;width:75%;}
.footer-logo {/*width: 27%;*/}
.footer-logo a{width: 100%;height: auto;display: block;}
.footer-logo img {display: block;}
.footer-logo .st0 {fill: #fff;}
.footer-contact {margin-top:20px; font-family: 'axt';}
.footer-social {margin-top:60px;} 
.footer-social li {display: inline-block;vertical-align: middle;margin-right:18px;position: relative;}
.footer-social li:first-child {margin-left: -.3%;}
.footer-social li a{position: relative;display: block;width: 2rem;height: 2rem;opacity: .3;}
.footer-social li a:hover {opacity: 1;}
.footer-social li:hover .ewmshow-1{display: block;}

.footer-copy,.footer-content-bottom a{color: rgba(255, 255, 255, 0.8);font-size:14px; line-height: 1.2;}
.footer-content-bottom a:hover {color: #fff;}

.social {padding-top:0px;clear: both;}
.social a { position: relative; font-size: 13px; color: #333; display: inline-block; line-height: 25px; transition:0.3s all ease-in-out; float: left;display: block;margin-right:16px; margin-top:28px;background: rgba(255, 255, 255, 0.9); border-radius: 3px;  width: 30px; height: 30px;   text-align: center;   line-height: 30px;}
.social a img{ display: block}
.social a i{font-family: 'iconfont'; font-size: 16px; color: #333; line-height: 30px;}
.social a:hover{ }
.social a:hover img{filter: contrast(0) brightness(2);}
.social a:hover .ewm img{filter: grayscale(1%);}
.social .ewm { position: absolute; width: 100px; bottom: 45px; right: -43px; 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: 52.5px; }
.social .ewm img { display: block; width: 100%; height:auto; }
.saj-footer .bottom{clear: both;padding:30px 0;overflow: hidden;font-size: 12px;color: #999;order-top: 1px solid #313131;}
.saj-footer .bottom a{color: #999; font-size:15px;}
.saj-footer .bottom .left{color: #999; font-size:15px;}
.left .tel div{color:#999; font-size:15px; line-height:25px;}


.std_tit6{font-size: 24px;}
.std_tit2 {font-size: 40px;line-height: 1.5;color: #333;font-weight:normal;}
.hcwr_li_le_tit {margin-bottom: 30px; text-align: center;}
.home_stren {
    width: 100%;
    position: relative;
padding-top:0%;
}
.home_stren_tit .std_tit5 {
    text-align: center;
}
.home_stren_wrap {
    width: 100%;
    position: relative;margin-top: 3%;
    z-index: 9;
}
.home_stren_wrap_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(1, 4, 40, 0.1);
    border-radius: 10px;
    align-items: stretch;
    overflow: hidden;
}
.hswu_li {
    width: 25%;
    border-right: 1px solid #F0F0F0;
    position: relative;
    z-index: 1;
}
.hswu_li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
   background: linear-gradient(to top, var(--main-color), #0265b4);
    z-index: -1;
    transition: all 0.36s;
    opacity: 0;
}
.hswu_li_wrap {
    width: 100%;
    position: relative;
    padding: 9% 12%;
}
.hswu_li_wrap_tit .std_tit6 {
    font-weight: normal;
    line-height: 1.5;
    color: #333;
    transition: all 0.36s;
}
.hswu_li_wrap_info .std_text {
    color: #999;
    line-height: 1.75;
    transition: all 0.36s;
font-size:16px;
font-family: 'axt';
}
.hswu_li_wrap_icon {
    width: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
font-size:16px;
}
.hswu_li_wrap_icon.iconfont{color: #ccc;}
.hswu_li.act .hswu_li_wrap_icon.iconfont{color: #fff;}
.hswu_li.act .hswu_li_wrap_tit .std_tit6 {
    color: #fff;
}
.hswu_li.act .hswu_li_wrap_info .std_text {
    color: #fff;
}
.hswu_li {
    overflow: hidden;
}
.hswu_li.act::after {
    opacity: 1;
    width: 100%;
}

.ft-bottom{padding:7px 0;}
.ft-bottom .copyright{float: left;font-size: 15px;color: rgba(255, 255, 255, 0.8);     line-height: 26px;}
.ft-bottom .copyright p{color: rgba(255, 255, 255, 0.8);}
.ft-bottom .copyright span{display: inline-block; color: rgba(255, 255, 255, 0.8);}
.ft-bottom .copyright a{color: rgba(255, 255, 255, 0.8); font-weight:normal; font-size: 15px;}
.ft-bottom .copyright a:hover{color: #fff;text-decoration: underline;}



/*--kf--*/
.fixAside a { position: relative;}
.modeFix { transition: all .3s; opacity: 1;}
.hideFix { opacity: 0; transition: all .3s; left: 50%; transform: translateX(-50%); position: absolute; top: 0;}
.fixAside a:hover .hideFix { opacity: 1;}
.fixAside a:hover .modeFix { opacity: 0;}
.fixAside a:hover p { color: #0365d2;}
.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: #0365d2;}
.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(3,101,210, 0.8);
    border: 1px solid rgb(3,101,210);
    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(3,101,210, 0.8);
    border: 1px solid rgb(3,101,210);
    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(3,101,210, 1);
    border: 1px solid rgb(3,101,210);
    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(3,101,210, 1);
    border: 1px solid rgb(3,101,210);
    animation: yuanRun 2s 1s infinite linear;}
@keyframes yuanRun {
  form {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.chatPhone img { z-index: 3; display: block; margin: 0 auto; position: relative;}
.fixAside li p { text-align: center; font-size: 13px; color: #666666; line-height:1;margin: 4px 0 10px 0}
.fixAside li { position: relative; margin-bottom: 10px; border-bottom: 1px solid #e5e5e5;}
.fixAside li:last-child {border: none; margin-bottom: 0;}
.fixAside img { display: block; margin: 0 auto; width: 24px;}
.fixAside li i{ display: block; margin: 0 auto; font-size: 20px; color: #fff; text-align: center;position: relative;z-index: 999;}
.fixAside li .revi-hotline-wrapper {
  display: none;
  position: absolute;
  left: -232px;
  bottom: -5px;
  width: 235px;
  height: 80px;
  border-radius: 8px;
}
.fixAside li .revi-hotline-wrapper.ewm{ width: 160px;  height: 160px;  border-radius: 8px;  background-color: #fff;   left: -163px; padding: 10px;}

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

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