header .container {
  height: 75px;
  white-space: nowrap;
}
header .container .header-logo {
  width: 57px;
  height: 57px;
}
header .container .header-title {
  font-size: 16px;
  font-weight: 900;
  color: #4D4B4A;
  margin-left: 15px;
  margin-right: 825px;
}
header .container .icon {
  width: 18px;
  margin-right: 8px;
}
header .container .header-phone {
  font-size: 18px;
  color: #4D4B4A;
  font-weight: 500;
}
.banner {
  height: 600px;
}
.banner .bannerSwiper {
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper .swiper-slide .item {
  width: 100%;
  height: 100%;
}
.banner .bannerSwiper .swiper-slide .item1 {
  background: url("../img/banner1.png") no-repeat center center;
  background-size: auto 100%;
}
.banner .bannerSwiper .swiper-slide .item2 {
  background: url("../img/banner2.png") no-repeat center center;
  background-size: auto 100%;
}
.sskt {
  height: 769px;
  background: url('../img/sskt_bg.png') #F6F8F8 no-repeat left bottom;
}
.sskt .container {
  height: 100%;
}
.sskt .container .card-box {
  margin-top: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sskt .container .card-box .card {
  width: 383px;
  height: 246px;
  background: #FFFFFF;
  border-radius: 15px;
  cursor: pointer;
  margin-bottom: 23px;
}
.sskt .container .card-box .card img {
  width: 50px;
}
.sskt .container .card-box .card h3 {
  font-size: 28px;
  font-weight: 600;
  color: #282828;
  margin: 22px 0 18px 0;
}
.sskt .container .card-box .card p {
  width: 312px;
  font-size: 18px;
  color: #282828;
  line-height: 25px;
  text-align: center;
}
.sskt .container .card-box .card:hover {
  transform: scale(1.08);
  box-shadow: 0px 3px 4px 0px rgba(173, 173, 173, 0.5);
  border-radius: 15px;
  transition: all 0.2s;
}
.hytd .container {
  height: 702px;
}
.hytd .container ul {
  justify-content: space-between;
  margin-top: 45px;
}
.hytd .container ul dl {
  width: 383px;
  background: #F9FAFD;
  box-shadow: 0px 6px 4px 0px #EDEEEE;
  border-radius: 22px;
}
.hytd .container ul dl img {
  height: 276px;
  width: 100%;
}
.hytd .container ul dl dt {
  height: 212px;
}
.hytd .container ul dl dt h4 {
  width: 345px;
  margin: 18px auto;
  font-size: 24px;
  font-weight: 900;
  color: #1A2971;
  line-height: 33px;
  text-shadow: 0px 6px 4px #EDEEEE;
}
.hytd .container ul dl dt p {
  width: 345px;
  margin: 0 auto;
  font-size: 16px;
  color: #4B4B4B;
  line-height: 22px;
  text-shadow: 0px 6px 4px #EDEEEE;
}
.cpys {
  background: url('../img/cpys_bg.png') #F6F8F8 no-repeat center center;
}
.cpys .container {
  height: 888px;
}
.cpys .container .chunkBox {
  flex-wrap: wrap;
  margin-top: 35px;
}
.cpys .container .chunkBox .chunk {
  width: 274px;
  height: 253px;
  background: #FFFFFF;
  border-radius: 22px;
  position: relative;
  padding-top: 54px;
  box-sizing: border-box;
  margin: 100px 13px 0 13px;
}
.cpys .container .chunkBox .chunk img {
  width: 107px;
  height: 107px;
  position: absolute;
  left: 50%;
  top: -74px;
  transform: translate(-50%, 0);
}
.cpys .container .chunkBox .chunk h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  color: #282828;
  margin-bottom: 45px;
}
.cpys .container .chunkBox .chunk p {
  width: 205px;
  margin: 0 auto;
  font-size: 16px;
  color: #4B4B4B;
  line-height: 22px;
}
.jsmk .container ul {
  margin-top: 80px;
}
.jsmk .container ul li {
  height: 269px;
  color: #282828;
  cursor: pointer;
}
.jsmk .container ul li div {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
}
.jsmk .container ul li h2 {
  font-size: 28px;
  font-weight: 900;
  margin-top: 29px;
  margin-bottom: 18px;
}
.jsmk .container ul li p {
  font-size: 18px;
  width: 330px;
  line-height: 25px;
  text-align: center;
}
.jsmk .container ul li:nth-of-type(1) div {
  background: url('../img/3_11.png') no-repeat center center;
}
.jsmk .container ul li:nth-of-type(2) div {
  background: url('../img/3_21.png') no-repeat center center;
}
.jsmk .container ul li:nth-of-type(3) div {
  background: url('../img/3_31.png') no-repeat center center;
}
.jsmk .container ul li:hover {
  color: #FFFFFF;
  background: #4286F3;
  transition: all 0.5s;
}
.jsmk .container ul li:hover:nth-of-type(1) div {
  background: url('../img/3_12.png') no-repeat center center;
}
.jsmk .container ul li:hover:nth-of-type(2) div {
  background: url('../img/3_22.png') no-repeat center center;
}
.jsmk .container ul li:hover:nth-of-type(3) div {
  background: url('../img/3_32.png') no-repeat center center;
}
.cpgn {
  background: #F6F8F8;
}
.cpgn .container .cardSwiper {
  width: 100%;
  height: 550px;
}
.cpgn .container .cardSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.cpgn .container .cardSwiper .swiper-slide .item {
  width: 100%;
  height: 100%;
}
.cpgn .container .cardSwiper .swiper-slide .item .item-left {
  width: 333px;
  margin-right: 100px;
}
.cpgn .container .cardSwiper .swiper-slide .item .item-left h3 {
  font-size: 28px;
  font-weight: 900;
  color: #0A1966;
}
.cpgn .container .cardSwiper .swiper-slide .item .item-left span {
  display: block;
  width: 30px;
  height: 5px;
  background: #3BA9F6;
  border-radius: 5px;
  margin-top: 13px;
  margin-bottom: 36px;
}
.cpgn .container .cardSwiper .swiper-slide .item .item-left p {
  height: 75px;
  font-size: 18px;
  color: #282828;
  line-height: 25px;
}
footer {
  height: 321px;
  background: url('../img/footerBg.png') no-repeat center center;
}
footer h1 {
  padding-top: 112px;
  font-size: 36px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
footer .button {
  width: 253px;
  height: 64px;
  background: #4286F3;
  border-radius: 32px;
  cursor: pointer;
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 64px;
  margin: 0 auto;
  margin-top: 48px;
}
.bottom {
  height: 62px;
  background: #4E5155;
  text-align: center;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 62px;
}
.pop-up {
  width: 442px;
  height: 160px;
  background: #90ADDB;
  border-radius: 32px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.pop-up img {
  width: 55px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}
.pop-up span {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 125px;
  transform: translate(0, -50%);
}
.kefu {
  width: 75px;
  height: 71px;
  background: #399AFD;
  border-radius: 12px;
  position: fixed;
  right: 9px;
  top: 25%;
  z-index: 999;
  cursor: pointer;
}
.kefu img {
  width: 24px;
}
.kefu span {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  margin-top: 7px;
}
.kefu p {
  width: 0px;
  height: 41px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px #E0E0E0;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #399AFD;
  line-height: 41px;
  position: absolute;
  right: 67px;
  top: 50%;
  transform: translate(0, -50%);
}
.kefu:hover span {
  display: block;
}
.kefu:hover p {
  font-size: 14px;
  width: 126px;
  transition: all 0.5s;
}
.publicTitle {
  font-size: 42px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0A1966;
  text-align: center;
  position: relative;
  padding-top: 52px;
}
.publicTitle::after {
  content: "";
  width: 30px;
  height: 5px;
  background: #3BA9F6;
  border-radius: 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
