.public_banner {
    font-size: 0;
    position: relative;
}
.public_banner img{
    width: 100%;
    height: auto;
}


.public_banner .layer{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.2;
 z-index: 9;

}




.public_banner  .box{
  width: 100%;
  height: 150px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%,-50%);
  text-align: center;
 z-index: 10;
  
}

.public_banner .box h3{
  font-size: 50px;
}

.public_banner .box h5{
  font-size: 30px;
  text-transform: uppercase;
  font-weight:100;

}












.public_mv{
    width: 100%;
    box-sizing: border-box;
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
    background-color: #EFEFEF;
}
.public_mv h3{
   font-size: 35px;
   color: #0536B7;
}

.public_mv h5{
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0 40px 0;    
}


.public_mv  .swiper-container {
    padding-bottom:140px;

}

.public_mv   .swiper-slide {
    width:861px;
    height: 485px;
    transition-timing-function:linear;
}


.public_mv   .swiper-slide .public_box{
     margin-top: 30px;
     display: none;
}
.public_mv   .swiper-slide .public_box h4{
    font-size: 30px;
    color: #222;
}

.public_mv   .swiper-slide .public_box span{
    font-size: 20px;
    color: #666;
}

.swiper-slide-active .public_box{
    display: block!important;
}


@media only screen and (max-width:1200px){
    .swiper-slide {
        width:770px;
    }
}
@media only screen and (max-width:980px){
    .swiper-slide {
        width:471px;
    }
}
@media only screen and (max-height:480px){
    .swiper-slide {
        width:471px;
    }
}
.public_mv   .swiper-slide img{
    width:100%;
    border-radius: 4px;
  }
.public_mv   .swiper-slide .title{
    position:absolute;
    transform:rotate(90deg);
    transform-origin:left top;
    left:-3px;
    font-size:11px;
    color: rgb(102, 102, 102);
  }	
  .public_mv  .swiper-button-next, .swiper-button-prev{
    width:86px;
    height:112px;
    background-size:86px 112px;
    margin-top:-56px;
    outline:none;
  }
	
  .public_mv  .swiper-pagination-bullet{
    background:none;
    opacity:1;
    margin:0 6px !important;
    width:9px;
    height:9px;
    position:relative;
    outline:none;
    vertical-align:middle;}
    .public_mv   .swiper-pagination-bullet span{
    width:9px;
    height:9px;
    background:#CCC;
    display:block;
    border-radius:50%;
 
}
.public_mv  .swiper-pagination-bullet i{
    
    height:1px;
    width:20px;
    position:absolute;
    top:4px;
    transform:scaleX(0);
    transform-origin:left;
    z-index:3;
    transition-timing-function:linear;
    }
    .public_mv   .swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span{
    width:9px;
    height:9px;
    margin-top:0;
    margin-left:0;
    background:#0536B7;
    position:relative;
    z-index:1;
    }
    .public_mv  .swiper-pagination-bullet-active i{
    animation:middle 6s;
    }
    .public_mv   .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i{
    animation:first 6s;
    }
    .public_mv   .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i{
    animation:last 6s;
    }				
@keyframes first{
  0% {transform:scaleX(0.5);left:0px;}/*091*/
  100% {transform:scaleX(1);left:2px;} /*0915*/
}
@keyframes last{
  0% {transform:scaleX(0.7);left:-10px;}/*1090*/
  20% {transform:scaleX(0.3);left:2px;} /*090*/
  100% {transform:scaleX(0.3);left:0px;} /*090*/
}		
@keyframes middle{
  0% {transform:scaleX(0.7);left:-10px;}/*1091*/
  20% {transform:scaleX(0.45);left:2px;}/*092*/
  100% {transform:scaleX(1);left:2px;} /*0913*/
}	


.public_mv .swiper-button-prev {
  left: calc(50% - 409px);
  position: absolute;
  top: 50%;
  width: 43px;
  height: 89px;
  color: #fff;
  background-color: #0536B7;
}


.public_mv .swiper-button-next {
  right: calc(50% - 490px);
  position: absolute;
  top: 55%;
  width: 43px;
  height: 89px;
  color: #fff;
  background-color: #0536B7;
}

















.fund{
    width: 100%;
    height: 800px;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #EFEFEF;
}

.fund h3{
    font-size: 35px;
    color: #0536B7;
    

}

.fund h5{
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0 40px 0; 
}


.funds {
    width: 1200px;
    display: block;
    margin: 0 auto;

}

.funds .funds_l{
    float: left;
    width: 599px;
    height: 566px;
}



.funds .funds_r{
    float: right;
}








.fund .swiper {
    width: 100%;
    height: 100%;
  }

  .fund .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }


  .fund .swiper-slide{
    width: 599px;
    height: 566px;
  }
  .fund .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fund .swiper {
    margin-left: auto;
    margin-right: auto;
  }





  .funds .funds_r{
    width: 560px;
    height: 566px;
   
  }


  .funds .funds_r li {
    float: left;
    width: 100%;
    height: 157px;
    margin-bottom: 12px;

  }

  .funds .funds_r li   .funds_r_li_l{
    float: left;
    width: 160px;
    height: 156px;
  }
  .funds .funds_r li   .funds_r_li_l img{
    width: 100%;
    height: 100%;
  }
  

  .funds .funds_r li   .funds_r_li_r{
    float: right;
    width: 400px;
    height: 156px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #fff;
 


  }

  .funds .funds_r li   .funds_r_li_r h3{
    font-size: 30px;
   color: #0536B7;
   margin: 25px 0 15px 0;
  }

  .funds .funds_r li   .funds_r_li_r span{
    font-size: 20px;
    color: #222;
  }



  .funds .funds_r  .current .funds_r_li_r{
    background-color: #0536B7;
    
  }

  .funds .funds_r  .current .funds_r_li_r h3{
    color: #fff;
  }

  .funds .funds_r  .current .funds_r_li_r span{
    color: #fff;
  }



.mySwiper_fu2{
  width: 560px!important;
}

.mySwiper_fu2 .swiper-slide{
  width: 560px!important;
}



.mySwiper_fu2 .swiper-pagination{
  font-size: 18px;
    width: 10%!important;
    left: 460px!important;
    bottom: 16px!important;
}


.mySwiper_fu2  .swiper-button-next{
  top: 95%;
}

.mySwiper_fu2  .swiper-button-prev{
  top: 95%;
}

.mySwiper_fu2 .swiper-button-prev{
  left: 410px;
}

.mySwiper_fu2 .swiper-button-next{
  right: 23px;
}


.mySwiper_fu2  .swiper-button-prev:after{
  display: none;
}
.mySwiper_fu2  .swiper-button-next:after{
  display: none;
}
