F@charset "utf-8";

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	background-color: #fff;
}

.banner {}

.banner .swiper-slide {
	background-color: #fff;
}

.banner .swiper-slide img {
	display: block;
}

.banner .bannerSwiper .swiper-pagination {
	position: absolute;
	bottom: 1.2rem;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.banner .bannerSwiper .swiper-pagination-bullet {
	display: inline-block;
	width: .4rem;
	height: .02rem;
	background-color: #fff;
	margin: 0 .05rem;
	cursor: pointer;
}

.banner .bannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fff000;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	font-size: .6rem;
	color: #fff;
	cursor: pointer;
	opacity: .1;
}

.banner .swiper-slide img {
	position: relative;
}

.banner .swiper-slide img::after {
	content: '';
	opacity: .8;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 35%;
	background: url("../img/bamask.png") no-repeat top center;
	background-size: 100% 100%;
	z-index: 3;
}

.banner .swiper-button-next {
	right: 4%;
}

.banner .swiper-button-next::after {
	display: none;
}

.banner .swiper-button-prev::after {
	display: none;
}

.banner .swiper-button-prev {
	left: 4%;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
	background: transparent;
}

/* banner end */
/* overhide */
.overhide {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	width: 65%;
}

.overhide .swiper .swiper-wrapper {
	align-items: flex-end;
}

.overhide .swiper-slide {
	padding-bottom: .02rem;
	background-color: #fff;
}

.overhide .swiper-slide .a-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.02rem;
	box-shadow: 0 0 0.15rem rgba(31, 177, 136, .4);
	padding: 0 0.1rem;
	transition: all 300ms;
}

.overhide .swiper-slide .a-item .title {
	font-size: 0.2rem;
	line-height: 1.2;
	color: #333;
	text-align: center;
}

.overhide .swiper-pagination-bullet {
	display: none;
}

.overhide .swiper-slide .a-item:hover {
	height: 1.2rem;
	background-color: #27e1f;
	background: linear-gradient(45deg, #1be8db, #0bbae6);
	color: #fff;
}

.overhide .swiper-slide .a-item:hover .title {
	color: #fff;
}



/* main */
.main {
	background: url("../img/mian-bg.jpg") no-repeat top center;
	background-size: cover;
}

.modular-title {
	z-index: 9;
	position: relative;
}

.modular-title .title {
	font-size: .30rem;
	line-height: 1;
	margin-bottom: 0.46rem;
	font-weight: bold;
}

.modular-title .en {
	font-size: 0.12rem;
	color: #14bfd3;
	padding-top: .1rem;
	padding-bottom: 0.1rem;
	font-weight: normal;
}

.modular-title .more {
	width: .3rem;
	padding-top: 0.15rem;
	font-size: 0.12rem;
	color: #666;
	text-align: center;
	background: url("../img/more-bg.png") no-repeat top left;
	background-size: 0.3rem auto;
	font-weight: normal;
	transform: translateX(-.3rem);
	-webkit-transform: translateX(-.3rem);
	-moz-transform: translateX(-.3rem);
	-ms-transform: translateX(-.3rem);
}

/* row1 start */
.row1 {
	padding-top: 0.6rem;
	position: relative;
	/* min-height: 8rem; */
}

.row1 .bg::after {
	content: '';
	display: block;
	width: 35%;
	/* height: 6.94rem; */
	background: url("../img/ls-bg.jpg") no-repeat bottom left;
	background-size: 100% 86%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.row1 .bg::before {
	content: '';
	display: block;
	width: 50%;
	/* height: 6.12rem; */
	background: url("../img/row1-right-bg.jpg") no-repeat bottom left;
	background-size: 100% 80.6%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.row1 .container {
	position: relative;
	z-index: 1;
	justify-content: space-between;
}

.row1 .container .cont-left {
	width: 50%;
	display: flex;
	justify-content: flex-end;
}

.row1 .container .cont-left .cont {
	position: relative;
	width: 90%;
	padding-right: .2rem;
}

.row1 .container .cont-left .cont::after {
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 90%;
}

.row1 .container .cont-left .cont .modular-a-swiper {
	width: 100%;
	padding-top: .1rem;
	margin-left: auto;
	margin-right: 0;
}


.row1 .container .cont-left .cont .swiper-pagination {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: .85rem;
	justify-content: flex-end;
	padding-right: .1rem;
}

.row1 .container .cont-left .cont .swiper-pagination .swiper-pagination-bullet {
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 0 .04rem;
}

.row1 .container .cont-left .cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #dba544;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-wrapper {
	transform: translateX(-1.4rem);
	-webkit-transform: translateX(-1.4rem);
	-moz-transform: translateX(-1.4rem);
	-ms-transform: translateX(-1.4rem);
}

.row1 .container .cont-left .cont .swiper-button-next,
.row1 .container .cont-left .cont .swiper-button-prev {
	position: absolute;
	bottom: .68rem;
	z-index: 3;
	font-size: 0.4rem;
	color: #bcbcbc;
	cursor: pointer;
}

.row1 .container .cont-left .cont .swiper-button-next {
	right: 0.14rem;
}

.row1 .container .cont-left .cont .swiper-button-prev {
	right: 0.6rem;
	left: auto;
	transform: rotateY(180deg);
}

.row1 .container .cont-left .cont .swiper-button-next:hover,
.row1 .container .cont-left .cont .swiper-button-prev:hover {
	color: #0bbae6;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: .1rem .2rem;
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 4.5rem;
	background: url("../images/banner.jpg") no-repeat center center;
	background-size: auto 100%;
}

@media screen and (max-width: 640px) {
	.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide a {
		height: 3rem;
	}
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide img {
	display: none;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .title {
	flex: 1;
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
	padding-left: .2rem;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .date {
	font-size: 0.16rem;
	color: #fff;
	padding-right: .2rem;
	text-align: center;
	position: relative;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .date::after {
	content: '';
	display: block;
	width: 0.01rem;
	position: absolute;
	right: 0;
	top: 20%;
	bottom: 20%;
	background-color: rgba(255, 255, 255, .5);
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .date .dd {
	font-size: .24rem;
	font-weight: bold;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .date .mm {
	font-size: .15rem;
	color: rgba(255, 255, 255, .8);
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .date .icon {
	font-size: 0.28rem;
	color: #0bbae6;
	padding-right: 0.1rem;
}

.row1 .container .cont-left .cont .top-cont {
	position: relative;
	z-index: 2;
	padding-left: 15%;
	overflow: hidden;
	display: flex;
	padding-top: 0.18rem;
	padding-bottom: 0.05rem;
	align-items: center;
}

.row1 .container .cont-left .cont .top-cont .img {
	width: 22%;
	/* /* float: 30%; */
}

.row1 .container .cont-left .cont .top-cont .img img {
	display: block;
	max-width: 100%;
}

.row1 .container .cont-left .cont .top-cont .top-news-title {
	margin-left: 0.2rem;
	margin-right: 0;
	flex: 1;
	height: .26rem;
}

.row1 .container .cont-left .cont .top-cont .top-news-title .swiper-slide a {
	font-size: .18rem;
}

.row1 .container .cont-left .cont .top-cont .top-news-title .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* .cont-right */
.row1 .container .cont-right {
	width: 50%;
	padding-top: 0.3rem;
	padding-bottom: .2rem;
}

.row1 .container .cont-right .rent-title {
	font-size: 0.24rem;
	font-weight: bold;
	color: #fff;
	padding-left: 0.1rem;
/*	border-left: 0.02rem solid #fff;*/
	margin-left: .4rem;
}

.row1 .container .cont-right .cont {
	padding-left: .5rem;
}

.row1 .container .cont-right .cont .left-pic-list ul li {
	width: 3.08rem;
	padding-top: 0.15rem;
}

.row1 .container .cont-right .cont .left-pic-list ul li .title {
	font-size: 0.15rem;
	color: #fff;
	line-height: 0.22rem;
	padding-top: 0.05rem;
	min-height: .5rem;
}

.row1 .container .cont-right .cont .right-text-list ul {
	padding-left: 0.5rem;
}

.row1 .container .cont-right .cont .right-text-list ul li {
	border-top: 0.01rem dashed #0f7dac;
  border-bottom: 0.01rem dashed #28ccff;
	padding: 0.18rem 0;
}

.row1 .container .cont-right .cont .right-text-list ul li .date {
	font-size: 0.16rem;
	color: #26fbf6;
	padding-bottom: 0.15rem;
}

.row1 .container .cont-right .cont .right-text-list ul li .title {
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.24rem;
}



@media screen and (max-width: 980px) {
	.row1 .container .cont-left {
		width: 100%;
	}

	.row1 .container .cont-right {
		width: 100%;
		background: #1fb288 url("../img/row1-right-bg.jpg");
		background-size: cover;
	}
}

@media screen and (max-width: 640px) {
	.row1 .mySwiper .text .list li {
		width: 50%;
		padding: .05rem;
	}

	.row1 .container .cont-right {
		margin-top: .2rem;
	}

	.row1 .container .cont-right .rent-title {
		text-align: center;
		border-left: none;
		margin-left: 0;
		padding-left:0;
	}

	.row1 .container .cont-right .cont {
		padding-left: 0;
	}

	.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt {
		padding-left: 0;
	}

	.row1 .container .cont-left .cont .top-cont {
		padding-left: 0;
	}

	.row1 .container .cont-right .cont .left-pic-list ul li {
		width: 95%;
		margin: 0 auto;
		padding-top: .3rem;
	}

	.row1 .container .cont-right .cont .left-pic-list ul li .title {
		padding-top: .2rem;
	}

	.row1 .container .cont-right .cont .right-text-list ul li {
		padding: .2rem 0;
		margin-bottom: 0;
		border-top: 0.01rem dashed #26a199;
		border-bottom: 0.01rem dashed #2ee4d8;
	}

	.row1 .container .cont-right .cont .left-pic-list {
		width: 95%;
		margin: 0 auto;
	}

	.row1 .container .cont-right {
		padding-left: 0;
	}

	.row1 .container .cont-right .cont .right-text-list ul {
		width: 95%;
		margin: 0 auto;
		padding-left: 0;
		padding-top: 0.3rem;
	}

	.row1 .container .cont-left .cont {
		padding-right: 0;
		width: 100%;
	}

	.row1 .container .cont-left .cont .swiper-button-next,
	.row1 .container .cont-left .cont .swiper-button-prev {
		display: none;
	}
}

/* row1 end */

/* row2 start */
.row2 {
	padding-top: 0.7rem;
	padding-bottom: 1.5rem;
}

.modular-2 .column-title {
	font-size: 0.16rem;
	color: #0f94cb;
	padding-right: .5rem;
}

.modular-2 .column-title .icon {
	font-size: 0.2rem;
	color: #ffbe61;
	padding-right: 0.05rem;
}

.modular-2 .column-title::after {
	content: "";
	display: block;
	position: absolute;
	top: 0.08rem;
	right: 0;
	height: 0.02rem;
	width: .4rem;
	background-color: #0f94cb;
	background: linear-gradient(92deg, #0f94cb, #fbfcfb);
}


.modular-2 .swiper-slide {
	padding: .1rem;
}

.modular-2 .swiper-slide .a-item {
	display: block;
	background-color: #fff;
	padding: 0.15rem;
	box-shadow: 0 0 .1rem rgba(33, 204, 155, .3);
}

.modular-2 .swiper-slide .a-item .cont-info {
	padding-top: 0.2rem;
	align-items: center;
}

.modular-2 .swiper-slide .a-item .date {
	margin-right: 0.2rem;
}

.modular-2 .swiper-slide .a-item .date::after {
	content: '';
	display: block;
	height: 0.01rem;
	width: 0.4rem;
	background-color: #0f94cb;
	position: absolute;
	left: 0;
	top: .42rem;
	z-index: 1;
	transform: rotate(155deg);
}

.modular-2 .swiper-slide .a-item .date .dd {
	font-size: .3rem;
	color: #333;
	line-height: 1;
}

.modular-2 .swiper-slide .a-item .date .mm {
	font-size: .3rem;
	color: #333;
	line-height: 1;
	padding-top: 0.25rem;
}

.modular-2 .mySwiper {
	padding-bottom: 0.35rem;
	display: flex;
}

.modular-2 .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	justify-content: center;
}

.modular-2 .swiper-pagination .swiper-pagination-bullet {
	width: 0.18rem;
	height: 0.18rem;
	border-radius: 50%;
	background-color: #c0c0c0;
	margin: 0 .05rem;
	cursor: pointer;
}

.modular-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #0bbae6;
}

/* hover */
.modular-2 .swiper-slide .a-item:hover {
	background-color: #3EC198;
	/* background: linear-gradient(137deg, #afebd8, #d3f9d8); */

	background: url("../img/noticebg.jpg") no-repeat bottom left;
	background-size: cover;
}

.modular-2 .swiper-slide .a-item:hover .date .dd,
.modular-2 .swiper-slide .a-item:hover .date .mm,
.modular-2 .swiper-slide .a-item:hover .column-title,
.modular-2 .swiper-slide .a-item:hover .cont-info .title {
	color: #fff;
}

.modular-2 .swiper-slide .a-item:hover .column-title::after {
	background: #fff;
}

.modular-2 .swiper-slide .a-item:hover .date::after {
	background-color: #fff;
}


/* row2 end */

/* row3 start */
.row3 {
	/* height: 3rem; */
}

.row3 .wrap .left::before {
	content: "";
	display: block;
	width: 180%;
	background: url("../img/mod-left-bg.jpg") no-repeat bottom left;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0rem;
	z-index: -1;
}

.row3 .bg .right-silde::after {
	content: "";
	display: block;
	width: 150%;
	background: url("../img/mod-bg-3.jpg") no-repeat bottom left;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -12%;
	z-index: -1;
}

.row3 .wrap {
	justify-content: space-around;
	align-items: center;
	position: relative;
	z-index: 2;
	align-items: normal;
}

.row3 .wrap .left {
	width: 38%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding-bottom: 1.31rem;
}

.row3 .wrap .left .cont {
	width: 86%;
	padding-top: 0.65rem;
}

.row3 .wrap .left .cont .text {
	background-color: #FFF;
	/*	background: url("../img/white-bg.jpg") no-repeat bottom left;*/
	background-size: cover;
	padding: .2rem .2rem .3rem .2rem;
}

.row3 .wrap .left .cont .text .title {
	font-size: .18rem;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}

.row3 .wrap .left .cont .text .abstract {
	font-size: .14rem;
	color: #999;
	line-height: 1.4;
	padding-top: .15rem;
}

.row3 .wrap .right-silde .column-title {
	padding-bottom: .4rem;
}

.row3 .wrap .right-silde .column-title .title {
	font-size: 0.28rem;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding-right: .36rem;
}

.row3 .wrap .right-silde .column-title .en {
	font-size: 0.14rem;
	color: #14bfd3;
	line-height: 1;
	padding-top: .1rem;
	padding-right: 1.1rem;
}

.row3 .wrap .right-silde .column-title .title .more {
	display: inline-block;
	width: 0.3rem;
	padding-top: 0.15rem;
	margin-left: .2rem;
	font-size: 0.12rem;
	color: #333;
	text-align: center;
	background: url(../img/more-bg.png) no-repeat top left;
	background-size: 0.3rem auto;
	font-weight: normal;
}

.row3 .wrap .right-silde .column-title .title .more:hover {
	color: #08bce0;
}

.row3 .wrap .left .cont .text .title:hover {
	color: #08bce0;
}

.row3 .wrap .right-silde {
	width: 62%;
	padding-left: 4%;
	padding-bottom: 1.31rem;
	position: relative;
}

.row3 .wrap .right-silde .mySwiper {}

.row3 .wrap .right-silde .mySwiper .swiper-slide .pic img {
	object-fit: cover;
	width: 100%;
	height: 2rem;
}

.row3 .wrap .right-silde .mySwiper .swiper-slide .cont-info {
	padding-top: .3rem;
	padding-left: .2rem;
	padding-right: 0.1rem;
	padding-bottom: .2rem;
	background-color: #fff;
}

.row3 .wrap .right-silde .mySwiper .swiper-slide .cont-info .title {
	font-size: 0.16rem;
	color: #333;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .2rem;
}

.row3 .wrap .right-silde .mySwiper .swiper-slide .cont-info .speech,
.row3 .wrap .right-silde .mySwiper .swiper-slide .cont-info .date,
.row3 .wrap .right-silde .mySwiper .swiper-slide .cont-info .pos {
	font-size: .14rem;
	color: #6f6f6f;
	line-height: 1;
	margin-bottom: .2rem;
}

.row3 .wrap .right-silde .mySwiper {
	padding-bottom: 0.6rem;
}

.row3 .wrap .right-silde .mySwiper .swiper-button-next,
.row3 .wrap .right-silde .mySwiper .swiper-button-prev {
	position: absolute;
	bottom: 0;
	top: auto;
	padding:0 0.3rem;
	font-size: 0.75rem;
	color: #19c2c5;
	line-height: 1;
	cursor: pointer;
}

.row3 .wrap .right-silde .mySwiper .swiper-button-prev {
	left: .1rem;
	transform: rotateY(180deg);
}

.row3 .wrap .right-silde .mySwiper .swiper-button-next {
	left: .9rem;
}

.row3 .wrap .right-silde .mySwiper .swiper-button-next:hover,
.row3 .wrap .right-silde .mySwiper .swiper-button-prev:hover {
	color: #22c194;
}

.row3 .wrap .right-silde .mySwiper .swiper-slide {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.row3 .wrap .right-silde .mySwiper .swiper-slide:hover {
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
}

/* row3 end */

/* row4 start */
.row4 .bg {
	margin-top: -.8rem;
	z-index: 2;
}

.row4 .bg::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 25%;
	top: 0;
	bottom: 0;
	background-color: #fff;
	/*	background: url("../img/mod-bg-2.jpg") no-repeat bottom left;*/
	background-size: 100% 100%;
}

.row4 .bg::before {
	content: '';
	display: block;
	position: absolute;
	left: 40%;
	right: 0;
	top: 10%;
	bottom: 10%;
	z-index: 2;
	background: url("../img/mod-right-bg.jpg") no-repeat bottom left;
	background-size: 100% 100%;
}

.row4 .wrap {
	position: relative;
	z-index: 3;
}

.row4 .wrap .left {
	width: 35%;
	padding: 0.8rem 0;
}

.row4 .wrap .left .modular-title .title {
	text-align: left;
	margin-bottom: .3rem;
}

.row4 .wrap .left .modular-title .title .more {
	position: absolute;
	right: 0;
	top: 0.2rem;
}

.row4 .left .list .li-item a {
	display: block;
	padding-bottom: 0.15rem;
	padding-top: 0.25rem;
	border-bottom: 0.01rem dashed #ddd;
}

.row4 .left .list .li-item .title {
	font-size: 0.16rem;
	color: #333;
	line-height: 1.2;
	margin-bottom: 0.15rem;
}

.row4 .left .list .li-item .date {
	font-size: 0.14rem;
	color: #aaa;
	line-height: 1.2;
}


/* right */
.row4 .wrap .right {
	width: 65%;
	padding-left: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.row4 .wrap .right .mod-title {
	align-items: flex-end;
}

.row4 .wrap .right .mod-title .title {
	font-size: .24rem;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

.row4 .wrap .right .mod-title .en {
	font-size: .14rem;
	color: #c8fdff;
	padding-left: .1rem;
	line-height: 1;
}

.row4 .wrap .right .list {
	padding-top: .3rem;
}

.row4 .wrap .right .pic-list-top .list ul {
	justify-content: start;
}

.row4 .wrap .right .pic-list-top .list ul li {
	margin-left: 0.15rem;
	padding: 0.1rem;
	background-color: rgba(255, 255, 255, .75);
	width: 23%;
	margin-bottom: .15rem;
}


.row4 .wrap .right .pic-list-top .list ul li .a-item {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	border: 0.01rem dashed #35d8a2;
	padding: .24rem .2rem;
}

.row4 .wrap .right .pic-list-top .list ul li .a-item .icon {
	font-size: 0.5rem;
	background-color: #27e1f;
	background: linear-gradient(45deg, #1be8db, #0bbae6);
	-webkit-background-clip: text;
	color: transparent;
}

.row4 .wrap .right .pic-list-top .list ul li .a-item .title {
	padding-top: .20rem;
	font-size: 0.18rem;
	line-height: 1.2;
	color: #333;
	text-align:center;
}

/* hover */
.row4 .wrap .right .pic-list-top .list ul li:hover {
	background-color: rgba(255, 255, 255, 1);
}





/* pic-list-bottom */
.row4 .wrap .right .pic-list-bottom {
	padding-top: 0.6rem;
}

.row4 .wrap .right .pic-list-bottom .list ul li {
	margin-left: 0.15rem;
	width: 23%;
	margin-bottom: .15rem;
}

.row4 .wrap .right .pic-list-bottom .list ul .li-item .a-item .title {
	position: absolute;
	top: 24%;
	bottom: 24%;
	left: 13%;
	right: 13%;
	background-color: rgba(0, 0, 0, .4);
	font-size: 0.18rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 .2rem;
}

.row4 .wrap .right .pic-list-bottom .list ul .li-item .a-item:hover .title {
	background-color: #27e1f;
	background: linear-gradient(45deg, #1be8db, #0bbae6);

}

/* row4 end */

/* row5 start */
.row5 {
	padding-bottom: 0.2rem;
}

.row5 .mod-links .ch {
	font-size: .3rem;
	color: #fff;
	line-height: 1;
}

.row5 .mod-links .en {
	font-size: .14rem;
	color: #fff;
	line-height: 1;
	padding-top: 0.06rem;
}

.row5 .mod-links {
	background: url("../img/links-bg.png") no-repeat top left;
	background-size: 100% auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.33rem;
	height: 1.8rem;
}

.row5 .list .li-item {
	width: 20%;
	padding: .1rem .15rem;
}

.row5 .list .li-item a {
	font-size: .15rem;
	color: #333;
	line-height: 1.2;
}


/* row5 end */

@media screen and (max-width: 640px) {

	.row3 .wrap .right-silde .mySwiper .swiper-slide .pic img {height;auto;}
	.row3 .bg {
		background-color: #fff;
	}
	
	.row4 .wrap .right .mod-title .title{
		color: #333;
	}
	
	.row4 .wrap .right .mod-title .en{
		display:none;
	}
	
	.row3 .wrap .left .cont{
		padding-top: .3rem;
	}
	
	.row4 .wrap .left{
		padding: .5rem 0;
	}
	
	.row2{
		padding: .5rem 0;
	}

	.row4 .bg {
		margin-top: 0;
	}

	.row2 {
		padding-bottom: .75rem;
	}

	.modular-title {
		padding-bottom: .2rem;
	}

	.modular-title .en,
	.row3 .wrap .right-silde .column-title .en {
		display: none;
	}

	.row3 .bg::before {
		content: "";
		display: block;
		width: 100%;
		height: 40%;
		background: url("../img/mod-left-bg.jpg") no-repeat bottom left;
		background-size: 100% 100%;
		position: absolute;
		left: 0;
		/* bottom: 0; */
		top: 0;
		z-index: 1;
	}

	.row3 .wrap .right-silde {
		padding-left: 0;
		padding-bottom: .3rem;
		padding-top: 0;
	}

	.row3 .wrap .left::before {
		display: none;
	}

	.row3 .bg .right-silde::after {
		display: none;
	}

	.row3 .wrap .left .cont {
		width: 100%;
	}

	.modular-title .title {
		text-align: left;
		padding-top: .2rem;
		font-size: .25rem;
		position: relative;
		margin-bottom: 0;
	}

	.row1 .bg::after {
		content: '';
		display: none;
		width: 100%;
		/* height: 6.94rem; */
		background: url("../img/mod-bg-3.jpg") no-repeat bottom left;
		background-size: 100% 86%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 0;
	}

	.row1 .bg::before {
		content: '';
		display: none;
		width: 50%;
		/* height: 6.12rem; */
		background: url("../img/ls-bg.jpg") no-repeat bottom left;
		background-size: 100% 80%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 0;
	}

	.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt {
		padding-left: .2rem;
	}

	.row1 .container .cont-left {
		justify-content: start;
	}

	.row1 .bg {
		background-color: #fff;
		padding-bottom: .3rem;
	}

	.modular-title .more {
		position: absolute;
		top: .2rem;
		right: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
	}

	.overhide {
		width: 90%;
	}

	.row1 .mySwiper .text .list li {
		width: 50%;
		padding: .05rem;
	}

	.banner .bannerSwiper .swiper-pagination {
		bottom: .3rem;
	}

	.row1 {
		padding-top: 1.4rem;
	}

	.row3 .list li {
		width: 50%;
	}

	.row2 .mySwiper .swiper-slide .text .abstract {
		padding-top: .12rem;
	}

	.row2 .mySwiper .swiper-button-next,
	.row2 .mySwiper .swiper-button-prev {
		display: none !important;
	}

	.overhide {
		bottom: -1.1rem;
	}

	.overhide .mySwiper {
		padding-bottom: .3rem;
	}

	.overhide .swiper-pagination {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		justify-content: center;
	}

	.overhide .swiper-pagination .swiper-pagination-bullet {
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 .05rem;
		border-radius: 50%;
		background-color: #bcbcbc;
	}

	.overhide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #22c194;
	}

	.row4 .bg::after {
		content: "";
		display: none;
	}

	.row4 .left .list .li-item a {
		padding: .2rem 0;
	}

	.row5 {
		padding-top: .4rem;
	}

	.row5 .list {
		padding-top: .2rem;
	}

	.row5 .mod-links {
		width: 100%;
		height: auto;
		padding: .3rem 0;
		background-size: auto;
		background-position: center;
	}

	.row5 .list .li-item {
		width: 50%;
		padding: .1rem .15rem;
	}

	.row5 .list .li-item .a-item {
		font-size: .16rem;
		color: #333;
		line-height: 1.2;
	}

	.row4 .wrap .right .pic-list-bottom .list ul .li-item .a-item .title {
		left: 8%;
		right: 8%;
	}

	.row3 .wrap .left,
	.row3 .wrap .right-silde {
		width: 100%;
	}

	.row3 .bg::after {
		top: -5%;
	}
}



/* row3 end */
@media screen and (max-width: 1280px) {
	.row3 .list li {
		width: 33.33%;
	}

	.row4 .wrap .right,
	.row4 .wrap .left {
		width: 100%;
	}

	.row4 .wrap .right {
		padding-left: 0;
	}

	.row4 .bg::before {
		content: "";
		display: none;
	}

	.row4 .bg::after {
		content: "";
		right: 0;
	}

	.row4 .wrap .right .pic-list-top .list ul li,
	.row4 .wrap .right .pic-list-bottom .list ul li {
		width: 48%;
		flex: none;
	}

	.row4 .wrap .right .pic-list-bottom {
		padding-top: 0.2rem;
	}
}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 640px) {
	.main {
		background: url("../img/m-mian-bg.jpg") no-repeat top left;
		background-size: cover;
	}

	.row4 .wrap .right .pic-list-top .list ul li,
	.row4 .wrap .right .pic-list-bottom .list ul li {
		width: 46%;
	}
}

/* hover */
.modular-title .more:hover,
.row3 .wrap .left .column-title .title .more:hover {
	color: #40e7c9;
}

.row1 .container .cont-left .cont .top-cont .top-news-title .swiper-slide a:hover,
.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide .info-txt .title:hover {
	color: #0bbae6;
}


.modular-2 .swiper-slide .a-item:hover .title {
	color: #22c194;
}

.row1 .container .cont-right .cont .left-pic-list ul li:hover .title,
.row1 .container .cont-right .cont .right-text-list ul li:hover .title {
	color: #00fff3;
}

.row1 .container .cont-left .cont .modular-a-swiper .swiper-slide:hover img,
.row1 .container .cont-right .cont .left-pic-list ul li:hover img,
.row3 .wrap .right-silde .mySwiper .swiper-slide:hover img,
.row3 .wrap .left .cont:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}

.row3 .wrap .right-silde .mySwiper .swiper-slide .a-item:hover .title,
.row4 .left .list .li-item a:hover .title,
.row5 .list .li-item:hover a {
	color: #0bbae6;
}

@media screen and (max-width: 640px) {
	.row3 .wrap .right-silde .mySwiper .swiper-slide:hover{
		box-shadow: none;
	}
}