﻿@charset "utf-8";

.module0118{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.module0118_list{
	width:calc(73vw * 3);
	width:calc(var(--mainwidth) * 3);
	margin-left: calc(-1 * (73vw * 3 - 100vw) / 2);
	margin-left: calc(-1 * (var(--mainwidth) * 3 - 100vw) / 2);
	
	height: auto;
	position: relative;
}

.module0118_img{
	width:100%;
	height: calc(73vw * 649 / 1159);
	height: calc(var(--mainwidth) * 649 / 1159);
	font-size: 0px;
	overflow: hidden;
}
.module0118_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;
}

.module0118_all{
	position: relative;
	height: 22.5rem;
	margin-top: -15rem;
	z-index: 2;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.module0118_tit font{
	color: var(--FontWhiColor);
}
.module0118_lun{
	width:100%;
	height: auto;
	margin-top: 1.25rem;
}
.module0118_chan{
	width: 100%;
	height: auto;
}
.module0118_chan a{
	display: block;
	width: 100%;
	height: 100%;
}
.module0118_chan_1{
	color: var(--FontWhiColor);
	text-transform: uppercase;
	font-size: 4rem;
	font-weight: bold;
	height: 5.75rem;
	line-height: 5.75rem;
	overflow: hidden;
}
.module0118_chan_2{
	color: var(--FontWhiColor);
	font-size: 1rem;
	height: 3.125rem;
	line-height: 3.125rem;
	overflow: hidden;
}



.module0118_pagination{
	margin-top: 1.5rem;
	position:relative;
	height: 1rem;
	line-height: 1rem;
	z-index: 2;
	text-align: right;
}
.swiper-pagination-bullet { 
	display: inline-block;
    width: 6px;
    height: 6px;
    background-color:var(--FontWhiColor);
	opacity: 0.5;
    border-radius: 50%;
    margin: 0 5px;
	cursor: pointer;
}
.swiper-pagination-bullet-active{ 
	width: 20px;
	opacity: 1;
	 border-radius: 10px
}	







@media screen and (max-width:1023px)and (min-width:300px){
.module0118{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.module0118_list{
	width:96vw;
	margin: 0 auto;
	margin-left: 2vw;
}

.module0118_img{
	height: calc(96vw * 649 / 1159);
}

.module0118_all{
	position: relative;
	height:auto;
	margin-top: 0px;
	z-index: 2;
	width: 96%;
	margin: 0 auto;
}

}