锘緻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 .swiper-pagination {
	position: absolute;
	bottom: .2rem;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: .4rem;
	height: .02rem;
	background-color: #fff;
	margin: 0 .05rem;
	cursor: pointer;
}

.banner .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-button-next {
	right: 4%;
}

.banner .swiper-button-prev {
	left: 4%;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	opacity: 1;
}

/* banner end */

/* row1 start */
.modular-title .title {
	font-size: .32rem;
	line-height: 1;
	padding-bottom: .17rem;
}

.modular-title .title:after {
	content: '';
	display: block;
	width: .4rem;
	height: .02rem;
	background-color: #166dd6;
	position: absolute;
	left: 50%;
	margin-left: -.2rem;
	bottom: 0;
}

.modular-title .sub-title {
	font-size: .18rem;
	color: #c2c2c2;
	line-height: 1.2;
	padding-top: .2rem;
}

.row1 {
	padding: .4rem 0;
}

.row1 .mySwiper {
	padding-top: .7rem;
	padding-bottom: .6rem;
}

.row1 .mySwiper .text {
	padding: .5rem .25rem .2rem .25rem;
	background-color: #f7f7f7;
}

.row1 .mySwiper .text .title {
	font-size: .24rem;
	margin-bottom: 0.1rem;
        text-align: center;
}
.row1 .mySwiper .text .subtitle{
       text-align: center;
       font-size: 18px;
       color: #166dd6;
       margin-bottom: 15px;
        }
.row1 .mySwiper .text .list li {
	width: 25%;
	padding: .05rem;
}

.row1 .mySwiper .text .list li a {
	display: block;
	text-align: left;
	padding: .05rem;
	font-size: .18rem;
	line-height: 1.2;
	color: #7f7f7f;
}


.row1 .mySwiper .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.row1 .mySwiper .swiper-pagination-bullet {
	display: inline-block;
	width: .12rem;
	height: .12rem;
	background-color: #c0c0c0;
	border-radius: 50%;
	margin: 0 .05rem;
	cursor: pointer;
}

.row1 .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #166dd6;
}
.swiper-slide:hover{
	webkit-transition: all 300ms ease-in-out;
	    -o-transition: all 300ms ease-in-out;
	    -moz-transition: all 300ms ease-in-out;
	    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	    transition: all 300ms ease-in-out;
}

@media screen and (max-width: 640px) {
	.row1 .mySwiper .text .list li {
		width: 50%;
		padding: .05rem;
	}
}

/* hover */
.row1 .mySwiper .text .list li a:hover {
	color: #166dd6;
}

/* row1 end */

/* row2 start */
.row2 {
	padding: .4rem 0 .8rem 0;
	background: url("/cpywz/img/mod-bg-1.jpg") no-repeat center center;
	background-size: cover;
}

.row2 .modular-title .sub-title {
	color: #fff;
}

.row2 .mySwiper .swiper-button-next,
.row2 .mySwiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -.3rem;
	font-size: .6rem;
	color: #fff;
	opacity: .3;
	z-index: 1;
	cursor: pointer;
}

.row2 .mySwiper .swiper-button-next {
	right: .1rem;
}

.row2 .mySwiper .swiper-button-prev {
	left: .1rem;
}

.row2 .mySwiper:hover .swiper-button-next,
.row2 .mySwiper:hover .swiper-button-prev {
	opacity: 1;
}

.row2 .mySwiper {
	padding-top: .5rem;
}

.row2 .mySwiper .swiper-slide .text {
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: .2rem;
}

.row2 .mySwiper .swiper-slide .text .icon {
	font-size: .8rem;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin-bottom: .3rem;
}

.row2 .mySwiper .swiper-slide .text .title {
	font-size: .20rem;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}

.row2 .mySwiper .swiper-slide .text .abstract {
	padding-top: 0.2rem;
        font-size: 0.16rem;
        /*line-height: 1.6;*/
        width: 100%;
}

.row2 .mySwiper .swiper-slide .text:hover {
	background-color: rgba(26, 200, 225, .92);
}

.row2 .mySwiper .swiper-slide .text:hover .abstract {
	visibility: visible;
	display: block;
}

@media screen and (max-width: 980px) {
	.row2 .mySwiper .swiper-slide .text .icon {
		font-size: .5rem;
	}

	.row2 .mySwiper .swiper-slide .text .abstract {
		width: 100%;
		flex: 1;
		display: block;
	}

}

/* row2 end */

/* row3 start */
.row3 {
	padding: .4rem 0;
}

.row3 .list {
	padding-top: .5rem;
}

.row3 .list li {
	padding: .1rem;
	width: 25%;
}

.row3 .list li .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .4rem;
	background-color: rgba(0, 0, 0, .45);
	font-size: .18rem;
	line-height: .4rem;
}

.row3 .list .more {
	display: block;
	margin: .5rem auto 0 auto;
	width: 3rem;
	height: .50rem;
	text-align: center;
	font-size: .16rem;
	color: #666;
	line-height: .50rem;
	border: 1px solid #ddd;
}

.row3 .list .more:hover {
	background-color: #166dd6;
	color: #fff;
}

.row3 .list li: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 end */
@media screen and (max-width: 1280px) {
	.row3 .list li {
		width: 33.33%;
	}
}

@media screen and (max-width: 640px) {
	.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;
	}
}<!--0.00028109550476074-->