

.apps{
	display:none;
}
.disBlocks{
	display:block !important;
}


 

.main2 .schedule {
	display: flex;
	justify-content: center;
	border: 1px solid #339E9B;
	width: max-content;
	margin: 60px auto;
	border-radius: 555px;
}

.main2 .schedule a {
	background-color: #21536D;
	border-radius: 555px;
	padding: 10px 30px;
	color: #fff;
	font-family: 'Popins-Medium';
	font-size: 21px;
	border: 1px solid #21536D;
}

.main2 .schedule a:first-child {
	margin-right: 5px;
}

.main2 .schedule a:hover {
	background-color: #fff;
	color: #339E9B;
	border-color: #339E9B;
}

.main2 .schedule .active {
	background-color: #339E9B;
	border-color: #339E9B;
}

.main2 .content .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #21536D;
	padding-bottom: 30px;
}

.main2 .content .head .left {
	width: 20%;
	text-align: center;
}

.main2 .content .head .left img {
	width: 100%;
	margin-bottom: 40px;
}

.main2 .content .head .left h1 {
	color: #339E9B;
	font-family: 'Popins-ExtraBold';
	font-size: 28px;
}

.main2 .content .head .right {
	width: 75%;
}

.main2 .content .head .right p {
	color: #515151;
	font-family: 'Popins-Light';
	font-size: 20px;
	line-height: 1.6;
}

.main2 .content .head .right>p {
	margin-bottom: 20px;
}

.main2 .content .head .right .RFbtn {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.main2 .content .head .right .RFbtn a {
	border-radius: 8px;
	padding: 10px 20px;
	font-size: 20px;
	font-family: 'Popins-Medium';
	cursor: pointer;
	border: 1px solid #339E9B;
	color: #339E9B;
	background-color: #fff;
	min-width: 9em;
	text-align: center;
	font-weight: 600;
	text-shadow: 5px 5px 10px #D6D6D6;
}

.main2 .content .head .right .RFbtn a:hover {
	background-color: #339E9B;
	color: #fff;
	text-shadow: none;
}



.card-box.pb-40 {
	padding-bottom: 25px;
}

.main2 .card-box2 {
	align-items: center;
	padding-bottom: 0;
}

.main2 .card-box2 h3 {
	margin-left: 50px;
	font-family: 'Popins-Bold';
	color: #21536D;
	font-size: 30px;
}
 
 
.main2 .card-box2 .time {
	background-color: #339E9B;
	border-radius: 10px 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 50px;
	height: 128px;
}
 
.main2 .card-box2 .time h2 {
	margin-bottom: 0;
}

.main2 .card-box2 img {
	margin-left: 20px;
}

 
 

/*.main2 .card-box .right h1,
.main2 .card-box .right p span {
	font-family: 'Popins-Bold';
	color: #21536D;
	font-size: 30px;
	word-wrap: break-word;
}*/

.main2 .card-box .right p {
	font-family: 'Popins-Regular';
	color: #404040;
	font-size: 25px;
}

  

.main2 .card-box .right h2 {
	color: #548DD4;
	font-family: 'Popins-MediumItalic';
	font-size: 26px;
	margin-top: 15px;
}

.main2 .titips {
	position: relative;
	display: flex;
	align-items: center;
}

.main2 .titips span {
	color: #21536D;
	font-family: 'Popins-Bold';
	font-size: 31px;
	background-color: #fff;
	padding-right: 40px;
	z-index: 10;
}

.main2 .titips::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #B1B3B2;
	position: absolute;
	z-index: -1;
}

.main2 .sm-card {
	border: 1px solid #F3F3F3;
	border-radius: 10px 0 10px 0;
	padding: 15px 10px;
	/* width: fit-content; */
	display: flex;
	align-items: center;
	margin-top: 40px;
	min-width: 600px;
}

.main2 .sm-card:hover {
	box-shadow: 0 0 10px #DDDDDD;
}

.main2 .sm-card .w-160 {
	width: 100%;
	max-width: 160px;
}

.main2 .sm-card .sm-title {
	color: #339E9B !important;
	border-bottom: 2px solid #21536D;
	text-align: left;
	min-width: 280px;
	padding-bottom: 10px;
}

.main2 .card-box .right>.sm-title {
	margin: 20px 0;
	color: #339E9B !important;
	border-bottom: 2px solid #21536D;
	text-align: left;
	max-width: 280px;
	padding-bottom: 20px;
	margin-left: 10px;
}

.main2 .card-box .right .flex-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main2 .card-box .right .flex-card .sm-card {
	width: 49%;
	margin-top: 0;
	margin-bottom: 15px;
}

.main2 .sm-card .sm-left img,
.main2 .sm-card .left img {
	margin-top: 10px;
	width: 100%;
	max-width: 100px;
	margin-right: 5px;
}

.main2 .sm-card>img {
	width: 100%;
	max-width: 160px;
}

.main2 .sm-card .sm-right {
	margin-left: 40px;
	margin-right: 40px;
}

.main2 .card-box .sm-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main2 .card-box .sm-flex .sm-card {
	width: 49%;
	margin-top: 20px;
}

.main2 .card-box .sm-flex .sm-card.last-card .sm-right {
	margin: 0 10px;
}

.main2 .card-box .sm-flex .sm-card.last-card h1 {
	font-size: 24px;
}

.main2 .card-box3 {
	display: flex;
	align-items: center;
	position: relative;
}

.main2 .card-box3 .time {
	background-color: #339E9B;
	border-radius: 10px 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 50px;
	position: absolute;
	z-index: 10;
}

.main2 .card-box3 .time h2 {
	color: #fff;
	font-family: 'Popins-Medium';
	font-size: 24px;
	margin: 0;
}

.main2 .card-box3 h1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main2 .card-box3 h1 span {
	background-color: #fff;
	z-index: 10;
	color: #339E9B;
	font-family: 'Popins-Bold';
	padding: 0 20px;
}

.main2 .card-box3 h1::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #9EA09F;
	position: absolute;
	left: 0;
}









.outSwiperBox2 img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.outSwiperBoxTwo2:hover {
	transform: scale(1.1);
	transition: 1s;
	cursor: pointer;
}

.outSwiperBox2 li {
	display: flex;
	/* width: 50%; */
	/* width: 30px; */
	justify-content: left;
	margin-top: 20px;
	font-family: 'Poppins--Medium';
}

.outSwiperBoxTitle2 {
	font-family: 'Poppins--Medium';
	color: #21536D;
	font-size: 35px;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	cursor: pointer;
}
.outSwiperBoxTitle2:hover{
	transform: scale(1.1);
	transition: 1s;
}

.outSwiperBoxTitle2 span {
	background-image: linear-gradient(90deg, #21536D 20%, #339E9B);
	display: inline-block;
	height: 5px;
	max-width: 150px;
	flex: 1;
	margin-left: 30px;
}

.outSwiperBox2 li div {
	text-align: left;
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 25px;

}

.outSwiperBox2 ul:nth-child(2) {
	/* width: 50%; */
	margin-left: 200px;
}







/*.main4 .outSwiperBox2 {
	position: relative;
	padding: 70px 50px;
	margin: 30px 100px;
	display: flex;
	justify-content: center;
}


*/





























.dialog_map {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
}

.dialog_map>div {
	display: flex;
	justify-content: center;
}

.dialog_map>div>span {
	position: relative;
	display: flex;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
}

.textcenter {
	/* margin: 0 auto; */
}


.bindexoff {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px !important;
	height: 30px;
	z-index: 1000;
	transform: tran;
}





/* ____ */
/*.main1 {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 100px 40px 185px 135px;
	background: url('../images/bg-main1.jpg') no-repeat;
	background-size: cover;
}

.main1 .left h1 {
	color: #fff;
	font-size: 49px;
	font-family: 'Popins-Black';
}

.main1 .left h2 {
	font-size: 49px;
	font-family: 'Popins-Black';
	color: #21536D;
	position: relative;
	width: max-content;
	margin: 10px 0;
}

.main1 .left h2::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: -65px;
}

.main1 .left h3 {
	font-size: 26px;
	font-family: 'Popins-ExtraLight';
	color: #fff;
}

.main1 .left h4 {
	font-size: 29px;
	font-family: 'Popins-SemiBold';
	color: #fff;
	margin: 40px 0;
}

.main1 .left h4 span {
	color: #E85547;
}

.main1 .left .btn {
	display: flex;
}

.main1 .left .btn a {
	border-radius: 8px;
	padding: 10px 10px;
	margin: 0 5px;
	font-size: 20px;
	font-family: 'Popins-Medium';
	cursor: pointer;
	border: 1px solid #339E9B;
	color: #339E9B;
	background-color: #fff;
	min-width: 9em;
	text-align: center;
	font-weight: 600;
	text-shadow: 10px 5px 10px #D6D6D6;
	margin-right: 50px;
}

.main1 .left .btn a:hover {
	background-color: #339E9B;
	border: 1px solid #339E9B;
	color: #fff;
	text-shadow: none;
}

.main1 .right {
	text-align: center;
}

.main1 .right .btn {
	background-color: #339E9B;
	border: 0;
	padding: 5px 30px;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-family: 'Popins-Medium';
}

.main1 .right .num {
	display: flex;*/
	/* margin-top: 30px; */
/*}

.main1 .right .num p {
	margin: 0 21px;
	font-family: 'Popins-Medium';
	font-size: 12px;
	color: #fff;
}

.main1 .right .num span {
	font-size: 24px;
	margin-right: 5px;
}

.main1 .box {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 10px;
	top: 60%;
	z-index: 999;
}

.main1 .box a {
	margin: 4px 0;
}

.main1 .box img {
	width: 28px;
	height: 28px;
}*/
/*
.main2 {
	display: flex;
	padding: 20px 0;
	border-radius: 30px;
	position: relative;
	top: -70px;
	background-color: #fff;
	width: max-content;
	margin: 10px auto;
	box-shadow: 5px 5px 10px #D2D2D2;
}
*/
 
 
.main2 div h1 {
	margin: 10px 0;
	color: #339E9B;
	font-family: 'Popins-Bold';
}

.main2 div p {
	color: #21536D;
	font-family: 'Popins-Bold';
	font-size: 18px;
}

   
.advertisement-box {
	display: flex;
	justify-content: center;
}

.advertisement {
	position: fixed;
	bottom: 0;
	z-index: 99;
	width: 100%;
}

.advertisement .bg {
	width: 100%;
	vertical-align: bottom;
}

.advertisement .btn {
	position: absolute;
	bottom: 20%;
	left: 35%;
	width: 300px;
}

.advertisement div {
	position: absolute;
	right: 20px;
	top: 10px;
	color: #fff;
	font-family: 'Popins-Light';
	cursor: pointer;
}

.main4 {
	padding: 50px 0 0;
	/*margin: 60px 0;*/
}
/*
main .title {
	color: #339E9B;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-family: 'Popins-Bold';
	font-size: 36px;
}

main .title::after {
	content: '';
	width: 220px;
	height: 6px;
	background-image: linear-gradient(90deg, #21536D 20%, #339E9B);
	margin-top: 30px;
}*/

/*.main4 .outSwiperBox {
	position: relative;
	padding: 70px 50px;
	margin: 30px 100px;
 display: flex; 
	justify-content: center;
}*/
.backgroundMain4{
	background-color: rgb(238, 238, 238);
}

.main4 .box1 {
	display: block;
}

.main4 .box2 {
	display: none;
}

.main4 .box3 {
	display: none;
}

.main4 .swiper-container {
	position: initial;
}

.main4 .swiper-slide {
	/* height: 106px; */
}

.main4 .swiper-slide img {
	width: calc(100% - 10px);
	height: calc(100% - 5px);
	box-shadow: 5px 5px 5px #E5E5E5;
	border: 1px solid #eeeeee;
}

.main4 .swiper-button-prev::after,
.main4 .swiper-button-next::after {
	display: none;
}

.main4 .swiper-button-next img {
	transform: rotateY(180deg);
}

.main5 {
	padding: 0px;
}

.main5 ul {
	margin: 70px 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
 
 




.main-box {
	max-width: 1580px;
	margin: auto;
}

.main-box2 {
	max-width: 1280px;
	margin: auto;
} 

 

@media screen and (max-width:768px) {
	.input_div, .form_ .last_input {
		margin-bottom: 10px;
	}
	.input_div {
		width: calc(50% - 20px);
	}
	 
	 
	

	main .title::after {
		margin-top: 10px;
	}

	.main1 {
		background-color: black;
		flex-direction: column;
		padding: 20px 20px;
		margin-top: 60px;
		background-size: cover;
		background-position: center;
	}

	.main1 .left h1 {
		font-size: 20px;
	}

	.main1 .left h2 {
		font-size: 20px;
	}

	.main1 .left h2::after {
		bottom: -55px;
	}

	.main1 .left h3 {
		font-size: 18px;
	}

	.main1 .left h4 {
		font-size: 18px;
		margin-bottom: 15px;

	}

	.main1 .left .btn {
		align-items: center;
		justify-content: space-around;
	}

	.main1 .left .btn a {
		margin: 10px 0;
		font-size: 18px;
	}

	.main1 .right .btn {
		width: calc(100% - 24px);
	}

	.main1 .right .num {
		/* margin-top: 10px; */
		justify-content: space-around;
		padding: 0 10%;
	}

	.main1 .right .num p {
		margin: 0;
	}

	.main1 .right .num span {
		font-size: 18px;
	}

	/* .main1 .box img {
		width: 40px;
		height: 40px;
	} */
	.main1 .box {
		flex-direction: unset;
		justify-content: space-around;
		width: 100%;
		background-color: #fff;
		bottom: 0;
		right: 0;
		top: auto;
		padding: 10px 0;
	}

	 
 
	 

	.main2 div p {
		font-size: 16px;
		margin-bottom: 10px;
	} 
	.main4 {
		padding: 20px 0;
	}

	/*.main4 .box1 {
		display: none;
	}*/

	.main4 .swiper-container4 {
		overflow: hidden;
	}

	 

/*	.main4 .outSwiperBox {
		margin: 20px;
		padding: 0;
	}
*/
	.main4 .swiper-slide img {
		/* width: 100%; */
		height: 100%;
	}

	.main5 ul {
		margin: 0;
	}

	.main5 ul li {
		width: calc(50% - 4px);
		text-align: center;
		margin-top: 5px;
	}

	.main5 ul li img {
		width: 100%;
	}

	.main6 .mask-view {
		margin: auto;
	}

	.main6 ul {
		margin-top: 10px;
	}

 

	.main6 ul li h1 {
		margin: 10px 0;
	}

	.main6 ul li p {
		margin-bottom: 10px;
	}

	.main6 ul li h2 {
		margin-top: 10px;
	} 
	 

	.main8 {
		padding: 20px 0;
	}

	.main8 .mt-75 {
		margin-top: 10px;
	}

	.main7 .introduce,
	.main8 .introduce {
		font-size: 16px;
		margin: 20px 10px;
	}

	.main8 .box {
		justify-content: center;
	}

	.main8 .box .card {
		width: calc(100% - 20px);
		margin-bottom: 20px;
		padding: 20px;
	}

	.main8 .box .card h1 {
		font-size: 18px;
		margin-top: 10px;
	}

	.main8 .box .card h2 {
		font-size: 16px;
		margin-bottom: 0;
	}

	.main8 .box .card h3 {
		font-size: 16px;
		border-radius: 4px;
		margin: 10px 0;
	}

	.main8 .box .card a {
		font-size: 16px;
		border-radius: 4px;
	}

	.main9 {
		padding: 30px 0;
	}

	.main9 .table {
		flex-direction: column;
		margin: 20px 10px;
		width: calc(100% - 20px);
		box-shadow: none;
		padding: 20px 10px;
	}

	.main9 .table .left {
		padding: 0;
	}

	.main9 .table .left h1 {
		font-size: 18px;
	}

	.main9 .table .right {
		border: 0;
		padding: 0;
	}

	.main9 .table1 .right {
		border-top: 2px solid #21536D;
	}

	.main9 .table2 .right .top {
		border-top: 2px solid #339E9B;
	}

	.main9 .table .right .cRight {
		margin-left: 0;
		text-align: center;
		padding: 0;
	}

	.main9 .table .right .top,
	.main9 .table .right .bottom {
		flex-direction: column;
		align-items: center;
		padding: 10px 0;
	}

	.main9 .table .right h1 {
		font-size: 18px;
		margin: 0;
	}

	.main9 .table .right h2 {
		font-size: 14px;
	}

	.main9 .btn-box {
		margin-top: 0px;
	}

	.main9 .btn {
		margin-top: 10px;
	}

	.main10 {
		padding-top: 20px;
	}

	.main10 .swiper-container3 {
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.main10 .swiper-slide {
		flex-direction: column;
		align-items: center;
		width: 90%;
		padding: 20px 0;
	}

	.main10 .swiper-slide>img {
		width: 90%;
	}

	.main10 .swiper-slide .right {
		text-align: center;
		margin: 10px 0 20px 0;
		padding: 0 10px;
	}

 

	 
	.main10 .swiper-slide .right p {
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}

	.main10 .swiper-slide .right .btn {
		padding: 0;
	}

	.main10 .swiper-slide .right .btn a {
		font-size: 16px;
		padding: 10px 20px;
	}

	.main10 .swiper-container3 .swiper-button-prev,
	.main10 .swiper-container3 .swiper-button-next {
		display: none;
	}

	.main11 {
		padding-top: 20px;
	}

	.main11 .box {
		padding-top: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.main11 .box .btn-box {
		left: unset;
	 
	}

	.main11 .box .btn-box .btn {
		padding: 0;
	}

	.main11 .box .btn-box .btn a {
		font-size: 16px;
		padding: 10px 20px;
	}

	.main11 .box .img-box1,
	.main11 .box .img-box2 {
		padding: 30px 10px;
	}

	.main11 .box .img-box2 {
		padding-bottom: 60px;
	}

	.main11 .box .img-box1 h1,
	.main11 .box .img-box2 h1 {
		font-size: 10px;
		/* word-break: break-all; */
		width: 60%;
	}

	.main11 .box .img-box1 h2,
	.main11 .box .img-box2 h2 {
		font-size: 10px;
		width: 60%;
		/* word-break: break-all; */
		margin-top: 10px;
		align-items: baseline;
	}

	.main11 .box .img-box2 h2 {
		text-align: right;
	}

	.main11 .box .img-box1 h2 img,
	.main11 .box .img-box2 h2 img {
		width: 15px;
	}

	.main12 {
		padding: 20px 0;
	}

	.main12>a {
		margin-top: 20px;
	}

	.main12 .main-box {
		margin-top: 20px;
	}

	.main12 .main-box1 {
		display: none;
	}

	.main12 .main-box2 {
		display: block;
		padding: 0 10px;
	}

	.main12 .swiper-slide {
		height: 83px;
	}

	.main12 .swiper-container4 {
		overflow: hidden;
		/* display: none; */
	}

	.main13 ul li {
		width: calc(100% / 2);
	}

	.main13 .swiper-slide img {
		width: 100%;
	}

	.main13 .swiper-container2 {
		top: 42%;
		overflow-x: clip;
	}

	.main13 .preview-swiper .off {
		top: -20%;
		right: 5px;
		z-index: 10;
		width: 20px;
	}

	.main13 .preview-swiper .off img {
		width: 100%;
	}

	 
}




@media screen and (min-width:769px) and (max-width:1335px) {
	main .title::after {
		content: '';
		width: 220px;
		height: 6px;
		background-image: linear-gradient(90deg, #21536D 20%, #339E9B);
		margin-top: 15px;
	}

	.main1 {
		display: block !important;
	}

	.main1 .right .num {
		justify-content: space-around;
		width: 50%;
	}

	.main1 .right {
		text-align: left;
	}

	.main1 .left h4 {
		font-size: 18px;
		margin-bottom: 5px;

	}

	.main1 .left .btn {
		flex-direction: column;
	}

	.main1 .left .btn a {
		width: 50%;
		margin: 5px 0;
		height: 50px;
	}

	.main1 .left h1 {
		font-size: 40px;
	}

	.main1 .left h2 {
		font-size: 40px;
	}

	.main1 .right .btn {
		width: calc(50% - 0.75rem);
		height: 50px;
		margin-left: 0.75rem;
		box-sizing: border-box;
	}

	.main2 {
		width: 90% !important;
		/* padding: 14px 0; */
		display: flex;
		justify-content: center;
	}

	.main2 div p {
		font-size: 12px;
	}  

	.main4 .box1 {
		display: none;
	}

	.main4 {
		padding: 40px 0;
	}

	.main4 .outSwiperBox {
		padding: 50px 50px;
	}

	.main4 .box2 {
		display: none;
	}

	.main4 .box3 {
		display: block;
	}

	.main5 {
		padding: 0px 0;
	}

	.main5 ul {
		margin: 50px 100px;
	}

	.main6 {
		padding: 0;
	}
 
 
 
	.main6 .mask-view {
		margin: 0 auto;

	}

	.main6 ul li {
		max-width: none;
	}

	.main7 {
		/* background-color: #F1F1F1; */
		padding: 42px 0;
	}

	.main7 .introduce,
	.main8 .introduce {
		font-size: 16px;
	}

	.main7 .intitle {
		font-size: 14px;
	}

	.swiper-container5 {
		overflow: hidden;
	}

	.main7 .box1 {
		margin: 25px auto !important;
		width: 90%;
	}

	.main7 .box2 {
		margin: 0 auto;
		width: 90%;
	}

	.main7 .box1 img {
		width: 300px;
	}

	.main7 .box1 h1 {
		font-size: 22px;
	}

	.main7 .box2 .box1 img {
		width: 70% !important;
	}

	.main7 .box1 .fleximg {
		width: 90%;
	}

	.main7 .box1 {
		padding: 15px 0;
	}

	.main8 .box {
		justify-content: space-around;
	}

	.main8 {
		padding: 50px 0;
	}

	.main8 .box .card h2 {
		font-size: 20px;
	}

	.main8 .box .card h1 {
		font-size: 21px;
		margin-top: 10px;
	}

	.main8 .box .card h3 {
		font-size: 20px;
	}

	.main8 .box .card a {
		font-size: 14px;
	}

	.mt-75 {
		margin-top: 12px;
	}

	.main9 {
		background-color: #F1F1F1;
		padding: 50px 0;
	}
 
	.main9 .table .left h1 {
		font-size: 18px;
	}

	.main9 .table .right h1 {
		font-size: 20px;
	}

	.main9 .table .right h2 {
		font-size: 18px;
	}

	.main9 .table .right .top,
	.main9 .table .right .bottom {
		padding: 0;
	}

	.main9 .btn-box {
		margin-top: 10px;
	}

	.main10 {
		padding-top: 0px;
	}

	.main11 {
		/* margin-top: 50px; */
		padding-top: 50px;
	}

	.main11 .box .btn-box {
		top: calc(50% - 48px);
	}

	.main11 .box .img-box1 h2 {
		width: 600px;
	}

	.main12 {
		padding: 50px 0;
	}

	.main10 .swiper-slide .right p {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.main10 .swiper-slide {
		align-items: center;
	}

	.main10 .swiper-slide .right {
		margin-left: 20px;
	}

	.main10 .swiper-slide .right h1 {
		font-size: 30px;
	}

	.main10 .swiper-slide>img {
		width: 30%;
		height: 100%;
	}

	.main11 .box {
		padding-top: 34px;
	}

	.main13 .preview-swiper .off {
		right: -5%;
		top: -15%;
	}

}

@media screen and (max-width:458px) {
	.main11 .box .img-box2 {
		background-position: center right;
	}

	.main1 .left .btn a {
		font-size: 16px;
	}

	.main4 .swiper-slide {
		height: 74px;
	}
}

@media screen and (max-width:375px) {
	.main4 .swiper-slide {
		height: 64px;
	}
}

@media screen and (min-width:769px) and (max-width:1024px) {
	.main6 ul li {
		width: 33%;
	}

	.main11 .box .img-box2,
	.main11 .box .img-box1 {
		padding: 150px 80px;
	}
	.outSwiperBoxTitle{
		font-size: 25px;
	}
	.outSwiperBox li div{
		font-size: 15px;
	}
}

@media screen and (min-width:1335px) and (max-width:1379px) {
	.main6 ul {
		justify-content: left;
	}

	.main6 ul li {
		width: 25%;
		text-align: center;
	}

	.main6 ul li {
		max-width: none;
	}

	.main6 .mask-view {
		margin: auto;
	}
}

@media screen and (max-width:768px) {

	.outSwiperBox li {
		width: 100%;
	}

}

 

@media screen and (max-width:1265px) {
	.main4 .outSwiperBox {
		/* display: block; */
		padding: 0 0;
		margin: 30px 30px;
	}

 
}
 

