﻿
.banner .select a {
  padding-left: 155px;
}
.sec {
  width: 100%;
}
.sec .content h1 {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 70px 0 20px;
}

img {
  display: block;
}
.sec .content p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec .content p img{
  margin-top: 20px;
}
.sec10 {
  width: 100%;
  height: 610px;
  background: #F5F5F7;
  overflow: hidden;
}
.sec10 .box {
  width: 1560px;
  margin: 108px auto 0;
  display: flex;
}
.sec10 .left {
  width: 352px;
  height: 405px;
  background: #0246B0;
}
.sec10 .left h1 {
  margin-left: 40px;
}
.sec10 .left h1:nth-child(1){
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  opacity: 0.1;
  margin: 39px 0 19px 40px;
}
.sec10 .left h1:nth-child(2) {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.sec10 .box .right .swiper {
  width: 1200px;
  position: relative;
}
.sec10 .box .right .swiper-slide {
  display: flex;
  cursor: pointer;
}
.sec10 .box .right .swiper-slide .img {
  width: 550px;
  height: 405px;
  overflow: hidden;
}
.sec10 .box .right .swiper-slide .img img {
  transition: 0.6s;
}
.sec10 .box .right .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.sec10 .box .right .swiper-slide .content{
  width: 600px;
  margin: 46px 0 0 50px;
}
.sec10 .box .right .swiper-slide h1 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 23px;
}
.sec10 .box .right .swiper-slide p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.sec10 .box .right .swiper-slide p:nth-child(2) {
  margin-bottom: 16px;
}
.sec10 .box .right .button {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.sec10 .box .right .button .circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec10 .box .right .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec10 .box .right .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec10 .box .right .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
.sec10 .box .right .swiper-slide .content a:hover h1 {
  color: #0254B4;
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(2) a {
  transition: 0.6s;
  color: #333333;
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(2):hover a {
  color: #0254B4;
}
.sec11 {
  width: 100%;
  overflow: hidden;
}
.sec11 .box .title {
  width: 100%;
  position: relative;
  margin-top: 96px;
}
.sec11 .box .title h1 {
  text-align: center;
}
.sec11 .box .title h1:nth-child(1) {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  opacity: 0.1;
}
/*.sec11 .box .title h1:nth-child(2) {*/
/*  position: absolute;*/
/*  top: 50px;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*}*/
.sec11 .box .swiper {
  width: 1560px;
  margin: 67px auto 0;
}
.sec11 .box .swiper .swiper-slide {
  width: 480px;
  height: 550px;
}
.sec11 .box .swiper .swiper-slide .content .text {
  width: 480px;
  height: 250px;
  background: #F5F5F7;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  position: relative;
  overflow: hidden;
  padding: 36px 0 0 35px;
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(1) {
  margin-bottom: 15px;
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(2) {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
}
.swiper-slide {
  cursor: pointer;
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(4) {
  font-size: 14px;
  font-family: Helvetica;
  font-weight: bold;
  color: #0254B4;
  position: absolute;
  bottom: 28px;
  right: 33px;
}
.sec11 .box .swiper .swiper-slide .img {
  width: 480px;
  height: 300px;
  overflow: hidden;
}
.sec11 .box .swiper .swiper-slide .img img {
  transition: 0.6s;
}
.sec11 .box .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(4) a {
  color: #000;
  transition: 0.6s;
}
.sec11 .box .swiper .swiper-slide .content .text p:nth-child(4):hover a{
  color: #0254B4;
}
.sec11 .box .button {
  display: flex;
  justify-content: center;
  margin: 40px 0 68px;
}
.sec11 .box .button .circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec11 .box .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec11 .box .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec11 .box .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
@media screen and (max-width: 1600px) {
  .banner .text {
    top: 50%;
    transform: translateY(-50%);
  }
  .sec10 .box {
    width: 90%;
  }
  .sec10 .left {
    width: 22%;
  }
  .sec10 .right {
    width: 78%;
  }
  .sec10 .box .right .swiper {
    width: 100%;
  }
  .sec11 .box .swiper {
    width: 90%;
  }
  .sec11 .box .swiper .swiper-slide .img {
    width: 100%;
    height: auto;
  }
  .sec11 .box .swiper .swiper-slide .img img {
    width: 100%;
  }
  .sec11 .box .swiper .swiper-slide .content .text {
    width: 100%;
  }
  .sec11 .box .swiper .swiper-slide .content .text p {
    width: 90%;
  }
  .sec11 .box .swiper .swiper-slide .content .text p:nth-child(4) {
    width: fit-content;
    font-size: 12px;
  }
  .sec11 .box .swiper .swiper-slide .content .text p:nth-child(2) {
    margin-bottom: 30px;
  }
  .sec .content p img {
    height: auto;
  }
  .sec10 .left h1:nth-child(1) {
    font-size: 28px;
  }
  .sec10 .left h1:nth-child(2) {
    font-size: 26px;
  }
  .sec10 .box .right .swiper-slide .img {
    width: 60%;
  }
  .sec10 .box .right .swiper-slide .content {
    width: 35%;
  }
}
@media screen and (max-width: 1440px) {
  .sec .content p {
    width: 90%;
    margin: auto;
  }
  .sec .content p img {
    width: 100%;

  }
  .banner h1 {
    font-size: 32px;
  }

  .banner .bottom .left p {
    font-size: 16px;
  }
  .banner .select a {
    font-size: 16px;
  }
  .sec .content h1 {
    font-size: 32px;
  }
  .sec .content p {
    font-size: 14px;
  }
  .sec .content h1 {
    font-size: 26px;
  }
  .sec10 .box .right .swiper-slide p {
    font-size: 14px;
  }
  .sec10 .box .right .swiper-slide h1 {
    font-size: 18px;
  }
  .sec11 .box .swiper .swiper-slide .content .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .sec .content h1 {
    font-size: 18px;
    padding: 10px 0 0;
  }
  .sec .content p img {
    height: auto;
  }
  .sec10 .box {
    flex-direction: column;
  }
  .sec10 .left {
    width: 100%;
    height: auto;
  }
  .sec10 .left h1:nth-child(1) {
    font-size: 24px;
    margin-top: 20px;
  }
  .sec10 .left h1:nth-child(2) {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec10 {
    height: auto;
  }
  .sec10 .box .right .swiper-slide {
    flex-direction: column;
  }
  .sec10 .box .right .swiper-slide .img {
    width: 100%;
    height: auto;
  }
  .sec10 .box .right .swiper-slide .img img {
    width: 100%;
  }
  .sec10 .right {
    width: 100%;
  }
  .sec10 .box .right .swiper-slide .content {
    width: 100%;
    margin: 20px 0 20px;
  }
  .sec10 .box .right .swiper-slide h1 {
    font-size: 16px;
  }
  .sec10 .box .right .swiper-slide p {
    font-size: 12px;
  }
  .sec10 .box .right .button {
    position: unset;
    justify-content: center;
    margin-bottom: 30px;
  }
  .sec11 .box .title h1 {
    font-size: 24px;
  }
  .sec11 .box .title {
    margin-top: 50px;
  }
  .sec11 .box .swiper {
    margin-top: 30px;
  }
  .sec11 .box .swiper .swiper-slide {
    height: auto;
  }
}
