@charset "utf-8";
/* CSS Document */
body{overflow: hidden;}
.index{width: 100%;height: 100%;overflow: hidden;background: url("../images/bg-b.jpg") #850001 no-repeat center top;background-size:100% auto;}
.index img{display: block;}
.index .in-bg{width:100%;height: 100%; top:8%;left: 0;background: url("../images/bgtu.png") no-repeat center top;background-size:100% auto;}
.index .in-wt{width:100%;bottom: 0;left:0;}
.index .fm-logo{width:21vw;top:15%;left:50%;margin-left:-10.5vw;z-index: 99;}
.index .in-bt{width:10vw;top:76%;left:50%;margin-left:-5vw;z-index: 999}
.index .in-bq{color:#d8b681;width: 100%; font-size: 1.2vw;text-align: center;font-weight: bold;bottom: 12%;}
.fadeInScale {-webkit-animation: fadeInScale 2.5s 0s ease both;-moz-animation: fadeInScale 2.5s 0s ease both;}
@-webkit-keyframes fadeInScale {0% {opacity:0.3;-webkit-transform:scale(3);}100% {opacity:1;-webkit-transform:scale(1);}}
@-moz-keyframes fadeInScale {0% {opacity:0.3;-webkit-transform:scale(3);}100% {opacity:1;-webkit-transform:scale(1);}}
@keyframes fadeInScale {0% {opacity:0.3;-webkit-transform:scale(3);}100% {opacity:1;-webkit-transform:scale(1);}}
#carousel {position: relative;width:100vw;margin: 0 auto}
#carousel .swiper {padding-top:9.5vw;padding-bottom:10vw;}
#carousel .swiper-slide {width:24vw;height:18vw; text-align: center;margin: 0 0.5vw;}
#carousel .swiper-slide img{width:100%;height: 100%;border-radius:0.8vw;border: 0.3vw rgba(206,169,110,0.4) solid;}


@media (max-width:1000px){
.index{background-size:180% auto;}
.index .in-bg{background: url("../images/bgtu.png") no-repeat center top;background-size:180% 60%;top:20%;left: 0;}
.index .in-wt{width:180vw;bottom: 0;left:50%;margin-left:-90vw;}
.index .in-bt{width:34vw;top:75%;left:50%;margin-left:-17vw;}
.index .fm-logo{width:64vw;top:15%;left:50%;margin-left:-32vw;}
.index .in-bq{font-size:3.2vw;}
#carousel .swiper {padding-top:20vw;padding-bottom:20vw;margin-top:15vw;opacity: 0.7}
#carousel .swiper-slide {width:34vw;height:40vw; margin: 0 0.5vw;}
#carousel .swiper-slide img{width:100%;height: 100%;border-radius:0.8vw;border: 0.3vw rgba(206,169,110,0.4) solid;}


}