@charset "utf-8";

/* ------ 公共样式 ------*/
@font-face {
	font-family: 'opposans';
	src: url(../fonts/OPPOSans-R.ttf);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* font-family: 'opposans'; */
	font-family: 'Microsoft YaHei';
}

body {
	font-size: .16rem;
	background-color: #fff;
	color: #000;
	overflow-x: hidden;
	position: relative;
}

html {
	font-size: 100px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

:focus {
	outline: 0
}

a {
	text-decoration: none;
	color: #000;
}

button {
	user-select: none;
}

img:not([src]), img[src=""] {
	opacity: 0;
}

img {
	display: inline-block;
	padding: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

ul, ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, button, textarea {
	font-size: 100%;
	font: inherit;
}

hr {
	height: 0;
	border: none;
	border-top: .01rem solid #f4f3f2;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

hr {
	margin-top: 20px;
	border: 1px solid rgb(157 168 166 / 30%);
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
}

select::-ms-expand {
	display: none;
}

i, em {
	font-style: normal;
}

input, textarea, select {
	padding: 0;
	font-family: inherit;
	outline: none;
	resize: none;
	background: none;
	border: none;
	font-size: inherit;
	color: inherit;
}

textarea::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

select::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-size: inherit;
}

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "";
}

::-webkit-scrollbar {
	width: .08rem;
	height: .04rem;
}

::-webkit-scrollbar-track {
	border-radius: .05rem;
	background: #ddd
}

::-webkit-scrollbar-thumb {
	border-radius: .05rem;
	background: #007579;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media (max-width:1024px) {
	html {
		font-size: 95px !important;
	}
}

@media (max-width:900px) {
	html {
		font-size: 90px !important;
	}
}

@media (max-width:750px) {
	html {
		font-size: 85px !important;
	}

	.wp {
		width: 90%
	}
}

@media (max-width:540px) {
	html {
		font-size: 80px !important;
	}

	body {
		font-size: .18rem;
	}

	.eclips {
		display: inline-block;
		overflow: visible;
		text-overflow: inherit;
		white-space: normal;
	}
}

@media (max-width:360px) {
	html {
		font-size: 75px !important;
	}
}

@keyframes ani_scale1 {
	0% {
		transform: translate(-50%, -50%) scale(.2);
		opacity: 1
	}

	70% {
		transform: translate(-50%, -50%) scale(.7);
		opacity: 1
	}

	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12 {
	padding: 0;
}

.container {
	width: 16.4rem;
	margin: 0 auto;
}

/* ------ 公共样式 end------*/
.fp-table {
	display: block;
}

/* 侧边导航 */
.sidebar {
	position: fixed;
	top: 50%;
	right: .2rem;
	transform: translateY(-50%);
	z-index: 2;
}

.sidebar li {
	position: relative;
	border-radius: 50%;
	border: 1px solid transparent;
}

.sidebar li.cur {
	border: 1px solid #fff;
}

.sidebar em {
	width: .7rem;
	color: #fff;
	text-decoration: none;
	text-align: right;
	font-size: .14rem;
	position: absolute;
	right: .35rem;
	top: .06rem;
	font-style: italic;
	display: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sidebar a {
	display: block;
	width: .1rem;
	height: .1rem;
	background: #fff;
	border-radius: 50%;
	margin: .1rem;
}

.sidebar li:hover em {
	display: block;
}

.sidebar.a1 li a {
	background: #A3994F;
}

.sidebar.a1 em {
	color: #A3994F;
}

.sidebar.a1 li.cur {
	border: 1px solid #A3994F;
}

.sidebar.a2 li a {
	background: #254D42;
}

.sidebar.a2 em {
	color: #254D42;
}

.sidebar.a2 li.cur {
	border: 1px solid #254D42;
}

/* 侧边导航 */



/* 第一页开始 */

.swiper1 {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.page1 {
	height: 100vh;
}

.page1.on {
	height: 0;
}

.page1 .swiper1 .swiper-button-next,
.page1 .swiper1 .swiper-button-prev {
	display: block;
}

.page1 .swiper1 .swiper-button-next::after {
	content: '';
	display: block;
	height: .18rem;
	width: .29rem;
	background: url(../images/right.png) no-repeat;
	background-size: cover;
}

.page1 .swiper1 .swiper-button-prev::after {
	content: '';
	display: block;
	height: .18rem;
	width: .29rem;
	background: url(../images/left.png) no-repeat;
	background-size: cover;
}

.page1 .swiper1 .swiper-button-prev,
.page1 .swiper1 .swiper-container-rtl .swiper-button-next {
	height: .18rem;
	width: .29rem;
	right: 13%;
	left: auto;
	bottom: .6rem;
	top: auto;
}

.page1 .swiper1 .swiper-button-next,
.page1 .swiper1 .swiper-container-rtl .swiper-button-prev {
	height: .18rem;
	width: .29rem;
	right: 10%;
	left: auto;
	bottom: .6rem;
	top: auto;
}

.page1 .swiper1 .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.page1 .swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
}

.page1 .swiper1 .swiper-pagination {
	position: absolute;
	left: 0;
	top: auto;
	bottom: .65rem;
	height: .02rem;
	text-align: left;
	transform: translate3d(80%, 0, 0);
	width: 10%;
	color: #fff;
}

.page1 .swiper1 .swiper-pagination span {
	color: #fff;
}

.page1 .swiper1 .swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .5);
}

.page1 .swiper1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #fff;
}

.page1 .swiper1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	color: #fff;
	font-size: .2rem;
	margin: 0 .2rem;
	font-family: 'gothic';
}

.swiper1 .swiper-pagination-bullet {
	color: #fff;
	opacity: 0.8;
}

.swiper1 .swiper-pagination-bullet-active {
	font-size: .3rem !important;
	display: inline-block;
	position: relative;
	margin-right: .6rem !important;
	opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active::after {
	content: '';
	width: .4rem;
	height: .01rem;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	bottom: -0.15rem;
	margin-left: .15rem;
}

.swiper1 .swiper-pagination-bullet {
	background: #0000;
}

.swiper1 h2 {
	position: absolute;
	top: 3.89rem;
	left: 3.11rem;
	font-size: .64rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .82rem;
}

.swiper1 h6 {
	position: absolute;
	top: 5.69rem;
	left: 3.11rem;
	font-size: .24rem;
	font-weight: 300;
	color: #FFFFFF;
	line-height: .24rem;
}


.page-scrolling {
	position: absolute;
	left: 48%;
	bottom: .4rem;
	text-align: center;
	z-index: 15;
	animation: animat 2s linear 0s infinite;
	cursor: pointer;
}

.page-scrolling p {
	color: #fff;
	margin-top: .1rem;
}

@keyframes animat {
	0% {
		transform: translateY(0);
	}

	33% {
		transform: translateY(3px);
	}

	66% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0);
	}
}


.c-dot-box {
	position: absolute;
	z-index: 1;
	left: 8.33335%;
	bottom: .6rem;
	display: flex;
	align-items: center;
	width: 2rem;
	color: #fff;
	font-size: .18rem;
}

.c-dot-box .c-text1 {
	width: .5rem;
	line-height: 1;
}

.c-dot-box .c-text2 {
	width: .5rem;
	line-height: 1;
	text-align: right;
}

.c-dot-box .c-line-box {
	width: -webkit-calc(100% - 80px);
	width: calc(100% - 80px);
	height: 2px;
	background: rgba(255, 255, 255, .2);
}

.c-dot-box .c-line-box .c-line {
	width: 0;
	height: 2px;
	background: #fff;
	transition: 1s;
}


/* 第一页结束 */
.page2 .title {
	margin-bottom: .3rem;
}

.page2 .title h2,
.page3 .title h2 {
	display: inline-block;
	font-size: .36rem;
}

.page2 .title a.more,
.page3 #cont .more {
	display: inline-block;
	font-size: .16rem;
	float: right;
}

.page2 .title a.more:hover,
.page3 #cont .more:hover a {
	color: #007579;
}

.page2 .title a.more::after,
.page3 .title .more::after {
	content: '';
	display: inline-block;
	width: .15rem;
	height: .12rem;
	margin-left: .05rem;
	transition: .5s;
	background: url(../images/jt.png);
}

.page2 .title a.more:hover::after {
	margin-right: 5px;
	transition: .5s;
	background: url(../images/jt4.png);
}

/* 第2页开始 */
.page2 {
	background: url(../images/page2.jpg);
	background-size: cover;
}

.page2 .pleft {
	width: 46%;
}

.page2 .pleft .swiper2 {
	overflow: hidden;
	position: relative;
}

.page2 .pleft .swiper2 .swiper-slide:hover h2 {
	padding-left: .1rem;
	transition: .5s;
	color: #007579;
}

.page2 .pleft .swiper2 .swiper-slide-img {
	width: 7.54rem;
	height: 4.46rem;
	background-color: rgba(238, 238, 238, 0.6);
	;
	overflow: hidden;
}

.page2 .pleft .swiper2 .swiper-slide-img img {
	width: 100%;
	height: 100%;
}

.page2 .pleft .swiper2 .swiper-slide:hover img {
	cursor: pointer;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.page2 .pleft .swiper2 .slide-info h2 {
	font-size: .24rem;
	font-weight: 400;
	padding: .3rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: .5s;
}

.page2 .pleft .swiper2 .slide-info p {
	font-size: .16rem;
	color: #888;
	line-height: .26rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
	-webkit-box-orient: vertical;
}

.page2 .pleft .swiper-button-prev,
.page2 .pleft .swiper-button-prev:hover,
.page2 .pleft .swiper-button-next,
.page2 .pleft .swiper-button-next:hover {
	width: .45rem;
	height: .45rem;
	top: 40%;
	background-size: 100%;
	color: rgba(255, 255, 255, 0);
}

.page2 .pleft .swiper-button-prev {
	background: url(../images/prev.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: .1rem;
}

.page2 .pleft .swiper-button-next {
	background: url(../images/next.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: .1rem;
}

.page2 .pmiddle {
	width: 25%;
	padding-left: .4rem;
	overflow: hidden;
}

.page2 .pmiddle ul li a .title-img {
	width: 3.67rem;
	height: 2.06rem;
	background-color: rgba(238, 238, 238, 0.6);
	overflow: hidden;
}

.page2 .pmiddle ul li a .title-img img {
	width: 100%;
}

.page2 .pmiddle ul li:hover a {
	color: #007579;
}

.page2 .pmiddle ul li:hover a .title-img img {
	cursor: pointer;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.page2 .pmiddle ul li a h2 {
	font-size: .18rem;
	line-height: .26rem;
	font-weight: normal;
	margin: .2rem 0 .6rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
	transition: .5s;
}

.page2 .pmiddle ul li:hover a h2{
	padding-left: .1rem;
	transition: .5s;
}

.page2 .pright {
	width: 29%;
	padding-left: .5rem;
}

.page2 .pright ul li {
	display: flex;
	padding: .64rem 0 .35rem 0;
	border-bottom: 1px solid #d5d5d5;
}

.page2 .pright ul li:first-child {
	padding-top: .05rem;
}

.page2 .pright ul li .date {
	display: inline-block;
	width: .68rem;
	height: .67rem;
	background: url(../images/rl.png) no-repeat;
	padding: .08rem 0 0 .2rem;
}

.page2 .pright ul li .date .month {
	font-size: .14rem;
}

.page2 .pright ul li .date .day {
	font-size: .24rem;
}

.page2 .pright ul li a {
	display: inline-block;
	padding-left: .26rem;
	font-size: .18rem;
	height: .6rem;
	overflow: hidden;
	line-height: .30rem;
	width: 100%;
        transition: .5s;
}

.page2 .pright ul li:hover .date {
	background: url(../images/rl2.png) no-repeat;
}

.page2 .pright ul li .date,
.page2 .pright ul li:hover .date {
	background-size: cover;
}

.page2 .pright ul li:hover .date .month,
.page2 .pright ul li:hover .date .day,
.page2 .pright ul li:hover a {
	color: #007579;
}

.page2 .pright ul li:hover a {
	padding-left: .35rem;	
	transition: .5s;
}

/* 第2页结束 */
/* 第3页开始 */
.page3 {
	background: url(../images/page3.jpg);
	background-size: cover;
}

.page3 .title {
	margin-bottom: 1rem;
}

.page3 .container.po {
	position: relative;
}

.page3 .ulbox {
	position: absolute;
	top: 0;
	left: 15%;
}

.page3 .ulbox ul li {
	float: left;
	line-height: .47rem;
	font-size: .18rem;
	margin-right: .2rem;
	color: #b2b2b2;
}

.page3 .ulbox ul li:hover {
	cursor: pointer;
}

.page3 .ulbox ul li.select {
	color: #000;
}

.page3 .ulbox ul li::before {
	content: '/';
	margin-right: .2rem;
}

.page3 .ulbox ul li:last-child:after {
	content: none;
}

.page3 #cont .more {
	position: absolute;
	right: 0;
	top: 0;
	line-height: .47rem;
}

.page3 #cont .more a::after {
	content: '';
	display: inline-block;
	width: .15rem;
	height: .12rem;
	margin-left: .05rem;
	background: url(../images/jt.png);
	transition: .5s;
}

.page3 #cont .more:hover a::after {
	margin-right: 5px;
	transition: .5s;
	background: url(../images/jt4.png);
}

.page2 .title a.more::after,
.page2 .title a.more:hover::after,
.page3 #cont .more a::after,
.page3 #cont .more:hover a::after {
	background-size: cover;
}

.page3 #cont .swiper-container {
	overflow: hidden;
}

.page3 #cont .swiper-slide {
	position: relative;
	padding: .5rem;
	transform: translateX(-6.15rem);
}

.page3 #cont .swiper-slide .circle {
	position: absolute;
	left: 0;
	bottom: 0;
	width: .1rem;
	height: .1rem;
	z-index: -1;
}

.page3 #cont .swiper-slide .circle::before {
	content: '';
	position: absolute;
	left: .35rem;
	top: -0.2rem;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #333;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page3 #cont .swiper-slide:hover .circle::before {
	background-color: #007579;
}

.page3 #cont .swiper-slide .circle::after {
	content: '';
	position: absolute;
	left: .40rem;
	top: -0.15rem;
	width: .4rem;
	height: .4rem;
	background-color: #dcdcdc;
	border-radius: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: 1.5s linear infinite ani_scale1;
	animation: 1.5s linear infinite ani_scale1;
}

.page3 #cont .swiper-slide:hover .circle::after {
	background-color: #c5e0d7;
}

.page3 #cont .swiper-slide .text::before {
	content: '';
	position: absolute;
	left: .38rem;
	bottom: .2rem;
	width: .56rem;
	height: 2.8rem;
	background: url(../images/txt-l.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 94%;
	z-index: -2;
}

.page3 #cont .swiper-slide:hover .text::before {
	background: none;
}



.page3 #cont .swiper-slide .bg {
	position: absolute;
	left: .09rem;
	top: -0.15rem;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 100% 100%;
	background-size: 90% 90%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page3 #cont .swiper-slide:hover .bg {
	opacity: 1;
}

.page3 #cont .text {
	padding: .16rem 0rem .16rem .26rem;
}

.page3 #cont .text .pos span {
	font-size: .2rem;
	padding: .1rem .3rem;
	background-color: #333;
	border-radius: .25rem;
	color: #fff;
}

.page3 #cont .swiper-slide:hover .text .pos span {
	background-color: #fff;
	color: #007579;
}

.page3 #cont .text .time {
	color: #999;
	font-size: .16rem;
	font-weight: 400;
	position: absolute;
	right: .9rem;
	top: .7rem;
        font-family: Arial;
}

.page3 #cont .swiper-slide:hover .text .time {
	color: #fff;
}

.page3 #cont .text h4 {
	font-size: .18rem;
	height: .72rem;
	line-height: .36rem;
	font-weight: 700;
	margin: .36rem 0 .5rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	word-break: break-all;
	-webkit-box-orient: vertical;
}

.page3 #cont .swiper-slide:hover .text h4 {
	color: #fff;
}

.page3 #cont .swiper-wrapper {
	padding-bottom: 1.7rem;
}

.page3 #cont .swiper-button-next,
.page3 #cont .swiper-button-prev {
	top: auto;
}

.page3 #cont .swiper-button-prev,
.page3 #cont .swiper-container-rtl .swiper-button-next {
	left: 42%;
	bottom: 0;
}

.page3 #cont .swiper-button-next,
.page3 #cont .swiper-container-rtl .swiper-button-prev {
	left: 55%;
	bottom: 0;
}

.page3 #cont span.shu {
	display: none;
	position: absolute;
	left: 50%;
	bottom: .1rem;
	width: .03rem;
	height: .3rem;
	background-color: #333;
}

.page3 #cont .swiper-button-prev,
.page3 #cont .swiper-button-next {
	width: .6rem;
	height: .6rem;
	background-color: #fff;
	border-radius: 50%;
	transition: .5s;
}

.page3 #cont .swiper-button-prev:hover,
.page3 #cont .swiper-button-next:hover {
	background-color: #007579;
}

.page3 #cont .swiper-button-prev::after {
	content: '';
	width: .22rem;
	height: .18rem;
	display: inline-block;
	background: url(../images/jt6.png) no-repeat;
	background-size: cover;
}

.page3 #cont .swiper-button-next::after {
	content: '';
	width: .22rem;
	height: .18rem;
	display: inline-block;
	background: url(../images/jt7.png) no-repeat;
	background-size: cover;
}

.page3 #cont .swiper-button-prev:hover::after {
	background: url(../images/jt5.png) no-repeat;
}

.page3 #cont .swiper-button-next:hover::after {
	background: url(../images/jt3.png) no-repeat;
}

.page3 #cont .view-more {
	position: relative;
	transition: color .3s;
	margin-bottom: .3rem;
}

.page3 #cont .swiper-slide:hover .view-more {
	color: #fff;
}

.page3 #cont .view-more::before,
.page3 #cont .view-more::after {
	content: "";
	-webkit-transition: background .3s, width .3s;
	transition: background .3s, width .3s;
}

.page3 #cont .view-more::before {
	display: inline-block;
	vertical-align: top;
	margin-top: .08rem;
	margin-right: .08rem;
	width: 0;
	height: .04rem;
}

.page3 #cont .swiper-slide:hover .view-more:before {
	width: calc(100% - 50px);
	background-color: #fff;
}

.page3 #cont .view-more::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: .04rem;
	height: .08rem;
	background-color: #333;
	margin-top: -0.04rem;
}

.page3 #cont .swiper-slide:hover .view-more::after {
	background-color: #fff;
}

.page3 #cont .f-line {
	position: absolute;
	bottom: 28%;
	left: .35rem;
	width: 97%;
	height: .03rem;
	background-color: #333;
}

.page3 #cont .f-line::after {
	content: '';
	width: .04rem;
	height: .12rem;
	display: inline-block;
	background-color: #333;
	position: absolute;
	right: 0;
	top: -0.06rem;
}
/* 讲座 ⬇*/
.page3 #cont .jiangzuo .text h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin: .15rem 0 0 0;
	height: auto;
	line-height: .36rem;
}

.page3 #cont .jiangzuo .text h6 {
	font-size: .16rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.05rem 0 .2rem 0;
	height: .21rem;
}

.page3 #cont .jiangzuo .text p {
	font-size: .14rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: .1rem 0;
}

.page3 #cont .jiangzuo .text p::before {
	content: '';
	width: .16rem;
	height: .16rem;
	display: inline-block;
	vertical-align: top;
	margin-right: .1rem;
}

.page3 #cont .jiangzuo .view-more {
	margin-bottom: 0;
}

.page3 #cont .jiangzuo .text p.jz-people::before {
	background: url(../images/jz-people.png) no-repeat;
	background-size: cover;
}

.page3 #cont .jiangzuo .text p.jz-time::before {
	background: url(../images/jz-time.png) no-repeat;
	background-size: cover;
}

.page3 #cont .jiangzuo .text p.jz-address::before {
	background: url(../images/jz-address.png) no-repeat;
	background-size: cover;
}

.page3 #cont .jiangzuo .swiper-slide:hover .text p.jz-people::before {
	background: url(../images/jz-people1.png) no-repeat;
	background-size: cover;
}

.page3 #cont .jiangzuo .swiper-slide:hover .text p.jz-time::before {
	background: url(../images/jz-time1.png) no-repeat;
	background-size: cover;
}

.page3 #cont .jiangzuo .swiper-slide:hover .text p.jz-address::before {
	background: url(../images/jz-address1.png) no-repeat;
	background-size: cover;
}

.page3 #cont .jiangzuo .swiper-slide:hover h6,
.page3 #cont .jiangzuo .swiper-slide:hover p {
	color: #fff;
}
/* 第3页结束 */
.page4 .title h2,
.page5 .title h2 {
	font-size: .36rem;
	margin-bottom: .2rem;
}

.page4 .public-t,
.page5 .public-t {
	display: flex;
}

.page4 .public-t .intro,
.page5 .public-t .intro {
	font-size: .18rem;
	width: 35%;
	color: #666;
	line-height: .34rem;
}

.page4 .public-t .more-bt,
.page5 .public-t .more-bt {
	width: 65%;
	text-align: right;
}

.page4 .public-t .more-bt::before,
.page5 .public-t .more-bt::before {
	content: '';
	width: 7rem;
	height: .5rem;
	display: inline-block;
	background-size: cover;
	vertical-align: middle;
}

.page4 .public-t .public-btn,
.page5 .public-t .public-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.68rem;
	height: 0.68rem;
	border-radius: 50%;
	cursor: pointer;
	pointer-events: auto;
	margin-left: .1rem;
}

.page4 .public-t .public-btn .img,
.page5 .public-t .public-btn .img {
	width: .23rem;
	height: .18rem;
	z-index: 1;
}

.page4 .public-t .public-btn .img {
	background: url(../images/jt2.png);
}

.page5 .public-t .public-btn .img {
	background: url(../images/jt3.png);
}

.page4 .public-t .public-btn:hover .img {
	background: url(../images/jt3.png);
}

.page5 .public-t .public-btn:hover .img {
	background: url(../images/jt7.png);
}

.page4 .public-t .public-btn .img,
.page5 .public-t .public-btn .img,
.page4 .public-t .public-btn:hover .img,
.page5 .public-t .public-btn:hover .img {
	background-size: cover;
}

.page4 .public-t .public-btn::after,
.page5 .public-t .public-btn::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transition: box-shadow 0.3s, transform 0.3s;
}

.page4 .public-t .public-btn::after {
	box-shadow: inset 0 0 0 0.47rem #fff;
}

.page4 .public-t .public-btn:hover::after {
	box-shadow: inset 0 0 0 2px #fff;
	transform: scale(1.1);
}

.page5 .public-t .public-btn::after {
	box-shadow: inset 0 0 0 0.47rem #333;
}

.page5 .public-t .public-btn:hover::after {
	box-shadow: inset 0 0 0 2px #333;
	transform: scale(1.1);
}

/* 第4页开始 */
.page4 {
	background: url(../images/page4.jpg);
	background-size: cover;
}

.page4 .public-t .more-bt::before {
	background: url(../images/xwh.png) right;
	background-size: cover;
	vertical-align: sub;
}

.page4 .title h2,
.page4 .public-t .intro {
	color: #fff;
}

.page4 .slide_box {
	width: calc((100vw - 14.4rem) / 2 + 112%);
	padding-bottom: .6rem;
	margin-top: .3rem;
	border-top-left-radius: .5rem;
	overflow: hidden;
	position: relative;
}

.page4 .slide_box .swiper-wrapper .swiper-slide {
	background-color: #fff;
}

.page4 .slide_box .swiper-slide .txt {
	padding: .3rem .4rem .2rem .3rem;
}

.page4 .slide_box .swiper-slide .time {
	font-size: .16rem;
	color: #999;
	font-weight: 400;
	margin-bottom: .10rem;
        font-family: Arial;
}

.page4 .slide_box .swiper-slide h4 {
	font-size: .18rem;
	height: 1.08rem;
	line-height: .36rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	word-break: break-all;
	-webkit-box-orient: vertical;
	font-weight: 700;
}

.page4 .slide_box .swiper-slide .img {
	width: 100%;
	height: 3.14rem;
	overflow: hidden;
        padding: .3rem;
}

.page4 .slide_box .swiper-slide .img img {
	width: 100%;
	height: 100%;
}

.page4 .slide_box .swiper-slide:hover .time,
.page4 .slide_box .swiper-slide:hover h4 {
	color: #007579;
}

.page4 .slide_box .swiper-slide:hover .img img {
	cursor: pointer;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.page4 .slide_box .swiper-scrollbar {
	left: 0% !important;
	background: rgba(255, 255, 255, .3);
	height: .02rem;
	cursor: pointer;
}

.page4 .slide_box .swiper-scrollbar-drag {
	background-color: #fff;
	height: .03rem;
}

/* 第4页结束 */
/* 第5页开始 */
.page5 {
	background-color: #f7f7f7;
}

.page5 .public-t .more-bt::before {
	background: url(../images/xwb.png) right;
	background-size: cover;
	vertical-align: sub;
}

.page5 .p5-cont {
	display: flex;
	margin-top: .4rem;
	height: 5.32rem;
}

.page5 .p5-left {
	width: 55%;
}

.video-big-box {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.video-big-box img {
	width: 100%;
	height: 100%;
}

.video-big-box__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	overflow: hidden;
}

.video-big-box__img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	visibility: hidden;
	opacity: 0;
}

.video-big-box__img-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}

.video-item {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 .15rem .3rem;
}

.video-item__img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	visibility: hidden;
	opacity: 0;
}

.video-item__btn {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-top: -.5em;
	margin-left: -.5em;
	font-size: .64rem;
	width: 1em;
	height: 1em;
	cursor: pointer;
}

.video-item__btn::before, .video-item__btn::after {
	content: "";
	position: absolute;
}

.video-item__btn::before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: .08em solid #fff;
	border-radius: 50%;
	-webkit-clip-path: polygon(0% 0%, 0 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(0% 0%, 0 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0%);
}

.video-item__btn span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	left: 0;
	overflow: hidden;
	-webkit-transform-origin: center right;
}

.video-item__btn span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007579), color-stop(100%, rgba(211, 231, 54, 0)));
	background-image: -moz-linear-gradient(top, #007579, rgba(211, 231, 54, 0));
	background-image: -webkit-linear-gradient(top, #007579, rgba(211, 231, 54, 0));
	background-image: linear-gradient(to bottom, #007579, rgba(211, 231, 54, 0));
}

.video-item__btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -.2em;
	margin-left: -.1285em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .2em 0 .2em .257em;
	border-color: transparent transparent transparent #fff;
}

.video-big-box__img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	visibility: hidden;
	opacity: 0;
}

.video-item__info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: .2rem .1rem;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.video-item__info h2 {
	font-size: .18rem;
	font-weight: 700;
}

.video-item__info p {
	font-size: .16rem;
	color: #999;
}

.video-item__info h2,
.video-item__info p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.video-big-box:hover .video-item__info {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.video-big-box:hover .video-big-box__img::after {
	visibility: visible;
	opacity: 1;
}

@-webkit-keyframes rotateCircle {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.video-item__btn:hover::before {
	-webkit-animation: rotateCircle 1.2s linear infinite;
	animation: rotateCircle 1.2s linear infinite;
}

.page5 .p5-middle {
	width: 30%;
	padding-left: .4rem;
}

.page5 .p5-middle ul>li {
	margin-bottom: .21rem;
	height: 2.55rem;
}

.page5 .p5-middle .video-item__info {
	padding: .1rem
}

.page5 .p5-right {
	width: 15%;
	padding-left: .3rem;
}

.page5 .p5-right ul li {
	height: 1.62rem;
	margin-bottom: .23rem;
}

.page5 .p5-right ul li a {
	text-align: center;
}

.page5 .p5-right ul li a .en {
	display: none;
	font-size: .26rem;
	color: rgba(255, 255, 255, .3);
	font-weight: 600;
	margin-bottom: .1rem;
	padding-top: .4rem;
}

.page5 .p5-right ul li a .cn {
	display: block;
	font-size: .24rem;
	color: #fff;
        line-height: 1.62rem;
}

.page5 .p5-right ul li:nth-child(1) {
	background: url(../images/l1.jpg) no-repeat;
}

.page5 .p5-right ul li:nth-child(2) {
	background: url(../images/l2.jpg) no-repeat;
}

.page5 .p5-right ul li:nth-child(3) {
	background: url(../images/l3.jpg) no-repeat;
}

.page5 .p5-right ul li:hover:nth-child(1) {
	background: url(../images/l11.jpg) no-repeat;
}

.page5 .p5-right ul li:hover:nth-child(2) {
	background: url(../images/l22.jpg) no-repeat;
}

.page5 .p5-right ul li:hover:nth-child(3) {
	background: url(../images/l33.jpg) no-repeat;
}

.page5 .p5-right ul li:nth-child(1),
.page5 .p5-right ul li:nth-child(2),
.page5 .p5-right ul li:nth-child(3),
.page5 .p5-right ul li:hover:nth-child(1),
.page5 .p5-right ul li:hover:nth-child(2),
.page5 .p5-right ul li:hover:nth-child(3) {
	background-size: cover;
}

/* 第5页结束 */
.page2,
.page3,
.page4,
.page5 {
	padding-top: 1.55rem;
}