﻿.banner .text{
  top: 534px;
}
.box .title {
  width: 100%;
  position: relative;
  margin-top: 96px;
}
.box .title h1 {
  text-align: center;
}
.box .title h1:nth-child(1) {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  opacity: 0.1;
}
.box .title h1:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec1 {
  width: 100%;
}
.sec1 .swiper {
  width: 1560px;
  margin: 53px auto 0;
}
.sec1 .swiper .swiper-slide {
  width: 520px;
  height: 370px;
  background: #ECECEE;
}
.sec1 .swiper .swiper-slide .flex .content {
  width: 520px;
  height: 370px;
  background: #FFFFFF;
  position: absolute;
  overflow: hidden;
}
.swiper-slide {
  cursor: pointer;
}
.sec1 .swiper .swiper-slide:hover .content .box {
  bottom: -120px;
}
.sec1 .swiper .swiper-slide .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec1 .swiper .swiper-slide .img img {
  width: 178px;
}
.sec1 .swiper .swiper-slide .content .eye {
  width: 60px;
  height: 60px;
  background: #0246B0;
  border-radius: 50%;
  position: absolute;
  bottom: 44px;
  right: 36px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transform: scale(0);
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide:hover .content .eye {
  transform: scale(1);
}
.sec1 .swiper .swiper-slide .eye .iconfont {
  font-size: 36px;
  color: #FFFFFF;
}
.sec1 .swiper .swiper-slide .img img {
  transform: scale(1.4);
}
.sec1 .swiper .swiper-slide .content .box {
  width: 520px;
  height: 120px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  text-align: center;
  transition: 0.6s;
}
.sec1 .swiper .swiper-slide .content .box .line {
  width: 27px;
  height: 2px;
  background: #CCCCCC;
  margin: 17px auto 23px;
}
.sec1 .swiper .swiper-slide .content .box .btn {
  width: fit-content;
  margin: 20px auto;
  color: #0246B0;
  cursor: pointer;
}
.sec1 .box .button {
  display: flex;
  justify-content: center;
  margin: 40px 0 68px;
}
.sec1 .box .button .circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.6s;
  /* overflow: hidden; */
}
/* .sec1 .box .button .circle:hover{
  border: 1px solid transparent;
} */
.sec1 .box .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec1 .box .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec1 .box .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
.sec2 .box .title {
  margin-top: 70px;
}
.sec2 {
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
}
.sec2 .swiper {
  width: 1560px;
  margin: 76px auto 0;
}
.sec2 .swiper-slide{
  width: 480px;
  height: 388px;
  border-bottom: 3px solid #e6e6e6;
  transition: 0.6s;
}
.sec2 .swiper-slide:after{
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 3px;
  background: #0246B0;
  transition: 0.56s;
}
.sec2 .swiper-slide:hover:after {
  width: 100%;
  left: 0;
}
.sec2 .swiper-slide p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
}
.section {
  width: 1560px;
  margin: 40px auto;
}
.section .img ,.section .img img{
  width: 100%;
}
.sec2 .swiper-slide .img {
  width: 480px;
  height: 300px;
  overflow: hidden;
}
.sec2 .swiper-slide .img img {
  transition: 0.6s;
}
.sec2 .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.sec2 .box .button {
  display: flex;
  justify-content: center;
  margin: 40px 0 68px;
}
.sec2 .box .button .circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec2 .box .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec2 .box .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec2 .box .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
.sec3 {
  width: 100%;
  overflow: hidden;
}
.sec3 .title {
  margin-bottom: 68px;
}
.sec3 .swiper {
  width: 1560px;
  margin: auto;
}
.sec3 .swiper .swiper-slide {
  width: 480px;
  height: 388px;
  border-bottom: 3px solid #e6e6e6;
}
.sec3 .swiper-slide:after{
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 0;
  height: 3px;
  background: #0246B0;
  transition: 0.56s;
}
.sec3 .swiper-slide:hover:after {
  width: 100%;
  left: 0;
}
.sec3 .swiper-slide .img img {
  transition: 0.6s;
}
.sec3 .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.sec3 .box .button {
  display: flex;
  justify-content: center;
  margin: 40px 0 68px;
}
.sec3 .swiper .swiper-slide .img {
  width: 480px;
  height: 300px;
  border: 1px solid #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3 .swiper-slide p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-top: 30px;
}
.sec3 .box .button {
  display: flex;
  justify-content: center;
  margin: 40px 0 68px;
}
.sec3 .box .button .circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec3 .box .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec3 .box .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec3 .box .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
.sec4 {
  width: 100%;
  height: 610px;
  background: #F5F5F7;
  overflow: hidden;
}
.sec4 .box {
  width: 1560px;
  margin: 108px auto 0;
  display: flex;
}
.sec4 .left {
  width: 352px;
  height: 405px;
  background: #0246B0;
}
.sec4 .left h1 {
  margin-left: 40px;
}
.sec4 .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;
}
.sec4 .left h1:nth-child(2) {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.sec4 .box .right .swiper {
  width: 1200px;
  position: relative;
}
.sec4 .box .right .swiper-slide {
  display: flex;
  cursor: pointer;
}
.sec4 .box .right .swiper-slide .content{
  width: 600px;
  margin: 46px 0 0 50px;
}
.sec4 .box .right .swiper-slide h1 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 23px;
}
.sec4 .box .right .swiper-slide p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
.sec4 .box .right .swiper-slide .img {
  width: 550px;
  height: 405px;
  overflow: hidden;
}
.sec4 .box .right .swiper-slide .img img {
  transition: 0.6s;
}
.sec4 .box .right .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.sec4 .box .right .swiper-slide .content a:hover h1 {
  color: #0254B4;
}
.sec4 .box .right .swiper-slide {
  cursor: unset;
}
.sec4 .box .right .swiper-slide p:nth-child(2) {
  margin-bottom: 16px;
}
.sec4 .box .right .button {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.sec4 .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;
}
.sec4 .box .right .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec4 .box .right .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec4 .box .right .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
.sec5 {
  width: 100%;
  overflow: hidden;
}
.sec5 .box .title {
  width: 100%;
  position: relative;
  margin-top: 96px;
}
.sec5 .box .title h1 {
  text-align: center;
}
.sec5 .box .title h1:nth-child(1) {
  font-size: 50px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  opacity: 0.1;
}
.sec5 .box .title h1:nth-child(2) {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec5 .box .swiper {
  width: 1560px;
  margin: 67px auto 0;
  cursor: pointer;
}
.sec5 .box .swiper .swiper-slide {
  width: 480px;
  height: 550px;
}
.sec5 .box .swiper .swiper-slide .img {
  width: 480px;
  height: 300px;
  overflow: hidden;
}
.sec5 .box .swiper .swiper-slide .img img {
  transition: 0.6s;
}
.sec5 .box .swiper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.sec5 .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;
}
.sec5 .box .swiper .swiper-slide .content .text p:nth-child(1) {
  margin-bottom: 15px;
}
.sec5 .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;
}
.sec5 .box .swiper .swiper-slide .content .text p:nth-child(2) a {
  transition: 0.6s;
  color: #333333;
}
.sec5 .box .swiper .swiper-slide .content .text p:nth-child(2):hover a {
  color: #0254B4;
}
.sec5 .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;
  transition: 0.6s;
}
.sec5 .box .swiper .swiper-slide .content .text p:nth-child(4) a {
  color: #000;
  transition: 0.6s;
}
.sec5 .box .swiper .swiper-slide .content .text p:nth-child(4):hover a {
  color: #0254B4;
}
.sec5 .box .button {
  display: flex;
  justify-content: center;
  margin: 40px 0 68px;
}
.sec5 .box .button .circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec5 .box .button .circle .iconfont {
  font-size: 14px;
  color: #666666;
}
.sec5 .box .button .circle:nth-child(1) {
  margin-right: 10px;
}
.sec5 .box .button .circle:nth-child(1) .iconfont {
  transform: rotate(-180deg);
}
.shade {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 19991209;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.shade .img {
  width: 1520px;
  height: 740px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.shade .img img {
  height: 700px;
}
.shade .img .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shade .img .close .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
}
.shade .img .close .circle span{
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #fff;
  display: block;
}
.shade .img .close .circle span:nth-child(1){
  top: 11px;
  left: 2px;
  transform: rotate(-45deg);
}
.shade .img .close .circle span:nth-child(2){
  top: 8px;
  left: 3px;
  transform: rotate(45deg);
}
/*.shade .img img {*/
/*  transform: scale(2);*/
/*}*/
.events-active {
  pointer-events: unset !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1700px) {
  .banner .text {
    top: 50%;
    transform: translateY(-50%);
  }
  .banner h1 {
    font-size: 32px;
  }
  .banner .text p {
    font-size: 16px;
  }
  .sec1 .swiper {
    width: 90%;
  }
  .shade .img {
    width: 90%;
    height: 90vh;
  }
  .shade .img img {
    height: 80%;
  }
  .sec1 .swiper .swiper-slide .flex .content {
    width: 100%;
  }
  .sec1 .swiper .swiper-slide .content .box {
    width: 100%;
  }
  .sec1 .swiper .swiper-slide .content .eye {
    right: 4px;
  }
  .sec2 .swiper {
    width: 90%;
  }
  .sec2 .swiper-slide .img {
    width: 100%;
  }
  .sec2 .swiper-slide .img img {
    width: 100%;
  }
  .sec2 .swiper-slide {
    height: auto;
  }
  .sec3 .swiper {
    width: 90%;
  }
  .sec3 .swiper .swiper-slide .img {
    width: 100%;
  }
  .section {
    width: 90%;
  }
  .sec4 .box {
    width: 90%;
  }
  .sec4 .left h1:nth-child(1) {
    font-size: 28px;
    margin-right: 10px;
  }
  .sec4 .left h1:nth-child(2) {
    font-size: 26px;
  }
  .sec4 .box .right .swiper-slide h1 {
    font-size: 18px;
  }
  .sec4 .box .right .swiper-slide p {
    font-size: 14px;
  }
  .sec4 .left {
    width: 20%;
  }
  .sec4 .right {
    width: 80%;
  }
  .sec4 .box .right .swiper-slide .img {
    width: 60%;
  }
  .sec4 .box .right .swiper-slide .content {
    width: 35%;
  }
  .sec4 .box .right .swiper {
    width: 100%;
  }
  .sec5 .box .swiper {
    width: 90%;
  }
  .sec5 .box .swiper .swiper-slide .img {
    width: 100%;
    height: auto;
  }
  .sec5 .box .swiper .swiper-slide .img img {
    width: 100%;
  }
  .sec5 .box .swiper .swiper-slide .content .text {
    width: 100%;
    font-size: 14px;
  }
  .sec5 .box .swiper .swiper-slide .content .text p {
    width: 90%;
  }
  .sec5 .box .swiper .swiper-slide .content .text p:nth-child(4) {
    width: fit-content;
    font-size: 12px;
  }
  .sec5 .box .swiper .swiper-slide .content .text p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .box .title h1:nth-child(1) {
    font-size: 40px;
  }
  .box .title {
    margin-top: 50px;
  }
  .sec1 .box .button {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .sec2 .box .title {
    margin-top: 20px;
  }
  .box .title h1:nth-child(2) {
    font-size: 24px;
  }
  .sec3 .swiper .swiper-slide .img {
    width: 99%;
  }
  .sec4 .box {
    flex-direction: column;
  }
  .sec4 .left {
    width: 100%;
  }
  .sec4 .right {
    width: 100%;
  }
  .sec4 .box .right .swiper-slide .img {
    width: 100%;
    height: auto;
  }
  .sec4 .box .right .swiper-slide .content {
    width: 100%;
    margin: 0;
  }
  .sec4 .left {
    height: auto;
  }
  .sec4 .box .right .swiper-slide {
    flex-direction: column;
  }
  .sec4 .box .right .swiper-slide .img img {
    width: 100%;

  }
  .sec4 .left h1:nth-child(1) {
    margin-top: 20px;
  }
  .sec4 .left h1:nth-child(2) {
    margin-bottom: 10px;
  }
  .sec4 {
    height: auto;
  }
  .sec4 .box {
    margin-top: 30px;
  }
  .sec4 .box .right .button {
    position: unset;
    justify-content: center;
    margin: 20px auto;
  }
  .sec4 .box .right .swiper-slide h1 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .sec4 .box .right .swiper-slide p {
    font-size: 12px;
  }
  .sec4 .box .right .swiper-slide p:nth-child(2) {
    margin-bottom: 5px;
  }
  .sec5 .box .title h1:nth-child(1) {
    font-size: 40px;
  }
  .sec5 .box .swiper .swiper-slide {
    height: auto;
  }
}
