* {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: uppercase;}
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: "\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;
}

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

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

/*head*/
.head {padding: 0 15px;position: fixed;z-index: 55;border-bottom: 1px solid #333;width: 100%;background: #fff;top:0;}
.head_box {max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;/* position: relative; */}
.head_l {display: flex;align-items: center;}
.head_logo {display: flex;align-items: center;}
.head_logo i {width: 73%;    margin: 0 0 0 30px;}
.head_logo i img {width:  100%;height:  auto;}
.head_logo b {font-size: calc(1rem + 0.85vw);padding: 0 0 0 18px;}
.head_logo ul {display: flex;padding: 4% 0 0;justify-content:  space-between;}
.head_logo li {font-size: 12px;font-weight:lighter;background: #1cbb3a;color:  #fff;border-radius:  40px;width: 33%;padding: 1.5% 0;text-align:  center;}
.head_name {padding: 0px 0 0 15px;}
.head_name p {display: flex;flex-direction: column;font-size: calc(1rem + 0.46vw);color:  #1cbb3a;font-weight: bold;}
.head_name p span {font-size: calc(0.5rem + 0.31vw);color:  #999;font-weight:  lighter;padding: 2% 0 0;}
.head_con {display: flex;width: 86%;align-items:  center;/* position:  relative; */}
.head_nav {width: 91%;}
.head_nav ul {display: flex;justify-content: space-between;align-items: center;width: 100%;}
.head_nav>ul>li {width: 20%;/* position:  relative; */z-index: 5;display:  flex;justify-content:  center;}
.head_nav>ul>li>a:after {content:'';width:0;height:2%;position:absolute;bottom: 0;left:0;background: #ff6600;z-index: -1;transition:  0.5s;}
.head_nav li:hover a:after,.head_nav>ul>li.cur>a:after {width:100%;}
.head_nav li:hover a,.head_nav>ul>li.cur a {/* color:#fff; */}
.head_nav li a {font-size: 16px;line-height: 70px;position: relative;font-weight: bold;}
/*button*/
.btn_more {display:  flex;justify-content:  space-between;align-items:  center;border-left: 1px solid rgba(221, 221, 221, 0.3);margin: 0 0 0 2%;padding: 0 0 0 2%;}
.btn_more ul {display: flex;justify-content: space-around;}
.btn_more li {display:  flex;margin: 0 0 0 6px;border-left: 1px solid rgba(255, 255, 255, 0.1);padding: 0 0 0 12px;}
.btn_more li:first-child {border-left:none;}
.btn_more li i {/* width: 42px; */height: 30px;font-size: 20px;display:  flex;justify-content:  center;align-items:  center;overflow:hidden;position:relative;z-index: 5;transition:0.5s;border-radius:  50%;/* border: 1px solid #ddd; */}
.btn_more li i:before {content:'';width: 100%;height: 100%;/* border:2px solid #fff; */border-radius:50%;position:  absolute;top: 0;left: 0;}
.btn_more li i:after {content:'';width: 100%;height: 100%;position:absolute;top:0;left:0;/* background:#fff; */transition:0.5s;z-index:-1;padding:0%;border-radius:50%;}
.btn_more li:hover i:after {transform:scale(0);}
/*search*/
.search {position:absolute;transform: rotateX(90deg);transition:0.5s;opacity: 0;background: #fff;border: 1px solid #fff;padding: 2%;top: 100%;right: 11%;transform-origin: top;box-shadow:  0 0 20px #ddd;/* border-radius: 10px; */}
.head_s {display: flex;align-items: center;justify-content: center;transition: 0.5s;}
.head_s form {display: flex;justify-content: space-between;align-items: center;border: 1px solid #ddd;padding: 0 12px;margin-top: 16px;width: 100%;}
#search-bg {width: 140px;height: 38px;line-height: 38px;overflow: hidden;box-sizing: border-box;}
#search-i {box-sizing: border-box;position: relative;    z-index: 5;margin-left: 50px;}
#search-i:after {content: '';width: 33px;height: 33px;border-radius: 50%;position: absolute;top: -6px;left: -6px;z-index: -1;}
#infoname {border: none;background: none;outline: none;}
.search-text{ font-size:15px;color: #666; display: flex;justify-content: center;align-items: center; letter-spacing: 1px;}
.search-text a{ font-size:15px; color: #666 !important; font-weight: 100;}
.search-text span{color:#333;font-size: 15px;font-weight:  bold;}
.search_con {display: flex;flex-direction: column;align-items: center;width: 68%; padding-top:10px;}
.btn_more li:hover .search {transform: rotateX(0deg);opacity:1;}

.head_lau {position:relative;width: 100px;border: 1px solid #fff;border-radius: 40px;display: flex;justify-content: flex-end;z-index: 50;padding: 1.2% 0;display: none;}
.head_lau i {font-size:14px;display: flex;align-items: center;color: #fff;}
.head_lau i span {margin: 0 0 0 10px;color: #333;font-size: 24px;}
.head_lau p {position: absolute;display: flex;flex-direction: column;/* opacity: 0; */width: 100%;justify-content: center;top: 100%;transform-origin: top;transform: rotateX(90deg);transition: all 0.5s;}
.head_lau:hover p {opacity:1;transform: rotateX(0);}
.head_lau p a {font-size:14px;background: #f8f8f8;padding: 9% 22%;display: flex;align-items: center;transition:0.5s;}
.head_lau p a:hover {background:#ff6600;color:#fff;}
.head_lau p a span {margin:0 10px 0 0;}
.head.on .head_lau i {color:#333;}
.head_d {display:flex;margin: 2% 0 0;}

/*xiala*/
.head_qit {position: absolute;top: 101%;left: -100%;width: 100%;background: #fff;opacity: 0;transition: 0.2s all ease;visibility: hidden;display: flex;flex-direction: column;box-shadow: 0 10px 20px #dddd;}
.head_qit ul {max-width:1200px;margin:0 auto;padding: 2.21% 0;}
.head_qit li {/* padding: 2%; */text-align: center;transition:0.5s;border-right: 1px solid #eee;width: 27%;}
.head_qit li:last-child {border:none;}
.head_qit li a {font-size: 16px;white-space: nowrap;font-weight: lighter;display: flex;flex-direction: column;align-items: center;}
.head_qit li dl {display:none;}
.head_qit li i img {width: 104%;}
.head_nav>ul>li:hover .head_qit {visibility: visible;left: 0;opacity:1;}
.head_qit>a:hover,.head_qit>div>ul>li:hover>a {color:#fff;}
.head_qit>a:hover,.head_qit>div>ul>li:hover {background:#14428f;}


/*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: 4%;left: 0;}
.banner .ban_dot li {width: 13px;height: 13px;display: inline-block;background: #fff;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #ff6600;}
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #161883 !important;font-size: 60px !important;}
.banner .slick-prev {left: 3% !important;transform: rotate(180deg) !important;z-index: 5;}
.banner .slick-next {right: 3% !important;top: 45% !important;}
.banner .slick-prev:before, .banner .slick-next:before {opacity: 0;transition: all ease 0.5s;}
.banner:hover .slick-prev:before, .banner:hover .slick-next:before {opacity: 1;}

.banner_bg{width:100%;margin:0 auto;margin-top: 71px;height:40.63vw;overflow: hidden;/* background:url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20200310/20200310165534_2098111819.jpg) no-repeat center; */position: relative;z-index: 5;}
#slider{position: relative;width:100%;/* left:50%; *//* margin-left:-960px; */}
.prev-link, .next-link{display: block; width: 24px;  margin-left:500px; height: 24px; background-repeat: no-repeat;	background-position: left top; position: absolute; bottom: 60px; z-index:300;}
.prev-link{left:10px;position: absolute;background-image: url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20230724/20230724114732_1197556339.png);left: -20%;top: 44%;width: 2%;height: 100%;background-size: contain;/* bottom: 0; *//* margin: auto 0; */}
.next-link{/* left:40px; */background-image: url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20230724/20230724114732_1970001048.png);right: 6%;top: 44%;width: 2%;height: 100%;background-size: contain;}
.circle{display: block;width: 10px;margin-right:500px;height:10px;border:1px solid #fff;border-radius:16px;position: absolute;bottom: 30px;z-index:300;display: flex;justify-content: center;margin: 0 47% 0 0;}
.circle-current{background-color:#fff;}
#slider img {
    width: 100%;
    height: auto;
}
#slider div {
    background-size: contain;
    width: 100% !important;
}

/*pro*/
.pro {padding: 4% 1%;overflow: hidden;/* background: #f8f8f8; */}
.pro_box {max-width: 1200px;margin: 0 auto;}
.pro_tit {display:flex;flex-direction:column;align-items:center;}
.pro_tit b {font-size:40px;}
.pro_tit p {font-size: 18px;font-weight: lighter;padding: 1.5% 0 0;}
.pro_con {margin:3% 0 0;}
.pro_con ul {display:flex;flex-wrap: wrap;justify-content: space-between;}
.pro_con li {width: 32%;background: #f8f8f8;padding: 3%;border: 1px solid #ddd;display: flex;flex-direction: column;align-items: center;transition: 0.5s;overflow: hidden;position: relative;}
.pro_con li:hover a:first-child {transform:translateY(-60%);opacity:0.5}
.pro_con li:nth-child(n+4) {margin: 2% 0 0;}
.pro_con li a {display:flex;flex-direction:column;align-items:center;transition:0.5s;}
.pro_con li a i {overflow:hidden;}
.pro_con li a i img {width:100%;height: auto;}
.pro_con li a span {font-size: 22px;}
.pro_con li>a:last-child {font-size: 16px;background: #333;color: #fff;border-radius: 40px;width: 40%;padding: 3% 0;text-align: center;position: absolute;bottom: -16%;left: 0;right: 0;margin: 0 auto;transition:0.5s;}
.pro_con li:hover>a:last-child {bottom:10%;background:#ff6600}


/*mol*/
.mol {padding: 4% 1%;overflow: hidden;background: #f8f8f8;}
.mol_box {max-width: 1200px;margin: 0 auto;}
.mol_tit {display: flex;justify-content: center;flex-direction: column;align-items: center;}
.mol_tit p {display: flex;font-size: 40px;position: relative;z-index: 5;font-weight: bold;/* color: #1d61e6; */}
.mol_tit p:before {content:'';width: 20px;height: 20px;background: #ff6600;border-radius:50%;position:absolute;top: -4px;left: 96%;/* border: 10px solid rgba(218,37,29,0.3); */z-index: -1;}
.mol_tit p b {}
.mol_tit em {font-size: 18px;font-weight: lighter;padding: 1% 0 0;}
.mol_con {margin: 3%  0 0;}
.mol_call {}
.mol_call ul {display:flex;flex-wrap: wrap;justify-content: space-between;}
.mol_call li {display: flex !important;flex-direction: column;align-items: center;/* margin: 0 0.2%; */width: 24%;}
.mol_call li:nth-child(n+5) {margin: 1.5% 0 0;}
.mol_call li a {overflow: hidden;}
.mol_call li a img {width: 100%;height: auto;filter: brightness(110%);transition: 0.5s;}
.mol_call li:hover img {transform:scale(1.1);}
.mol_call li p {width: 100%;background: #f5f5f5;padding: 6% 0;text-align: center;position: relative;z-index: 5;}
.mol_call li p:before,.mol_call li p:after {content:'';width:2px;height: 50%;background: #ff6600;position:absolute;top: 0;bottom: 0;margin: auto;transition:0.5s;z-index: -1;}
.mol_call li p:before { left: 0;}
.mol_call li p:after { right: 0;}
.mol_call li:hover p:before,.mol_call li:hover p:after {width:50%;height:100%;}
.mol_call li p a {font-size: 16px;transition:0.5s;}
.mol_call li:hover p a {color:#fff;}
.mol_more {width: 200px;display: flex;justify-content: center;align-items: center;margin: 4% auto 0;padding: 1%;position: relative;z-index:5;border: 1px solid #ddd;}
.mol_more:before,.mol_more:after {content:'';width:12px;height:12px;background: #ff6600;position:absolute;transition:0.5s;z-index:-1;}
.mol_more:before {left:0;top:0;}
.mol_more:after {bottom:0;right:0;}
.mol_more:hover:before,.mol_more:hover:after {width:100%;height:100%;}
.mol_more a {font-size: 16px;transition:0.5s;}
.mol_more:hover a  {color:#fff;}
.mol_call .ban_dot {display: none !important;}
.mol_call button {display: none !important;}

/*coop*/
.coop {padding: 4% 1%;overflow: hidden;/* background: #f8f8f8; */}
.coop_box {max-width: 1200px;margin: 0 auto;}
.coop_con {/* display: flex; *//* justify-content: space-between; *//* align-items: center; */}
.coop_tit {display: flex;align-items:  center;justify-content: center;flex-direction: column;/* width: 0; */}
.coop_tit p {display: flex;flex-direction: column;font-size: 40px;font-weight:  bold;/* color: #1d61e6; */position: relative;z-index: 5;}
.coop_tit p:before {content:'';width: 20px;height: 20px;background: #ff6600;border-radius:50%;position:absolute;top: -7px;left: 98%;/* border: 10px solid rgba(218,37,29,0.3); */z-index: -1;}
.coop_tit p span {font-size: 22px;font-weight:  lighter;padding: 2.2%  0 0;font-family:  Arial;text-transform:  uppercase;color: #999;display: none;}
.coop_tit em {font-size: 18px;font-weight: lighter;padding: 1% 0 0;line-height: 28px;width: 50%;text-align: center;}
.coop_tit a {font-size:16px;background: #1d61e6
;margin: 10% 0 0;font-weight:lighter;width: 24%;color: #fff;padding: 2% 0;text-align: center;display: none;}
.coop_call {width: 100%;position: relative;z-index: 1;margin: 3% 0 0;}
.coop_call ul {display: flex;flex-wrap: wrap;}
.coop_call li {width: 14%;position: relative;z-index: 5;overflow: hidden;display: flex;border: 1px solid #eee;}
.coop_call li:nth-child(n+1) {border-left: none;}
.coop_call li+li:nth-child(n+5) {border-top: none;}
.coop_call li>a {overflow: hidden;}
.coop_call li a img {width: 100%;height: auto;}
.coop_call li p {width: 100%;position: absolute;top: 0;left: 0;height: 100%;background: rgba(0,0,0 ,0.8);display: flex;justify-content: center;align-items: center;transition: 0.5s;transform: rotate3d(1, 1, 1, 120deg);}
.coop_call li:hover p {transform:rotate3d(1, 1, 1, 0deg);}
.coop_call li p a {font-size: 14px;color: #fff;font-weight: lighter;font-family: Arial;}


/*adva*/
.adva {padding: 6% 1%;overflow: hidden;position:  relative;z-index:  5;background: url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20230817/20230817105847_568341946.jpg)no-repeat center fixed;}
.adva:before {content:'';width:100%;height:100%;background: rgba(0,0,0 ,0.8);position:absolute;top:0;left:0;z-index: -1;}
.adva_box {max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.adva_tit {width: 30%;}
.adva_tit p {display: flex;flex-direction: column;color:  #fff;font-size: 40px;position: relative;z-index: 5;padding: 13% 0 0; font-weight:bold;}
.adva_tit p:before {content:'';width: 18%;height: 4%;background:#ff6600;position:absolute;top:0;left:0;}
.adva_tit p span {font-size: 14px;padding: 15% 0 0;/* font-weight: bold; */line-height: 24px;opacity: 0.5;}
.adva_tit a {color:#fff;background: #4a4a4a;width: 36%;display: flex;margin: 18% 0 0 3%;font-size: 16px;justify-content: center;padding: 4% 0;position: relative;z-index: 5;}
.adva_tit a:before {content:'';width: 4%;height:100%;background:#ff6600;position: absolute;left: -7%;top: 0;}
.adva_tit a:after {content:'';width:0;height:100%;background:#ff6600;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.adva_tit a:hover:after {width:100%;}
.adva_con {width: 66%;}
.adva_con ul {display:flex;flex-wrap:wrap;justify-content:space-between;}
.adva_con li {width: 48%;display:flex;color: #fff;align-items: center;}
.adva_con li a {color:#fff;display:flex;width: 100%;}
.adva_con li:nth-child(n+3) {margin: 6% 0 0;}
.adva_con li i {font-size: 60px;}
.adva_con li p {display:flex;flex-direction:column;padding: 0 0 0 8%;border-left: 1px solid #fff;margin: 0 0 0 5%;font-size: 20px;    font-weight: bold;}
.adva_con li p span {font-size: 15px;line-height: 24px;font-weight: lighter;padding: 14px 0 0;}

/*cer*/
.cer {padding: 4% 1%;overflow: hidden;background: url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20230630/20230630144109_726197050.jpg)no-repeat center top fixed;position: relative;z-index: 5;}
.cer:before {content:'';width:100%;height:100%;background: rgba(0,0,0,0.8);position:absolute;top:0;left:0;z-index: -1;}
.cer_box {max-width: 1200px;margin: 0 auto;}
.cer_tit {display: flex;flex-direction: column;align-items: center;}
.cer_tit b {font-size: 40px;/* font-family: Arial; */color: #fff;}
.cer_tit b span {color: #fff;}
.cer_tit p {font-size: 18px;font-weight: lighter;padding: 1.5% 0 0;color: #fff;}
.cer_con {margin: 3% 0 0;position: relative;z-index: 5;}
.cer_call {}
.cer_call ul {/* display:flex; */float: w;flex-wrap: wrap;justify-content: space-between;margin:0 !important;}
.cer_call li {width: 19%;margin: 0 0.2%;}
.cer_call li>a {overflow: hidden;}
.cer_call li a img {width: 100%;height: auto;transition: 0.5s;}
.cer_call li:hover img {transform:scale(1.1);}
.cer_call li p {width: 100%;display: none;}
.cer_call li p a {font-size: 16px;}
.cer_btn {display: flex;width: 98%;/* justify-content: center; *//* position: absolute; *//* top: 50%; *//* left: 0; *//* right: 0; *//* margin: 0 auto; *//* align-items:  center; */justify-content: space-between;}
.cer_btn i:hover  {background:#ff6600;color:#fff;border:none;}
.cer_btn>i {width: 50px;height: 80px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 43%;border-radius: 5px;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #ff6600;margin: 0 12px;opacity: 0;letter-spacing: 10px;}
.cer_btn>i:first-child {left: 3%;transform: rotate(180deg);}
.cer_btn>i:last-child {right: 3%;}
.cer_con:hover .cer_btn>i:first-child {left:1%;opacity:1;}
.cer_con:hover .cer_btn>i:last-child {right: 1%;opacity:1;}
.cer_call .ban_dot {/*display:none !important;*/}

/*char*/
.char {background:url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20230823/20230823112300_905407025.jpg)no-repeat center;padding: 10% 1%;position: relative;z-index: 5;}
.char:before {content:'';width: 60%;height: 66%;position:absolute;background: rgba(0,0,0,0.5);left: -2%;z-index: -1;top: 0;bottom: 0;margin: auto 0;transform: skewX(10deg);}
.char_box {max-width:1200px;margin:0 auto;display: flex;justify-content: flex-start;}
.char_txt {width: 55%;display: flex;justify-content: flex-start;color: #fff;flex-direction: column;}
.char_txt p {display:flex;flex-direction:column;font-size:36px;}
.char_txt p span {font-size: 17px;line-height: 30px;padding: 8% 0 0;}
.char_txt em {display:flex;flex-direction:column;margin: 7% 0 0;}
.char_txt em b {font-size: 32px;font-family: Arial;}
.char_txt em span {display:flex;flex-direction:column;margin: 1% 0 0;font-size: 18px;line-height: 30px;font-weight: lighter;}
.char_txt em span o {}
.char_txt a {margin: 10% 0 0;color:#fff;background:#ff6600;padding: 2% 0;font-size: 16px;width: 24%;display: flex;justify-content: center;transform: skewX(8deg);}
.char_txt a span {transform: skewX(-10deg);}


/*about*/
.about {padding: 4% 1% 1%;overflow: hidden;background-size: contain;position: relative;z-index: 5;}
.about:before {content:'';width: 100%;height:100%;background: url(https://memberpic.114my.com.cn/076989840910/uploadfile/image/20230722/20230722154856_443291267.jpg)no-repeat  bottom right;position: absolute;z-index: -1;right: 0;bottom: -32%;background-size: contain;}
.about_box {max-width: 1200px;margin: 0 auto;}
.about_con {/* background: #fff; *//* padding: 5%; */display: flex;justify-content: space-between;align-items: center;}
.about_txt {width: 46%;display:  flex;flex-direction:  column;}
.about_txt>p {font-size: 30px;display:  flex;flex-direction:  column;/* color: #ff6600; */font-weight: bold;}
.about_txt p span {font-size: 14px;font-weight: lighter;line-height: 32px;padding: 3% 0 0;color: #333;}
.about_more ul {display: flex;width: 100%;justify-content:  space-between;margin: 6% 0 0;}
.about_more li {display: flex;flex-direction: column;align-items:  center;width: 25%;/* padding: 3% 0; */}
.about_more li+li {/* border-left:1px solid #eee; */}
.about_more li span {display: flex;align-items: flex-end;}
.about_more li span b {font-size: 42px;font-family:  DIN Medium;/* color: #fff; */}
.about_more li span i {width: 20px;height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;background: #ff6600;font-size: 14px;color: #fff;margin: 0px  0 6% 0;}
.about_more li p {font-size: 16px;font-weight: lighter;padding: 3% 0 0;/* color: #fff; */}
.about_txt a {font-size: 16px;margin: 8% 0 0;display: flex;align-items: center;transition: 0.5s;transform:translateX(0px);border: 1px solid #333;width: 25%;border-radius: 40px;text-align: center;padding: 2% 0;display: flex;justify-content: center;}
.about_txt a:hover {color:#e50112;transform:translateX(10px);}
.about_txt a i {font-size: 22px;margin: 0 0 0 12px;}
.about_pic {width: 50%;position: relative;}
.about_top {overflow:hidden;}
.about_top ul {display:flex;}
.about_top li {width:100%;flex-shrink:0;}
.about_top li a {overflow:hidden;}
.about_top li a img {width:100%;height:auto;}
.about_top li p {display:none;}
.about_bottom {position:absolute;bottom: 0;left:0;width: 100%;margin: 0 auto;right: 0;padding: 3% 8%;background: rgba(0,0,0,0.6);}
.about_bottom ul {display:flex;justify-content: space-between;}
.about_bottom li {width: 16%;}
.about_bottom li.on {border:1px solid #ff6600;}
.about_bottom li a {overflow:hidden;display: flex;}
.about_bottom li a img {width:100%;height:auto;filter: brightness(0.6);}
.about_bottom li.on img {filter:brightness(1)}
.about_bottom li p {display:none;}
.about_pic i {}
.about_pic i img {width:100%;height: auto;}
.about_more {display:none;}
.about_int {margin: 6% 0 0;}
.about_int ul {    display: flex;justify-content: space-between;}
.about_int li {display: flex;flex-direction: column;align-items: center;width: 21%;border-bottom: 3px solid transparent;padding: 0 0 2% 0;}
.about_int li:hover {border-bottom:3px solid #ff6600;}
.about_int li p {    display: flex;  flex-direction: column; align-items: center;    font-size: 22px; font-weight: bold;}
.about_int li p span {    font-size: 16px;font-weight: lighter;padding: 24px 0 0;  color: #999;  font-family: Arial;}
.about_int li i {font-size: 36px;margin: 16% 0 0;}
.about_int li:hover i {color:#ff6600;}

.about_txt p span b {
    font-size: 15px;
}
.about_txt p span o {
    color: #ff6600;
    font-weight: bold;
    font-size: 16px;
}



/*news*/
.news {padding: 4% 1% 0;overflow: hidden;background: url(https://memberpic.114my.com.cn/dgjlcx/uploadfile/image/20221125/20221125160120_1960738670.jpg);/* background: #f8f8f8; */}
.news_box {max-width: 1200px;margin: 0 auto;}
.news_top {display:flex;justify-content:  space-between;align-items:  center;}
.news_tit {display: flex;flex-direction: column;/* align-items: center; */}
.news_tit b {font-size: 36px;font-weight: normal;font-weight: bold;}
.news_tit b span {color: #ff6600; }
.news_tit p {font-size: 16px;color: #999;padding: 5% 0 0;font-weight:  lighter;}
.news_tit em{font-size:0;display:inline-block;height: 8px;padding: 2% 0 0;}
.news_tit em i{ display:inline-block; width:8px; height:8px; border-radius:50%; background:#c4d0dc;animation: bounce_fountainG 1.2s linear infinite;} 
.news_tit em i+i{ margin-left:16px;}
.news_tit em i:nth-child(1){animation-delay: .4s;}
.news_tit em i:nth-child(2){background:#b50001;animation-delay: .6s;}
.news_tit em i:nth-child(3){animation-delay: .8s;}
.news_nav {width: 12%;}
.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%;padding: 3.5% 25px;/* border-radius: 40px; */position: relative;overflow: hidden;z-index: 5;/* box-shadow: 0px 0px 20px #ddd; */border: 1px solid #eee;}
.news_nav li:before {content:'';width:0;height:100%;background: #ff6600;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.news_nav li.on:before {width:100%;}
.news_nav li i {font-size: 18px;line-height:  24px;display: none;}
.news_nav li a {font-size: 15px;line-height: 24px;/* padding-left: 4px; */white-space: nowrap;}
.news_nav li.on,.news_nav li.on a {color: #fff;font-weight: bold;}
.news_list{width: 100%;display: flex;transition:all .5s;}
.news_list .tempWrap {width: 100% !important;}
.news_list .news_div{display: flex;justify-content: space-between;flex-shrink: 0;width:100%;flex-direction: column;}
.news_list .news_div+.news_div{}
.news_list .news_div_item{width: 32%;position: relative;transition:0.5s;padding: 20px;background: #fff;display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;border: 1px solid #f8f8f8;}
.news_list .news_div_item_date{/* position: absolute; *//* bottom: 170px; */display: block;left: 0;height: 22px;font-size: 13px;color: #666;border-top: 1px solid #eee;padding: 7% 0 0;margin: 7% 0 0;position: relative;}
.news_list .news_div_item_date:before{content:'';width: 0;height: 1px;position: absolute;top: 0;left: 0;background: #ff6600;transition: 0.5s;}
.news_list .news_div_item:hover .news_div_item_date:before {width:100%;}
.news_list .news_div_item:hover .news_div_item_date {color: #ff6600;}
.news_list .news_div_item_content{/* height: 220px; */}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 20px;line-height: 22px;/* color: #666; */}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 18px;display: block;margin-bottom: 16px;position:relative;transition:0.3s;font-weight: 100;padding-top: 36px;}
.news_list .news_div_item_a::before{position:absolute;content:'\4e86\89e3\8be6\60c5';bottom: -176px;left: 0;width: 130px;height: 40px;background: #fff;border-radius: 20px;line-height: 40px;color: #666;font-size: 13px;transition:0.5s;border: 1px #f6f5f5 solid;text-align: center;box-sizing: border-box;padding-left: 30px;display: none;}



.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 22px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -163px;display: none;}
.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.5s;}
.news_list .news_div_item:hover .news_div_item_a{color: #ff6600;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background:#ff6600;color: #fff;}
.news_list .news_div_item:hover .news_div_item_a::after{color: #fff;}
.new_ic{overflow:hidden;margin: 3% 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_list .news_div_item_pic img {width:100%;}

.news_list .ban_dot {display: flex !important;width: 100%;justify-content: center;align-items: center;margin: 4% 0 0;/* position: absolute; */bottom: 4%;left: 0;}
.news_list .ban_dot li {width: 10px;height: 10px;display: inline-block;background: #eee;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.news_list .ban_dot li.slick-active {background: #ff6600;}
.news_list .ban_dot li button {font-size:0;border: none;outline: none;}

/*copy*/
.copy {padding: 0 1% 0;overflow: hidden;background: #1d1d1f;}
.copy_box {max-width: 1200px;margin: 0 auto;}
.copy_con {display: flex;justify-content: space-between;}
.copy_txt {width: 61%;display: flex;flex-direction: column;color: #fff;border-right: 1px solid rgba(255,255,255,0.1);}
.copy_logo {padding: 4% 0 0;width: 90%;display: flex;align-items: center;justify-content: flex-start;}
.copy_logo p {font-size: 28px;    font-weight: bold;}
.copy_logo i {    width: 12%;}
.copy_logo i img {width:100%;}
.copy_nav {width: 100%;border-top: 1px solid rgba(255,255,255,0.1);margin: 3% 0 0;padding: 3% 0 0;}
.copy_nav ul {display: flex;justify-content:space-between;width: 90%;}
.copy_nav li p {font-size: 20px;line-height: 20px;margin-bottom: 20px;/* font-weight: bold; */color: #f5f5f7;}
.copy_nav li a {font-size: 14px;line-height: 30px;display: flex;color: #f5f5f7;transform:translateX(0);transition:0.5s;font-weight:  lighter;}
.copy_nav li a:hover  {transform:translateX(10px)}
.copy_num {width: 38%;color: #f5f5f7;display: flex;flex-direction: column;padding: 4.6% 0 0 4%;}
.copy_num b {font-size: 30px;font-family: Arial;text-transform: capitalize;display: flex;flex-direction: column;}
.copy_num b span {padding: 0% 0 0; font-size: 28px;font-family: Arial;text-transform: capitalize;display: flex;flex-direction: column;font-weight: bold;}
.copy_num ul {margin: 16% 0 0;}
.copy_num li {}
.copy_num li+li {margin:3% 0 0;}
.copy_num li p {display:flex;align-items: center;font-size: 16px;}
.copy_num li p i {font-size: 24px;margin: 0 6px 0 0;}
.copy_num li p span {font-size: 15px;}
.copy_num>p {display:flex;margin: 8% 0 0;align-items: flex-end;}
.copy_num>p i {width: 28%;}
.copy_num>p i+i {margin:0 0 0 10px;}
.copy_num>p i img {width:100%;height:auto;}
.copy_num>p em {font-size: 15px;display: flex;flex-direction: column;margin: 0 0 0 10px;font-weight: lighter;}
.copy_num>p em span {padding: 12% 0 0;}

/*end*/
.end {padding: 4% 0 5%;overflow:hidden;position:  relative;z-index: 5;/* background: #222; */width: 98%;margin: 3% 0 0;}
.end:before {content:'';width:100%;height:1px;background:rgba(255,255,255,0.1);position:absolute;top:0;left:0;z-index:-1;}
.end_box {max-width: 1700px;margin: 0 auto;display: flex;flex-direction: column;}
.end_box em {color: #f5f5f7;font-size: 15px;font-weight:  lighter;width: 100%;display: flex;}
.end_box em span {}
.end_box em a {font-size: 15px;color: #fff;}
.end_box>a {font-size: 14px;color: #fff;font-weight:  lighter;}
.end_box p {font-size: 15px;color: #fff;margin: 2% 0 0;display: flex;justify-content: space-between;width: 100%;}
.end_box p a {font-size: 15px;color: #f5f5f7;}


.dgcontent_title_h5 strong {
  display: none;
}

.caption span {
    display: none;
}

.copy_logo i {
    width: 12%;
}