* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;scroll-behavior: smooth;}
::-webkit-scrollbar { width: 0px}
::-webkit-scrollbar {width: 5px;height: 5px}
::-webkit-scrollbar-button:vertical {display: none}
::-webkit-scrollbar-track:vertical {background-color: #000}
::-webkit-scrollbar-track-piece {background: #e3e3e3}
::-webkit-scrollbar-thumb:vertical {background-color: #555;border-radius: 30px}
::-webkit-scrollbar-thumb:vertical:hover {background-color: #3b3b3b}
::-webkit-scrollbar-corner:vertical {background-color: #535353}
::-webkit-scrollbar-resizer:vertical {background-color: #ff6e00}
::-webkit-scrollbar-track-piece {background: #eee}
::-webkit-scrollbar-thumb:vertical {background-color: #c3000e}
body {font-size: 14px;font-family: "Source Han Sans CN","Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", sans-serif;overflow-x: hidden;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;text-transform: capitalize;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

@font-face {
font-family:DIN Medium;
src:url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff),
     url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
}

.icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }


@font-face {
  font-family: 'iconfont';  /* Project id 4464360 */
  src: url('//at.alicdn.com/t/c/font_4464360_l8bhkrw932s.woff2?t=1710294667933') format('woff2'),
       url('//at.alicdn.com/t/c/font_4464360_l8bhkrw932s.woff?t=1710294667933') format('woff'),
       url('//at.alicdn.com/t/c/font_4464360_l8bhkrw932s.ttf?t=1710294667933') format('truetype');
}

@font-face {
  font-family: "\963f\91cc\5988\5988\6570\9ed1\4f53 Bold";font-weight: 700;src: url("../cssnew/Alimama_ShuHeiTi_Bold.woff2.txt") format("woff2"),
  url("../cssnew/Alimama_ShuHeiTi_Bold.woff.txt") format("woff");
  font-display: swap;
}

/*head*/
.head {padding: 0.5% 1%;/* overflow: hidden; */width: 100%;z-index: 100;/* background: rgba(0,0,0,0.8); */position: relative;top:0;background: #fff;/* border-bottom: 1px solid #eee; */box-shadow: 0px 0px 50px rgba(0,0,0,0.1);}
.head.on{width: 100%;/* z-index: 999; */box-shadow: 0 0 20px #ddd;background: #fff;position: fixed;}
.head.on .head_nav>ul>li>a {/* color: #333; */}
.head.on .head_num li i,.head.on .head_num li>a,.head.on .icon>div i span { color: #333;}
.head_box {max-width: 1800px;margin: 0 auto;display:  flex;justify-content:  space-between;}
.head_logo {display:flex;align-items:center;}
.head_logo i {width: 15%;position: relative;/* border: 1px solid; */padding: 0.5%;/* box-shadow: 0 0 20px #ddd; */}
.head_logo i:before {content:'';width:1px;height:100%;/* background:rgba(51,51,51,0.08); */position:absolute;top:0;right: -17px;}
.head_logo i:after {content:'';width: 3px;height: 20%;/* background:#1a67bf; */position:absolute;top: 22px;right: -18px;}
.head_logo i img {width:100%;height:auto;}
.head_logo p {display: flex;flex-direction: column;font-size: calc(0.8rem + 0.65vw);margin: 0 0 0 14px;/* color: #fff; */font-weight: bold;letter-spacing: 1px;/* border-left: 1px solid #eee; *//* padding: 0 0 0 14px; */}
.head_logo p b {}
.head_logo p b em {color: #1a67bf;}
.head_logo p span {font-size: calc(0.6rem + 0.4vw);font-weight:  lighter;margin: 8px 0 0;border-radius: 50px;text-align: center;color: #999;/* text-align-last: justify; */position: relative;z-index: 5;}
.head_logo p span:before,.head_logo p span:after {content:'';width: 5%;height: 0.125rem;position:absolute;top:0;background: #666;bottom: 0;margin: auto;opacity: 0.5;}
.head_logo p span:before {left: 2rem;}
.head_logo p span:after {right: 2rem;}
.head_con {width: 57%;display:  flex;align-items:  center;justify-content:  space-between;}
.head_nav {width: 96%;/* background: #fff; */display:  flex;justify-content:  space-between;align-items:  center;} 
.head_nav>ul {display: flex;align-items: center;width: 100%;justify-content:  space-between;}
.head_nav>ul>li {width: 20%;position: relative;}
.head_nav>ul>li>a {font-size: calc(0.7rem + 0.2vw);position: relative;/* color: #fff; */display: flex;letter-spacing: 0.5px;flex-direction: column;align-items: center;padding: 0.6rem 0;}
.head_nav>ul>li>a:before {content:'';width:0;height: 100%;background: #1a67bf;position:absolute;bottom: 0;right: 0;transition:0.5s;z-index: -1;right: 0;}
.head_nav>ul>li>a:after {content:'';width:100%;height: 64px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width: 100%;right: auto;left: 0;}
.head_nav li:hover>a,.head_nav>ul>li.cur>a {color:#fff;}
.head_nav li>a i {font-size: 10px;margin: 0.2rem 0 0;}
.head_num {display:  flex;/* align-items:  center; *//* margin: 0 0 0 20px; *//* width: 12%; */}
.head_num ul {display: flex;width: 100%;align-items:  center;justify-content:  space-between;}
.head_num li {/* position:relative; *//* width: 55px; */}
.head_num>ul>li:first-child {display:flex;align-items: center;display: none;}
.head_num li+li {margin: 0 0 0 1vw;/* border-left: 1px solid #eee; */padding: 0 0 0 0.5vw;}
.head_num li>i {font-size: 25px;/* color: #fff; *//* width: 40px; *//* height: 40px; *//* background: #c70003; */display: flex;justify-content: center;align-items: center;border-radius: 5px;/* border: 1px solid #eee; */}
.head_num li:last-child:hover>p {transform: rotateX(0deg); }
.head_num li>p {font-size: 15px;/* padding: 0px 0 0 7px; */white-space:  nowrap;display:  flex;flex-direction:  column;font-weight:  lighter;padding: 1.2% 2%;transition: 0.5s;top: 100%;right: 0;/* width: 13%; */}
.head_num li>p>span {font-family:DIN Medium;font-size: calc(0.8rem + 0.5vw);font-weight: bold;color: #1a67bf;}
.head_num li>a {font-size: 15px;/* color: #fff; */font-family:  Arial;display: flex;align-items: center;}
.head_num li>a i {transform:rotate(90deg);font-size: 10px;margin: -3px 0 0 4px;}
.head_lan {/* margin: 0 0 0 30px; */position: absolute;transform: rotateX(90deg);transform-origin: top;transition: 0.5s;top: 100%;border-top: 2px solid #ff6600;}
.head_lan p {display:flex;/* border-top: 1px solid #eee; */padding: 12% 0;width: 88px;/* justify-content: center; *//* align-items: center; */background: #fff;transition: 0.5s;}
.head_lan p+p {border-top: 1px solid #ebebeb;}
.head_lan p:hover {background:#1a67bf;}
.head_lan p a {display:flex;align-items: center;}
.head_lan p:hover a {color:#fff;}
.head_lan p i {width: 26%;display: none;}
.head_lan p i img {width:100%;}
.head_lan p span {font-size: 13px;margin: 0 0 0 16px;/* font-weight: lighter; */white-space: nowrap;}
.head_num li:hover .head_lan {transform: rotateX(0deg);}

/*xiala*/
.head_qit {position: absolute;top: 280%;left: 0;width: 140px;background: #fff;opacity: 0;transition: 0.5s all ease;visibility: hidden;display: flex;flex-direction: column;transform-origin: top;}
.head_nav li:nth-child(3) .head_qit {width: 120px;height: 311px;overflow:auto;}
.head_qit::-webkit-scrollbar { width: 3px;transition:0.5s;}
.head_qit::-webkit-scrollbar-thumb {background:#ddd;}
.head_qit li {padding: 12%;text-align: center;}
.head_qit li a {font-size: 13px;}
.head_qit>a {font-size: 13px;padding: 12%;text-align: center;white-space: nowrap;/* font-weight: lighter; */transition:0.5s;}
.head_qit>a+a {border-top: 1px solid #f9f9f9;}
.head_nav>ul>li:hover .head_qit {visibility: visible;top: 156%;opacity:1;}
.head_qit>a:hover,.head_qit>div>ul>li:hover>a {background:#1a67bf;color:#fff;}
.head_qit>a:hover,.head_qit>div>ul>li:hover {background:#1a67bf;color:#fff;}

/*xiala*/
.dfs{display:flex;align-items:center;justify-content:space-between;width: 100%;height: 25px;}
.icon>div i{/* width:40px; *//* height:40px; */border-radius:100%;display: flex;justify-content: center;align-items: center;user-select:none;transition:all 0.5s;position: relative;/* border: 1px solid #eee; */}
.icon>div:hover i{/* background: #005ee0; */}
.icon>div i:before{content:'';width:40px;height: 5vw;border-radius:100%;position:absolute;top: 0;}
.icon>div:hover i:before{animation:2s headIcon infinite;}
.icon>div:hover i:after{animation:2s headIcon infinite;animation-delay:0.5s;}
.icon>div i span{font-size: 24px;/* color: #fff; */position: relative;z-index:2;font-weight: bold;}
.icon>div:hover i span{/*color: #fff;*/}

.form_ul {/* padding:0; */}
.iser_box,.itel_box{background:rgba(255,255,255,0.8);position:absolute;top: 100%;right:0;padding:30px;transform-origin:top;transform:rotateX(90deg);transition:all 0.5s;z-index: 9;}
.icon>div:hover .iser_box,.icon>div:hover .itel_box{transform:rotateX(0deg);}
.search_l{display:flex;align-items:center;justify-content:end;/* display: none; */}
.search_l span+span{margin-left:4px;    font-size: 14px;}
.search_l a{color: #444;font-size: 13px;margin: 0 5px;}
.search_r{margin-top: 15px;position:relative;width: 100%;}
#infoname{height:38px;line-height: 38px;border:1px solid #eee;text-indent:12px;width: 100%;}
.z_img{width:38px;height:38px;position:absolute;top:0;right:0;background: no-repeat;}
.itel_box{width: 150px;text-align:center;padding: 10px;}
.itel_box a{color:#333;position:relative;display: flex;font-size: 16px;font-family: Arial;text-transform: uppercase;align-items: center;padding: 5%;transition:0.5s;justify-content: center;}
.itel_box a:hover {background:#1f2c5c;color:#fff;}
.itel_box a+a {margin: 8% 0 0;}
.itel_box a span {overflow:hidden;border-radius: 50%;margin: 0 10px 0 0;width: 20px;height: 20px;}
.itel_box a span img {width:100%;height:auto;}
.itel_box p:before{position:absolute;left:0;color:#333;}
.search_l .iconfont{font-size: 16px;display: none;}
.icon_tel i{display: block;width: 98px;height: 30px;line-height: 28px;text-align: center;border:2px solid #b2b2b2;font-size: 14px;color: #7f7f7f;border-radius: 15px;font-style: normal;}
.icon_pho i span{font-size:18px!important;display: block;margin-top: -3px;}
.hx_bg{height: 142px;position: relative;margin-top: -142px;z-index: 99;}
.icon_search.icon_pho:hover .itel_box.dh_c { transform: rotateX(0);}

/*banner*/
.banner{position: relative;height: 100%;overflow: hidden;background: #fff;margin: 0 !important;z-index: 5;}
.banner a{/* position: absolute; *//* width:100%; *//* height: 900px; *//* z-index: 3; *//* opacity: 0; *//* z-index: 555; */overflow: hidden;}
.banner a img{height: auto;transform:scale(1.1);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1.1);opacity: 1;}
.banner .slick-active img {    transition: 6s linear; transform: scale(1);}
.banner a img{transition:transform 5s linear,opacity 1s linear;-webkit-transition:transform 5s linear,opacity 1s linear;-o-transition:transform 5s linear,opacity 1s linear;-moz-transition:transform 5s linear,opacity 1s linear;-ms-transition:transform 5s linear,opacity 1s linear;}
.banner .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;/* margin: 2% 0 0; */position: absolute;bottom: 5%;left: 0;}
.banner .ban_dot li {width: 10px;height: 10px;display: inline-block;background: #fff;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #0672ba;}
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e8d4' !important;font-family: iconfont !important;color: #333 !important;font-size: 36px !important;letter-spacing: 5px;opacity: 1 !important;}
.banner .slick-next:before {content: '\e8d4' !important;font-family: iconfont !important;color: #333 !important;font-size: 36px !important;letter-spacing: 6px;opacity: 1 !important;}
.banner .pro_call .ban_dot {/* display:none !important; */}
.slick-prev {left: 90% !important;transform: rotate(180deg) !important;background: #0b5bbc !important;width: 42px !important;height: 42px !important;border-radius: 50%;z-index: 5;top: -160% !important;}
.banner .slick-next {right: 70px !important;/*background: #0663ed !important;*/width: 42px !important;height: 42px !important;border-radius: 50%;z-index: 5;}
.pro_call .slick-prev:before, .pro_call .slick-next:before {opacity: 1;transition: all ease 0.5s;}

/*pro*/
.pro {padding: 6% 5% 6% 1%;overflow:hidden;background: url(//memberpic.114my.cn/mytingzi/uploadfile/image/20240326/20240326110613_530802915.png);display: flex;justify-content: flex-end;position: relative;z-index: 5;}
.pro:before {content:'';width: 16vw;height: 16vw;position:absolute;background: rgba(239,239,239,0.7);border-radius: 50%;z-index: -1;left: 10%;top: 30%;animation: aspin 13s infinite linear;}
.pro:after {content:'';width: 26vw;height: 26vw;position:absolute;background: rgba(239,239,239,0.5);border-radius: 50%;z-index: -1;left: 12%;bottom: 0;animation: aspin2 13s infinite linear;}
.pro_box {max-width: 1700px;/* margin:0 auto; */display: flex;justify-content: space-between;align-items: center;width: 100%;}
.pro_tit {display:flex;flex-direction: column;width: 23%;justify-content: space-between;}
.pro_tit p {display:flex;flex-direction:column;font-size: calc(1.8rem + 0.5vw);justify-content: center;/* align-items: center; */width: 100%;/* text-align: center; */}
.pro_tit p span {font-size: calc(2rem + 0.5vw);/* margin: 1% 0 0; *//* position: relative; *//* z-index: 5; *//* width: 100%; *//* text-align: center; *//* font-family: Arial; */background-image: -webkit-linear-gradient(left, #013c90 10%, #33b3ff 90%);-webkit-background-clip: text;/* -webkit-text-fill-color: transparent; */padding: 0 0 3% 0;font-weight: bold;color: #1a67bf;}
.pro_tit p span:before,.pro_tit p span:after {content:'';width: 42%;height:1px;background: #ddd;position:absolute;bottom: 0;top: 0;margin: auto;display: none;}
.pro_tit p span:before {left: 0;}
.pro_tit p span:after {right:0;}
.pro_tit em {font-size: 17px;padding: 24% 0 0;line-height: 32px;color: #999;/* text-align: center; */}
.pro_tit a {background: #1a67bf;color: #fff;padding: 4%;,: 1;margin: 48% 0 0;width: 50%;text-align: center;font-size: 1rem;}
.pro_tab {/* margin: 5% 0 0; */width: 70%;}
.pro_nav {/* display:none; */}
.pro_nav ul {display:flex;flex-wrap: wrap;justify-content: space-between;}
.pro_nav li {width: 19%;display: flex;justify-content: center;padding: 1% 0;transition:0.5s;background: #fff;}
.pro_nav li:hover,.pro_nav li.on {background:#1a67bf;}
.pro_nav li:hover a,.pro_nav li.on a {color:#fff;}
.pro_nav li:nth-child(n+6) {margin:1% 0 0;}
.pro_nav li:last-child {display:none;}
.pro_nav li a {font-size:16px;}
.pro_con {display:flex;flex-wrap:wrap;justify-content:space-between;margin: 4% 0 0;}
.pro_call {/* width: 23%; */}
.pro_call:nth-child(n+4) {margin: 2% 0 0;display: none;}
.pro_call:first-child,.pro_call:last-child {/* width: 50%; */}
.pro_call ul {display:flex;flex-wrap:wrap;justify-content: space-between;height: calc(3.5rem + 28vw);overflow: auto;}
.pro_call li {display:flex;flex-direction:column;/* border-radius: 40px; */overflow: hidden;position: relative;width: 32%;}
.pro_call li:nth-child(n+4) {margin: 1.6% 0 0;}
.pro_call li a {overflow:hidden;}
.pro_call li a img {width:100%;height: auto;transition:0.8s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li br {display:none;}
.pro_call li span {position:absolute;bottom: 0;background:rgba(0,0,0,0.5);left:0;width: 100%;padding: 18px 40px;}
.pro_call li span a {font-size: 16px;color: #fff;transition:0.5s;display: inline-block;}
.pro_call li:hover span a {transform: translateX(10px);}
@keyframes aspin {
    0% {
        transform: 0
    }

    33% {
        transform: translateX(-200px) translateY(-150px)
    }

    66% {
        transform: translateX(120px) translateY(-260px)
    }

    100% {
        transform: 0
    }
}
@keyframes aspin2 {
    0% {
        transform: 0
    }

    50% {
        transform: translateX(160px) translateY(220px)
    }

    100% {
        transform: 0
    }
}

/*char*/
.char {overflow: hidden;background: url(//memberpic.114my.cn/076987554635/uploadfile/image/20240605/20240605111048_1258291930.jpg)no-repeat center top fixed;padding: 8% 5% 8% 1%;position: relative;z-index: 5;display: flex;justify-content: flex-end;width: 100%;}
.char:before {content:'';width:100%;height:100%;background: rgba(26,103,191,0.9);position: absolute;top: 0;left: 0;z-index: -1;}
.char:after {content:"";width: 29%;height:100%;position:absolute;top: 0;right: 0;/* background: #0e6fb7; */z-index: -1;}
.char_box {max-width: 1700px;/* margin:0 auto; */display: flex;justify-content: space-between;align-items: center;flex-direction: row-reverse;width: 100%;}
.char_tit {display:flex;flex-direction: column;width: 23%;justify-content: space-between;margin: 0 0 3% 0;}
.char_tit p {display:flex;flex-direction:column;font-size: calc(1.8rem + 0.5vw);justify-content: center;/* align-items: center; */width: 100%;/* text-align: center; */color: #fff;}
.char_tit p span {font-size: calc(2rem + 0.5vw);/* margin: 1% 0 0; *//* position: relative; *//* z-index: 5; *//* width: 100%; *//* text-align: center; */background-image: -webkit-linear-gradient(left, #013c90 10%, #33b3ff 90%);-webkit-background-clip: text;/* -webkit-text-fill-color: transparent; */padding: 0 0 5% 0;font-weight: bold;color: #fff;}
.char_tit p span:before,.pro_tit p span:after {content:'';width: 42%;height:1px;background: #ddd;position:absolute;bottom: 0;top: 0;margin: auto;display: none;}
.char_tit em {font-size: 17px;padding: 22% 0 0;line-height: 32px;color: #fff;/* text-align: center; */}
.char_con {width: 70%;}
.char_con .slick-track {padding:1% 0 0;}
.char_con ul {/* display:flex; *//* justify-content: space-between; */margin-bottom: 0 !important;}
.char_con>ul>div>div>li {display: flex !important;flex-direction:column;color: #fff;border: 2px solid rgba(255,255,255,0.3);width: 23%;padding: 2% 1%;margin: 0 0.2%;border-radius: 0 30px;transition: 0.8s;}
.char_con>ul>div>div>li:hover,.char_con>ul>div>div>li.on {border-radius:0;background: #0e6fb7;border: 2px solid#0e6fb7;transform: translateY(-10px);}
.char_con>ul>div>div>li.slick-current {}
.char_con li i {font-size: 3rem;}
.char_con li i img {}
.char_con li p {display:flex;flex-direction:column;font-size: 1.5rem;padding: 24% 0 0;}
.char_con li p span {font-size:1rem;line-height: 1.8rem;padding: 10% 0 0;opacity: 0.7;}
.char_con li a {font-size:1rem;color:#fff;margin: 35% 0 0;}
.char_con .ban_dot {display: flex !important;width: 100%;align-items: center;position: absolute;bottom: 5%;left: 110%;}
.char_con .ban_dot li {width: 10px;height: 10px;display: inline-block;background: #fff;margin: 0 0.3%;transition: 0.5s;/* border-radius: 50%; */}
.char_con .ban_dot li.slick-active {width:25px;/* border-radius: 40px; */background: #ff0000;}
.char_con .ban_dot li button {font-size:0;border: none;outline: none;}

/*appli*/
.appli {overflow:hidden;padding: 6% 5% 6% 1%;display: flex;justify-content: flex-end;background: #f8f8f8;position: relative;z-index: 5;}
.appli_box {max-width: 1700px;/* margin:0 auto; */display: flex;justify-content: space-between;align-items: center;width: 100%;}
.appli_tit {display:flex;flex-direction: column;width: 23%;justify-content: space-between;margin: 0 0 10% 0;}
.appli_tit p {display:flex;flex-direction:column;font-size: calc(1.8rem + 0.5vw);justify-content: center;/* align-items: center; */width: 100%;/* text-align: center; */}
.appli_tit p span {font-size: calc(2rem + 0.5vw);/* margin: 1% 0 0; *//* position: relative; *//* z-index: 5; *//* width: 100%; *//* text-align: center; */background-image: -webkit-linear-gradient(left, #013c90 10%, #33b3ff 90%);-webkit-background-clip: text;/* -webkit-text-fill-color: transparent; */padding: 0 0 3% 0;font-weight: bold;color: #1a67bf;}
.appli_tit p span:before,.pro_tit p span:after {content:'';width: 42%;height:1px;background: #ddd;position:absolute;bottom: 0;top: 0;margin: auto;display: none;}
.appli_tit em {font-size: 17px;padding: 24% 0 0;line-height: 32px;color: #666;/* text-align: center; */}
.appli_con {width: 64%;}
.appli_call {}
.appli_call>div {margin-bottom:0 !important;}
.appli_call ul {display: grid !important;grid-template-columns: auto auto;grid-gap: 10px;}
.appli_call ul:first-child li:nth-child(2) {/* grid-column: 1 / 3; */}
.appli_call li:first-child img {height: 800px;width: 100%;}
.appli_call li {/* width:49%; */position: relative;z-index: 5;overflow: hidden;}
.appli_call li img {height: 220px;}
.appli_call li:first-child {grid-row: 1 / span 2;}
.appli_call li:first-child:hover img {object-position: right;transform:scale(1);}
.appli_call li a {overflow:hidden;}
.appli_call li a img {width: 100%;height: 395px;object-fit: cover;/* object-position: left; */transition:0.8s;}
.appli_call li:hover img {transform:scale(1.1);}
.appli_call li p {position:absolute;bottom: 0;left: 0;}
.appli_call li p a {font-size:1rem;display: flex;width: 100%;background: #1a67bf;color: #fff;padding: 1rem;}
.appli_con .ban_dot {display: flex !important;width: 100%;align-items: center;position: absolute;bottom: 15%;left: -56%;}
.appli_con .ban_dot li {width: 10px;height: 10px;display: inline-block;background: #ddd;margin: 0 0.1%;transition: 0.5s;/* border-radius: 50%; */}
.appli_con .ban_dot li.slick-active {width:25px;/* border-radius: 40px; */background: #1a67bf;}
.appli_con .ban_dot li button {font-size:0;border: none;outline: none;}

/*about*/
.about {overflow:hidden;padding: 7% 5%;display: flex;justify-content: flex-end;background: url(//memberpic.114my.cn/076987554635/uploadfile/image/20240605/20240605175918_2039471815.jpg)no-repeat center top fixed;position: relative;z-index: 5;}
.about_box {max-width: 900px;}
.about_txt {display:flex;flex-direction:column;}
.about_txt>p {font-size: 2.4rem;display:flex;flex-direction:column;line-height: 4rem;color: #fff;}
.about_txt p span {font-size: 2rem;font-weight: bold;}
.about_txt em {font-size:1rem;color: #fff;line-height: 2rem;padding: 8% 0 0;opacity: 0.9;}
.about_txt ul {display:flex;flex-wrap:wrap;margin: 6% 0 0;gap: 10px;}
.about_txt li {width: 16%;}
.about_txt li>p {font-size:1rem;background: #fff;color: #333;text-align: center;padding: 8% 0;transition:0.8s;}
.about_txt li:hover p,.about_txt li.on p{background:#1a67bf;color:#fff;}

/*news*/
.news {/* background: url(//memberpic.114my.cn/029635/uploadfile/image/20240419/20240419173321_190967426.jpg)no-repeat center top fixed; */padding: 8% 5% 8% 1%;overflow:hidden;position:relative;z-index:5;background: #fff;display: flex;justify-content: flex-end;}
.news_box {max-width:1700px;/* margin:0 auto; */display: flex;justify-content: space-between;align-items: center;}
.news_top {display:flex;width: 23%;justify-content: space-between;flex-direction: column;}
.news_tit {display:flex;flex-direction: column;justify-content: space-between;}
.news_tit p {display:flex;flex-direction:column;font-size: calc(1.8rem + 0.5vw);justify-content: center;/* align-items: center; */width: 100%;/* text-align: center; */}
.news_tit p span {font-size: calc(2rem + 0.5vw);/* margin: 1% 0 0; *//* position: relative; *//* z-index: 5; *//* width: 100%; *//* text-align: center; *//* font-family: Arial; */background-image: -webkit-linear-gradient(left, #013c90 10%, #33b3ff 90%);-webkit-background-clip: text;/* -webkit-text-fill-color: transparent; */padding: 0 0 3% 0;font-weight: bold;color: #1a67bf;}
.news_tit p span:before,.pro_tit p span:after {content:'';width: 42%;height:1px;background: #ddd;position:absolute;bottom: 0;top: 0;margin: auto;display: none;}
.news_tit p span:before {left: 0;}
.news_tit p span:after {right:0;}
.news_tit em {font-size: 17px;padding: 24% 0 0;line-height: 32px;color: #999;/* text-align: center; */}
.news_nav {margin: 30% 0 0;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 72%;}
.news_nav li {display:  flex;justify-content:  center;align-items:  center;/* background: #fff; *//* margin: 0 12px; *//* width: 100%; *//* border-radius: 40px; */position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */}
.news_nav li i {font-size: 18px;line-height:  24px;display: none;}
.news_nav li a {font-size: 15px;line-height: 24px;/* padding-left: 10px; */white-space: nowrap;color: #999;}
.news_nav li.on,.news_nav li.on a {color: #1a67bf;font-weight: bold;}
.news_con {overflow: hidden;width: 70%;}
.news_roll {display:flex;transition:0.5s;}
.news_call {display:flex;justify-content: space-between;width: 100%;flex-shrink: 0;}
.news_call+.news_call {/* display:none; */}
.news_l {width: 54%;}
.news_l .news_div{/* display: flex; */justify-content: space-between;flex-shrink: 0;width:100%;overflow: hidden;}
.news_l .news_div{margin: 0 !important;}
.news_l .slick-list  {/* padding: 3% 0; */}
.news_l .news_div_item{width: 100%;position: relative;transition:0.5s;background: #fff;display: flex !important;flex-direction: column-reverse;/* margin: 0 0.2%; *//* border: 1px solid #f8f8f8; */box-shadow: 0 0 20px #eee;flex-shrink: 0;}
.news_l .news_div_item_date{position: absolute;top: 76%;display: flex;right: 5%;transition: 0.5s;font-size: 1.2rem;font-family: Arial;/* padding: 2.1% 2%; */border-radius: 10px 0 0 0;z-index: 5;/* font-weight: bold; */color: #fff;opacity: 0.5;}
.news_l .news_div_item_date::before{content:'';}
.news_l .news_div_item_content{padding: 7% 5%;/* position: relative; */background: #1a67bf;}
.news_l .new_column {background: #1a67bf;width: 18%;text-align: center;padding: 2% 0;position: absolute;top: 0;right: 0;z-index: 5;}
.news_l .new_column a {font-size: 0.875rem;color: #fff;}
.news_l .news_div_item_title{}
.news_l .news_div_item_a{font-size: 20px;display: block;margin-bottom: 24px;position:relative;transition:0.3s;font-weight: bold;color: #fff;}
.news_l .news_div_item_body{font-size: 0.875rem;color: #fff;line-height: 26px;}
.news_l .news_div_item_pic, .news_l .news_div_item_pic a, .news_l .news_div_item_image{width:100%;height: auto;display: block;transition: 0.5s;}
.news_l .news_div_item:hover .news_div_item_a{transition:0.3s;}
.news_l .news_div_item:hover .news_div_item_a::before{}
.news_l .news_div_item:hover .news_div_item_a::after{left: ;opacity:1;}
.news_l .new_ic{overflow:hidden;margin: 3% auto 0;}
.news_l .news_div_item:hover .news_div_item_pic img  {    transform: scale(1.1);transition: 0.5s;}
.news_l .news_div_item_pic {overflow: hidden;}
.news_r {width: 42%;/* padding: 1.3% 0 0; */}
.news_r .news_div{display:flex;flex-direction:column;}
.news_r .news_div_item{display:flex !important;flex-direction: column;justify-content:space-between;padding: 4.95% 0;transition: 0.5s;}
.news_r .news_div_item:hover {transform:translateY(-5px);}
.news_r .news_div_item+.news_div_item{/* margin: 3.5% 0 0; */border-top:1px solid #eee;/* padding:4% 0;*/}
.news_r .news_div_item_date{display:flex;position:relative;font-family:Arial;font-size:16px;/* width: 21%; */color: #aaa;}
.news_r .news_div_item_day{}
.news_r .news_div_item_content{display:flex;flex-direction:column;width: 100%;/* padding: 0 5% 0 0; */position: relative;}
.news_r .new_column {background: #1a67bf;width: 18%;text-align: center;padding: 1% 0;position: absolute;top: 10%;right: 0;}
.news_r .new_column a {font-size: 0.875rem;color: #fff;}
.news_r .news_div_item_title{padding:1rem 0 0;}
.news_r .news_div_item_title a{font-size: 18px;font-weight:bold;position: relative;width: 100%;display: block;}
.news_r .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';top: 0;right: 0;font-size: 0.8rem;color: #999;font-weight: normal;letter-spacing: 1px;display: none;}
.news_r .news_div_item_body{font-size: 14px;line-height: 28px;margin: 3.5% 0 0;color:#999;}
.news_r .news_div_item_pic{/* border-radius:5px;*/overflow:hidden;width:25%;display: none;}
.news_r .news_div_item_pic a{}
.news_r .news_div_item_pic img{width:100%;height:auto}

/*copy*/
.copy{overflow:hidden;/* background: linear-gradient(8deg, #003f26, #0f6735, #1f9343, #30c152); */padding: 6.5% 1% 2%;position: sticky;z-index: 4;bottom: 0;background: #f8f8f8;}
.copy:before{content:'';width:98%;height:93%;/* background:linear-gradient(120deg,#246bbf 10%,#1d8ff3 80%); */position:absolute;top:4%;left:0;right:0;margin:auto;z-index:-1}
.copy:before {content:'';width: 16vw;height: 16vw;position:absolute;background: linear-gradient(120deg, rgba(239,239,239,0.7) 20%,rgba(255,2555,255,0.3) 80%);border-radius: 50%;z-index: -1;left: 10%;top: 30%;animation: aspin 13s infinite linear;}
.copy:after {content:'';width: 26vw;height: 26vw;position:absolute;background: linear-gradient(120deg, rgba(239,239,239,0.7) 20%,rgba(255,2555,255,0.3) 80%);border-radius: 50%;z-index: -1;left: 12%;bottom: 0;animation: aspin2 13s infinite linear;}
.copy_box{max-width: 1700px;margin:0 auto;display:flex;justify-content:space-between}
.copy_l{width:40%;display:flex;flex-direction:column;background:url(//memberpic.114my.cn/029635/uploadfile/image/20240323/20240323135552_2090656955.jpg)no-repeat 0px 53px}
.copy_top{display:flex;align-items:flex-end;/* color:#fff; */}
.copy_top>i{width:32%;font-size: 2rem;font-weight: bold;}
.copy_top i img{width:100%;height:auto;filter: grayscale(100%) brightness(1000%) contrast(150%);}
.copy_top ul{margin:0 0 0 2vw;display:flex;/* position:relative;*/align-items:center}
.copy_top ul p{font-size:15px;margin:0 8px 0 0;line-height:18px}
.copy_top li{margin:0 10px;position:relative;/* overflow:hidden;*/display:flex}
.copy_top li i{font-size:20px;width:32px;height:32px;border:1px solid #ddd;border-radius:50%;display:flex;justify-content:center;align-items:center}
.copy_top li:nth-child(3) i{font-size:16px}
.copy_top li:nth-child(4) i{font-size:18px}
.copy_top li em{position:absolute;left:-100%;top:0;transition:0.5s;transform:translateY(50%);opacity:0;visibility:hidden;width:300%;border:1px solid #ddd}
.copy_top li em img{width:100%;height:auto}
.copy_top li:hover em{transform:translateY(-110%);opacity:1;visibility:visible}
.copy_top li em img{}
.copy_txt{display:flex;flex-direction:column;/* color:#fff; */}
.copy_txt p{display:flex;align-items:center;margin: 12.5% 0 0;}
.copy_txt p:nth-child(2) i{font-size:21px}
.copy_txt p:nth-child(3) i{font-size:21px}
.copy_txt p:nth-child(4) i{font-size:21px}
.copy_txt p+p{margin: 4% 0 0;}
.copy_txt p i{font-size:22px}
.copy_txt p em{font-size:16px;margin:0 0 0 16px}
.copy_txt em span{font-size:17px;letter-spacing: 0.5px;}
.copy_txt>em{font-size:14px;margin: 30.6% 0 0;opacity: 0.5;}
.copy_txt em>a{font-size:14px;/* color:#fff; */}
.copy_con{width:57%;display:flex;flex-direction:column;/* position:absolute;*/right:0;top:-4.9%;/* padding:4% 13% 2% 7%;*/z-index:5;/* background:linear-gradient(120deg,#246bbf 10%,#1d8ff3 80%);*/transition:0.5s}
.copy_con:before{content:'';background:#0f9fdd;/* padding:5%;*/border-radius:4vw 0 0 4vw;width:110%;height:115%;position:absolute;left:0%;top:0;transform:skewX(-20deg);z-index:-1;box-shadow:0 10px 30px rgba(15,159,221,0.5);display:none}
.copy_num{display:flex;justify-content:space-between;/* color:#fff; *//* display:none;*/position: relative;z-index: 5;}
.copy_num p{font-size: 2rem;display:flex;align-items:center;/* font-weight: bold; */letter-spacing:2px;position: relative;}
.copy_num:before {content:'';background:url(//memberpic.114my.cn/076987554635/uploadfile/image/20240606/20240606115549_1032158877.png)no-repeat;position:absolute;width: 100%;height: 160%;background-size: contain;top: -78%;left: 42%;z-index: -1;}
.copy_num p i{font-size:32px}
.copy_num p em{font-size:17px;margin:0 0 0 13px;display:flex;align-items:center}
.copy_num p em span{font-size:25px;font-family:Arial}
.copy_num a{font-size:15px;display:flex;align-items:center;color:#fff;opacity:0.7;font-weight:lighter;transition:0.5s}
.copy_num a:hover{opacity:1}
.copy_num a i{font-size:25px;margin:0 0 0 12px}
.copy_nav{margin: 5% 0 0;padding: 4% 0 8%;/* border-top: 1px solid rgba(0,0,0,0.1); *//* border-bottom: 1px solid rgba(0,0,0,0.1); */}
.copy_nav ul{display:flex;justify-content:space-between;width:100%}
.copy_nav li p{font-size: 19px;line-height:20px;margin-bottom:20px;/* color:#fff; */}
.copy_nav li a{font-size:14px;line-height:30px;display:flex;/* color:rgba(255,255,255,0.47); */transform:translateX(0);transition:0.5s;opacity: 0.5;}
.copy_nav li a:hover{transform:translateX(5px);color:#1a67bf;opacity:1;}
.copy_end{margin:3% 0 0;display:flex;justify-content:space-between}
.copy_end em{/* color:#fff; */font-size:14px;opacity: 0.5;}
.copy_end em>a{font-size:14px;/* color:#fff; */}
.copy_end>a{font-size:14px;/* color:#fff; *//* font-weight:lighter; */opacity: 0.5;}