 
 

 

@media screen and (max-width:1080px) {
	.main {
		padding: 30px 0;
	}
}
     
/* 
.box {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
} */

.box a {
	margin: 4px 0;
}

.box img {
	width: 28px;
	height: 28px;
}

 
@media screen and (max-width:768px) {
	 
	 

	.box {
		flex-direction: unset;
		justify-content: space-around;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		right: 0;
		top: auto;
		padding: 10px 0;
	} 

} 

 .main12 {
	padding: 120px 0;
}

	.main12 .main-box1 {
		display: block;
	}

	.main12 .main-box2 {
		display: none;
	}

	.main12 > a {
		color: #2A3D96;
		font-family: 'Popins-Medium';
		display: flex;
		justify-content: center;
		font-size: 15px;
		margin-top: 60px;
		align-items: center;
	}

		.main12 > a img {
			width: 22px;
			margin-left: 10px;
			transform: rotateY(180deg);
		}

		.main12 > a:hover {
			color: #7545D7;
		}

			.main12 > a .none,
			.main12 > a:hover .normal {
				display: none;
			}

			.main12 > a:hover .none {
				display: block;
			}

	.main12 .main-box {
		margin-top: 60px;
	}

	.main12 .swiper-container {
		padding-bottom: 70px;
	}

	.main12 .swiper-slide {
		    height: 106px;
		    position: relative;
		    box-shadow: 5px 5px 5px #E5E5E5;
		    border: 1px solid #eeeeee;
		    background: white;
	}

.swiper-container {
	swiper-pagination-color: #000000;
}

.main12 .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.main13 ul {
	display: flex;
	flex-wrap: wrap;
}

	.main13 ul li {
		width: calc(100% / 6);
		cursor: pointer;
		overflow: hidden;
		position: relative;
	}

		.main13 ul li img {
			width: 100%;
			height: 100%;
			transition: 1s all;
		}

		.main13 ul li:hover::after {
			content: '';
			width: 100%;
			height: 100%;
			display: block;
			background-color: #00000050;
			position: absolute;
			top: 0;
			z-index: 10;
		}

		.main13 ul li:hover img {
			transform: scale(1.1);
		}

.main13 .preview-swiper {
	background: #00000070;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
}

.main13 .swiper-container2 {
	position: relative;
	width: 80%;
	left: 10%;
	top: 20%;
}

.main13 .swiper-slide {
	text-align: center;
}

	.main13 .swiper-slide img {
		width: 60%;
	}

.main13 .preview-swiper .swiper-button-next, .main2 .preview-swiper .swiper-button-next {
	right: 22%;
}

.main13 .preview-swiper .swiper-button-prev, .main2 .preview-swiper .swiper-button-prev {
	left: 22%;
}

	.main13 .preview-swiper .swiper-button-prev img, .main2 .preview-swiper .swiper-button-prev img {
		width: 50px;
	}

.main13 .preview-swiper .swiper-button-next img, .main2 .preview-swiper .swiper-button-next img {
	transform: rotateY(180deg);
	width: 50px;
}

.main13 .preview-swiper .swiper-button-next::after,
.main13 .preview-swiper .swiper-button-prev::after {
	display: none;
}

.main13 .preview-swiper .off {
	position: absolute;
	right: 20%;
	top: -10%;
	cursor: pointer;
}





@media screen and (max-width: 768px){
.main13 ul li {
 width: calc(100%/2);
}
}

.main12 .main-box2 {
 display: none;
}


@media screen and (max-width: 768px){
.main12 .main-box1 {
 display: none;
	}
}

@media screen and (max-width: 768px){
.main12 .main-box2{ 
 display: block;
 padding: 0 10px;
}
}


