.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;
}
.swiper-banner {
  position: relative;
  width: 100%;
  height: 680px;
}
.swiper-banner .swiper-wrapper {
  width: 100%;
  height: 680px;
}
.swiper-banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 680px;
}
.swiper-banner .swiper-banner-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url('../images/big-left-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-banner .swiper-banner-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 99;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-image: url('../images/big-right-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bannerBox {
  width: 100%;
  height: 680px;
  position: relative;
}
.bannerBox .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 .textBox .h2 {
  font-size: 36px;
  margin-bottom: 12px;
  text-align: center;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}
.bannerBox .textBox .h3 {
  width: 500px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
}
.bannerBox .textBox .contact-us {
  display: block;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #ffffff;
  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: auto;
  margin-top: 10px;
}
.bannerBox img {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  width: 100%;
  height: auto;
}
.section.section1 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.section.section1 .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.section1 .box .list .item {
  width: 228px;
  height: 254px;
  background: #f8f8f8;
  border-radius: 6px;
  box-shadow: 1px 3px 10px 0px #dfdfdf;
  padding: 40px 40px ;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.section.section1 .box .list .item:last-of-type {
  margin-right: 0;
}
.section.section1 .box .list .item:hover {
  transform: scale(1.1);
}
.section.section1 .box .list .item .img {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.section.section1 .box .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section1 .box .list .item .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #293325;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 30px auto 20px;
}
.section.section1 .box .list .item .sub {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #999999;
  line-height: 24px;
  letter-spacing: 1px;
}
.section.section2 {
  padding: 58px 0 10px;
  box-sizing: border-box;
  background-color: #F8F8F8;
}
.section.section2 .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.section2 .box .list .item {
  width: 265px;
  height: 306px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 50px 60px;
  box-sizing: border-box;
  margin-bottom: 70px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.section.section2 .box .list .item:last-of-type {
  margin-right: 0;
}
.section.section2 .box .list .item:hover {
  transform: scale(1.1);
}
.section.section2 .box .list .item .img {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}
.section.section2 .box .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section2 .box .list .item .title {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #293325;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 30px auto 35px;
}
.section.section2 .box .list .item .sub {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: center;
  color: #999999;
  line-height: 20px;
  letter-spacing: 1px;
}
.section.section3 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.section.section3 .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section.section3 .box .list .item {
  width: 375px;
  height: 168px;
  opacity: 1;
  background: #f8f8f8;
  box-shadow: 1px 3px 4px 0px #e8e8e8;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5ms ease-in-out;
  text-decoration: none;
}
.section.section3 .box .list .item:last-of-type {
  margin-right: 0;
}
.section.section3 .box .list .item .left {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 40px;
}
.section.section3 .box .list .item .left img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section3 .box .list .item .left .hide {
  display: none;
}
.section.section3 .box .list .item .right {
  flex: 1;
  height: 100%;
}
.section.section3 .box .list .item .right .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #000000;
  letter-spacing: 2px;
}
.section.section3 .box .list .item .right .line {
  width: 52px;
  height: 2px;
  background: #999999;
  margin: 15px 0;
  border-bottom: none;
}
.section.section3 .box .list .item .right .sub {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  text-align: left;
  color: #999999;
  line-height: 20px;
  letter-spacing: 1px;
}
.section.section3 .box .list .item:hover {
  background-color: #2d8ed8;
}
.section.section3 .box .list .item:hover .left .hide {
  display: block;
}
.section.section3 .box .list .item:hover .left .show {
  display: none;
}
.section.section3 .box .list .item:hover .right .title {
  color: #fff;
}
.section.section3 .box .list .item:hover .right .sub {
  color: #fff;
}
.section.section3 .box .list .item:hover .right .line {
  background: #fff !important;
}
.section.section3 .box .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.section.section4 {
  background-image: url('../images/cj-bc.png');
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 60px 0;
  box-sizing: border-box;
}
.section.section4 .box {
  position: relative;
}
.section.section4 .box .swiper-cpzx {
  width: 1200px;
  height: 335px;
  margin: auto;
  overflow: hidden;
}
.section.section4 .box .swiper-cpzx .swiper-wrapper {
  width: 100%;
  height: 335px;
}
.section.section4 .box .swiper-cpzx .swiper-wrapper .swiper-slide {
  position: relative;
  width: 300px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.section.section4 .box .swiper-cpzx .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.1);
}
.section.section4 .box .swiper-cpzx .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section4 .box .swiper-cpzx .swiper-wrapper .swiper-slide .textBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  background: rgba(30, 30, 30, 0.8);
  text-align: center;
  line-height: 57px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  letter-spacing: 2px;
}
.section.section4 .box .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/big-left-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section.section4 .box .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/big-right-icon.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section.section5 {
  padding: 58px 0 85px;
  box-sizing: border-box;
}
.section.section5 .box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.section.section5 .box .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section.section5 .box .list .item {
  display: block;
  width: 386px;
  margin-right: 25px;
  transition: all 0.5s ease-in-out;
}
.section.section5 .box .list .item:last-of-type {
  margin-right: 0;
}
.section.section5 .box .list .item:hover {
  transform: scale(1.05);
}
.section.section5 .box .list .item .img {
  width: 100%;
  height: 255px;
  margin-bottom: 30px;
}
.section.section5 .box .list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.section.section5 .box .list .item .title {
  width: 100%;
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  text-align: center;
  color: #333333;
  line-height: 21px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section.section6 {
  height: 495px;
}
.section.section6 .bannerBox {
  height: 100%;
}
.section.section6 .bannerBox .textBox {
  top: 156px;
}
.section.section6 .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;
}
.section.section6 .bannerBox .textBox .a:hover {
  border-color: #2d8ed8;
  background-color: #2d8ed8;
  color: #fff;
}
.section.section7 {
  background-color: #F8F8F8;
  padding: 58px 0 0 0;
  box-sizing: border-box;
}
.section.section7 .box .all-btn {
  width: 119px;
  height: 29px;
  background: #ffffff;
  border: 0px solid #afafaf;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: MicrosoftYaHeiLight;
  text-align: left;
  color: #9d9d9d;
  cursor: pointer;
  margin: 35px auto;
}
.section.section7 .box .list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.section.section7 .box .list .item {
  display: block;
  text-decoration: none;
  width: 386px;
  min-width: 386px;
  height: 372px;
  background: #ffffff;
  border: 0px solid #707070;
  border-radius: 15px;
  box-shadow: 0px 3px 6px 0px rgba(164, 164, 164, 0.16);
  transition: all 0.5s ease-in-out;
  margin-right: 20px;
  margin-bottom: 20px;
}
.section.section7 .box .list .item:nth-of-type(3n) {
  margin-right: 0;
}
.section.section7 .box .list .item:hover {
  transform: scale(1.1);
}
.section.section7 .box .list .item .img {
  display: block;
  width: 100%;
  height: 215px;
}
.section.section7 .box .list .item .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #14210f;
  margin: 32px 20px 20px;
}
.section.section7 .box .list .item .sub {
  height: 45px;
  margin: 0 20px;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.infoBox {
  display: block;
  height: 100%;
}
.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: #999999;
  line-height: 25px;
  letter-spacing: 1px;
}
.infoBox .btn {
  width: 100px;
  height: 30px;
  transition: all 0.5s ease-in-out;
  margin: 32px auto 50px;
}
.infoBox .btn:hover {
  opacity: 0.8;
}
.infoBox .btn img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.infoBox .content {
  width: 1200px;
  height: 700px;
}
.infoBox .content img {
  display: block;
  width: 100%;
  height: 100%;
}
.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;
}
