* {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;}
body {scrollbar-width: none; -ms-overflow-style: none;overflow: scroll;}
body::-webkit-scrollbar {  display: none;}

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

/*head*/
.head {position: relative;padding: 0 15px;z-index: 50;}
.head_box {display: flex;justify-content: space-between;align-items: center;max-width: 1800px;margin:  0 auto;}

/*logo*/
.head_logo {display: flex;align-items: center;justify-content:  space-between;position:  relative;}
.head_logo i {}
.head_logo i img {width:  100%;height:  auto;}
.head_logo b {font-size: calc(0.8rem + 1.2vw);display: flex;flex-direction: column;padding: 0 0 0 15px;}
.head_logo b span {font-size: calc(0.5rem + 0.5vw);color: #666;font-weight: 100;padding: 10px 0 0;}
/*nav*/
.head_nav {width: 50%;    position: relative;}
.head_nav>ul {display: flex;justify-content: space-between;align-items: center;}
.head_nav li {line-height: 118px;}
.head_nav li a {font-size: 17px;position: relative;transition: 0.5s;}
.head_nav li a:after {content:'';width: 0;height: 2px;background: #0066cb;position: absolute;bottom: -20px;left: 0;transition: 0.5s;}
.head_nav>ul>li:hover>a,.head_nav>ul>li.cur>a {color: #0066cb; }
.head_nav>ul>li:hover>a:after,.head_nav>ul>li.cur>a:after {width: 100%;}
.head_num {display:  flex;align-items:  center;padding: 0 0 0 15px;}
.head_num i {font-size: 24px;width: 42px;height: 42px;border:  1px solid #ddd;border-radius:  50%;display:  flex;justify-content:  center;align-items: center;}
.head_num p {font-size: 16px;display: flex;flex-direction: column;padding: 0 0 0 12px;}
.head_num p span {font-size: 27px;font-family: Arial;color: #0066cb;padding: 6px 0 0;}
.head_nav li:nth-child(3) .con_r>ul>li {width:27%;}

/*button*/
.btn_more {display:  flex;justify-content:  space-between;align-items:  center;}
.btn_more ul {display: flex;justify-content: space-around;}
.btn_more li {display:  flex;}
.btn_more li i {width: 42px;height: 42px;font-size: 24px;color: #0066cb;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: 0;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;}
/*xiala*/
.head_nav li:hover .con_nav {transform: rotateX(0deg);}
.con_nav {background: rgba(255,255,255,1);position: absolute;top: 100%;left: 0;z-index: 55;overflow: hidden; width: 100%;box-shadow: 1px 5px 10px rgba(0,0,0,0.2); transition: 0.5s; transform-origin: top; transform: rotateX(90deg);display: flex; justify-content: space-around; align-items: center;padding: 3%;}
.con_l {width: 9%;position: relative;}
.con_l:after {content: '';width: 2px;height: 100%;position: absolute;top: 0;left: -18px;background: #0189e1;}
.con_l p {display: flex;flex-direction: column;font-size: 18px;line-height: 24px;}
.con_l p span { font-size: 14px;color: #666; text-transform: uppercase;line-height: 18px; padding-top: 7px; font-family: Arial;}
.con_r {width: 75%;}
.con_r>ul {display: flex; align-items: center;width: 100%; flex-wrap: wrap;}
.con_r>ul>li {width: 25%;display: flex;align-items: center;padding: 1%;}
.con_r>ul>li>a {font-size: 15px;  color: #333;border-top: 1px #eee solid;border-bottom: 1px #eee solid; padding: 15px 10px; text-align: center; line-height: 30px;}
.con_r>ul>li>a:hover { color: #0066cb;}

/*banner*/
.tp-bullets {margin-bottom: 30px !important;}

/*pro*/
.pro {overflow: hidden;padding: 80px 15px 0;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;}
.pro_tit span {display: flex;align-items: center;font-size: 42px;}
.pro_tit span b {color: #0066cb;}
.pro_tit p {font-size: 20px;font-weight:  lighter;color: #999;padding: 20px 0 0;}
.pro_tab {margin:60px 0 0;display: flex;justify-content: space-between;flex-direction: column;}
.pro_l {width: 100%;}
.pro_top {display: none;}
.pro_top p {font-size: 26px;display: flex; flex-direction: column;font-weight: bold;}
.pro_top p span {font-size: 18px;color: #999;font-weight: lighter; padding: 10px 0 0;}
.pro_top ul {display: flex;justify-content: space-between;align-items: center;width: 90%;margin: 6% 0 0;}
.pro_top li {box-shadow: 0 0 20px #ddd;font-size: 14px; background: #fff; font-weight: lighter; padding: 5px 10px; border-radius: 40px;}
.pro_nav {/* margin: 14% 0 0; */}
.pro_nav ul {display: flex;justify-content: space-between;}
.pro_nav li {background: #0066cb;display: flex;align-items: center;height: 66px;position: relative;flex: 1;justify-content: center;border-right: 1px solid rgba(255,255,2550,0.1);}
.pro_nav li:after {content:'';width: 2px;height: 0;background: #268df3;position:absolute;bottom: -20%;right: 49%;transition:0.5s;opacity: 0;}
.pro_nav li.on:after {opacity:1;height:40%;}
.pro_nav li:last-child {border:none;}
.pro_nav li+li {/* margin:10px 0 0; */}
.pro_nav li a {font-size: 16px;color: #fff;font-weight: lighter;}
.pro_nav li dl {display: none;}
.pro_r {width: 100%;margin: 4% 0 0;}
.pro_n {position: relative;}
.pro_w {background: #fff;box-shadow:  0 0 20px #ddd;padding: 3% 4%;}
.divproduct_new_div {display: flex;justify-content: space-between;overflow: hidden;margin-bottom: 0 !important;}
.divproduct_new_div_item {width: 100%;display: flex !important;flex-direction: row-reverse;justify-content: space-between;flex-shrink: 0;transition: 0.5s;}
.divproduct_new_div_item:nth-child(n+3) {/* margin:30px 0 0; */}
.divproduct_new_div_item_content {width: 60%;    padding: 5% 0 0;}
.divproduct_new_div_item_title a {font-size: 24px;    position: relative;}
.divproduct_new_div_item_title a:after {content:'+ More';width:250px;height: 50px;background: #0066cb;position: absolute;left: 0;top: 250px;border-radius: 40px;color: #fff;font-size: 18px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;}
.divproduct_new_div_item_body {font-size: 16px;color: #999;line-height: 32px;padding: 32px 0 0;}
.product_div_item_pic {width: 32%;}
.product_div_item_pic img {width:100%;height:auto;}
.pro_w .ban_dot {display: none !important;}
.pro_btn {display: flex;justify-content: center;/* z-index: 5; *//* position: absolute; */}
.pro_btn:hover i {}
.pro_btn>i {cursor: pointer;font-size: 32px;display: flex;justify-content: center;align-items: center;top: 39%;position: absolute;}
.pro_btn>i:first-child {left: 12px;}
.pro_btn>i:last-child {right: 12px;}
.pro_roll {display: flex;transition: 0.5s;}
.pro_big {margin: 3% 0 0;overflow: hidden;}
.pro_call {width: 100%;flex-shrink: 0;}
.pro_call>div>ul {margin-bottom:0 !important;}
.pro_call>ul {display: flex;justify-content: space-between;flex-direction: column;/* align-items: center; */}
.pro_call li {width: 19.5%;margin: 0 0.1%;display: flex !important;flex-direction: column;align-items: center;}
.pro_call li>a {overflow:hidden;}
.pro_call li>a img {width: 100%;height: auto;transition: 0.5s;}
.pro_call li>a:hover img {transform:scale(1.2)}
.pro_call li span {background: #f8f8f8;width: 100%;text-align: center;padding: 5% 0;}
.pro_call li  br {display:none;}
.pro_call li span>a {font-size: 20px;}
.pro_call .ban_dot {display: flex !important;width: 100%;left: 0;justify-content: center;align-items: center;height: 50px;margin: 2% 0 0;}
.pro_call .ban_dot li {width: 12px;height: 12px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.pro_call .ban_dot li.slick-active {background: #0066cb;}
.pro_call .ban_dot li button {font-size:0;border: none;outline: none;}
.slick-track {transition: 0.5s;}

/*appli*/
.appli {overflow: hidden;padding: 40px 15px 80px;}
.appli_box {max-width: 1500px;margin: 0 auto;}
.appli_tit {display: flex;flex-direction: column;align-items: center;}
.appli_tit span {display: flex;align-items: center;font-size: 42px;}
.appli_tit span b {color: #0066cb;}
.appli_tit p {font-size: 20px;font-weight:  lighter;color: #999;padding: 20px 0 0;}
.appli_tab {margin: 3% 0 0;display: flex;justify-content: space-between;position: relative;}
.appli_con {background: #f8f8f8;width: 22%;}
.appli_con ul {display: flex;flex-direction: column;align-items: center;}
.appli_con li {width: 100%;display: flex;align-items: center;padding: 13.7% 0;position:  relative;z-index: 5;justify-content: center;}
.appli_con li:nth-child(n+6) {position:absolute;right:0;width:20%;background: #f8f8f8;padding: 3.1% 0;}
.appli_con li:nth-child(6) {top:0;}
.appli_con li:nth-child(7) {top: 20%;}
.appli_con li:nth-child(8)  {top: 40%;}
.appli_con li:nth-child(9)  {top: 60%;}
.appli_con li:nth-child(10) {top: 80%;}
.appli_con li:before {content:'';width: 0;height: 100%;transition:0.5s;position:absolute;top:0;left:0;background:#0066cb;z-index: -1;}
.appli_con li:after {content:'';width: 0;height: 100%;transition:0.5s;position:absolute;bottom:0;right: 0;background:#0066cb;z-index: -1;}
.appli_con li.on:before,.appli_con li.on:after {width: 50%;}
.appli_con li.on ,.appli_con li.on a {color:#fff;}
.appli_con li i {font-size: 30px;}
.appli_con li a {font-size: 20px;padding: 0 0 0 12px;}
.appli_call {margin: 10% 0 0;}
.appli_call {width: 53.4%;margin: 0 auto;overflow: hidden;position: absolute;left: 24%;top: 0;}
.divdgweb_new_div {display: flex;transition: 0.5s;}
.divdgweb_new_div_item {width: 100%;flex-shrink: 0;position: relative;display: flex;flex-direction: column-reverse;}
.divdgweb_new_div_item_content {position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(51,51,51,0.5);height: 20%;color: #fff;padding: 3%;}
.divdgweb_new_div_item_title a { font-size: 20px; color: #fff; font-weight: bold;}
.news_div_item_pic {}
.news_div_item_pic img {width:100%;height:auto;}
.divdgweb_new_div_item_body {font-size:16px; padding: 1% 0 0; line-height: 26px;}

/*adva*/
.adva {overflow: hidden;position: relative;padding: 3% 0;z-index: 5;height: 890px;}
.adva_pic:after {content:'';width:100%;height:100%;background:rgba(51, 51, 51, 0.5);position:absolute;top:0;left:0;}
.adva_box {max-width:  1500px;margin:  0 auto;padding:  0 15px;}
.adva_tit {display: flex;flex-direction: column;align-items: center;position:  relative;z-index: 5;}
.adva_tit i {font-size: 80px;text-transform: uppercase;color: #fff;opacity: 0.1;font-weight:  1000;font-family:  Arial;letter-spacing: 10px;}
.adva_tit p {display: flex;flex-direction: column;align-items: center;font-size: 36px;color: #fff;position: relative;font-weight:  bold;margin: -55px 0 0;}
.adva_tit p span {font-weight: 100;color: #fff;opacity: 0.5;font-size: 18px;padding: 25px 0 0;}
.adva_tab {/* padding: 5% 0 0; */position:  absolute;left:  0;top: 0;}
.adva_con {overflow:  hidden;}
.adva_con ul {display: flex;justify-content: space-between;transition: 0.5s;}
.adva_con li {width:  100%;flex-shrink: 0;position:  relative;}
.adva_txt {color: #fff;position: absolute;z-index: 5;display:  flex;flex-direction:  column;width: 40%;top: 27%;left: 12%;}
.adva_txt i {font-size: 42px;font-family: Arial;font-weight:  bold;}
.adva_txt b {font-size: 27px;font-weight:  normal;padding: 4% 0;}
.adva_txt p {display:flex;flex-direction:column;}
.adva_txt p span {font-size: 18px;font-weight:  lighter; padding: 2% 0;line-height: 32px;}
.adva_txt a {font-size:16px;color:#fff;background: #0066cb;padding: 2%;width: 21%;margin: 50px  0 0;letter-spacing: 1px;position:  relative;}
.adva_txt a:after {content:'\eb05';font-family:iconfont;position:  absolute;right: 21%;top: 35%;font-size: 20px;}
.adva_pic {/* position:  absolute; *//* width:  100%; *//* top: 0; *//* left:  0; *//* background:  darkgoldenrod; *//* height: 100%; */}
.adva_pic img {width: 100%;height: auto;}
.adva_nav {position: absolute;z-index: 5;bottom: 12%;margin: 4% 0 0;left: 0;width:  100%;}
.adva_nav:after {content:'';width: 132%;height:1px;background: rgba(255, 255, 255, 0.1);position:absolute;top: 42px;left: -16%;}
.adva_nav ul {display:flex;justify-content:space-between;align-items:center;}
.adva_nav li {font-size: 19px;flex: 1;display:  flex;justify-content:  center;align-items:  center;color:  #fff;position:  relative;}
.adva_nav li:after {content:'';width: 15px;height: 15px;background: rgba(255, 255, 255, 0.3);position:absolute;top: 35px;left: 48%;border-radius:50%;transform: scale(1.6);}
.adva_nav li:before {content:'';width:15px;height:15px;background: #fff;position:absolute;top: 35px;left: 48%;border-radius: 50%;opacity: 0.6;transition:0.5s;}
.adva_nav li.on:before {opacity:1;}

/*tech*/
.tech {overflow: hidden;padding: 80px 15px;}
.tech_box {max-width: 1500px;margin: 0 auto;}
.tech_tit {display: flex;flex-direction: column;align-items: center;}
.tech_tit span {font-size: 40px;}
.tech_tit p {font-size: 20px;font-weight: lighter;color: #999;padding: 20px 0 0;}
.tech_con {margin: 4% 0 0;}
.tech_con ul {display: flex;justify-content: space-between;align-items: center;}
.tech_con li {display: flex;flex-direction: column;align-items: center;background:  #f8f8f8;width: 16%;padding: 4% 0;position:  relative;z-index:5;}
.tech_con li:after {content:'';width:100%;height:0;background:#0066cb;position:absolute;top:0;left:0;transition:0.5s;z-index:-1;}
.tech_con li:hover:after {height:100%;}
.tech_con li:hover,.tech_con li:hover span {color:#fff;}
.tech_con li i {font-size: 30px;}
.tech_con li p {display:flex;flex-direction:column;align-items:center;font-size: 20px;padding: 10% 0 0;}
.tech_con li p span {font-size:  15px;padding: 16px 0 0;color:  #999;}
.tech_con li em {font-size:20px;background: #0066cb;color:  #fff;border-radius:  50%;width: 36px;height: 36px;display:  flex;justify-content:  center;align-items:  center;font-family:  Arial;margin: 16% 0 0;}
.tech_more {display:  flex;justify-content:  center; margin: 4% 0 0;}
.tech_more ul {display: flex;justify-content:  space-between;width: 30%;}
.tech_more li {display: flex;align-items: center;color:  #fff;background: #0066cb;width: 50%;justify-content:  center;padding: 3% 0;}
.tech_more li:last-child {background:#00923f; }
.tech_more li i {font-size: 24px;}
.tech_more li a {font-size: 17px;color:  #fff;padding: 0 0 0 10px;}
.tech_more li p {font-size: 20px;font-family: Arial;padding: 0 0 0 10px;}

/*about*/
.about {background: url(../uploadfile/image/20220409/20220409095015_1381797933.jpg)no-repeat;padding: 80px 0;}
.about_box {padding: 0 15px;max-width: 1500px;margin: 0 auto;}
.about_con {display: flex;justify-content: space-between;align-items:  center;}
.about_pic {width: 42%;}
.about_pic i {position:  relative;display:  inline-block;z-index: 5;}
.about_pic i:before {content:'';display: block;width: 35%;height: 25%;background: rgba(255,255,255,0.3);position: absolute;right: -15px;top:-15px;z-index: -1;}
.about_pic i:after {content:'';width: 70%;height: 25%;border: 1px solid rgba(255,255,255,0.3);display: block;position: absolute;bottom: -15px;left: -15px;z-index: -1;}
.about_pic i img {width: 100%;height: auto;}
.about_txt {width: 52%;display:  flex;flex-direction:  column;color:  #fff;}
.about_txt p {font-size:  42px;display:  flex;flex-direction:  column;}
.about_txt>p>span {font-size: 20px;font-weight:  lighter;padding: 16px 0 0;}
.about_txt em {font-size: 15px;color: rgba(255,255,255,0.8);font-weight: lighter;line-height: 30px;padding: 5% 0 6%;border-bottom: 1px solid rgba(248, 248, 248, 0.1);}
.about_txt ul {display: flex;justify-content: space-between;padding: 8% 0 0;width: 80%;}
.about_txt li {display: flex;align-items:  center;}
.about_txt li i {font-size: 42px;}
.about_txt li a {display: flex;flex-direction: column;font-size: 22px;padding: 0 0 0 15px;color:#fff;}
.about_txt li>a>span {font-size: 12px;text-transform:  uppercase; opacity: 0.8;font-family: Arial; padding: 10px 0 0;}

/*news*/
.news {padding: 80px 15px;overflow: hidden;background: #f8f8f8;}
.news_box {max-width: 1500px;margin: 0 auto;}
.news_tit {display: flex;flex-direction: column;align-items: center;}
.news_tit span {display: flex;align-items: center;font-size: 42px;}
.news_tit span b {color: #0066cb;}
.news_tit p {font-size: 20px;font-weight:  lighter;color: #999;padding: 20px 0 0;}
.news_con {display: flex;justify-content: space-between;margin: 4% 0 0;}
.news_l {width: 60%;}
.news_sub {}
.news_sub a {font-size: 24px;display: flex;flex-direction: column;}
.news_sub a span {font-size: 12px;text-transform:  uppercase;padding: 9px 0 0;}
.news_w {margin: 5% 0 0;overflow: hidden;}
/*news_div_item:nth-child(-n+2)*/
.news_w .news_div {display: flex;transition: 0.5s;flex-direction: column;}
.news_w .news_div_item {display: flex !important;flex-direction: row-reverse;position: relative;justify-content: space-between;margin: 0  0 20px 0;transition: 0.5s;width: 100%;flex-shrink: 0;background: #fff;padding: 0.1%;}
.news_w .news_div_item .news_div_item_date {position: absolute;left: 31%;top: 10px;background: rgba(0,102,203,0.5);width: 14%;height: 28%;color: #fff;font-family: Arial;display: flex;justify-content: center;align-items: center;font-size: 20px;padding: 5% 0 0;}
.news_w .news_div_item .news_div_item_day {position: absolute;left: 36%;top: 24px;font-size: 36px;font-weight: bold;}
.news_w .news_div_item .news_div_item_content {display: flex;flex-direction: column;width: 50%;padding: 7.2% 0 0;}
.news_w .news_div_item_title {}
.news_w .news_div_item .news_div_item_title a {font-size: 24px;position: relative;}
.news_w .news_div_item .news_div_item_title a:after {content:'+ More';width: 170px;height: 45px;background: #0066cb;position: absolute;left: 0;top: 200px;border-radius: 40px;color: #fff;font-size: 16px;display: flex;justify-content: center;align-items: center;}
.news_w .news_div_item .news_div_item_body {font-size: 16px;color: #999;line-height: 32px;font-weight: lighter;padding: 32px 0 0;}
.news_w .news_div_item .news_div_item_pic {width: 45%;border:1px solid rgba(221,221,221,0.3);}
.news_w .news_div_item .news_div_item_pic img {width:100%;height:auto;}
.news_w .news_div_item:hover {transform: translateY(-10px);   }
/**/
.news_w .ban_dot {display: flex !important;width: 100%;left: 0;justify-content: center;align-items: center;height: 50px;margin: 2% 0 0;display: none !important;}
.news_w .ban_dot li {width: 12px;height: 12px;display: inline-block;background: #ddd;margin: 0 0.5%;transition: 0.5s;border-radius: 50%;}
.news_w .ban_dot li.slick-active {background: #0066cb;}
.news_w .ban_dot li button {font-size:0;border: none;outline: none;}
.news_r {width: 36%;}
.news_nav {}
.news_nav ul {display: flex;justify-content: flex-end;width: 100%;align-items: center;border-bottom: 1px solid #ddd;padding: 0 0 4% 0;}
.news_nav li {border-right: 1px solid #ddd;padding: 0 4%;position: relative;transition:0.5s;}
.news_nav li:after {content:'';width:0;height:1px;background: #0066cb;position:absolute;bottom: -22px;left:0;transition:0.5s;}
.news_nav li.on:after {width:100%;}
.news_nav li.on a {color:#0066cb;}
.news_nav li:last-child {border:none;}
.news_nav li a {font-size: 24px;display: inline-block;}
.news_big {margin: 8% 0 0;overflow: hidden;}
.news_roll {display: flex;transition: 0.5s;}
.news_call {width: 100%;flex-shrink: 0;}
/*news_div_item:nth-child(n+3)*/
.news_call .news_div {}
.news_call .news_div_item {display: flex !important;background: #fff;width: 100%;padding: 5.3% 3%;position: relative;transition: 0.5s;justify-content: space-between;align-items: center;margin: 1% 0;}
.news_call .news_div_item:nth-child(n+2) {/* margin: 15px 0 0; */}
.news_call .news_div_item+.news_call .news_div_item {margin: 0 0 0 1.25%;}
.news_call .news_div_item .news_div_item_pic {display:none;}
.news_call .news_div_item .news_div_item_body  {font-size: 16px;color: #999;font-weight: lighter;padding: 14px 0 0;}
.news_call .news_div_item .news_div_item_date {width: 15%;height: 28%;font-family: Arial;display: flex;justify-content: center;align-items: center;font-size: 20px;padding: 10% 0 0;position: relative;}
.news_call .news_div_item_content {width: 80%;}
.news_call .news_div_item .news_div_item_title a { font-size: 24px;}
.news_call .news_div_item .news_div_item_day {position: absolute;left: 19%;top: 5px;font-size: 36px;font-weight: bold;}
.news_call .news_div_item:hover {transform: translateY(-10px);  }
.news_call .ban_dot {display:none !important;}

/*copy*/
.copy {overflow: hidden;padding: 0 15px;background: #333;}
.copy_box {max-width: 1500px;margin: 0 auto;}
.copy_num {display:  flex;justify-content:  space-between;align-items:  center;padding: 80px 0 50px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_num ul {display:  flex;justify-content:  space-between;width: 86%;}
.copy_num li {color:  #fff; display:  flex;align-items:  center;width:  100%;}
.copy_num li i {font-size: 30px;width: 60px;height: 60px;border: 1px solid #fff;border-radius:  50%;display:  flex;justify-content:  center;align-items:  center;}
.copy_num li>p {font-size: 18px;padding: 0 0 0 15px;display:  flex;flex-direction:  column;font-weight:  lighter;}
.copy_num li>p span {font-size:24px;font-family:Arial;padding: 10px 0 0;}
.copy_num>a {color:  #fff;font-size: calc(0.8rem + 0.2vw);background: #0066cb;width: 10%;padding: 1% 0;display:  flex;justify-content:  center;align-items:  center;}
.copy_con {display:  flex;justify-content:  space-between;padding: 60px 0;}
.copy_nav {width: 78%;}
.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: 22px;color: #fff;margin: 0 0 30px 0;}
.copy_nav li>a {font-size: 16px;font-weight: 100;color: rgba(255,255,255,0.7);padding: 0 0 20px 0;transition: 0.5s;    position: relative;}
.copy_nav li>a:after {content:'';width: 16px;height:1px;background: #fff;position: absolute;left: -28px;top: 8px;transition:0.5s;opacity:0;}
.copy_nav li>a:hover:after {left:0;opacity:1;}
.copy_nav li>a:hover {color:#0066cb;}
.copy_r { display:  flex;flex-direction:  column;align-items:  center;width: 10%;}
.copy_r i {}
.copy_r i img {width:100%;height:auto;}
.copy_r p {font-size: 18px;color:  #fff; padding: 15px 0 0;}
.copy_end {padding: 32px 0;border-top: 1px solid rgba(255,255,255,0.1);color:  #fff;font-size: 16px;font-weight:  lighter;display:  flex;justify-content:  center;align-items:  center;}
.copy_end a {font-size: 16px;color:  #fff;}

/*links*/
.links {overflow: hidden;padding: 30px 15px;background: #0066cb;}
.links_box {max-width:1500px;margin: 0 auto;display: flex;align-items:  center;justify-content:  space-between;}
.links_l {display: flex;align-items: center;width: 8%;justify-content:  space-between;}
.links_l i {font-size: 24px;color:  #fff;}
.links_l p {font-size: 18px;font-weight: lighter;padding: 0 0 0;color:  #fff;}
.links_r {width:91%;color:  #fff;}
.linkTagcs {}
.linkTagcs ul {}
.linkTagcs li {}
.linkTagcs li a {font-size:16px;}

/*商桥的左边*/
ins#nb_icon_wrap {
    left:  !important;
}