*{
  margin: 0;
  padding:0;
}

ul,li{
  list-style: none;
}
/* 1. 定义自定义字体 */
@font-face {
  /* 字体名称（自定义，后续调用用这个名字） */
  font-family: 'FZXBSK';
  /* 字体文件路径（根据实际目录调整） */
  /* src: url('../fonts/FZXBSK.TTF') format('truetype'); */
  src: url('../fonts/FZXBSJW.TTF') format('truetype');
  /* 可选：字体样式补充，保证兼容性 */
  font-weight: normal;
  font-style: normal;
  /* 可选：防止跨域问题（部署时有用） */
  font-display: swap;
}

/* 2. 应用字体到页面元素 */
/* 全局应用（整个网页用这个字体） */
body {
  font-family: 'FZXBSK';
  /* 备用字体：如果自定义字体加载失败，会用后面的宋体/无衬线字体 */
}

/* 也可以只给特定元素应用 */
h1, h2, .title {
  font-family: 'FZXBSK', SimSun, sans-serif;
}
body{
  max-width: 750px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%important;
  overflow-x: hidden;
  background-color: #ffffff;
}
a{
  text-decoration: none;  
}
img{
  border: 0;
}
.main{
  width: 100%;
  /* overflow-x: hidden; */
}
.hide{
  display: none;
}
.slh1 {
  display: -webkit-box;
  display: -ms-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -moz-box;
  -moz-line-clamp: 1;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 1;
  overflow: hidden;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
}
.slh2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -moz-box;
  -moz-line-clamp: 2;
  overflow: hidden;
  display: -o-box;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  overflow: hidden;
}
.slh3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -moz-box !important;
  -moz-line-clamp: 3;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp:3;
  overflow: hidden;
}
.slh4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -moz-box !important;
  -moz-line-clamp: 4;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp:4;
  overflow: hidden;
}
.slh5 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -moz-box !important;
  -moz-line-clamp: 5;
  overflow: hidden;
  display: -o-box !important;
  -o-box-orient: vertical;
  -o-line-clamp:5;
  overflow: hidden;
}

.w100{
  width: 100%;
  position: relative;
}
.header-box{
  width: 100%;
  height: auto;
  position: relative;
}
.header-box .header-bg{
  width: 100%;
  height: auto;
  display: block;
}
.logo{
  width:5.47rem;
  height: 1.02rem;
  position: absolute;
  top:1.13rem;
  left: 50%;
  margin-left: -2.785rem;
}
.logo2{
  width:5.85rem;
  height: 12.66rem;
  position: absolute;
  top:1.1rem;
  left: 50%;
  margin-left: -2.975rem;
}
.menu-box{
  width: 100%;
  background-image: url('../image/bg2.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  font-size: 0;
  text-align: center;
  margin-top: -1px;
}
.menu-ul{
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.menu-li{
  display: inline-block;
  margin: 0 0.27rem;
  cursor: pointer;
}
.menu-li:nth-child(0){
  width:1.99rem;
  height: 5rem;
}
.menu-li:nth-child(1){
  width:1.99rem;
  height: 5rem;
}
.menu-li:nth-child(2){
  width:1.98rem;
  height: 5rem;
}
.menu-li:nth-child(3){
  width:2.01rem;
  height: 5rem;
}
.dy-bg{
   width: 100%;
   height: 5.77rem;
   background-image: url('../image/dy-bg.jpg');
   background-repeat: no-repeat;
   background-position: top center;
   background-size: 100% 100%;
   margin-top: -1px;
}
.dy{
  width: 10.63rem;
  height: 6.56rem;
  display: block;
  margin: 0 auto;
}
.w218{
  width: 2.18rem;
}
.menu-li img{
  width: 100%;
  height: 100%;
  display: block;
}
.box1{
  width: 100%;
  background-image: url('../image/box1-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-top: 2.57rem;
  position: relative;
}
.main-1{
  width: 100%;
  background-image: url('../image/box1-bg-01.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-top: 2.57rem;
  position: relative;
  margin-top: -1px;
  padding-bottom: 1.4em;
}
.main-2{
  width: 100%;
  /* height: 9.3rem; */
  background-image: url('../image/box1-bg-02.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  /* margin-bottom: 1rem; */
  padding-bottom: 1.2rem;
}
.main-3{
  width: 100%;
  /* height: 11.06rem; */
  background-image: url('../image/box1-bg-03.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  /*! padding-top: 1rem; */
  box-sizing: border-box;
  padding-bottom: 1.3rem;
}
.main-4{
  width: 100%;
  /*! height:8.74rem; */
  background-image: url('../image/box1-bg-04.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  padding-top: 0.2rem;
  box-sizing: border-box;
  padding-bottom: 3.71rem;
}
.icon1-1{
  width: 5.70rem;
  height: 3.45rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.title{
  width: 100%;
}
.title img{
  height: auto;
  display: block;
  margin: 0 auto;
}
.title1{
  width: 12rem;
}
.box1-com1{
   width: 9.16rem;
   margin:  0 auto;
   padding-top: 0.97rem;
}
.box1-title1{
  width: 100%;
  display: block;
}
.box1-title1 img{
  width: 4.79rem;
  height: auto;
  display: block;
  margin:  0 auto;
}
.box1-com1-info{
  width: 100%;
  margin-top: 0.1rem;
  display: block;
}
.box1-big-img{
  width: 100%;
  height: 4.20rem;
  display: block;
  object-fit: cover;
}
.box1-big-lable{
  width: 100%;
  /* height: 1.58rem; */
  padding: 0.2rem 0.6rem 0.2rem 0.9rem;
  box-sizing: border-box;
  background-image: url('../image/box1-big-lable-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  font-size: 0.46rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.65rem;
  position: relative;
}
.box1-big-lable::after{
  width: 0.42rem;
  height: 0.42rem;
  content: '';
  background-image: url('../image/icon1-2.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top:0.28rem;
  left: 0.34rem;
}
.box1-ul{
  width: 100%;
  margin-top: 0.38rem;
}
.box1-ul-li{
  width: 100%;
  margin-bottom: 0.4rem;
}
.box1-ul-li a{
  width: 100%;
  display: block;
  padding-left: 0.93rem;
  box-sizing: border-box;
  position: relative;
}
.box1-ul-li a::after{
  width: 0.4rem;
  height: 0.4rem;
  content: '';
  background-image: url('../image/icon1-3.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0.34rem;
}
.box1-p1{
  font-size: 0.46rem;
  color: #ff0500;
  font-weight: 400;
  text-align: left;
}
.more{
  width: 2.28rem;
  height: 0.66rem;
  display: block;
  margin:  0 auto;
  /*! margin-top: 0.3rem; */
}
.more2{
  width: 2.17rem;
  height: 0.64rem;
  display: block;
  margin:  0 auto;
}
.more img{
  width: 100%;
  height: 100%;
  display: block;
}
.box1-title2{
  width: 100%;
  height: 1rem;
  display: block;
  position: relative;
  /*! margin-bottom: 0.1rem; */
}
.box1-title2-a{
  width: 3.99rem;
  height: 1rem;
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.box1-title2 img{
  width:100%;
  height:100%;
  display: block;
  margin:  0 auto;
}
.box1-com2{
  width: 9.16rem;
  margin:  0 auto;
  /*! padding-bottom: 0.06rem; */
  display: block;
}
.box1-com2-ul{
  width: 100%;
}
.box1-com2-li{
  width: 100%;
  height: 3.67rem;
  /* align-content:center;
  justify-content: center; */
  /*! margin-bottom: 0.4rem; */
}

.box1-p2{
  width:4rem;
  height: 2.6rem;
  font-size: 0.46rem;
  font-weight: 400;
  color: #ff0500;
  line-height: 0.67rem;
  text-indent:0.4rem;
  position: relative;
  padding-right: 0.2rem;
  box-sizing: border-box;
  align-content:center;
  margin-top: 0.4rem;
}
.box1-span{
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  background-color: #ff0500;
  font-size: 0;
  border-radius: 100%;
  line-height: 0.5rem;
  vertical-align: middle;
  margin-right: 0.2rem;  
}
.box1-com2-li-img{
  width: 5.11rem;
  height: 3.23rem;
  border: 0.1rem solid #ff0500;
  box-sizing: border-box;
}
.box1-com2-a{
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 0.14rem;
  padding-top: 0.23rem;
  display: flex;
  box-sizing: border-box;
}
.box1-com3{
  width: 9.16rem;
  margin:  0 auto;
  padding-bottom: 0.6rem;
}
.box1-title3{
  width: 100%;
  height: 1rem;
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  /* margin-top: -0.5rem; */
}
.box1-title3 a{
  width:6.1rem;
  height:100%;
  display: block;
  margin:  0 auto;
}
.box1-title3 img{
  width:100%;
  height:100%;
  display: block;
}
.box1-com3-ul{
  width: 100%;
  padding-top: 0.33rem;
  display: block;
  transform: translatex(0.4rem);
}
.box1-com3-li{
  width: 100%;
  height: 2.97rem;
  background-image: url('../image/box1-bg1.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin-bottom: 0.62rem;
  
}
.box1-com3-li:last-child{
  margin-bottom: 0.2rem;
}
.box1-com3-li-a{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.box1-com3-li-img{
   position: absolute;
   width: 4.74rem;
   height: 3.16rem;
   border: 0.1rem solid #ff0500;
   box-sizing: border-box;
   left: 0;
   top:50%;
   transform: translateY(-50%);
}
.box1-com3-p{
  width: 3.90rem;
  /* height: 2.45rem; */
  padding-left: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  right:0.44rem;
  top:50%;
  transform: translateY(-50%);
  font-size: 0.46rem;
  line-height: 0.7rem;
  font-weight: 400;
  color: #ffffff;
  text-align: justify;
}

.box1-title4{
  width: 100%;
  height: 1rem;
  display: block;
  position: relative;
}
.box1-title4 a{
  width: 3.99rem;
  height: 100%;
  display: block;
  position: relative;
  margin:  0 auto;
}
.box1-title4 img{
  width:3.99rem;
  height:100%;
  display: block;
}
.box1-com4{
  width: 100%;
  padding-top: 0.3rem;
}
.box1-com4-ul,.box1-com4-ul-2{
  width: 100%;
  text-align: center;
  font-size: 0;
}
.box1-com4-li{
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  margin: 0.2rem;
  vertical-align: middle;
}
.box1-com4-ul-2 .box1-com4-li{
  margin: 0.2rem 0.1rem;
}
.box1-com4-li a,.box1-com4-li img{
  width: 100%;
  height: 100%;
  display: block;
}
.title2{
  width: 100%;
  height: auto;
  /* height: 3.62rem; */
  /* background-image: url('../image/title2-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%; */
  margin-top: -1px;
  /*! padding-top: 0.92rem; */
  box-sizing: border-box;
}
.title2 img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.main-5{
  width: 100%;
  background-image: url('../image/box2-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
}
.main-5-footer{
  width: 100%;
  position: relative;
}
.main-5-footer-bg{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 77;
  display: block;
}
.more-main5 img{
  width: 100%;
  height: 100%;
  display: block;
}

.more-main5{
  width: 2.28rem;
  height: 0.66rem;
  display: block;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.box2-title1{
  width: 100%;
  height: 1.17rem;
}
.box2-title1 a{
  width: 6.23rem;
  height: 1.17rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.box2-title1 img{
  width: 100%;
  height:100%;
  display: block;
}
.box2-com1{
  width: 100%;
}
.box2-info{
  width: 10.15rem;
  margin:  0 auto;
  padding-top: 0.2rem;
}
.box2-big-info-a{
  width:100%;
  height: 6.27rem;
  position: relative;
  display: block;
  background-image: url('../image/box2-bg2.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 0.30rem 0.33rem;
  box-sizing: border-box;
  z-index: 200;
}
.box2-big-info-a img{
  width:100%;
  height:100%;
  display: block;
  object-fit: cover;
}
.box2-big-p{
    width: 9.49rem;
    /* height: 1.08rem; */
    background-image: url(../image/box2-bg1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    font-size: 0.5rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 0.7rem;
    padding: 0.2rem 0.7rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0.3rem;
    left: 0.33rem;
}
.box2-com1-ul{
  width: 96%;
  margin-left: 0.44rem;
  position: relative;
  margin-top: 0.5rem;
}
.box2-com1-ul::after{
    width: 0.03rem;
    height: 117%;
    background-image: url('../image/link.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    box-sizing: border-box;
    content: '';
    top: -19%;
    left: 0.11rem;
    position: absolute;
    z-index: 100;
}
.box2-com1-li{
  width: 100%;
  font-size: 0.44rem;
  line-height: 0.8rem;
  font-weight: 400;
  color:#0145f1;
  padding-left: 0.54rem;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.3rem;
}
.box2-com1-li::after{
  width: 0.22rem;
  height: 0.22rem;
  background-color: #0145f1;
  border-radius: 100%;
  content: '';
  position: absolute;
  left: 0;
  top:0.25rem;
  z-index: 99;
}
.box2-com1-li a{
   color:#0145f1;
}
.ac a{
  color:#0145f1;
}
.box2-com1-ul .ac::before{
  width: 0.50rem;
  height: 0.50rem;
  background-color: rgba(126, 195, 231,0.8);
  border-radius: 100%;
  content: '';
  position: absolute;
  left: -0.14rem;
  top:0.1rem;
  z-index: 90;
}
.main-6{
  width: 100%;
  background-image: url('../image/box2-bg2.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  
}
.box2-title2{
  width: 100%;
  height: 1.17rem;
}
.box2-title2 a{
  width:8.42rem;
  height: 1.17rem;
  margin: 0 auto;
  position: relative;
  display: block;
}
.box2-title2 img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.box2-com2{
  width: 100%;
  padding-top: 0.24rem;
}
.box2-info2{
  width:11.09rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 1.01rem;
}

.box2-swiper2 {
  width: 100%;
  height: 7.04rem;
}
.box2-swiper2 .swiper-slide .box2-com2-a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.box2-swiper2 .box2-com2-p{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.56rem;
  font-weight: 400;
  line-height:0.91rem;
  text-align: center;
  padding:0.2rem 0.87rem;
  box-sizing: border-box;
  color: #ffffff;
  display: none!important;
  background-color: #45aff7;
  border-radius: 0.3rem;
}
.box2-swiper2  .swiper-slide-active .box2-com2-p{
  display: -webkit-box!important;
  display: -moz-box!important;
  display: -o-box!important;
  text-align: center;
}

.box2-swiper2 .swiper-slide-active .box2-com2-a{
  width: 9.92rem!important;
  height: 7.04rem!important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 0;
  transform: translate(-50%,-50%);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  overflow: hidden;
}

.box2-swiper2  .swiper-slide .box2-com2-imgbox{
  width:100%;
  height:100%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.box2-swiper2  .swiper-slide .box2-com2-imgbox::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top:0;
  left: 0;
}
.box2-swiper2  .swiper-slide-active .box2-com2-imgbox::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  position: absolute;
  top:0;
  left: 0;
}
.box2-swiper2  .swiper-slide-active .box2-com2-imgbox{
  width: 9.92rem!important;
  height: 7.04rem!important;
  margin: 0 auto;
  cursor: pointer;
}
.box2-com2-poster{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.box2-com2-imgbox{
  position: relative;
}
.box2-com2-prev2{
  width: 0.43rem;
  height: 0.71rem;
  background-image: url(../image/box2-com2-prev2.png);
  background-size:0.43rem 0.71rem;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0.1rem;
}
.box2-com2-next2{
  width: 0.43rem;
  height: 0.71rem;
  background-image: url(../image/box2-com2-next2.png);
  background-size:0.43rem 0.71rem;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0.1rem;
}
.box2-com2 .swiper-pagination-bullet{
  width:0.27rem;
  height: 0.27rem;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 1rem;
  margin:0 0.175rem;
}
.box2-com2 .swiper-pagination-bullet-active{
  width: 0.86rem;
  height: 0.27rem;
  background-color: #fed100;
  background-image: url('../image/swiper-port.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.box2-com2 .swiper-pagination{
  box-sizing: border-box;
  height: 0.27rem;
  bottom: 0.29rem;
  text-align: center;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
.look-more{
  width: 2.13rem;
  height: 0.58rem;
  position: absolute;
  right: 2rem;
  bottom: 0.20rem;
}
.look-more img{
  width: 100%;
  height: 100%;
  display: block;
}
.main-7{
  width: 100%;
  height: 10.33rem;
  background-image: url('../image/box2-bg3.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
}
.box2-com3{
  width: 9.6rem;
  height: 5.84rem;
  background-image: url('../image/box2-bg3.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-top: 0.73rem;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
}
.box2-bg3-1{
   width: 100%;
   height: 7.33rem;
   position: absolute;
   bottom: 0.39rem;
   left: 0;
   z-index: 99;
}
.box2-title3{
  width: 100%;
  position: relative;
  z-index: 100;
}
.box2-title3 img{
  width: 6.23rem;
  height:  1.17rem;
  display: block;
  margin: 0 auto;
}
.box2-ul3{
  width: 7.45rem;
  margin: 0 auto ;
  padding-top: 0.63rem;
  position: relative;
  z-index: 100;
}
.box2-ul3-li{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin-bottom: 0.38rem;
  position: relative;
}
.box2-lable1{
  width: 7.59rem;
  height: 1.40rem;
  background-image: url('../image/box2-lable1.png');
}
.box2-lable2{
  width: 7.45rem;
  height: 1.10rem;
  background-image: url('../image/box2-lable2.png');
}
.box2-btn{
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: -0.1rem;
  top:50%;
  margin-top:-0.7rem;
  /* transform: translateY(-50%); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  cursor: pointer;
   border-radius: 8rem;
}
.box2-btn-a{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
}
.box2-open-icon{
   background-image: url('../image/box2-open-icon.png');
}
.box2-close-icon{
   background-image: url('../image/box2-close-icon.png');
}
.citybox{
  width: 8.22rem;
  background-color: rgba(13,88,165,0.3);
  border-radius: 0.4rem;
  position: absolute;
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: none;
}
.citylist{
  width: 100%;
  position: relative;
}
.citylistbox{
  width: 100%;
  position: relative;
  font-size: 0;
  padding: 0.45rem 0;
}
.cityli{
  font-size: 0.35rem;
  line-height: 0.35rem;
  font-weight: 400;
  color: #ffffff;
  margin:  0.25rem 0.43rem;
  display: inline-block;
  vertical-align: middle;
}
.cityli:hover{
  text-decoration: underline;
}
.cityiconbox{
  width: 100%;
  height: 0.2rem;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: -0.20rem;
  left: 0;
}
.cityicon{
  width: 0.58rem;
  height: 0.58rem;
  position: absolute;
  right: 0.6rem;
  top: 0.1rem;
  z-index: 100;
  transform: rotate(-45deg);
   background-color: rgba(13,88,165,0.3);
}
.title3{
  width: 100%;
  height: 3.36rem;
  background-image: url('../image/title3-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin-top: -1px;
  padding-top: 0.57rem;
  box-sizing: border-box;
  position: relative;
}
.mh{
  width: 2.06rem;
  height: 3.16rem;
  position: absolute;
  right: 0;
  top: -1.5rem;
}
.title3 .title3-title{
  width: 9.37rem;
  height: 1.99rem;
  display: block;
  margin: 0 auto;
}
.main-8{
  width: 100%;
  background-image: url('../image/box3-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  padding-bottom: 1.65rem;
  position: relative;
}
.box3-swiper1{
  width: 100%;
  padding-bottom: 1.13rem;
}
.box3-swiper1 .swiper-container{
  width: 100%;
  height: 16.1rem;
}
.box3-com1-a{
  width: 100%;
  height: 100%;
  display: block;
}
.box3-com1-title{
  width: 100%;
  /* margin-bottom: 0.4rem; */
}
.box3-com1-title img{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.box3-com1-img-box{
  width: 100%;
  height: 13rem;
  border: 0.03rem solid #ed9241;
  border-radius: 0.3rem;
  padding: 0.6rem 0.45rem;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  object-fit: cover;
}
.box3-com1-img-box::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 100;
  position: absolute;
  top:0;
  left: 0;
  border-radius: 0.3rem;
}
.box3-com1-poster{
    border-radius: 0.3rem;
    width: 100%;
    height: 100%;
    display: block;
}
.box3-swiper1 .swiper-slide .box3-com1-a{
  width:100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.box3-swiper1 .swiper-slide-active .box3-com1-a{
  width: 7.57rem;
  height: 16rem;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  
}
.box3-swiper1 .swiper-slide-active .box3-com1-img-box::after{
  display: none;
}
.box3-swiper1 .swiper-slide-active .box3-com1-img-box{
  width: 7.57rem;
  height: 14.25rem;
  object-fit: cover;
}
.box3-swiper1 .swiper-slide{
    z-index: 90;
  position: relative;
  padding-top: 1.5rem;
  height: 12.8rem;
  margin-top: 1rem;
}
.box3-swiper1 .swiper-slide-active{
   width: 8rem!important;
    height: 16rem;
  position: relative;
  z-index: 1000!important;
   padding-top: 0rem;
   margin-top: 0;
}
.box3-swiper1 .swiper-slide-active .box3-com1-title img{
   width: 6.72rem;
}
.shd{
  width: 100%;
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  z-index: 1000;
}
.shd img{
  width: 2.4rem;
  height: 0.71rem;
  display: block;
  margin: 0 auto;
}
.sport{
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 8rem;
  background-color: #f44e33;
  line-height: 1.2rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.37rem;
  font-weight: 400;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.main-9{
  width: 100%;
  /* height: 14.79rem; */
  background-image: url('../image/box3-bg3.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  position: relative;
  /*! padding-top: 0.8rem; */
  padding-bottom: 3.2rem;
  z-index: 100;
}
.box3-title31{
  width: 7.63rem;
  height: 1.29rem;
  position: absolute;
  top:1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.box3-title31 img{
  width: 100%;
  height: 100%;
  display: block;
}
.hua1{
  width: 2.8rem;
  height: 3.01rem;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
.box3-title3{
  width: 100%;
 
}
.box3-title3 a{
  width: 7.63rem;
  height: 1.18rem;
  display: block;
  margin: 0 auto;
}
.box3-title3 img{
  width: 100%;
  height: 100%;
  display: block;
}
.box3-swiper3{
  width: 100%;
  margin-top: 1.96rem;
}
.box3-swiper3 .swiper-container{
  width: 9.32rem;
  height: 8.92rem;
  margin: 0 auto;
  display: block;
}
.box3-swiper3 .swiper-slide{
  background-image: url('../image/box3-bg3.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 0.54rem 0.38rem 0.59rem 0.54rem;
  box-sizing: border-box;
}
.box3-video3{
  width: 100%;
    height: 14rem;
  background-image: url('../image/bg-vv.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.box3-com3{
  width: 100%;
  height: 100%;
}
.box3-vidoe{
  width: 100%;
  height: 6.15rem;
  background-color: #000000;
  position: relative;
  display: block;
}
.box3-com3-p{
   width: 100%;
   height: 0.88rem;
   padding-left: 0.47rem;
   box-sizing: border-box;
   background-image: url('../image/icon2.png');
   background-repeat: no-repeat;
   background-position: top left;
   background-size: 0.34rem 0.34rem;
   font-size: 0.4rem;
   line-height: 0.5rem;
   font-weight: 400;
   margin-top: 0.19rem;
   display: block;
   color: #ffffff;
}
.box2-com2-btn{
  width: 100%;
  height: 0.47rem;
  margin-top: 0.24rem;
}
.box2-com2-btn a{
  width: 1.86rem;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.box2-com2-btn a img{
  width: 100%;
  height: 100%;
  display: block;
}
.cover-video{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 200;
}
.cover-video-box{
  width: 100%;
  height: 100%;
  position: relative;
}
.poster-video{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 100;
  object-fit: cover;
}
.poster-video::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index: 101;
  background-color: rgba(0,0,0,0.4);
}
.video-btn{
  width: 1.10rem;
  height: 1.10rem;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: 102;
}
.video-dom{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 99;
}
.box3-prev3{
  width: 0.72rem;
  height: 0.71rem;
  background-image: url(../image/box3-lf1.png);
  background-size:0.72rem 0.71rem;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0.1rem;
  margin-top: 1rem;
}
.box3-next3{
  width: 0.72rem;
  height: 0.71rem;
  background-image: url(../image/box3-rt1.png);
  background-size:0.72rem 0.71rem;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0.1rem;
  margin-top: 1rem;
}

.box3-swiper3 .swiper-pagination-bullet{
  width:0.27rem;
  height: 0.28rem;
  background-color: #cfcfcf;
  opacity: 1;
  border-radius: 1rem;
  margin:0 0.175rem;
}
.box3-swiper3 .swiper-pagination-bullet-active{
  width: 0.83rem;
  height: 0.28rem;
  background-color: #fed100;
  background-image: url('../image/box3-sport3.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.box3-swiper3 .swiper-pagination{
  box-sizing: border-box;
  height: 0.28rem;
  bottom: 2.6rem;
  text-align: center;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box3-more{
  width: 100%;
  position: absolute;
  bottom: 1.8rem;
  left: 0;
}
.box3-more a{
  width: 2.17rem;
  height: 0.54rem;
  display: block;
  margin: 0 auto;
}
.box3-more img{
  width: 100%;
  height: 100%;
  display: block;

}
.box3-title4{
  width: 100%;
  position: relative;
  z-index: 200;
  height: 1.65rem;
}
.box3-title4 a{
  width: 6.91rem;
  height: 1.65rem;
  display: block;
  margin: 0 auto;
  /*! margin-top: -1rem; */
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.box3-title4 img{
  width: 100%;
  height: 100%;
  display: block;
}
.main-10{
  width: 100%;
  background-image: url('../image/box3-bg4.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  position: relative;
  /*! padding-top: 0.76rem; */
  padding-bottom: 0.97rem;
}
.box3-com4{
  width: 100%;
  /* margin-top: 0.5rem; */
  position: relative;
  z-index: 200;
}
.box3-com4-a{
  width: 100%;
  /* height: 7.37rem; */
  display: block;
  position: relative;
}
.box3-com4-img{
  width: 100%;
  height: 100%; 
  display: block;
}
.box3-p4{
  width: 100%;
  height:1.54rem;
  padding:0.1rem 1.04rem;
  box-sizing: border-box;
  font-size: 0.54rem;
  font-weight: 400;
  line-height: 0.7rem;
  text-align: center;
  color: #ffffff;
  background-image: url('../image/box3-bg4.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
}
.box3-info{
  width: 100%;
  margin-top: 0.46rem;
}
.box3-info-bg1{
  height:1.54rem;
  background-image: url('../image/box3-bg4-1.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 10.89rem 100%;
  position: relative;
}
.box3-info-bg1 a{
  width: 7.93rem;
  height: 100%;
  position: absolute;
  right: 1.1rem;
  top:0;
}
.box3-info-bg1 a p,.box3-info-bg2 a p{
  font-size: 0.46rem;
  color: #ff3800;
  font-weight: 400;
  text-align: justify;
  line-height: 0.6rem;
  padding-top: 0.2rem;
  box-sizing: border-box;
}
.box3-info-bg2 a{
  width: 7.93rem;
  height: 100%;
  position: absolute;
  left: 1.1rem;
  top:0;
}
.box3-info-bg2{
    height:1.53rem;
    background-image: url('../image/box3-bg4-2.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 10.89rem 100%;
    position: relative;
}
.more3-4{
  width: 100%;
  position: absolute;
  bottom: 0rem;
  left: 0;
}
.more3-4 a{
  width: 2.17rem;
  height: 0.54rem;
  display: block;
  margin: 0 auto;
}
.more3-4 img{
  width: 100%;
  height: 100%;
  display: block;

}
.main-11{
  width: 100%;
  height: 4.23rem;
  background-image: url('../image/box3-bg5.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  /*! box-sizing: border-box; */
  /* padding-top:1.8rem; */
  /*! padding-bottom: 0.em; */
}
.hua2{
  width: 2.48rem;
  height: 6.67rem;
  position: absolute;
  bottom: -1.2rem;
  right: 0;
  z-index: 99;
}
.hua3{
  width: 5.8rem;
  height: 6.1rem;
  position: absolute;
  top: -2.8rem;
  left: 0;
  z-index: 99;
}
.box3-title32{
  width: 4.81rem;
  height: 1.65rem;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.box3-title32 img{
  width:100%;
  height: 100%;
  display: block;
}
.box3-com5{
  width:7.14rem;
  /* height: 12.6rem; */
  margin: 0 auto;
  /* background-color: #000000; */
  position: relative;
  z-index: 200;
  margin-top: 2.2rem;
}
.box3-combg5{
  width: 11.20rem;
  height: 16.67rem;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-53%);
  z-index: 101;
}
.title4{
  width: 100%;
  height: 3.23rem;
  background-image: url('../image/title4-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  margin-top: -1px;
  padding-top: 0.8rem;
  box-sizing: border-box;
  position: relative;
}

.title4 .title4-title{
  width: 11.61rem;
  height: 1.82rem;
  display: block;
  margin: 0 auto;
}
.main-12{
  width: 100%;
  /* height: 14.08rem; */
  background-image: url('../image/box4-bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  padding-bottom: 0.83rem;
}
.box4-title1{
  width: 100%;
}
.box4-title1 a{
  width: 5.57rem;
  height: 1.91rem;
  display: block;
  margin: 0 auto;
}
.box4-title1 img{
  width: 100%;
  height: 100%;
  display: block;
}
.box4-com1{
  width: 11.09rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0.9rem;
  padding-top: 0.45rem;
}
.box4-com1-1{
  width: 100%;
}
.box4-com1-2{
  width: 11.65rem;
  background-image: url('../image/box4-bg1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 0.3rem 0.7rem 0.8rem 0.8rem;
  box-sizing: border-box;
}
/* .box4-li1{
  width: 100%;
  height:2.85rem ;
  padding-bottom: 0.44rem;
  border-bottom: 0.01rem dashed #d2dbe4;
  box-sizing: border-box;
  margin-bottom: 0.46rem;
}
.box4-li1 a{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box1-img1{
  width: 3.19rem;
  height: 100%;
  border-radius: 0.3rem;
  float: left;
}
.box4-p1{
  width: 6.38rem;
  height: 100%;
  font-size:0.44rem;
  font-weight: 400;
  color: #3d464e;
  line-height: 0.8rem;
  text-align: justify;
  float: right;
} */
.box4-ul2{
  width: 100%;
 
}
.box4-li2{
  width: 100%;
  position: relative;
  padding-left: 0.62rem;
  box-sizing: border-box;
  margin-bottom: 0.37rem;
}
.box4-li2::after{
  width: 0.25rem;
  height: 0.26rem;
  content: '';
  background-image: url('../image/icon5.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0.12rem;
  top:0.25rem;
}
.box4-li2 p{
  font-size:0.44rem;
  font-weight: 400;
  color: #3d464e;
  line-height: 0.8rem;
  text-align: justify;
}
.more4-box{
  width: 100%;
}
.more4-box a{
  width: 2.17rem;
  height: 0.62rem;
  display: block;
  margin: 0 auto;
}
.more4-box img{
  width: 100%;
  height: 100%;
  display: block;
}
.main-11 .video-btn{
   width: 1.33rem;
   height: 1.30rem;
}
.main-13{
  width: 100%;
  background-image: url('../image/box4-bg2.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  padding-bottom: 1.35rem;
}
.box4-title2{
  width: 100%;
}
.box4-title2 a{
  width: 7.26rem;
  height: 1.93rem;
  display: block;
  margin: 0 auto;
}
.box4-title2 img{
  width: 100%;
  height: 100%;
  display: block;
}
.box4-com2{
  width: 100%;
  padding-top: 0.87rem;
  overflow: hidden;
}
.text-rt{
  text-align: right;
}
.text-lf{
  text-align: right;
}
.box4-com2-li{
  width:11.18rem;
  font-size: 0;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.94rem;
}
.text-rt .box4-li2-imga{
  width: 3.22rem;
  height: 2.42rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
}
.text-lf .box4-li2-imga{
  width: 3.22rem;
  height: 2.42rem;
  border-radius: 0.2rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.box4-li2-img{
  width: 100%;
  height: 100%;
  display: block;
}
.box4-li2-a{
  height: 1.64rem;
  position: relative;
  display: inline-block;
}
.box4-li2-1{
  width: 11.46rem;
  
  background-image: url('../image/box4-bg2-1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.box4-li2-2{
  width: 10.71rem;
  background-image: url('../image/box4-bg2-2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.box4-li2-3{
  width: 11.46rem;
  background-image: url('../image/box4-bg2-3.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.box4-p2{
  width: 6.4rem;
  height: 90%;
  font-size: 0.45rem;
  color: #3e3e3e;
  font-weight: 400;
  line-height: 0.76rem;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.box4-li2-1 .box4-p2,.box4-li2-3 .box4-p2{
left:1.5rem ;
}
.box4-li2-2 .box4-p2{
right:1.2rem ;
}

.more4-box2{
  width: 100%;
}
.more4-box2 a{
  width: 2.17rem;
  height: 0.62rem;
  display: block;
  margin: 0 auto;
}
.more4-box2 img{
  width: 100%;
  height: 100%;
  display: block;
}

.main-14{
  width: 100%;
  /*! height: 14.91rem; */
  background-image: url('../image/box4-bg3.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  padding-bottom: 2.20rem;
}

.box4-title3{
  width: 100%;
}
.box4-title3 a{
  width: 7.1rem;
  height: 1.65rem;
  display: block;
  margin: 0 auto;
}
.box4-title3 img{
  width: 100%;
  height: 100%;
  display: block;
}
.box4-com3{
  width: 100%;

}
.box4-info3{
  width: 11.1rem;
  padding: 0.37rem;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.4);
  margin: 0 auto;
  margin-top: 0.18rem;
  border-radius: 0.2rem;
}
.box4-ul3{
  width: 100%;
 
}
.box4-li3{
  width: 100%;
  height: 3.08rem;
  padding: 0.3rem;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.4);
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
}
.box4-li3 a{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.box4-p3{
   width: 6.33rem;
   height: 2.4rem;
   float: left;
   font-size: 0.44rem;
   line-height: 0.8rem;
   font-weight: 400;
   color: #3e3e3e;
}
.box4-li3 img{
  width: 3.20rem;
  height: 2.4rem;
  border-radius: 0.2rem;
  float: right;
}
.box3-p3-icon{
  width:0.4rem;
  height: 0.4rem;
  background-image: url('../image/icon6.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 0.1rem;
}
.more4-box3{
  width: 100%;
}
.more4-box3 a{
  width: 2.17rem;
  height: 0.62rem;
  display: block;
  margin: 0 auto;
}
.more4-box3 img{
  width: 100%;
  height: 100%;
  display: block;
}

.more4-box4{
  width: 100%;
  margin-bottom: 0.5rem;
}
.more4-box4 a{
  width: 2.17rem;
  height: 0.62rem;
  display: block;
  margin: 0 auto;
}
.more4-box4 img{
  width: 100%;
  height: 100%;
  display: block;
}

.main-15{
  width: 100%;
  /*! height: 8.33rem; */
  background-image: url('../image/box4-bg4.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
  padding-bottom:1.69rem;
  z-index: 400;
}

.box4-title4{
  width: 100%;
}
.box4-title4 a{
  width: 5.01rem;
  height: 1.82rem;
  display: block;
  margin: 0 auto;
}
.box4-title4 img{
  width: 100%;
  height: 100%;
  display: block;
}
.box4-com4{
  width: 9.90rem;
  margin: 0 auto;
  padding-bottom: 0.55rem;
}
.box4-ul4{
  width: 100%;
  padding-top: 0.5rem;
}
.box4-li4{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.45rem 0;
  border-bottom: 0.02rem dashed #dfe5eb;
}
.box4-li4:last-child{
  border-bottom:0;
}
.box4-img4{
  width: 3.19rem;
  height: 2.43rem;
  border-radius: 0.2rem;
  display: block;
  float: left;
}
.box4-li4-sport{
  width:0.25rem;
  height: 0.26rem;
  display: inline-block;
  margin:0 0.3rem;
  vertical-align: middle;
  background-image: url('../image/icon5.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
.box4-li4 a{
  width: 100%;
  display: block;
  overflow: hidden;
}
.box4-li4 p{
  width: 6.4rem;
  height: 2.43rem;
  font-size: 0.44rem;
  line-height: 0.8rem;
  font-weight: 400;
  color: #3e3e3e;
  float: right;
}
.box4-btnbox{
  width: 100%;
  height: 0.98rem;
  margin-bottom: 0.2rem;
}
.box4-btn4-1{
  width: 5.2rem;
  height: 0.98rem;
  float: left;
  background-image: url('../image/box4-btn1.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
}
.box4-btn4-1 .citybox{
  left:0;
  transform: translateX(0);
}
.box4-icon4{
  width: 0.97rem;
  height: 0.84rem;
  position: absolute;
  right: 0.2rem;
  top:0.1rem;
  cursor: pointer;
}
.box4-btn4-2{
  width: 3.23rem;
  height: 0.98rem;
  float: right;
  background-image: url('../image/box4-btn2.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  display: block;
}
.box4-com4 .cityicon{
  right: 3.4rem;
}
.main-16{
  width: 100%;
  background-image: url('../image/box4-bg5.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
  box-sizing: border-box;
}

.box4-title5{
  width: 100%;
}
.box4-title5 a{
  width: 7rem;
  height: 1.62rem;
  display: block;
  margin: 0 auto;
}
.box4-title5 img{
  width: 100%;
  height: 100%;
  display: block;
}
.box4-com5{
  width: 100%;
  position: relative;
  padding-left: 0.53rem;
  box-sizing: border-box;
  padding-bottom: 2.9rem;
}
.box4-slide5-box{
  width:11.03rem;
  position: relative;
  padding-top: 1.1rem;
  margin: 0 auto;
}
.box4-slide5{
  width: 100%;
  height: 3.74rem;
  background-image: url('../image/box4-bg5.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 0.32rem 0.3rem 0.24rem 0.32rem;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
}
.icon16{
  width: 100%;
  height: 1.47rem;
  background-image: url('../image/more9.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.82rem 1.47rem;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
}
.icon16 a{
  width: 3.82rem;
  height: 100%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.box4-cover5{
  width: 4.17rem;
  height: 2.80rem;
  float: left;
}
.box4-cover5 img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.box4-slide5 p{
    width: 5.39rem;
    float: left;
    font-size: 0.48rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.9rem;
    text-indent: 0.95em;
    margin-left: 0.6rem;
    margin-top: 0.5rem;
}
.footer{
  width: 100%;
  height: 2.53rem;
  margin-top: -1px;
  background-image: url('../image/footer.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding-top: 0.2rem;
}
.footer img{
  width:6.14rem;
  height: 1.43rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.5rem;
}
@keyframes complex-breathing {
  0%{
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
   100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes complex-breathing1 {
  0% {
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
  
  50% {
    transform: scale(1.06) translateX(-50%);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) translateX(-50%);
    opacity: 1;
  }
}


.complex-breathing {
  animation: complex-breathing 3s infinite ease-in-out;
}
.up{
  animation: moveArrow 1.5s infinite alternate; /* 应用动画 */
}
@keyframes moveArrow {
    0% {
         transform: translateY(-60%); 
    }
    100% {
        transform: translateY(0); 
    }
}
.qd{
  width: 100%;
  color: #ed9241;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.4rem;
  padding: 1rem;
  box-sizing: border-box;
}
.qd1{
  width: 100%;
  color: #ed9241;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.4rem;
  padding: 1rem;
  box-sizing: border-box;
  margin-top: -1rem;
}




.box4-swiper1 {
  width: 100%;
  height: 7.04rem;
}
.box4-swiper1  .swiper-slide .box4-com1-a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.box4-swiper1 .box4-com1-p{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.56rem;
  font-weight: 400;
  line-height:0.8rem;
  text-align: center;
  padding:0.2rem 0.6rem;
  box-sizing: border-box;
  color: #ffffff;
  display: none!important;
  /* background-color: #45aff7; */
  border-radius: 0.25rem;
  background-image: url('../image/box4-p1-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.box4-swiper1   .swiper-slide-active .box4-com1-p{
  display: -webkit-box!important;
  display: -moz-box!important;
  display: -o-box!important;
  text-align: center;
}

.box4-swiper1 .swiper-slide-active .box4-com1-a{
  width: 9.92rem!important;
  height: 7.04rem!important;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 0;
  transform: translate(-50%,-50%);
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  overflow: hidden;
}

.box4-swiper1  .swiper-slide .box4-com1-imgbox{
  width:100%;
  height:100%;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.box4-swiper1  .swiper-slide .box4-com1-imgbox::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top:0;
  left: 0;
}
.box4-swiper1  .swiper-slide-active .box4-com1-imgbox::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  position: absolute;
  top:0;
  left: 0;
}
.box4-swiper1  .swiper-slide-active .box4-com1-imgbox{
  width: 9.92rem!important;
  height: 7.04rem!important;
  margin: 0 auto;
  cursor: pointer;
}
.box4-com1-poster{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.box4-com1-imgbox{
  position: relative;
}
.box4-com1-prev1{
  width: 0.43rem;
  height: 0.71rem;
  background-image: url(../image/box2-com2-prev2.png);
  background-size:0.43rem 0.71rem;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0.1rem;
}
.box4-com1-next1{
  width: 0.43rem;
  height: 0.71rem;
  background-image: url(../image/box2-com2-next2.png);
  background-size:0.43rem 0.71rem;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0.1rem;
}
.box4-com1 .swiper-pagination-bullet{
  width:0.27rem;
  height: 0.27rem;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 1rem;
  margin:0 0.175rem;
}
.box4-com1 .swiper-pagination-bullet-active{
  width: 0.86rem;
  height: 0.27rem;
  background-color: #fed100;
  background-image: url('../image/swiper-port.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.box4-com1 .swiper-pagination{
  box-sizing: border-box;
  height: 0.27rem;
  bottom: 0.29rem;
  text-align: center;
  font-size: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mardown{
  margin-bottom: 0.4rem;
}