/**title**/
:focus {
	outline: 0;
	box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
	position: relative;
}

.swiper-bn-list {
	position: absolute;
	width: 100%;
	bottom: 50px !important;
	z-index: 9;
	text-align: center;
}

.swiper-bn-list span {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0px 4px !important;
	opacity: 1;
	border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
	background: #fff;
}

.index1 .swiper-slide {
	width: 100% !important;
}

/**banner**/

.index_bn {
	width: 100%;
}

.index_bn img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.index_bn .bannermain {
	position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 2;
}

.index_bn .text .title {
	color: #fff;
	font-size: 72px;
}

.index_bn .text .more {
	font-size: 22px;
	color: #fff;
	display: flex;
	line-height: 40px;
}

.index_bn .text .more i {
	width: 14px;
	background-size: 100%;
	line-height: 40px;
	margin-left: 10px;
}

.index_bn .text {
	margin: auto;
	max-width: 1480px;
	padding: 0px 20px;
}

.index_bn .text .more i img {
	max-width: 100%;
	filter: brightness(0%) invert(100%);
	height: auto;
}

/**pag1**/
.pag1 {}

.pag1 .center {
	width: 100%;
	position: relative;
}

.pag1 a {
	width: 100%;
	padding: 100px 30px;
	display: flex;
	position: relative;
}

.pag1 a:before {
	z-index: -1;
	content: '';
	background: #e5f5ec;
	position: absolute;
	top: 0px;
	height: 68%;
	width: 100%;
	left: 0px;
}

.pag1 .left {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

.pag1 .left img {
	width: 100%;
	transition: all 0.5s;
}

.pag1 .left:hover img {
	transform: scale(1.1);
}


.pag1 .right {
	width: 50%;
}

.pag1 .right .text {
	max-width: 700px;
	padding: 40px 100px 0px;
}

.pag1 .right .title {
	font-size: 36px;
	color: #333333;
	font-weight: 700;
}

.pag1 .right .ext_indexsummary {
	font-size: 60px;
	font-family: ariblk;
	color: #333;
	line-height: 1em;
}

.pag1 .right .more {
	max-width: 287px;
	text-align: center;
	background: url(../images/morebg.png) no-repeat center;
	line-height: 44px;
	color: #fff;
	margin-top: 40px;
	border-radius: 4px;
	overflow: hidden;
	transition: all 0.5s;
}
.pag1 .right .more:hover
{
	margin-top: 30px;
}

.pag1 .right .more img {
	width: 10px;
	margin-left: 10px;
	filter: brightness(0%) invert(100%);
}

.pag1 a:nth-of-type(2n) .left {
	position: relative;
	left: 50%;
}

.pag1 a:nth-of-type(2n) .right {
	position: relative;
	left: -50%;
}

.pag1 a:nth-of-type(2n) .right .text {
	float: right;
	padding: 40px 20px;
	max-width: 700px;
	margin: auto;
	text-align: left;
	width: 100%;
}

/**pag2**/
.pag2 {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0px 30px;
}

.pag2 a {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	display: block;
	width: 100%;
}

.pag2 img.bg {
	width: 100%;
}

.pag2 .text {
	max-width: 1480px;
	margin: auto;
	padding: 20px;
}

.pag2main {
	position: absolute;
	top: 10%;
	width: 100%;
	color: #fff;
	padding: 30px;
}

.pag2 .text .title {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 30px;
}

.pag2 .text .ext_indexsummary {
	font-size: 24px;
	line-height: 1.8em;
}

.pag2 .text .more {
	font-size: 22px;
	margin-top: 60px;
}

.pag2 .text .more img {
	width: 14px;
	margin-left: 10px;
	filter: brightness(0%) invert(100%);
}


/**pag3**/

.pag3 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 100px 0px;
}

.pag3 .center {
	width: 100%;
	max-width: 1480px;
	padding: 0px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.pag3 .center .list {
	width: 36%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}

.pag3 .center .list img {
	width: 100%;
	transition: all 0.5s;
}

.pag3 .center .list:hover img {
	transform: scale(1.06);
}


.pag3 .center .list p {
	position: absolute;
	bottom: 40px;
	padding: 0px 40px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	width: 100%;
}

.pag3 .center .list p img {
	width: 14px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -7px;
	filter: brightness(0%) invert(100%);
	opacity: 0;
}

.pag3 .center .list:hover p img {
	opacity: 1;
	right: 40px
}

.pag3 .indextitle {
	text-align: left;
	position: absolute;
}

.pag3 .indextitle p {
	font-size: 36px;
	font-weight: bold;
	color: #333;
}

.pag3 .indextitle p span {
	display: block;
	font-size: 60px;
	font-family: ariblk;
	color: #333;
	line-height: 1em;
	text-transform: uppercase;
}

.pag3 .indextitle a {
	color: #333;
	margin-top: 40%;
	display: block;
	font-size: 22px;
}

.pag3 .indextitle a img {
	width: 14px;
	margin-left: 10px;
}




/**pag4**/
.pag4 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.pag4 .indextitle
{
	margin: 30px;
	max-width: 100%;
}


.pag4 a {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}

.pag4 img.bg {
	width: 100%;
}

.pag4 .text {
	max-width: 1480px;
	margin: auto;
}

.pag4 .main
{
	position: relative;
	overflow: hidden;
}

.pag4main {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
}

.pag4 .text .title {
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.pag4 .text .ext_indexsummary {
	font-size: 24px;
	line-height: 1.8em;
	max-width: 640px;
	margin: auto;
	text-align: center;
}

.pag4 .text .more {
	display: flex;
	font-size: 22px;
	max-width: 200px;
	margin: 60px auto 0px;
	justify-content: space-between;
	justify-content: center;
	color: #fff;
	align-items: center;
}

.pag4 .text .more img {
	width: 14px;
	margin-left: 10px;
	filter: brightness(0%) invert(100%);
}
