@charset "utf-8";

.banner {
	position: relative;
	width: 100%
}

.swiper-container {
	width: 100%
}

.banner:after {
	content: '';
	width: 6.3rem;
	bottom: 0;
	background: #06175a;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1rem;
	z-index: 2;
	pointer-events: none;
	display: none
}

.banner .swiper-slide {
	overflow: hidden;
}

.banner .swiper-slide a {
	display: block;
	position: relative
}

.banner .swiper-slide a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 2rem;
	background: url(../images/22s.png) repeat-x top center;
	background-size: auto 100%;
	z-index: 2;
	opacity: .35;
	pointer-events: none
}

.banner .swiper-slide a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	right: 0;
	height: 30%;
	background: url(../images/blackms.png) repeat-x top center;
	background-size: 100% 100%;
	z-index: 2;
	opacity: .85;
	pointer-events: none
}

.banner .swiper-slide .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 0 20% .3rem .4rem;
	z-index: 5;
	color: #fff;
	font-size: .4rem;
}

.banner .swiper-slide .txt h4 {
	font-weight: bold;
	line-height: 1em
}

.banner .item  .slideImg {
	padding-bottom: 0;
	min-height: 6rem;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner .swiDots {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;

}

.banner .swiDots span {
	border: 1px solid #ddd;
	opacity: 1;
	margin: 0 .1rem;
	width: .12rem;
	height: .12rem;
	background: transparent;
}

.banner .swiDots span.active {
	border: 1px solid transparent;
	width: .29rem;
	height: .34rem;
	background: url(../images/doton.png) no-repeat center;
	background-size: 100% 100%;
	border-radius: 0
}

.banner .switool {
	position: absolute;
	z-index: 6;
	left: 8%;
	right: 5%;
	bottom: .5rem;
	color: rgba(255,255,255,.3)
}

.banner .switool a {
	color: #fff;
	margin-left: .15rem
}

.banner .slideImg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .toall img {
	width: 100%
}

.banner .toall {
	position: absolute;
	z-index: 7;
	left: 50%;
	margin-left: .16rem;
	bottom: .2rem;
	width: .33rem;
	animation: up 2s infinite;
	cursor: pointer;
}

.banner .swiBtn {
	position: absolute;
	right: .45rem;
	z-index: 8;
	top: 50%;
	margin-top: -1.6rem
}

.banner .swiBtn a {
	display: block;
	width: .5rem;
	height: .5rem;
	text-align: center;
	line-height: .5rem;
	border-radius: 50%;
	background: rgba(0,0,0,.6);
	color: #fff;
	margin: .2rem 0
}

.banner .swiBtn a:hover {
	animation: beat 0.5s 1;
}

.isIpadPro .banner .item .slideImg,.isIpadAir .banner .item .slideImg {
	height: 52vw
}

.isIpadPro .banner  .toall,.isIpadAir .banner  .toall {
	display: none
}

@media (max-width: 992px) {
	.banner .swiBtn {
		position: absolute;
		right: .45rem;
		z-index: 8;
		top: auto;
		margin-top: 0;
		left: .45rem;
		width: auto;
		bottom: .3rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.banner .swiBtn a {
		display: block;
		width: .7rem;
		height: .7rem;
		text-align: center;
		line-height: .7rem;
		color: #fff;
		margin: 0 .2rem
	}
}

@media (max-width: 597px) {
}

@media (min-width:1024px) {
	.banner .swiper-slide .sc {
		-webkit-transition: 8s 1s linear;
		-webkit-transform: scale(1)
	}

	.banner .swiper-slide-active .sc {
		-webkit-transform: scale(1.1)
	}
}

@media (max-width:1024px) {
	.banner .swiper-slide a:before {
		height: 35%
	}

	.banner .item .slideImg {
		padding-bottom: 0;
		height: 52vw;
		min-height: inherit
	}

	.banner .swiTool .wp {
		justify-content: center;
	}

	.banner .swiDots span.active {
		width: .34rem;
		height: .40rem;
	}

	.banner .swiDots span {
		margin: 0 .1rem;
		width: .14rem;
		height: .14rem;
	}

	.banner .toall {
		display: none
	}
}

@media (max-width:992px) {
	.banner .item .slideImg {
		height: 58vw;
	}

	.banner .swiBtn a.prev {
		left: .2rem
	}

	.banner .swiBtn a.next {
		right: .2rem
	}

	.banner .swiDots span.swiper-pagination-current {
		font-size: .28rem
	}

	.banner .switool {
		bottom: .25rem
	}
}

@media (max-width:597px) {
	.banner .swiBtn img {
		height: .12rem
	}

	.banner .swiper-slide .txt {
		text-align: center;
		bottom: .2rem;
		padding-right: .4rem;
		padding-left: .4rem;
		font-size: .36rem
	}
}

.iconfont {
	font-size: inherit;
}

#content {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.intit {
	margin-bottom: .45rem
}

.intit .h3 {
	font-size: .44rem;
	color: #015867;
	line-height: 1em;
	font-weight: bold;
}

.intit.w .h3 {
	color: #fff;
}

.homee {
	padding: .7rem 0 .8rem;
	background: #f9f9f9;
}

.homea {
	padding: .7rem 0 .7rem;
	background: #f7f6f6;
}

.homeb {
	padding: .7rem 0 .7rem;
	background: url(../images/bg2.jpg) no-repeat bottom center;
	background-size: cover;
}

.homec {
	padding: .7rem 0 .4rem;
	background: url(../images/bg3.jpg) no-repeat bottom center;
	background-size: cover;
}

.homed {
	padding: .7rem 0 .7rem;
	background: url(../images/bg4.jpg) no-repeat bottom center;
	background-size: cover;
}

.homef {
	padding: .7rem 0 .6rem;
	background: url(../images/bg5.jpg) no-repeat bottom center;
	background-size: cover;
}

.homeg {
	padding: .7rem 0 .8rem;
	background: url(../images/bg6.jpg) no-repeat bottom center;
	background-size: cover;
}

.homea .box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: .4rem
}

.homea .calendar {
	width: 5.4rem;
	position: relative;
	z-index: 4;
	padding: .2rem;
	border-right: 1px solid #ddd;
}

.homea .calendar-container {
	width: 100%;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 3;
	font-size: .18rem
}

.homea .slideDatap {
	width: calc(100% - 5.4rem);
	position: relative;
	z-index: 2;
	padding: .2rem .3rem
}

.homea .slideData .swiper-slide .con .img {
	width: 1.92rem;
	height: 2.54rem
}

.homea .slideData .swiper-slide .con .txt {
	flex: 1;
	overflow: hidden;
	margin-left: .3rem
}

.homea .slideData .swiper-slide time {
	color: #015867;
	font-size: .18rem;
	display: block;
	margin-bottom: .6rem
}

.homea .slideData .swiper-slide time span {
	font-family: 'ath';
	font-size: .32rem;
	margin-right: .2rem
}

.homea .slideData .swiper-slide .txt h4 {
	font-size: .2rem;
	height: .56rem
}

.homea .slideData .swiper-slide .txt p {
	color: #666;
	margin-top: .2rem
}

.homea .slideData .swiper-slide .txt .desc {
	color: #888;
	line-height: 1.6em;
	margin-top: .3rem;
	text-align: justify;
	max-height: 1.25rem\0;
}

.homea .slideData .swiDots {
	justify-content: center;
	display: flex;
	align-items: center;
	margin-top: .3rem;
	padding-bottom: 2px
}

.homea .slideData .swiDots span {
	width: .1rem;
	height: .1rem;
	background: #E4A822;
	border-radius: .4rem;
	opacity: 1;
	margin: 0 .06rem
}

.homea .slideData .swiDots span.active {
	width: .65rem;
}

.homeb .list {
	margin-bottom: .45rem
}

.homeb .list li {
	width: 22.75%;
	margin-right: 3%
}

.homeb .list li a {
	display: block;
	background: #fff;
	box-shadow: 0 .1rem .3rem rgba(169,182,198,.2);
	transition: .3s
}

.homeb .list li:nth-child(4n) {
	margin-right: 0
}

.homeb .list li .img {
	height: 2.88rem
}

.homeb .list li .txt {
	padding: .25rem
}

.homeb .list li .txt time {
	margin-bottom: .15rem;
	color: #015867;
	display: block;
}

.homeb .list li .txt time em {
	margin-right: .05rem
}

.homeb .list li .txt h4 {
	font-size: .18rem;
	margin-bottom: .12rem;
	line-height: 1.4em
}

.homeb .list li .txt p {
	font-size: .14rem;
	line-height: 1.8em;
	color: #666;
	height: .5rem
}

.homec .list li {
	width: 4.96rem;
	margin-bottom: .4rem
}

.homec .list li a {
	background: #fff;
	padding: .3rem;
	border-radius: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	transition: .3s
}

.homec .list li time {
	background: #eaf3f3;
	width: .8rem;
	height: .8rem;
	border-radius: .2rem 0 .2rem 0;
	text-align: center;
	color: #015867;
	font-size: .14rem;
	padding-top: .12rem;
	display: block;
}

.homec .list li time span {
	display: block;
	font-size: .32rem;
	font-weight: bold;
	line-height: 1.1em
}

.homec .list li h4 {
	flex: 1;
	overflow: hidden;
	margin-left: .2rem;
	font-size: .2rem;
	line-height: 1.5em;
	max-height: .6rem\0
}

.homed .box {
	align-items: flex-start;
}

.homed .slide-d {
	width: 7.25rem
}

.homed .list {
	width: 8.1rem
}

.homed .slide-d .img {
	height: 3.7rem;
	border-radius: .2rem 0 .2rem 0;
	background: transparent;
	margin-bottom: .2rem
}

.homed .slide-d .txt h4 {
	font-size: .22rem;
	line-height: 1.5em;
	color: #fff;
	height: .66rem
}

.homed .swiDots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .2rem
}

.homed .swiDots span {
	width: .16rem;
	height: .16rem;
	background: #fff;
	margin: 0 .15rem;
	border-radius: 50%;
	opacity: .5
}

.homed .swiDots span.active {
	width: .24rem;
	height: .24rem;
	background: #ffb72c;
	opacity: 1
}

.homed .list li+li {
	margin-top: .75rem
}

.homed .list li a {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.homed .list li time {
	width: 1.1rem;
	height: .92rem;
	border-radius: 0 0 .1rem .1rem;
	text-align: center;
	color: #fff;
	font-size: .14rem;
	padding-top: .08rem;
	border: 1px solid #ffb72c;
	border-top-width: .15rem;
	transition: .3s;
	display: block;
}

.homed .list li time span {
	display: block;
	font-size: .32rem;
	font-weight: bold;
	line-height: 1.1em
}

.homed .list li h4 {
	flex: 1;
	overflow: hidden;
	margin-left: .2rem;
	font-size: .22rem;
	line-height: 1.6em;
	max-height: .7rem\0;
	color: #fff
}

.homee .list {
	margin-bottom: .4rem
}

.homee .list li {
	width: 23.5%;
	margin-right: 2%
}

.homee .list li a {
	display: block;
	background: #F5F5F5;
	transition: .3s
}

.homee .list li:nth-child(4n) {
	margin-right: 0
}

.homee .list li .img {
	height: 1.9rem
}

.homee .list li .txt {
	font-size: .2rem;
	text-align: center;
	padding: .2rem;
}

.homee .list li .txt h4 {
	font-weight: bold;
}

.homef .list li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: .35rem
}

.homef .list li a {
	display: block;
	background: #fff;
	transition: .3s
}

.homef .list li:nth-child(4n) {
	margin-right: 0
}

.homef .list li .img {
	height: 1.9rem
}

.homef .list li .txt {
	padding: .2rem;
}

.homef .list li .txt h4 {
	font-size: .18rem;
}

.homef .list li .txt p {
	font-size: .14rem;
	color: #888;
	margin-top: .1rem
}

.homeg .slide-g {
	width: 8.4rem
}

.homeg .slide-g .img {
	height: 5rem
}

.homeg .txts {
	width: 6.85rem
}

.homeg .slide-gs {
	width: 6.85rem;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5
}

.homeg .slide-gs .img {
	height: 2.1rem
}

.homeg .swiper-slide.video a {
	display: block;
	position: relative;
}

.homeg .swiper-slide.video a:before {
	content: '';
	width: .96rem;
	height: .96rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.48rem;
	margin-top: -.48rem;
	z-index: 5;
	background: url(../images/play.svg) no-repeat center;
	background-size: 100% 100%;
	z-index: 5
}

.homeg .slide-gs .swiper-slide.video a:before {
	transform: scale(.6)
}

.homeg .txts ul li+li {
	display: none
}

.homeg .txts ul li h4 {
	font-size: .24rem;
	margin-bottom: .2rem;
	line-height: 1.4em
}

.homeg .txts ul li p {
	line-height: 1.6em;
	color: #777;
	margin-bottom: .2rem;
	max-width: 5.5rem;
	max-height: .5rem\0;
}

.homeg .txts ul li time {
	color: #015867;
}

.homeg .swiBtn {
	margin-top: .3rem
}

.homeg .swiBtn a {
	display: block;
	width: .46rem;
	height: .46rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #00849A;
	color: #00849A;
	font-size: .2rem;
	transition: .3s
}

.homeg .swiBtn a+a {
	margin-left: .2rem
}

@media (min-width: 993px) {
	.homed .list li a:hover time {
		background: #ffb72c;
		padding-top: 0
	}

	.homed .list li a:hover h4 {
		color: #ffb72c
	}

	.homed .slide-d .swiper-slide:hover .txt h4 {
		color: #ffb72c
	}

	.homeb .list li:hover a {
		background: #00849a
	}

	.homeb .list li:hover .txt time {
		color: #fff;
	}

	.homeb .list li:hover .txt h4 {
		color: #fff
	}

	.homeb .list li:hover .txt p {
		color: rgba(255,255,255,.7)
	}

	.homec .list li a:hover {
		transform: translateY(-.1rem);
		box-shadow: 0 .1rem .3rem rgba(0,0,0,.4);
	}

	.homee .list li a:hover {
		background: #00849a;
		color: #fff
	}

	.homeg .swiBtn a:hover {
		background: #00849A;
		color: #fff
	}

	.homef .list li a:hover {
		background: #00849a;
		color: #fff
	}

	.homef .list li a:hover .txt p {
		color: rgba(255,255,255,.7)
	}
}

@media (max-width: 992px) {
	.homee {
		padding: .9rem 0 1rem;
	}

	.homea {
		padding: .9rem 0 .9rem;
	}

	.homeb {
		padding: .9rem 0 .9rem;
	}

	.homec {
		padding: .9rem 0 .6rem;
	}

	.homed {
		padding: .9rem 0 .9rem;
	}

	.homef {
		padding: .9rem 0 .8rem;
	}

	.homeg {
		padding: .9rem 0 1rem;
	}

	.homec .intit {
		justify-content: space-between;
	}

	.homed .intit {
		justify-content: space-between;
	}

	.homef .intit {
		justify-content: space-between;
	}

	.homeg .intit {
		justify-content: space-between;
	}

	.intit .h3 {
		font-size: .5rem;
	}

	.homea .calendar {
		width: 100%;
		padding: .4rem;
		border-bottom: 1px solid #ddd;
		border-right: 0
	}

	.homea .calendar-container {
		font-size: .24rem
	}

	.homea .slideDatap {
		width: 100%;
		padding: .4rem .4rem .56rem
	}

	.homea .slideData .swiper-slide time {
		font-size: .24rem
	}

	.homea .slideData .swiper-slide time span {
		font-size: .46rem
	}

	.homea .slideData .swiper-slide .txt h4 {
		height: auto;
		font-size: .3rem;
	}

	.homea .slideData .swiper-slide .con .img {
		width: 2.4rem;
		height: 3.2rem
	}

	.homeb .list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: .5rem
	}

	.homeb .list li:nth-child(4n) {
		margin-right: 4%
	}

	.homeb .list li:nth-child(2n) {
		margin-right: 0
	}

	.homeb .list li .img {
		height: 32vw
	}

	.homeb .list li .txt h4 {
		font-size: .26rem
	}

	.homeb .list li .txt p {
		font-size: .22rem;
		height: auto;
		line-height: 1.6em
	}

	.homeb .list li .txt {
		padding: .3rem
	}

	.homec .list li {
		width: 100%
	}

	.homec .list li time {
		width: 1.2rem;
		height: 1.05rem
	}

	.homec .list li h4 {
		font-size: .28rem;
		margin-left: .4rem
	}

	.homec .list li time {
		font-size: .22rem
	}

	.homec .list li time span {
		font-size: .42rem
	}

	.homed .slide-d {
		width: 100%;
		margin-bottom: .5rem
	}

	.homed .list {
		width: 100%
	}

	.homed .slide-d .img {
		height: 46vw
	}

	.homed .slide-d .txt h4 {
		height: auto;
		font-size: .28rem
	}

	.homed .list li h4 {
		margin-left: .3rem;
		font-size: .28rem
	}

	.homed .list li time {
		width: 1.3rem;
		height: 1.1rem
	}

	.homed .list li time {
		font-size: .22rem
	}

	.homed .list li time span {
		font-size: .42rem
	}

	.homed .list li+li {
		margin-top: .4rem
	}

	.homee .list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: .5rem
	}

	.homee .list li:nth-child(4n) {
		margin-right: 4%
	}

	.homee .list li:nth-child(2n) {
		margin-right: 0
	}

	.homee .list li .img {
		height: 24vw
	}

	.homee .list li .txt h4 {
		font-size: .26rem
	}

	.homee .list li .txt {
		padding: .25rem .3rem
	}

	.homee .list {
		margin-bottom: .2rem
	}

	.homef .list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: .5rem
	}

	.homef .list li:nth-child(4n) {
		margin-right: 4%
	}

	.homef .list li:nth-child(2n) {
		margin-right: 0
	}

	.homef .list li .img {
		height: 24vw
	}

	.homef .list li .txt h4 {
		font-size: .26rem
	}

	.homef .list li .txt {
		padding: .25rem .3rem
	}

	.homef .list li .txt p {
		font-size: .22rem
	}

	.homeg .slide-gs {
		display: none
	}

	.homeg .slide-g {
		width: 100%;
		margin-bottom: .3rem
	}

	.homeg .slide-g .img {
		height: 54vw
	}

	.homeg .txts {
		width: 100%
	}

	.homeg .txts ul li h4 {
		font-size: .3rem
	}

	.homeg .txts ul li p {
		max-width: inherit;
	}

	.homeg .swiBtn {
		margin-top: .5rem
	}

	.homeg .swiBtn a {
		width: .66rem;
		height: .66rem;
		font-size: .28rem
	}

	.homeg .swiBtn a+a {
		margin-left: .4rem
	}
}

@media (max-width: 597px) {
	.homeg .txts ul li h4 {
		font-size: .34rem
	}

	.homef .list li:nth-last-child(1) {
		display: none
	}

	.homef .list li:nth-last-child(2) {
		display: none
	}

	.homef .list li:nth-last-child(3) {
		display: none
	}

	.homef .list li:nth-last-child(4) {
		display: none
	}

	.homef .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem
	}

	.homef .list li:nth-child(4n) {
		margin-right: 0
	}

	.homef .list li .img {
		height: 46vw
	}

	.homef .list li .txt h4 {
		font-size: .32rem
	}

	.homef .list li .txt {
		padding: .25rem .3rem
	}

	.homef .list li .txt p {
		font-size: .26rem
	}

	.homee .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem
	}

	.homee .list li:nth-child(4n) {
		margin-right: 0
	}

	.homee .list li .img {
		height: 46vw
	}

	.homee .list li .txt h4 {
		font-size: .36rem
	}

	.homee .list li .txt {
		padding: .3rem .3rem
	}

	.homee .list {
		margin-bottom: .2rem
	}

	.homed .slide-d .txt h4 {
		height: auto;
		font-size: .32rem
	}

	.homed .list li h4 {
		margin-left: .3rem;
		font-size: .3rem
	}

	.homeb .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: .5rem
	}

	.homeb .list li:nth-child(4n) {
		margin-right: 0
	}

	.homeb .list li .img {
		height: 60vw
	}

	.homeb .list li .txt h4 {
		font-size: .32rem
	}

	.homeb .list li .txt p {
		font-size: .24rem;
		height: auto;
		line-height: 1.6em
	}

	.homeb .list li .txt {
		padding: .3rem
	}

	.homeb .list {
		margin-bottom: .2rem
	}

	.homec .list li time {
		width: 1.26rem;
		height: 1.05rem
	}

	.homec .list li h4 {
		font-size: .3rem;
		line-height: 1.4em
	}

	.homea .slideData .swiDots span {
		width: .14rem;
		height: .14rem
	}

	.homea .slideData .swiper-slide .txt .desc {
		font-size: .24rem;
		-webkit-line-clamp: 4;
	}

	.homea .slideData .swiper-slide time {
		font-size: .28rem
	}

	.homea .slideData .swiper-slide time span {
		font-size: .5rem
	}

	.homea .slideData .swiper-slide .txt h4 {
		font-size: .32rem
	}

	.homea .calendar-container {
		font-size: .28rem
	}
}