* {margin: 0;padding: 0;box-sizing: border-box;line-height:100%;}
body {font-size: 14px;font-family: Microsoft YaHei;}
em, i {font-style: inherit;font-weight: inherit;}
ul {list-style: none;}
a {text-decoration: none;color: #333;}
tr, td {padding: 0 !important;}
input, textarea {outline: none;border: none;}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@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);
}

/*head*/
.head {overflow: hidden;padding: 0 1%;position:  relative;background: #068cea;}
.head_box {max-width: 1800px;margin: 0 auto;display:  flex;justify-content:  space-between;align-items:  center;}
.head_top {display: flex;justify-content: space-between;align-items: center;padding: 1.2% 0;}
.head_l {display:flex;}
.head_tit {padding: 0 0 0 10px;}
.head_tit b {font-size: 30px;display:  flex;align-items:  center;color:  #fff;}
.head_tit b span {/* color: #068cea; */}
.head_tit p {font-size:16px;color: #fff;padding: 2% 0 0;text-align-last:  justify;}
.head_logo {}
.head_logo i {display: flex;justify-content:  center;display: none;}
.head_num {display:  flex;align-items:  center;}
.head_num i {width:  36px;height:  36px;background: #f1b133;border-radius:  50%;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 21px;}
.head_num p {font-size: 16px;display:  flex;flex-direction:  column;color: #fff;font-weight:  lighter;padding: 0 0 0 10px;}
.head_num p span {font-size: 24px;font-family:  DIN Medium;padding: 1% 0 0;color: #f1b133;}
.head_con {display:flex;position:  relative;width: 52%;justify-content:  space-between;}
.head_nav {position:  relative;z-index: 5;width: 75%;}
.head_con:before {content:'';width: 110%;height:100%;background:#068cea;position:absolute;top:0;left: 0;z-index:-1;transform: skew(-20deg);display: none;}
.head_nav ul {display: flex;justify-content: space-between;width: 100%;}
.head_nav li {width: 12%;display:  flex;justify-content:  center;align-items:  center;position:  relative;}
.head_nav li:before {content:'';width: 100%;height: 0;background:#f1b133;position:absolute;top:0;left:0;z-index:-1;transition:  0.5s;/* transform: skew(-20deg); */}
.head_nav>ul>li:hover:before,.head_nav>ul>li.cur:before {height: 100%;}
.head_nav li a {font-size: 16px;font-weight: lighter;color:  #fff;line-height: 100px;}

/*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);width: 100% !important;margin: 0 !important;}
.banner a.active{z-index:5;opacity: 1;}
.banner a.active img{transform: scale(1);opacity: 1;}
.banner .slick-active img {    transition: 6s linear; transform: scale(1.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: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.banner .ban_dot li.slick-active {background: #068cea;}
.banner .ban_dot li button {font-size:0;border: none;outline: none;}
.banner .slick-prev:before {content: '\e65f' !important;font-family: iconfont !important;color: #068cea !important;font-size: 60px !important;}
.banner .slick-next:before {content: '\e65f' !important;font-family: iconfont !important;color: #068cea !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;}


/*about*/
.about {padding: 4% 1% 5%;overflow: hidden;position:relative;}
.about:before {content:'';background: url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220711/20220711090244_329168115.png)no-repeat top right;position:absolute;right:0;top:0;width: 51%;height: 96%;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_con {display: flex;justify-content: space-between;align-items: center;}
.about_txt {display: flex;flex-direction: column;width: 40%;}
.about_txt b {font-size: 24px;display:  flex;flex-direction:  column;font-weight:  normal;position: relative;z-index: 5;}
.about_txt b:before {content:'';width:100%;height: 1px;background: rgba(6,140,234,0.1);position:absolute;top: 87px;left: -34%;z-index:-1;}
.about_txt b span {font-size: 30px;font-family: Arial;text-transform:  uppercase;font-weight:  bold;padding: 0 0 1% 0;}
.about_txt em {font-size: 15px;font-weight: lighter;color: #888;line-height: 36px;padding: 8% 0 0;}
.about_txt em a {    font-size: 15px;color: #888;}
.about_txt em a:hover {color:#068cea;transition:0.5s;}
.about_txt ul {display: flex;justify-content: space-between;align-items: center;padding: 10% 0 0;}
.about_txt li {display: flex;flex-direction: column;align-items: center;}
.about_txt li i {font-size: 36px;color: #999;}
.about_txt li p {font-size: 18px;color:  #999;padding: 20% 0 0;}
.about_pic {width: 46%;display:  flex;padding: 0 2% 0 0;position:  relative;}
.about_pic i {overflow:  hidden;}
.about_pic i img {width: 85%;height:  auto;border-radius: 50%;}

  
/*pro*/
.pro {padding: 2% 1% 4%;overflow: hidden;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;}
.pro_tit b {font-size: 36px;position: relative;}
.pro_tit b:before,.pro_tit b:after{position: absolute;content: "";width: 28px;height: 28px;background: #068cea;bottom: -26px;}
.pro_tit b:before{left: -56px;}
.pro_tit b:after{right: -56px;}
.pro_tit b span {}
.pro_tit p {font-size:16px;color:#999;padding:1% 0 0;font-weight:lighter;position:relative;}
.pro_tit p:before,.pro_tit p:after{position: absolute;content: "";width: 12px;height: 12px;background: #f1b133;top: 19px;}
.pro_tit p:before{left: -86px;}
.pro_tit p:after{right: -86px;}
.pro_tab {margin: 4% 0 0;}
.pro_nav {}
.pro_nav ul {display: flex;justify-content: space-between;align-items: center;}
.pro_nav li {position:  relative;z-index: 5;}
.pro_nav li a {display:  flex;flex-direction:  column;align-items:  center;font-size:  16px;font-weight:  lighter;position: relative;z-index: 6;}
.pro_nav li a i {width: 70px;height: 70px;background:  #ddd;border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;position:  relative;z-index: 5;font-size: 24px;transition: 0.5s;}
.pro_nav li:hover i,.pro_nav li.on i {color:#fff;}
.pro_nav li a i:before {content:'';width:100%;height:100%;border: 2px solid #ddd;position:absolute;top: -2px;left: -2px;z-index:-1;border-radius:  50%;transform: scale(1.1);}
.pro_nav li:hover i:before,.pro_nav li.on i:before {border:2px solid transparent;}
.pro_nav li a i:after {content:'';width:100%;height:100%;background:#068cea;position:absolute;top:0;left:0;z-index: -1;transition:0.5s;border-radius:50%;transform:scale(0);}
.pro_nav li:hover a i:after,.pro_nav li.on a i:after {transform:scale(1);}
.pro_nav li a span {padding: 20% 0 0;}
.pro_nav li:hover .cs-round_percentage,.pro_nav li.on .cs-round_percentage {stroke-dasharray: 235.761, 999;opacity:1;}

.cs-progress_wrap {position: absolute;top: 34%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 5;}
.cs-round_percentage {-webkit-transform: rotate(-88deg);transform: rotate(-88deg);fill: none;stroke: currentColor;stroke-width: 2px;stroke-linecap: round;stroke-dasharray: 0 300;-webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;color: #068cea;opacity: 0;}
.cs-image_box.cs-style2 .cs-progress_wrap .cs-round_percentage {stroke-width: 3px;}

.pro_con { margin: 3% 0 0;}
.pro_call {}
.pro_call .divproduct_new_div {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_call .divproduct_new_div_item {width: 24%;display: flex;flex-direction: column-reverse;border: 1px solid #f8f8f8;padding: 1%;position: relative;z-index: 5;}
.pro_call .divproduct_new_div_item:before {content:'';width:100%;height:100%;background: #068cea;position:absolute;top:0;left:0;z-index:-1;transform:scaleY(0);transition:0.5s;}
.pro_call .divproduct_new_div_item:hover:before {transform:scaleY(1);}
.pro_call .divproduct_new_div_item:nth-child(n+5) {margin: 1.5% 0 0;}
.pro_call .divproduct_new_div_item_content {padding: 7% 0;}
.pro_call .divproduct_new_div_item_title {}
.pro_call .divproduct_new_div_item_title a {font-size: 18px;transition: 0.5s;}
.pro_call .divproduct_new_div_item:hover a,.pro_call .divproduct_new_div_item:hover p {color:#fff;} 
.pro_call .divproduct_new_div_item_body {padding: 5% 0 0;}
.pro_call .divproduct_new_div_item_body p {font-size: 15px;color: #999;font-weight: lighter;line-height: 28px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transition: 0.5s;}
.pro_call .product_div_item_pic {position: relative;overflow: hidden;}
.pro_call .product_div_item_pic:before {content:'';width:100%;height:100%;background: rgba(6,140,234,0.2);position:absolute;top:0;left:0;transform:scale(0);transition:0.5s;z-index: 1;}
.pro_call .divproduct_new_div_item:hover .product_div_item_pic:before {transform: scale(1);}
.pro_call .product_div_item_pic:after {content:'+';display: flex;justify-content: center;align-items: center;font-size: 30px;color: #fff;position:absolute;top:0;left:0;z-index: 2;width: 100%;height: 100%;transform: rotate(0deg) scale(0);transition: 0.8s;}
.pro_call .divproduct_new_div_item:hover .product_div_item_pic:after {transform: rotate(360deg) scale(1);}
.pro_call .product_div_item_pic a {overflow:hidden;display: flex;}
.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 {overflow: hidden;padding: 4% 1% 15%;background:url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220711/20220711170220_896662372.jpg)no-repeat center top;position:  relative;z-index: 5;}
.char:before {content:'';width: 100%;height:100%; background: rgba(6,140,234,0.9);position: absolute;top: 0;left: 0;z-index: -1;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;flex-direction: column;align-items: center;}
.char_tit b {font-size: 36px;position: relative;color:  #fff;}
.char_tit b:before,.char_tit b:after{position: absolute;content: "";width: 28px;height: 28px;background: #ffffff;bottom: -26px;}
.char_tit b:before{left: -56px;}
.char_tit b:after{right: -56px;}
.char_tit b span {}
.char_tit p {font-size:16px;color: #fff;padding:1% 0 0;font-weight:lighter;position:relative;}
.char_tit p:before,.char_tit p:after{position: absolute;content: "";width: 12px;height: 12px;background: #f1b133;top: 19px;}
.char_tit p:before{left: -86px;}
.char_tit p:after{right: -86px;}
.char_con {margin: 10% 0 0;}
.char_con ul {display: flex;justify-content: space-between;align-items: center;flex-wrap:  wrap;}
.char_con li {display: flex;flex-direction: column;align-items: center;background:  #fff;width: 32%;border-radius: 10px;padding: 3%;position:  relative;transition:0.5s;}
.char_con li:hover {transform:translateY(-12px);}
.char_con li:before {content:'';background:url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220709/20220709144126_831348577.png) no-repeat top;width:  100%;height: 144px;position:  absolute;top: -45%;left:  0;z-index: -1;}
.char_con li i {width: 120px;height: 120px;background: #54b8ff;border-radius: 50%;display:  flex;justify-content:  center;align-items:  center;font-size: 50px;position:  absolute;left:  0;top: -40%;z-index: 5;color: #fff;}
.char_con li i:before {content:'';width: 100%;height:100%;background: #f1b133;position:absolute;top:0;left:0;transform:scale(0);transition:0.5s;z-index:-1;border-radius: 50%;}
.char_con li:hover i:before {transform:scale(1);}
.char_con li:nth-child(n+4) {margin: 8% 0 0;}
.char_con li i img {width:100%;}
.char_con li p {font-size: 22px;display: flex;flex-direction: column;align-items: center;width:100%;}
.char_con li p span {font-size: 15px;font-weight: lighter;color:  #999;line-height: 30px;padding: 6% 0 0;width:100%;}

/*appli*/
.appli {padding: 4% 1%;overflow: hidden;background:  #fff;margin: -10% 1% 0;position:  relative;z-index: 5;border-radius: 50px 50px 0 0;}
.appli_box {max-width: 1600px;margin: 0 auto;}
.appli_tit {display: flex;flex-direction: column;justify-content:  center;align-items:  center;}
.appli_tit b {font-size: 36px;}
.appli_tit p {font-size: 16px;color:  #999;font-weight:  lighter;padding: 1% 0 0;}
.appli_con {margin:3% 0 0;position: relative;}
.appli_call {padding: 0 5%;}
.appli_call .divdgweb_new_div {margin: 0 !important;}
.appli_call .divdgweb_new_div_item {display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;align-items: center;transform:translateY(0);transition:0.5s;overflow:hidden;}
.appli_call .divdgweb_new_div_item:hover {-webkit-transform: translateY(-76px);transform: translateY(-76px);}
.appli_call .divdgweb_new_div_item_date {display:none;}
.appli_call .divdgweb_new_div_item_content {width: 100%;padding: 8%;display: flex;flex-direction: column;align-items: center;background: #edf2f5;position: relative;z-index: 5;}
.appli_call .divdgweb_new_div_item_content>a {font-size: 15px;font-weight: lighter;width: 100%;background: #068cea;color: #fff;padding: 3% 0;display: flex;justify-content: center;align-items: center;letter-spacing: 1px;margin: 10% 0 0;position: absolute;bottom: 0;left: 0;-webkit-transform-origin: top center;transform-origin: top center;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transform: perspective(400px) rotateX(-90deg);transform: perspective(400px) rotateX(-90deg);-webkit-transition: all 500ms ease;text-transform: uppercase;font-family: Arial;}
.appli_call .divdgweb_new_div_item_title {position: relative;}
.appli_call .divdgweb_new_div_item_title:before {content:'';width: 30%;height:2px;background: #036eb8;position:absolute;bottom: -21px;left: 0;right: 0;margin: 0 auto;display: none;}
.appli_call .divdgweb_new_div_item_title a {font-size: 22px;font-weight: bold;}
.appli_call .divdgweb_new_div_item_body {font-size: 15px;color: #999;line-height: 30px;margin: 6% 0;font-weight: lighter;text-align: center;width:100%;}
.appli_call .news_div_item_pic {transition:0.5s;-webkit-transform: translateY(0);transform: translateY(0);background: #000;display: flex;position: relative;width:100%;}
.appli_call .news_div_item_pic:before {content:'+';opacity: 0;-webkit-transform-style: preserve-3d;transform-style: preserve-3d; -webkit-transform: perspective(500px) rotate(45deg);transform: perspective(500px) rotate(45deg);
 -webkit-transform-origin: center center;transform-origin: center center;-webkit-transition: opacity 500ms ease 0ms,-webkit-transform 500ms ease 0ms;transition: opacity 500ms ease 0ms,-webkit-transform 500ms ease 0ms;
transition: transform 500ms ease 0ms,opacity 500ms ease 0ms;transition: transform 500ms ease 0ms,opacity 500ms ease 0ms,-webkit-transform 500ms ease 0ms;width: 65px;height: 65px;background: #068cea;position: absolute;
top: calc(50% - 70.5px);left: calc(50% - 32.5px);display: flex;justify-content: center;align-items: center;color: #fff;font-size: 24px;}
.appli_call .divdgweb_new_div_item:hover .news_div_item_pic  {-webkit-transform: translateY(76px);transform: translateY(76px);}
.appli_call .divdgweb_new_div_item:hover .news_div_item_pic:before  {opacity: 1;-webkit-transform: perspective(500px) rotate(0deg);transform: perspective(500px) rotate(0deg);-webkit-transition: opacity 500ms ease 500ms,-webkit-transform 500ms ease 500ms; transition: opacity 500ms ease 500ms,-webkit-transform 500ms ease 500ms; transition: transform 500ms ease 500ms,opacity 500ms ease 500ms;transition: transform 500ms ease 500ms,opacity 500ms ease 500ms,-webkit-transform 500ms ease 500ms;}
.appli_call .news_div_item_pic a {overflow:hidden;display:inline-table;}
.appli_call .news_div_item_pic img {width:100%;height: 100%;transition:0.5s;}
.appli_call .divdgweb_new_div_item:hover img {opacity:0.5;transform:scale(1.1);}
.appli_call .divdgweb_new_div_item:hover .divdgweb_new_div_item_content>a { -webkit-transform: perspective(400px) rotateX(0);transform: perspective(400px) rotateX(0);}
.appli_call .ban_dot {display:none !important;}
.appli_btn {display: flex;/* width: 34%; */justify-content: space-between;}
.appli_btn i:hover  {background:#1aa9f1;color:#fff;border:none;}
.appli_btn>i {width: 60px;height: 60px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 43%;border-radius: 50%;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #068cea;}
.appli_btn>i:first-child {left: 0;transform: rotate(180deg);}
.appli_btn>i:last-child {right: 0;}
.appli_more {display:flex;justify-content: center;align-items: center;margin: 4% auto 0;background: #068cea;padding: 1% 0;width: 29%;border-radius: 40px;}
.appli_more i {font-size: 20px;color: #fff;width: 36px;height: 36px;border-radius: 50%;background: #f1b133;display: flex;justify-content: center;align-items: center;}
.appli_more p {font-size: 18px;color: #fff;display: flex;align-items: center;font-weight: lighter;padding: 0 0 0 12px;}
.appli_more p span {font-size: 28px;font-family: 'DIN Medium';}

/*adva*/
.adva {padding: 10% 1%;overflow: hidden;position:  relative;z-index: 5;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_con {display: flex;justify-content: space-between;align-items: center;position:  relative;z-index: 5;}
.adva_tit {display: flex;flex-direction: column;width: 30%;}
.adva_tit p {display: flex;font-size: 36px;flex-direction:  column;font-weight: bold;color: #fff;}
.adva_tit p span {font-size: 16px;font-weight:  lighter;font-family:  Arial;padding: 2% 0 0;}
.adva_tit em {font-size: 16px;line-height:  30px;color: #fff;font-weight:  lighter;padding: 7% 0 0;opacity: 0.5;}
.adva_tit a {font-size: 16px;width: 36%;padding: 3% 0;background: #068cea;color:  #fff;display:  flex;justify-content:  center;align-items:  center;font-weight:  lighter;letter-spacing: 1px;margin: 17% 0 0;}
.adva_txt {overflow: hidden;width: 50%;background: #fff;border-radius: 0 0 30px 0;}
.adva_txt ul {display: flex;transition: 0.5s;}
.adva_txt li {width: 100%;flex-shrink: 0;display:  flex;flex-direction:  column;padding: 6% 6% 14%;}
.adva_txt li p {display: flex;align-items: center;}
.adva_txt li p i {font-size: 16px;width: 80px;height: 80px;background: #068cea;border-radius:  50%;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 36px;}
.adva_txt li p b {display: flex;flex-direction: column;font-size: 24px;padding: 0 0 0 16px;}
.adva_txt li p span {font-size: 17px;font-weight:  lighter;color:  #666;padding: 4% 0 0;}
.adva_txt li em {font-size: 16px;font-weight:  lighter;color:  #999;padding: 5% 0 0;display: flex;flex-direction: column;}
.adva_txt li em span {line-height:  30px;}
.adva_txt li em span+span {padding: 3% 0 0;}
.adva_pic {overflow: hidden;position:  absolute;width:  100%;left: 0;top: 0;}
.adva_pic:before {content:'';width:100%;height:100%;background: rgba(51,51,51,0.5);position:absolute;top:0;left:0;z-index: 1;}
.adva_pic ul {display: flex;transition: 0.5s;}
.adva_pic li {width: 100%;flex-shrink: 0;display:  flex;}
.adva_pic li i {}
.adva_pic li i img {width: 100%;height: auto;}
.adva_btn {display: flex;/* width: 34%; */justify-content: space-between;position:  absolute;right: 3%;bottom: -8%;}
.adva_btn i:hover  {background:#1aa9f1;color:#fff;border:none;}
.adva_btn>i {width: 60px;height: 60px;cursor: pointer;font-size: 28px;color: #3;display: flex;justify-content: center;align-items: center;top: 43%;transition: 0.5s;background: #068cea;color: #fff;}
.adva_btn>i:first-child {left: 26.9%;border-radius: 0 10px 10px 0;transform: rotate(180deg);}
.adva_btn>i:last-child {right: 26.9%;border-radius: 0 10px 10px 0;}

/*ces*/
.ces {padding:4% 1%;overflow:hidden;}
.ces_box {max-width:1500px;margin:0 auto;}
.ces_tit {display: flex;flex-direction: column;justify-content:  center;align-items:  center;}
.ces_tit b {font-size: 36px;}
.ces_tit p {font-size: 16px;color:  #999;font-weight:  lighter;padding: 1% 0 0;}
.ces_con {margin:3% 0 0;}
.ces_con ul {display:flex;justify-content: space-between;}
.ces_con li {display:flex;width: 17%;flex-direction: column;align-items: center;justify-content: space-between;position: relative;z-index: 5;padding: 4% 0;overflow: hidden;}
.ces_con li:before {content:'';width:100%;height:100%;background: #068cea;position:absolute;bottom:0;left:0;transition:0.5s;transform:translateY(100%);visibility:hidden;opacity:0;z-index: -1;}
.ces_con li:hover:before {transform:translateY(0);visibility:visible;opacity:1;}
.ces_con li:hover p,.ces_con li:hover span,.ces_con li:hover a {color:#fff;}
.ces_con li i {font-size: 42px;width: 100px;height: 100px;border-radius: 50%;display: flex;justify-content: center;align-items: center;border: 1px solid #e8e8e8;transition:0.5s;background: #fff;}
.ces_con li:hover i {transform: translateY(-10px);}
.ces_con li p {font-size: 22px;display: flex;flex-direction: column;align-items: center;padding: 10% 0 0;}
.ces_con li p span {font-size: 16px;color: #999;padding: 18% 0;font-weight: lighter;}
.ces_con li a {font-size:14px;text-transform: uppercase;border: 1px solid #ddd;border-radius: 40px;width: 40%;display: flex;justify-content: center;align-items: center;padding: 4% 0;font-family: Arial;}

/*news*/
.news {padding: 3% 1%;position:relative;background:url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220709/20220709113229_2054685540.jpg) repeat center;z-index: 5;}
.news:before {content:'';width: 8%;background: url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220614/20220614151926_1602651166.png)no-repeat bottom;height: 51%;position: absolute;top: 65%;left: -3%;z-index: -1;background-size: contain;animation: move5 7s infinite linear;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tit {display: flex;flex-direction: column;}
.news_tit b {font-size: 36px;position: relative;z-index: 5;}
.news_tit b:before {content:'';width: 8px;height: 8px;border-radius: 50%;position: absolute;top: 0;left: 18%;border: 3px solid #068cea;}
.news_tit b span {color: #068cea;}
.news_tit p {font-size: 16px;padding: 1% 0 0;    color: #999;}
.news_tab {margin:3% 0 0;display: flex;justify-content: space-between;}
.news_nav {width: 20%;}
.news_nav ul {display:flex;flex-direction: column;}
.news_nav li {display:flex;flex-direction: column;background: #fff;border-radius: 10px;width: 72%;align-items: center;padding: 10%;position:relative;z-index: 5;}
.news_nav li:after {content:'';width:0;height:100%;background: #068cea;position:absolute;top:0;left:0;transition:0.5s;z-index: -1;border-radius: 10px;}
.news_nav li.on:after {width:100%;}
.news_nav li.on,.news_nav li.on span {color:#fff;}
.news_nav li:before {content:'';background:url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220709/20220709113329_28097380.png)no-repeat;width:4px;height:50px;position:absolute;bottom: -36%;left: 0;right: 0;margin: 0 auto;z-index: -1;}
.news_nav li+li {margin: 14% 0 0;}
.news_nav li:last-child:before {display:none;}
.news_nav li i {font-size: 29px;}
.news_nav li a {display:flex;flex-direction: column;font-size: 16px;align-items: center;padding: 8% 0 0;}
.news_nav li.on a {color:#fff;}
.news_nav li a span {font-size: 13px;color: #999;font-family: Arial;padding: 4px 0 0;}
.news_con {width: 80%;overflow: hidden;}
.news_roll {display:flex;transition: 0.5s;}
.news_call {width:100%;flex-shrink: 0;}
.news_div {}
.news_call .news_div_item {display: flex !important;flex-direction: column-reverse;margin: 0 0.1%;background: #fff;position: relative;}
/*time*/
.news_call .news_div_item_date {display:flex;font-size: 13px;color: #999;font-family: Arial;position: absolute;top: 64.7%;left: 26%;}
/*con*/
.news_call .news_div_item_content {padding: 6.5% 5%;}
.news_call .news_div_item_title {display:flex;padding: 5% 0 0;}
.news_call .news_div_item_title a {font-size: 20px;}
.news_call .news_div_item_body {font-size: 14px;color: #999;line-height: 26px;font-weight: lighter;padding: 5% 0 0;}
/*pic*/
.news_call .news_div_item_pic {}
.news_call .news_div_item_pic img {width:100%;height:auto;transition: 0.5s;}
.news_call .news_div_item_pic a {    overflow: hidden;display: flex;}
.news_call .ban_dot {display:none !important;}
/*txt*/
.new_column {}
.news_call .new_column a {font-size: 14px;font-weight: lighter;}
/*hover*/
.news_call .news_div_item:hover .news_div_item_pic img {    transform: scale(1.2);}

/*copy*/
.copy {overflow: hidden;}
.copy_box {margin: 0 auto;}
.copy_top {background: url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220615/20220615122114_920757249.png)no-repeat center top;height: 208px;}
.copy_tit {max-width: 1500px;margin: 0 auto;display:  flex;align-items:  center;height: 100%;}
.copy_tit p {display:flex;flex-direction:column;font-size: 32px;color:  #fff;padding: 4% 0 0;}
.copy_tit p span {font-size:16px;padding: 5% 0 0;font-weight:  lighter;}
.copy_bottom {background:#333;padding:  3% 1%;}
.copy_w {max-width:1500px;margin:0 auto;display:  flex;justify-content:  space-between;align-items:  center;}
.copy_nav {width: 48%;position:  relative;}
.copy_nav>ul {display: flex;justify-content: space-between;width: 100%;}
.copy_nav li {display: flex;flex-direction:  column;position:  relative;}
.copy_nav li>p {font-size: 16px;color: #fff;margin: 0 0 30px 0;}
.copy_nav li>a {font-size: 13px;font-weight: 100;color: rgba(255,255,255,0.7);padding: 0 0 20px 0;transition: 0.5s;}
.copy_nav li>a:hover {color:#068cea;}
.copy_num {display:flex;flex-direction:column;width: 30%;}
.copy_num p {background: url(//memberpic.114my.com.cn/076988889593/uploadfile/image/20220711/20220711180045_1516044824.png)no-repeat right;font-size:  16px;color: #fff;display:  flex;flex-direction:  column;width:  100%;margin: 0 0 14% 0;position:  relative;}
.copy_num p:before {content:'';width:100%;height:1px;position:absolute;bottom: -30px;left:0;background: rgba(255, 255, 255, 0.1);box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);}
.copy_num p>span {font-size: 30px;color: #068cea;font-family:  DIN Medium;font-weight:  bold;padding: 2% 0 0;}
.copy_num em {font-size: 14px;color:  #fff;display:  flex;line-height: 36px;font-family:  Arial;align-items:  center;opacity: 0.5;}
.copy_num em i {font-size: 18px;margin: 0 3% 0 0;}
.copy_foot {background:#000;color: #fff;}
.copy_end {padding: 32px 0;color: rgba(255, 255, 255, 0.5);font-size: 13px;font-weight:  lighter;display:  flex;justify-content:  center;align-items:  center;width: 65%;}
.copy_end a {font-size: 13px;color:  #fff;opacity: 0.5;}
.friendlink {width: 31%;display:  flex;align-items:  center;justify-content:  space-between;}
.friendlink_in {display:flex;justify-content:  space-between;align-items:  center;width: 78%;color:  #999;}
.friend_link_r a {color: #a2a9b5;font-weight: lighter;display: block; margin-right:5px;
width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;text-align: center;
line-height: 70px;}
.friend_link_r a:hover {color: #fff;text-decoration: underline;}
.links_prev,.links_next { cursor:  pointer;    display: none !important;}
.friendlink {}
.linkTagcs ul {margin:0 !important;}
.friendlink p {display: flex;align-items: center;color:  #999;}
.friendlink p i {margin: 0 8px 0 0;}
.linkTagcs .ban_dot {display:none !important;}
.linkTagcs li a {font-size: 12px;}
.linkTagcs {width:95% !important;}