* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;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: 1% 1%;/* overflow: hidden; */width: 100%;position: fixed;z-index: 100;/* background: rgba(0,0,0,0.8); *//* position: relative; */top:0;background: #fff;border-bottom: 1px solid #eee;box-shadow: 0 0px 5px 0 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: 20%;position: relative;}
.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:#0069b4; */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(1rem + 0.8vw);margin: 0 0 0 20px;font-family: \963f\91cc\5988\5988\6570\9ed1\4f53 Bold;/* color: #fff; */font-weight: bold;color: #000;letter-spacing: 3px;}
.head_logo p span {font-size: calc(0.5rem + 0.35vw);font-weight:  lighter;margin: 5px 0 0;font-family: none;border-radius: 50px;text-align: center;padding: 1%;color: #999;text-align-last: justify;}
.head_con {width: 82%;display:  flex;align-items:  center;justify-content:  space-between;}
.head_nav {width: 60%;/* 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 li {/* width: 20%; */position: relative;padding: 0 0 0 1vw;border-left: 1px dashed #eee;}
.head_nav li>a {font-size: calc(0.8rem + 0.2vw);position: relative;/* color: #fff; */}
.head_nav li>a:before {content:'';width:0;height: 3px;background: #0069b4;position:absolute;bottom: -2.18vw;left:0;transition:0.5s;z-index: 1;right: 0;margin: 0 auto;}
.head_nav li>a:after {content:'';width:100%;height: 57px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width: 50%;}
.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 li:first-child {display:flex;align-items: center;}
.head_num li+li {margin: 0 0 0 30px;border-left: 1px solid #eee;padding: 0 0 0 24px;}
.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: 25px;font-weight: bold;color: #0069b4;}
.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:#0069b4;}
.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: 150px;left: -24px;width: 150px;background: #fff;opacity: 0;transition: 0.5s all ease;visibility: hidden;display: flex;flex-direction: column;}
.head_nav li:nth-child(3) .head_qit {width:153px;height: 311px;overflow:auto;}
.head_qit::-webkit-scrollbar { width: 3px;transition:0.5s;}
.head_qit::-webkit-scrollbar-thumb {background:#ddd;}
.head_qit>a {font-size: 15px;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: 61px;opacity:1;}
.head_qit>a:hover,.head_qit>div>ul>li:hover>a {background:#0069b4;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: 25px;/* color: #fff; */position: relative;z-index:2;}
.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;}
.search_l span+span{margin-left:4px;    font-size: 14px;}
.search_l a{color: #333;font-size: 14px;}
.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;}
.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; */}
.banner .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;}
.news_call:hover .slick-prev:before, .news_call:hover .slick-next:before {opacity: 1;}

/*pro*/
.pro {padding: 4% 1%;overflow:hidden;}
.pro_box {max-width: 1600px;margin:0 auto;}
.pro_tit {padding: 0 0 0 2%;}
.pro_tit b {font-size: 45px;text-transform:uppercase;font-family:Arial;position: relative;}
.pro_tit b:before {content:'';width: 5%;height:3px;background:#ddd;position:absolute;top:0;left: -8%;bottom:0;margin:auto;}
.pro_tit b span {color:#0069b4;}
.pro_tit p {font-size: 36px;padding: 9px 0 0;}
.pro_con {display:flex;position:relative;flex-direction: column;margin: 3% 0 0;}
.pro_nav {width: 100%;}
.pro_nav p {display:flex;flex-direction:column;font-size: 30px;align-items: center;}
.pro_nav p span {font-size:16px;color: #d3d3d3;padding: 6% 0 0;}
.pro_nav ul {display:flex;justify-content:space-between;width: 100%;}
.pro_nav li {width: 14%;display: flex;justify-content: center;align-items: center;height: 44px;transition: 0.5s;border: 1px solid #eee;background: ;}
.pro_nav li dl {display:none;}
.pro_nav li:hover {background:#0069b4;}
.pro_nav li a {font-size: 17px;}
.pro_nav li:hover a {color:#fff;}
.pro_call {margin: 4% 0 0;width: 100%;}
.pro_call .divproduct_new_div {display:flex;justify-content: space-between;flex-wrap: wrap;}
.pro_call .divproduct_new_div_item {width: 23.5%;position:relative;border: 1px solid #eee;flex-direction: column-reverse;display: flex;overflow: hidden;padding: 1%;}
.pro_call .divproduct_new_div_item:before {content: "";width: 0;height: 1px;background: #bf1230;transition: 0.5s;left: 0;top: 0;position: absolute;}
.pro_call .divproduct_new_div_item:after {content: "";width: 1px;height: 0;background: #bf1230;transition: 0.5s;left: 0;top: 0;position: absolute;}
.pro_call .divproduct_new_div_item>.product_div_item_pic:before {content: "";width: 0;height: 1px;background: #bf1230;transition: 0.5s;right: 0;bottom: 0;position: absolute;}
.pro_call .divproduct_new_div_item>.product_div_item_pic:after {content: "";width: 1px;height: 0;background: #bf1230;transition: 0.5s;right: 0;bottom:0;position: absolute;}
.pro_call .divproduct_new_div_item:hover:before,.pro_call .divproduct_new_div_item:hover .product_div_item_pic:before {width:100%;}
.pro_call .divproduct_new_div_item:hover:after,.pro_call .divproduct_new_div_item:hover .product_div_item_pic:after {height:100%;}
.pro_call .divproduct_new_div_item:nth-child(n+5) {margin: 1.7% 0 0;}
.pro_call .divproduct_new_div_item_content {}
.pro_call .divproduct_new_div_item_title {padding: 4% 4% 5%;text-align: center;}
.pro_call .divproduct_new_div_item_title a {font-size: 18px;}
.pro_call .divproduct_new_div_item:hover .divproduct_new_div_item_title a{color:#25aaa8;}
.pro_call .divproduct_new_div_item_body {width: 100%;display: flex;justify-content: center;flex-direction: column;padding: 0% 6% 20%;transition: 0.5s;}
.pro_call .divproduct_new_div_item_body p {display:flex;flex-direction:column;align-items: center;font-family: Arial;position: relative;transition: 0.5s;line-height: 24px;color: #999;	text-align: center;}
.pro_call .divproduct_new_div_item_body p:before {content:"SEE DETAILS";position: absolute;bottom: -70%;left: 0;right: 0;margin: 0 auto;font-size: 12px;text-align: center;font-family: Arial;width: 40%;padding: 0.5% 0px;transition: 0.5s;border: 1px solid #eee;}
.pro_call .divproduct_new_div_item_body p:hover:before {border:1px solid #fff;}
.pro_call .divproduct_new_div_item_body p span {font-size: 18px;}
.pro_call .divproduct_new_div_item_body p em {font-size: 14px;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 6% 0 0;border-top: 2px solid #fff;margin: 6% 0 0;}
.pro_call .product_div_item_pic {}
.pro_call .product_div_item_pic img {width:100%;height:auto;transition: 0.5s;}
.pro_call .divproduct_new_div_item:hover img {transform:scale(1.1);}

/*char*/
.char {padding: 6% 1% 5%;background: url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240325/20240325152843_826745176.jpg)no-repeat bottom;/* background: #0069b4; */position: relative;z-index: 5;}
.char:before {content:'';width:100%;height:100%;background: rgba(0,105,180,0.9);position:absolute;top:0;left:0;z-index:-1;}
.char:after {content: '';background: url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240327/20240327180813_1064368696.png)no-repeat bottom;position: absolute;bottom: -9%;left: 9%;background-size: contain;width: 20%;height: 39%;	z-index: -1;}
.char_box {max-width: 1600px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center; }
.char_tit {padding: 0 0 0 2%;display: flex;flex-direction: column;	margin: -14% 0 0;}
.char_tit b {font-size: 45px;text-transform:uppercase;font-family:Arial;position: relative;color: #fff;}
.char_tit b:before {content:'';width: 5%;height:3px;background: #fff;position:absolute;top:0;left: -8%;bottom:0;margin:auto;}
.char_tit b span {color: #ff0000;}
.char_tit p {font-size: 36px;padding: 10px 0 0;color: #fff;}
.char_tit em {font-size: 17px;color:#fff;opacity: 0.5;padding: 6% 0 0;display: block;}
.char_tit i {font-size: 25px;color: #fff;margin: 32% 0 0;position: relative;}
.char_tit i:before {content: '';width: 1px;height: 100%;background: #fff;position: absolute;top: -4vw;left: 0;}
.char_tit a {font-size: 18px;background: #ff0000;color: #fff;margin: 8% 0 0;width: 120px;display: flex;justify-content: center;padding: 2% 0;font-family: Arial;}
.char_con {width: 64%;}
.char_con ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.char_con li {display: flex;flex-direction: column;align-items: center;width: 48.5%;transition: 0.5s;box-shadow: 0 0 20px #eee;padding: 6%;background: #fff;position: relative;z-index: 5;}
.char_con li:nth-child(n+3) {margin:3% 0 0;}
.char_con li:before {content:'';width:100%;height:0;background: linear-gradient(120deg,#005bad 10%,#0085d9 80%);position:absolute;bottom:0;transition: 0.5s;left: 0;z-index: -1;}
.char_con li:hover {color:#fff;}
.char_con li:hover:before {height:100%;}
.char_con li i {position:relative;overflow:  hidden;}
.char_con li i:before {content: '';cursor: pointer;position: absolute;left: -100%; top: 0;width: 100%; height: 100%;background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg);}
.char_con li:hover i:before {left: 100%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}
.char_con li i img {width: 100%;height: auto;}
.char_con li p {display: flex;flex-direction: column;align-items: center;font-size: 22px;padding: 8% 6%;position:  relative;}
.char_con li p span {font-size: 15px;padding: 6% 0 0;line-height: 28px;text-align:  center;font-weight:  lighter;}
.char_more {display:flex;justify-content: center;background: #fff;box-shadow: 0 0 20px #ddd;width: 36%;margin: 5% auto 0;padding: 1% 0;align-items: center;}
.char_more p {display:flex;align-items:center;/* width: 100%; */}
.char_more p i {font-size: 24px;}
.char_more p span {font-size:16px;display: flex;align-items: center;margin: 0 0 0 12px;}
.char_more p span b {font-size: 30px;font-family: DIN Medium;}
.char_more a {font-size:16px;background: #e66933;color: #fff;margin: 0 0 0 30px;padding: 2% 5%;}

/*adva*/
.adva{/* background:url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240325/20240325152843_826745176.jpg)no-repeat center top; */overflow:hidden;padding: 5% 1%;background: #f8f8f8;}
.adva_box{/* max-width: 1600px; */margin:0 auto;/* background:#fff;*//* padding:4%;*/display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-end;}
.adva_tit{display:flex;justify-content:center;flex-direction:column;align-items:center;position:relative;z-index:5;/* display:none;*//* color:#fff; */margin: 0 auto;}
.adva_tit:before{content:'';width:30px;height:2px;background:#0069d2;position:absolute;left:0;right:0;margin:0 auto;bottom:-36%;display:none}
.adva_tit p{display:flex;align-items:center;font-size:38px;font-weight:normal;position:relative}
.adva_tit p:before{content:'';width:48%;height:10px;position:absolute;/* background:url(https://memberpic.114my.com.cn/dgaxhm11/uploadfile/image/20231031/20231031155320_1649293656.png)no-repeat;*/    /* border-radius:50%;*/    left:0;bottom:0;background:rgba(255,255,255,0.3);z-index:-1}
.adva_tit p:after{content:'';width:10px;height:10px;/* background:url(https://memberpic.114my.com.cn/dgaxhm11/uploadfile/image/20231031/20231031155320_1865767148.png)no-repeat;*/    position:absolute;right:-10%;top:46%;/* border-radius:50%;*/    /* background:#1d124c;*/}
.adva_tit p span{color:#0069b4; font-weight:bold;font-size: 50px;}
.adva_tit em{font-size:18px;padding: 3.5% 0 0;font-weight:lighter;color: #999;}
.adva_tab{margin: 5% 0 0;border-radius:10px;display:flex;flex-direction:column-reverse;/* background: #fff; *//* padding: 4%; */max-width: 1680px;width:100%;}
.adva_nav{margin: -8% 0 0;position: relative;z-index: 5;max-width: 1500px;	box-shadow:0 3px 10px #eee;}
.adva_nav ul{display:flex;justify-content:space-between}
.adva_nav li{width:25%;display:flex;align-items:center;background: #fff;padding: 0.5%;justify-content:center;/* color:#fff;*/border: 1px solid #eee;border-left: none;flex-direction: column;position: relative;}
.adva_nav li.on{transition:0.5s;color:#fff}
.adva_nav li i{font-size:40px;	margin: 0 0 6% 0;	color: #0069b4;	position: relative;}
.adva_nav li:hover p i,.adva_nav li.on p i {display: none;}
.adva_nav li p{font-size:24px;position: absolute;top: 0;left: 0;display: flex;justify-content: center;align-items: center;	width: 100%;height: 100%;	flex-direction: column;	z-index: 5;	transition: 0.5s;}
.adva_nav li p:before {content: '\e6b5';position: absolute;left: 0;right: 0;margin: 0 auto;bottom: 28%;opacity: 0;font-family: 'iconfont';display: flex;
justify-content: center;font-size: 30px;}
.adva_nav li i:after {content: '';width: 10px;height: 10px;background: #ff0000;position: absolute;top: 0;left: 0;z-index: -1;border-radius: 50%;}
.adva_nav li:hover p,.adva_nav li.on p {color: #fff;	top: -5%;}
.adva_nav li:hover p:before,.adva_nav li.on p:before {opacity:1;}
.adva_nav li em {opacity: 0;	position: relative;	transition: 0.8s;}
.adva_nav li em:before {content: '';background: rgba(0,0,0,0.7);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.adva_nav li:hover em,.adva_nav li.on em {opacity:1;}
.adva_nav li em img {width: 100%;height: auto;}
.adva_con{overflow:hidden;padding:0 0 3% 0}
.adva_con ul{display:flex;transition:0.5s}
.adva_con li{width:100%;flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;/* padding:0 2%;*/position:relative}
.adva_txt{width: 38%;display:flex;flex-direction:column;background: #0069b4;padding:4%;position:absolute;left:0;top: 15%;	}
.adva_txt p{display:flex; align-items:center;}
.adva_txt p i{font-size:36px;width:66px;height:76px;background: #ff0100;display:flex;justify-content:center;align-items:center;font-family:Arial;font-weight:bold;border-top: 4px solid #ffffff;border-radius:0 0 40px 40px;color:#fff}
.adva_txt p b{font-size:calc(1rem + 0.8vw);display:flex;flex-direction:column;margin:0 0 0 3%;color:#fff}
.adva_txt p b span{font-size:calc(0.8rem + 0.2vw);font-weight:normal;padding:4% 0 0;/* color:#666;*/}
.adva_txt em{display:flex;flex-direction:column;margin:8% 0 0 2%}
.adva_txt em span{font-size:16px;line-height:30px;position:relative;z-index:5;padding:0 0 0 3%;font-weight:lighter;color:#fff;	opacity: 0.8;}
.adva_txt em span+span{margin:6% 0 0}
.adva_txt em span:before{content:'';width:8px;height:8px;background:#fff;border-radius:50%;position:absolute;left:0;top:10px}
.adva_txt>ul{display:flex;justify-content:space-between;align-items:center;background:url(https://memberpic.114my.com.cn/030456/uploadfile/image/20230527/20230527114006_415666764.jpg);padding:3% 0 0;margin:5% 0 0;border-top:1px solid #eee;display: none;}
.adva_txt li{display:flex;flex-direction:column;align-items:center;justify-content:center;width:33.33%;border-left:1px solid #eee;border-right:1px solid #eee}
.adva_txt li+li{border-left:none}
.adva_txt li i{color:#fff;font-family:Arial;font-size:36px;font-weight:bold}
.adva_txt li>p{font-size:15px;display:flex;flex-direction:column;font-weight:lighter;padding:5% 0 0;color:#fff}
.adva_txt li>p>span{width:50%;height:1px;background:#ff0000;margin:20% auto 0}
.adva_pic{width:77%;overflow:hidden}
.adva_pic i{overflow:hidden}
.adva_pic i img{width:100%;height:auto;}

/*about*/
.about {padding: 6% 1%;background: url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240325/20240325140002_1274204047.jpg)no-repeat center top fixed;overflow:hidden;position: relative;z-index: 5;}
.about:before {content:'';width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index:-1;}
.about_box {max-width:1500px;margin:0 auto;}
.about_con {display:flex;justify-content:space-between;}
.about_txt {background: rgba(255,255,255,0.9) url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240325/20240325142351_1942649783.png)no-repeat;padding: 6%;width: 66%;background-size: contain;}
.about_txt p {font-size: 28px;}
.about_txt em {display:flex;flex-direction:column;margin: 3% 0 0;}
.about_txt em span+span {margin:1% 0 0;}
.about_txt em span {font-size: 15px;line-height:28px;}
.about_txt a {font-size:15px;background:#000;color:#fff;margin: 5% 0 0;width: 150px;display: flex;justify-content: center;align-items: center;padding: 1.5% 0;}
.about_txt a:hover {background: #0069b4;}
.about_num {width: 33.9%;}
.about_num ul {display: flex;width: 100%;justify-content:  space-between;flex-wrap: wrap;}
.about_num li {display: flex;flex-direction: column;align-items:  center;width: 49.9%;padding: 22.4% 0;transition:0.5s;background:rgba(255,255,255,0.9);}
.about_num li:hover {background:#333;color:#fff;}
.about_num li:hover b {color:#fff;}
.about_num li:nth-child(n+3) {margin: 0.2% 0 0;}
.about_num li span {display: flex;align-items: flex-end;}
.about_num li span b {font-size: 60px;font-family:  DIN Medium;/* color: #006cb7; */transition:0.5s;}
.about_num li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #c60000;color: #fff;font-size: 12px;}
.about_num li p {font-size: 18px;margin: 3% 0 0;}

/*news*/
.news {padding: 4% 1% 4%;overflow: hidden;background: url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240311/20240311164012_287074564.jpg)no-repeat center top;}
.news_box {max-width: 1600px;margin: 0 auto;overflow: hidden;}
.news_top {display:flex;align-items: flex-end;}
.news_tit {}
.news_tit>p {display:flex;flex-direction:column;font-size: calc(1.2rem + 1vw);}
.news_tit>p span {display:flex;align-items: center;}
.news_tit>p i {margin: 1px 10px 0 0;font-size: 35px;color: #0069b4;}
.news_tit>p i img {width:100%;height:auto;}
.news_tit p b {font-size: 22px;padding: 12px 0 0;font-weight: normal;}
.news_tit em {font-size: 15px;color: #555;line-height: 28px;padding: 4% 0 0;}
.news_nav {margin: 0 0 0 3%;}
.news_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.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: #0069b4;font-weight: bold;}
.news_roll {display:flex;transition:0.5s;}
.news_list{width: 100%;display: flex;transition:all .5s;flex-shrink: 0;}
.news_list .ban_dot {display:none !important;}
.news_list .tempWrap {width: 100% !important;}
.news_list .slick-list  {padding:1% 0;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;}
.news_list .news_div{margin: 0 !important;}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 22px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.2%;border: 1px solid #f8f8f8;box-shadow: 0 0 20px #eee;z-index: 5;}
.news_list .news_div_item:before {content:'';width:100%;height:0;background: rgba(0,105,180,0.85);transition: 0.8s;position: absolute;bottom: 0;left: 0;z-index: -1;}
.news_list .news_div_item:hover:before {height:100%;}
.news_list .news_div_item_date{position: absolute;top: 32px;display: flex;left: 24px;/* height: 22px; */font-size: 16px;color: #0069b4;transition: 0.8s;font-family: fantasy;justify-content: flex-end;align-items: flex-end;}
.news_list .news_div_item:hover .news_div_item_date,.news_list .news_div_item:hover .news_div_item_body {color:#fff;}
.news_list .news_div_item:hover {color:#fff;}
.news_list .news_div_item_date::before{content:'';}
.news_list .news_div_item_content{height: 250px;/* padding: 10% 0 0; */}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{/* float: left; */font-size: 23px;/* line-height: 22px; *//* color: #666; */}
.news_list .news_div_item_month {font-size: 45px;}
.news_list .news_div_item_year {display:none;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 20px;display: block;margin-bottom: 20px;position:relative;transition:0.3s;/* font-weight: 100; */padding-top: 24%;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -142px;left: 0;color: #666;font-size: 15px;transition:0.5s;text-align: center;box-sizing: border-box;}
.news_list .news_div_item:hover .news_div_item_a::before {left:10%;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: -2px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -136px;opacity: 0;}
.news_list .news_div_item_body{font-size: 14px;color: #999;line-height: 26px; font-weight:100;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height: auto;display: block;transition: 0.8s;/* display: none; */}
.news_list .news_div_item_pic {position: absolute;bottom: -100%;left: 0;height: 89%;z-index: -2;}
.news_list .news_div_item:hover .news_div_item_pic {bottom: 0;}
.news_list .news_div_item:hover .news_div_item_a{color:#fff;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{/* background: #eb3d00; */color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left: 0;opacity:1;color: #fff;}
.new_ic{/* overflow:hidden; */margin: 2% auto 0;}
.news_list .news_div_item:hover .news_div_item_pic img  {/* transform: scale(1.1); */transition: 0.5s;}
.news_div_item_pic {overflow: hidden;}
.news_pic {margin:3% 0 0;}
.news_pic ul {display:flex;justify-content: space-between;}
.news_pic li {width: 60%;position:relative;}
.news_pic li:last-child {width: 38%;}
.news_pic li a {}
.news_pic li a p {display:flex;flex-direction:column;position:absolute;bottom:0;left:0;color: #fff;font-size: 26px;padding: 4%;z-index: 5;}
.news_pic li a p span {font-size:16px;padding: 4% 0 0;}
.news_pic li a i {overflow:hidden;display: block;}
.news_pic li a i img {width:100%;height: auto;transition: 0.5s;}
.news_pic li:hover img {transform:scale(1.1);}
.news_list .slick-prev:before {content: '\e608' !important;font-family: iconfont !important;color: #fff !important;font-size: 18px !important;letter-spacing: 5px;}
.news_list .slick-next:before {content: '\e609' !important;font-family: iconfont !important;color: #fff !important;font-size: 18px !important;letter-spacing: -5px;}
.news_list .slick-prev {left: 92% !important;background: #0069b4 !important;width: 48px !important;height: 48px !important;border-radius: 50%;z-index: 5;position: absolute;top: -155%;}
.news_list .slick-next {right: 0 !important;background: #0069b4 !important;width: 48px !important;height: 48px !important;border-radius: 50%;z-index: 5;top: -155%;right: 0;}






/*copy*/
.copy{/* overflow:hidden;*/background:#232323;padding:5% 1% 2%;position:relative;z-index:5}
.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_box{max-width: 1600px;margin:0 auto;display:flex;justify-content:space-between}
.copy_l{width:40%;display:flex;flex-direction:column;background:url(https://memberpic.114my.com.cn/030456/uploadfile/image/20240325/20240325143611_2087565334.jpg)no-repeat 0px 53px}
.copy_top{display:flex;/* align-items:flex-end; */color:#fff}
.copy_top>i{font-size: 26px;}
.copy_top i img{width:100%;height:auto;filter:blur() brightness(1000%)}
.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:22px}
.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:10% 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:3% 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-family:Arial;font-size:17px}
.copy_txt>em{font-size:14px;margin: 35% 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;*/}
.copy_num p{font-size:26px;display:flex;align-items:center;letter-spacing:2px}
.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 12%;border-top:1px solid rgba(255,255,255,0.1);border-bottom:1px solid rgba(255,255,255,0.1)}
.copy_nav ul{display:flex;justify-content:space-between;width:100%}
.copy_nav li p{font-size:18px;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;font-weight:lighter}
.copy_nav li a:hover{transform:translateX(5px);color:#fff}
.copy_end{margin:3% 0 0;display:flex;justify-content:space-between}
.copy_end em{color:#fff;font-size:14px;font-weight:lighter;	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;}