.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  background-color: #000310;
  z-index: 1000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.header .headerBox {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}
.header .logo {
  width: 145px;
  min-width: 145px;
  margin-right: 178px;
}
.header .logo h1 {
  width: 100%;
  height: 100%;
}
.header .logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo h1 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav {
  flex: 1;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}
.header .nav .a {
  flex: 1;
  height: 100%;
  line-height: 80px;
  position: relative;
}
.header .nav .a a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  color: #fbf5f5;
  cursor: pointer;
}
.header .nav .a .list {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  z-index: 2000;
  width: 156px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .nav .a .list .item {
  flex: 1;
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #fff;
}
.header .nav .a .list .item .title {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #6b6b6b;
  line-height: 35px;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.header .nav .a .list .item .title:hover {
  color: #1761a3;
}
.header .nav .a .list .item ul {
  width: 100%;
}
.header .nav .a .list .item ul li {
  width: 100%;
}
.header .nav .a .list .item ul li a,
.header .nav .a .list .item ul li .a {
  display: block;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #6b6b6b;
  line-height: 35px;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.header .nav .a .list .item ul li a:hover,
.header .nav .a .list .item ul li .a:hover {
  color: #1761a3;
}
.header .nav .a .list .item ul li a.active,
.header .nav .a .list .item ul li .a.active {
  color: #1761a3;
}
.header .telephone {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #fbf5f5;
  white-space: nowrap;
  margin-left: 62px;
}
.header .telephone img {
  margin-right: 13px;
}
.bannerBox {
  width: 100%;
  height: 680px;
  position: relative;
}
.bannerBox.box .textBox {
  position: absolute;
  top: 245px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.bannerBox.box .textBox .h2 {
  font-size: 36px;
  margin-bottom: 42px;
  letter-spacing: 2px;
  text-align: center;
}
.bannerBox.box .textBox .h3 {
  width: 430px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.bannerBox.box .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin: auto;
  margin-top: 50px;
}
.bannerBox .textBox {
  position: absolute;
  top: 245px;
  left: 360px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.bannerBox .textBox .h2 {
  width: 650px !important;
  font-size: 36px;
  margin-bottom: 25px;
  text-align: left;
  font-family: MicrosoftYaHei;
  color: #fbf5f5;
  line-height: 56px;
}
.bannerBox .textBox .h3 {
  width: 650px !important;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #fbf5f5;
  line-height: 23px;
  letter-spacing: 1px;
}
.bannerBox .textBox .contact-us {
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: 38px;
  letter-spacing: 2px;
  margin-top: 50px;
}
.bannerBox .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin-top: 70px;
}
.bannerBox .textBox .btn {
  display: block;
  width: 160px;
  height: 50px;
  opacity: 0.44;
  border: 2px solid #fbfcfd;
  border-radius: 10px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 50px;
  transition: all 0.5s ease-in-out;
}
.bannerBox .textBox .btn:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  font: "Microsoft Yahei";
  color: #fff;
}
.section.page3,
.section.page4,
.section.page5,
.section.page6,
.section.page7,
.section.page8,
.section.page9,
.section.page10,
.section.page11,
.section.page12,
.section.page13,
.section.page14 {
  padding: 58px 0 85px;
}
.infoBox {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.infoBox .h2 {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: 20px;
}
.infoBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #707070;
  box-sizing: border-box;
  margin: 32px auto 50px;
}
.infoBox .desc {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #5b5b5b;
  line-height: 25px;
}
.infoBox .content {
  width: 1200px;
  height: 700px;
}
.infoBox .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.page2 {
  padding-bottom: 55px;
}
.page2 .h2 {
  padding-top: 58px;
}
.page2 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page2 .box .box_item {
  width: 580PX;
  height: 115PX;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 22px 40px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 1px 3px 10px 0px #dfdfdf;
  margin-right: 40px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page2 .box .box_item:hover {
  transform: scale(1.05);
}
.page2 .box .box_item:nth-of-type(2n) {
  margin-right: 0;
}
.page2 .box .box_item .left {
  width: 50px;
  height: 50px;
  margin-right: 40px;
}
.page2 .box .box_item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.page2 .box .box_item .right {
  flex: 1;
}
.page2 .box .box_item .right .top {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page2 .box .box_item .right .bottom {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #666666;
  letter-spacing: 0 !important;
}
.page3 {
  box-sizing: border-box;
  background-color: #F8F8F8;
}
.page3 .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page3 .content .left {
  width: 740px;
  height: 570px;
  margin-top: 90px;
  min-width: 740px;
  margin-right: 80px;
}
.page3 .content .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.page3 .content .right {
  flex: 1;
}
.page3 .content .right ul {
  width: 100%;
}
.page3 .content .right ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.page3 .content .right ul li .circle {
  width: 120px;
  height: 120px;
  min-width: 120px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #000000;
  line-height: 21px;
  letter-spacing: 2px;
  margin-right: 35px;
}
.page3 .content .right ul li .textBox {
  flex: 1;
}
.page3 .content .right ul li .textBox p {
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 23px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page4 {
  box-sizing: border-box;
  background-color: #fff;
}
.page4 .content {
  width: 100%;
}
.page4 .content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 0 5%;
  box-sizing: border-box;
}
.page4 .content ul li {
  width: 30%;
}
.page4 .content ul li .title {
  width: 100%;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #333333;
  line-height: 21px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.page4 .content ul li .sub {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #8f8f8f;
  line-height: 21px;
  letter-spacing: 1px;
}
.page4 .content .img {
  display: block;
  width: 100%;
  height: 360px;
  margin-bottom: 15px;
}
.page4 .content .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 {
  box-sizing: border-box;
  background-color: #fff;
}
.page5 .box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page5 .box .box_item {
  width: 560px;
  margin-right: 80px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page5 .box .box_item:hover {
  transform: scale(1.05);
}
.page5 .box .box_item:nth-of-type(2n) {
  margin-right: 0;
}
.page5 .box .box_item .img {
  width: 100%;
  height: 368px;
  margin-bottom: 38px;
}
.page5 .box .box_item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 .box .box_item .title {
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #333333;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 2px;
}
.page6 {
  padding: 0 !important;
  height: 495px;
}
.page6 .bannerBox {
  height: 100%;
}
.page6 .bannerBox img {
  width: 100%;
}
.page6 .bannerBox .textBox {
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #fbf5f5;
  z-index: 99;
}
.page6 .bannerBox .textBox .h2 {
  font-size: 36px;
  margin-bottom: 12px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: normal;
}
.page6 .bannerBox .textBox .h3 {
  width: 500px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  line-height: normal;
}
.page6 .bannerBox .textBox a,
.page6 .bannerBox .textBox .a {
  display: block;
  width: 145px;
  height: 38px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  margin: 50px auto;
  transition: all 0.5s ease-in-out;
}
.page6 .bannerBox .textBox a:hover,
.page6 .bannerBox .textBox .a:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.page7 .swiper-cpzx {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  box-shadow: 10px 10px 6px 0px rgba(183, 183, 183, 0.16);
  padding: 0 20px ;
  box-sizing: border-box;
  overflow: hidden;
}
.page7 .swiper-cpzx .swiper-wrapper {
  height: 600px;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide {
  width: 380px;
  height: 100%;
  padding: 80px 25px 0;
  border-radius: 1px solid #e6e6e6;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.05);
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .top {
  width: 320px;
  height: 205px;
  margin: 0;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .title {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 50px auto;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li .round {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 15px;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li .name {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.page7 .swiper-cpzx .swiper-cpzx-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 250px;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url('../images/left-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page7 .swiper-cpzx .swiper-cpzx-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 250px;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url('../images/right-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page8 {
  box-sizing: border-box;
  background-color: #F8F8F8;
}
.page8 .content {
  width: 100%;
  height: auto;
}
.page8 .content .img {
  display: block;
  width: 690px;
  height: 430px;
  margin: auto;
  margin-bottom: 65px;
}
.page8 .content .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page8 .content .bottom {
  display: block;
  width: 100%;
}
.page8 .content .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page8 .content .bottom ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page8 .content .bottom ul li .icon {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}
.page8 .content .bottom ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.page8 .content .bottom ul li .name {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 21px;
  letter-spacing: 1px;
}
.page9 {
  box-sizing: border-box;
}
.page9 .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page9 .box .center {
  position: absolute;
  left: 140px;
  top: 5px;
  height: 430px;
  width: 730px;
}
.page9 .box .center img {
  display: block;
  width: 100%;
  height: 100%;
}
.page9 .box .left ul li {
  margin-bottom: 30px;
}
.page9 .box .left ul li .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  text-align: left;
  color: #333333;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page9 .box .left ul li .p {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  text-align: left;
  color: #666666;
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.page9 .box .left ul li .p .name {
  font-weight: 700;
}
.page9 .box .right {
  width: 320px;
}
.page9 .box .right ul li {
  margin-bottom: 70px;
}
.page9 .box .right ul li .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  text-align: left;
  color: #333333;
  line-height: 21px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page9 .box .right ul li .p {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.page10 {
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.page10 .swiper-cpzx {
  width: 1200px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 1px 3px 10px 0px #dfdfdf;
  box-sizing: border-box;
  overflow: hidden;
}
.page10 .swiper-cpzx .swiper-wrapper {
  height: 540px;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide {
  width: 515px;
  height: 100%;
  padding: 42px 25px 0;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.05);
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide:last-of-type {
  border-right: none;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide .top {
  width: 320px;
  height: 205px;
  margin: 0 auto;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide .title {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 48px auto 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li .round {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 15px;
}
.page10 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li .name {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page10 .swiper-cpzx .swiper-cpzx-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 245px;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url('../images/left-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page10 .swiper-cpzx .swiper-cpzx-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 245px;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url('../images/right-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page11 {
  box-sizing: border-box;
  background-color: #fff;
}
.page11 .box {
  width: 100%;
}
.page11 .box .list {
  width: 870px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page11 .box .list .item {
  position: relative;
  width: 426px;
  height: 280px;
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.page11 .box .list .item:hover {
  transform: scale(1.05);
}
.page11 .box .list .item:nth-of-type(2n) {
  margin-right: 0;
}
.page11 .box .list .item img {
  display: block;
  width: 426px;
  height: 280px;
}
.page11 .box .list .item .title {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(3, 3, 3, 0.52);
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #FBFCFC;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 2px;
}
.page12 {
  background-color: #F8F8F8;
  box-sizing: border-box;
}
.page12 .box {
  position: relative;
  width: 100%;
  height: 760px;
  background-image: url('../images/solutions_family/yycj-bc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 210px;
  box-sizing: border-box;
}
.page12 .box .swiper-cpzx {
  width: 1200px;
  height: 355px;
  margin: auto;
  overflow: hidden;
}
.page12 .box .swiper-cpzx .swiper-wrapper {
  width: 100%;
  height: 355px;
}
.page12 .box .swiper-cpzx .swiper-wrapper .swiper-slide {
  width: 300px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page12 .box .swiper-cpzx .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.1);
}
.page12 .box .swiper-cpzx .swiper-wrapper .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 228px;
  background-color: #fff;
}
.page12 .box .swiper-cpzx .swiper-wrapper .swiper-slide .textBox {
  width: 100%;
  height: 126px;
  background: #f7f7f7;
  text-align: center;
  line-height: 126px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #050505;
  letter-spacing: 2px;
}
.page12 .box .swiper-cpzx .swiper-cpzx-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  z-index: 99;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-image: url('../images/big-left-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page12 .box .swiper-cpzx .swiper-cpzx-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 150px;
  z-index: 99;
  width: 64px;
  height: 64px;
  cursor: pointer;
  background-image: url('../images/big-right-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.page13 {
  box-sizing: border-box;
  padding-bottom: 0 !important;
}
.page13 .find_nav {
  border-bottom: 1px solid #979899;
}
.page14 {
  padding-top: 40px !important;
}
.page14 .box {
  width: 1200px;
  margin: auto;
  position: relative;
  display: none;
}
.page14 .box .img {
  width: 100%;
  height: 653px;
}
.page14 .box .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page14 .box .listBox {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 85px;
  box-sizing: border-box;
  background: rgba(188, 187, 187, 0.5);
  border-radius: 10px;
}
.page14 .box .listBox ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.page14 .box .listBox ul li {
  flex: 1;
  margin-right: 50px;
}
.page14 .box .listBox ul li:last-of-type {
  margin-right: 0;
}
.page14 .box .listBox ul li .icon {
  display: block;
  height: 52px;
  margin-bottom: 15px;
}
.page14 .box .listBox ul li .icon img {
  display: block;
  height: 100%;
  margin: auto;
}
.page14 .box .listBox ul li .title {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #fcfdfd;
  letter-spacing: 1px;
}
.footer {
  position: relative;
  display: block;
  width: 100%;
  height: 520px;
  background-image: url('../images/footer-bc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 100px 0 150px;
  box-sizing: border-box;
}
.footer .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .list .item .top {
  width: 50px;
  height: 2px;
  background-color: #f6f6f6;
  margin-bottom: 38px;
}
.footer .list .item .bottom ul li {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
.footer .list .item .bottom ul li a,
.footer .list .item .bottom ul li .a {
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 30px;
}
.footer .corpRight {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 75px;
  line-height: 75px;
  border-top: 1px solid rgba(246, 246, 246, 0.3);
  font-size: 14px;
  font-family: Segoe UI, Segoe UI-Regular;
  font-weight: 400;
  text-align: center;
  color: #f6f6f6;
}
.footer .corpRight a {
  font-size: 14px;
  font-family: Segoe UI, Segoe UI-Regular;
  font-weight: 400;
  text-align: center;
  color: #f6f6f6;
}
