@font-face {
  font-family: DIN Medium;
  src: url(../../netskin/fonts/DIN\ Medium.ttf);
}
@font-face {
  font-family: AkzidenzGrotesk-Bold;
  src: url(../../netskin/fonts/AkzidenzGrotesk-Bold.otf);
}
* {
  margin: 0px;
  padding: 0px;
}
.scroll {
  text-align: center;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.w1760 {
  max-width: 1760px;
  margin: 0 auto;
  width: 91.66%;
}
.w1099 {
  max-width: 1099px;
  margin: 0 auto;
  width: 90%;
}
.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: #000;
  font-size: 16px;
  font-family: '微软雅黑';
  line-height: 16px;
  position: relative;
  z-index: 9999;
  padding: 39px 103px;
  margin-left: 110px;
  margin-right: 110px;
  background-color: white;
  border-radius: 0px 0px 40px 40px;
}
.nav_top .left {
  display: flex;
  flex: 1;
  align-items: center;
}
.nav_top .left .logo {
    width: 30%;
  margin-right: 8.13%;
}
.nav_top .left .nav {
  display: flex;
  width: 75.43%;
  justify-content: space-between;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 14.7%;
}
.nav_top .left .nav li .hover,
.nav_top .left .nav li:hover {
  color: #f5b856;
  font-weight: bold;
}
.nav_top .right {
  margin-top: 10px;
}
.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 h1 {
  font-size: 46px;
  line-height: 46px;
  font-weight: lighter;
  color: #000;
  margin-bottom: 49px;
}
.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 .nav_top {
  transition: 1s ease-out, top 0s;
}
.head .nav_top:hover {
  background: #fff !important;
}
.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;
}
.footer .top .left .logo {
  margin-bottom: 50%;
}
.footer .top .left .btn {
  padding: 0 34px;
  width: fit-content;
  height: 52px;
  border-radius: 91px;
  margin-bottom: 20px;
  border: 2px solid #0079cd;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
}
.footer .top .left .btn img {
  margin-top: 19px;
  margin-left: 12px;
}
.footer .top .right {
  width: 67.17%;
}
.footer .top .right .footer_nav {
  padding-bottom: 72px;
  border-bottom: 1px solid #4e4e4e;
  margin-bottom: 70px;
}
.footer .top .right .footer_nav ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
}
.footer .top .right .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
}
.footer .top .right .bottom .left {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .top .right .bottom .left span {
  color: #fff;
  font-size: 16px;
}
.footer .top .right .bottom .right {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  width: 96px;
  height: 96px;
}
.footer .top .right .bottom .right img {
  margin-bottom: 15px;
}
.footer .top .right .bottom .right p {
  text-align: center;
}
.footer .top .right .bottom .scroll_top {
  cursor: pointer;
}
.footer .footer_bottom {
  font-size: 14px;
  line-height: 63px;
  color: rgba(255, 255, 255, 0.3);
  background: #000;
}
.footer .footer_bottom .w1450 {
  display: flex;
  justify-content: space-between;
}
.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;
}
.technical {
  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;
}
.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: 40px;
  display: flex;
  justify-content: center;
}
.technical .swiper_btn .btn {
  width: 90px;
  height: 52px;
  border-radius: 91px;
  margin-bottom: 10px;
  background: url(../images/left_jt.png) center no-repeat;
  border: 2px solid #0079cd;
  margin-bottom: 6%;
  cursor: pointer;
}
.technical .swiper_btn .btn:hover {
  background: url(../images/left_jt_b.png) center no-repeat #0079cd;
}
.technical .swiper_btn .btn:nth-child(1) {
  transform: scaleX(-1);
  margin-right: 20px;
}
.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: left;
  flex-direction: row;
  justify-content: space-between;
}
.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;
  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;
}
.dingbu {
  margin-top: -142px;
}
.index_PRODUCT {
  text-align: center;
}
.index_PRODUCT .index_xian {
  width: 1px;
  height: 102px;
  background-color: black;
  margin: 0 auto;
}
.index_PRODUCT .index_1 {
  display: inline-block;
  display: flex;
  justify-content: center;
  margin-top: 58px;
}
.index_PRODUCT .index_1 .index_cpzhanshi {
  font-size: 71px;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #0093dd, #f5b855);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family:AkzidenzGrotesk-Bold;
}
.index_PRODUCT .index_cpzhanshi_CN {
  font-size: 35px;
  text-align: center;
  margin-bottom: 93px;
  margin-top: 20px;
}
.index_PRODUCT .index_PRODUCT_bottom:hover .jv_zhong {
  animation: 1s 0.4s fadeInLeft both;
}
.index_PRODUCT .index_PRODUCT_bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 107px;
}
.index_PRODUCT .index_PRODUCT_bottom .index_PR_left {
  background: linear-gradient(180deg, #0093dd, #f5b855);
}
.l1 {
  display: flex;
}
.jv_zhong {
  margin: 156px 269px 0px 210px;
  text-align: left;
  max-width: 478px;
}
.index_p1 {
  font-size: 30px;
  color: white;
  font-weight: 500;
}
.index_p2 {
  font-size: 18px;
  color: white;
  margin: 19px 0 38px 0px;
}
.index_p3 {
  font-size: 17px;
  color: white;
  line-height: 40px;
}
.index_pr_hr {
  width: 43px;
  height: 1px;
  background-color: white;
  margin-bottom: 72px;
}
.right_xia {
  text-align: right;
  margin: 30px  67px;
}
.index_pr_btn {
  background-color: white;
  border: 1px solid #dedcdc;
  padding: 26px 99px;
  border-radius: 50px;
  font-size: 20px;
  color: #999999;
  margin-bottom: 156px;
}
.index_pr_btn:hover {
  background: linear-gradient(90deg, #0093dd, #f5b855);
  color: white;
  transition: 0.5s;
}
.index_INTRODUCE {
  position: relative;
}
.index_INTRODUCE .introduce_bg {
  max-width: 57%;
  background-color: white;
  margin: -860px 0px 0px 843px;
  position: absolute;
  top: 100%;
  left: 0;
}
.index_INTRODUCE .introduce_bg_center {
  padding: 176px  213px 0px 174px;
}
.index_INTRODUCE .introduce_p1 {
  font-size: 72px;
  font-weight: 600;
  background: linear-gradient(90deg, #0093dd, #f5b855);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family:AkzidenzGrotesk-Bold;
}
.index_INTRODUCE .introduce_p2 {
  font-size: 30px;
  margin-top: 20px;
}
.index_INTRODUCE .introduce_p3 {
  font-size: 18px;
  line-height: 42px;
  margin-top: 85px;
  margin-bottom: 90px;
}
.index_INTRODUCE .introduce_1 {
  display: inline-block;
}
.index_INTRODUCE .introduce_shuzi {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.index_INTRODUCE .introduce_left_p1 {
  font-size: 80px;
  font-family: DIN Medium;
}
.index_INTRODUCE .introduce_left_p2 {
  font-size: 16px;
}
.w211 {
  max-width: 1540px;
  margin: 0 auto;
  /*display: none;*/
}
.w190 {
  max-width: 1495px;
  margin: 0 auto;
  width: 94%;
}
.index_COOPERATION .COOPERATION_1 {
  display: inline-block;
}
.index_COOPERATION .COOPERATION_p1 {
  font-size: 72px;
  font-weight: 600;
  background: linear-gradient(90deg, #0093dd, #f5b855);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 219px;
  font-family:AkzidenzGrotesk-Bold;
}
.index_COOPERATION .COOPERATION_p2 {
  font-size: 35px;
  font-family: 微软雅黑;
  margin: 20px 0px 100px 0px;
}
.index_WEIKEHU {
  height: 450px;
  background: url(../images/images/wei.png) no-repeat;
  background-size: 100%;
  display: none;
}
.index_WEIKEHU .index_WEIKEHU_div {
  font-size: 48px;
}
.index_WEIKEHU .index_WEIKEHU_btn {
  font-size: 24px;
  padding: 25px 85px;
  margin-top: 50px;
  border: 0;
  border-radius: 50px;
  color: black;
}
.index_WEIKEHU .index_WEIKEHU_center {
  text-align: center;
  padding: 149px 0;
}
.index_WEIKEHU .index_WEIKEHU_img {
  margin-top: 11px;
  margin-left: 10px;
}
.index_WEIKEHU .index_WEIKEHU_btn:hover {
  background: linear-gradient(to right, #0093dd 0%, #f5b855 100%);
  color: white;
  transition: 0.5s;
}
.index_DEMAND .index_DEMAND_1 {
  display: inline-block;
}
.index_DEMAND .index_DEMAND_dem {
  font-size: 72px;
  font-weight: 600;
  background: linear-gradient(90deg, #0093dd, #f5b855);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-top: 233px;
  font-family:AkzidenzGrotesk-Bold;
}
.index_DEMAND .DEMAND_p1 {
  font-size: 30px;
  font-family: 微软雅黑;
  margin: 17px 0px 32px 0px;
}
.index_DEMAND .DEMAND_p2 {
  font-size: 16px;
  font-family: 微软雅黑;
  margin: 10px 0px 59px 0px;
}
.index_DEMAND .index_DEMAND_fu .message {
  margin-bottom: 100px;
}
.index_DEMAND .cintact {
  margin-top: -259px;
}
.product_PRO {
  margin-bottom: 232px;
}
.product_PRO .product_PRO_ul {
  list-style-type: none ;
  display: flex;
  margin-bottom: 182px;
}
.product_PRO .product_PRO_li {
  width: 960px;
  height: 102px;
  line-height: 102px;
  background: white;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.product_PRO .product_PRO_li:hover,
.product_PRO .product_PRO_li.hover {
  background: linear-gradient(90deg, #0093dd, #f5b855);
  color: white;
}
.partner_PAR {
  /*左右箭头*/
}
.partner_PAR .partner_lun {
  margin-top: 90px;
}
.partner_PAR .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide > a:hover {
  box-shadow: 0 10px 40px rgba(201, 164, 103, 0.2);
  border: 0px;
  background: linear-gradient(90deg, #0093dd, #f5b855);
  transition: 1s;
}
.partner_PAR .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide > a:hover .inner-content img {
  opacity: 0;
}
.partner_PAR .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide > a:hover .inner-content .xianshi {
  opacity: 1;
  transition: 1s;
}
.partner_PAR .inner-content {
  position: relative;
}
.partner_PAR .xianshi {
  position: absolute;
  top: -4px;
  left: 37px;
  width: 230px;
  height: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  opacity: 0;
}
.partner_PAR .xianshi p {
  font-size: 24px;
  line-height: 100px;
  color: white;
}
.partner_PAR .home-market-section .section-inner .swiper-button-prev {
  left: 610px;
  top: 792px;
  margin-top: 0;
  width: 47px;
  height: 47px;
  border-radius: 91px;
  background: url(../images/images/fanhui_left_hei.png) no-repeat center;
  border: 1px solid;
  cursor: pointer;
  background-size: 25%;
}
.partner_PAR .home-market-section .section-inner .swiper-button-next {
  right: 610px;
  top: 792px;
  margin-top: 0;
  width: 47px;
  height: 47px;
  border-radius: 91px;
  background: url(../images/images/fanhui_right_hei.png) no-repeat center;
  border: 1px solid;
  cursor: pointer;
  background-size: 25%;
}
.partner_PAR .home-market-section .section-inner .swiper-button-next:hover {
  background: url(../images/images/fanhui_right_bai.png) no-repeat center center, linear-gradient(90deg, #0093dd 0%, #f5b855 100%);
  border: 0px;
  background-size: auto 50%;
}
.partner_PAR .home-market-section .section-inner .swiper-button-prev:hover {
  background: url(../images/images/fanhui_left_bai.png) no-repeat center, linear-gradient(90deg, #0093dd 0%, #f5b855 100%);
  border: 0px;
  background-size: auto 50%;
}
.partner_PAR .home-market-section .section-inner .swiper-container .swiper-pagination-bullet-active:before {
  width: 2px !important;
  height: 23px;
  opacity: 1;
  border-radius: 100px;
  transform: scale(1.2);
  background: black;
}
.partner_PAR .partner_01 {
  font-size: 24px;
  color: black;
  display: inline-block;
  margin-top: 577px;
  margin-right: 46px;
}
.partner_PAR .partner_02 {
  font-size: 24px;
  color: black;
  display: inline-block;
}
.partner_PAR .home-market-section .section-inner .swiper-container .swiper-pagination-bullets {
  bottom: 36px;
}
.partner_PAR .home-market-section .section-inner .swiper-container {
  margin-bottom: 150px;
}
.partner_PAR .home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide > a {
  margin-left: 10px;
  margin-right: 10px;
}
.partner_PAR .home-market-section .section-inner .swiper-container {
  height: 853px;
  max-width: 1495px;
  margin-bottom: 145px;
}
.RESEARCH .RESEARCH_title {
  margin-top: 120px;
  margin-bottom: 140px;
}
.RESEARCH .RESEARCH_title_p {
  font-size: 20px;
  text-align: center;
  line-height: 44px;
}
.RESEARCH .RESEARCH_img {
  display: inline-block;
  overflow: hidden;
}
.RESEARCH .RESEARCH_center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.RESEARCH .RESEARCH_res {
  margin-bottom: 200px;
}
.RESEARCH .RESEARCH_res_li_p1 {
  font-size: 24px;
  margin: 35px 0 80px 0;
}
.RESEARCH .RESEARCH_res_li {
  text-align: center;
}
.RESEARCH .RESEARCH_img img {
  transition: all 1.5s;
}
.RESEARCH .RESEARCH_img img:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.NEWS .NEWS_top {
  margin-top: 167px;
  margin-bottom: 205px;
}
.NEWS .NEWS_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.NEWS .NEWS_li {
  border: 1px solid #888888;
  display: inline-block;
  margin-bottom: 64px;
  position: relative;
}
.NEWS .NEWS_li_p1 {
  font-size: 24px;
  text-align: left;
  margin-top: 58px;
  margin-left: 58px;
}
.NEWS .NEWS_li_p2 {
  font-size: 16px;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 60px;
  margin-left: 58px;
}
.NEWS .NEWS_li_p3 {
  font-size: 16px;
  text-align: left;
  margin-left: 58px;
  margin-bottom: 35px;
}
.NEWS .NEWS_img {
  display: inline-block;
  overflow: hidden;
}
.NEWS .NEWS_img img {
  transition: all 1.5s;
}
.NEWS .NEWS_li:hover .NEWS_img img {
  cursor: pointer;
  transform: scale(1.2);
}
.NEWS .NEWS_ri_kuang {
  width: 100px;
  height: 40px;
  background: linear-gradient(90deg, #0093dd, #f5b855);
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  top: 187px;
  left: 50px;
}
.NEWS .NEWS_riqi {
  font-size: 20px;
  color: white;
  text-align: center;
  line-height: 40px;
}
.CONTACT_CHUANG .CONTACT_CHUANG_top {
  margin-top: 195px;
}
.CONTACT_CHUANG .CONTACT_CHUANG_div1 {
  font-size: 30px;
  font-family: 微软雅黑;
}
.CONTACT_CHUANG .CONTACT_CHUANG_div2 {
  font-size: 18px;
  font-family: 微软雅黑;
  margin-top: 25px;
  margin-bottom: 113px;
}
.CONTACT_CHUANG .CONTACT_CHUANG_ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 229px;
}
.CONTACT_CHUANG .CONTACT_CHUANG_li {
  display: flex;
}
.CONTACT_CHUANG .CONTACT_CHUANG_li_p1 {
  font-size: 20px;
  margin-bottom: 6px;
  margin-left: 20px;
}
.CONTACT_CHUANG .message .CONTACT_mess {
  width: 100%;
  height: 754px;
  background: linear-gradient(90deg, #0093dd, #f5b855);
}
.CONTACT_CHUANG .CONTACT_fud {
  display: flex;
}
.CONTACT_CHUANG .message .details {
  width: 695px !important;
}
.CONTACT_CHUANG .amap_box {
  padding: 0px;
}
.CONTACT_CHUANG .CONTACT_CHUANG_div3 {
  font-size: 30px;
  color: white;
}
.CONTACT_CHUANG .CONTACT_CHUANG_div4 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: white;
}
.CONTACT_CHUANG .CONTACT_CHUANG_bottom_j {
  margin-left: 145px;
  margin-top: 95px;
  margin-right: 129px;
}
.CONTACT_CHUANG .message .name,
.CONTACT_CHUANG .message .tel {
  width: 339px;
}
.CONTACT_CHUANG .message .content form .contact_sub {
  top: 78%;
  width: 23.5%;
  -webkit-background-clip: text;
  border: 1px solid white;
}
.CONTACT_CHUANG .input_contant {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CONTACT_CHUANG .CONTACT_CHUANG_bottom_b {
  margin-bottom: 0px;
}
.w211_top {
  padding: 140px 211px 160px;
}
.footer {
  background: #1b1b1b;
}
.footer .footer_top {
  border-bottom: 1px solid #5a5a5a;
  display: flex;
  justify-content: space-between;
}
.footer .footer_title {
  font-size: 30px;
  margin-bottom: 40px;
  color: #cccccc;
}
.footer .foot_boot {
  margin-top: 78px;
  display: flex;
  justify-content: space-between;
}
.footer .foot_boot_guanyu {
  margin-bottom: 47px;
  font-size: 20px;
  color: #cccccc;
}
.footer .foot_boot_ALL {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 20px;
}
.footer .footer_jiantou {
  margin-top: 30px;
  margin-right: 20px;
  border-bottom: 1px solid white;
  padding-bottom: 27px;
  padding-left: 25px;
  padding-right: 25px;
}
.Certificate .Certificate_CER {
  margin-bottom: 200px;
}
.Certificate .Certificate_CER_ul {
  list-style-type: none ;
  display: flex;
  margin-bottom: 142px;
}
.Certificate .Certificate_CER_li {
  width: 960px;
  height: 102px;
  line-height: 102px;
  background: white;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.Certificate .Certificate_CER_li:hover,
.Certificate .Certificate_CER_li.hover {
  background: linear-gradient(90deg, #0093dd, #f5b855);
  color: white;
}
.Certificate .Certificate_img {
  display: inline-block;
  overflow: hidden;
}
.CCertificate_img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.Certificate .Certificate_CER_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Certificate .Certificate_CER_center1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Certificate_CER_B_li1{
   margin-bottom:90px   
}
.Certificate_CER_li_p12{
    text-align: center;
    font-size: 24px;
}
.Certificate .Certificate_CER_B_li {
  margin: 0 12px 24px 12px;
  width: 21%;
  text-align: center;
  border: 1px solid #99999938;
  position: relative;
}
.Certificate .Certificate_CER_B_li:hover .Certificate_CER_li_p1{
    display: block;
}
.Certificate .Certificate_CER_B_li:hover .CCertificate_img img{
    display: none;
}
.Certificate .Certificate_CER_B_li:hover{
  background: linear-gradient(90deg, #0093dd, #f5b855);
  transition: .5s;
}
.Certificate .Certificate_CER_li_p1 {
    display: none;
    position: absolute;
    color: #ffffff70;
    top: 60px;
    left: 91px;
    padding: 10px 0;
    border-top: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
  font-size: 24px;
}
.PROFILE .PROFILE_PRO_ul {
  list-style-type: none ;
  display: flex;
  margin-bottom: 182px;
}
.PROFILE .PROFILE_PRO_li {
  width: 960px;
  height: 102px;
  line-height: 102px;
  background: white;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.PROFILE .PROFILE_PRO_ul .PROFILE_PRO_li:hover,
.PROFILE .PROFILE_PRO_ul .PROFILE_PRO_li.hover {
  background: linear-gradient(90deg, #0093dd, #f5b855);
  color: white;
}
.PROFILE .PROFILE_conter_span {
  font-size: 23px;
}
.PROFILE .PROFILE_conter_p1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 114px;
}
.PROFILE .PROFILE_conter_p2 {
  font-size: 17px;
  line-height: 40px;
  margin-bottom: 60px;
  text-indent: 2em;
}
.PROFILE .PROFILE_conter_center {
  display: flex;
}
.PROFILE .PROFILEright {
  margin-right: 102px;
}
.PROFILE .PROFILE_conter_bottom {
  margin-bottom: 236px;
}
.PROFILE .swiper-button-prev {
  background: url(../images/images/gs_left.png) no-repeat;
  width: 69px;
  height: 69px;
  left: 0px;
}
.PROFILE .swiper-button-next {
  background: url(../images/images/gs_right.png) no-repeat;
  width: 69px;
  height: 69px;
  right: 0px;
}
.PROFILE .swiper-button-next:after,
.PROFILE .swiper-button-prev:after {
  content: "";
  font-family: auto;
}
.PROFILE img {
  width: 100%;
}
.PROFILE #gallery {
  width: 1540px;
}
.PROFILE #thumbs {
  width: 1540px;
  margin-top: 23px;
  text-align: center;
}
.PROFILE #thumbs .swiper-slide {
  opacity: 0.3;
}
.PROFILE #thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.PROFILE #thumbs .img_suolue {
  width: 500px !important;
  margin-right: 23px !important;
}
.PROFILE .PROFILE_conter_hr {
  width: 20px;
  height: 1px;
  background-color: black;
}
.Engineering {
  margin-bottom: 220px;
  background-color: white;
}
.Engineering .Engineering_PRO_ul {
  list-style-type: none ;
  display: flex;
  margin-bottom: 122px;
}
.Engineering .Engineering_PRO_li {
  width: 960px;
  height: 102px;
  line-height: 102px;
  background: white;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
}
.Engineering .Engineering_PRO_li:hover,
.Engineering .Engineering_PRO_li.hover {
  background: linear-gradient(90deg, #0093dd, #f5b855);
  color: white;
}
.Engineering .Engineering_img {
  display: inline-block;
  overflow: hidden;
}
.Engineering .Engineering_center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}
.Engineering .Engineering_res_li_p1 {
  font-size: 24px;
  margin: 35px 0 80px 0;
}
.Engineering .Engineering_res_li {
  text-align: center;
}
.Engineering .Engineering_img img {
  transition: all 1.5s;
}
.Engineering .Engineering_img img:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.NEWS_READS {
  display: flex;
  margin-top: 130px;
}
.NEWS_READS .NEWS_READS_left {
  margin-right: 167px;
  margin-bottom: 227px;
}
.NEWS_READS .NEWS_READS_h1 {
  font-size: 36px;
  font-weight: 600;
  font-family: 微软雅黑;
}
.NEWS_READS .NEWS_READS_h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 64px;
  font-family: 微软雅黑;
}
.NEWS_READS .NEWS_READS_p1 {
  font-size: 17px;
  margin-bottom: 120px;
  font-family: 微软雅黑;
  line-height: 37px;
}
.NEWS_READS .NEWS_READS_h2 {
  font-size: 24px;
  color: #75aa42;
  font-weight: 600;
  margin-bottom: 37px;
  font-family: 微软雅黑;
}
.NEWS_READS .NEWS_READS_p2 {
  font-size: 17px;
  font-weight: 600;
  font-family: 微软雅黑;
  margin-bottom: 22px;
  line-height: 37px;
}
.NEWS_READS .NEWS_READS_p3 {
  font-size: 17px;
  font-family: 微软雅黑;
  line-height: 37px;
  margin-bottom: 60px;
}
.NEWS_READS .NEWS_READS_right_bootom {
  display: flex;
  justify-content: space-between;
}
.NEWS_READS .NEWS_READS_right_top {
  margin-top: 200px;
  display: inline-block;
  width: 400px;
}
.NEWS_READS .NEWS_READS_li {
  margin-bottom: 59px;
}
.NEWS_READS .xiang_btn {
  font-size: 16px;
  color: #888888;
  padding: 10px 30px;
  -webkit-background-clip: text;
  border: 1px solid #888888;
}
.NEWS_READS .xiang_btn img {
  margin-top: 0px;
  margin-right: 10px;
}
.NEWS_READS .im01 {
  margin-bottom: 30px;
  max-width: 400px;
}
.NEWS_READS .im02 {
  margin-right: 20px;
  max-width: 190px;
}
.NEWS_READS .im02_1 {
  margin-right: 15px;
}
.NEWS_READS .im02_2 {
  margin-left: 15px;
}
.message .content {
  width: 64%;
}
.message .name,
.message .tel {
  width: 440px;
  height: 54px;
  background-color: #eeeeee;
  border-bottom: 0px;
  margin-bottom: 17px;
  padding-left: 30px;
}
.message .details {
  width: 927px;
  height: 200px;
  background-color: #eeeeee;
  border-bottom: 0px;
  padding-left: 30px;
  padding-top: 20px;
}
.message .name::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .name:-ms-input-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .name:-moz-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .name::-moz-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .tel::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .tel:-ms-input-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .tel:-moz-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .tel::-moz-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .details::-webkit-input-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .details:-ms-input-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .details:-moz-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .tdetailsel::-moz-placeholder {
  font-size: 16px !important;
  color: #999999 !important;
}
.message .content form input:valid {
  color: #999999;
  border: 0px;
}
.message .content {
  height: 360px;
  background-color: white;
  padding: 0px;
}
.message .sub {
  height: 52px;
  font-size: 16px;
}
.message .name {
  margin-right: 12px;
}
.message .content form .sub {
  top: 106%;
}
.SEARCH .txt {
  width: 50px;
  margin-left: 40px;
  border: 0px;
  border-bottom: 1px solid #f1f1f1;
}
.SEARCH .btn_sear {
  background: url(../images/images/sousuo.png) no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 76%;
  border: 0px;
}
.SEARCH_PU .SEARCH_PU_02 {
  margin-top: 100px;
  margin-bottom: 130px;
}
.SEARCH_PU .SEARCH_PU_jieguo {
  font-size: 30px;
  color: black;
  font-family: 微软雅黑;
  font-weight: 600;
}
.SEARCH_PU .SEARCH_PU_jieguo_xian {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin: 18px 0px 0px 0px;
}
.SEARCH_PU .SEARCH_PU_li {
  border-bottom: 1px dashed #e1e1e1;
}
.SEARCH_PU .SEARCH_PU_dd1 {
  font-size: 20px;
  font-family: 微软雅黑;
  margin: 20px 0px 30px 0px;
}
.SEARCH_PU .SEARCH_PU_dd2 {
  text-align: right;
  line-height: 30px;
}
.SEARCH_PU .SEARCH_PU_ul {
  margin-top: 80px;
  font-size: 20px;
}
.SEARCH_PU .SEARCH_PU_mei {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}
.index_SHIJUE {
  height: 600px;
  overflow-y: scroll;
  padding: 0px;
}



/*.gundong::-webkit-scrollbar{*/
/*    width: 10px;*/
/*    height: 10pxpx;*/
/*    background-color: red;*/
/*    border-radius: 10px;*/
/*}*/
/*.gundong::-webkit-scrollbar-thumb{*/
/*    display:block;*/
/*    width: 6px;*/
/*    margin: 0 auto;*/
/*    border-radius: 10px;*/
/*    background-color: #0093dd;*/
/*}*/



/*// 隐藏显示*/
.phone_ban{
  display:none!important;
}




@media screen and (min-width: 1600px) and (max-width: 1800px) {
  .index_PRODUCT {
    text-align: center;
  }
  .index_PRODUCT .index_xian {
    width: 1px;
    height: 102px;
    background-color: black;
    margin: 0 auto;
  }
  .index_PRODUCT .index_1 {
    display: inline-block;
    display: flex;
    justify-content: center;
    margin-top: 58px;
  }
  .index_PRODUCT .index_1 .index_cpzhanshi {
    font-size: 71px;
    font-weight: 600;
    text-align: center;
    background: linear-gradient(90deg, #0093dd, #f5b855);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .index_PRODUCT .index_cpzhanshi_CN {
    font-size: 35px;
    text-align: center;
    margin-bottom: 93px;
  }
  .index_PRODUCT .index_PRODUCT_bottom:hover .jv_zhong {
    animation: 1s 0.4s fadeInLeft both;
  }
  .index_PRODUCT .index_PRODUCT_bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 107px;
  }
  .index_PRODUCT .index_PRODUCT_bottom .index_PR_left {
    background: linear-gradient(180deg, #0093dd, #f5b855);
  }
  .index_PRODUCT .jv_zhong {
    margin: 156px 100px 0px 100px;
    text-align: left;
    max-width: 478px;
  }
  .index_PRODUCT .index_p1 {
    font-size: 30px;
    color: white;
    font-weight: 500;
  }
  .index_PRODUCT .index_p2 {
    font-size: 18px;
    color: white;
    margin: 19px 0 38px 0px;
  }
  .index_PRODUCT .index_p3 {
    font-size: 17px;
    color: white;
    line-height: 40px;
  }
  .index_PRODUCT .index_pr_hr {
    width: 43px;
    height: 1px;
    background-color: white;
    margin-bottom: 72px;
  }
  .index_PRODUCT .right_xia {
    text-align: right;
    margin: 30px  67px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .jv_zhong {
    margin: 106px 50px 0px 50px;
    text-align: left;
    max-width: 478px;
  }
  .index_PRODUCT_bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 107px;
  }
  .index_PRODUCT_bottom .index_PR_left {
    background: linear-gradient(180deg, #0093dd, #f5b855);
  }
  .index_INTRODUCE .introduce_bg_center {
    padding: 176px 120px 0px 91px;
  }
  .index_INTRODUCE .introduce_left_p1 {
    font-size: 60px;
  }
}
