* {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 3728706 */
  src: url('//at.alicdn.com/t/c/font_3728706_n8iwdmqnolc.woff2?t=1666689847101') format('woff2'),
       url('//at.alicdn.com/t/c/font_3728706_n8iwdmqnolc.woff?t=1666689847101') format('woff'),
       url('//at.alicdn.com/t/c/font_3728706_n8iwdmqnolc.ttf?t=1666689847101') format('truetype');
}

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

/*head*/
.head {/* overflow: hidden; */padding: 1% 1%;position: relative;z-index: 5;}
.head_box {max-width: 1800px;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: #1286db;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: -41px;left:0;transition:0.5s;}
.head_nav li>a:after {content:'';width:100%;height: 60px;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: 57px;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;}

/*mol*/
.mol {padding: 4% 1%;overflow: hidden;}
.mol_box {max-width: 1500px;margin: 0 auto;}
.mol_tit {display: flex;flex-direction: column;align-items: center;}
.mol_tit b {font-size: 36px;}
.mol_tit b span {color:#1286db;}
.mol_tit p {font-size: 16px;color: #999;padding: 1% 0 0;}
.mol_con {margin: 3% 0 0;display: flex;justify-content: space-between;align-items:  center;}
.mol_pic {width: 45%;display: flex;flex-direction: column;}
.mol_pic i {overflow: hidden;}
.mol_pic i img {width: 100%;height: auto;transition: 0.5s;}
.mol_txt {width: 52%;}
.mol_txt ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
.mol_txt li {display: flex;align-items: center;width: 47%;}
.mol_txt li i {font-size: 30px;width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;border-radius: 50%;border: 1px solid #eee;}
.mol_txt li:nth-child(n+3) {margin: 6% 0 0;}
.mol_txt li p {font-size: 24px;display: flex;flex-direction: column;padding: 0 0 0 16px;width: 80%;}
.mol_txt li p span {font-size: 15px;color: #999;font-weight: lighter;padding: 2% 0 0;line-height: 27px;}
.mol_sub {margin: 6% 0 0;display:  flex;flex-direction:  column;position:  relative;z-index: 5;padding: 5% 0;}
.mol_sub:before {content:'';width: 120%;height:100%;background: #1286db;position:absolute;top:0;left: -20%;z-index: -1;}
.mol_sub p {font-size: 28px;display: flex;flex-direction: column;position:  relative;z-index: 5;color:  #fff;}
.mol_sub p:before {content:'';width:10%;height: 3px;background: #fff;position:absolute;bottom: -50%;left:0;z-index:-1;border-radius:  10px 0 0 10px;}
.mol_sub p:after {content:'';width: 5px;height: 5px;background: #fff;position:absolute;bottom: -52%;left: 11%;z-index:-1;border-radius:  50%;}
.mol_sub p span {font-size: 14px;font-family: Arial;color: #fff;padding: 1% 0 0;opacity: 0.5;text-transform:  uppercase;}
.mol_sub em {font-size: 18px;padding: 7% 0 0;color:  #fff;opacity: 0.8;letter-spacing:  1px;}

/*pro*/
.pro {overflow: hidden;padding: 4% 1%;background: #f5f5f5;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;}
.pro_tit b {font-size: 36px;}
.pro_tit b span {color:#1286db;}
.pro_tit p {font-size: 16px;color: #999;padding: 1% 0 0;}
.pro_tab {display: flex;justify-content: space-between;margin: 3% 0 0;}
.pro_nav {width: 20%;}
.pro_nav>p {font-size: 24px;display: flex;flex-direction: column;background: #1286db;color: #fff;padding: 12%;}
.pro_nav>p>span {font-size: 13px;text-transform: uppercase;padding: 6% 0 0;font-family: Arial;}
.pro_nav ul {display: flex;align-items: center;flex-direction: column;}
.pro_nav li {width: 100%;background: #fff;padding: 10% 0;display: flex;justify-content: center;border-right: 1px solid rgba(255,255,255,0.1);position: relative;}
.pro_nav li:before {content:'\e600';font-family: 'iconfont';position: absolute;left: 10%;top: 0;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 24px;}
.pro_nav li:after {content:'';width:0;height: 4px;background: #1286db;position: absolute;bottom: 0;left: 0;transition: 1s;}
.pro_nav li.on:after {width:100%;}
.pro_nav li dl {display:none;}
.pro_nav li a {font-size: 16px;padding: 0 0 0 20%;}
.pro_con {padding: 0 0.5%;width: 79%;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call ul {display: flex;flex-wrap: wrap;}
.pro_call li {display: flex;flex-direction: column;width: 24%;margin: 0 0.5%;}
.pro_call li:nth-child(n+5) {margin: 1% 0.5% 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: 7.4%  5%;background: #fff;position: relative;z-index: 5;overflow: hidden;transition: 0.5s;}
.pro_call li span:before {content:'';position: absolute;right: 0;top: 0;width: 0;height: 100%;background: #1286db;transition: 0.5s;z-index: -1;}
.pro_call li span:before {left: 0;}
.pro_call li span:after {right: 0;}
.pro_call li:hover span:before {width:100%;}
.pro_call li span a {font-size: 15px;font-weight: lighter;position: relative;width: 80%;height: 100%;z-index: 5;transition:0.5s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro_call li span:after {content:'\e8a6';font-family: 'iconfont';position: absolute;right: 4%;top: 0;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 20px;transition: 0.5s;}
.pro_call li span a:after {content:'';position: absolute;right: 0;bottom: -125%;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:after {color:#fff;}
.pro_call li:hover span a {color:#fff;}

/*char*/
.char {padding: 4% 1%;overflow: hidden;}
.char_box {max-width: 1500px;margin: 0 auto;}
.char_tit {display: flex;flex-direction: column;align-items: center;}
.char_tit b {font-size: 36px;}
.char_tit b span {color:#1286db;}
.char_tit p {font-size: 16px;color: #999;padding: 1% 0 0;}
.char_con {margin: 3% 0 0;}
.char_con ul {display: flex;justify-content: space-between;}
.char_con li {display: flex;flex-direction: column;align-items:  center;padding: 5%;box-shadow: 5px 5px 25px #eee;width: 25%;position:  relative;z-index:5;}
.char_con li:before {content:'';width:0;height:100%;background: #1286db;position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.char_con li:hover:before {width:100%;}
.char_con li i {overflow: hidden;border-radius:  50%;width: 80%;}
.char_con li i img {width: 100%;height: auto;}
.char_con li p {font-size: 22px;padding: 13% 0 0;display:  flex;flex-direction:  column;align-items:  center;transition:  0.5s;}
.char_con li p span {font-size: 16px;padding: 12px 0 0;color: #666;}
.char_con li em {font-size: 15px;line-height: 28px;padding: 9% 0 0;font-weight:  lighter;text-align:  center;color:  #999;}
.char_con li:hover,.char_con li:hover span,.char_con li:hover em {color:#fff;}

/*adva*/
.adva {padding: 4% 1%;overflow: hidden;background: url(//memberpic.114my.com.cn/0348391/uploadfile/image/20221026/20221026095748_184194312.jpg)no-repeat center;;;;;;;;;;;;;;position: relative;;;;z-index: 5;;}
.adva:before {content:'';width:100%;height:100%;background: rgba(221,221,221,0.9);position:absolute;top:0;left:0;z-index:-1;}
.adva_box {max-width: 1500px;margin: 0 auto;}
.adva_tit {display: flex;flex-direction: column;align-items: center;}
.adva_tit b {font-size: 36px;}
.adva_tit b span {color:#1286db;}
.adva_tit p {font-size: 16px;color: #999;padding: 1% 0 0;}
.adva_tab {margin: 4% 0 0;}
.adva_nav {}
.adva_nav ul {display: flex;justify-content: space-between;align-items: center;}
.adva_nav li {width: 24%;display: flex;align-items: center;justify-content:  center;position:  relative;z-index:5;padding: 2% 0;background:  #fff;}
.adva_nav li:before {content:'';width:0;height:2px;background:#1286db;position:absolute;bottom:0;left:0;z-index:-1;transition:0.5s;}
.adva_nav li.on:before {width:100%;}
.adva_nav li i {border-radius: 50%;display:  flex;justify-content:  center;align-items:  center;font-size: 50px;color: #1286db;}
.adva_nav li p {display: flex;flex-direction: column;align-items: center;font-size: 25px;padding: 0 0 0 20px;}
.adva_nav li p span {font-size: 15px;font-family: Arial;padding: 8% 0 0;color:  #999;}
.adva_con {margin: 4% 0 0;overflow: hidden;}
.adva_roll {display: flex;transition: 0.5s;}
.adva_call {width: 100%;flex-shrink: 0;display: flex;justify-content: space-between;align-items: center;background: #fff;}
.adva_txt {width: 46%;display:  flex;flex-direction:  column;padding: 4%;}
.adva_txt p {display: flex;align-items: center;}
.adva_txt p i {width: 60px;height: 60px;border-radius: 50%;background: #1286db;display:  flex;justify-content:  center;align-items:  center;font-size: 26px;font-family:  Arial;color:  #fff;}
.adva_txt p b {display: flex;flex-direction: column;font-size: 32px;padding: 0 0 0 13px;}
.adva_txt p b>span {font-size: 18px;padding: 6% 0 0;font-weight:  lighter;color:  #666;}
.adva_txt em {display: flex;flex-direction: column;padding: 7% 0 0;}
.adva_txt em>span {font-size: 16px;line-height: 30px;color: #666;font-weight: lighter;}
.adva_txt em>span+span {margin: 3% 0 0;}
.adva_txt a {font-size:16px;width: 25%;padding: 2% 0;background: #1286db;color:  #fff;border-radius: 40px;margin: 8% 0 0;text-align:  center;transition:0.5s;}
.adva_txt a:hover {width:30%;}
.adva_pic {width: 50%;display: flex;}
.adva_pic i {overflow: hidden;}
.adva_pic i img {width: 100%;height: auto;}

/*appli*/
.appli {padding: 4% 0;overflow: hidden;}
.appli_box {max-width: 1500px;margin: 0 auto;}
.appli_tit {display: flex;flex-direction: column;align-items: center;}
.appli_tit b {font-size: 36px;}
.appli_tit b span {color:#1286db;}
.appli_tit p {font-size: 16px;color: #999;padding: 1% 0 0;}
.appli_con {margin: 3% 0 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: #1286db;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;}

/*pic*/
.pic {padding: 4% 1% 0;overflow: hidden;}
.pic_box {max-width: 1700px;margin: 0 auto;}
.pic_tit {display: flex;justify-content: center;}
.pic_tit p {display: flex;flex-direction: column;font-size: 30px;align-items: center;}
.pic_tit p span {font-family: Arial;text-transform: uppercase;font-size: 18px; padding: 8% 0 0;color: #999;}
.pic_con {position: relative;padding: 0 6%;}
.pic_call {}
.pic_call ul {margin-bottom: 0 !important;}
.pic_call li {overflow: hidden;position: relative;margin: 0 0.1%;z-index: 5;}
.pic_call li a {overflow:hidden;position: relative;display: inline-block;}
.pic_call li a img {width:100%;height:auto;transition: 0.5s;}
.pic_call li:hover img {transform:scale(1.1);}
.pic_call li p {width: 100%;text-align: center;background: #f5f5f5;padding: 5% 0;position: relative;}
.pic_call li p:before {content:'';width: 100%;height: 0;background: #1286db;position:absolute;bottom: 0;left:0;transition:0.5s;}
.pic_call li:hover p:before {height:100%;}
.pic_call li:hover a {color:#fff;}
.pic_call li p a {font-size: 18px;font-weight: lighter;}
.pic_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;}
.pic_btn i:hover  {background:#0082eb;color:#fff;border:none;}
.pic_btn>i {width: 50px;height: 80px;cursor: pointer;font-size: 28px;display: flex !important;justify-content: center;align-items: center;top: 36%;border-radius: 5px;transition: 0.5s;position: absolute;background: #edf2f5;font-weight: bold;color: #0082eb;margin: 0 12px;letter-spacing: 10px;}
.pic_btn>i:first-child {left: 0;transform: rotate(180deg);}
.pic_btn>i:last-child {right: 0;}
.ban_dot {display:none !important;}

/*num*/
.num {padding: 5% 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;}
.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;}
.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;}
.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: 32px;padding: 0 0 16px 0;font-family:  DIN Medium;}
.num_con li p {font-size: 16px;color:  #fff;display:  flex;flex-direction:  column;align-items:  center;padding: 0 0 0 36px;}

/*about*/
.about_int {}
.about {padding: 4% 1% 8%;position:  relative;z-index: 5;background: url(//memberpic.114my.com.cn/0348391/uploadfile/image/20221022/20221022174143_281043149.jpg)no-repeat center top;}
.about:before {content:'';width:100%;height: 100%;position:absolute;background: rgba(0,0,0,0.5);top:0;left:0;z-index:-1;}
.about_box {max-width: 1500px;margin: 0 auto;}
.about_tab {display: flex;justify-content: space-between;align-items: center;}
.about_pic {width: 45%;display: flex;flex-direction: column;}
.about_pic i {overflow: hidden;border-radius: 10px;}
.about_pic i img {width: 100%;height: auto;}
.about_txt {width: 100%;display: flex;flex-direction: column;color:  #fff;}
.about_txt i {font-size: 18px;text-transform:  uppercase;font-family:  Arial;position:  relative;}
.about_txt i:before {content:'';width: 12%;height:1px;background:#ddd;position:absolute;top:0;bottom:  0;margin: auto;left: 20%;}
.about_txt p {display: flex;flex-direction: column;font-size: 38px;padding: 4% 0 0;align-items: center;}
.about_txt p>span {font-size: 18px;padding: 2% 0 0;font-weight:  normal;letter-spacing: 1px;}
.about_txt em {font-size: 16px;font-weight:  lighter;line-height: 38px;padding: 3% 6% 0;text-align: center;}
.about_txt ul {display:flex;justify-content:  space-between;margin: 4% auto 0;width: 60%;}
.about_txt li {width:24%;background: #1286db;display:  flex;justify-content:  center;padding: 2% 0;position: relative;z-index:5;}
.about_txt li:before {content:'';width: 0;height:100%;background:#ff0000;position:absolute;top:0;left:0;z-index:-1;transition:0.5s;}
.about_txt li:hover:before {width:100%;}
.about_txt li a {font-size:16px;color:#fff;}


/*news*/
.cate_c ul li i img+img{ display: none;}
.cate_c ul li.on i img+img{display: block;}
.cate_c ul li.on i img{display: none;}
.bt{position:relative;margin-bottom:40px;padding-top:84px;text-align:center;}
.bt em{display:block;color:rgba(51,51,51,.07);text-transform:uppercase;font-size:72px;font-family:Impact;}
.bt b{display:block;margin-top:-50px;margin-bottom:14px;font-weight:bold;font-size:42px;}
.bt p{color:#666;font-size:18px;}
.news_bc{padding: 4% 1%;overflow: hidden;}
.news_c{overflow:hidden;max-width:  1500px;margin:  0 auto;}
.news_cc{display:flex;padding:55px 0 0;transition:all .5s;}
.news_wz .news_div_item{position:relative;display:flex!important;width:calc(25% - 15px);flex-direction:column-reverse;flex-shrink:0;}
.news_wz .news_div_item_pic img{width:100%;height:auto;}
.news_cc .news_div+.news_div{display:none;}
.news_wz .news_div{display:flex;}
.news_wz .news_div_item .news_div_item_date{position:absolute;top: 4%;left:26px;z-index:2;display:flex;width:102px;height:30px;border-radius: 5px;background: #1286db;color:#fff;font-weight:700;font-size:14px;line-height:32px;transition:all .5s;justify-content:center;align-items:center;font-family: Arial;}
.news_wz .news_div_item_pic{border: 1px solid #f3f1f1;}
.news_wz .news_div_item .news_div_item_date *{color:#fff;}
.news_wz .news_div_item:hover .news_div_item_date{background:#0067bb;}
.news_div_item_day{}
.news_wz .news_div_item .news_div_item_title a{position:relative;display:block;margin-top:40px;padding-left:25px;color:#333;font-size:16px;}
.news_wz .news_div_item .news_div_item_body{padding-top:14px;color:#666;font-size:14px;line-height:28px;}
.news_wz .news_div_item .news_div_item_title a:after{position:absolute;top:0;left:0;content:""; width: 17px;height: 20px;background: url(//memberpic.114my.com.cn/heshengda/uploadfile/image/20220727/20220727195253_926099090.png)left no-repeat;}
.news_wz button{display:none!important;}
.news_wz .news_div_item .news_div_item_content{padding:0 25px 40px;background: #f9f9f9;}
.news_wz{width:100%;flex-shrink:0;}
.news_wz .news_div_item+.news_div_item{margin-left:20px;}
.news_wz .news_div_item .news_div_item_pic a{position:relative;display:block;overflow: hidden;}
.news_wz .news_div_item .news_div_item_pic img{width:100%;transition:all .4s;transform:scale(1);}
.news_wz .news_div_item:hover .news_div_item_pic img{transition:.4s;transform:scale(1.1);}
.cate_c ul{display:flex;}
.cate_c ul li+li{margin-left:40px;}
.cate_c ul li a{display:flex;width:100px;height:18px;font-size:18px;align-items:center;justify-content:space-between;}
.cate_c ul li a i{font-size:20px;}
.cate_c ul li:nth-child(2)a i{font-size:16px;}
.cate_c ul li:nth-child(2)a i{font-size:17px;}
.cate_c ul li.on *{color:#0067bb;}
.cate_c ul li.on a{font-weight:700;}
.cate_c1 ul li:hover:last-child a{background:#0067bb;}
.news_tc{display:flex;justify-content:space-between;align-items:center;}
.bt2{margin-bottom:0;padding-top:0;text-align:left;}
.bt2 em{color:#f2f2f2;}
.bt2 span{color:#0067bb;}


/*link*/
.links{width:100%;overflow:hidden; background:#fff;border-top: 1px solid #eee;padding: 1% 1%;}
.link_box {max-width:1500px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;}
.fl {}
.linkTagcs {width:100% !important;}
.linkTagcs li {line-height:36px !important;padding: 0 1% !important;}
.links p{float:left; font-size:18px;font-weight: 100;white-space: nowrap;}
#link_bg{width:1250px; line-height:30px; float:left; overflow:hidden; font-size:15px; font-weight:100; color: #999;}

#link_bg a{font-size:15px;}
.linkTagcs li a{font-size:15px;}

/*copyright*/
.copyright{/* background:url(//memberpic.114my.com.cn/heshengda/uploadfile/image/20220430/20220430111513_1992868951.jpg) no-repeat center; */padding: 4% 1% 0;background: #333;}
.crcon{max-width:  1500px;margin:  0 auto;}
.crcon .page {display:flex;justify-content: space-between;}
.crkslj li{ float:left;padding:0 4vw 0 0;}
.crkslj li p{ font-size:18px; color:#fff; margin:0 0 20px 0;}
.crkslj li a{ display:block; font-size:14px; color:#999; line-height:34px;}
.crkslj li a:hover{ color:#fff;}
.crcon_tel{padding: 0px 3vw 0 3vw;height: 214px; border-left: 1px solid #3a3a3a; border-right: 1px solid #3a3a3a;float: left;}
.crcon_tel a{font-size:14px; color:#999; line-height:34px;display: block;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcodeleft p{ text-align:center; font-size:18px; color:#fff; margin-bottom:25px;}
.crcodeleft img{ width:140px; height:140px;}
.crright{ margin:40px 0 0 52px;}
.crright p{ cursor:pointer; border-radius:50%; width:38px; height:38px;border: 1px solid #fff;display: flex;color: #fff;justify-content: center;align-items: center;font-size: 23px;}
.crright p+p{ margin-top:14px;}
.crright p.on{ background-color:#0067bb;}


.crcon_tel p{font-size: 24px;color: #fff;margin-bottom:20px;font-family: Arial;    font-weight: bold;}
.end{ border-top:1px solid #3a3a3a; line-height:40px;padding: 2% 0;}
.end,.end a{ font-size:15px; color:#999;}
.end1 {max-width:1500px;margin:0 auto;}
.end a:hover{ color:#fff;}