/*@font-face {*/
/*  font-family: SourceHanSansSC-Heavy;*/
/*  src: url('../font/SourceHanSansSC-Heavy.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansSC-Medium;*/
/*  src: url('../font/SourceHanSansSC-Medium.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansSC-Regular;*/
/*  src: url('../font/SourceHanSansSC-Regular.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansSC-Normal;*/
/*  src: url('../font/SourceHanSansSC-Normal.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSerifSC-SemiBold;*/
/*  src: url('../font/SourceHanSerifSC-SemiBold.otf');*/
/*}*/

/*移动端头部*/
.mb-div {
  display: none;
  /*margin-top: 9px;*/
  padding-left: 21px;
}

.mb-div2{
    display: none;
}

.mb-div2 a::before{
  display: none;
}
.mb-div2 a {
  width: 81% !important;
  line-height: 22px !important;
  margin-left: 11px;
  padding: 11px 0;
  padding-left: 14px !important;
}
.mb-div .mxl-t {
  position: absolute;
  padding: 25.5px 46px;
  right: 0;
  z-index: 3;
  top: -60px;
}
.mb-child{
  position: relative;
}
.mb-div a {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2px;
  width: 90%;
  position: relative;
}
.mb-div a:last-child {
  margin-bottom: 0;
}

.mxl-o {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 25.5px 15px;
}

  .mb-nav {
    position: fixed;
    z-index: 9999999 !important;
    width: 100%;
    background: rgb(243,243,243);
    padding: 88px 0;
    height: 100%;
    padding-top: 19px;
    top: 0;
    overflow: scroll;
    display: none;
  }
  .mb-nav p {
    width: 80%;
    margin: 0 auto;
  }
  .mb-nav p img {
    max-width: 26px;
    display: block;
    margin-right: 0;
    margin-left: auto;
  }
  .mb-nav .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 77%;
    margin-top: 58px;
  }
  .mb-nav ul {
    width: 80%;
    margin: 0 auto;
    margin-top: 34px;
  }
  .mb-nav ul li{
      position: relative;
  }
  .mb-nav ul li a {
    color: #333;
    font-size: 15px;
    line-height: 60px;
    border-bottom: 1px solid rgb(25,103,167);
    padding-left: 19px;
    display: block;
    position: relative;
    white-space: nowrap;
  }
  .mb-nav ul li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgb(25,103,167);
  }
  .mb-nav .tel {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 27px;
  }
  .mb-nav .tel img {
    max-height: 24px;
    margin-right: 8px;
  }
  .mb-nav .mb-dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
    margin-top: 17px;
  }
  .mb-nav .mb-dl li {
    width: 13%;
  }
  .mb-nav .mb-dl li a {
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    border-bottom: none;
    font-weight: bold;
  }
  .mb-nav .mb-dl li a::before {
    display: none;
  }
  .mb-ico {
    width: 32px;
    margin-left: 0px;
    display: none;
}
.mb-ico img:nth-child(2){
    display: none;
}






#menu {
  z-index: 10;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 82px;
}
#menu li {
  display: flex;
  align-items: center;
  padding-top: 30px;
  position: relative;
}
#menu li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  width: 39px;
  height: 39px;
  border-radius: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu li a span {
  position: relative;
  z-index: 3;
}
#menu li a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: '';
  background-image: linear-gradient(#429bf0, #429bf0), linear-gradient(#1967a7, #1967a7);
  background-blend-mode: normal, 
			normal;
  left: 0%;
  top: 0;
  opacity: 0.4;
  opacity: 0;
  visibility: hidden;
}
#menu li a::after {
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  content: '';
  background-image: linear-gradient(#429bf0, #429bf0), linear-gradient(#1967a7, #1967a7);
  background-blend-mode: normal,  normal;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
#menu li p {
  font-size: 16px;
  margin-left: 9px;
  color: #ffffff;
  display: none;
}
#menu .active a::before {
  opacity: 0.4;
  visibility: visible;
}
#menu .active a::after {
  opacity: 1;
  visibility: visible;
}
#menu .active p {
  display: block;
}
#menu li:nth-child(1) {
  padding-top: 0;
}
#menu li::before {
  position: absolute;
  top: -6px;
  left: 19px;
  content: '';
  width: 1px;
  height: 44px;
  background-color: #ffffff;
  opacity: 0.5;
}
#menu li:nth-child(1)::before {
  display: none;
}
#menu li:last-child,#menu li:last-child::before{
    display: none;
}
.black a {
  color: rgba(0, 0, 0, 0.5) !important;
}
.black::before {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.black.active::before {
  background-color: #429bf0 !important;
}
.black.active a {
  color: #fff !important;
}
.black p {
  color: #429bf0 !important;
}
.container {
  max-width: 1200px;
  padding: 0;
}
.banner .banner-con .ban-swiper {
  overflow: hidden;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div {
  position: relative;
  top: 40px;
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div p:nth-child(1) {
  opacity: 0;
  transition: all 3.5s;
  transform: translateY(17px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div p:nth-child(2) {
  margin-top: 24px;
  opacity: 0;
  transition: all 3.5s;
  transform: translateY(24px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div p:nth-child(3) {
  margin-top: 42px;
  opacity: 0;
  transition: all 3.5s;
  transform: translateY(-17px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div a {
  width: 219px;
  height: 58px;
  border-radius: 20px;
  border: solid 2px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansSC-Medium;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 68px;
  background: #6ba7f1;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(-24px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div a:hover {
  box-shadow: 1px 1px 13px #fff;
  transform: translateX(7px);
}
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(1),
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(2),
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(3),
.banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div a {
  opacity: 1;
  transform: translateY(0);
}
.banner .banner-con .ban-swiper .ban-pagination {
  bottom: 29px;
}
.banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet {
  width: 79px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.4;
  margin: 0 18.5px;
}
.banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet-active {
  background-color: #4fdfdf;
  opacity: 1;
}
.head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.head .head-cen {
  max-width: 1722px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-cen .head-logo img:nth-child(2) {
  display: none;
}
.head .head-cen .head-rt {
  width: 62.35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .head-cen .head-rt ul {
  display: flex;
  justify-content: space-between;
  width: 91.4%;
}
.head .head-cen .head-rt ul li a {
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  padding: 44px 0;
  display: block;
  transition: all 0.5s;
}
.head .head-cen .head-rt ul li a::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 27px;
  width: 10px;
  height: 10px;
  background: url(../images/xl.png) no-repeat;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.head .head-cen .head-rt ul li .head-child {
  position: fixed;
  width: 100%;
  left: 0;
  background: rgba(4, 20, 48, 0.9);
  border-top: 2px solid #00d7ff;
  padding: 33px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 100;
  padding-top: 10px;
  padding-bottom: 50px;
  /*overflow: scroll;*/
  /*transform: translateY(15px);*/
}
.head .head-cen .head-rt ul li .head-child .head-child-xm{
  max-width: 63%;
  margin: 0 auto;
}
.head .head-cen .head-rt ul li .head-child .head-child-xm p a{
    padding: 13px 0;
    font-size: 19px;
    color: #fff !important;
    margin-top: 12px;
    width: fit-content;
}
.head .head-cen .head-rt ul li .head-child .head-child-xm p a::after{
    display: none !important;
}
.head .head-cen .head-rt ul li .head-child .head-child-xm p:nth-child(1) a{
    margin-top: 0;
}
.head .head-cen .head-rt ul li .head-child .head-child-con {
  max-width: 1704px;
  margin: 0 auto;
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items {
  width: calc(100%/5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: -1px;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items a {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 75px;
  transition: all 0.5s;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items a span{
    width: 77%;
    line-height: 23px;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items a p{
    display: block !important;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: rgba(255,255,255,.7);
    margin-right: 12px;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items a p img {
  /*margin-right: 14px;*/
  display: none;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items a:hover {
  color: #fff;
}
.head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items a::after {
  display: none !important;
}
.head .head-cen .head-rt ul li:hover a::after {
  opacity: 1;
  visibility: visible;
}
.head .head-cen .head-rt ul li:hover .head-child {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.head .head-cen .head-rt ul .active a::after {
  opacity: 1;
  visibility: visible;
}
.head .head-cen .head-rt .head-search {
  cursor: pointer;
}
.head .head-cen .head-rt .head-search p img:nth-child(2) {
  display: none;
}
.head .head-cen .head-rt .head-search .form {
  position: absolute;
  top: 100%;
  background-color: rgba(66, 155, 240, 0.9);
  width: 100%;
  right: 0;
  transition: all 0.5s;
  transform: translateY(0px);
  text-align: center;
  display: flex;
  justify-content: center;
  z-index: 3;
  opacity: 0 !important;
  visibility: hidden !important;
}
.head .head-cen .head-rt .head-search .form p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 17px 0;
}
.head .head-cen .head-rt .head-search .form p input {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  width: 21px;
  height: 21px;
  background-size: 100% 100%;
  margin-left: 15px;
  background-repeat: no-repeat;
}
.head .head-cen .head-rt .head-search .form p span {
  width: 91%;
  position: relative;
}
.head .head-cen .head-rt .head-search .form p span input {
  display: block;
  width: 100%;
  background: #fff;
  padding: 11px 11px;
  outline: none;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  border-radius: 10px;
  height: auto;
}
.head .head-cen .head-rt .head-search .form1 {
  opacity: 1 !important;
  visibility: visible !important;
}
.activehead .head-cen .head-logo img:nth-child(2),
.activehead1 .head-cen .head-logo img:nth-child(2) {
  display: inline;
}
.activehead .head-cen .head-logo img:nth-child(1),
.activehead1 .head-cen .head-logo img:nth-child(1) {
  display: none;
}
.activehead .head-cen .head-rt ul li a,
.activehead1 .head-cen .head-rt ul li a {
  color: #000;
}
.activehead .head-cen .head-rt ul .active a,
.activehead1 .head-cen .head-rt ul .active a {
  color: #1967a7;
}
.activehead .head-cen .head-rt .head-search p img:nth-child(2),
.activehead1 .head-cen .head-rt .head-search p img:nth-child(2) {
  display: inline;
}
.activehead .head-cen .head-rt .head-search p img:nth-child(1),
.activehead1 .head-cen .head-rt .head-search p img:nth-child(1) {
  display: none;
}
.activehead1 {
  box-shadow: 1px 1px 10px #000;
  background: rgba(255, 255, 255, 0.95);
}
.activehead1 .head-cen .head-rt ul li a {
  padding: 34px 0;
}
.activehead1 .head-cen .head-rt ul li a::after {
  bottom: 24px;
}
.head .head-cen .head-rt ul .active .head-child a::after {
  display: none !important;
}
.pro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transition: all 0.5s;
  padding-top: 12px;
}
.pro .pro-more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 176px;
    height: 50px;
    background: #007bff;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all .5s;
    border-radius: 15px;
    margin: 0 auto;
    margin-top: 48px;
}
.pro .pro-more:hover{
    box-shadow: 1px 1px 10px #007bff;
}
.pro .pro-con .row {
  margin-left: -13px;
  margin-right: -13px;
  transition: all 1.2s;
  transform: translateY(50%);
  opacity: 0;
}
.pro .pro-con .row .pro-items {
  padding: 0 13px;
  margin-top: 52px;
  display: none;
}
.pro .pro-con .row #sytb-active{
    display: block;
}
.pro .pro-con .row .pro-items .pro-items-cont {
  background: url(../images/proi-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 33px;
  position: relative;
  overflow: hidden;
  padding-bottom: 27px;
  cursor: pointer;
}
.pro .pro-con .row .pro-items .pro-items-cont div:nth-child(1) {
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.pro .pro-con .row .pro-items .pro-items-cont div:nth-child(1)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  bottom: 0;
  width: 25px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}
.pro .pro-con .row .pro-items .pro-items-cont p:nth-child(2) {
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 16px;
}
.pro .pro-con .row .pro-items .pro-items-cont div:nth-child(3) {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.56;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  white-space: normal;
  margin-top: -5px;
}
.pro .pro-con .row .pro-items .pro-items-cont div:last-child {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 92, 223, 0.8);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.pro .pro-con .row .pro-items .pro-items-cont div:last-child a {
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.54);
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  padding: 0 9px;
}
.pro .pro-con .row .pro-items .pro-items-cont:hover div {
  left: 0;
}
.active .pro-con .row {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.case {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 70px;
}
.case .case-con .mySwiper2 {
  overflow: hidden;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide {
  background-color: rgba(66, 155, 240, 0.8);
  border-radius: 20px 20px 0px 0px;
  padding: 35px;
  overflow: hidden;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-lf {
  width: 49.4%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 400px;
  max-height: 400px;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt {
  width: 46.7%;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(1) {
  font-family: SourceHanSansSC-Medium;
  font-size: 34px;
  color: #ffffff;
  position: relative;
  padding-bottom: 18px;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(1)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 32px;
  height: 1px;
  background: #fff;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt div {
  font-size: 14px;
  font-stretch: normal;
  line-height: 30px;
  color: #ffffff;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 6;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt div ul{
    width: 100% !important;
}

.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(3) {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 50px;
  transition: all 0.5s;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(3) img {
  margin-left: 13px;
}
.case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(3):hover {
  transform: translateX(7px);
}
.case .case-con .mySwiper {
  border-radius: 0px 0px 20px 20px;
  overflow: hidden;
}
.case .case-con .mySwiper .swiper-wrapper .swiper-slide {
  font-family: SourceHanSansSC-Medium;
  font-size: 17px;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  color: #429bf0;
  align-items: center;
  background-color: #ffffff;
  padding: 15px 0;
  cursor: pointer;
  transition: all 0.5s;
}
.case .case-con .mySwiper .swiper-wrapper .swiper-slide p {
  color: #429bf0;
  margin-right: 16px;
}
.case .case-con .mySwiper .swiper-wrapper .swiper-slide p img:nth-child(2) {
  display: none;
}
.case .case-con .mySwiper .swiper-wrapper .swiper-slide-thumb-active {
  background-color: #429bf0;
  color: #fff;
}
.case .case-con .mySwiper .swiper-wrapper .swiper-slide-thumb-active p img:nth-child(1) {
  display: none;
}
.case .case-con .mySwiper .swiper-wrapper .swiper-slide-thumb-active p img:nth-child(2) {
  display: inline;
}
.about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 70px;
}
.about .about-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about-con .about-con-lf {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 81.5%;
}
.about .about-con .about-con-lf .about-con-lf-thumb {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 38%;
  height: 598px;
  max-height: 598px;
  border-radius: 19px;
  overflow: hidden;
}
.about .about-con .about-con-lf .about-swiper2 {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  width: 69.5%;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 1s;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide {
  overflow: hidden;
  padding: 78px 53px 55px 53px;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide h3 {
  font-family: SourceHanSansSC-Medium;
  font-size: 30px;
  color: #000000;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-xbt {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  color: #999999;
  opacity: 0.5;
  margin-top: -5px;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-js {
  font-size: 14px;
  line-height: 26px;
  color: #a2a2a2;
  margin-top: 36px;
  text-align: justify;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
display: -moz-box;
-moz-line-clamp:6;
-moz-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
white-space: normal;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-tz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-tz .about-more {
  font-size: 14px;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 72px;
}
.about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-tz .about-more img {
  margin-left: 11px;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 20%;
  right: 52px;
  bottom: 50px;
  z-index: 9;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination {
  font-size: 14px;
  font-family: SourceHanSerifSC-SemiBold;
  color: #a2a2a2;
  bottom: 0;
  width: fit-content;
  position: relative;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination .swiper-pagination-current {
  font-size: 22px;
  color: #429bf0;
  font-family: SourceHanSerifSC-SemiBold;
  position: relative;
  padding-left: 13px;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination .swiper-pagination-current::before {
  position: absolute;
  left: 0;
  top: 52%;
  content: '0';
  font-size: 22px;
  color: #429bf0;
  font-family: SourceHanSerifSC-SemiBold;
  transform: translateY(-50%);
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination .swiper-pagination-total {
  font-size: 14px;
  color: #b5b5b5;
  font-family: SourceHanSerifSC-SemiBold;
  padding-left: 10px;
  position: relative;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination .swiper-pagination-total::before {
  position: absolute;
  left: 0;
  top: 49.9%;
  content: '0';
  font-size: 14px;
  color: #b5b5b5;
  font-family: SourceHanSerifSC-SemiBold;
  transform: translateY(-50%);
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination span {
  margin: 3px;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-prev {
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0;
  background: url(../images/ablf.png);
  width: 25px;
  height: 7px;
  background-size: 100% 100%;
  cursor: pointer;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-next {
  position: relative;
  top: 0;
  right: 0;
  opacity: 1;
  margin: 0;
  background: url(../images/abrt.png);
  width: 25px;
  height: 7px;
  background-size: 100% 100%;
  cursor: pointer;
}
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-prev:after,
.about .about-con .about-con-lf .about-swiper2 .about-qh .about-next:after {
  display: none;
}
.about .about-con .about-con-rt {
  width: 14%;
  opacity: 0;
  transform: translateX(50%);
  transition: all 1s;
}
.about .about-con .about-con-rt .about-swiper1 .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide {
  margin-bottom: 40px;
  border-radius: 16px;
  height: 49px !important;
  cursor: pointer;
  border: solid 2px rgba(0, 0, 0, 0);
}
.about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  border-radius: 16px;
  font-size: 18px;
  color: #ffffff;
  font-family: SourceHanSerifSC-SemiBold;
}
.about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide div p {
  width: 44px;
  text-align: left;
  padding-left: 13px;
}
.about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide-thumb-active {
  background: #66b9f1;
  border: solid 2px #ffffff;
}
.about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide:last-child {
  margin-bottom: 0;
}
.active .about-con .about-con-lf .about-swiper2,
.active .about-con .about-con-rt {
  opacity: 1;
  transform: translatex(0);
  transition-delay: 0.3s;
}
.news {
  background: #e7f0ff;
  padding-top: 60px;
}
.news .news-con .row {
  margin-left: -32px;
  margin-right: -32px;
}
.news .news-con .row .news-items {
  padding: 0 32px;
}
.news .news-con .row .news-items .news-items-con .news-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 259px;
  max-height: 259px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.news .news-con .row .news-items .news-items-con a:nth-child(2) {
  font-size: 16px;
  transition: all 0.5s;
  line-height: 26px;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  padding-left: 26px;
  position: relative;
  margin-top: 26px;
}
.news .news-con .row .news-items .news-items-con a:nth-child(2)::after {
  position: absolute;
  left: 0;
  top: 11px;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333333;
}
.news .news-con .row .news-items .news-items-con a:nth-child(3) {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #898989;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 16px;
  transition: all 0.5s;
}
.news .news-con .row .news-items .news-items-con p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  position: relative;
  border-bottom: 2px solid #cecfd3;
  padding-bottom: 9px;
}
.news .news-con .row .news-items .news-items-con p a {
  transition: all 0.5s;
  font-size: 14px;
  color: #333333;
}
.news .news-con .row .news-items .news-items-con p span {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.news .news-con .row .news-items .news-items-con p span img {
  margin-right: 10px;
}
.news .news-con .row .news-items .news-items-con p::after {
  position: absolute;
  left: 0;
  content: '';
  bottom: -2px;
  width: 0%;
  transition: all 0.5s;
  height: 2px;
  background-color: #429bf0;
}
.news .news-con .row .news-items .news-items-con:hover a:nth-child(2),
.news .news-con .row .news-items .news-items-con:hover a:nth-child(3),
.news .news-con .row .news-items .news-items-con:hover p a {
  color: #429bf0;
}
.news .news-con .row .news-items .news-items-con:hover p::after {
  width: 100%;
}
/*.news .news-con .row .news-items:nth-child(1) {*/
/*  transform: translateY(-40%);*/
/*  transition: all 1.2s;*/
/*}*/
/*.news .news-con .row .news-items:nth-child(2) {*/
/*  transform: translateY(40%);*/
/*  transition: all 1.2s;*/
/*}*/
/*.news .news-con .row .news-items:nth-child(3) {*/
/*  transform: translateY(-40%);*/
/*  transition: all 1.2s;*/
/*}*/
.news .news-con .news-more {
  width: 219px;
  height: 58px;
  border-radius: 20px;
  border: solid 2px #a5cef9;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansSC-Medium;
  font-size: 24px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #ffffff;
  background: #429bf0;
  margin: 0 auto;
  margin-top: 85px;
}
.news .news-con .news-more:hover {
  box-shadow: 1px 1px 10px #429bf0;
}
.footer .fp-tableCell {
  display: block !important;
}
.footer .foot-con {
  background: #1b4fb0;
  padding-top: 87px;
}
.footer .foot-con .foot-con-tp {
  display: flex;
  justify-content: space-between;
  max-width: 1720px;
  margin: 0 auto;
}
.footer .foot-con .foot-con-tp .foot-con-lx p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 28px;
  color: #ffffff;
}
.footer .foot-con .foot-con-tp .foot-con-lx p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 35px;
  height: 3px;
  background-color: #429bf0;
  border-radius: 2px;
}
.footer .foot-con .foot-con-tp .foot-con-lx ul {
  margin-top: 29px;
}
.footer .foot-con .foot-con-tp .foot-con-lx ul li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 2px;
}
.footer .foot-con .foot-con-tp .foot-con-dh {
  width: 22.5%;
}
.footer .foot-con .foot-con-tp .foot-con-dh p {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 28px;
  color: #ffffff;
}
.footer .foot-con .foot-con-tp .foot-con-dh p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 35px;
  height: 3px;
  background-color: #429bf0;
  border-radius: 2px;
}
.footer .foot-con .foot-con-tp .foot-con-dh ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
.footer .foot-con .foot-con-tp .foot-con-dh ul li {
  width: calc(100%/3);
  margin-bottom: 22px;
}
.footer .foot-con .foot-con-tp .foot-con-dh ul li a {
  font-size: 16px;
  transition: all 0.5s;
  color: #ffffff;
}
.footer .foot-con .foot-con-tp .foot-con-ly p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 28px;
  color: #ffffff;
}
.footer .foot-con .foot-con-tp .foot-con-ly p:nth-child(1)::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 35px;
  height: 3px;
  background-color: #429bf0;
  border-radius: 2px;
}
.footer .foot-con .foot-con-tp .foot-con-ly p:nth-child(2) {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 32px;
}
.footer .foot-con .foot-con-tp .foot-con-ly a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  width: 238px;
  justify-content: center;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 34px;
}
.footer .foot-con .foot-con-tp .foot-con-ly a img {
  margin-left: 20px;
}
.footer .foot-con .foot-con-tp .foot-con-ewm {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}
.footer .foot-con .foot-con-tp .foot-con-ewm img {
  margin-bottom: 14px;
}
.footer .foot-con .foot-con-bt {
  background-color: #113f95;
  padding: 15px 0;
  margin-top: 60px;
}
.footer .foot-con .foot-con-bt div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1720px;
  margin: 0 auto;
}
.footer .foot-con .foot-con-bt div p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .foot-con .foot-con-bt div p a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
}
.footer .foot-con .foot-con-bt div p a:hover {
  color: #fff;
}
.fix-rt {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.fix-rt ul li {
  margin-bottom: 2px;
  position: relative;
  z-index: 5;
}
.fix-rt ul li a {
  width: 50px;
  height: 50px;
  background-color: #bcbcbc;
  display: flex;
  position: relative;
  z-index: 5;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .5s;
}
.fix-rt ul li p {
  position: absolute;
  background: #fff;
  white-space: nowrap;
  right: 86px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: bold;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 19px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.fix-rt ul li p::after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 20px;
  height: 45px;
  background: url(../images/sjx.png) no-repeat;
  background-size: 100% 100%;
}
.fix-rt ul li:hover p {
  opacity: 1;
  visibility: visible;
}
.fix-rt ul li:hover a{
    background: rgb(66,155,240);
}
.fix-rt ul li:nth-child(2) p {
  width: 150px;
  height: 150px;
  padding: 0;
}
.fix-rt ul li:nth-child(1) p::after {
  width: 12px;
  height: 27px;
  right: -12px;
}
body {
  background: #fff;
}
.i-ban {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 570px;
  max-height: 570px;
  position: relative;
}
.i-ban .iban-con {
  display: flex;
  align-items: center;
  height: 100%;
}
.i-ban .iban-con .gban-con {
  position: relative;
  top: 38px;
}
.i-ban .iban-con .gban-con h3 {
  font-family: SourceHanSansSC-Medium;
  font-size: 45px;
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.23);
}
.i-ban .iban-con .gban-con p {
  font-family: SourceHanSansSC-Regular;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.23);
}
.i-ban .iban-con .gban-con a {
  width: 163px;
  height: 50px;
  background-color: #ffa633;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.5s;
  margin-top: 29px;
}
.i-ban .iban-con .gban-con a:hover {
  box-shadow: 1px 1px 10px #ffa633;
}
.i-ban .i-crumb {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
}
.i-ban .i-crumb .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-ban .i-crumb .container p {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.i-ban .i-crumb .container p a {
  font-size: 14px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.5s;
}
.i-ban .i-crumb .container p a:hover {
  color: #fff;
}
.g-jj {
  background-color: #eef6ff;
  padding-top: 72px;
  padding-bottom: 138px;
}
.g-jj .container .g-jj-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px;
}
.g-jj .container .g-jj-con .g-jj-lf {
  background: url(../images/cs.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  width: 39.35%;
  padding: 4px;
}
.g-jj .container .g-jj-con .g-jj-lf p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 325px;
  max-height: 325px;
  border-radius: 19px;
}
.g-jj .container .g-jj-con .g-jj-rt {
  width: 52%;
}
.g-jj .container .g-jj-con .g-jj-rt h4 {
  font-family: SourceHanSansSC-Medium;
  font-size: 24px;
  color: #000000;
}
.g-jj .container .g-jj-con .g-jj-rt div {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 37px;
}
.g-bt {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  position: relative;
  padding-bottom: 5px;
}
.g-bt span {
  position: relative;
  z-index: 2;
}
.g-bt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 153px;
  height: 16px;
  background: url(../images/jx.png) no-repeat;
  background-size: 100% 100%;
}
.g-wh {
  padding-top: 90px;
}
.g-wh .row {
  margin-left: -41px;
  margin-right: -41px;
  margin-top: 80px;
}
.g-wh .row .gwh-items {
  padding: 0 41px;
}
.g-wh .row .gwh-items .gwh-con {
  height: 100%;
  padding: 17px;
  padding-bottom: 27px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.g-wh .row .gwh-items .gwh-con p:nth-child(1) {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 209px;
  max-height: 209px;
}
.g-wh .row .gwh-items .gwh-con h5 {
  font-size: 18px;
  color: #ffffff;
  padding-left: 14px;
  position: relative;
  margin-top: 25px;
}
.g-wh .row .gwh-items .gwh-con h5::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: '';
  width: 4px;
  height: 18px;
  background-color: #ffa633;
  border-radius: 2px;
}
.g-wh .row .gwh-items .gwh-con p:last-child {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 13px;
}
.g-fzlc {
  background: url(../images/lc-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 115px;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.g-fzlc .container .g-bt {
  color: #fff;
}
.g-fzlc .container .top-swiper {
  overflow: hidden;
  border-bottom: 1px solid rgba(145, 176, 212, 0.3);
  padding-bottom: 24px;
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
.g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide h4 {
  font-size: 20px;
  color: #ffffff;
  white-space: nowrap;
  padding-top: 94px;
  position: relative;
  left: 21px;
  transition: all 0.5s;
}
.g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide h4::before {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 8px;
  height: 8px;
  background-color: #fbfbfb;
  border-radius: 100%;
}
.g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide img {
  max-width: 193px;
}
.g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide-thumb-active h4 {
  color: #ffa633;
}
.g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide-thumb-active h4::before {
  width: 14px;
  height: 14px;
  border: solid 2px #ffa633;
  background-color: inherit;
  bottom: 48px;
}
.g-fzlc .container .top-swiper .top-next {
  width: 29px;
  height: 29px;
  background: url(../images/lrt.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  right: 0;
  top: 47%;
  background-color: #1b6fd5;
  padding-left: 20px;
}
.g-fzlc .container .top-swiper .top-prev {
  width: 29px;
  height: 29px;
  background: url(../images/llf.png) no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  left: 0;
  top: 47%;
  background-color: #2b35bb;
}
.g-fzlc .container .top-swiper .top-next::after,
.g-fzlc .container .top-swiper .top-prev::after {
  display: none;
}
.g-fzlc .container .bt-swiper {
  overflow: hidden;
  margin-top: 50px;
}
.g-fzlc .container .bt-swiper .swiper-wrapper .swiper-slide .gfzlc-con {
  width: 61.6%;
  padding-bottom: 140px;
}
.g-fzlc .container .bt-swiper .swiper-wrapper .swiper-slide .gfzlc-con h3 {
  font-size: 34px;
  color: #ffffff;
}
.g-fzlc .container .bt-swiper .swiper-wrapper .swiper-slide .gfzlc-con div {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.9;
  margin-top: 27px;
  text-align: justify;
}
.g-fzlc .jt-boy {
  position: absolute;
  right: 0;
  bottom: -9px;
}
.g-ryzz {
  background-color: #eef6ff;
  padding-top: 90px;
  padding-bottom: 70px;
}
.g-ryzz .container .zz-swiper,.g-ryzz .container .hz-swiper {
  margin-top: 66px;
  overflow: hidden;
}
.g-ryzz .container .hz-swiper .swiper-wrapper .swiper-slide{
    height: 175px;
    background: #fff;
    padding: 10px;
}
.g-ryzz .container .hz-swiper .swiper-wrapper .swiper-slide img{
    max-height: 100%;
}
.g-hzkh{
    padding-top: 20px;
}
.g-ryzz .container .zz-swiper .swiper-wrapper .swiper-slide p,.g-ryzz .container .hz-swiper .swiper-wrapper .swiper-slide p {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-ryzz .container .zz-pagination,.g-ryzz .container .hz-pagination {
  position: relative;
  margin-top: 26px;
}
.g-ryzz .container .zz-pagination .swiper-pagination-bullet,.g-ryzz .container .hz-pagination .swiper-pagination-bullet {
  margin: 0 11px;
  width: 12px;
  height: 12px;
  border: solid 1px rgb(25,103,167);
  border-radius: 100%;
  background: none;
  opacity: 1;
}
.g-ryzz .container .zz-pagination .swiper-pagination-bullet-active,.g-ryzz .container .hz-pagination .swiper-pagination-bullet-active {
  background: rgb(25,103,167);
}
.i-ban .iban-con .lban-con {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.i-ban .iban-con .lban-con h3 {
  font-family: SourceHanSansSC-Medium;
  font-size: 44px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.23);
  color: #ffffff;
  margin: 0;
}
.l-con {
  margin-top: 72px;
  padding-bottom: 80px;
}
.l-con .lcon-fs {
  display: flex;
  justify-content: space-between;
  margin-top: 66px;
}
.l-con .lcon-fs li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100%/3);
}
.l-con .lcon-fs li div {
  width: 89px;
  height: 89px;
  background-color: rgb(25,103,167);
  border: solid 1px #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.l-con .lcon-fs li div img {
  position: relative;
  z-index: 2;
}
.l-con .lcon-fs li div .lcon-cir {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 120%;
  background-color: rgb(25,103,167);
  border-radius: 100%;
  height: 120%;
  opacity: 0.3;
}
.l-con .lcon-fs li h4 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 17px;
}
.l-con .lcon-fs li .lcon-ld {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: -5px;
}
.l-con .ly-con {
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-top: 60px;
  padding: 60px;
  padding-top: 48px;
}
.l-con .ly-con .ly-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.l-con .ly-con .ly-cont .ly-cont-lf {
  width: 59.55%;
}
.l-con .ly-con .ly-cont .ly-cont-lf p {
  font-size: 20px;
  color: #000000;
}
.l-con .ly-con .ly-cont .ly-cont-lf form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 11px;
}
.l-con .ly-con .ly-cont .ly-cont-lf form input {
  font-size: 16px;
  color: #999999;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  width: 41%;
  margin-bottom: 25px;
  padding: 15px 20px;
}
.l-con .ly-con .ly-cont .ly-cont-lf form input:nth-child(2n) {
  width: 54.5%;
}
.l-con .ly-con .ly-cont .ly-cont-lf form textarea {
  width: 100%;
  font-size: 16px;
  color: #999999;
  padding: 20px;
  resize: none;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #e5e5e5;
  min-height: 150px;
}
.l-con .ly-con .ly-cont .ly-cont-rt {
  text-align: center;
}
.l-con .ly-con .ly-cont .ly-cont-rt p:nth-child(1) {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  padding-bottom: 30px;
}
.l-con .ly-con .ly-cont .ly-cont-rt p:nth-child(3) {
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}
.l-con .ly-con button {
  width: 182px;
  height: 36px;
  background-color: #3eaac3;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 22px;
  transition: all 0.5s;
}
.l-con .ly-con button:hover {
  box-shadow: 1px 1px 10px #3eaac3;
}
.l-con #map {
  border-radius: 20px 12px 12px 12px;
  height: 381px;
  margin-top: 53px;
}
.l-con #map img {
  max-width: inherit !important;
}
.j-con {
  margin-top: 72px;
}
.j-con .jcon-zzgw {
  margin-top: 80px;
}
.j-con h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
}
.j-con h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.j-con .jcon-gw {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}
.j-con .jcon-gw li {
  text-align: center;
}
.j-con .jcon-gw li p:nth-child(1) {
  width: 145px;
  height: 145px;
  background-color: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(45, 109, 227, 0.29);
  display: flex;
  justify-content: center;
  border-radius: 100%;
  align-items: center;
}
.j-con .jcon-gw li p:nth-child(2) {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 28px;
}
.j-con .jcon-gwxq {
  margin-top: 67px;
  padding-bottom: 80px;
}
.j-con .jcon-gwxq .jcon-gwxq-con {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 40px;
  background: rgba(111, 156, 240, 0.1);
  padding-bottom: 66px;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav {
  background-color: rgb(25,103,167);
  display: flex;
  justify-content: space-between;
  padding: 15px 87px;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav li {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: bold;
  min-width: 84px;
  width: 20%;
  text-align: center;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav li:last-child {
  min-width: inherit;
  width: 76px;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav li:nth-child(1) {
  min-width: inherit;
  width: 141px;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items {
  border-bottom: 1px solid #d7e3f9;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul {
  display: flex;
  justify-content: space-between;
  padding: 22px 87px;
  align-items: center;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li {
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  min-width: 84px;
  width: 20%;
  text-align: center;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li:last-child {
  min-width: inherit;
  width: fit-content;
  cursor: pointer;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li:last-child p:nth-child(2) {
  display: none;
  color: rgb(25,103,167);
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li:nth-child(1) {
  color: rgb(25,103,167);
  min-width: inherit;
  width: 141px;
  word-break: break-all;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul .wz-active p:nth-child(2) {
  display: block !important;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul .wz-active p:nth-child(1) {
  display: none;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items .jcon-content {
  padding: 0 87px;
  padding-bottom: 14px;
  display: none;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items .jcon-content div:nth-child(1) {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items .jcon-content div:nth-child(2) {
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  color: rgb(25,103,167);
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items:nth-child(1) .jcon-content {
  display: block;
}
.j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .bd-active {
  border-bottom: none !important;
}
.x-con {
  margin-top: 72px;
  padding-bottom: 80px;
}
.x-con .g-bt {
  width: fit-content;
}
.x-con .x-cont {
  margin-top: 31px;
}
.x-con .x-cont .xcont-items {
  display: flex;
  justify-content: space-between;
  padding: 47px 0;
  border-bottom: 1px solid #d6dcea;
}
.x-con .x-cont .xcont-items .xcont-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 40.5%;
  height: 315px;
  max-height: 315px;
}
.x-con .x-cont .xcont-items .xcont-rt {
  display: flex;
  justify-content: space-between;
  width: 53.5%;
  align-items: flex-start;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-date {
  text-align: center;
  border: solid 1px #d6dcea;
  width: 16%;
  padding: 11px 0;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-date h4 {
  font-size: 35px;
  font-weight: bold;
  color: #4f6ed8;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-date p {
  font-size: 16px;
  font-weight: bold;
  color: #4f6ed8;
  margin-top: -4px;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-detail {
  width: 76%;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(2) {
  font-size: 14px;
  transition: all 0.5s;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 4;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  margin-top: 55px;
}
.x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(3) {
  width: 182px;
  height: 41px;
  background-color: #0753a5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: all 0.5s;
  color: #ffffff;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 74px;
}
.x-con .x-cont .xcont-items:hover .xcont-rt .xcont-detail a:nth-child(1),
.x-con .x-cont .xcont-items:hover .xcont-rt .xcont-detail a:nth-child(2) {
  color: rgb(25,103,167);
}
.x-con .x-cont .xcont-items:hover .xcont-rt .xcont-detail a:nth-child(3) {
  box-shadow: 1px 1px 10px #0753a5;
}
.x-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 65px;
}
.x-nav li {
  border-radius: 8px;
  background-color: rgba(45, 109, 227, 0.1);
  margin-left: 32px;
  transition: all 0.5s;
}
.x-nav li a {
  font-size: 16px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 4px 16.5px;
}
.x-nav li a img {
  margin-right: 8px;
}
.x-nav li a img:nth-child(2) {
  display: none;
}
.x-nav li:nth-child(1) {
  margin-left: 0;
}
.x-nav li:hover {
  background-color: rgb(25,103,167);
}
.x-nav li:hover a {
  color: #fff;
}
.x-nav li:hover a img:nth-child(2) {
  display: inline;
}
.x-nav li:hover a img:nth-child(1) {
  display: none;
}
.x-nav .x-active {
  background-color: rgb(25,103,167);
}
.x-nav .x-active a {
  color: #fff;
}
.x-nav .x-active a img:nth-child(2) {
  display: inline;
}
.x-nav .x-active a img:nth-child(1) {
  display: none;
}
.xcon-dh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 5px;
  padding: 18px 40px;
  margin-top: 60px;
}
.xcon-dh .dh-prev,
.xcon-dh .dh-next {
  font-size: 12px;
  transition: all 0.5s;
  letter-spacing: 1px;
  color: #999999;
  display: flex;
  align-items: center;
}
.xcon-dh .dh-prev img {
  margin-right: 16px;
}
.xcon-dh .dh-next img {
  margin-left: 16px;
}
.xcon-dh .dh-prev:hover,
.xcon-dh .dh-next:hover {
  color: rgb(25,103,167);
}
.pagination {
  display: flex;
  justify-content: center;
}
.pagination li {
  margin: 0 15px;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border: solid 1px #bfbfbf;
  border-radius: 100%;
  font-size: 14px;
  color: #b9b9b9;
  transition: all 0.5s;
}
.pagination li a:hover {
  border: solid 1px rgb(25,103,167);
  color: rgb(25,103,167);
}
.pagination .active a {
  border: solid 1px rgb(25,103,167);
  color: #fff;
  background: rgb(25,103,167);
}
#toolbarContainer{
    display: none;
}
.pagination .active a:hover{
    color: #fff;
}
.xshow-con {
  margin-top: 100px;
  padding-bottom: 63px;
}
.xshow-con .xshow-bt {
  font-size: 28px;
  text-align: center;
  line-height: 24px;
  color: #333333;
}
.xshow-con .xshow-date {
  font-size: 16px;
  text-align: center;
  color: #696969;
  margin-top: 20px;
}
.xshow-con .xshow-cont {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 27px;
  color: #666666;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 29px;
}
.xshow-con .xshow-dh {
  padding-top: 26px;
}
.xshow-con .xshow-dh p {
  font-size: 14px;
  margin-bottom: 7px;
  color: #727171;
}
.xshow-con .xshow-dh p a {
  font-size: 14px;
  color: #727171;
  transition: all 0.5s;
}
.xshow-con .xshow-dh p a:hover {
  color: #333;
}
.faban-con {
  justify-content: flex-start !important;
}
.fa-con {
  margin-top: 72px;
  padding-bottom: 80px;
}
.fa-con .fa-cont {
  margin-top: 55px;
}
.fa-con .fa-cont .fa-cont-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  border: solid 1px #d0d0d0;
  overflow: hidden;
  margin-bottom: 52px;
  transition: all 0.5s;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-lf {
  padding-left: 55px;
  width: 46.2%;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) {
  display: block;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) h3 {
  font-size: 26px;
  letter-spacing: 1px;
  color: #000000;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) p {
  font-size: 14px;
  color: #888888;
  margin-top: -4px;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-lf div {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #666666;
  text-align: justify;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 5;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(3) {
  width: 100px;
  height: 30px;
  background-color: rgb(25,103,167);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-top: 42px;
  font-size: 14px;
  color: #ffffff;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-rt {
  width: 50.6%;
}
.fa-con .fa-cont .fa-cont-items .fa-cont-rt a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 396px;
  max-height: 396px;
  display: block;
}
.fa-con .fa-cont .fa-cont-items:nth-child(2n) {
  flex-direction: row-reverse;
}
.fa-con .fa-cont .fa-cont-items:nth-child(2n) .fa-cont-lf {
  padding-left: 0;
  padding-right: 55px;
}
.fa-con .fa-cont .fa-cont-items:nth-child(2n) .fa-cont-lf a:nth-child(1),
.fa-con .fa-cont .fa-cont-items:nth-child(2n) .fa-cont-lf div {
  text-align: right;
}
.fa-con .fa-cont .fa-cont-items:nth-child(2n) .fa-cont-lf a:nth-child(3) {
  margin: 0 auto;
  margin-right: 0;
  margin-top: 42px;
}
.fa-con .fa-cont .fa-cont-items:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
}
.fa-con .fa-cont .fa-cont-items:hover .fa-cont-lf a:nth-child(3) {
  box-shadow: 1px 1px 10px rgb(25,103,167);
}
.fashow-gs {
  margin-top: 72px;
}
.fashow-gs .fashow-gs-con {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 50px;
}
.fashow-gs .fashow-gs-con h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  color: #000000;
  padding-left: 33px;
  margin-bottom: 19px;
}
.fashow-gs .fashow-gs-con h4::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 23px;
  height: 16px;
  background: url(../images/lx.png) no-repeat;
  background-size: 100% 100%;
}
.fa-bt {
  text-align: center;
}
.fa-bt h3 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
}
.fa-bt p {
  font-size: 14px;
  color: #999999;
  margin-top: -7px;
}
.fashow-ys {
  background: url(../images/ys-bg.png) no-repeat;
  background-size: cover;
  margin-top: 110px;
  padding-top: 47px;
  padding-bottom: 46px;
}
.fashow-ys .container .fa-bt h3,
.fashow-ys .container .fa-bt p {
  color: #fff;
}
.fashow-ys .container .fashow-ys-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 66px;
}
.fashow-ys .container .fashow-ys-con .fashow-ys-items {
  position: relative;
  width: 48.8%;
  background: rgba(35, 177, 255, 0.3);
  margin-bottom: 32px;
  padding: 25px 31px 33px 32px;
  transition: all 0.5s;
}
.fashow-ys .container .fashow-ys-con .fashow-ys-items .fashow-ys-bt {
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}
.fashow-ys .container .fashow-ys-con .fashow-ys-items div {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 8px;
}
.fashow-ys .container .fashow-ys-con .fashow-ys-items h1 {
  font-family: SourceHanSansSC-Heavy;
  font-size: 100px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: 3px;
  top: -88px;
}
.fashow-ys .container .fashow-ys-con .fashow-ys-items:hover {
  background: #23b1ff;
}
.fashow-al {
  padding-top: 72px;
  padding-bottom: 98px;
}
.fashow-al .row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 45px;
}
.fashow-al .row .fashow-al-items {
  padding: 0 15px;
}
.fashow-al .row .fashow-al-items .fashow-al-con {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
  transition: all 0.5s;
}
.fashow-al .row .fashow-al-items .fashow-al-con a:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 303px;
  max-height: 303px;
  display: block;
}
.fashow-al .row .fashow-al-items .fashow-al-con a:nth-child(2) {
  font-family: SourceHanSansSC-Medium;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  display: block;
  transition: all 0.5s;
  padding: 31px 10px;
}
.fashow-al .row .fashow-al-items .fashow-al-con:hover {
  transform: translateY(-7px);
}
.fashow-al .row .fashow-al-items .fashow-al-con:hover a:nth-child(2) {
  color: rgb(25,103,167);
}
.al-con {
  margin-top: 72px;
  padding-bottom: 80px;
}
.al-con .al-cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 52px;
}
.al-con .al-cont .al-cont-items {
  width: 48.8%;
  margin-bottom: 21px;
}
.al-con .al-cont .al-cont-items .al-cont-thumb {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 332px;
  max-height: 332px;
  overflow: hidden;
  position: relative;
}
.al-con .al-cont .al-cont-items .al-cont-thumb .al-cont-jj {
  width: 100%;
  height: 100%;
  background: rgba(27, 79, 176, 0.77);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 100%;
  position: absolute;
  transition: all 0.5s;
}
.al-con .al-cont .al-cont-items .al-cont-thumb .al-cont-jj a:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.al-con .al-cont .al-cont-items .al-cont-thumb .al-cont-jj a:nth-child(2) {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 2px;
}
.al-con .al-cont .al-cont-items .al-cont-js {
  transition: all 0.2s;
}
.al-con .al-cont .al-cont-items .al-cont-js a:nth-child(1) {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  display: block;
  margin-top: 15px;
}
.al-con .al-cont .al-cont-items .al-cont-js a:nth-child(2) {
  font-size: 14px;
  letter-spacing: 1px;
  color: #999999;
  display: block;
  margin-top: -4px;
}
.al-con .al-cont .al-cont-items:hover .al-cont-thumb .al-cont-jj {
  top: 0;
}
.al-con .al-cont .al-cont-items:hover .al-cont-js {
  opacity: 0;
  visibility: hidden;
}
.lcon-dh {
  margin-top: 30px;
}
.alshow-jj {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
  align-items: flex-end;
}
.alshow-jj .alshow-jj-lf {
  width: 45%;
  padding-bottom: 48px;
}
.alshow-jj .alshow-jj-lf h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  padding-top: 15px;
  position: relative;
}
.alshow-jj .alshow-jj-lf h4::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.alshow-jj .alshow-jj-lf ul:nth-child(2) {
  margin-top: 30px;
  width: 100% !important;
}
.alshow-jj .alshow-jj-lf ul:nth-child(2) li {
  /*display: flex;*/
  align-items: flex-start;
  text-align: justify;
}
.alshow-jj .alshow-jj-lf ul:nth-child(2) li .alshow-jj-bt {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  position: relative;
  top: 2.5px;
  /*width: 73px;*/
  text-align: justify;
  display: inline;
  /*white-space: nowrap;*/
}
.alshow-jj .alshow-jj-lf ul:nth-child(2) li div {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #666666;
  flex: 1;
  text-align: justify;
}
.alshow-jj .alshow-jj-lf ul:nth-child(3) {
  display: flex;
  margin-top: 105px;
}
.alshow-jj .alshow-jj-lf ul:nth-child(3) li {
  margin-right: 25px;
}
.alshow-jj .alshow-jj-lf ul:nth-child(3) li a {
  width: 144px;
  height: 35px;
  border-radius: 6px;
  border: solid 1px #ffa633;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.alshow-jj .alshow-jj-lf ul:nth-child(3) li:hover a {
  background-color: #ffa633;
  color: #fff;
}
.alshow-jj .alshow-jj-lf ul:nth-child(3) li:last-child {
  margin-right: 0;
}
.alshow-jj .alshow-jj-rt {
  width: 50%;
  background: url(../images/dn-bg.png) no-repeat;
  padding-top: 108px;
  padding-bottom: 45px;
  background-position: right;
}
.alshow-ys {
  margin-top: 79px;
  padding-bottom: 70px;
}
.alshow-ys .alshow-ys-video {
  margin-top: 44px;
  position: relative;
}
.alshow-ys .alshow-ys-video video {
  max-width: 100%;
}
.alshow-ys .alshow-ys-video img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.wd-con {
  margin-top: 72px;
  padding-bottom: 80px;
}
.wd-con h4 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 20px;
  margin-top: 74px;
  margin-right: 74px;
  cursor: pointer;
  transition: all .5s;
}
.wd-con h4:nth-child(4){
    margin-top: 40px;
}
.wd-con h4:hover{
    color: #1967a7;
}
.wd-con .wd-nav h4:last-child{
    margin-right: 0;
}
.wd-con .wd-nav{
    display: flex;
}
.wd-con h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.wd-con .row {
  margin-top: 59px;
}
.wd-con .row .wd-cont-items {
  margin-bottom: 30px;
}
.wd-con .row .wd-cont-items .wd-content div:nth-child(1) {
  border-radius: 6px;
  border: solid 1px #e4e4e4;
  padding: 17px 15px;
  position: relative;
}
.wd-con .row .wd-cont-items .wd-content div:nth-child(1) p {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 250px;
  max-height: 250px;
}
.wd-con .row .wd-cont-items .wd-content div:nth-child(1) a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  cursor: pointer;
}
.wd-con .row .wd-cont-items .wd-content div:nth-child(2) {
  position: relative;
  padding-left: 18px;
  margin-top: 20px;
}
.wd-con .row .wd-cont-items .wd-content div:nth-child(2) a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #333333;
}
.wd-con .row .wd-cont-items .wd-content div:nth-child(2)::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 4px;
  height: 4px;
  background-color: #5d5d5d;
  border-radius: 100%;
}
.wd-con .row .wd-cont-items .wd-content ul {
  display: flex;
  align-items: center;
  padding-left: 18px;
  margin-top: 5px;
}
.wd-con .row .wd-cont-items .wd-content ul li {
  display: flex;
  margin-right: 23px;
  align-items: center;
  font-size: 12px;
  color: #666666;
}
.wd-con .row .wd-cont-items .wd-content ul li img {
  margin-right: 8px;
}
.wd-con .row .wd-cont-items .wd-content ul li:last-child {
  margin-right: 0;
}
.wd-con .row .wd-cont-items:hover .wd-content div:nth-child(1) a {
  transform: translate(-50%, -50%) scale(1.2);
}
.spcon-dh {
  margin-top: 50px;
}
.jy-abvideo {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
}
.jy-abvideo div {
  position: absolute;
  right: 50px;
  top: 50px;
  text-align: center;
}
.jy-abvideo div img {
  width: 35px;
  cursor: pointer;
}
.jy-abvideo video {
  max-width: 85%;
  max-height: 85%;
}
.aq-con {
  margin-top: 106px;
}
.aq-con .g-bt {
  text-align: left;
  width: fit-content;
}
.aq-con .g-bt::after {
  left: 0;
  transform: inherit;
  width: 100%;
}
.aq-con .aq-con-ms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin: 0 auto;
  margin-top: 97px;
}
.aq-con .aq-con-ms .aq-con-ms-lf {
  padding-top: 37px;
  width: 49.65%;
}
.aq-con .aq-con-ms .aq-con-ms-rt {
  width: 40.5%;
}
.aq-con .aq-con-ms .aq-con-ms-rt h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-top: 14px;
}
.aq-con .aq-con-ms .aq-con-ms-rt h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.aq-con .aq-con-ms .aq-con-ms-rt div {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 16px;
}
.aq-con .aq-con-ms .aq-con-ms-rt a {
  width: 160px;
  height: 45px;
  background-color: #ffa633;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 34px;
  transition: all 0.5s;
}
.aq-con .aq-con-ms .aq-con-ms-rt a:hover {
  box-shadow: 1px 1px 10px #ffa633;
}
.aq-con .aq-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 86px;
}
.aq-con .aq-cont .aq-cont-lf {
  width: 41.5%;
  border: solid 2px #eaf0fc;
  padding: 54px 34px;
  position: relative;
}
.aq-con .aq-cont .aq-cont-lf .aq-swiper {
  overflow: hidden;
}
.aq-con .aq-cont .aq-cont-lf .aq-swiper .swiper-wrapper .swiper-slide p {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aq-con .aq-cont .aq-cont-rt .ms-swiper{
    overflow: hidden;
}
.aq-con .aq-cont .aq-cont-lf .ms-swiper .swiper-slide{
    display: none;
} 
.aq-con .aq-cont .aq-cont-lf .ms-swiper .swiper-slide-thumb-active{
    display: block;
} 
.aq-con .aq-cont .aq-cont-lf .aq-swiper .swiper-wrapper .swiper-slide p img{
    max-height: 100%;
}
.aq-con .aq-cont .aq-cont-lf .aq-prev {
  position: absolute;
  top: 57%;
  left: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 31px;
  background: url(../images/alf.png) no-repeat;
  background-size: 100% 100%;
}
.aq-con .aq-cont .aq-cont-lf .aq-next {
  position: absolute;
  top: 57%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 31px;
  background: url(../images/art.png) no-repeat;
  background-size: 100% 100%;
}
.aq-con .aq-cont .aq-cont-lf .aq-prev:after,
.aq-con .aq-cont .aq-cont-lf .aq-next:after {
  display: none;
}
.aq-con .aq-cont .aq-cont-lf .aq-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.aq-con .aq-cont .aq-cont-lf .aq-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgba(45, 109, 227, 0.3);
  border-radius: 100%;
  opacity: 1;
  margin: 0 5px;
}
.aq-con .aq-cont .aq-cont-lf .aq-pagination .swiper-pagination-bullet-active {
  background-color: rgb(25,103,167);
}
.aq-con .aq-cont .aq-cont-rt {
  width: 50%;
}
.aq-con .aq-cont .aq-cont-rt h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-top: 24px;
}
.aq-con .aq-cont .aq-cont-rt h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.aq-con .aq-cont .aq-cont-rt div {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: justify;
  color: #333333;
  margin-top: 20px;
}
.aq-gntd {
  background-color: #eef6ff;
  margin-top: 116px;
  padding: 64px 0 85px 0;
}
.aq-gntd .container .aq-gntd-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-lf {
  width: 45.5%;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-lf h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-top: 14px;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-lf h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-lf div {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
  margin-top: 43px;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-lf a {
  width: 144px;
  height: 35px;
  border-radius: 6px;
  border: solid 1px #ffa633;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  margin-top: 55px;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-lf a:hover {
  background: #ffa633;
  color: #fff;
  box-shadow: 1px 1px 10px #ffa633;
}
.aq-gntd .container .aq-gntd-items .aq-gntd-rt {
  width: 46%;
}
.aq-gntd .container .aq-gntd-items:nth-child(2n) {
  flex-direction: row-reverse;
}
.aq-gntd .container .aq-gntd-items {
  margin-top: 66px;
}
.aq-gntd .container .aq-gntd-items:nth-child(1) {
  margin-top: 0;
}
.aq-gntd .container .aq-gntd-items::after {
  position: absolute;
  left: 46%;
  top: 66%;
  transform: translate(-50%, -50%);
  content: '';
  background: url(../images/yq1.png) no-repeat;
  background-size: 100% 100%;
  width: 125px;
  height: 86px;
}
.aq-gntd .container .aq-gntd-items:nth-child(2n)::after {
  background: url(../images/yq2.png) no-repeat;
}
.aq-xtts {
  background: none;
  padding-top: 0;
  margin-top: 90px;
  padding-bottom: 120px;
}
.aq-xtts .container .aq-gntd-items {
  margin-top: 140px;
}
.aq-xtts .container .aq-gntd-items::after {
  display: none;
}
.aq-jjwt {
  background: #eef6ff;
  padding-top: 80px;
  padding-bottom: 112px;
}
.aq-jjwt .container {
  max-width: 1260px;
}
.aq-jjwt .container h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-top: 14px;
  text-align: center;
}
.aq-jjwt .container h3::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
  transform: translateX(-50%);
}
.aq-jjwt .container .aq-jjwt-con {
  display: flex;
  justify-content: space-between;
  margin-top: 128px;
}
.aq-jjwt .container .aq-jjwt-con ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 362px;
}
.aq-jjwt .container .aq-jjwt-con ul li {
  display: flex;
  align-items: center;
  position: relative;
}
.aq-jjwt .container .aq-jjwt-con ul li p {
  font-size: 16px;
  padding: 9px 12px;
  letter-spacing: 1px;
  background-color: #2bbffe;
  border-radius: 12px;
  color: #ffffff;
  white-space: nowrap;
  margin-right: 18px;
}
.aq-jjwt .container .aq-jjwt-con ul:nth-child(1) li:nth-child(1) {
  position: relative;
  top: -40px;
  left: 40px;
}
/*.aq-jjwt .container .aq-jjwt-con ul:nth-child(1) li:nth-child(2) {*/
/*  left: -27px;*/
/*}*/
.aq-jjwt .container .aq-jjwt-con ul:nth-child(1) li:nth-child(2) {
  left: 56px;
  top: 25px;
}
.aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li {
  flex-direction: row-reverse;
  position: relative;
}
.aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li p {
  margin-right: 0;
  margin-left: 18px;
}
.aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li:nth-child(1) {
  position: relative;
  top: -40px;
  left: -135px;
}
/*.aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li:nth-child(2) {*/
/*  top: -7px;*/
/*  left: 42px;*/
/*}*/
.aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li:nth-child(2) {
  left: -102px;
  top: 23px;
}
.yh-con .aq-con-ms .aq-con-ms-lf {
  width: 51.65%;
}
.yh-con .aq-con-ms {
  margin-top: 57px;
}
.yh-con .aq-con-ms .aq-con-ms-rt ul {
  display: flex;
}
.yh-con .aq-con-ms .aq-con-ms-rt ul li a {
  width: 144px;
  height: 35px;
  background-color: #ffa633;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yh-con .aq-con-ms .aq-con-ms-rt ul li:nth-child(2) {
  margin-left: 24px;
}
.yh-con .aq-con-ms .aq-con-ms-rt ul li:nth-child(2) a {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  border-radius: 6px;
  border: solid 1px #ffa633;
  background: none;
  transition: all 0.5s;
}
.yh-con .aq-con-ms .aq-con-ms-rt ul li:nth-child(2) a:hover {
  background-color: #ffa633;
  color: #fff;
}
.yh-con .yh-cont .yh-cont-items {
  display: none;
}
.yh-con .yh-cont .yh-cont-items:nth-child(1) {
  display: block;
}
.yh-yj {
  background-color: #eef6ff;
  padding-top: 80px;
  margin-top: 140px;
  padding-bottom: 110px;
}
.yh-yj .container h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-top: 14px;
  text-align: center;
}
.yh-yj .container h3::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
  transform: translateX(-50%);
}
.yh-yj .container .yh-yj-con {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.yh-yj .container .yh-yj-con .yh-yj-items {
  width: 50%;
}
.yh-yj .container .yh-yj-con .yh-yj-items a:nth-child(1) {
  width: 100%;
  height: 313px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yh-yj .container .yh-yj-con .yh-yj-items a:nth-child(1) img {
  max-height: 100%;
}
.yh-yj .container .yh-yj-con .yh-yj-items a:nth-child(2) {
  font-size: 20px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 30px;
  text-align: center;
  display: block;
}
.yh-xtts .container .aq-gntd-items .aq-gntd-lf div {
  font-size: 18px;
  text-align: justify;
}
.yh-con-nav {
  margin-top: 47px;
}
.yh-con-nav ul {
  display: flex;
  margin: 0 auto;
  justify-content: flex-end;
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.yh-con-nav li {
  padding: 0 12.5px;
  /*min-width: 20%;*/
  min-width: calc(100%/6);
  cursor: pointer;
}
.yh-con-nav li:nth-child(1){
    /*display:none;*/
}
.yh-con-nav li p {
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  background-color: rgba(45, 109, 227, 0.1);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 17px;
  transition: all 0.5s;
}
.yh-con-nav li:hover p {
  background-color: rgb(25,103,167);
  color: #fff;
}
.yh-con-nav .yh-active p {
  background-color: rgb(25,103,167);
  color: #fff;
}
.kf-wt {
  background-color: #eef6ff;
  margin-top: 90px;
  padding-top: 75px;
}
.kf-wt .container h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 14px;
  width: fit-content;
}
.kf-wt .container h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.kf-wt .container .kf-wt-con {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
  padding-bottom: 120px;
  position: relative;
}
.kf-wt .container .kf-wt-con ul {
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 337px;
}
.kf-wt .container .kf-wt-con ul li {
  position: relative;
}
.kf-wt .container .kf-wt-con ul li h4 {
  font-size: 38px;
  color: rgb(25,103,167);
  opacity: 0.2;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -42px;
}
.kf-wt .container .kf-wt-con ul li div {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
}
.kf-wt .container .kf-wt-con ul li:nth-child(1) {
  top: 15px;
}
.kf-wt .container .kf-wt-con ul li:nth-child(2) {
  top: 23px;
}
.kf-wt .container .kf-wt-con ul li:nth-child(3) {
  top: 11px;
  width: 119%;
}
.kf-wt .container .kf-wt-con p {
  width: 55%;
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  top: 0%;
}
.kf-wt .container .kf-wt-con ul:nth-child(3) li {
  text-align: right;
}
.kf-wt .container .kf-wt-con ul:nth-child(3) li h4 {
  right: 0;
  left: auto;
}
.kf-wt .container .kf-wt-con ul:nth-child(3) li:nth-child(2) {
  top: 0;
  left: 0px;
  margin: 0 auto;
  margin-right: 0;
}
.kf-wt .container .kf-wt-con ul:nth-child(3) li:nth-child(1) {
  width: 73%;
  margin: 0 auto;
  margin-right: 0;
}
.kf-wt .container .kf-wt-con ul:nth-child(3) li:nth-child(3) {
  width: 100%;
  top: -1px;
  margin: 0 auto;
  margin-right: 0;
}
.kf-td {
  margin-top: 68px;
  padding-bottom: 55px;
}
.kf-td h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}
.kf-td h3::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.kf-td .row {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 47px;
}
.kf-td .row .kf-td-items {
  padding: 0 12px;
  margin-bottom: 24px;
}
.kf-td .row .kf-td-items .kf-td-con {
  background-color: #f5f6fa;
  border: solid 1px #e7e8ea;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.kf-td .row .kf-td-items .kf-td-con p {
  padding-right: 14px;
  position: relative;
}
.kf-td .row .kf-td-items .kf-td-con p img {
  transition: all 0.5s;
}
.kf-td .row .kf-td-items .kf-td-con p::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 65px;
  background-color: #dcdde0;
}
.kf-td .row .kf-td-items .kf-td-con div {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #333333;
  width: 71%;
}
.kf-td .row .kf-td-items .kf-td-con::after {
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  background-color: rgb(25,103,167);
  content: '';
  transition: all 0.5s;
}
.kf-td .row .kf-td-items .kf-td-con:hover p img {
  transform: translate(360deg);
}
.kf-td .row .kf-td-items .kf-td-con:hover::after {
  width: 100%;
}
.fbg-bt {
  padding-bottom: 94px;
}
.fbg-bt .container .kf-wt-con ul li:nth-child(3) {
  width: 100%;
}
.fbg-bt .container .kf-wt-con ul:nth-child(3) {
  width: 18%;
}
.fbg-bt .container .kf-wt-con ul:nth-child(3) li:nth-child(3) {
  width: 84%;
  margin: 0 auto;
  margin-right: 0;
  top: 17px;
}
.fbg-bt .container .kf-wt-con {
  padding-bottom: 0;
}
.fbg-bt .container .kf-wt-con p {
  width: 56%;
  position: relative;
  left: auto;
  transform: initial;
}
.fbg-bt .container .kf-wt-con ul:nth-child(3) li:nth-child(2) {
  left: 0;
  top: 22px;
}
.fbg-bt .container .kf-wt-con ul:nth-child(3) li:nth-child(3) {
  left: 0;
}
.fbg-bt .container .kf-wt-con ul:nth-child(3) li:nth-child(1) {
  width: 74%;
  margin: 0 auto;
  margin-right: 0;
  top: 34px;
}
.fbg-bt .container .kf-wt-con ul:nth-child(1) li:nth-child(1) {
  top: 34px;
}
.fbg-bt .container .kf-wt-con ul:nth-child(1) li:nth-child(2) {
  top: 35px;
}
.fbg-bt .container .kf-wt-con ul:nth-child(1) li:nth-child(3) {
  width: 86%;
  top: 18px;
}
.fbg-bt .container .kf-wt-con {
  margin-top: 62px;
}
.fbg-bt .container .kf-wt-con ul {
  height: auto;
}
.aq-xtjg {
  background-color: #f6f7fa;
  padding-top: 75px;
  padding-bottom: 77px;
}
.aq-xtjg .container h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}
.aq-xtjg .container h3::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.aq-xtjg .container .aq-xtjg-con {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items {
  width: 19.8%;
  padding-top: 82px;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items h4 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #333333;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items .aq-xtjg-bt {
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 10px;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items .aq-xtjg-bt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 143px;
  height: 2px;
  background: url(../images/jx1.png) no-repeat;
  background-size: 100% 100%;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items div {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  margin-top: 34px;
  padding-left: 16px;
  width: 70%;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items div::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: rgb(25,103,167);
  border-radius: 100%;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-thumb {
  width: 59.4%;
}
.aq-xtjg .container .aq-xtjg-con .aq-xtjg-items:nth-child(3) div {
  width: 87%;
}
.aq-xncs {
  margin-top: 95px;
}
.aq-xncs h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-bottom: 14px;
}
.aq-xncs h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.aq-xncs .aq-xncs-cont {
  margin-top: 57px;
  padding-bottom: 80px;
}
.aq-xncs .aq-xncs-cont table {
  /*width: 100%;*/
  border-collapse: collapse;
}
.aq-xncs .aq-xncs-cont table td {
  border: solid 1px #e4e4e4;
}
.aq-xncs .aq-xncs-cont table tr th {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  background: #f1f1f1;
  border: solid 1px #e4e4e4;
  text-align: center;
  padding: 8px 0;
  width: 280px;
}
.aq-xncs .aq-xncs-cont table tr th:nth-child(2){
    width: 330px;
}
.aq-xncs .aq-xncs-cont table tr td {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 8px 14px;
}
.cpz-dh {
  margin-top: 58px;
}
.cpz-dh ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 19px;
}
.cpz-dh ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 18.6%;
  cursor: pointer;
}
.cpz-dh ul li p:nth-child(1) img:nth-child(1) {
  display: none;
}
.cpz-dh ul li p:nth-child(3) img:nth-child(2) {
  display: none;
}
.cpz-dh ul li h5 {
  font-size: 16px;
  letter-spacing: 1px;
  /*color: #666666;*/
  color: rgb(25,103,167);
  margin: 0;
  transition: all 0.5s;
  font-weight: bold;
}
.cpz-dh ul .dh-active p img:nth-child(1) {
  display: none;
}
.cpz-dh ul .dh-active p:nth-child(3) img:nth-child(2){
    display: inline;
}
.cpz-dh ul .dh-active p img:nth-child(2) {
  display: inline;
}
.cpz-dh ul .dh-active h5 {
  color: rgb(25,103,167);
}
.cpz-dh .cpzdh-content .cpzdh-items {
  display: none;
}
.cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 27px 0 14px 33px;
}
.cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont p {
  width: calc(100%/4);
  margin-bottom: 12px;
}
.cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont p a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #666666;
  opacity: 0.7;
  transition: all 0.5s;
}
.cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont p a:hover {
  color: rgb(25,103,167);
  opacity: 1;
}
/*.cpz-dh .cpzdh-content .cpzdh-items:nth-child(1) {*/
/*  display: block;*/
/*}*/
.cpz-con {
  background: url(../images/jx2-bg.png) no-repeat;
  background-position: 100% 568px;
}
.cpz-con .container .cpz-xs {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #666666;
  text-align: center;
  margin-top: 23px;
}
.cpz-con .container .cpz-cont {
  margin-top: 90px;
}
.cpz-con .container .cpz-cont .cpz-cont-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 129px;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-lf {
  max-width: 55%;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt {
  width: 40%;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  position: relative;
  padding-top: 25px;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #ffa633;
  border-radius: 2px;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt div {
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 41px;
  text-align: justify;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul {
  display: flex;
  margin-top: 60px;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul li a {
  width: 144px;
  height: 35px;
  border-radius: 6px;
  border: solid 1px #ffa633;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  transition: all 0.5s;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul li a:hover {
  box-shadow: 1px 1px 10px #ffa633;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul li:nth-child(1) a{
  background-color: rgb(188,188,188);
  margin-right: 24px;
  color: #fff;
  border: solid 1px rgb(188,188,188);
}
.cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-rt ul li:nth-child(1) a{
        background-color: #ffa633 !important;
     border: 1px solid #ffa633 !important;
}
#sp-active a{
    background-color: #ffa633 !important;
     border: 1px solid #ffa633 !important;
}
#sp-active:hover{
    box-shadow: inherit !important;
}
.cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul li:nth-child(1) a:hover {
  box-shadow: 1px 1px 10px #ffa633;
}
.cpz-con .container .cpz-cont .cpz-cont-items:nth-child(2n-1) {
  flex-direction: row-reverse;
}
.cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) {
  flex-direction: row;
  margin-bottom: 210px;
}
.cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-lf a {
  position: relative;
  left: -61px;
}
.cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-rt {
  width: 43%;
}
.cpz-con .container .cpz-cont .cpz-cont-items:nth-child(3) {
  margin-bottom: 200px;
}
.cpsearch-con .container .cpz-cont .cpz-cont-items:nth-child(3){
    margin-bottom: 129px;
}
/*响应式配置*/
@media (max-width: 1722px) {
  .head .head-cen,.footer .foot-con .foot-con-tp,.footer .foot-con .foot-con-bt div {
    max-width: 93%;
  }
}
@media (max-width: 1704px) {
    
  .head .head-cen .head-rt ul li .head-child .head-child-xm {
    max-width: 76%;
  }
  .head .head-cen .head-rt ul li .head-child .head-child-con{
      max-width: 100%;
  }

}
@media (max-width: 1599px) {
  #menu {
    left: 19px;
  }
}
@media (max-width: 1400px) {
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(1),
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(2),
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(3) {
    width: 85%;
  }
  .head .head-cen .head-rt ul li .head-child{
      height: calc(100% - 100px);
      overflow: scroll;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div p:nth-child(3) {
    margin-top: 25px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div a {
    font-size: 20px;
  }
  #menu .active p {
    display: none !important;
  }
  .pro .pro-con .row .pro-items .pro-items-cont {
    padding: 22px 33px;
    padding-bottom: 17px;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(3) {
    margin-top: 13px;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-lf {
    height: 337px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-js {
    margin-top: 13px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-tz .about-more {
    margin-top: 36px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide {
    padding: 61px 53px 55px 53px;
  }
  .about .about-con .about-con-lf .about-con-lf-thumb {
    height: 512px;
  }
  .news .news-con .news-more {
    margin-top: 30px;
    font-size: 20px;
  }
  /*.head .head-cen .head-rt ul li .head-child{*/
  /*    height: 685px;*/
  /*    overflow: scroll;*/
  /*}*/
}
@media (max-width: 1365px) {
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div {
    width: 30%;
    margin-right: 6%;
  }

  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(1),
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(2),
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(3) {
    width: 100%;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div a {
    font-size: 17px;
    width: 178px;
    height: 49px;
    margin-top: 57px;
  }
  #menu {
    left: 7px;
  }
  .pro .pro-con .row .pro-items {
    padding: 0 9px;
    margin-top: 28px;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-lf {
    height: 296px;
  }
  .about .about-con .about-con-lf .about-con-lf-thumb {
    height: 459px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide h3 {
    font-size: 25px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-xbt {
    font-size: 14px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide {
    padding: 43px 53px 43px 53px;
  }
  .news .news-con .row .news-items {
    padding: 0 14px;
  }
  .news .news-con .row {
    margin-left: -14px;
    margin-right: -14px;
  }
  .news .news-con .row .news-items .news-items-con a:nth-child(2) {
    line-height: 24px;
    margin-top: 15px;
  }
  .news .news-con .row .news-items .news-items-con a:nth-child(3) {
    margin-top: 7px;
    line-height: 23px;
  }
  .aq-jjwt .container .aq-jjwt-con .aq-jjwt-bg {
    max-width: 34%;
  }
  .aq-jjwt .container .aq-jjwt-con ul {
    height: 326px;
  }
  /*.aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li:nth-child(2) {*/
  /*  left: 13px;*/
  /*}*/
}
@media (max-width: 1260px) {
  .aq-con .aq-con-ms {
    max-width: 93%;
    margin-top: 61px;
  }
  .aq-jjwt .container {
    max-width: 93%;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 93%;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(1) {
    font-size: 26px;
  }
  .banner {
    margin-top: 0;
  }
  .head-logo {
    width: 27%;
  }
  .head .head-cen .head-rt {
    width: 69.35%;
  }
  .head .head-cen .head-rt ul li a {
    font-size: 14px;
  }
  .head .head-cen .head-rt ul li .head-child .head-child-con .head-child-items {
    width: 33.3%;
  }
  .about .about-con .about-con-lf .about-swiper2 .about-qh {
    width: 30%;
  }
  .news .news-con .row .news-items .news-items-con .news-thumb {
    height: 204px;
  }
  .news .news-con .news-more {
    margin-top: 28px;
    font-size: 17px;
  }
  .g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide img {
    max-width: 175px;
  }
  .i-ban .iban-con .gban-con h3 {
    font-size: 34px;
  }
  .i-ban {
    height: 494px;
  }
  .g-jj {
    padding-bottom: 100px;
  }
  .g-wh .row .gwh-items {
    padding: 0 18px;
  }
  .g-wh .row {
    margin-left: -18px;
    margin-right: -18px;
  }
  .g-fzlc .jt-boy {
    right: -12%;
  }
  .cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont p {
    white-space: nowrap;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) {
    margin-bottom: 157px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items {
    margin-bottom: 94px;
  }
  .aq-xtts .container .aq-gntd-items {
    margin-top: 140px;
  }
  .aq-jjwt {
    overflow: hidden;
  }
  .aq-jjwt .container .aq-jjwt-con ul li img {
    width: 44px;
  }
  .aq-jjwt .container .aq-jjwt-con ul {
    height: 266px;
  }
  .aq-jjwt .container .aq-jjwt-con ul li p {
    white-space: inherit;
  }
  .aq-jjwt .container .aq-jjwt-con ul {
    height: 236px;
  }
  .aq-jjwt .container .aq-jjwt-con ul:nth-child(3) li:nth-child(2) {
    left: -105px;
    top: 23px;
  }
  .aq-jjwt .container .aq-jjwt-con ul:nth-child(1) li:nth-child(2) {
    left: 35px;
  }
  .yh-con-nav li {
    min-width: 19%;
  }
  .kf-wt .container .kf-wt-con p {
    width: 54%;
    left: 53%;
    top: 9%;
  }
  .kf-td .row .kf-td-items .kf-td-con div {
    padding-left: 14px;
  }
  .fbg-bt .container .kf-wt-con p {
    width: 56%;
    left: auto;
  }
  .fbg-bt .container .kf-wt-con ul {
    height: 337px;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(2) {
    margin-top: 32px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) h3 {
    font-size: 24px;
  }
  .wd-con .row .wd-cont-items {
    padding: 0 9px;
  }
  .wd-con .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .footer .foot-con .foot-con-tp .foot-con-dh{
      display: none;
  }
}
@media (max-width: 990px) {
  .head .head-cen .head-rt ul {
    display: none;
  }

  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-bg {
    background-position: 35% 100%;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div {
    margin: 0 auto;
    margin-right: 6%;
    width: 38%;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(1),
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(2),
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide-active .swiper-rt .swiper-cont div p:nth-child(3) {
    width: 100%;
  }
  .fix-rt {
    display: none;
  }
  .pro .pro-con .row .pro-items .pro-items-cont div:nth-child(1) {
    padding-bottom: 22px;
    width: 67px;
    margin: 0 auto;
  }
  .pro .pro-con .row .pro-items .pro-items-cont {
    padding: 22px 10px;
    padding-bottom: 14px;
    width: 100%;
  }
  .pro .pro-con .row .pro-items .pro-items-cont p:nth-child(2) {
    margin-top: 6px;
  }
  .pro .pro-con .row .pro-items {
    padding: 0 5px;
    margin-top: 16px;
  }
  .pro .pro-con .row {
    margin-left: 5px;
    margin-right: 5px;
  }
  #menu {
    left: 0;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-lf {
    display: none;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt {
    width: 100%;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt div {
    display: block;
  }
  .about .about-con .about-con-lf .about-con-lf-thumb {
    display: none;
  }
  .about .about-con .about-con-lf .about-swiper2 {
    width: 100%;
  }
  .about .about-con {
    display: block;
  }
  .about .about-con .about-con-lf {
    width: 100%;
  }
  .about .about-con .about-con-rt {
    width: 100%;
    margin-top: 25px;
  }
  .about .about-con .about-con-rt .about-swiper1 .swiper-wrapper {
    flex-direction: row;
  }
  .about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .about-con .about-con-lf .about-swiper2 .about-qh {
    bottom: 36px;
  }
  .news .news-con .row .news-items {
    padding: 0 7px;
  }
  .news .news-con .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .i-ban {
    height: 424px;
  }
  .i-ban .iban-con .gban-con a {
    width: 150px;
    height: 42px;
  }
  .g-bt {
    font-size: 30px;
  }
  .g-bt::after {
    width: 128px;
  }
  .g-jj {
    padding-top: 52px;
    padding-bottom: 72px;
  }
  .g-jj .container .g-jj-con .g-jj-rt div {
    margin-top: 17px;
  }
  .g-jj .container .g-jj-con .g-jj-lf {
    width: 43.35%;
  }
  .g-jj .container .g-jj-con {
    margin-top: 57px;
  }
  .g-wh {
    padding-top: 62px;
  }
  .g-wh .row {
    margin-top: 51px;
  }
  .g-wh .row .gwh-items {
    padding: 0 9px;
  }
  .g-wh .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .g-fzlc {
    margin-top: 79px;
    padding-top: 72px;
  }
  .g-fzlc .jt-boy {
    right: -26%;
  }
  .cpz-dh ul li {
    width: 23.6%;
  }
  .cpz-dh ul li h5 {
    font-size: 15px;
  }
  .cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont p {
    width: calc(100%/3);
  }
  .cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont {
    padding: 26px 0 14px 16px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-rt {
    width: 45%;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt div {
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul {
    margin-top: 44px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-lf a {
    left: -24px;
  }
  .cpz-con .container .cpz-cont {
    margin-top: 63px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) {
    margin-bottom: 103px;
  }
  .cpz-con {
    background-position: 100% 518px;
    background-size: 1920px 1026px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt h3 {
    font-size: 20px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(3) {
    margin-bottom: 170px;
  }
  .aq-con {
    margin-top: 65px;
  }
  .aq-con .aq-con-ms {
    display: block;
  }
  .aq-con .aq-con-ms .aq-con-ms-lf {
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .aq-con .aq-con-ms .aq-con-ms-rt {
    width: 100%;
    margin-top: 39px;
  }
  .aq-gntd {
    margin-top: 68px;
  }
  .aq-gntd .container .aq-gntd-items .aq-gntd-lf div {
    font-size: 17px;
  }
  .aq-xtts .container .aq-gntd-items {
    margin-top: 105px;
  }
  .aq-xtts {
    padding-bottom: 82px;
  }
  .aq-jjwt {
    padding-bottom: 170px;
  }
  .yh-con-nav li {
    padding: 0 4.5px;
  }
  .yh-con-nav li p {
    font-size: 15px;
  }
  .yh-con-nav li p {
    padding: 11px 9px;
  }
  .yh-yj {
    margin-top: 80px;
  }
  .yh-con-nav {
    margin-top: 30px;
  }
  .aq-con .aq-cont {
    display: block;
    margin-top: 50px;
  }
  .aq-con .aq-cont .aq-cont-lf,
  .aq-con .aq-cont .aq-cont-rt {
    width: 100%;
  }
  .aq-con .aq-cont .aq-cont-rt {
    margin-top: 50px;
  }
  .kf-wt .container .kf-wt-con ul {
    height: 397px;
  }
  .kf-wt .container .kf-wt-con p {
    top: 20%;
  }
  .kf-td .row .kf-td-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fbg-bt .container .kf-wt-con p {
    top: 86px;
  }
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items {
    width: 61.8%;
    padding-top: 13px;
  }
  .aq-xtjg .container .aq-xtjg-con {
    align-items: center;
  }
  .j-con .jcon-gw li p:nth-child(1) {
    width: 120px;
    height: 120px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav {
    padding: 15px 28px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul {
    padding: 22px 28px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items .jcon-content {
    padding: 0 28px;
  }
  .i-ban .iban-con .lban-con h3 {
    font-size: 36px;
  }
  .i-ban .iban-con .lban-con {
    padding-top: 0;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-date {
    width: 20%;
  }
  .x-con .x-cont .xcont-items .xcont-rt {
    width: 56.5%;
  }
  .xshow-con {
    margin-top: 62px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf {
    padding-left: 22px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) h3 {
    font-size: 20px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf div {
    margin-top: 8px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(3) {
    margin-top: 21px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-rt a {
    height: 334px;
  }
  .fashow-ys {
    margin-top: 70px;
  }
  .fashow-al .row .fashow-al-items .fashow-al-con a:nth-child(1) {
    height: 172px;
  }
  .fashow-al .row .fashow-al-items {
    padding: 0 9px;
  }
  .fashow-al .row {
    margin-left: -9px;
    margin-right: -9px;
  }
  .fashow-al .row .fashow-al-items .fashow-al-con a:nth-child(2) {
    font-size: 17px;
  }
  .al-con .al-cont .al-cont-items .al-cont-thumb {
    height: 230px;
  }
  .alshow-jj {
    display: block;
  }
  .alshow-jj .alshow-jj-lf,
  .alshow-jj .alshow-jj-rt {
    width: 100%;
  }
  .alshow-jj .alshow-jj-lf ul:nth-child(3) {
    margin-top: 47px;
  }
  .wd-con h4 {
    margin-top: 40px;
  }
  .wd-con .row {
    margin-top: 40px;
  }
  .wd-con .row .wd-cont-items {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .l-con .ly-con .ly-cont {
    display: block;
  }
  .l-con .ly-con .ly-cont .ly-cont-lf,
  .l-con .ly-con .ly-cont .ly-cont-rt {
    width: 100%;
  }
  .l-con .ly-con .ly-cont .ly-cont-rt {
    margin-top: 25px;
  }
  .mb-ico {
      display: block;
}
.head .head-cen .head-rt {
    width: 26.35%;
}
.head-logo {
    width: 55%;
}
.head .head-cen{
    padding: 9px 0;
}
.head .head-cen .head-rt .head-search .form p{
    width: 91%;
}
.activehead1 .mb-ico img:nth-child(2){
    display: inline;
}
.activehead1 .mb-ico img:nth-child(1){
    display: none;
}
.footer .foot-con .foot-con-tp .foot-con-ly{
    display: none;
}
  .yh-con-nav ul{
      flex-wrap: wrap;
  }
  .yh-con-nav li{
      min-width: 50% !important;
      margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .yh-yj .container h3,
  .kf-wt .container h3,
  .kf-td h3,
  .aq-xtjg .container h3,
  .aq-xncs h3,
  .fa-bt h3 {
    font-size: 20px;
  }
  .pro .pro-more {
    width: 161px;
    height: 41px;
    margin-top: 30px;
  }
  .kf-wt .container .kf-wt-con ul li h4{
      position: relative;
          font-size: 29px;
    top: 0;
    margin-bottom: 3px;
  }

  .aq-xncs .aq-xncs-cont table tr td{
      font-size: 15px;
  }
  .wd-con h4:nth-child(4) {
    margin-top: 21px;
}
  .wd-con h4{
      margin-right: 42px;
  }
  .wd-con .wd-nav h4:last-child{
      margin-right: 0;
  }
  .al-con .al-cont .al-cont-items .al-cont-thumb .al-cont-jj a:nth-child(1){
      font-size: 16px;
  }
  .al-con .al-cont .al-cont-items .al-cont-thumb .al-cont-jj a:nth-child(2){
      margin-top: -2px;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt div{
    -webkit-line-clamp: 6;
    -moz-line-clamp: 6;
  }
  #menu li a{
      width: 30px;
      height: 30px;
  }
  #menu li::before{
      left: 14px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div {
    width: 47%;
    margin-right: 3%;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div p:nth-child(2) {
    margin-top: 15px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div p:nth-child(3) {
    display: none;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-rt .swiper-cont div a {
    font-size: 15px;
    width: 145px;
    height: 39px;
    margin-top: 34px;
    border-radius: 16px;
  }
  .banner .banner-con .ban-swiper .swiper-wrapper .swiper-slide .swiper-bg {
    background-position: 37% 100%;
  }
  .banner .banner-con .ban-swiper .ban-pagination .swiper-pagination-bullet {
    width: 43px;
    height: 4px;
    border-radius: 2px;
    opacity: 0.4;
    margin: 0 6.5px;
  }
  #menu .active a::before {
    display: none !important;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt div {
    display: -webkit-box;
    line-height: 24px;
    margin-top: 16px;
    text-align: justify;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(1) {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide {
    padding: 20px;
  }
  .case .case-con .mySwiper .swiper-wrapper .swiper-slide p {
    margin-right: 11px;
  }
  .case .case-con .mySwiper2 .swiper-wrapper .swiper-slide .case-cont .case-cont-rt a:nth-child(3) {
    margin-top: 7px;
  }
  .case .case-con .mySwiper .swiper-wrapper .swiper-slide {
    font-size: 16px;
    padding: 9px 0;
  }
  .case {
    padding-top: 19px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide h3 {
    font-size: 20px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide {
    padding: 24px 22px 18px 22px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-xbt {
    display: none;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-js {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 6;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-js {
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    text-align: justify;
  }
  .about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide div {
    font-size: 16px;
    height: 100%;
  }
  .about .about-con .about-con-rt .about-swiper1 .swiper-wrapper {
    flex-direction: inherit;
  }
  .about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide {
    width: 50%;
    margin-bottom: 0;
    height: 43px !important;
  }
  .about .about-con .about-con-rt .about-swiper1 {
    overflow: hidden;
  }
  .about .about-con .about-con-rt .about-swiper1 .swiper-wrapper .swiper-slide div p {
    width: 38px;
    text-align: left;
    padding-left: 10px;
  }
  .about .about-con .about-con-rt {
    width: 100%;
    margin-top: 17px;
  }
  .about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination .swiper-pagination-current,
  .about .about-con .about-con-lf .about-swiper2 .about-qh .about-pagination .swiper-pagination-current::before {
    font-size: 17px;
  }
  .about .about-con .about-con-lf .about-swiper2 .about-qh {
    width: 44%;
    bottom: 15px;
    right: 20px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide .about-tz .about-more {
    margin-top: 22px;
  }
  .about .about-con .about-con-lf .about-swiper2 .swiper-wrapper .swiper-slide h3 {
    font-size: 17px;
  }
  .about,
  .news {
    padding-top: 21px;
  }
  .news .news-con .row .news-items .news-items-con .news-thumb {
    display: none;
  }
  .news .news-con .row {
    display: block;
  }
  .news .news-con .row .news-items {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news .news-con .row .news-items .news-items-con a:nth-child(2) {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
  }
  .news .news-con .row .news-items .news-items-con a:nth-child(3) {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    margin-top: 3px;
  }
  .news .news-con .row .news-items .news-items-con p {
    margin-top: 3px;
    padding-bottom: 4px;
  }
  .news .news-con .news-more {
    margin-top: 17px;
    font-size: 16px;
    width: 154px;
    height: 44px;
  }
  .pro .pro-con .row .pro-items .pro-items-cont div:nth-child(1) {
    padding-bottom: 16px;
    width: 43px;
  }
  .pro .pro-con .row .pro-items .pro-items-cont p:nth-child(2) {
    margin-top: 1px;
    font-size: 14px;
  }
  .pro .pro-con .row .pro-items {
    max-width: 50%;
    flex: 0 0 50%;
    display: none !important;
  }
  .pro .pro-con .row .pro-items .pro-items-cont div:nth-child(3) {
    display: none;
  }
  .pro .pro-con .row #sytb-active:nth-child(2),
  .pro .pro-con .row #sytb-active:nth-child(3),
  .pro .pro-con .row #sytb-active:nth-child(4),
  .pro .pro-con .row #sytb-active:nth-child(5),
  .pro .pro-con .row #sytb-active:nth-child(7),
  .pro .pro-con .row #sytb-active:nth-child(8){
    display: flex !important;
  }
  .i-ban .iban-con .gban-con h3 {
    font-size: 20px;
  }
  .i-ban .iban-con .gban-con p {
    font-size: 15px;
  }
  .i-ban .iban-con .gban-con a {
    width: 122px;
    height: 35px;
    font-size: 14px;
    margin-top: 16px;
  }
  .i-ban {
    height: 306px;
  }
  .i-ban .iban-con .gban-con {
    top: 4px;
  }
  .i-ban .i-crumb .container p {
    padding: 10px 0;
  }
  .g-bt {
    font-size: 20px;
  }
  .g-bt::after {
    width: 84px;
  }
  .g-jj {
    padding-top: 26px;
    padding-bottom: 21px;
  }
  .g-jj .container .g-jj-con {
    margin-top: 17px;
    display: block;
  }
  .g-jj .container .g-jj-con .g-jj-lf,
  .g-jj .container .g-jj-con .g-jj-rt {
    width: 100%;
  }
  .g-jj .container .g-jj-con .g-jj-lf p {
    height: 207px;
  }
  .g-jj .container .g-jj-con .g-jj-rt h4 {
    font-size: 18px;
  }
  .g-jj .container .g-jj-con .g-jj-rt {
    margin-top: 25px;
  }
  .g-jj .container .g-jj-con .g-jj-rt div {
    margin-top: 9px;
    line-height: 26px;
    text-align: justify;
  }
  .g-wh {
    padding-top: 26px;
  }
  .g-wh .row {
    margin-top: 19px;
  }
  .g-wh .row .gwh-items .gwh-con p:nth-child(1) {
    height: 190px;
  }
  .g-wh .row .gwh-items .gwh-con p:last-child {
    margin-top: 8px;
  }
  .g-wh .row .gwh-items .gwh-con h5 {
    margin-top: 15px;
  }
  .g-wh .row .gwh-items .gwh-con {
    padding-bottom: 18px;
  }
  .g-wh .row .gwh-items {
    margin-bottom: 15px;
  }
  .g-fzlc {
    margin-top: 14px;
    padding-top: 26px;
  }
  .g-fzlc .container .top-swiper {
    margin-top: 0;
    padding-bottom: 12px;
  }
  .g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide h4 {
    padding-top: 63px;
    padding-top: 62px;
    font-size: 18px;
  }
  .g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide img {
    max-width: 123px;
    position: relative;
    top: -6px;
  }
  .g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide h4::before {
    bottom: 40px;
  }
  .g-fzlc .container .top-swiper .swiper-wrapper .swiper-slide-thumb-active h4::before {
    bottom: 38px;
  }
  .g-fzlc .container .bt-swiper .swiper-wrapper .swiper-slide .gfzlc-con {
    width: 100%;
    padding-bottom: 39px;
  }
  .g-fzlc .container .bt-swiper .swiper-wrapper .swiper-slide .gfzlc-con h3 {
    font-size: 23px;
  }
  .g-fzlc .container .bt-swiper .swiper-wrapper .swiper-slide .gfzlc-con div {
    font-size: 14px;
    line-height: 26px;
    opacity: 0.9;
    margin-top: 8px;
    text-align: justify;
  }
  .g-fzlc .container .bt-swiper {
    margin-top: 24px;
  }
  .g-fzlc .jt-boy {
    right: -54%;
  }
  .g-ryzz {
    padding-top: 30px;
    padding-bottom: 17px;
  }
  .g-ryzz .container .zz-swiper,.g-ryzz .container .hz-swiper {
    margin-top: 22px;
  }
  .g-ryzz .container .zz-pagination .swiper-pagination-bullet,.g-ryzz .container .hz-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .g-ryzz .container .zz-pagination,.g-ryzz .container .hz-pagination {
    margin-top: 12px;
  }
  .cpz-dh ul {
    flex-wrap: wrap;
    padding-bottom: 8px;
  }
  .cpz-dh ul li {
    width: 47%;
    margin-bottom: 6px;
  }
  .cpz-dh ul li p:nth-child(1) {
    display: none;
  }
  .cpz-dh {
    margin-top: 30px;
  }
  .cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont p {
    width: calc(100%/1);
    margin-bottom: 3px;
  }
  .cpz-dh .cpzdh-content .cpzdh-items .cpz-dh-cont {
    padding: 19px 16px 14px 16px;
  }
  .cpz-con .container .cpz-xs {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 14px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items {
    display: block;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-lf {
    max-width: 100%;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-lf a {
    left: 0;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) .cpz-cont-rt {
    width: 100%;
    margin-top: 23px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt h3 {
    font-size: 18px;
    padding-top: 16px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt div {
    font-size: 14px;
    margin-top: 9px;
    text-align: justify;
    line-height: 25px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul {
    margin-top: 13px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt ul li a {
    width: 115px;
  }
  .cpz-con .container .cpz-cont {
    margin-top: 25px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items .cpz-cont-rt {
    width: 100%;
    margin-top: 23px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items {
    margin-bottom: 33px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(1) {
    margin-bottom: 58px;
  }
  .cpz-con {
    background-position: 100% 665px;
    background-size: 1826px 1072px;
  }
  .cpz-con .container .cpz-cont .cpz-cont-items:nth-child(3) {
    margin-bottom: 73px;
  }
  .jy-abvideo div img {
    width: 25px;
  }
  .jy-abvideo div {
    right: 22px;
  }
  .aq-con {
    margin-top: 30px;
  }
  .aq-con .aq-con-ms {
    margin-top: 25px;
  }
  .aq-con .aq-con-ms .aq-con-ms-rt h3 {
    font-size: 18px;
  }
  .aq-con .aq-con-ms .aq-con-ms-rt div {
    font-size: 15px;
    line-height: 27px;
    margin-top: 9px;
  }
  .aq-con .aq-con-ms .aq-con-ms-rt {
    margin-top: 25px;
  }
  .aq-con .aq-con-ms .aq-con-ms-rt a {
    width: 131px;
    height: 39px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 17px;
  }
  .aq-gntd {
    margin-top: 31px;
    padding: 36px 0 38px 0;
  }
  .aq-gntd .container .aq-gntd-items .aq-gntd-lf h3,
  .aq-con .aq-cont .aq-cont-rt h3,
  .alshow-jj .alshow-jj-lf h4 {
    font-size: 18px;
  }
  .aq-gntd .container .aq-gntd-items {
    display: block;
    margin-top: 48px;
  }
  .aq-gntd .container .aq-gntd-items .aq-gntd-lf,
  .aq-gntd .container .aq-gntd-items .aq-gntd-rt {
    width: 100%;
  }
  .aq-gntd .container .aq-gntd-items .aq-gntd-lf div {
    font-size: 14px;
    line-height: 25px;
    margin-top: 11px;
  }
  .aq-gntd .container .aq-gntd-items .aq-gntd-lf a {
    margin-top: 16px;
  }
  .aq-gntd .container .aq-gntd-items .aq-gntd-rt {
    margin-top: 37px;
  }
  .aq-gntd .container .aq-gntd-items::after {
    left: 79%;
    top: 36%;
  }
  .aq-xtts {
    margin-top: 0;
    padding-top: 0;
  }
  .aq-xtts .container .aq-gntd-items .aq-gntd-lf {
    margin-top: 24px;
  }
  .aq-jjwt {
    padding-top: 33px;
    padding-bottom: 11px;
  }
  .aq-jjwt .container h3 {
    font-size: 20px;
  }
  .aq-jjwt .container .aq-jjwt-con .aq-jjwt-bg {
    display: none;
  }
  .aq-jjwt .container .aq-jjwt-con ul {
    height: auto;
  }
  .aq-jjwt .container .aq-jjwt-con ul li {
    left: 0 !important;
    top: 0 !important;
  }
  .aq-jjwt .container .aq-jjwt-con {
    flex-wrap: wrap;
  }
  .aq-jjwt .container .aq-jjwt-con ul {
    width: 100%;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
  .aq-jjwt .container .aq-jjwt-con ul li {
    flex-direction: row-reverse !important;
    width: 100%;
    align-items: center;
    margin-bottom: 17px;
    justify-content: flex-end;
  }
  .aq-jjwt .container .aq-jjwt-con ul li p {
    margin: 0 !important;
    width: 100%;
    line-height: 22px;
    margin-left: 11px !important;
    font-size: 15px;
  }
  .aq-jjwt .container .aq-jjwt-con {
    margin-top: 30px;
  }
  .yh-con-nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -4.5px;
    margin-right: -4.5px;
  }
  .yh-con-nav li {
    width: 50%;
    margin-bottom: 9px;
  }
  .yh-con-nav {
    margin-top: 19px;
  }
  .aq-con .aq-con-ms {
    margin-top: 17px;
  }
  .yh-yj {
    margin-top: 32px;
    padding-bottom: 34px;
    padding-top: 35px;
  }
  .yh-yj .container .yh-yj-con .yh-yj-items a:nth-child(1) img {
    max-width: 84%;
  }
  .yh-yj .container .yh-yj-con .yh-yj-items a:nth-child(1) {
    height: 178px;
  }
  .yh-yj .container .yh-yj-con {
    margin-top: 40px;
  }
  .yh-yj .container .yh-yj-con .yh-yj-items a:nth-child(2) {
    font-size: 16px;
    margin-top: 13px;
  }
  .i-ban .i-crumb .container p {
    display: block;
  }
  .aq-con .aq-cont {
    margin-top: 15px;
  }
  .aq-con .aq-cont .aq-cont-rt h3,
  .kf-wt .container h3 {
    padding-top: 20px;
  }
  .aq-con .aq-cont .aq-cont-rt {
    margin-top: 24px;
  }
  .aq-con .aq-cont .aq-cont-rt div {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1px;
    margin-top: 13px;
  }
  .kf-wt {
    margin-top: 26px;
    padding-top: 10px;
  }
  .kf-wt .container .kf-wt-con p {
    display: none;
  }
  .kf-wt .container .kf-wt-con {
    display: block;
    margin-top: 19px;
    padding-bottom: 10px;
  }
  .kf-wt .container .kf-wt-con ul {
    width: 100% !important;
    height: auto;
  }
  .kf-wt .container .kf-wt-con ul li {
    width: 100% !important;
    text-align: left !important;
    top: 0 !important;
    margin-bottom: 11px !important;
  }
  .kf-wt .container .kf-wt-con ul:nth-child(3) li h4 {
    right: auto;
    left: 0;
  }
  .kf-wt .container .kf-wt-con ul li div {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .kf-td {
    margin-top: 27px;
    padding-bottom: 11px;
  }
  .kf-td .row .kf-td-items .kf-td-con {
    display: block;
    padding: 18px 10px;
    padding-bottom: 13px;
  }
  .kf-td .row .kf-td-items .kf-td-con p {
    padding-right: 0;
    text-align: center;
  }
  .kf-td .row .kf-td-items .kf-td-con p::after {
    display: none;
  }
  .kf-td .row .kf-td-items .kf-td-con div {
    padding-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
  }
  .kf-td .row {
    margin-left: -7px;
    margin-right: -7px;
    margin-top: 23px;
  }
  .kf-td .row .kf-td-items {
    padding: 0 7px;
    margin-bottom: 14px;
  }
  .aq-con .aq-cont .aq-cont-lf {
    padding: 31px 34px;
  }
  .fbg-bt {
    padding-bottom: 0;
  }
  .aq-xtjg {
    padding-top: 28px;
    padding-bottom: 25px;
  }
  .aq-xtjg .container .aq-xtjg-con {
    display: block;
  }
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items,
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-thumb,
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items div {
    width: 100%;
  }
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items h4 {
    font-size: 23px;
  }
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items .aq-xtjg-bt {
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 7px;
  }
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items div {
    margin-top: 12px;
  }
  .aq-xtjg .container .aq-xtjg-con .aq-xtjg-items {
    padding-top: 0;
  }
  .aq-xncs {
    margin-top: 25px;
  }
  .aq-xncs .aq-xncs-cont {
    margin-top: 25px;
    padding-bottom: 31px;
    overflow-x: auto;
  }
  .aq-xncs .aq-xncs-cont table {
    width: 1024px;
  }
  .j-con {
    margin-top: 26px;
  }
  .j-con h4 {
    font-size: 18px;
    padding-bottom: 14px;
  }
  .j-con .jcon-zzgw {
    margin-top: 25px;
  }
  .j-con .jcon-gw {
    flex-wrap: wrap;
    margin-top: 29px;
  }
  .j-con .jcon-gw li {
    width: 48%;
    margin-bottom: 16px;
  }
  .j-con .jcon-gw li p:nth-child(1) {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .j-con .jcon-gw li p:nth-child(2) {
    font-size: 15px;
    margin-top: 7px;
  }
  .j-con .jcon-gwxq {
    margin-top: 17px;
    padding-bottom: 30px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav li {
    font-size: 16px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav li:nth-child(2),
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li:nth-child(2),
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav li:nth-child(4),
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li:nth-child(4) {
    display: none;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con {
    margin-top: 23px;
    padding-bottom: 31px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul li {
    font-size: 15px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul {
    padding: 10px 28px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-nav {
    padding: 15px 14px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items ul {
    padding: 10px 14px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items .jcon-content {
    padding: 0 14px;
  }
  .j-con .jcon-gwxq .jcon-gwxq-con .jcon-cont .jcon-items .jcon-content div:nth-child(2) {
    font-size: 14px;
    line-height: 23px;
    margin-top: 7px;
  }
  .x-con {
    margin-top: 27px;
    padding-bottom: 28px;
  }
  .x-nav {
    margin-top: 22px;
  }
  .x-con .x-cont .xcont-items {
    padding: 18px 0;
    display: block;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-date {
    display: none;
  }
  .x-con .x-cont .xcont-items .xcont-thumb {
    width: 100%;
    display: block;
    height: 211px;
  }
  .x-con .x-cont {
    margin-top: 7px;
  }
  .x-nav li {
    margin-left: 14px;
  }
  .x-nav li a {
    font-size: 15px;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-detail,
  .x-con .x-cont .xcont-items .xcont-rt {
    width: 100%;
  }
  .x-con .x-cont .xcont-items .xcont-rt {
    margin-top: 10px;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(1) {
    font-size: 16px;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(2) {
    margin-top: 4px;
    line-height: 23px;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
  }
  .x-con .x-cont .xcont-items .xcont-rt .xcont-detail a:nth-child(3) {
    width: 135px;
    height: 37px;
    font-size: 14px;
    margin-top: 14px;
  }
  .xcon-dh {
    margin-top: 27px;
    padding: 18px 11px;
  }
  .pagination li a {
    width: 30px;
    height: 30px;
  }
  .pagination li {
    margin: 0 2px;
  }
  .xcon-dh .dh-next img {
    margin-left: 2px;
  }
  .xcon-dh .dh-prev img {
    margin-right: 2px;
  }
  .i-ban .iban-con .lban-con h3 {
    font-size: 25px;
  }
  .xshow-con .xshow-bt {
    font-size: 17px;
  }
  .xshow-con .xshow-date {
    font-size: 14px;
    margin-top: 7px;
  }
  .xshow-con {
    margin-top: 29px;
    padding-bottom: 25px;
  }
  .xshow-con .xshow-cont {
    font-size: 14px;
    line-height: 26px;
    margin-top: 11px;
    padding-bottom: 18px;
  }
  .xshow-con .xshow-dh {
    padding-top: 15px;
  }
  .xshow-con .xshow-dh p {
    margin-bottom: 0;
  }
  .fa-con {
    margin-top: 27px;
    padding-bottom: 26px;
  }
  .fa-con .fa-cont .fa-cont-items {
    flex-direction: column-reverse !important;
    margin-bottom: 20px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-rt {
    width: 100%;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-rt a {
    height: 203px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf {
    padding: 14px !important;
    width: 100%;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) h3 {
    font-size: 16px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) p {
    font-size: 14px;
    margin-top: -6px;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf div {
    font-size: 13px;
    line-height: 23px;
    margin-top: 2px;
    text-align: left !important;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(3) {
    margin-top: 11px !important;
  }
  .fa-con .fa-cont .fa-cont-items .fa-cont-lf a:nth-child(1) {
    text-align: left !important;
  }
  .fa-con .fa-cont {
    margin-top: 19px;
  }
  .fa-con .fa-cont .fa-cont-items:nth-child(2n) .fa-cont-lf a:nth-child(3) {
    margin: 0 auto;
    margin-right: initial;
    margin-left: 0;
  }
  .fashow-gs {
    margin-top: 26px;
  }
  .fashow-gs .fashow-gs-con h4 {
    font-size: 18px;
    letter-spacing: 1px;
    padding-left: 33px;
    margin-bottom: 8px;
  }
  .fashow-gs .fashow-gs-con {
    font-size: 14px;
    line-height: 25px;
    margin-top: 16px;
  }
  .fashow-ys {
    margin-top: 23px;
    padding-top: 29px;
    padding-bottom: 14px;
    background-position: 10% 100%;
  }
  .fashow-ys .container .fashow-ys-con .fashow-ys-items {
    width: 100%;
    margin-bottom: 16px;
    padding: 14px 14px 18px 14px;
  }
  .fashow-ys .container .fashow-ys-con .fashow-ys-items .fashow-ys-bt {
    font-size: 17px;
  }
  .fashow-ys .container .fashow-ys-con .fashow-ys-items div {
    margin-top: 4px;
  }
  .fashow-ys .container .fashow-ys-con {
    margin-top: 15px;
  }
  .fashow-ys .container .fashow-ys-con .fashow-ys-items h1 {
    font-size: 63px;
    right: 3px;
    top: -52px;
  }
  .fashow-al {
    padding-top: 28px;
    padding-bottom: 18px;
  }
  .fashow-al .row .fashow-al-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .fashow-al .row .fashow-al-items .fashow-al-con a:nth-child(1) {
    height: 249px;
  }
  .fashow-al .row .fashow-al-items .fashow-al-con a:nth-child(2) {
    padding: 10px;
    font-size: 15px;
  }
  .fashow-al .row {
    margin-top: 17px;
  }
  .al-con {
    margin-top: 24px;
    padding-bottom: 27px;
  }
  .al-con .al-cont .al-cont-items .al-cont-thumb {
    height: 131px;
    background-size: cover;
  }
  .al-con .al-cont .al-cont-items .al-cont-js a:nth-child(1) {
    font-size: 15px;
    margin-top: 8px;
  }
  .al-con .al-cont .al-cont-items .al-cont-js a:nth-child(2) {
    font-size: 13px;
  }
  .al-con .al-cont .al-cont-items {
    margin-bottom: 15px;
  }
  .al-con .al-cont {
    margin-top: 20px;
  }
  .lcon-dh {
    margin-top: 5px;
  }
  .alshow-jj .alshow-jj-lf ul:nth-child(2) li div {
    line-height: 27px;
  }
  .alshow-jj .alshow-jj-lf ul:nth-child(2) {
    margin-top: 9px;
  }
  .alshow-jj {
    margin-top: 34px;
  }
  .alshow-jj .alshow-jj-lf ul:nth-child(3) {
    margin-top: 18px;
  }
  .alshow-jj .alshow-jj-rt {
    width: 100%;
    background-size: 382px 532px;
    background-position: -134% 100%;
    padding-top: 49px;
    padding-bottom: 43px;
  }
  .alshow-jj .alshow-jj-lf {
    padding-bottom: 28px;
  }
  .alshow-ys {
    margin-top: 35px;
    padding-bottom: 19px;
  }
  .alshow-ys .alshow-ys-video {
    margin-top: 12px;
  }
  .alshow-ys .alshow-ys-video img {
    width: 38px;
  }
  .wd-con {
    margin-top: 29px;
    padding-bottom: 26px;
  }
  .wd-con h4 {
    font-size: 18px;
    padding-bottom: 13px;
  }
  .wd-con .row .wd-cont-items {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 13px;
  }
  .wd-con .row .wd-cont-items .wd-content div:nth-child(1) p {
    height: 216px;
  }
  .wd-con .row .wd-cont-items .wd-content div:nth-child(2) a {
    font-size: 15px;
  }
  .wd-con .row .wd-cont-items .wd-content div:nth-child(2) {
    padding-left: 12px;
    margin-top: 7px;
  }
  .wd-con .row .wd-cont-items .wd-content ul {
    padding-left: 12px;
    margin-top: 2px;
  }
  .wd-con .row {
    margin-top: 19px;
  }
  .wd-con h4 {
    margin-top: 25px;
  }
  .spcon-dh {
    margin-top: 10px;
  }
  .l-con .lcon-fs {
    flex-wrap: wrap;
    margin-top: 35px;
    justify-content: center;
  }
  .l-con .lcon-fs li {
    width: 50%;
    margin-bottom: 25px;
  }
  .l-con .lcon-fs li h4 {
    font-size: 18px;
    margin-top: 17px;
  }
  .l-con .lcon-fs li div {
    width: 80px;
    height: 80px;
  }
  .l-con {
    margin-top: 32px;
    padding-bottom: 28px;
  }
  .l-con .ly-con {
    border-radius: 12px;
    padding: 21px;
    padding-top: 17px;
    margin-top: 0;
  }
  .l-con .ly-con .ly-cont .ly-cont-lf p {
    font-size: 18px;
  }
  .l-con .ly-con .ly-cont .ly-cont-lf form input {
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 9px;
  }
  .l-con .ly-con .ly-cont .ly-cont-lf form textarea {
    font-size: 14px;
  }
  .l-con .ly-con .ly-cont .ly-cont-rt p:nth-child(1) {
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 5px;
  }
  .l-con .ly-con button {
    width: 123px;
    height: 36px;
    font-size: 14px;
    margin-top: 18px;
  }
  .l-con #map {
    height: 291px;
    margin-top: 25px;
  }
  .footer .foot-con .foot-con-tp{
      display: block;
  }
  .footer .foot-con .foot-con-tp .foot-con-lx p{
      padding-bottom: 9px;
  }
  .footer .foot-con .foot-con-tp .foot-con-lx ul li {
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer .foot-con .foot-con-tp .foot-con-lx ul {
    margin-top: 15px;
}
.footer .foot-con {
    padding-top: 27px;
}
.footer .foot-con .foot-con-tp .foot-con-ewm img {
    margin-bottom: 6px;
    max-width: 47%;
}
.footer .foot-con .foot-con-tp .foot-con-ewm{
    align-items: center;
    padding-top: 25px;
    font-size: 14px;
}
.footer .foot-con .foot-con-bt{
    margin-top: 19px;
}
.footer .foot-con .foot-con-bt div{
    display: block;
    text-align: center;
}
.footer .foot-con .foot-con-bt div p {
    font-size: 14px;
    line-height: 24px;
}
  .g-hzkh{
      padding-top: 10px;
  }
  .g-ryzz .container .hz-swiper .swiper-wrapper .swiper-slide {
    height: 136px;
  }
  
}
