* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
li {
  list-style: none;
}
div {
  box-sizing: border-box;
}
.part {
  width: 100%;
}

.partz {
  width: 1200px;
  margin: auto;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0 auto;
    min-width: 1625px;
}
.sTitle {
  line-height: 24px;
  color: #006cb7;
  font-size: 16px;
}
.mTitle {
  font-size: 28px;
  color: #000000;
  line-height: 30px;
  font-weight: bold;
}
.dTitle {
  width: 59px;
  height: 5px;
  background-color: #006cb7;
  margin: 16px 0;
}

/* .head {
    width: 100%;
    height: 100px;
} */

.zx {
  position: fixed;
  left: 20px;
  bottom: 60%;
  width: 144px;
  height: 40px;
  border-radius: 10px;
  background-color: dodgerblue;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  z-index: 999;
}

.head {
  width: 100%;
  max-width: 1920px;
  height: 679px;
  background-image: url(../img/head-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto 210px;
  position: relative;
}

.h-logo {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-tel {
  width: 714px;
  height: 58px;
  line-height: 58px;
  background-image: url(../img/tel-bg.png);
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-left: 100px;
}
.part2 {
  height: 50px;
  position: relative;
  /* background-color: #0066cc; */
}

.part2z {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part2z div {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  color: #ffffff;
  font-size: 16px;
}

.part3 {
  width: 1625px;
  height: 580px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 100px;
}
.p3-prev,
.p3-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
.p3-icon {
  position: relative;
  height: 134px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-top: -67px;
  z-index: 999;
  box-shadow: 0px 0px 15px -4px #000;
}
.p3-prev img,
.p3-next img {
  width: 103px;
  height: 103px;
}
.p3-prev {
  left: 108px;
}

.p3-next {
  right: 108px;
}
.part3 .swiper-slide img {
  width: 1625px;
  height: 580px;
}

.p3-icon img {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 110px;
}
.p3-icon img:first-of-type {
  margin-left: 0;
}

.p4 {
  height: 348px;
  background-color: #f1f7fb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p4-img {
  width: 267px;
  height: 348px;
  background-color: #006cb7;
}
.p4-img img {
  width: 471px;
  height: 288px;
  margin-top: 30px;
}
.p4-text {
  width: 670px;
  margin-right: 32px;
  font-size: 16px;
  line-height: 30px;
}
.p4-text p {
  margin: 20px 0;
}

.part4z-top {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part4z-center {
  width: 1196px;
  display: flex;
  align-items: center;
}

/* .part4z-center div {
  width: 674px;
  height: 220px;
  font-family: MicrosoftYaHei;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 25px;
  padding-top: 25px;
} */

.part4z-botton {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.ckys {
  width: 515px;
  height: 500px;
  background-color: #ffffff;
}

.ck-box {
  height: 300px;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 40px 40px;
  border-bottom: 5px solid #0179cc;
  box-shadow: 0px 0px 15px -4px #000;
}

.ck-img {
  display: flex;
  width: 208px;
  align-items: center;
}

.ck-img:nth-of-type(1) {
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.ck-img:nth-of-type(2) {
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.ck-img:nth-of-type(3) {
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}

.ck-img:nth-of-type(4) {
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  padding-top: 20px;
}

.ck-img img {
  margin: 8px 26px 32px 16px;
  width: 34px;
  height: 30px;
}

.zkys {
  width: 653px;
  height: 500px;
  background-color: #ffffff;
}

.zk-left .zk-img {
  display: flex;
  width: 208px;
  height: 54px;
  padding-top: 10px;
}

.zk-left {
  border-right: 1px solid #d2d2d2;
}

.ck-box p {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.ck-box p span {
  color: #999999 !important;
  font-size: 14px;
  color: #333333;
}

.zk-right .zk-img:nth-of-type(1) p {
  margin-bottom: 5px;
}

.zk-right .zk-img:nth-of-type(2) {
  border: none;
}

.zk-right .zk-img {
  display: flex;
  padding-top: 10px;
}

.zk-img:nth-of-type(1),
.zk-img:nth-of-type(2) {
  border-bottom: 1px solid #d2d2d2;
}

.zk-img img {
  margin: 8px 26px 32px 16px;
  width: 34px;
  height: 30px;
}

.text-style-1 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #e10101;
}

.part5 {
  background-color: #f2f6fd;
}

.part5z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.part5z-title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  margin: 20px 0;
}

.part5z-title span {
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0px;
  color: #0066cc;
}
.part5z-stitle {
  display: flex;
  align-items: center;
  color: #006cb7;
}
.part5z-stitle img {
  margin: 0 10px;
}
.part5-top {
  width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.part5-top-zcjd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 422px;
  height: 305px;
}

.part5-zzgg {
  width: 706px;
  position: relative;
}

.part5-zzgg-box {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
  padding-left: 20px;
  line-height: 32px;
}
.part5-zzgg-box div span {
  color: #006cb7;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.part5-zcjd-box {
  width: 435px;
  height: 289px;
}
.part5-top-but {
  width: 434px;
  height: 70px;
  background-color: #bc040c;
  border-radius: 5px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}
.part5-bottom {
  width: 1200px;
  height: 380px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.part5-bottom-div {
  width: 240px;
  height: 190px;
  background-color: #006cb7;
  border: 1px solid #f2f6fd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part5-bottom-div:hover {
  background-color: #005fa1;
}
.part6 {
  margin-bottom: 60px;
}

.part6z {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.part6 table th {
  background-color: #0066cc;
  color: #fff;
}

.part6 th,
.part6 td {
  text-align: center;
  height: 44px;
  line-height: 44px;
}

.part6 table tr th:nth-of-type(1) {
  width: 522px;
}

.part6 table tr th:nth-of-type(2) {
  width: 296px;
}

.part6 table tr th:nth-of-type(3) {
  width: 378px;
}

.part6 table tr:nth-of-type(even) td {
  background-color: #e6e8f4;
}

.part6 table button {
  width: 130px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px #d20808;
  color: #333333;
  background-color: #fff;
}
.zs-name {
  display: flex;
  justify-content: center;
}
.zs-name li {
  width: 283px;
  height: 62px;
  background-color: #f2f6fd;
  text-align: center;
  line-height: 62px;
  font-size: 24px;
  margin: 10px 1px;
  cursor: pointer;
}
.zs-name .li {
  background-color: #006cb7;
  color: #fff;
}
.zy {
  display: none;
}

.zy-active {
  display: block;
}

.part8 {
  width: 1637px;
  height: 606px;
  background-color: #f2f6fd;
  margin: 0 auto;
  padding: 48px 0;
  z-index: 999;
}

.part8z {
  height: 572px;
}

.part8z-div {
  width: 100%;
  height: 384px;
  display: flex;
}

.part8z-div1 {
  width: 269px;
}
.part8z-div1 img {
  width: 269px;
  height: 379px;
  box-shadow: 0px 0px 15px -4px #000;
}
.part8z-div2 {
  height: 379px;
}

.part8z-div2-imgs {
  display: flex;
  justify-content: space-between;
}
.part8z-div2-imgs img {
  width: 277px;
  height: 202px;
  margin-right: 30px;
  box-shadow: 0px 0px 15px -4px #000;
}
.part8z-div3 {
  width: 818px;
  height: 160px;
  margin-top: 60px;
  box-sizing: border-box;
}

.part8z-div3 p {
  font-style: 18px;
  color: #333333;
  line-height: 30px;
}

.part8z-div3 p:nth-of-type(2) {
  margin-top: 24px;
}
.part10 {
  width: 100%;
  max-width: 1920px;
  height: 786px;
  background-color: #006cb7;
  margin: -260px auto 0;
}

.part10z {
  margin-top: 320px;
}
.part10z-img {
  height: 302px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.part10z-img img:nth-of-type(1) {
  width: 377px;
  height: 302px;
}
.part10z-img img:nth-of-type(2) {
  width: 257px;
  height: 157px;
  margin-bottom: 8px;
}
.part10z-img img:nth-of-type(3) {
  width: 257px;
  height: 136px;
}
.part10z-img img:nth-of-type(4) {
  width: 212px;
  height: 302px;
}
.part10z-img img:nth-of-type(5) {
  width: 327px;
  height: 302px;
}
.foot {
  width: 100%;
  max-width: 1920px;
  height: 197px;
  background-color: #004084;
  margin: 0 auto;
}

.foot-bo {
  height: 197px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot-bo div {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  color: #ffffff;
}

.foot-bottom {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 69px;
  background-color: #003b76;
}

.foot-bottomz {
  height: 69px;
  color: #ffffff;
  line-height: 69px;
  font-size: 18px;
}

.foot-bottomz p {
  text-align: center;
}