* {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;}
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);
}


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

/*top*/
.top {padding: 0.6% 1%;overflow: hidden;background: #007cff;}
.top_box {max-width: 1600px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.top_name {}
.top_name p {font-size: 14px;color: #fff;}
.top_num {font-size: 16px;display: flex;align-items: center;}
.top_num i {font-size: 17px;color:  #fff;}
.top_num p {display: flex;align-items: center;color:  #fff;font-size: 15px;font-weight:  lighter;padding: 0 0 0 10px;}
.top_num p span {font-family:  DIN Medium;font-size: 22px;font-weight: bold;}

/*head*/
.head {/* overflow: hidden; */padding: 2% 1%;position: relative;z-index: 5;}
.head_box {max-width: 1600px;margin:  0 auto;display:  flex;justify-content:  space-between;}
.head_logo {display: flex;align-items: center;}
.head_logo i {display:  inline-block;}
.head_logo i img {width: 100%;}
.head_logo p {font-size: 25px;font-weight:  bold;color: #007cff;display: flex;flex-direction: column;padding: 0 0 0 20px;/* text-align-last: justify; */border-left:  1px solid #eee;margin: 0 0 0 20px;}
.head_logo p span {font-size: 16px;font-weight:  lighter;color: #999;padding: 4% 0 0;text-align-last:  justify;}
.head_nav {display:  flex;justify-content: space-between;align-items:  center;width: 50%;}
.head_nav ul {display: flex;align-items: center;justify-content:  space-between;width: 100%;}
.head_nav li {position: relative;}
.head_nav li a {font-size: 16px;position: relative;}
.head_nav li>a:before {content:'';width:0;height: 2px;background: #007cff;position:absolute;bottom: -58px;left:0;transition:0.5s;}
.head_nav li>a:after {content:'';width:100%;height: 75px;position:absolute;left: 0;}
.head_nav li:hover a:before,.head_nav>ul>li.cur a:before {width:100%;}

/*xiala*/
.head_qit {position: absolute;top: 150px;left: -45px;width: 150px;background: #fff;opacity: 0;transition: 0.5s all ease;visibility: hidden;display: flex;flex-direction: column;}
.head_qit>a {font-size: 16px;padding: 15%;text-align: center;white-space: nowrap;font-weight: lighter;transition:0.5s;}
.head_nav>ul>li:hover .head_qit {visibility: visible;top: 76px;opacity:1;}
.head_qit>a:hover,.head_qit>div>ul>li:hover>a {background:#007cff;color:#fff;}

/*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: 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: #007cff;}
.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;}

/*search*/
.search {background: #fff;overflow: hidden;padding: 2% 1%;}
.search_box {max-width: 1500px;margin: 0 auto;height: 60px;display:  flex;align-items:  center;justify-content:  space-between;}
.head_s {display: flex;align-items: center;justify-content: center;}
.head_s form {display: flex;justify-content: space-between;align-items: center;width: 100%;/* border-left:  1px solid #ddd; *//* padding: 0 0 0 10%; */}
#search-bg {/* width: 140px; */height: 60px;line-height: 60px;overflow: hidden;box-sizing: border-box;padding: 0 0 0 27px;border-left: 1px solid #ddd;}
#search-i {box-sizing: border-box;position: relative;z-index: 5;margin: 0 22px 0 50px;display: flex;}
#search-i:after {content: '';width: 60px;height: 60px;position: absolute;top: -20px;left: -19px;z-index: -1;background: #007cff;}
#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;padding: 0 0 0 10px;}
.search_con {display: flex;flex-direction: column;align-items: center;width: 68%; padding-top:10px;}
.search-text i {font-size: 28px;color:  #0063de;}


/*about*/
.about {position: relative;}
.about:after {content:'';background: url(//memberpic.114my.com.cn/021823/uploadfile/image/20221026/20221026170433_13664192.jpg)no-repeat right;width: 48%;height: 700px;position: absolute;right:0;top:0;}
.about_box {width:1500px;margin: 0 auto;}
.about_con {display: inline-block;padding-top: 80px;}
.about_con p {font-size: 40px;text-transform: uppercase;font-weight: lighter;color: #eee;line-height: 40px;}
.about_con p b {
    color: #1d429a;
    font-weight: bold;
    color: #007cff;
    }
.about_con em {display: flex;flex-direction: column;font-size: 32px;padding-top: 10px;}
.about_con em span {font-size: 14px;color: #666;line-height: 36px;width: 624px;padding-top: 45px;}
.about_con ul {display: flex;justify-content: space-between;width: 620px;margin-top: 45px;}
.about_con li {width:208px;height: 46px;border:1px solid #ddd;text-align: center;line-height: 46px;transition: 0.2s;}
.about_con li:hover {background: #007cff;transition:0.5s;width:308px;border:none;transition: 0.2s;}
.about_con li:hover a {color:#fff;}
.about_con li a {font-size: 14px;}
.about_num {margin-top: 50px;}
.about_num ul {display: flex;}
.about_num li {width: 270px;height: 172px;background: #007cff;color: #fff;display: flex;flex-direction: column;align-items: center;justify-content: center;z-index: 9;position: relative;border-right: 1px solid rgb(255 255 255 / 10%);}
.about_num li:nth-child(2) {/* background: #116bcb; */}
.about_num li:nth-child(3) {/* background: #2973c1; */}
.about_num li:nth-child(4) {/* background: #0862c1; */}
.about_num li:nth-child(3) em{right:23%;}
.about_num li span {font-size: 48px;font-weight: bold;font-family: "akr";}
.about_num li p {font-size: 16px;padding: 5% 0 0;}
.about_num li em{font-size: 14px;color: #fff;position: absolute;right: 28%;top:55px;}

/*pro*/
.pro {overflow: hidden;padding: 4% 1%;}
.pro_box {max-width: 1500px; margin: 0 auto;}
.pro_tab {display:flex;justify-content: space-between;}
.pro_nav {width:20%;}
.pro_nav>p {font-size: 30px;display: flex;flex-direction: column;align-items: center;color: #fff;font-weight: bold;background: #007cff;padding: 12% 0;}
.pro_nav>p>span {font-size: 12px;text-transform: uppercase;font-family: Arial;padding: 3% 0 0;font-weight: lighter;}
.pro_nav ul {display: flex;align-items: center;flex-direction: column;background: #f5f5f5;padding: 8%;}
.pro_nav li {width: 100%;background: #fff;padding: 9% 0;display: flex;justify-content: center;border-right: 1px solid rgba(255,255,255,0.1);position: relative;z-index: 5;}
.pro_nav li+li {margin: 9% 0 0;}
.pro_nav li:before {content:'\ec6b';font-family: 'iconfont';position: absolute;left: 9%;top: 0;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 22px;}
.pro_nav li.on:before {color:#fff;}
.pro_nav li:after {content:'';width:0;height: 100%;background: #007cff;position: absolute;bottom: 0;left: 0;/* transition: 1s; */z-index: -1;}
.pro_nav li.on:after {width:100%;}
.pro_nav li dl {display:none;}
.pro_nav li a {font-size: 17px;color: #333;}
.pro_nav li.on a {color:#fff;}
.pro_num {display: flex;align-items: center;background: #eee;justify-content: center;padding: 13% 0;flex-direction: column;}
.pro_num a {width: 61%;background: #007cff;color: #fff;padding: 5% 0;border-radius: 40px;display: flex;justify-content: center;align-items: center;font-size: 16px;}
.pro_num i img {width:100%;}
.pro_num p {font-size: 17px;display: flex;flex-direction: column;font-weight: lighter;padding: 0 0 0 15px;align-items: center;padding: 12% 0 0;}
.pro_num p span {font-size: 25px;font-weight: bold;font-family: 'DIN Medium';color: #007cff;padding: 3% 0 0;}
.pro_con {overflow: hidden;width: 78%;}
.pro_roll {display: flex;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.pro_call li {display: flex;flex-direction: column;width: 32.5%;/* margin: 0 0.5%; */}
.pro_call li:nth-child(n+4) {margin: 1% 0 0;}
.pro_call li br {display:none;}
.pro_call li>a {overflow: hidden;}
.pro_call li a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li:hover img {transform:scale(1.1);}
.pro_call li span {width: 100%;display: flex;padding: 5%  5%;background: #f5f5f5;position: relative;z-index: 5;overflow: hidden;}
.pro_call li span:before,.pro_call li span:after {content:'';position: absolute;right: 0;top: 0;width: 33.33%;height: 0;background: #007cff;transition: 0.5s;z-index: -1;display: none;}
.pro_call li span:before {left: 0;}
.pro_call li span:after {right: 0;}
.pro_call li:hover span:before,.pro_call li:hover span:after {height:100%;}
.pro_call li span a {font-size: 18px;font-weight: lighter;position: relative;width: 100%;height: 100%;z-index: 5;transition:0.5s;}
.pro_call li span a:before {content:'\e8a6';font-family: 'iconfont';position: absolute;right: 0;top: 0;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 22px;}
.pro_call li span a:after {content:'';position: absolute;right: 0;bottom: -167%;width: 38.33%;height: 0;background: #007cff;transition: 0.5s;left: 0;margin: 0 auto;z-index: -1;padding: 0;display: none;}
.pro_call li:hover span a:after {height: 435%;}
.pro_call li:hover span a {}
.pro_nav li:last-child {display: none;}


/*appli*/
.appli {padding: 4% 1%;overflow: hidden;background: #eee;}
.appli_box {
    max-width: 1600px;
    margin: 0 auto;
}
.appli_tit {display: flex;flex-direction: column;align-items: center;margin-bottom: 60px;}
.appli_tit p {font-size: 36px;}
.appli_tit span {font-size: 16px;font-weight: lighter;padding: 1% 0 0;}
/*.appli_con {margin: 3% 0;}
.appli_call {}
.appli_call ul {display: flex;flex-wrap: wrap;}
.appli_call li {display: flex;flex-direction: column;width: 33.33%;position: relative;z-index:5;overflow:hidden;}
.appli_call li:before {content:'';width:100%;height:100%;background: #007cff;position:absolute;top:0;left:0;z-index: 1;transition: 0.5s;opacity: 0;}
.appli_call li:hover:before {opacity:0.5;}
.appli_call li>a {overflow: hidden;position: relative;}
.appli_call li>a:before, .appli_call li>a:after {content:'';width:100%;height:1px;background:#fff;position:absolute;left:0;z-index:5;transition: 0.5s;transform: scaleX(0);}
.appli_call li a:before {top: 35px;}
.appli_call li a:after {bottom: 35px;}
.appli_call li:hover a:before,.appli_call li:hover a:after {transform:scale(1);}
.appli_call li a img {width: 100%;height: auto;}
.appli_call li p {width: 100%;position: absolute;z-index: 5;height: 100%;opacity: 0;transition:0.5s;}
.appli_call li:hover p {opacity:1;}
.appli_call li p>a {font-size: 22px;color: #fff;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.appli_call li p>a:before, .appli_call li p>a:after {content:'';width: 1px;height: 100%;background:#fff;position:absolute;z-index:5;top: 0;transform:scaleY(0);transition:0.5s;}
.appli_call li p>a:before {left: 35px;}
.appli_call li p>a:after {right: 35px;}
.appli_call li:hover p>a:before,.appli_call li:hover p>a:after {transform:scaleY(1);}
.appli_nav {background: #007cff;}
.appli_nav ul {display: flex;justify-content: space-between;align-items: center;max-width: 1500px;margin: 0 auto;}
.appli_nav li {width: 13%;position: relative;z-index: 5;border-right: 1px solid rgba(255,255,255,0.1);padding: 3% 0;}
.appli_nav li:first-child {border-left: 1px solid rgba(255,255,255,0.1);}
.appli_nav li:before {content:'';width: 100%;height: 0;background: #ff0000;position: absolute;bottom: 0;left: 0;z-index: -1;transition:0.5s;}
.appli_nav li:hover:before {height:100%;}
.appli_nav li a {display: flex;flex-direction: column;align-items: center;color: #fff;}
.appli_nav li a i {font-size: 30px;}
.appli_nav li a span {font-size: 18px;padding: 9% 0 0;font-weight: lighter;}*/

.appli_con {margin: 3% 0 0;}
.appli_nav {background:  #fff;box-shadow:   0  0 20px #ddd;}
.appli_nav ul {display: flex;justify-content: space-between;}
.appli_nav li {width: 20%;padding: 2% 0;position: relative;}
.appli_nav li:before {content:'';width:0;height: 3px;background: #007cff;position:absolute;bottom:0;left:0;transition:0.5s;}
.appli_nav li.on:before {width:100%;}
.appli_nav li p {display: flex;flex-direction: column;align-items: center;font-size: 18px;font-weight:  lighter;}
.appli_nav li p span {font-size: 12px;font-family: Arial;color:  #999;font-weight:  lighter;padding: 3% 0 0;}
.appli_call {margin: 3% 0 0;overflow: hidden;}
.appli_call .divdgweb_new_div {display: flex;transition: 0.5s;}
.appli_call .divdgweb_new_div_item {display: flex;justify-content: space-between;width: 100%;flex-shrink: 0;flex-direction: row-reverse;}
.appli_call .divdgweb_new_div_item_date {display:none;}
.appli_call .divdgweb_new_div_item_content {width: 50%;padding: 3%;background: #fff;}
.appli_call .divdgweb_new_div_item_content>a {font-size: 15px;font-weight: lighter;width: 28%;background: #007cff;color: #fff;padding: 3% 0;display: flex;justify-content: center;align-items: center;letter-spacing: 1px;margin: 10% 0 0;}
.appli_call .divdgweb_new_div_item_title {position: relative;}
.appli_call .divdgweb_new_div_item_title:before {content:'';width:10%;height:2px;background: #036eb8;position:absolute;bottom: -32px;left: 0;}
.appli_call .divdgweb_new_div_item_title a {font-size: 28px;font-weight: bold;}
.appli_call .divdgweb_new_div_item_body {font-size: 16px;color: #999;line-height: 36px;margin: 12% 0 0;font-weight: lighter;}
.appli_call .news_div_item_pic {width: 50%;}
.appli_call .news_div_item_pic img {width:100%;height: auto;}
.divdgweb_new_div_item_body p {font-size:16px;line-height: 30px;}
.divdgweb_new_div_item_body p+p {margin:3% 0 0;}


/**/
.sc {max-width: fit-content;min-width: 1000px;margin: 0 auto;width: 100%;padding: 0 1%;}
.appli_tit.a {margin-top: 60px;}
.qyxx_gd {margin: 0 auto;height: auto;padding-top: 0px;margin-bottom: 4%;max-width: 1500px;}
.cp table a { font-size: 16px; color: #fff; font-weight: lighter; line-height: 50px; }
.cp td { padding-left: 20px !important; }
.cp tr td { position: relative; }
.cp tr td>div { height: 50px; width: 409px; background: rgba(0,0,0,0.7); font-size: 18px; color: #fff; padding-top: 0px !important; position: absolute; bottom: 0px; left: auto; }
.cp tr td:nth-child(1)>div { bottom: 0px; left: auto; }
.cp tr td:hover>div { background: #007cff; transition: all .3s ease; }
.jj_bg { width: 100%; height: 470px; background: url(//memberpic.114my.com.cn/msdzyq/uploadfile/image/20220718/20220718195953_654992938.jpg) center no-repeat; margin-top: 50px; }
.jj_bg img { box-shadow: rgba(0, 0, 0, 0.4) 0px 35px 28px -23px; }
.jj_w { width: 47% !important }
.jj_bg strong { font-size: 54px; color: #007cff; display: block; font-weight: bold; }
.jj_bg strong font { color: #ea5b33; }
.jj_bg span { font-size: 30px; display: block; }
.jj_bg p { font-size: 18px; line-height: 36px; display: block; margin-top: 30px; }
.jj_bg a { width: 250px; height: 60px; display: block; background-color: #007cff; font-size: 22px; color: #FFF; text-align: center; line-height: 60px; margin-top: 30px; border-radius: 100px; font-weight: 300; }
.jj_bg a:hover { background-color: #ea5b33; }
.num_c { margin-top: 60px; }
.num_c ul { display: flex; }
.num_c li { width: calc(100%/4); border-left: 1px solid rgba(51,51,51,0.3); }
.num_c li p b { font-size: 63px; font-family: "Arial"; color: #333; font-weight: bold; }
.num_c li p i { position: absolute; right: -50px; bottom: 22px; width: 40px; height: 40px; background: #007cff; border-radius: 100%; color: #fff; text-align: center; line-height: 40px; font-size: 20px; }
.num_c li p { position: relative; display: inline-block; padding-left: 80px; }
.num_c li em { font-size: 27px; color: #444; margin-top: 0px; display: block; font-weight: 300; padding-left: 80px; }
.num_c li:last-child { border-right: 1px solid rgba(51,51,51,0.1); }
.num_c li span { font-size: 18px; color: #c8c8c8; font-family: "Arial"; padding-left: 80px; }



/*adva*/
.adva {padding: 80px 0;overflow: hidden;    background: #f0f0f0;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;justify-content:  center;align-items:  center;flex-direction:  column;position:  relative;z-index: 5;}
.adva_tit p {font-size: 36px;line-height: 92px;position:  relative;z-index: 5;display:  flex;justify-content:  center;align-items:  center;font-weight:  bold;}
.adva_tit p span {font-size: 68px;line-height: 92px;color: #ddd;font-family: Arial;text-transform: uppercase;font-weight: bolder;letter-spacing: 2px;position:  absolute;top: 0;z-index: -1;left: -3%;}
.adva_tit em {font-size:  18px;line-height:  20px;padding-top: 0;}
.adva_tab {display: flex;justify-content: space-between;margin-top: 60px;width: 100%;position:  relative;padding-bottom: 8%;background: url(//memberpic.114my.com.cn/024318/uploadfile/image/20211025/20211025102027_725235189.jpg) no-repeat bottom right;}
.adva_nav {width: 16%;overflow: hidden;}
.adva_nav ul {}
.adva_nav li {display: flex;flex-direction: column;align-items: center;justify-content: center;color: #fff;background: #007cff;border-bottom: 1px solid rgba(255,255,255,0.3);padding: 50px;}
.adva_nav li i {font-size: 30px;line-height: 30px;}
.adva_nav li p {font-size: 24px;line-height: 24px;padding-top: 16px;}
.adva_con {width: 84%;}
.adva_big {width: 100%;position:  relative;transition: 0.5s;}
.adva_big+.adva_big {display: none;}
.adva_pic {}
.adva_pic img {width:100%;height:  auto;}
.adva_txt {width: 652px;background:  #fff;position:  absolute;bottom:  -22%;left: 0;padding: 50px;box-shadow:  0 0 20px #ddd;display:  flex;flex-direction:  column;}
.adva_txt p {display: flex;flex-direction: column;}
.adva_txt p b {font-size: 27px;line-height: 40px;font-weight: normal;}
.adva_txt p b i {font-size: 40px;color: #007cff;font-weight:  bold;line-height:  40px;display:  inline-block;}
.adva_txt p span {font-size: 12px;font-family: Arial;color: #ccc;text-transform: uppercase;font-weight:  lighter;line-height:  14px;padding-top: 8px;}
.adva_txt em {font-size:  15px;line-height: 30px;font-weight:  lighter; padding-top: 19px;}
.adva_txt em+em {padding-top:0;}
.adva_txt a {width: 160px;height: 40px;border: 2px solid #007cff;border-radius: 15px 0 15px 0;font-size:  18px;display:  flex;justify-content:  center;align-items:  center;color: #007cff;margin-top: 25px;}

/*cer*/
.cer {padding: 4% 0;overflow: hidden;position: relative;;z-index: 5;;}
.cer_box {max-width: 1500px; margin: 0 auto;}
.cer_tit {display: flex;flex-direction: column;align-items: center;}
.cer_tit span {font-size: 18px;color:  #007cff;text-transform:  uppercase;font-family:  Arial;}
.cer_tit b {font-size: 36px;padding: 1% 0 0;}
.cer_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.cer_con {margin: 3% 0 0;position: relative;}
.cer_call {}
.cer_call ul {margin: 0 !important;}
.cer_call li {display: flex !important;flex-direction: column;align-items: center;margin: 0 0.1%;position: relative;/* z-index: 5; */overflow: hidden;}
.cer_call li:after {content:'';width:100%;height:100%;background: rgba(0,0,0,0.5);position:absolute;top:0;left:0;z-index: 1;opacity: 0;transition:0.5s;}
.cer_call li:hover:after {opacity:1;}
.cer_call li a {overflow: hidden;position: relative;}
.cer_call li>a:before {content:'\eb08';width: 50px;height: 50px;background: #007cff;position:absolute;top: 6%;right: -14%;font-family: 'iconfont';display: flex;justify-content: center;align-items: center;font-size: 24px;color: #fff;z-index: 6;transition: 0.5s;}
.cer_call li:hover>a:before {right:6%;}
.cer_call li a img {width: 100%;height: 500px;transition: 0.5s;}
.cer_call li:hover img {transform: scale(1.1);}
.cer_call li p {/* width: 100%; */position: absolute;bottom: 5%;left: 0;transition:0.5s;opacity:0;z-index: 5;}
.cer_call li:hover p {left:10%;opacity:1;}
.cer_call li p a {font-size: 18px;color: #fff;position: relative;z-index: 6;}
.cer_call li p a:before {content:'';width: 32px;height:1px;background: #ff0000;position:absolute;top: -20px;left:0;z-index: 6;}
.cer_call li p a:after {content:"";}
.cer_more {width: 100px;display: flex;justify-content: center;align-items: center;}
.cer_more 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:#0082eb;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: #0082eb;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;}

/*num*/
.num {padding: 2% 1%;overflow: hidden;/*background: url(//memberpic.114my.com.cn/021823/uploadfile/image/20221021/20221021180325_549001161.jpg)no-repeat center fixed;*/position: relative;z-index: 5;background: #fff;}
/*.num:before {content:"";width:100%;height:100%;background: rgba(0,61,124,0.6);position:absolute;top:0;left:0;z-index:-1;}*/
.num_box {max-width: 1500px;margin: 0 auto;}
.num_con {}
.num_con ul {display: flex;justify-content: space-between;align-items: center;}
.num_con li {display: flex;align-items: center;width: 25%;justify-content:  center; border-left: 1px solid #eee; padding: 40px 0;}
.num_con li:first-child {border-left:none;}
.num_con li i {width: 70px;height: 70px;border-radius: 50%;background:#007cff;position: relative;display:  flex;justify-content:  center;align-items:  center;z-index: 5;font-size: 30px;color:  #fff;transition:0.5s; display:none;}
.num_con li:hover i {color:#007cff;}
.num_con li i:before {content:'';width:100%;height:100%;position:absolute;top:0;left:0;background:#fff;border-radius: 50%;z-index: -1;transform: translateX(100%);transition: 0.5s;opacity: 0;}
.num_con li:hover i:before {transform:translateX(0);opacity:1;}
.num_con li i:after {content:'';width: 100%;height: 100%;border-radius: 50%;border: 6px solid rgba(255, 255, 255, 0.2);position: absolute;top:0;left: 0;z-index: -1;transform: translate(-7%,-7%) scale(1.2);}
.num_con li p b {font-size: 50px;padding: 0 0 16px 0;font-family:  DIN Medium;}
.num_con li p {font-size: 22px;color:  #333;display:  flex;flex-direction:  column;align-items:  center;/*padding: 0 0 0 36px;*/}
.num_con li p b span {font-size: 15px; width: 25px; height: 25px; background:#007cff; display: inline-block; border-radius: 50%; text-align: center;
    line-height: 25px; color: #fff;margin-left: 8px; font-weight: 100;}




/*news*/
.news {padding: 4% 1%;overflow: hidden; background: #f8f8f8;}
.news_box {max-width: 96%;margin: 0 auto;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit span {font-size: 18px;color:  #007cff;text-transform:  uppercase;font-family:  Arial;}
.news_tit b {font-size: 36px;padding: 1% 0 0;}
.news_tit p {font-size: 16px;padding: 1% 0 0;font-weight: lighter;color: #999;}
.news_nav {width: 40%;margin: 4% auto 0;}
.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: 1.5% 25px;border-radius: 40px;position: relative;overflow: hidden;z-index: 5;box-shadow: 0px 0px 20px #ddd;}
.news_nav li:before {content:'';width:0;height:100%;background: #007cff;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;}
.news_nav li a {font-size: 18px;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%;}
.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 #eee;}
.news_list .news_div_item_date{position: absolute;bottom: 170px;display: block;left: 19px;height: 22px;font-size: 13px;color: #666;}
.news_list .news_div_item_date::before{content:'';}
.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: 13px;line-height: 22px;color: #666;}
.news_list .news_div_item_title{}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 40px;position:relative;transition:0.3s;font-weight: 100;padding-top: 18px;}
.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;}
.news_list .news_div_item_a::after{position:absolute;font-size: 18px;width: 18px;height: 14px;left: 29px;transition:0.5s;font-family: 'iconfont';content: "\eb94";color: #666;bottom: -160px;}
.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: #007cff;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background:#007cff;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;}

/*link*/
.linkTagcs {width: 100%!important;padding-top: 6px;}
.gy{max-width: 1500px;margin: 0 auto;width: 100%;}
.link_c{display: flex;height: 86px;align-items: center;position: relative;}
.link_c:after {position: absolute;content: "";width: 100%; height: 1px; background: rgba(255,255,255,0.05); right: 0;bottom: 0;}
.link_tit{display: flex;position: relative;padding-right: 25px;align-items: center;}
.link_tit>span{font-size: 40px;color: #fff;margin-right: 12px;}
.link_tit>p>span{display: block;font-size: 25px;color: #fff;font-weight: bold;}
.link_tit>p>i{font-size: 14px;color: #fff;letter-spacing: 4px;}
.linkTagcs ul{height: 100%; display: flex;align-items: center;flex-wrap: wrap;}
.links_m {height: 100%;  display: flex;align-items: center;}
.linkTagcs li a {color: rgba(255,255,255,0.26)!important;font-size:14px;}
.linkTagcs li{line-height:22px!important;}


/*copy*/
.copy {width: 100%;background: #333;overflow: hidden;padding-bottom: 163px;position: relative;z-index: 2;margin:   0 auto;padding: 0 1%;}
.copy_pic {height: 160px;overflow: hidden;}
.copy_pic li {width:  160px; height: 160px; overflow: hidden;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;width:160px;height: 160px; display: inline-block;padding: 9px;}
.copy_pic li i img{width:100%;}
.copy_str {margin-top: 15px;}
.copy_str li {width: 36px;height: 36px;border-radius: 100%; transition: 0.5s;position: relative;border: 1px solid rgba(255,255,255,0.15);display: flex;
justify-content: center; align-items: center;cursor: pointer;}
.copy_str li.on{background: #007cff;border:none;}
.copy_str ul { display: flex;justify-content: center;}
.copy_str li i {font-size: 20px;color: #fff;position: relative;z-index: 99;}
.copy_str li+li {margin-left:18px;}
.copy_txt {font-size: 16px;color: #ffffff;line-height: 20px;float: left;padding: 16px 0 0 64px;}
.copy_txt b {font-family: Roboto;font-size: 30px;line-height: 32px;display: block;padding: 15px 0;}
.copy_txt a {font-size: 14px;line-height: 35px;color: #ffffff;width: 125px;height: 35px;background:url(//memberpic.114my.com.cn/dgqjwj11/uploadfile/image/20210119/20210119152834_1665765722.png)no-repeat #00277a 20px 9px;display: inline-block;border-radius: 10px;text-align: center;padding-left: 30px;}
.copy_con {width:41%;/* padding-top: 70px; */}
.copy_pho{}
.copy_con ul {display: flex;justify-content:space-between;width: 100%;}
.copy_con li p {font-size: 18px;color: #ffffff;line-height: 20px;margin-bottom: 20px;font-weight: bold;}
.copy_con li a {font-size: 14px;color:rgba(255, 255, 255, 0.47);line-height: 30px; display: flex;}
.copy_con li a:hover  {color:#fff;}
.copy_c {display: flex;justify-content: space-between;align-items:  center;padding: 3% 0;}
.zh_b{font-size: 20px!important;color: #fff;font-weight: normal;}


/*foor*/
.foor {width:100%;background: #141414;padding: 0 4%;}
.foor_name {display: flex;justify-content: space-between;height: 97px;align-items: center;}
.foor_name>div:nth-child(1) {padding-left: 7px;}
.foor_name>div{font-size: 14px;color: #fff;text-align: center;}
.foor_name a {color: #fff;transition: all 0.3s linear;font-size: 14px;}
.foor_name a:hover  {color:#fff;transition: all 0.3s linear;}
.copy_pho b{display: block;font-size: 22px;color: #fff;}
.copy_pho div{font-size: 16px;color: #fff;line-height: 36px;margin-top: 25px;}