.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;
}
.slide {
  width: 100%;
  height: 680px;
  position: relative;
}
.slide .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;
}
.slide .textBox .h2 {
  font-size: 36px;
  margin-bottom: 42px;
  letter-spacing: 2px;
  text-align: center;
}
.slide .textBox .h3 {
  width: 500px;
  text-indent: 2em;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.slide .textBox .line {
  width: 40px;
  height: 1px;
  opacity: 1;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
  margin: auto;
  margin-top: 50px;
}
.slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  font: "Microsoft Yahei";
  color: #fff;
  background: #f9f9f9;
}
.section.page2,
.section.page3,
.section.page4,
.section.page6,
.section.page7 {
  padding: 58px 0 85px;
}
.infoBox {
  display: block;
  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;
  letter-spacing: 1px;
}
.infoBox .content {
  width: 1200px;
  height: 700px;
}
.infoBox .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.page2 {
  background-color: #fff;
  padding: 0 0 55px !important;
}
.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: 125px;
  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;
}
.page4 {
  background-color: #fff;
  padding: 58px 0 55px !important;
}
.page4 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page4 .box .box_item {
  width: 390px;
  height: 280px;
  margin-bottom: 30px;
  padding: 48px 40px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 1px 3px 10px 0px #dfdfdf;
  box-sizing: border-box;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.page4 .box .box_item:hover {
  transform: scale(1.05);
}
.page4 .box .box_item:nth-of-type(3n) {
  margin-right: 0;
}
.page4 .box .box_item .img {
  width: 50px;
  height: 50px;
  margin: auto;
}
.page4 .box .box_item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.page4 .box .box_item .title {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  margin: 11px 0 20px;
}
.page4 .box .box_item .desc {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #666666;
  line-height: 22px;
  letter-spacing: 0px;
}
.page5 {
  background-color: #fff;
}
.page5 .h2 {
  padding-top: 40px;
}
.page5 .infoBox {
  height: auto;
  background-color: rgba(243, 243, 243, 0.5);
}
.page5 .infoBox .find_nav {
  border-bottom: none;
}
.page5 .infoBox .find_nav_left {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page5 .box {
  margin: auto;
  padding-top: 72px;
  padding-bottom: 80px;
  box-sizing: border-box;
  background-color: #fff;
}
.page5 .box.box3 .box_item {
  height: 285px;
}
.page5 .box.box3 .box_item .left {
  width: 256px;
  height: 285px;
  margin-right: 40px;
  min-width: 256px;
}
.page5 .box.box3 .box_item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 .box.box2 .h3 {
  font-size: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  letter-spacing: 3px;
}
.page5 .box.box2 .list {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.page5 .box.box2 .list .item:last-of-type {
  margin-right: 0;
}
.page5 .box.box2 .list .item .top {
  width: 130px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  font-size: 16px;
  margin-bottom: 18px;
}
.page5 .box.box2 .list .item .bottom {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
}
.page5 .box.box2 .img {
  display: block;
  height: 400px;
  margin: auto;
}
.page5 .box.box4 {
  width: 1028px;
  margin: auto;
}
.page5 .box.box4 .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page5 .box.box4 .list .item {
  width: 444px;
}
.page5 .box.box4 .list .item .top {
  width: 100%;
  height: 333px;
}
.page5 .box.box4 .list .item .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 .box.box4 .list .item .title {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: center;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 24px auto 20px;
}
.page5 .box.box4 .list .item .bottom {
  display: flex;
  justify-content: center;
}
.page5 .box.box4 .list .item .bottom ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page5 .box.box4 .list .item .bottom ul li .round {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #666666;
  border-radius: 50%;
  margin-right: 15px;
}
.page5 .box.box4 .list .item .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;
}
.page5 .box.box5 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page5 .box.box5 .list .item {
  position: relative;
  width: 590px;
  height: 300px;
  margin-right: 20px;
  min-width: 590px;
}
.page5 .box.box5 .list .item .bg-img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 .box.box5 .list .item .imgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page5 .box.box5 .list .item .imgBox .img {
  display: block;
  width: 52px;
  height: 52px;
  margin: auto;
  margin-bottom: 15px;
}
.page5 .box.box5 .list .item .imgBox .text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #fefbfb;
  line-height: 28px;
}
.page5 .box.box5 .list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.page5 .box.box5 .list2 .item {
  position: relative;
  width: 385px;
  height: 260px;
  margin-right: 20px;
  min-width: 385px;
}
.page5 .box.box5 .list2 .item .bg-img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 .box.box5 .list2 .item .imgBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page5 .box.box5 .list2 .item .imgBox .img {
  display: block;
  width: 90px;
  height: 90px;
  margin: auto;
  margin-bottom: 15px;
}
.page5 .box.box5 .list2 .item .imgBox .text {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #fefbfb;
  line-height: 28px;
}
.page5 .box.box_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page5 .box .box_item {
  width: 580px;
  height: 220px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 40px;
}
.page5 .box .box_item:nth-of-type(2n) {
  margin-right: 0;
}
.page5 .box .box_item .left {
  width: 268px;
  height: 192px;
  margin-right: 40px;
  min-width: 268px;
}
.page5 .box .box_item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.page5 .box .box_item .right {
  flex: 1;
  box-sizing: border-box;
}
.page5 .box .box_item .right .top {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  margin-bottom: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page5 .box .box_item .right .bottom {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.page5 .box.imgBox img {
  display: block;
  width: 863px;
  height: 696px;
  margin: auto;
}
.page6 {
  padding: 58px 0 55px !important;
}
.page6 .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.page6 .box .box_item {
  width: 580px;
  height: 160px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 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;
}
.page6 .box .box_item:hover {
  transform: scale(1.05);
}
.page6 .box .box_item:nth-of-type(2n) {
  margin-right: 0;
}
.page6 .box .box_item .left {
  width: 50px;
  height: 50px;
  margin-right: 40px;
}
.page6 .box .box_item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.page6 .box .box_item .right {
  flex: 1;
}
.page6 .box .box_item .right .top {
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  color: #333333;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page6 .box .box_item .right .bottom {
  height: 65px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  letter-spacing: normal;
}
.page7 {
  background-color: #fff;
}
.page7 .swiper-cpzx {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 1px 3px 10px 0px #dfdfdf;
  box-sizing: border-box;
  overflow: hidden;
}
.page7 .swiper-cpzx .swiper-wrapper {
  height: 540px;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide {
  width: 380px;
  height: 100%;
  padding: 42px 25px 0;
  border-right: 1px solid #e6e6e6;
  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 auto;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .top img {
  display: block;
  width: 100%;
  height: 100%;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .title {
  width: 320px;
  font-size: 18px;
  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;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom {
  width: 320px;
  margin: 0 auto;
}
.page7 .swiper-cpzx .swiper-wrapper .swiper-slide .bottom ul li {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}
.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page7 .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%;
}
.page7 .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%;
}
.page8 {
  height: 495px;
}
.page8 .bannerBox {
  height: 100%;
}
.page8 .bannerBox img {
  width: 100%;
  height: 100%;
}
.page8 .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;
}
.page8 .bannerBox .textBox .h2 {
  font-size: 36px;
  margin-bottom: 12px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.page8 .bannerBox .textBox .h3 {
  width: 500px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
}
.page8 .bannerBox .textBox a,
.page8 .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;
}
.page8 .bannerBox .textBox a:hover,
.page8 .bannerBox .textBox .a:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.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;
}
