html {
  width: 100%;
  font-family: "微软雅黑", "Microsoft Yahei";
}
body {
  width: 100%;
  background-color: #f9f9f9;
}
.container {
  width: 100%;
}
.title {
  height: 40px;
  padding: 0 360px 0 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
}
.logo-warp {
  flex: 2;
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-warp .left {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.logo-warp .left .border {
  height: 45px;
  width: 0;
  margin-left: 10px;
  margin-right: 30px;
  border: 1px solid #d2d2d2;
}
.logo-warp .tel {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.logo-warp .tel .tel_icon img {
  box-shadow: 3px 3px 10px rgba(0,0,0, .5) !important;
  border-radius: 8px !important;
}
.logo-warp .tel .phone_number {
  margin-left: 20px;
  line-height: 25px;
}
.logo-warp .tel .phone_number p:nth-child(1) {
  font-size: 16px;
}
.logo-warp .tel .phone_number p:nth-child(2) {
  font-size: 20px;
  color: #3883da;
}
.nav-bar {
  position: relative;
  background-image: -moz-linear-gradient(90deg, #267ada 0%, #4296f6 100%);
  background-image: -webkit-linear-gradient(90deg, #267ada 0%, #4296f6 100%);
  background-image: -ms-linear-gradient(90deg, #267ada 0%, #4296f6 100%);
  height: 60px;
  display: flex;
  justify-content: center;
}
.nav-bar .nav-title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  z-index: 99;
}
.nav-bar .nav-title li {
  flex: 1;
  position: relative;
  font-size: 16px;
  line-height: 64px;
  text-align: center;
  top: -4px;
  z-index: 99;
}
.nav-bar .nav-title li a {
  color: #fff;
  z-index: 999;
}
.nav-bar .nav-title li .divider {
  position: absolute;
  right: 0;
  color: #7bb0ec;
}
.nav-bar .nav-title li .active-float-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/nav-float-bar.png") no-repeat;
  z-index: -1;
  top: 0;
  left: 0;
}
.nav-swiper .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  top: -4px;
}
.nav-swiper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.nav-swiper .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-swiper .swiper .swiper-slide .pc-img {
  display: block;
}
.nav-swiper .swiper .swiper-slide .mb-img {
  display: none;
}
.nav-swiper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  border-radius: 1px;
}
.banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 5px solid transparent;
  border-bottom: 0;
  background-color: #fff;
  margin-bottom: 80px;
}
.banner .col {
  width: 20%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
}
.banner .col img {
  margin: 0 10px 0 10px;
}
.banner .col div p {
  color: #666666;
}
.banner .col div p:nth-child(2) {
  font-size: 12px;
  line-height: 10px;
}
.banner .col:nth-child(5) {
  border-right: 0;
}
.production {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.production .prod-title {
  font-size: 26px;
  font-weight: 700;
}
.production .prod-title span {
  color: #3884db;
}
.production .prod-title .circle {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 5px 0 5px;
}
.production p {
  font-size: 14px;
  color: #979797;
  font-weight: normal;
}
.introduce {
  max-width: 1200px;
  margin: 60px auto;
}
.introduce .introduce-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.introduce .introduce-detail a {
  display: block;
  width: 20%;
}
.introduce .inner-intro-detail a {
  width: 24%;
}
.introduce .introduce-detail .block {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.5s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
}
.introduce .introduce-detail .block img {
  display: block;
  width: 90%;
  height: 55%;
  margin: 10px auto;
  position: relative;
}
.introduce .introduce-detail .block div {
  width: 90%;
  padding-bottom: 10px;
}
.introduce .introduce-detail .block div p:nth-child(1) {
  color: #333333;
  font-size: 18px;
  text-align: center;
}
.introduce .introduce-detail .block div p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.introduce .introduce-detail .block a {
  color: #666;
}
.introduce-detail .block:hover {
  transform: translateY(-2%);
}
.introduce-detail .block:hover ::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("../images/plus.png") no-repeat -10px -7px;
  z-index: 999;
  bottom: 35%;
  right: 20%;
}

.tel-banner {
  height: 280px;
  margin-top: 50px;
  margin-bottom: 80px;
  width: 100%;
  background: url("../images/tel-banner.png") no-repeat 50% 0;
}
.application {
  margin: 55px auto;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.application .application-detail {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.application .application-detail .appSwiper {
  width: 100%;
}


.application .application-detail .divider {
  height: 50px;
  border-right: 1px solid #e7e7e7;
}
.application .application-detail .app-block-warp {
  display: flex;
  align-items: center;
}
.application .application-detail .app-block-warp .app-block {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 20px;
  flex: 1;
}
.application .application-detail .app-block-warp .app-block .app-icon {
  height: 42px;
  width: 40px;
  text-align: center;
}
.application .application-detail .app-block-warp .app-block .app-logo1 {
  background: url("../images/app-icon-sprites.png") no-repeat 0px 9px;
}
.application .application-detail .app-block-warp .app-block .app-logo2 {
  background: url("../images/app-icon-sprites.png") no-repeat -180px 8px;
}
.application .application-detail .app-block-warp .app-block .app-logo3 {
  background: url("../images/app-icon-sprites.png") no-repeat -370px 12px;
}
.application .application-detail .app-block-warp .app-block .app-logo4 {
  background: url("../images/app-icon-sprites.png") no-repeat -550px 9px;
}
.application .application-detail .app-block-warp .app-block .app-logo5 {
  background: url("../images/app-icon-sprites.png") no-repeat -734px 7px;
}
.application .application-detail .app-block-warp .app-block .app-logo6 {
  background: url("../images/app-icon-sprites.png") no-repeat -895px 10px;
}
.application .application-detail .app-block-warp .app-block .app-logo7 {
  background: url("../images/app-icon-sprites.png") no-repeat -1076px 0px;
}
.application .application-detail .app-block-warp .app-block .app-text {
  margin-top: 10px;
  text-align: center;
}
.application .application-detail .app-block-warp .app-block .app-text p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: #6a6a6a;
}
.application .application-detail .app-block-warp .app-block .app-text p:nth-child(2) {
  font-size: 12px;
  color: #9d9d9d;
}
.application .application-detail .app-block-warp .icon-actived .app-icon {
  background-position-y: -60px;
}
.application .application-detail .app-block-warp .icon-actived .app-text p {
  color: #3884db !important;
}
.application .application-detail .app-block-warp .icon-actived .app-text p:nth-child(1) {
  line-height: 32px !important;
}
.application .application-detail .app-block-warp .icon-actived .app-text p:nth-child(2) {
  line-height: 24px !important;
}
.app-img {
  height: 550px;
  display: flex;
  max-width: 1560px;
  margin: 0 0 120px auto;
}
.app-img .image {
  width: 0;
  height: 100%;
  position: relative;
  transition: all 1s;
}
.app-img .image > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-img .image .cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 999;
  background: url("../images/app-img-cover.png");
  display: none;
}
.app-img .image .cover .app-article {
  margin: 135px 115px 0 90px;
}
.app-img .image .cover .app-article p:nth-child(1) {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.app-img .image .cover .app-article div {
  width: 0;
  height: 30px;
  margin: 10px 0 15px 0;
  border-left: 1px solid #fff;
}
.app-img .image .cover .app-article p:nth-child(n+3) {
  color: #fff;
  font-size: 14px;
}
.app-img .image-actived {
  width: 100%;
}
.app-img .image-actived .cover {
  display: block;
}
.strength {
  display: flex;
  justify-content: space-between;
  max-width: 1070px;
  margin: 40px auto;
  flex-wrap: wrap;
}
.strength .block {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 96px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  width: 22%;
  transition: all 0.5s;
}
.strength .block .icon1 {
  background: url("../images/strength-icon.png") no-repeat 4px 0px;
}
.strength .block .icon2 {
  background: url("../images/strength-icon.png") no-repeat -270px 0px;
}
.strength .block .icon3 {
  background: url("../images/strength-icon.png") no-repeat -543px 0px;
}
.strength .block .icon4 {
  background: url("../images/strength-icon.png") no-repeat -818px 0px;
}
.strength .block .strength-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 15px 0 15px;
  background-color: #e1e1e1;
}
.strength .block div:nth-child(2) {
  flex: 1;
}
.strength .block div:nth-child(2) p:nth-child(1) {
  font-size: 20px;
  color: #333;
  line-height: 25px;
}
.strength .block div:nth-child(2) p:nth-child(2) {
  font-size: 12px;
  color: #969696;
  line-height: 14px;
}
.block-actived {
  background: url("../images/strength-block-bg.png");
}
.block-actived div p {
  color: #fff !important;
}
.block-actived .strength-icon {
  background-color: #fff !important;
}
.strength-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 80px;
  padding-bottom: 50px;
  background: url("../images/strength-bg.jpg");
}
.strength-img .strength-article {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  display: none;
  padding: 30px;
}
.strength-img .strength-article .art-line1-left {
  display: inline-block;
  width: 25%;
  padding-left: 65px;
  box-sizing: border-box;
}
.strength-img .strength-article .art-line1-left .strength-num {
  font-size: 50px;
  color: #3884db;
  font-weight: 700;
}
.strength-img .strength-article .art-line1-left .prod-strength {
  font-size: 36px;
  color: #333333;
}
.strength-img .strength-article .art-line1-left .strength-description {
  display: flex;
}
.strength-img .strength-article .art-line1-left .strength-description .line {
  height: 120px;
  width: 10px;
  background: url("../images/line.png") no-repeat;
}
.strength-img .strength-article .art-line1-left .strength-description .strength-description-detail {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.strength-img .strength-article .art-line1-left .strength-description .strength-description-detail p {
  color: #333333;
}
.strength-img .strength-article .art-line1-right {
  margin-left: 25px;
  display: inline-block;
  width: 70%;
  height: 395px;
  box-sizing: border-box;
  vertical-align: top;
}
.strength-img .strength-article .art-line1-right > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-img .strength-article .art-line2 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding-left: 65px;
  margin-top: 30px;
  box-sizing: border-box;
  align-items: flex-start;
}
.strength-img .strength-article .art-line2 .art-line2-left {
  flex: 1;
  margin-right: 75px;
}
.strength-img .strength-article .art-line2 .art-line2-left p:nth-child(1) {
  font-size: 20px;
  color: #333;
}
.strength-img .strength-article .art-line2 .art-line2-left p:nth-child(2) {
  font-size: 16px;
  color: #686868;
}
.strength-img .strength-article .art-line2 .art-line2-right {
  flex: 1;
  display: flex;
}
.strength-img .strength-article .art-line2 .art-line2-right div {
  margin-right: 20px;
  flex: 1;
}
.strength-img .strength-article .art-line2 .art-line2-right div > img {
  width: 100%;
  height: 100%;
}
.strength-img .strength-article-actived {
  display: block;
  top: 0;
}
.customer {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.customer .swiper-button-prev {
  left: 0;
}
.customer .swiper-button-next {
  right: 0;
}
.customer .swiper {
  padding: 30px;
}
.customer .swiper-slide {
  height: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.customer .swiper-slide .slider {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  transition: all 0.5s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}
.customer .swiper-slide .slider p {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}
.customer .swiper-slide .slider p:nth-child(2) {
  line-height: 65px;
  font-size: 16px !important;
  color: #333 !important;
}
.customer .swiper-slide .slider p:nth-child(3) {
  font-size: 14px !important;
  color: #a0a0a0 !important;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.customer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 245px;
  min-height: 245px;
}
.go-into {
  margin-top: 80px;
  padding-top: 135px;
  width: 100%;
  background: url("../images/go-into-hx-bg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  padding-bottom: 70px;
}
.hx-intro {
  display: flex;
  max-width: 1200px;
  margin: 40px auto;
  position: relative;
}
.hx-intro div:nth-child(1) {
  flex: 1;
  z-index: 999;
}
.hx-intro div:nth-child(2) {
  flex: 1;
  margin-left: 60px;
  z-index: 999;
}
.hx-intro div:nth-child(2) h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}
.hx-intro div:nth-child(2) h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #3884db;
  margin: 0;
}
.hx-intro div:nth-child(2) button {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  width: 120px;
  height: 45px;
  color: #fff;
  margin-top: 45px;
  background: #3884db;
  transition: all 0.3s;
  cursor: pointer;
}
.hx-intro div:nth-child(2) button:hover {
  transform: scale(1.1);
}
.hx-intro div:nth-child(3) {
  width: 45%;
  height: 400px;
  position: absolute;
  background-color: #3884db;
  top: -25px;
  left: -25px;
}
.news {
  margin: 80px 0 80px 0;
  display: flex;
  justify-content: space-between;
}
.news .news-icon {
  display: inline-block;
  width: 40px;
  height: 28px;
  background: url('../images/news-icon.png') no-repeat -7px 0;
  vertical-align: middle;
}
.news .act-icon {
  display: inline-block;
  width: 40px;
  height: 28px;
  background: url('../images/news-icon.png') no-repeat -57px 0;
  vertical-align: middle;
}
.news .news-block {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}
.news .news-block .news-block-mobile {
  width: 85%;
  display: none;
}
.news .news-block .news-block-mobile .moblie-news-block1 {
  margin-bottom: 30px;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-title {
  background: url("../images/news-left2.png") no-repeat;
  background-size: cover;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-title div {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-title div span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-title div a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  transition: all 0.3s;
  text-align: right;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-title div a:hover {
  text-decoration: underline !important;
  transform: scale(1.1);
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content {
  flex: 1;
  padding: 10px 25px 10px 25px;
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) {
  flex: 1;
  margin: 0 20px 0 20px;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) p:nth-child(2) {
  margin-bottom: 15px;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) a span {
  font-size: 14px !important;
  color: #4d4d4d !important;
  font-weight: normal !important;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) a span i {
  margin-left: 15px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #4d4d4d;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) a:hover span {
  color: #3884db !important;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content div:nth-child(2) a:hover span i {
  border-left: 5px solid #3884db;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom {
  border: 1px solid #e4e4e4;
  border-top: 0;
  flex: 1;
  padding: 0 25px 0 25px;
  display: flex;
  flex-direction: column;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom a {
  margin: 10px 0 10px 0;
  width: 100%;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom a :hover {
  color: #3884db;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom a p {
  display: flex;
  justify-content: space-between;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom a p span:nth-child(1) {
  width: 55%;
  padding-right: 10px;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom a p span:nth-child(2) {
  width: 35%;
}
.news .news-block .news-block-mobile .moblie-news-block1 .mobile-news-content-bottom a p i {
  margin-right: 10px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #4d4d4d;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-title {
  background: url("../images/news-left2.png") no-repeat;
  background-size: cover;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-title div {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-title div span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-title div a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  transition: all 0.3s;
  text-align: right;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-title div a:hover {
  text-decoration: underline !important;
  transform: scale(1.1);
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content {
  flex: 1;
  padding: 10px 25px 10px 25px;
  border: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) {
  flex: 1;
  margin: 0 20px 0 20px;
  width: 100%;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) p:nth-child(2) {
  margin-bottom: 15px;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) a span {
  font-size: 14px !important;
  color: #4d4d4d !important;
  font-weight: normal !important;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) a span i {
  margin-left: 15px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #4d4d4d;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) a:hover span {
  color: #3884db !important;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content div:nth-child(2) a:hover span i {
  border-left: 5px solid #3884db;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom {
  border: 1px solid #e4e4e4;
  border-top: 0;
  flex: 1;
  padding: 0 25px 0 25px;
  display: flex;
  flex-direction: column;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom a {
  margin: 10px 0 10px 0;
  width: 100%;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom a :hover {
  color: #3884db;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom a p {
  display: flex;
  justify-content: space-between;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom a p span:nth-child(1) {
  width: 55%;
  padding-right: 10px;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom a p span:nth-child(2) {
  width: 35%;
}
.news .news-block .news-block-mobile .moblie-news-block2 .mobile-news-content-bottom a p i {
  margin-right: 10px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #4d4d4d;
}
.news .news-block .news-block-left {
  width: 60%;
  border: 1px solid #dbdbdb;
}
.news .news-block .news-block-left .news-title-left {
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-left .news-title-left div {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-left .news-title-left div span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
}
.news .news-block .news-block-left .news-title-left div a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-right: 30px;
  transition: all 0.3s;
  text-align: right;
}
.news .news-block .news-block-left .news-title-left div a:hover {
  text-decoration: underline !important;
  transform: scale(1.1);
}
.news .news-block .news-block-left .news-title-left .company-news {
  background: url("../images/news-left2.png") no-repeat;
  background-size: cover;
}
.news .news-block .news-block-left .news-title-left .industry-dev {
  background: url("../images/news-left2.png") no-repeat;
  background-size: cover;
}
.news .news-block .news-block-left .news-title-left .news-title-actived {
  background: url("../images/news-left1.png") no-repeat;
  background-size: cover;
}
.news .news-block .news-block-left .news-content-left {
  box-sizing: border-box;
  display: none;
}
.news .news-block .news-block-left .news-content-left .news-left-top {
  padding: 10px 25px 10px 25px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.news .news-block .news-block-left .news-content-left .news-left-top img {
  width: 50%;
}

.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) {
  flex: 1;
  margin: 0 20px 0 20px;
}
.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}
.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) p:nth-child(2) {
  margin-bottom: 15px;
}
.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) a span {
  font-size: 14px !important;
  color: #4d4d4d !important;
  font-weight: normal !important;
}
.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) a span i {
  margin-left: 15px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #4d4d4d;
}
.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) a:hover span {
  color: #3884db !important;
}
.news .news-block .news-block-left .news-content-left .news-left-top div:nth-child(2) a:hover span i {
  border-left: 5px solid #3884db;
}
.news .news-block .news-block-left .news-content-left .news-left-bottom {
  flex: 1;
  margin: 0 25px 0 25px;
  display: flex;
  flex-direction: column;
}
.news .news-block .news-block-left .news-content-left .news-left-bottom a {
  margin: 10px 0 10px 0;
  width: 100%;
}
.news .news-block .news-block-left .news-content-left .news-left-bottom a :hover {
  color: #3884db;
}
.news .news-block .news-block-left .news-content-left .news-left-bottom a p {
  display: flex;
  justify-content: space-between;
}
.news .news-block .news-block-left .news-content-left .news-left-bottom a p i {
  margin-right: 15px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #4d4d4d;
}
.news .news-block .news-block-left .news-content-actived {
  display: block;
}
.news .news-block .news-block-right {
  width: 35%;
  border: 1px solid #dbdbdb;
}
.news .news-block .news-block-right .news-title-right {
  box-sizing: border-box;
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../images/news-right.png") no-repeat;
  background-size: cover;
}
.news .news-block .news-block-right .news-title-right div {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .news-block .news-block-right .news-title-right div span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-left: 30px;
}
.news .news-block .news-block-right .news-title-right div span icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  text-align: center;
}
.news .news-block .news-block-right .news-title-right div a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
  text-align: right;
  margin-right: 20px;
}
.news .news-block .news-block-right .news-title-right div a:hover {
  text-decoration: underline !important;
  transform: scale(1.1);
}
.news .news-block .news-block-right .news-content-right {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div {
  margin: 0 20px 0 20px;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div p:nth-child(1) {
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div p:nth-child(1) icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
  background: #2a3137;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div p:nth-child(1) span {
  flex: 1;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div p:nth-child(2) {
  display: flex;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div p:nth-child(2) icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
  background: #1b75dd;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.news .news-block .news-block-right .news-content-right .news-content-warp div p:nth-child(2) span {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.footer {
  background: url("../images/footer-bg.png");
  border-bottom: 1px solid #f1f3f4;
}
.footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer .footer-content .footer-content-top p {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px solid #a6a7a8;
  color: #f1f3f4;
}
.footer .footer-content .footer-content-top span {
  margin-left: 30px;
}
.footer .footer-content .footer-content-top span a {
  margin-right: 20px;
  color: #a6a7a8;
}
.footer .footer-content .footer-content-top span a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.footer .footer-content .footer-content-mid {
  border-bottom: 1px solid #a6a7a8;
}
.footer .footer-content .footer-content-mid .content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.footer .footer-content .footer-content-mid .content-box .mid-left-content {
  flex: 3;
  border-right: 0;
  color: #a6a7a8;
}
.footer .footer-content .footer-content-mid .content-box .mid-left-content p:nth-child(1) {
  font-size: 16px;
  color: #f1f3f4;
}
.footer .footer-content .footer-content-mid .content-box .mid-mid-content {
  flex: 3;
  border-right: 1px solid #a6a7a8;
  padding: 0 68px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-content .footer-content-mid .content-box .mid-mid-content p {
  width: 100%;
}
.footer .footer-content .footer-content-mid .content-box .mid-mid-content a {
  width: 33%;
  color: #a6a7a8;
  margin: 10px 0 10px 0;
}
.footer .footer-content .footer-content-mid .content-box .mid-mid-content a i {
  margin-right: 5px;
  display: inline-block;
  border: 5px solid transparent;
  border-left: 5px solid #a6a7a8;
}
.footer .footer-content .footer-content-mid .content-box .mid-mid-content a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.footer .footer-content .footer-content-mid .content-box .mid-mid-content p:nth-child(1) {
  color: #f1f3f4;
}
.footer .footer-content .footer-content-mid .content-box .mid-right-content {
  flex: 3;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer .footer-content .footer-content-mid .content-box .mid-right-content .erweima {
  width: 50%;
  text-align: center;
  padding: 0;
}
.footer .footer-content .footer-content-mid .content-box .mid-right-content .erweima span {
  display: block;
  color: #a6a7a8;
}
.footer .footer-content .footer-content-bottom {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a6a7a8;
  line-height: 55px;
}
.footer .footer-content .footer-content-bottom p span:nth-child(1) {
  margin-right: 20px;
}
.footer .footer-content .footer-content-bottom span a {
  color: #a6a7a8;
}
.footer .footer-content .footer-content-bottom span a:hover {
  color: #fff;
  text-decoration: underline;
}
.cpzx-banner {
  position: relative;
  top: -4px;
  width: 100%;
  height: 350px;
  background: url("../images/cpzx-banner.png") no-repeat 50% 0;
}
.location {
  position: relative;
  top: -4px;
  height: 60px;
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.location div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #b3b3b3;
  line-height: 1.2;
}
.location div a {
  color: #b3b3b3;
}
.location div a:hover {
  color: #3884db;
}
.main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 52px auto;
  max-width: 1200px;
}
.main .aside {
  width: 20%;
  border: 3px solid #3d87db;
  /*第一层*/
  /*============修饰图标*/
  /*============小箭头*/
  /*第二层*/
}
.main .aside .aside-title {
  position: relative;
  height: 125px;
  background: url("../images/aside-title-bg.png") no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .aside .aside-title span {
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.3);
}
.main .aside .aside-title p:nth-child(2) {
  font-size: 32px;
}
.main .aside .aside-title p:nth-child(4) {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.main .aside .aside-title div {
  width: 50px;
  border-bottom: 2px solid #fff;
}
.main .aside .treebox {
  box-sizing: border-box;
}
.main .aside .menu {
  overflow: hidden;
}
.main .aside .menu li.level1 > a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 35px;
  background: -webkit-linear-gradient(top, #196ccc, #7bb7fb);
  margin: 10px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
}
.main .aside .menu li.level1 a.current {
  background: -webkit-linear-gradient(top, #196ccc, #7bb7fb);
  color: #fff;
}
.main .aside .menu li.level1 a.current .ico::after {
  transform: rotate(135deg);
}
.main .aside .ico {
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 5px;
  justify-content: center;
  align-items: center;
}
.main .aside .ico::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4e92df;
  border-right: 1px solid #4e92df;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.main .aside .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4d94e5;
  vertical-align: middle;
  margin-right: 10px;
}
.main .aside .level1 i {
  width: 20px;
  height: 10px;
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
.main .aside .level1 i.down {
  background-position: 0 -10px;
}
.main .aside .menu li ul {
  overflow: hidden;
}
.main .aside .menu li ul.level2 {
  display: none;
}
.main .aside .menu li ul.level2 li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #333;
  /*border-bottom: 1px solid #ddd; */
  font-size: 14px;
  transition: all 1s ease 0s;
  margin: 0 20px 0 20px;
  border-bottom: 1px dotted #d2d2d2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .aside .menu li ul.level2 li a:hover {
  color: #2777d3;
}
.main .aside .aside-footer {
  height: 125px;
  background-color: #3d87db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .aside .aside-footer .tel-icon {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #3884db;
}
.main .aside .aside-footer .tel-num {
  color: #fff;
  margin-left: 10px;
}
.main .aside .aside-footer .tel-num p:nth-child(1) {
  font-family: "黑体";
  font-size: 16px;
}
.main .aside .aside-footer .tel-num p:nth-child(2) {
  font-family: "黑体";
  font-size: 20px;
}
.main .content {
  margin-left: 35px;
  width: 75%;
}
.main .content .content-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.main .content .content-title .title-lt {
  width: 60%;
}
.main .content .content-title .title-rt {
  width: 40%;
  text-align: right;
}
.main .content .content-title .title-rt input {
  height: 42px;
  width: 80%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: middle;
  box-sizing: border-box;
}
.main .content .content-title .title-rt button {
  height: 42px;
  width: 42px;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #3d87db;
  color: #fff;
}
.main .content > .introduce {
  margin: 0 auto 30px auto;
}
.main .content > .introduce .introduce-detail > a > .block {
  box-shadow: none;
  border: 2px solid #e7ecf3;
}
.main .content > .introduce .introduce-detail > a > .block:hover {
  border: 2px solid #3d87db;
}
.main .content > .introduce .introduce-detail > a > .block:hover ::after {
  bottom: 45%;
}
.main .content .content-intro {
  display: flex;
  justify-content: center;
  padding: 45px;
  position: relative;
  background: #fcfcfc;
}
.main .content .content-intro .swiper-slide {
  background: #fcfcfc;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.main .content .prod-intro {
  width: 100%;
}
.main .content .prod-intro .prod-intro-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main .content .prod-intro .prod-intro-block .img {
  width: 40%;
}
.main .content .prod-intro .prod-intro-block .brief {
  width: 50%;
}
.main .content .prod-intro .prod-intro-block .brief p:nth-child(1) {
  font-size: 20px;
  line-height: 70px;
  color: #333;
  border-bottom: 1px solid #ededed;
}
.main .content .prod-intro .prod-intro-block .brief span {
  font-size: 16px;
  color: #666;
  line-height: 50px;
}
.main .content .prod-intro .prod-intro-block .brief p:nth-child(3) {
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.main .content .prod-intro .prod-intro-block .brief button {
  width: 110px;
  height: 36px;
  margin: 0;
  margin-top: 60px;
  padding: 0;
  outline: 0;
  background: #fff;
  border: 1px solid #2d75c5;
  transition: all 0.3s;
}
.main .content .prod-intro .prod-intro-block .brief button:hover {
  background: #2d75c5;
  color: #fff;
}
.main .content .content-detail {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ededed;
  background-color: #fcfcfc;
}
.main .content .content-detail .content-outter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-bottom: 20px;
  margin-right: 1.3%;
  margin-left: 2%;
}
.main .content .content-detail .content-outter-box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .content .content-detail .content-outter-box .content-detail-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #e7ecf3;
  transition: all 0.5s;
}
.main .content .content-detail .content-outter-box .content-detail-block .block-title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.main .content .content-detail .content-outter-box .content-detail-block .block-title img {
  width: 50%;
  margin: 10px;
}
.main .content .content-detail .content-outter-box .content-detail-block .block-title div:nth-child(2) {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #bacfec;
  color: #3d87db;
  right: 70px;
  top: 0;
}
.main .content .content-detail .content-outter-box .content-detail-block .block-title div:nth-child(3) {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #bacfec;
  color: #3d87db;
  right: 10px;
  top: 0;
}
.main .content .content-detail .content-outter-box .content-detail-block .block-content {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.main .content .content-detail .content-outter-box .content-detail-block .block-content img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #e7ecf3;
}
.main .content .content-detail .content-outter-box span {
  margin-top: 15px;
  text-align: center;
}
.main .content .content-detail .content-outter-box .content-detail-block:hover {
  border: 2px solid #3d87db;
  transform: scale(1.02);
}
.main .content .content-detail .content-outter-box .content-detail-block:hover .block-title div:nth-child(2) {
  background-color: #3d87db;
  color: #fff;
}
.main .content .content-detail .content-outter-box .content-detail-block:hover .block-title div:nth-child(3) {
  background-color: #3d87db;
  color: #fff;
}
.main .content .box {
  margin-top: 40px;
  text-align: center;
}
.cpxq .detail-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cpxq .detail-title .content-detail-block {
  width: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #3d87db;
}
.cpxq .detail-title .content-detail-block .block-title {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cpxq .detail-title .content-detail-block .block-title img {
  width: 50%;
  margin: 10px;
}
.cpxq .detail-title .content-detail-block .block-title div:nth-child(2) {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #3d87db;
  color: #fff;
  right: 70px;
  top: 0;
}
.cpxq .detail-title .content-detail-block .block-title div:nth-child(3) {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  background-color: #3d87db;
  color: #fff;
  right: 10px;
  top: 0;
}
.cpxq .detail-title .content-detail-block .block-content {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.cpxq .detail-title .content-detail-block .block-content img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid #e7ecf3;
}
.cpxq .detail-title .detail-intro {
  width: 50%;
}
.cpxq .detail-title .detail-intro p:nth-child(1) {
  color: #333333;
  font-size: 20px;
  line-height: 65px;
  font-family: "微软雅黑";
  border-bottom: 1px solid #ededed;
}
.cpxq .detail-title .detail-intro .params {
  display: flex;
  align-items: flex-start;
  line-height: 40px;
}
.cpxq .detail-title .detail-intro .params span {
  line-height: 40px;
}
.cpxq .detail-title .detail-intro .params span:nth-child(1) {
  width: 40%;
}
.cpxq .table-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.cpxq .table-block .table-title {
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(top, #196ccc, #77b4fa);
  margin-bottom: 20px;
}
.cpxq .table-block .table-title .title-name {
  width: 15%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  background: -webkit-linear-gradient(top, #4195f6, #287cdb);
  font-size: 16px;
  font-weight: 700;
  font-family: "微软雅黑";
  color: #fff;
}
.cpxq .table-block p {
  margin-bottom: 10px;
  color: #666;
}
.cpxq .table-block table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  margin: 0 0 15px 0;
  overflow: auto;
}
.cpxq .table-block table tr {
  display: flex;
}

.cpxq .table-block table td {
  border: 1px solid #e8e8e8;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  flex: 1;
}
.cpxq .table-block table tr:nth-child(1){
  background-color: #f1f1f1;
}
.cpxq .table-block table tr:nth-child(1) td {
  border-bottom: 0;
}
.article-block-title {
  margin-bottom: 30px;
}
.article-block-title p {
  display: flex;
  border-bottom: 2px solid #c1d4e5;
}
.article-block-title p span {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  top: 2px;
  font-family: "微软雅黑";
  color: #0466c9;
  border-bottom: 2px solid #fea506;
}
.about-banner {
  width: 100%;
  height: 200px;
  background: url("../images/about-banner.jpg") no-repeat;
  background-position: 50% 60%;
  position: relative;
  top: -4px;
}
.about-hx .aside .aside-title {
  background: url("../images/about-aside-title-bg.png") no-repeat;
  background-size: cover;
}
.about-hx .company-intro {
  margin-bottom: 45px;
}
.about-hx .company-intro article {
  color: #666;
}
.about-hx .company-culture .article-block-content {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
.about-hx .company-culture .article-block-content .art-content-lt {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 5%;
  background-color: #3d87db;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.about-hx .company-culture .article-block-content .art-content-lt span {
  color: #fff;
  font-size: 16px;
  height: 50%;
  padding-top: 25%;
  border-bottom: 2px solid #fff;
}
.about-hx .company-culture .article-block-content .art-content-rt {
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 1;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 20px;
}
.about-hx .company-culture .article-block-content .art-content-rt p:nth-child(1) {
  font-size: 16px;
  color: #3d87db;
}
.about-hx .company-culture .article-block-content .art-content-rt p:nth-child(2) {
  font-size: 14px;
  color: #666;
}
.about-hx .company-qualifications .company-qualifi-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-hx .company-qualifications .company-qualifi-content .qualifi-block {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
  margin-bottom: 35px;
}
.about-hx .company-qualifications .company-qualifi-content .qualifi-block .ca-img {
  width: 100%;
  border: 2px solid #e3e1e1;
  text-align: center;
  box-sizing: border-box;
}
.about-hx .company-qualifications .company-qualifi-content .qualifi-block .ca-title {
  margin-top: 5px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 14px;
  color: #666;
}
.about-hx .company-qualifications .company-qualifi-content .qualifi-block:hover {
  transform: scale(1.02);
}
.about-hx .company-qualifications .company-qualifi-content .qualifi-block:hover .ca-img {
  border: 2px solid #318fef;
}
.about-hx .company-qualifications .company-qualifi-content .qualifi-block:hover .ca-title {
  background-color: #318fef;
  color: #fff;
}
.news-banner {
  width: 100%;
  height: 200px;
  background: url("../images/news-banner.jpg") no-repeat;
  background-position: 50% 45%;
  position: relative;
  top: -4px;
}
.news-center .aside .aside-title {
  background: url("../images/news-aside-title-bg.png") no-repeat;
  background-size: cover;
}
.news-center .news-center-block {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6dcea;
}
.news-center .news-center-block .news-pic {
  width: 40%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
}
.news-center .news-center-block .news-pic img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-center .news-center-block .news-article {
  width: 55%;
  position: relative;
  margin-bottom: 30px;
}
.news-center .news-center-block .news-article .date-block {
  position: absolute;
  border: 1px solid #d6dcea;
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.news-center .news-center-block .news-article .date-block p {
  text-align: center;
}
.news-center .news-center-block .news-article .date-block p:nth-child(1) {
  line-height: 35px;
  font-size: 23px;
  color: #3d87db;
}
.news-center .news-center-block .news-article .date-block p:nth-child(2) {
  font-size: 10px;
  color: #3d87db;
}
.news-center .news-center-block .news-article article p {
  padding-left: 20%;
  padding-right: 5%;
}
.news-center .news-center-block .news-article article p:nth-child(1) {
  font-size: 16px;
  line-height: 75px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-center .news-center-block .news-article article p:nth-child(2) {
  font-size: 14px;
  color: #999;
  padding-bottom: 30px;
  text-indent: 2em;
}
.news-center .news-center-block .news-article article a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  text-align: center;
  display: block;
  background-color: #c1c2c4;
  color: #fff;
}
.news-center .news-center-block:hover {
  border-bottom: 1px solid #3d87db;
}
.news-center .news-center-block:hover .news-article article p:nth-child(1) {
  color: #3d87db;
}
.news-center .news-center-block:hover .news-article article a {
  background-color: #3d87db;
}
.news-detail-article .news-art-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.news-detail-article .publish-date {
  text-align: center;
  font-size: 16px;
  color: #696969;
  font-weight: normal;
  margin-bottom: 40px;
}
.news-detail-article p {
  text-indent: 2em;
  font-size: 14px;
  color: #666;
}
.service-banner {
  width: 100%;
  height: 200px;
  background: url("../images/service-banner.jpg") no-repeat;
  background-position: 50% 45%;
  position: relative;
  top: -4px;
}
.service .aside .aside-title {
  background: url("../images/service-aside-title-bg.png") no-repeat;
  background-size: cover;
}
.service .pro-service .common-problem {
  padding-bottom: 45px;
  border: 1px solid #dbdbdb;
  display: flex;
  flex-direction: column;
}
.service .pro-service .common-problem .question-block {
  margin: 30px 30px 0 30px;
  border-bottom: 1px solid #dbdbdb;
}
.service .pro-service .common-problem .question-block .ask-row {
  display: flex;
  align-items: center;
  color: #333;
}
.service .pro-service .common-problem .question-block .ask-row icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
  background: #313a41;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.service .pro-service .common-problem .question-block .ask-row span {
  flex: 1;
  padding-left: 15px;
}
.service .pro-service .common-problem .question-block .answer-row {
  display: flex;
  margin-top: 10px;
  padding-bottom: 25px;
  color: #848484;
}
.service .pro-service .common-problem .question-block .answer-row icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  vertical-align: middle;
  background: #1b75dd;
  border-radius: 5px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}
.service .pro-service .common-problem .question-block .answer-row span {
  flex: 1;
  padding-left: 15px;
}
.contact-banner {
  width: 100%;
  height: 200px;
  background: url("../images/contact-banner.jpg") no-repeat;
  background-position: 50% 45%;
  position: relative;
  top: -4px;
}
.contact .aside .aside-title {
  background: url("../images/contact-aside-title-bg.png") no-repeat;
  background-size: cover;
}
.contact .contact-us-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contact .contact-us-block .company-info p:nth-child(1) {
  font-size: 18px;
  color: #3d87db;
  font-weight: 700;
}
.contact .contact-us-block .company-info p:nth-child(2) {
  font-size: 12px;
  color: #3d87db;
}
.contact .contact-us-block .company-info div:nth-child(3) {
  width: 40px;
  height: 0;
  border-bottom: 3px solid #446ec7;
  margin-bottom: 50px;
}
.contact .contact-us-block .company-info .contact-detail {
  display: flex;
  margin-bottom: 20px;
}
.contact .contact-us-block .company-info .contact-detail span:nth-child(1) {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
  line-height: 25px;
  text-align: center;
  color: #989898;
  margin-right: 10px;
}
.contact .contact-us-block .company-info .contact-detail span:nth-child(2) {
  color: #666;
  flex: 1;
}
.contact .contact-us-block .contact-map {
  position: relative;
  width: 45%;
}
.contact .contact-us-block .contact-map #map {
  width: 100%;
  height: 100%;
}
.contact .contact-us-block .contact-map .map-tc-box {
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(61, 135, 219, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}
.contact .contact-us-block .contact-map .map-tc-box .msg-box {
  position: absolute;
  width: 60%;
  height: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/msg-box.png") no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.contact .online-msg-block {
  position: relative;
}
.contact .online-msg-block form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.contact .online-msg-block form input {
  width: 48%;
  height: 40px;
  margin: 0 0 18px 0;
  padding: 0 15px 0 15px;
  outline: 0;
  border: 1px solid #999999;
  box-sizing: border-box;
}
.contact .online-msg-block form textarea {
  width: 100%;
  height: 280px;
  padding: 15px;
  resize: none;
  box-sizing: border-box;
}
.contact .online-msg-block form button {
  padding: 0;
  border: 0;
  margin: 0;
  outline: 0;
  height: 32px;
  width: 92px;
  background-color: #0753a5;
  color: #fff;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 1px solid #999999;
}
.app-banner {
  width: 100%;
  height: 200px;
  background: url("../images/app-banner.jpg") no-repeat;
  background-position: 50% 45%;
  position: relative;
  top: -4px;
}
.app .aside .aside-title {
  background: url("../images/app-aside-title-bg.png") no-repeat;
  background-size: cover;
}
.app .app-case-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app .app-case-content .app-case-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #f0f0f0;
  align-items: flex-start;
  box-sizing: border-box;
  width: 45%;
  margin-bottom: 30px;
}
.app .app-case-content .app-case-block .app-case-block-lt {
  width: 50%;
}
.app .app-case-content .app-case-block .app-case-block-lt span {
  font-size: 14px;
  color: #333;
}
.app .app-case-content .app-case-block .app-case-block-lt div {
  width: 40px;
  height: 0;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 15px;
  margin-bottom: 30px;
}
.app .app-case-content .app-case-block .app-case-block-lt p {
  font-size: 12px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.app .app-case-content .app-case-block .app-case-block-lt img {
  height: 100%;
}
.app .app-case-content .app-case-block .app-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 135, 219, 0.5);
  display: none;
}
.app .app-case-content .app-case-block .app-more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.app .app-case-detail .app-case-intro {
  padding: 20px 25px;
  border: 1px dashed #e2e2e2;
  margin-bottom: 30px;
}
.app .app-case-detail .app-case-intro .intro-title {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px;
  color: #fff;
  background-color: #3e88dc;
}
.app .app-case-detail .app-case-intro p {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.app .app-case-detail .app-case-sence .intro-title {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px;
  color: #fff;
  background-color: #3e88dc;
}
.app .app-case-detail .app-case-sence .app-case-detail-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  width: 100%;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block {
  width: 30%;
  transition: all 0.3s;
  margin-left: 2%;
  margin-right: 1.3%;
  margin-bottom: 20px;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block div:nth-child(1) {
  padding: 30px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block div:nth-child(2) span:nth-child(1) {
  font-size: 14px;
  color: #333;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block div:nth-child(2) span:nth-child(2) {
  font-size: 12px;
  color: #666;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block:hover {
  transform: scale(1.02);
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block:hover div:nth-child(1) {
  border: 1px solid #3e88dc;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block:hover div:nth-child(2) {
  background-color: #3e88dc;
}
.app .app-case-detail .app-case-sence .app-case-detail-content .app-case-detail-block:hover div:nth-child(2) span {
  color: #fff;
}
.pagination {
  display: flex !important;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination>li {
  padding: 0px 10px;
  border: 1px solid #ccc;
  margin: 0px 3px;
  color: #666;
}

.pagination .active {
  color: #fff;
  background-color: #3e88dc;
}

.pagination .active a {
  color: #fff;
}

.pagination li a {
  color: #666;
}


.mb-aside {
  display: none;
}

.pc-cat {
  width: 100%;
  margin-bottom: 30px;
}
.pc-cat ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-cat ul li {
  width: 20%;
  text-align: center;
  background: -webkit-linear-gradient(top, #196ccc, #7bb7fb);
  margin: 1%;
  padding: 15px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.pc-cat ul li a {
  color: #fff;
}