﻿.addSwiper {
	margin-top: 35px
}

.addSwiper .v1-font-con {
	position: absolute;
	z-index: 10;
	left: 100px;
	top: 60px
}
.v1-font-con .v1-size36-font {
	text-align: left;
}

.v1-font-con .v1-40-line{
	margin-left: 0;
}
.contentSwiper .main-button-more {
	margin: 60px 0 0 0
}

.contentSwiper .swiper-slide {
	width: 80%
}

.contentSwiper .swiper-slide .img-fluid {
	position: relative;
	left: -20%
}

.contentSwiper .v1-font-con {
	position: absolute;
	z-index: 10;
	bottom: 80px;
	width: 100%;
	text-align: left;
	left: -6%
}

.contentSwiper .v1-font-con .v1-size16-font {
	margin: 10px 0 35px 0
}

.contentSwiper .v1-button-next,
.contentSwiper .v1-button-prev {
	---bottom: 80px;
	bottom: var(---bottom);
	margin-top: 0;
	top: auto
}

.contentSwiper .v1-button-next {
	right: calc(36% - 80px);
	left: auto
}

.contentSwiper .v1-button-prev {
	right: 36%;
	left: auto
}

.v1-index-container {
	width: 100% !important
}

.v1-index-container div.content {
	margin: 90px 0 60px
}

.v1-index-container div.content p {
	font-size: 24px;
	color: #222;
	line-height: 36px
}

.v1-index-container div.content .line {
	width: 40px;
	height: 1px;
	background-color: #113280;
	margin: 40px auto 0
}

.v1-index-container .row.v1-pad {
	--bs-gutter-x: 20px;
	padding: 20px 10px 0;
	/* 	margin-bottom: 20px; */
	margin-left: 0;
	margin-right: 0
}

.v1-index-container .row.v1-pad>div {
	margin-bottom: 20px;
	position: relative
}

.v1-index-container .row.v1-pad>div .img {
	position: relative;
	overflow: hidden;
	text-align: center
}

.v1-index-container .row.v1-pad>div .img>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-index-container .row.v1-pad>div .img:hover>img {
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	transform: scale(1.1, 1.1) rotate(0deg);
	-ms-transform: scale(1.1, 1.1) rotate(0deg);
	-moz-transform: scale(1.1, 1.1) rotate(0deg);
	-webkit-transform: scale(1.1, 1.1) rotate(0deg);
	-o-transform: scale(1.1, 1.1) rotate(0deg)
}

.v1-index-container .row.v1-pad>div .v1-font-con {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
}

.v1-index-container .row.v1-pad>div .v1-font-con .v1-40-line {
	margin-left: 0;
	margin-top: 10px;
}

.v1-index-container .v1-news-con {
	background-image: url(../image/newsbg.png);
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px
}



.v1-40-line {
	margin-left: 48.5%;
}

.v1-index-container .v1-news-con .v1-40-line {
	margin-bottom: 25px;
	margin-top: 15px
}

.v1-index-container .v1-news-con .row.listbox {
	--bs-gutter-x: 105px;
	padding: 35px 0 25px 0
}

.v1-index-container .v1-news-con .row.listbox .v1-newcon>a {
	display: block
}

.v1-index-container .v1-news-con .row.listbox .v1-newcon>a .title {
	margin-top: 10px
}

.v1-index-container .v1-news-con .row.listbox .v1-newcon>a .desc {
	margin-top: 29px
}

.v1-index-container .v1-news-con .row.listbox .v1-newcon>a .time {
	margin-top: 20px
}

.v1-index-container .v1-news-con .row.listbox .v1-newcon>a:hover .title {
	color: #1a46a0;
	text-decoration: underline
}

.v1-index-container .v1-news-con .row.listbox .v1-newcon>a:hover .moretext {
	color: #1a46a0
}

.v1-index-container .v1-news-con .row {
	--bs-gutter-x: 20px;
	padding: 25px 0
}

.v1-index-container .v1-news-con .row .col-6 .img {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.v1-index-container .v1-news-con .row .col-6 .img>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s
}

.v1-index-container .v1-news-con .row .col-6 .img:hover>img {
	transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-o-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-ms-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-moz-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	-webkit-transition: all .3s cubic-bezier(0.82, 0.82, 0.82, 0.82) 0s;
	transform: scale(1.1, 1.1) rotate(0deg);
	-ms-transform: scale(1.1, 1.1) rotate(0deg);
	-moz-transform: scale(1.1, 1.1) rotate(0deg);
	-webkit-transform: scale(1.1, 1.1) rotate(0deg);
	-o-transform: scale(1.1, 1.1) rotate(0deg)
}

.v1-index-container .v1-news-con .row .col-6,
.v1-index-container .v1-news-con .row .col-4 {
	position: relative
}

.v1-index-container .v1-news-con .row .col-6 .v1-font-con,
.v1-index-container .v1-news-con .row .col-4 .v1-font-con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 40px;
	z-index: 2
}
@media(max-width: 2556px){
	.contentSwiper .swiper-slide{
		width: 75%!important;
	}
}
@media(max-width: 1100px) {
	.v1-index-container .row.v1-pad {
		margin-left: 0;
		margin-right: 0
	}

	.v1-index-container .row.v1-pad .col-4 {
		width: 50%
	}

	.v1-index-container .row.v1-pad .col-4 .img {
		height: 300px
	}

	.v1-index-container .row.v1-pad .col-4 .main-button-more {
		display: none
	}

	.v1-index-container .v1-news-con {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.v1-index-container .v1-news-con .row.listbox {
		margin-left: 0;
		margin-right: 0;
		--bs-gutter-x: 0
	}

	.v1-index-container .v1-news-con .row.listbox .v1-newcon>a {
		padding: 30px
	}

	.v1-index-container .v1-news-con .row.listbox .v1-newcon>a .desc {
		display: none
	}

	.v1-index-container .v1-news-con .row .col-6:nth-child(2) {
		display: none
	}

	.contentSwiper .v1-font-con {
		left: 0
	}

	.contentSwiper .swiper-slide {
		width: 90%
	}

	.contentSwiper .swiper-slide .img-fluid {
		left: -10%
	}
}

@media(max-width: 640px) {
	.wp-1440 .v1-40-line{
		margin-left: 44%;
	}
	.wp-1440 .left-d{
		margin-left: 0%!important;
	}
	.bannerSwiper .v1-home-banner{
		height: 800px!important;
	}
	.contentSwiper .v1-font-con {
		bottom: 20px;
		left: 20px
	}

	.contentSwiper .swiper-slide {
		width: 100%
	}

	.contentSwiper .swiper-slide .img-fluid {
		left: 0
	}

	.contentSwiper .swiper-slide .v1-font-con a,
	.contentSwiper .swiper-slide .v1-size16-font {
		display: none
	}

	.contentSwiper .swiper-slide .v1-40-line {
		margin-bottom: 0
	}

	.contentSwiper .v1-button-next,
	.contentSwiper .v1-button-prev {
		---bottom: 20px
	}

	.contentSwiper .v1-button-next {
		right: 5%;
		bottom: 20px
	}

	.contentSwiper .v1-button-prev {
		bottom: 20px;
		right: calc(5% + 40px)
	}

	.v1-index-container .v1-news-con .row .col-6 .v1-font-con,
	.v1-index-container .v1-news-con .row .col-4 .v1-font-con {
		padding: 20px
	}

	.addSwiper .v1-font-con {
		left: 30px;
		top: 50px
	}

	.v1-index-container .image-box img.img-fluid {
		height: 140px;
		object-fit: cover
	}

	.v1-index-container .v1-news-con {
		padding-top: 25px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}

	.v1-index-container .v1-news-con .row {
		padding: 5px 0;
	}

	.v1-index-container .v1-news-con .listbox {

		padding: 5px 10px !important;
	}

	.v1-index-container .v1-news-con .image-box {

		padding: 5px 10px;

	}



	.v1-index-container .v1-news-con .row.listbox .v1-newcon {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0
	}

	.v1-index-container .v1-news-con .row.listbox .v1-newcon>a {
		padding: 20px 0px;
		border-bottom: 1px solid #dedede
	}

	.v1-index-container .v1-news-con .row.listbox .v1-newcon>a .moretext {
		display: none
	}

	.v1-index-container .row.v1-pad {
		margin: 0;
		padding: 0;
		padding-top: 10px;
	}

	.v1-index-container .row.v1-pad>div .v1-font-con {
		top: 30px
	}

	.v1-index-container .row.v1-pad .v1-font-con.bar-box {
		text-align: left;
		padding-left: 30px;
		align-items: flex-start;
		top: 60px
	}

	/* .English{
		display: none;
	} */

	.v1-index-container .row.v1-pad .v1-font-con.bar-box .main-button-more {
		display: none
	}

	.v1-index-container .row.v1-pad .col-4 {
		padding-left: 10px;
		padding-right: 10px
	}

	.v1-index-container .v1-pad .wap-nr {
		padding-right: 0 !important;
	}

	.v1-index-container .row.v1-pad>div {
		margin-bottom: 10px;
	}

	.v1-index-container .row.v1-pad .col-4 .img {
		height: 170px
	}
}

/*# sourceMappingURL=index.min.css.map */
