@font-face {
  font-family: ARIBLK;
  src: url(../../netskin/fonts/ARIBLK.TTF);
}
@font-face {
  font-family: ARIALI;
  src: url(../../netskin/fonts/ARIALI.TTF);
}
@font-face {
  font-family: ARIAL;
  src: url(../../netskin/fonts/ARIAL.TTF);
}
@font-face {
  font-family: ARIALBD;
  src: url(../../netskin/fonts/ARIALBD.TTF);
}
@font-face {
  font-family: ARIALN;
  src: url(../../netskin/fonts/ARIALN.TTF);
}
@font-face {
  font-family: ARIALNBI;
  src: url(../../netskin/fonts/ARIALNBI.TTF);
}
@font-face {
  font-family: ARIALNI;
  src: url(../../netskin/fonts/ARIALNI.TTF);
}
* {
  margin: 0px;
  padding: 0px;
}
.scroll {
  text-align: center;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.w1680 {
  max-width: 1680px;
  margin: 0 auto;
  width: 97%;
}
.w1760 {
  max-width: 1760px;
  margin: 0 auto;
  width: 91.66%;
}
.w1099 {
  max-width: 1099px;
  margin: 0 auto;
  width: 90%;
}
.w1410 {
  max-width: 1410px;
  margin: 0 auto;
  width: 92%;
}
.w900 {
  max-width: 900px;
  margin: 0 auto;
}
.w1450 {
  max-width: 1450px;
  margin: 0 auto;
  width: 94%;
}
.w1250 {
  max-width: 1250px;
  margin: 0 auto;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.w1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.w910 {
  max-width: 910px;
  margin: 0 auto;
}
.mban {
  display: none;
}
.index_application .swiper-container-horizontal > .swiper-pagination-bullets {
  display: none;
}
.nav_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  z-index: 9999;
  padding: 0px 10.16% 0px 10.16%;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #313131;
}
.nav_top .left {
  display: flex;
  flex: 1;
  align-items: center;
  margin-right: 5%;
  justify-content: space-between;
}
.nav_top .left .logo {
  margin-right: 8.13%;
}
.nav_top .left .logo_img {
  width: 275px;
}
.nav_top .left .nav {
  display: flex;
  width: 50%;
  justify-content: space-between;
  color: #ffffff;
}
.nav_top .left .nav .li1 {
  padding: 43px 0px 43px 0px;
}
.nav_top .left .nav .li1:hover,
.nav_top .left .nav .li1.hover {
  border-bottom: 2px solid #0084d6;
}
.nav_top .right {
  margin-top: 23px;
}
.nav_top .right .hotline {
  font-size: 20px;
  line-height: 20px;
  color: #0079cd;
  font-family: numberFont;
}
body {
  background: #ffffff;
}
.swiper-pagination-bullet {
  width: 9px !important;
  height: 9px !important;
}
.index_banner {
  position: relative;
}
.index_banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.4;
  box-shadow: 0 0 4px #000;
}
.index_banner .swiper-pagination-bullet-active {
  position: relative;
  background-color: #fff;
  opacity: 1;
}
.index_banner .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin: -8px 0 0 -8px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.index_banner .swiper-button-prev,
.index_banner .swiper-container-rtl .swiper-button-next {
  left: 0;
  transform: translateX(-100%);
  transition: 0.3s;
  opacity: 0;
}
.index_banner .swiper-button-next,
.index_banner .swiper-container-rtl .swiper-button-prev {
  right: 0;
  transform: translateX(100%);
  transition: 0.3s;
  opacity: 0;
}
.index_banner:hover .swiper-button-prev {
  transform: translateX(20px);
  opacity: 1;
}
.index_banner:hover .swiper-button-next {
  transform: translateX(-20px);
  opacity: 1;
}
.main_title {
  display: none;
}
.index_about_wrap {
  background-color: #fff;
  margin-top: 140px;
}
.index_about {
  padding: 0 0 120px 0;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.index_about .left a {
  width: 91px !important;
  height: 57px;
  border: 2px solid #0079cd;
  border-radius: 91px;
  display: block;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_about .left a img {
  vertical-align: middle;
}
.index_about .left a .ljt {
  transition: 0.3s;
}
.index_about .left a:hover .ljt {
  transform: translateX(10px);
}
.index_about .left .bottom {
  margin-left: -86px;
  margin-top: 100px;
}
.index_about .right {
  width: 61.03%;
}
.index_about .right .top {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  padding-bottom: 105px;
  border-bottom: 1px solid #e5e5e5;
}
.index_about .right .top .main {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 21px;
}
.index_about .right .top .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index_about .right .bottom {
  display: flex;
  justify-content: space-between;
}
.index_about .right .bottom li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.index_about .right .bottom li span {
  line-height: 36px;
}
.index_about .right .bottom li span:nth-child(1) {
  font-size: 70px;
  line-height: 70px;
  color: #0079cd;
  font-family: numberFont;
}
.index_about .right .bottom li span:nth-child(2) {
  font-size: 16px;
  color: #000;
}
.index_about .right .bottom li span:nth-child(2) br {
  display: none;
}
.index_about a {
  border: 2px solid #0079cd;
  border-radius: 91px;
}
.index_about a img {
  vertical-align: middle;
}
.index_product {
  padding: 120px 0 200px 0;
  background: #f2f4f6;
}
.index_product .title {
  font-size: 46px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 3%;
}
.index_product .w1450 {
  display: flex;
  justify-content: space-between;
}
.index_product .w1450 li {
  width: 24.27%;
  height: 526px;
  background: #fff;
  text-transform: uppercase;
  transition: all 0.5s;
}
.index_product .w1450 li:hover {
  background: #0079cd;
}
.index_product .w1450 li:hover p:nth-child(1) {
  color: #fff;
}
.index_product .w1450 li:hover .xq {
  background: url('../images/left_jt.png') center no-repeat #fff;
}
.index_product .w1450 li:hover img {
  transform: scale(1.1);
}
.index_product .w1450 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_product .w1450 li p:nth-child(1) {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  padding: 70px 0 18px 0;
}
.index_product .w1450 li p:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 84px;
  color: #999;
  font-family: numberFont;
}
.index_product .w1450 li .xq {
  width: 90px;
  height: 52px;
  border-radius: 91px;
  margin-bottom: 18%;
  background: url('../images/left_jt_b.png') center no-repeat #0079cd;
}
.index_product .w1450 li .xq img {
  vertical-align: middle;
}
.index_application {
  position: relative;
}
.index_application .bigimg {
  display: flex;
}
.index_application .w1450 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 999;
}
.index_application .w1450 .mtop {
  display: none;
}
.index_application .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 240px;
}
.index_application .top .left p {
  font-size: 46px;
  color: #fff;
  margin-bottom: 70px;
}
.index_application .top .left div {
  width: 44px;
  height: 6px;
  background: #fff;
}
.index_application .top .right {
  font-size: 150px;
  line-height: 150px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  text-align: right;
  font-family: numberFont;
}
.index_application .bottom {
  display: flex;
  justify-content: space-between;
}
.index_application .bottom li {
  width: 24.82%;
  height: 120px;
  background: url('../images/applic_btn_bg.png') no-repeat right bottom rgba(255, 255, 255, 0.85);
  padding: 0 3%;
}
.index_application .bottom li:hover,
.index_application .bottom li.active {
  background: linear-gradient(to bottom right, #1677d0, #309be8);
}
.index_application .bottom li:hover span,
.index_application .bottom li.active span {
  color: #fff;
}
.index_application .bottom li:hover a img:nth-child(2),
.index_application .bottom li.active a img:nth-child(2) {
  display: none;
}
.index_application .bottom li:hover a img:nth-child(3),
.index_application .bottom li.active a img:nth-child(3) {
  display: block !important;
}
.index_application .bottom li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.index_application .bottom li a img:nth-child(3) {
  display: none;
}
.index_application .bottom li span {
  font-size: 26px;
}
.index_news .w1450 .right li .ms {
  min-height: 163px;
}
.index_technology {
  display: none;
  padding: 150px 0;
  background: url('../images/jushu_bg.png') no-repeat bottom #f2f5f8;
}
.index_technology .main_title {
  display: none;
}
.index_technology .mpic {
  display: none !important;
}
.index_technology .w1450 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.index_technology .w1450 .left {
  width: 44.96%;
}
.index_technology .w1450 .left img {
  margin-left: 30px;
}
.index_technology .w1450 .right {
  width: 63.38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.index_technology .w1450 .right .top {
  width: 65.61%;
}
.index_technology .w1450 .right .top .title {
  font-size: 46px;
  line-height: 46px;
  color: #0079cd;
}
.index_technology .w1450 .right .top .ms {
  font-size: 16px;
  line-height: 36px;
  color: #888;
  margin: 28px 0 0px;
  height: 200px;
}
.index_technology .w1450 .right .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_technology .w1450 .right .bottom li {
  width: 32.64%;
  height: 214px;
  background: #fff;
  padding: 40px 0 40px 4.35%;
  overflow: hidden;
  font-size: 25px;
}
.index_technology .w1450 .right .bottom li::after {
  content: '';
  display: block;
  width: 116%;
  height: 214px;
  background-image: linear-gradient(to bottom right, #1677d0, #309be8);
  margin-left: -37px;
  margin-top: 36px;
  transition: 0.3s;
}
.index_technology .w1450 .right .bottom li:hover::after,
.index_technology .w1450 .right .bottom li.active::after {
  transform: translateY(-210px);
}
.index_technology .w1450 .right .bottom li:hover span,
.index_technology .w1450 .right .bottom li.active span {
  z-index: 999;
}
.index_technology .w1450 .right .bottom li:hover span:nth-child(1),
.index_technology .w1450 .right .bottom li.active span:nth-child(1) {
  color: #fff;
}
.index_technology .w1450 .right .bottom li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_technology .w1450 .right .bottom li .title {
  color: #000;
}
.index_technology .w1450 .right .bottom li .xh {
  color: rgba(1, 1, 1, 0.2);
}
.head .EN {
  padding: 9px 6px;
  background-color: #0084d6;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 25px;
}
.index_news {
  padding: 120px 0 154px;
}
.index_news .title {
  font-size: 46px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 62px;
}
.index_news .w1450 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_news .w1450 .left .stitle {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 68px;
}
.index_news .w1450 .left .stitle p {
  margin-bottom: 28px;
}
.index_news .w1450 .left .stitle p:hover,
.index_news .w1450 .left .stitle p.active {
  color: #0079cd;
}
.index_news .w1450 .left .hr {
  height: 1px;
  border: 1px solid #e5e5e5;
  margin-bottom: 96px;
}
.index_news .w1450 .left .hr .yuan {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-top: -3px;
}
.index_news .w1450 .left .btn {
  width: 90px;
  height: 52px;
  border-radius: 91px;
  margin-bottom: 10px;
  background: url('../images/left_jt_b.png') center no-repeat #0079cd;
  cursor: pointer;
}
.index_news .w1450 .left .btn img {
  vertical-align: middle;
}
.index_news .w1450 .left .prev {
  transform: scaleX(-1);
}
.index_news .w1450 .left .swiper-button-disabled {
  background: url('../images/left_jt.png') center no-repeat #fff;
  border: 2px solid #0079cd;
}
.index_news .w1450 .index_news_Swiper3 {
  display: none;
}
.index_news .w1450 .right {
  width: 1191px;
  overflow: hidden;
}
.index_news .w1450 .right ul {
  height: auto;
}
.index_news .w1450 .right li {
  width: 376px;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.index_news .w1450 .right li .box {
  box-shadow: 0 0 10px #ccc;
}
.index_news .w1450 .right li:hover .bottom {
  overflow: visible;
  transform: translateY(-301px);
  transition: ease 0.8s;
}
.index_news .w1450 .right li .ms {
  font-size: 20px;
  line-height: 40px;
  color: #444;
  padding: 30px 38px 0;
  height: 166px;
  flex: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 41.41%;
}
.index_news .w1450 .right li .bottom {
  max-height: 285px;
  overflow: hidden;
}
.index_news .w1450 .right li .bottom .date {
  background: url('../images/index_news_bg.png') no-repeat;
  padding: 45px 38px 38px;
  font-size: 20px;
  color: #fff;
  font-family: numberFont;
}
.index_news .w1450 .right li .bottom .date span:nth-child(2) {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 20px;
}
.main_title {
  margin-bottom: -2%;
  margin-top: 3%;
  font-size: 20px;
  text-align: center;
}
.footer .top {
  background: #222222;
  padding: 126px 0;
}
.footer .top .w1450 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 56px;
  border-bottom: 1px solid #404040;
}
.footer .top .span1 {
  font-size: 24px;
  color: #cccccc;
  margin-left: 73px;
}
.footer .ww1450 {
  max-width: 1450px;
  margin: 0 auto;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.footer .span22 {
  font-size: 20px;
  color: #999999;
  line-height: 45px;
}
.footer .span33 {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  margin-top: 49px;
}
.footer .span44 {
  font-size: 16px;
  color: #666666;
  display: inline-block;
  margin-top: 10px;
}
.index_banner .swiper-pagination-bullets {
  bottom: 30px !important;
}
.index_application .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1 !important;
}
.index_application .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  border-radius: 50%;
  opacity: 0.4;
}
.ban {
  position: relative;
}
.pub_padding {
  padding-top: 140px;
}
.news {
  padding-top: 140px;
}
.product .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 4%;
  border-bottom: 2px solid #e4e8ea;
  margin-bottom: 6%;
}
.product .nav li {
  width: 23.31%;
  height: 142px;
  background: url('../images/pdnav_bg.png');
  padding-top: 28px;
  border: 4px solid #fff;
  box-shadow: 0 0 30px 0 #ccc;
}
.product .nav li a {
  display: flex;
  justify-content: space-around;
}
.product .nav li:hover,
.product .nav li.active {
  border: 4px solid #0079cd;
}
.product .nav li .ms p:nth-child(1) {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 14px;
}
.product .nav li .ms p:nth-child(2) {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-family: numberFont;
}
.product .nav .xh {
  position: absolute;
  top: 189px;
  left: 0;
  transition: 0.3s;
}
.product .nav2 {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.product .nav2 li {
  width: 16%;
  background: #fff;
  line-height: 52px;
  border-radius: 52px;
  margin-left: 10px;
  font-size: 18px;
  color: #666;
  text-align: center;
}
.product .nav2 li:nth-child(1) {
  margin-left: 0;
}
.product .nav2 li a {
  width: 100%;
  height: 100%;
  display: block;
}
.product .nav2 li:hover,
.product .nav2 li.active {
  background: #0079cd;
  color: #fff;
}
.product .pd {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.product .pd li {
  margin-left: 1.37%;
  margin-bottom: 42px;
}
.product .pd li p {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-top: -46px;
  margin-bottom: 0;
  position: relative;
}
.product .pd li a:hover img {
  transform: scale(1.1);
}
.product .pd li .wrap {
  height: 346px;
  width: 346px;
  overflow: hidden;
}
.product .cc_botton {
  margin: 60px 0 140px 0;
}
.base ul li {
  position: relative;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  margin-left: -17px;
}
.base ul li:hover .blue {
  width: 100% !important;
}
.base ul li .img {
  border-bottom: 6px solid #fff;
  position: relative;
}
.base ul li .img .blue {
  height: 6px;
  background: #0079cd;
  position: absolute;
  width: 0;
  transition: 0.5s;
}
.base ul li:last-child {
  margin-bottom: 0;
}
.base ul li:nth-child(2n) {
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-left: 0;
  margin-right: -7px;
}
.base ul li:nth-child(2n) .num {
  left: 1214px;
}
.base ul li .right {
  font-size: 64px;
  line-height: 70px;
  -webkit-text-stroke: 1px #cbdcee;
  color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  margin-top: 90px;
}
.base ul li .right p.yw {
  margin-bottom: 60px;
  font-family: numberFont;
}
.base ul li .right .bottom {
  display: flex;
  align-items: center;
}
.base ul li .right .bottom .left {
  width: 58px;
  height: 98px;
  background: #0079cd;
  border-radius: 10px;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.base ul li .right .bottom .left img {
  display: block;
}
.base ul li .right .bottom .ms p:nth-child(1) {
  font-size: 36px;
  color: #0079cd;
  -webkit-text-stroke: 0;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 40px;
}
.base ul li .right .bottom .ms p:nth-child(2) {
  font-size: 18px;
  color: #444;
  -webkit-text-stroke: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.base ul li .num {
  position: absolute;
  top: -109px;
  left: 80px;
  color: #fff;
  font-size: 150px;
}
.news {
  padding-bottom: 0;
}
.news .qiye {
  margin-bottom: 140px;
  position: relative;
}
.news .qiye a img {
  transition: 0.8s;
}
.news .qiye a:hover .title {
  color: #0079cd;
}
.news .qiye a:hover img {
  transform: scale(1.1);
}
.news .qiye a:hover .ckxq .more {
  color: #0079cd !important;
}
.news .qiye .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 46px;
  font-weight: lighter;
  margin-bottom: 50px;
}
.news .qiye .content {
  display: flex;
}
.news .qiye .content .ms {
  flex: 1;
  background: #fff;
  padding: 77px 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news .qiye .content .ms .title {
  font-size: 26px;
  line-height: 44px;
  font-weight: lighter;
  margin-bottom: 0;
}
.news .qiye .content .ms .jianjie {
  font-size: 16px;
  line-height: 30px;
  color: #888888;
  font-weight: lighter;
}
.news .qiye .content .ms .ckxq {
  display: flex;
  justify-content: space-between;
}
.news .qiye .content .ms .ckxq .more {
  font-size: 16px;
  color: #888888;
}
.news .qiye .content .ms .ckxq .date {
  font-size: 20px;
  font-family: numberFont;
}
.news .qiye .content .ms .ckxq .date span:nth-child(1) {
  color: #0079cd;
  margin-right: 9px;
}
.news .swiper_btn {
  display: flex;
  justify-content: center;
}
.news .swiper_btn .btn {
  width: 90px;
  height: 52px;
  border-radius: 91px;
  background: url(../images/left_jt.png) center no-repeat;
  border: 2px solid #0079cd;
  cursor: pointer;
}
.news .swiper_btn .btn:nth-child(1) {
  transform: scaleX(-1);
  margin-right: 20px;
}
.news .swiper_btn .btn:hover {
  background: url(../images/left_jt_b.png) center no-repeat #0079cd;
}
.news .swiper-container-horizontal > .swiper-pagination-bullets,
.news .swiper-pagination-custom,
.news .swiper-pagination-fraction {
  bottom: -65px;
}
.news .swiper-pagination-bullet {
  border: 2px solid #0079cd;
  background: none;
  width: 10px !important;
  height: 10px !important;
}
.news_read {
  padding-top: 26px;
  text-align: center;
  padding: 120px 0;
}
.news_read .title {
  font-size: 26px;
  line-height: 44px;
  font-weight: lighter;
}
.news_read .date {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 49px;
  font-family: numberFont;
}
.news_read .date span:nth-child(1) {
  color: #0079cd;
}
.news_read .content {
  font-size: 16px;
  line-height: 36px;
  text-align: left;
  font-weight: lighter;
}
.news_read .content p {
  margin-bottom: 20px;
}
.hangye {
  background: #fff;
  padding: 6% 0;
}
.hangye .cc_botton {
  margin-bottom: 0;
  margin-top: 50px;
}
.hangye .title {
  font-size: 46px;
  font-weight: lighter;
  margin-bottom: 50px;
}
.hangye ul li {
  padding: 20px;
  background: #f0f4f7;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.hangye ul li:hover {
  background: #fff;
  border: 2px solid #0079cd;
}
.hangye ul li a {
  display: flex;
}
.hangye ul li img {
  margin-right: 61px;
}
.hangye ul li .ms {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.hangye ul li .ms .title {
  font-size: 24px;
  color: #000;
  margin-bottom: 0;
}
.hangye ul li .ms .content {
  font-size: 16px;
  font-weight: lighter;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hangye ul li .ms .date {
  font-size: 20px;
  font-family: numberFont;
}
.hangye ul li .ms .date span:nth-child(1) {
  color: #0079cd;
  margin-right: 11px;
}
.about {
  padding-top: 140px;
}
.about .pub_title {
  margin-bottom: 60px;
  font-size: 46px;
  text-align: center;
  font-weight: lighter;
  line-height: 46px;
}
.about .qyjs .shuju {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 2px solid #dde6ec;
  margin-bottom: 3%;
}
.about .qyjs .shuju li {
  width: 32%;
  display: flex;
  box-shadow: 0 0 40px #ccc;
}
.about .qyjs .shuju li:hover {
  box-shadow: 0 0 40px #999;
}
.about .qyjs .shuju li .left {
  width: 34.45%;
  margin-right: 2px;
  background: #fff;
  height: 188px;
  position: relative;
}
.about .qyjs .shuju li .left img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.about .qyjs .shuju li .right {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about .qyjs .shuju li .right P:nth-child(1) {
  font-size: 60px;
  line-height: 60px;
  color: #0079cd;
  font-family: numberFont;
}
.about .qyjs .shuju li .right P:nth-child(2) {
  font-size: 16px;
  line-height: 32px;
  color: #222;
  font-weight: bold;
}
.about .qyjs .jianjie {
  display: flex;
}
.about .qyjs .jianjie .ms {
  padding: 0 7.31%;
  background: url('../images/qybg.png');
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}
.about .qyjs .jianjie .ms img {
  margin-bottom: 28px;
}
.about .qyjs .jianjie .ms .main {
  font-size: 36px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 47px;
}
.about .qyjs .jianjie .ms .content {
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.6);
}
.jingshen {
  text-align: center;
  padding-top: 868px;
  background: url('../images/js_bg.png') no-repeat;
  background-color: #f0f4f7;
}
.jingshen .ry .title {
  font-size: 46px;
  line-height: 46px;
  font-weight: lighter;
  margin-bottom: 90px;
}
.jingshen .ry ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee6ed;
}
.jingshen .ry .baibian {
  height: 16px;
  background: #fff;
  margin-bottom: 176px;
}
.huanjing {
  margin-bottom: 140px;
}
.huanjing .title {
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  font-weight: lighter;
  margin-bottom: 80px;
}
.huanjing ul li {
  border: 8px solid transparent;
  box-sizing: border-box;
  opacity: 0.3;
}
.huanjing ul li.swiper-slide-active {
  border: 8px solid #fff;
  opacity: 1;
  box-shadow: 10px 10px 20px #ccc;
}
.contact {
  position: relative;
  padding-bottom: 128px;
}
.contact .info {
  width: 480px;
  height: 480px;
  background: #fff;
  position: absolute;
  top: 212px;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 0 59px;
  font-size: 18px;
  color: #222;
}
.contact .info li {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8eef2;
  padding-left: 34px;
}
.contact .info li:nth-child(3) {
  border: none;
}
.contact .info li img {
  margin-right: 35px;
}
.contact .info li p {
  line-height: 40px;
  font-weight: lighter;
}
.contact .amap_box {
  padding: 0;
}
.message {
  margin-bottom: 222px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.message .title {
  text-align: center;
  font-size: 46px;
  margin-bottom: 60px;
}
.message .content {
  height: 538px;
  width: 100%;
  background: #fff;
  padding: 10.2%;
  position: relative;
}
.message .content form {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.message .content form input::placeholder {
  color: #000;
  font-size: 18px;
}
.message .content form input:focus {
  border-bottom: 2px solid #000;
}
.message .content form input:focus::placeholder {
  color: #fff;
}
.message .content form input:valid {
  color: #0079cd;
  font-size: 18px;
}
.message .content form .wrap {
  width: 100%;
  position: absolute;
}
.message .content form .sub {
  position: absolute;
  top: 100%;
  width: 20%;
}
.message .content form .sub:valid {
  color: #fff;
}
.message .sub {
  background: #0079cd;
  border: none;
  width: 100%;
  height: 82px;
  font-size: 18px;
  color: #fff;
}
.message .sub img {
  vertical-align: baseline;
  margin-left: 12px;
}
.message .name,
.message .tel,
.message .xuqiu {
  border: 0;
  border-bottom: 2px solid #e5e5e5;
  width: 510px;
  height: 78px;
}
.message .xuqiu {
  width: 100%;
}
.hangye {
  padding-bottom: 140px;
}
.index_banner .swiper-pagination-bullet-active::after {
  display: none;
}
.base {
  padding: 186px 0 152px 0;
}
.mybtn {
  width: 166px;
  border-radius: 91px;
  margin-bottom: 20px;
  border: 2px solid #0079cd;
  line-height: 52px;
  font-size: 16px;
  overflow: hidden;
}
.mybtn:hover {
  color: #fff;
  background: #0079cd;
}
.mybtn a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mybtn a img {
  background: none;
}
.mybtn img {
  margin-left: 13px;
  margin-right: 0 !important;
}
.product_read {
  padding-bottom: 0;
}
.product_read colgroup col {
  position: sticky;
}
.product_read .top {
  display: flex;
  margin-bottom: 120px;
}
.product_read .top .img {
  background: #FFF;
  box-shadow: 0 0 40px #ccc;
  margin-right: 120px;
}
.product_read .top .right {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.product_read .bottom {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 120px;
}
.product_read .bottom .box {
  position: relative;
}
.product_read .bottom .title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: lighter;
  border-bottom: 2px solid #e4ebf1;
  margin-bottom: 63px;
  padding-bottom: 30px;
}
.product_read .bottom .fk {
  width: 60px;
  height: 8px;
  background: #0079cd;
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}
.product_read .bottom .scroll {
  margin-bottom: 130px !important;
  font-size: 18px;
  line-height: 30px;
}
.product_read .bottom table {
  width: 100%;
}
.product_read .bottom table td {
  text-align: center;
  font-size: 16px;
  font-weight: lighter;
  padding: 5px;
  width: fit-content;
}
.product_read .bottom table th {
  font-size: 16px;
}
.product_read .bottom table tr:nth-of-type(odd) {
  background: skyblue;
}
.product_read .bottom .button {
  display: flex;
  justify-content: space-between;
}
.ban {
  position: relative;
}
.liji {
  position: absolute;
  top: 53%;
  left: 16%;
  padding: 15px 60px;
  font-size: 16px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border: 0px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.INDEX_about .back_ab {
  background: url(../images/images/logo_about.png) no-repeat;
  padding: 146px 0 194px 0;
  background-position: 0px 437px;
}
.INDEX_about .INDEX_about_d {
  display: flex;
  justify-content: space-between;
}
.INDEX_about .INDEX_about_left {
  width: 40%;
}
.INDEX_about .INDEX_about_h1 {
  font-size: 72px;
  line-height: 93px;
  font-family: ARIBLK;
  color: #000;
}
.INDEX_about .INDEX_left_p1 {
  font-size: 36px;
  margin-bottom: 95px;
}
.INDEX_about .INDEX_left_p2 {
  font-size: 20px;
  color: #666666;
  line-height: 45px;
  margin-bottom: 74px;
}
.INDEX_about .INDEX_left_btn {
  padding: 12px 50px;
  font-size: 16px;
  color: #ffffff;
  background-color: #0079cd;
  border: 0px;
  border-radius: 50px;
}
.INDEX_about .X {
  height: 2px;
  width: 50px;
  background-color: #000;
  margin: 35px 0;
}
.PEODUCT_DISPLAY {
  padding: 185px 0 206px 0;
  background: url(../images/images/product_beijing.png);
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_b_p1 {
  font-size: 72px;
  line-height: 93px;
  font-family: ARIBLK;
  color: #000;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_b_p2 {
  font-size: 36px;
  margin-bottom: 44px;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia_left {
  display: flex;
  width: 80%;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia_left_d1_p1 {
  font-size: 30px;
  color: #0084d6;
  margin-top: 30px;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia_left_d1_p2 {
  font-size: 18px;
  line-height: 36px;
  color: #999999;
  margin: 10px 0px 56px 0px;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia_left_d1_p3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 50px;
}
.PEODUCT_DISPLAY .kk {
  width: 100%;
  height: 43px;
  background-color: green;
  opacity: 0;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_kk_x {
  padding: 20px 88px 36px 76px;
  background-color: #fff;
}
.PEODUCT_DISPLAY .jiantoukuang {
  padding: 15px 10px 5px 10px;
  border: 1px solid #888888;
  display: inline-block;
  margin: 64px 0 51px 0;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia {
  display: flex;
  justify-content: space-between;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia_right_li1 {
  font-size: 20px;
  color: #000;
  margin-bottom: 26px;
}
.PEODUCT_DISPLAY .chan_li4:hover .PEODUCT_DISPLAY_xia_right_li1,
.PEODUCT_DISPLAY .chan_li4.active .PEODUCT_DISPLAY_xia_right_li1 {
  font-weight: bold;
}
.PEODUCT_DISPLAY .PEODUCT_DISPLAY_xia_right_ul1 {
  margin-top: 70px;
}
.PEODUCT_DISPLAY .INDEX_right_img {
  width: 602px;
  height: 485px;
  border-radius: 50px 0 50px 0;
}
.PEODUCT_DISPLAY .chan_bei_li {
  display: flex;
}
.PEODUCT_DISPLAY .chan_bei {
  width: 76%;
}
.PEODUCT_DISPLAY .nav_chan {
  margin-top: 76px;
}
.PEODUCT_DISPLAY .LAT1 {
  display: flex;
  justify-content: space-between;
}
.technical_lingyu {
  position: relative;
}
.technical_lingyu .y_y {
  position: absolute;
  top: 181px;
  left: 263px;
}
.technical_lingyu .A1 {
  font-size: 72px;
  color: #ffffff;
  font-family: ARIBLK;
}
.technical_lingyu .A2 {
  height: 2px;
  width: 40px;
  background-color: #fff;
  margin: 25px 0;
}
.technical_lingyu .A21 {
  height: 2px;
  width: 10px;
  background-color: #fff;
  margin: 25px 0;
}
.technical_lingyu .A3 {
  margin-top: 20px;
  font-size: 24px;
  color: #ffffff;
}
.technical_lingyu .technical_lingyu .nav_liyu {
  margin-bottom: 6%;
}
.technical_lingyu .wai1 {
  text-align: center;
}
.technical_lingyu .nav_liyu li:hover,
.technical_lingyu .nav_liyu li.active {
  background: #0084d6;
}
.technical_lingyu .nav_liyu li:hover .bu,
.technical_lingyu .nav_liyu li.active .bu {
  color: #fff;
}
.technical_lingyu .nav_liyu li:hover .p_b,
.technical_lingyu .nav_liyu li.active .p_b {
  color: #fff;
}
.technical_lingyu .nav_liyu li:hover .wai1_img1,
.technical_lingyu .nav_liyu li.active .wai1_img1 {
  display: block;
}
.technical_lingyu .nav_liyu li:hover .wai1_img,
.technical_lingyu .nav_liyu li.active .wai1_img {
  display: none;
}
.technical_lingyu .liyu_li1 {
  position: absolute;
  top: 407px;
  left: 952px;
  line-height: 39px;
  text-align: center;
  font-family: MISANS-MEDIUM;
  font-size: 16px;
  width: 341px;
  height: 247px;
  background: rgba(255, 255, 255, 0.8);
}
.technical_lingyu .liyu_li2 {
  position: absolute;
  top: 407px;
  left: 1295px;
  line-height: 39px;
  text-align: center;
  font-family: MISANS-MEDIUM;
  font-size: 16px;
  width: 341px;
  height: 247px;
  background: rgba(255, 255, 255, 0.8);
}
.technical_lingyu .liyu_li3 {
  position: absolute;
  top: 656px;
  left: 266px;
  line-height: 39px;
  text-align: center;
  font-family: MISANS-MEDIUM;
  font-size: 16px;
  width: 341px;
  height: 247px;
  background: rgba(255, 255, 255, 0.8);
}
.technical_lingyu .liyu_li4 {
  position: absolute;
  top: 656px;
  left: 952px;
  line-height: 39px;
  text-align: center;
  font-family: MISANS-MEDIUM;
  font-size: 16px;
  width: 341px;
  height: 247px;
  background: rgba(255, 255, 255, 0.8);
}
.technical_lingyu .liyu_li5 {
  position: absolute;
  top: 656px;
  left: 609px;
  line-height: 39px;
  text-align: center;
  font-family: MISANS-MEDIUM;
  font-size: 16px;
  width: 341px;
  height: 247px;
  background: rgba(255, 255, 255, 0.8);
}
.technical_lingyu .liyu_li6 {
  position: absolute;
  top: 656px;
  left: 1295px;
  line-height: 39px;
  text-align: center;
  font-family: MISANS-MEDIUM;
  font-size: 16px;
  width: 341px;
  height: 247px;
  background: rgba(255, 255, 255, 0.8);
}
.technical_lingyu .p_b {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.technical_lingyu .bu {
  font-size: 25px;
  color: #000;
  margin-top: 26px;
}
.technical_lingyu .wai1_img {
  margin-top: 64px;
}
.technical_lingyu .wai1_img1 {
  display: none;
  margin: 64px auto 0;
}
.OUR {
  margin-bottom: 214px;
}
.OUR .OUR_d1 {
  margin-top: 228px;
  margin-bottom: 89px;
}
.OUR .OUR_d1_p1 {
  font-size: 72px;
  line-height: 93px;
  font-family: ARIBLK;
  color: #000;
  text-align: center;
}
.OUR .OUR_d1_p2 {
  font-size: 36px;
  margin-bottom: 44px;
  text-align: center;
}
.OUR .OUR_d1_p3 {
  font-size: 20px;
  text-align: center;
  color: #666666;
  margin: 0 226px;
  line-height: 45px;
}
.OUR .OUR_ul {
  display: flex;
  justify-content: space-between;
}
.OUR .OUR_li {
  height: 401px;
  overflow: hidden;
  cursor: pointer;
}
.OUR .OUR_li_d1 {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(rgba(22, 222, 48, 0), #0b82ca);
  display: inline-block;
}
.OUR .OUR_li_d2 {
  margin-top: 300px;
  margin-left: 40px;
}
.OUR .OUR_li_d1_p1 {
  font-size: 20px;
  color: #fff;
  line-height: 37px;
}
.OUR .OUR_li:hover .OUR_li_d1 {
  transform: translateY(-400px);
  transition: 0.5s;
}
.OUR .w1769 {
  max-width: 1769px;
  width: 92.7%;
  margin: 0 auto;
}
.OUR .OUR_li_jia {
  position: relative;
}
.OUR .jia {
  position: absolute;
  bottom: 0;
  right: 0;
}
.SHI .shijian_ul {
  display: flex;
  justify-content: center;
  padding: 110px 0;
}
.SHI .shijian_li {
  padding: 0 115px;
}
.SHI .shijian_li_border {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.SHI .shijian_li_p1 {
  font-size: 73.5px;
  color: #fff;
  font-weight: bold;
}
.SHI .shijian_li_p2 {
  font-size: 20px;
  color: #fff;
}
.LATEST {
  margin-top: 228px;
  margin-bottom: 230px;
}
.LATEST .LATEST_b_p1 {
  font-size: 72px;
  line-height: 93px;
  font-family: ARIBLK;
  color: #000;
}
.LATEST .LATEST_b_p2 {
  font-size: 36px;
}
.LATEST .LATEST_b_gs {
  font-size: 24px;
  color: #000;
  margin-right: 72px;
}
.LATEST .dis {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.LATEST .latest_wai_p1 {
  font-size: 24px;
  margin-top: 28px;
}
.LATEST .latest_li4:hover .latest_wai_p1,
.LATEST .latest_li4.active .latest_wai_p1 {
  color: #0084d6;
  font-weight: bold;
}
.LATEST .latest_wai_btn {
  padding: 25px 0;
  font-size: 16px;
  color: #999999;
  border: 0px;
  background: #f5f9fa;
  border-bottom: 1px solid #dedede;
}
.LATEST .latest_wai_btn_img {
  margin-left: 260px;
  margin-top: 5px;
}
.LATEST .riqi {
  margin-left: 10px;
  font-size: 18px;
  color: #999999;
}
.LATEST .LAT {
  display: flex;
  justify-content: space-between;
}
.LATEST .xinwen_don {
  width: 36.4%;
  padding: 43px 75px 43px 75px;
  background: #f5f9fa;
}
.LATEST .latest_li4 {
  margin-bottom: 40px;
}
.LATEST .latest_li4_a1 {
  padding: 17px 59px;
  border: 1px solid #dedede;
  background-color: #fff;
  border-radius: 50px;
  font-size: 16px;
}
.LATEST .latest_li4_a1:hover {
  background-color: #0084d6;
  color: #fff;
  border: 0px;
  transition: 0.5s;
}
.LATEST .latest_li5 {
  margin-top: 88px;
}
.FEATURES {
  margin-top: 114px;
  margin-bottom: 238px;
}
.FEATURES .FEATURES_DISPLAY_b_p1 {
  font-size: 72px;
  line-height: 93px;
  font-family: ARIBLK;
  color: #0084d6;
}
.FEATURES .FEATURES_DISPLAY_b_p2 {
  font-size: 36px;
  margin-bottom: 66px;
}
.FEATURES .FEATURES_center {
  background-color: #f7f7f7;
}
.FEATURES .FEATURES_center_ul {
  display: flex;
  flex-wrap: wrap;
}
.FEATURES .FEATURES_center_li {
  display: flex;
  padding: 135px 210px 92px 136px;
  width: 47%;
}
.FEATURES .FEATURES_center_li1 {
  display: flex;
  padding: 135px 210px 92px 136px;
  border-bottom: 1px solid #dedede;
  width: 47%;
}
.FEATURES .FEATURES_center_li {
  margin-top: -1px;
}
.FEATURES .FEATURES_center_li_d2 {
  margin-left: 40px;
}
.FEATURES .FEATURES_center_li_d2_p1 {
  font-size: 24px;
  margin-bottom: 18px;
}
.FEATURES .FEATURES_center_li_d2_p2 {
  font-size: 18px;
  color: #666666;
}
.FEATURES .FEATURES_center_ul_hr {
  height: 207px;
  width: 1px;
  background-color: #666666;
  margin: 96px 35px 0 35px;
  opacity: 0.2;
}
.FEATURES .FEATURES_center_ul_hr1 {
  height: 207px;
  width: 1px;
  background-color: #dedede;
  margin: 0px 35px 0 35px;
}
.FEATURES_bottom{
  margin-top: 133px;   
}
.FEATURES .FEATURES_bottom_ul1 {
  display: flex;
  justify-content: space-evenly;
  margin-top: 169px;
  margin-bottom: 150px;
  margin-left: 17px;
  margin-right: 17px;
}
.FEATURES .FEATURES_bottom_li1 {
  font-size: 18px;
  font-family: ARIAL;
}
.FEATURES .FEATURES_bottom_a1 {
  width: 18%;
  padding: 16px 0;
  text-align: center;
  border: 1px solid #e4e8ea;
}
.FEATURES .FEATURES_bottom_a1:hover,
.FEATURES .FEATURES_bottom_a1.active {
  font-weight: bold;
}
.FEATURES .FEATURES_bottom_ul2 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.FEATURES .FEATURES_bottom_li2 {
  width: 29%;
  text-align: center;
}
.FEATURES .FEATURES_bottom_li2_img {
  margin: 5px 0px 0px 140px;
}
.FEATURES .FEATURES_bottom_li2_span {
  margin-top: 34px;
  margin-bottom: 105px;
  font-size: 18px;
  display: inline-block;
}
.FEATURES .FEATURES_bottom_li2_img1 {
  transition: 1s;
}
.FEATURES .dddddd {
  overflow: hidden;
}
.FEATURES .FEATURES_bottom_ul2 .FEATURES_bottom_li2:hover .FEATURES_bottom_li2_img1 {
  transform: scale(1.1);
}
.XUFENG {
  margin-top: 229px;
}
.XUFENG .XUFENG_div_one {
  display: flex;
  justify-content: space-between;
  margin-bottom: 233px;
}
.XUFENG .XUFENG_d2 {
  width: 43.4%;
  padding-right: 70px;
}
.XUFENG .XUFENG_d2_p1 {
  font-size: 80px;
  color: #0084d6;
  font-family: ARIBLK;
}
.XUFENG .XUFENG_d2_p2 {
  font-size: 36px;
  margin-bottom: 50px;
}
.XUFENG .XUFENG_d2_p3 {
  font-size: 18px;
  color: #666666;
  line-height: 40px;
}
.technical {
  padding-top: 181px;
}
.technical .XUFENG_titl {
  text-align: center;
}
.technical .XUFENG_titl_px1 {
  font-size: 80px;
  color: #0084d6;
  font-family: ARIBLK;
}
.technical .XUFENG_titl_px2 {
  font-size: 36px;
  margin-bottom: 63px;
}
.technical .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
}
.technical .nav li {
  width: 32.82%;
  background: #fff;
  line-height: 86px;
  text-align: center;
  border-bottom: 4px solid #0079cd;
  font-size: 26px;
  font-weight: lighter;
  position: relative;
}
.technical .nav li a {
  color: #000;
  display: block;
}
.technical .nav li img {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: -999;
  display: none;
}
.technical .nav li:hover,
.technical .nav li.active {
  background: linear-gradient(to bottom right, #1677d0, #309be8);
  border: none;
}
.technical .nav li:hover a,
.technical .nav li.active a {
  color: #fff;
}
.technical .nav li:hover img,
.technical .nav li.active img {
  display: block;
}
.technical .content {
  text-align: center;
  height: 284px;
  border-bottom: 2px solid #e2e8ed;
  margin-bottom: 3%;
}
.technical .content .title {
  font-size: 40px;
  font-weight: lighter;
}
.technical .content .etitle {
  font-size: 20px;
  line-height: 50px;
  color: #0079cd;
  margin-bottom: 1%;
}
.technical .content .ms {
  font-size: 18px;
  line-height: 34px;
  font-weight: lighter;
  color: #888888;
}
.technical .swiper {
  overflow: hidden;
}
.technical .swiper_btn {
  margin-top: 85px;
  display: flex;
  justify-content: center;
}
.technical .swiper_btn .btn {
  width: 52px;
  height: 50px;
  margin-bottom: 10px;
  background: url(../images/images/www.png) center no-repeat;
  border: 1px solid #d0d0d0;
  margin-bottom: 13.5%;
  cursor: pointer;
}
.technical .swiper_btn .btn:hover {
  background: url(../images/images/www_b.png) center no-repeat #0079cd;
}
.technical .swiper_btn .btn:nth-child(1) {
  transform: scaleX(-1);
  margin-right: 20px;
}
.technical .honor_swiper_tu {
  display: block;
  position: relative;
}
.technical .honor_swiper_tu_img {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
}
.technical .mask {
  position: absolute;
  background: repeating-linear-gradient(rgba(22, 222, 48, 0), #0b82ca);
  color: #ffffff;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.technical .mask_img {
  margin-left: 34%;
  margin-top: 50%;
}
.technical .honor_swiper_tu:hover .mask {
  opacity: 1;
  transition: 0.5s;
}
.technical .swiper-honor {
  padding: 43px;
  width: 31% !important;
  background-color: #eeeeee;
  margin-right: 37px !important;
}




.XINWEN {
  margin-bottom: 175px;
}
.XINWEN .XINWEN_biaoti {
  display: flex;
  justify-content: center;
}
.XINWEN .XINWEN_biaoti_a1 {
  padding: 83px 55px;
}
.XINWEN .XINWEN_biaoti_a1:hover .XINWEN_biaoti_span1,
.XINWEN .XINWEN_biaoti_a1.active .XINWEN_biaoti_span1 {
  font-weight: bold;
  transition: 1s;
}
.XINWEN .XINWEN_biaoti_span1 {
  font-size: 24px;
  margin-left: 25px;
}
.XINWEN .XINWEN_biaoti_a1_img {
  margin-top: 2px;
}
.XINWEN .riqi_xinwen {
  margin-left: 10px;
  font-size: 18px;
  color: #999999;
}
.XINWEN .XINWEN_bottom_ul2_d2_p1 {
  font-size: 24px;
  margin-top: 4px;
  line-height: 38px;
}
.XINWEN .XINWEN_bottom_ul2_btn {
  padding: 40px 0 30px 0;
  background: #f5f9fa;
  font-size: 16px;
  color: #999999;
  border: 0px;
}
.XINWEN .XINWEN_bottom_ul2_btn_img {
  margin-left: 220px;
  margin-top: 6px;
}
.XINWEN .XINWEN_bottom_ul2_d2 {
  padding: 30px 63px 0 47px;
  background-color: #f5f9fa;
  border: 1px solid #d9d9d9;
  border-top: 0px;
}
.XINWEN .XINWEN_bottom_li2 {
  width: 29%;
  overflow: hidden;
  margin-bottom: 55px;
}
.XINWEN .XINWEN_bottom_li2_d1_img {
  transition: 0.5s;
}
.XINWEN .XINWEN_bottom_li2:hover .XINWEN_bottom_li2_d1_img {
  transform: scale(1.1);
}
.XINWEN .XINWEN_bottom_li2:hover .XINWEN_bottom_ul2_d2_p1 {
  font-weight: bold;
  color: #0084d6;
  transition: 0.5s;
}
.XINWEN .riqi_xinwen_img {
  margin-top: 3px;
}
.XINWEN .XINWEN_bottom_ul2 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.CONT .CONT_telephone {
  font-size: 22px;
  margin-top: 20px;
}
.CONT .CONT_top_d1 {
  display: flex;
  justify-content: space-around;
  margin: 115px auto 158px;
}
.CONT .CONT_top_d2 {
  text-align: center;
}
.EQUI {
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
  padding-top: 181px;
}
.EQUI .XUFENG_titl {
  text-align: center;
}
.EQUI .EQUI_d1_titl_px1 {
  font-size: 80px;
  color: #0084d6;
  font-family: ARIBLK;
  line-height: 39px;
  margin-bottom: 33px;
}
.EQUI .EQUI_d1_titl_px2 {
  font-size: 36px;
  margin-bottom: 180px;
}
.EQUI .EQUI_swiper_d2 {
  margin-right: -60px;
}
.EQUI .EQUI_d1 {
  width: 21%;
}
.EQUI .nav {
  margin-bottom: 6%;
}
.EQUI .nav li {
  width: 100%;
  line-height: 86px;
  border-bottom: 1px solid #999999;
  font-size: 22px;
  position: relative;
  padding-right: 20px;
}
.EQUI .nav li a {
  color: #999999;
  display: block;
}
.EQUI .nav li img {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: -999;
  display: none;
}
.EQUI .nav li:hover,
.EQUI .nav li.active {
  border-bottom: 1px solid #0084d6;
}
.EQUI .nav li:hover a,
.EQUI .nav li.active a {
  color: #0084d6;
}
.EQUI .nav li:hover img,
.EQUI .nav li.active img {
  display: block;
}
.EQUI .content {
  text-align: center;
  height: 284px;
  border-bottom: 2px solid #e2e8ed;
  margin-bottom: 3%;
}
.EQUI .content .title {
  font-size: 40px;
  font-weight: lighter;
}
.EQUI .content .etitle {
  font-size: 20px;
  line-height: 50px;
  color: #0079cd;
  margin-bottom: 1%;
}
.EQUI .content .ms {
  font-size: 18px;
  line-height: 34px;
  font-weight: lighter;
  color: #888888;
}
.EQUI .swiper {
  overflow: hidden;
}
.EQUI .swiper-slide {
  width: 900px !important;
}
.EQUI .swiper_btn {
  margin-top: -313px;
  display: flex;
  justify-content: space-between;
  margin-left: -42px;
  margin-right: -42px;
}
.EQUI .swiper_btn .btn {
  width: 10px;
  height: 19px;
  margin-bottom: 10px;
  background: url(../images/images/detect_right.png) center no-repeat;
  margin-bottom: 30.5%;
  cursor: pointer;
}
.EQUI .swiper_btn .btn:nth-child(1) {
  transform: scaleX(-1);
  margin-right: 20px;
}
.EQUI_ment .EQUI_ment_d1 {
  text-align: center;
}
.EQUI_ment .EQUI_ment_titl_px1 {
  font-size: 80px;
  color: #0084d6;
  font-family: ARIBLK;
  line-height: 39px;
  margin-bottom: 33px;
}
.EQUI_ment .EQUI_ment_titl_px2 {
  font-size: 36px;
  margin-bottom: 70px;
}
.EQUI_ment .EQUI_ment_titl_px3 {
  font-size: 20px;
  line-height: 42px;
}
.EQUI_ment .nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6%;
}
.EQUI_ment .nav li {
  width: 32.82%;
  background: #fff;
  line-height: 86px;
  text-align: center;
  border-bottom: 4px solid #0079cd;
  font-size: 26px;
  font-weight: lighter;
  position: relative;
}
.EQUI_ment .nav li a {
  color: #000;
  display: block;
}
.EQUI_ment .nav li img {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: -999;
  display: none;
}
.EQUI_ment .nav li:hover,
.EQUI_ment .nav li.active {
  background: linear-gradient(to bottom right, #1677d0, #309be8);
  border: none;
}
.EQUI_ment .nav li:hover a,
.EQUI_ment .nav li.active a {
  color: #fff;
}
.EQUI_ment .nav li:hover img,
.EQUI_ment .nav li.active img {
  display: block;
}
.EQUI_ment .content {
  text-align: center;
  height: 284px;
  border-bottom: 2px solid #e2e8ed;
  margin-bottom: 3%;
}
.EQUI_ment .content .title {
  font-size: 40px;
  font-weight: lighter;
}
.EQUI_ment .content .etitle {
  font-size: 20px;
  line-height: 50px;
  color: #0079cd;
  margin-bottom: 1%;
}
.EQUI_ment .content .ms {
  font-size: 18px;
  line-height: 34px;
  font-weight: lighter;
  color: #888888;
}
.EQUI_ment .swiper {
  overflow: hidden;
}
.EQUI_ment .swiper_btn {
  margin-top: 129px;
  display: flex;
  justify-content: center;
}
.EQUI_ment .swiper_btn .btn {
  width: 50px;
  height: 50px;
  border-radius: 91px;
  margin-bottom: 10px;
  background: url(../images/images/detect_right.png) center no-repeat;
  border: 2px solid #0079cd;
  margin-bottom: 16.3%;
  cursor: pointer;
}
.EQUI_ment .swiper_btn .btn:hover {
  background: url(../images/images/delte_b.png) center no-repeat #0079cd;
}
.EQUI_ment .swiper_btn .btn:nth-child(1) {
  transform: scaleX(-1);
  margin-right: 40px;
}
.EQUI_ment .EQUI_ment_d2 {
  margin-top: 108px;
}
.PRO_read {
  margin-top: 132px;
  margin-bottom: 300px;
}
.PRO_read .PRO_read_top_btn {
  padding: 25px 74px;
  border: 0px;
  background-color: #0084d6;
  font-size: 22px;
  color: #fff;
}
.PRO_read .PRO_read_bott_d1_p1 {
  font-size: 36px;
  color: #0084d6;
  margin: 40px 0 62px 0 ;
}
.PRO_read .PRO_read_bott_d1_p2 {
  font-size: 24px;
  color: #666666;
  margin: 54px 0 229px 0;
}
.PRO_read .PRO_read_top {
  display: flex;
  justify-content: space-around;
}
.PRO_read .PRO_read_bott_d1 {
  margin-right: 60px;
}
.PRO_read .nav_read {
  display: flex;
  justify-content: center;
}
.PRO_read .read_li1 {
  padding: 27px 274px ;
  font-size: 24px;
  border: 1px solid #eeeeee;
}
.PRO_read .read_li1:hover,
.PRO_read .read_li1.active {
  background-color: #eeeeee;
}
.PRO_read .read_bei {
  margin: 83px 0 0 136px;
}
.PRO_read .read_bei_li {
  font-size: 24px;
  color: #666666;
}
.PRO_read .PRO_read_bottom {
  margin-top: 123px;
}
.new_red .new_red_d1 {
  margin: 100px 0 100px 0;
  font-size: 16px;
  text-align: left;
}
.new_red .new_red_d1_p1 {
  font-size: 30px;
  font-weight: bold;
}







@media screen and (min-width: 1300px) and (max-width: 1644px) {
  .PEODUCT_DISPLAY_kk_x {
    padding: 20px 54px 36px 40px !important;
    background-color: #309be8;
  }
  .technical_lingyu {
    position: relative;
  }
  .technical_lingyu .y_y {
    position: absolute;
    top: 181px;
    left: 263px;
  }
  .technical_lingyu .A1 {
    font-size: 72px;
    color: #ffffff;
    font-family: ARIBLK;
  }
  .technical_lingyu .A2 {
    height: 2px;
    width: 40px;
    background-color: #fff;
    margin: 25px 0;
  }
  .technical_lingyu .A21 {
    height: 2px;
    width: 10px;
    background-color: #fff;
    margin: 25px 0;
  }
  .technical_lingyu .A3 {
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
  }
  .technical_lingyu .technical_lingyu .nav_liyu {
    margin-bottom: 6%;
  }
  .technical_lingyu .wai1 {
    text-align: center;
  }
  .technical_lingyu .nav_liyu li:hover,
  .technical_lingyu .nav_liyu li.active {
    background: #0084d6;
  }
  .technical_lingyu .nav_liyu li:hover .bu,
  .technical_lingyu .nav_liyu li.active .bu {
    color: #fff;
  }
  .technical_lingyu .nav_liyu li:hover .p_b,
  .technical_lingyu .nav_liyu li.active .p_b {
    color: #fff;
  }
  .technical_lingyu .nav_liyu li:hover .wai1_img1,
  .technical_lingyu .nav_liyu li.active .wai1_img1 {
    display: block;
  }
  .technical_lingyu .nav_liyu li:hover .wai1_img,
  .technical_lingyu .nav_liyu li.active .wai1_img {
    display: none;
  }
  .technical_lingyu .liyu_li1 {
    position: absolute;
    top: 270px;
    left: 834px;
    line-height: 39px;
    text-align: center;
    font-family: MISANS-MEDIUM;
    font-size: 16px;
    width: 254px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
  }
  .technical_lingyu .liyu_li2 {
    position: absolute;
    top: 270px;
    left: 1090px;
    line-height: 39px;
    text-align: center;
    font-family: MISANS-MEDIUM;
    font-size: 16px;
    width: 254px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
  }
  .technical_lingyu .liyu_li3 {
    position: absolute;
    top: 472px;
    left: 322px;
    line-height: 39px;
    text-align: center;
    font-family: MISANS-MEDIUM;
    font-size: 16px;
    width: 254px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
  }
  .technical_lingyu .liyu_li4 {
    position: absolute;
    top: 472px;
    left: 834px;
    line-height: 39px;
    text-align: center;
    font-family: MISANS-MEDIUM;
    font-size: 16px;
    width: 254px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
  }
  .technical_lingyu .liyu_li5 {
    position: absolute;
    top: 472px;
    left: 578px;
    line-height: 39px;
    text-align: center;
    font-family: MISANS-MEDIUM;
    font-size: 16px;
    width: 254px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
  }
  .technical_lingyu .liyu_li6 {
    position: absolute;
    top: 472px;
    left: 1090px;
    line-height: 39px;
    text-align: center;
    font-family: MISANS-MEDIUM;
    font-size: 16px;
    width: 254px;
    height: 200px;
    background: rgba(255, 255, 255, 0.2);
  }
  .technical_lingyu .p_b {
    font-size: 14px;
    color: #000;
  }
  .technical_lingyu .bu {
    font-size: 25px;
    color: #000;
    margin-top: 26px;
  }
  .technical_lingyu .wai1_img {
    margin-top: 40px;
  }
  .technical_lingyu .wai1_img1 {
    display: none;
    margin: 40px auto 0;
  }
  .LATEST .latest_li5 {
    margin-top: 43px;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1550px) {
  .FEATURES_center_li {
    display: flex;
    padding: 135px 177px 92px 136px !important;
    border-bottom: 1px solid #dedede;
  }
  .FEATURES_center_li1 {
    display: flex;
    padding: 135px 177px 92px 136px !important;
    border-bottom: 1px solid #dedede;
  }
}
.phone_cang {
  display: none !important;
}
.wap_footer {
  display: none;
}
