﻿@charset "utf-8";

.module0200{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin:0 auto;
	position: relative;
}
.module0200-left,.module0200-right{ 
	position:absolute; 
	

	top: calc(((73vw * 0.36 * 395 / 624) - 2rem ) / 2);
	top: calc(((var(--mainwidth)  * 0.36 * 395 / 624) - 2rem ) / 2);
	
	text-align: center;
	line-height: 5.4rem;
	z-index:20; 
	width:4rem; 
	height:4rem; 
	background:var(--OneColor); 
	border-radius:50%; 
	overflow:hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
	cursor:pointer;
}
.module0200-left i,.module0200-right i{ 
	color:var(--FontWhiColor);
	font-size:3rem;
}
.module0200-left{
	left:-8rem; 
}
.module0200-right{
	right:-8rem; 
}

.module0200-left:hover,.module0200-right:hover{ background:var(--FontOneColor);}




.module0200_list{
	width:calc(73vw + 50px);
	width:calc( var(--mainwidth) + 50px);
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-left:-25px;
}
.module0200_list .swiper-slide {
	-webkit-transition: all 0.6s ease-in-out;
	 transform: scale(0.8);
    }
.module0200_list .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
.module0200_list .swiper-slide-active .module0200_con{
     margin-top: 0vh;
	}
.module0200_list .swiper-slide-active .module0200_img_bg{
     opacity:0;
	}
.module0200_list .swiper-slide-active .module0200_1{
    color: var(--OneColor);font-size: 1.625rem;
	}
.module0200_list .swiper-slide-active .module0200_2{
     opacity:1;
	}

.module0200_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: -3vh;
}
.module0200_img{
	width:100%;
	height: calc(73vw * 0.36 * 395 / 624);
	height: calc(var(--mainwidth) * 0.36 * 395 / 624);
	font-size: 0px;
	overflow: hidden;
	position: relative;
}
.module0200_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0200_img_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background:rgba(0,0,0,0.5);
}
.module0200_1{
	width: 100%;
	text-align: center;
	color: var(--FontOneColor);
	font-size: 1.375rem;
	height: 2rem;
	line-height: 2rem;
	overflow: hidden;
	margin-top: 3.5vh;
}
.module0200_2{
	width: 100%;
	text-align: center;
	color: var(--FontOneColor);
	opacity: 0.6;
	font-size: 1rem;
	line-height: 1.5rem;
	height: auto;
	margin-top: 2vh;
	opacity:0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}




@media screen and (max-width:1023px)and (min-width:300px){
.module0200{
	width:96vw;
}
.module0200-left,.module0200-right{ 
	top: calc(((96vw * 395 / 624) - 1.5rem ) / 2);

	line-height: 3.4rem;
	width:3rem; 
	height:3rem; 
}
.module0200-left i,.module0200-right i{ 
	font-size:2rem;
}
.module0200-left{
	left:0rem; 
}
.module0200-right{
	right:0rem; 
}




.module0200_list{
	width:100%;
	margin-left:0px;
}

.module0200_list .swiper-slide-active .module0200_1{
    font-size: 1.375rem;
	}

.module0200_con{
	margin-top: 0;
}
.module0200_img{
	height: calc(96vw * 395 / 624);
}
.module0200_1{
	margin-top: 2.5vh;
}
.module0200_2{
	margin-top: 1vh;
}


}
