@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0
}

li {
	list-style: none
}

::-webkit-scrollbar {
	width: 5px
}

::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 5px
}

html,
body {
	width: 100%;
	margin: 0 auto
}

html {
	font-size: 5.2083333333333vw
}

@media (max-width:1199px) {
	html {
		font-size: 6.6vw !important
	}
}

@media (max-width:767px) {
	html {
		font-size: 13.3vw !important
	}
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
	display: block
}

.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px
}

:focus {
	outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	cursor: pointer
}

* html .clearfix {
	height: 0%
}

*+html .clearfix {
	min-height: 0%
}

*+html .clearfix {
	min-height: 0%
}

@font-face {
	font-family: 'Philosopher-Regular';
	src: url(../fonts/Philosopher-Regular.ttf)
}

@font-face {
	font-family: 'PingFang-Medium';
	src: url(../fonts/PingFang-Medium.ttf)
}

@font-face {
	font-family: 'PingFang-Heavy';
	src: url(../fonts/PingFang-Heavy.ttf)
}

@font-face {
	font-family: 'SourceHanSans-Medium';
	src: url(../fonts/SourceHanSans-Medium.woff2)
}

@font-face {
	font-family: 'SourceHanSans-Normal';
	src: url(../fonts/SourceHanSans-Normal.woff2)
}

@font-face {
	font-family: 'SourceHanSans-Regular';
	src: url(../fonts/SourceHanSans-Regular.woff2)
}

@font-face {
	font-family: 'SourceHanSerifCN-Heavy';
	src: url(../fonts/SourceHanSerifCN-Heavy.woff2)
}

body {
	color: #333;
	background: #ffffff;
	font: .18rem 'Microsoft YaHei', arial, sans-serif;
	min-width: 320px
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #0961C2
}

.di_in {
	display: inline-block
}

.di_no {
	display: none
}

.di_bl {
	display: block
}

.te_c {
	text-align: center
}

.p_r {
	position: relative
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.flex-align-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: pace-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-warp {
	flex-flow: wrap
}

.flex-column {
	flex-flow: column
}

.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.container {
	max-width: 19.2rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.9rem;
	padding-right: 1.9rem
}

@media (max-width:1199px) {
	.container {
		padding-left: .2rem;
		padding-right: .2rem
	}
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%
}

.header::after {
	content: '';
	position: absolute;
	height: 2rem;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	background-image: linear-gradient(#000F1E, rgba(0, 0, 0, 0));
	opacity: .4
}

.header .top {
	background-color: #FFF;
	padding-right: 1.3rem;
	padding-left: 1.3rem;
	line-height: .43rem;
	justify-content: flex-end;
	font-family: 'SourceHanSans-Normal';
	color: #76483D;
	font-size: .16rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.header .top>span {
	margin: 0 .15rem;
	font-size: .14rem
}

.header .top>a {
	color: #76483D
}

.header .nav-con {
	background-color: #76483D;
	height: .73rem;
	padding-left: 1.3rem;
	padding-right: 1.3rem
}

.header .logo {
	position: absolute;
	left: 50%;
	top: -.43rem;
	width: 1.74rem;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 9;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s
}

.header .logo img {
	width: 100%
}

.header .search-btn {
	width: .18rem;
	background: url(../images/search.svg)no-repeat center;
	background-size: 100%;
	margin-right: .2rem;
	cursor: pointer
}

.header .menu-btn {
	width: .22rem;
	background: url(../images/menu.svg)no-repeat center;
	background-size: 100%;
	cursor: pointer
}

.nav li {
	margin-right: 1.1rem
}

.nav li::after {
	content: '';
	position: absolute;
	right: -.55rem;
	width: 1px;
	height: .2rem;
	background-color: #FFF;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.nav li:nth-child(4) {
	margin-right: 3rem
}

.nav li:nth-child(4)::after {
	display: none
}

.nav li:last-child {
	margin-right: 1rem
}

.nav li>a {
	line-height: 2;
	color: #FFF;
	font-size: .22rem;
	line-height: .73rem;
	font-family: 'SourceHanSans-Medium';
	white-space: nowrap
}

.nav li.on a {
	color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px
}

.nav .drop {
	width: 1.3rem;
	left: 50%;
	top: .73rem;
	position: absolute;
	transition: transform 0.2s linear, opacity 0.2s linear;
	-webkit-transition: transform 0.2s linear, opacity 0.2s linear;
	-moz-transition: transform 0.2s linear, opacity 0.2s linear;
	-ms-transition: transform 0.2s linear, opacity 0.2s linear;
	-o-transition: transform 0.2s linear, opacity 0.2s linear;
	transform-origin: top;
	z-index: 9;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	background-color: #FFF;
	line-height: 2.2;
	font-family: 'SourceHanSans-Regular';
	margin-left: -.65rem;
	padding: .15rem 0
}

.search-content {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100001;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(9, 97, 194, .9)
}

.search-content .close {
	position: absolute;
	right: .6rem;
	top: .6rem;
	width: .6rem;
	height: .6rem;
	background: url(../images/close.svg)no-repeat center;
	background-size: .4rem;
	cursor: pointer;
	z-index: 10
}

.search-content .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 7rem;
	height: .7rem;
	border-bottom: 1px #FFF solid
}

.search-content .content input[type='text'] {
	color: #FFF;
	font-size: .18rem;
	background: none;
	padding-left: .15rem
}

.search-content .content input[type='text']::placeholder {
	color: #FFF
}

.search-content .content input[type='submit'] {
	width: .6rem;
	background: url(../images/search.svg)no-repeat center;
	background-size: .24rem
}

.header.fixed .top {
	margin-top: -.43rem
}

.header.fixed::after {
	height: 130%
}

.header.fixed .logo {
	top: -.2rem;
	width: 1.2rem
}

.mnav-conent {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10001;
	height: 100%;
    background: url(../images/xldhimg.jpg) no-repeat center bottom #084F9C;
	padding: .5rem 1.3rem 0 1.3rem;
	overflow: hidden
}

.mnav-conent .close {
	position: absolute;
	right: .6rem;
	top: .6rem;
	width: .3rem;
	height: .3rem;
	background: url(../images/close.svg)no-repeat center;
	background-size: 100%;
	cursor: pointer
}

.mnav-conent .logo img {
	height: 1.1rem
}

.mnav-conent .nav {
	margin-top: .4rem
}

.mnav-conent .nav li {
	margin-right: 0
}

.mnav-conent .nav li::after {
	display: none
}

.mnav-conent .nav .drop {
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	background: none
}

.mnav-conent .nav .drop>a {
	color: #FFF
}

.footer {
	background: url(../images/f-bg.jpg)no-repeat center;
	background-size: cover;
	padding-top: 1.1rem;
	color: #FFF
}

.footer .con {
	padding-left: 1.3rem;
	padding-right: 1.3rem
}

.footer .logo {
	width: 3.53rem;
	margin-right: .9rem
}

.footer .logo>img {
	height: 1.12rem
}

.footer .erwma-con .item {
	width: .72rem;
	margin-right: .45rem
}

.footer .erwma-con .item:last-child {
	margin-right: 0
}

.footer .erwma-con .item .erwma {
	width: 100%;
	height: .72rem;
	overflow: hidden
}

.footer .erwma-con .item .erwma>img {
	width: 100%
}

.footer .erwma-con .tit {
	font-size: .14rem;
	line-height: 1.5;
	margin-top: .1rem;
	font-family: 'SourceHanSans-Normal'
}

.footer .info {
	margin-right: 1.2rem
}

.footer .info .item {
	margin-right: .66rem
}

.footer .info .item:last-child {
	margin-right: 0
}

.footer .info .item .icon {
	width: .67rem;
	margin-right: .2rem
}

.footer .info .item .icon>img {
	width: 100%
}

.footer .info .item .tit {
	font-family: 'SourceHanSans-Medium';
	line-height: 1
}

.footer .info .item .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: .16rem;
	font-family: 'SourceHanSans-Regular';
	line-height: 1.3
}

.footer .copyright {
	width: 100%;
	height: .54rem;
	background-color: #084F9C;
	color: #FFF;
	margin-top: .8rem;
	font-size: 12px
}

.footer .copyright>a {
	color: #FFF;
	margin-right: .3rem;
	margin-left: .05rem
}

.footer .copyright>a:last-child {
	margin-right: 0
}

@media (min-width:1025px) {
	.header .top>a:hover {
		color: #0961C2
	}

	.mnav-conent .nav .drop>a:hover {
		opacity: .6;
		text-decoration: underline
	}

	.nav li:hover .drop {
		opacity: 1;
		transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg)
	}
}

@media (max-width:1199px) {
	body {
		font-size: 14px
	}

	.header {
		position: sticky
	}

	.header .top,
	.header .logo,
	.header .nav-con .nav,
	.mnav-conent .logo,
	.mnav-conent .close,
	.header.active::after,
	.header::after {
		display: none
	}

	.header .mb-logo {
		display: flex;
		align-items: center
	}

	.header .mb-logo img {
		height: .9rem
	}

	.header .nav-con {
		height: 1.1rem;
		padding-left: .2rem;
		padding-right: .2rem
	}

	.header::after {
		height: 150%
	}

	.header .menu-btn,
	.header .search-btn {
		width: 24px
	}

	.header .search-btn {
		position: absolute;
		right: 50px;
		top: 0;
		height: 1.1rem
	}

	.header .menu-btn.close {
		background-image: url(../images/close.svg)
	}

	.mnav-conent {
		top: 1.1rem;
		overflow-y: scroll !important;
		background-color: #FFF;
		z-index: 999;
		height: calc(100vh - 1.1rem);
		padding: .2rem .3rem
	}

	.mnav-conent .nav {
		margin-top: 0;
		display: block
	}

	.mnav-conent .nav li>a {
		line-height: 60px;
		color: #333;
		font-size: 16px
	}

	.mnav-conent .nav .arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 60px;
		width: 30px
	}

	.mnav-conent .nav .arrow::after {
		content: '';
		background: url(../images/arrow.svg)no-repeat center;
		background-size: 100%;
		width: 18px;
		height: 18px;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%)
	}

	.mnav-conent .nav .cur .arrow::after {
		transform: translateY(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) rotate(90deg);
		-moz-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		-o-transform: translateY(-50%) rotate(90deg)
	}

	.mnav-conent .nav .drop {
		position: static;
		left: auto;
		transform: translate(0, 0);
		opacity: 1;
		width: 100%;
		display: none;
		text-align: left;
		padding-top: 0;
		background: none;
		padding-bottom: 0;
		margin-left: 0;
		padding-left: 20px;
		font-size: 14px
	}

	.mnav-conent .nav .drop>a {
		color: #333
	}

	.search-content .content {
		width: 90%;
		height: 60px
	}

	.search-content .content input[type='text'] {
		font-size: 14px
	}

	.footer {
		padding-top: .4rem
	}

	.footer .logo {
		margin-right: 0;
		width: 100%;
		justify-content: center;
		margin-bottom: .3rem
	}

	.footer .con {
		padding-left: .2rem;
		padding-right: .2rem
	}

	.footer .info {
		margin-right: .5rem
	}

	.footer .info .item .icon {
		width: 50px;
		height: 50px
	}

	.footer .info .item .txt,
	.footer .erwma-con .tit {
		font-size: 12px
	}

	.footer .copyright {
		margin-top: .4rem
	}

	.footer .erwma-con .item {
		width: 60px;
		margin-right: .3rem
	}

	.footer .erwma-con .item .erwma {
		height: 60px
	}
}

@media (max-width:950px) {
	.footer .info .item {
		margin-right: .3rem
	}
}

@media (max-width:767px) {

	.header .nav-con,
	.footer .logo>img {
		height: 65px
	}

	.header .mb-logo>img {
		height: 45px
	}

	.footer .con,
	.footer .info {
		display: block
	}

	.footer .info {
		margin-right: 0
	}

	.footer .copyright {
		height: auto;
		padding: .2rem;
		line-height: 1.6
	}

	.footer .erwma-con {
		margin-left: auto;
		margin-right: auto;
		margin-top: .3rem;
		justify-content: center
	}

	.footer .info .item {
		margin-right: 0;
		margin-top: .3rem
	}
}

.banner {
	overflow: hidden;
	margin-top: .43rem
}

.banner img,
.n-banner img {
	width: 100%
}

.banner .swiper-slide::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.8rem;
	z-index: 2;
	background-image: linear-gradient(rgba(0, 15, 30, 0), rgba(0, 15, 30, 1));
	opacity: .4
}

.banner .swiper-pagination {
	align-items: flex-end;
	bottom: .5rem
}

.banner .swiper-pagination-bullet {
	width: .13rem;
	height: .13rem;
	opacity: 1;
	background-color: #FFF;
	margin-left: .35rem !important;
	margin-bottom: .2rem !important;
	margin-right: .35rem !important
}

.banner .swiper-pagination-bullet-active {
	background: url(../images/banner-icon.svg)no-repeat center;
	background-size: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	width: .57rem;
	height: .75rem;
	margin-bottom: 0 !important
}

.pub {
	background: url(../images/pub-bg.png)no-repeat center bottom;
	padding-bottom: 4rem;
	background-size: 16.5rem
}

.sidebar {
	width: 3rem;
	padding-bottom: .9rem;
	background: #F0F6FF url(../images/s-bg.png)no-repeat center bottom;
	margin-top: -.9rem;
	min-height: 3.8rem;
	background-size: 100%;
	margin-right: .4rem
}

.sidebar .title {
	font-size: .3rem;
	font-family: 'PingFang-Heavy';
	background-color: #76483D;
	line-height: .9rem;
	color: #FFF
}

.sidebar li {
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	font-family: 'PingFang-Medium'
}

.sidebar li>a {
	line-height: .6rem;
	font-size: .2rem;
	color: #555;
	padding-left: .4rem
}

.sidebar li.on>a {
	color: #76483D;
	font-family: 'PingFang-Heavy'
}

.sidebar li.on>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: #76483D
}

.sidebar li.on>a::after {
	content: '';
	position: absolute;
	right: .3rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: .1rem;
	height: .15rem;
	background: url(../images/arrow1.svg)no-repeat center;
	background-size: 100%
}

.crumbs {
	font-size: .16rem;
	justify-content: flex-end;
	color: #626262;
	margin-top: .32rem
}

.crumbs>span {
	background: url(../images/home.svg)no-repeat left center;
	background-size: .17rem;
	padding-left: .25rem
}

.crumbs>a {
	color: #626262;
	display: flex;
	align-items: center
}

.pub-title {
	font-size: .28rem;
	line-height: 1.2;
	font-family: 'PingFang-Heavy';
	border-bottom: 1px #D8D8D8 solid;
	padding: .2rem;
	margin-top: .1rem
}

.pub-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 5px;
	height: .3rem;
	background-color: #154FBB
}

.zhineng {
	margin-top: .35rem
}

.zhineng .item {
	position: relative;
	width: 28%;
	margin-right: 8%;
	border-bottom: 1px #D8D8D8 solid;
	padding: .35rem 0;
	font-family: 'PingFang-Medium';
	margin-top: .15rem
}

.zhineng .item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: .1rem;
	height: .15rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(../images/arrow2.svg)no-repeat center;
	background-size: 100%
}

.zhineng .item:nth-of-type(3n) {
	margin-right: 0
}
.zhineng .item .txt {
    position: absolute;
    left: 0;
    /* bottom: .2rem; */
    font-size: .14rem;
    color: #333;
	transform: translateY(100%);
    margin-top: .1rem;
}
.zhineng .item .txt:hover {
	color: #0961C2;
}
.jiaoxue {
	margin-top: .15rem
}

.jiaoxue>a {
	width: 47%;
	padding-top: .73rem;
	border-bottom: 1px #E2E2E2 solid;
	padding-bottom: .15rem
}

.jiaoxue>a .tit {
	font-size: .22rem;
	font-family: 'PingFang-Heavy';
	line-height: 1.2
}

.jiaoxue>a .des {
	color: #666666;
	font-size: .16rem;
	line-height: 1.7;
	font-family: 'PingFang-Medium';
	margin-top: .15rem
}

.jiaoxue>a .more {
	font-size: .2rem;
	font-family: 'arial';
	color: #666;
	background: url(../images/arrow3.svg)no-repeat right center;
	background-size: .22rem;
	margin-top: .55rem
}

.leader {
	margin-top: .35rem
}

.leader>a {
	margin-top: .55rem;
	width: 47%;
	border: 1px #D8D8D8 solid;
	line-height: .86rem;
	font-size: .22rem;
	font-family: 'PingFang-Medium';
	padding-left: .45rem
}

.leader>a>span {
	font-family: 'PingFang-Heavy';
	padding-left: .35rem;
	width: 3.7rem
}

.leader>a>span::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #333
}

.xun {
	margin-top: .85rem
}

.xun .title {
	line-height: 1.5;
	color: #76483D;
	font-size: .22rem;
	font-family: 'PingFang-Heavy'
}

.xun .title>span {
	width: 1rem
}

.xun .title::after {
	content: '';
	height: 1px;
	flex: 1;
	background-color: #D8D8D8
}

.xun .text {
	line-height: 2;
	font-family: 'PingFang-Medium'
}

.xun .text p {
	text-indent: .36rem;
	margin-top: .1rem
}

.xun .hui .body {
	margin-top: .4rem
}

.xun .hui .body .pic img {
	width: 3.63rem
}

.xun .hui .body .text {
	margin-top: .1rem
}

.xun .xx {
	margin-top: 1rem
}

.xun .xx .body {
	margin-top: .65rem
}

.xun .xx .body .pic>img {
	height: 1.05rem
}

.xun .xx .body .text {
	margin-top: .55rem
}

.xun .jixiang {
	margin-top: .9rem
}

.xun .jixiang .body {
	margin-top: .8rem
}

.xun .jixiang .pic img {
	height: 3.3rem
}

.xun .jixiang .text {
	margin-top: .5rem
}

.shiyi {
	margin-top: .9rem;
	background: url(../images/shiyi-bg.png)no-repeat center;
	background-size: 100%
}

.shiyi .title {
	color: #78493F;
	font-size: .22rem;
	font-family: 'PingFang-Heavy';
	padding-bottom: .5rem
}

.shiyi .title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 6rem;
	background-color: #D8D8D8;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.shiyi .con {
	padding-left: .6rem;
	padding-right: .6rem
}

.shiyi .con .text-con {
	width: 45.5%;
	margin-top: .55rem
}

.shiyi .con .tit {
	font-size: .2rem;
	line-height: 1.5;
	font-family: 'PingFang-Heavy'
}

.shiyi .text {
	line-height: 2.2;
	font-family: 'PingFang-Medium';
	text-indent: .36rem
}

.shiyi .con .text {
	margin-top: .25rem
}

.shiyi .content {
	margin-top: 2rem
}

.shiyi .content .text {
	margin-top: .55rem
}

.shiyi .content .text>p {
	margin-top: .2rem
}

.text-list {
	margin-top: .2rem
}

.text-list .item {
	z-index: 9;
	border-bottom: 1px #F9E0E1 dashed;
	padding: .4rem .4rem .4rem .3rem;
	font-family: 'PingFang-Medium'
}

.text-list .item .date {
	font-family: 'SourceHanSerifCN-Heavy';
	color: #999;
	font-size: .14rem;
	line-height: 1;
	margin-right: .4rem;
	z-index: 9
}

.text-list .item .date span {
	color: #084F9C;
	font-size: .34rem;
	margin-bottom: .1rem
}

.text-list .item .text-con {
	z-index: 9
}

.text-list .item .tit {
	overflow: hidden;
	height: .24rem;
	font-family: 'PingFang-Heavy'
}

.text-list .item .des {
	font-size: .16rem;
	color: #8D8D8D;
	margin-top: .15rem;
	line-height: 1.6;
	overflow: hidden;
	height: .23rem;
	font-family: 'PingFang-Medium'
}

.page {
	margin-top: .7rem;
	line-height: .3rem;
	font-size: .16rem
}

.page a {
	border: 1px #DCDCDC solid;
	width: .3rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height: .3rem;
	margin: 0 .05rem
}

.page .idx,
.page .last {
	width: .48rem
}

.page .prev,
.page .next {
	background: url(../images/arrow.svg)no-repeat center;
	background-size: .1rem
}

.page .prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.page .on {
	background-color: #0062AC;
	color: #FFF;
	border-color: #0062AC
}

.image-list {
	padding-top: .4rem
}

.image-list .item {
	border-bottom: 1px #8D8D8D dashed;
	padding-bottom: .4rem;
	margin-bottom: .4rem
}

.image-list .item .pic {
	width: 2.9rem;
	height: 1.93rem;
	overflow: hidden;
	margin-right: .25rem
}

.image-list .item .date {
	font-family: 'SourceHanSerifCN-Heavy';
	color: #999;
	font-size: .14rem;
	margin-top: .05rem;
	padding-bottom: .15rem
}

.image-list .item .date span {
	font-size: .34rem;
	color: #0062AC
}

.image-list .item .date::after {
	content: '';
	position: absolute;
	left: -.25rem;
	width: 1.6rem;
	height: 1px;
	background-color: #ECF2F8;
	bottom: 0
}

.image-list .item .date::before {
	content: '';
	position: absolute;
	left: 1.35rem;
	bottom: -3px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px #ECF2F8 solid;
	background-color: #FFF
}

.image-list .item .tit {
	line-height: 1.6;
	margin-top: .15rem;
	font-size: .2rem;
	overflow: hidden;
	height: .32rem;
	font-family: 'PingFang-Heavy'
}

.image-list .item .des {
	font-size: .16rem;
	line-height: 1.9;
	color: #8D8D8D;
	margin-top: .15rem;
	overflow: hidden;
	height: .54rem
}

.details {
	padding-top: .7rem
}

.details h1 {
	font-size: .26rem;
	line-height: 1;
	font-family: 'PingFang-Heavy'
}

.details .info {
	border-bottom: 1px #E8E8E8 solid;
	font-size: .16rem;
	color: #8D8D8D;
	font-family: 'PingFang-Medium';
	margin-top: .3rem;
	line-height: 1.5;
	padding-bottom: .28rem
}

.details .info span {
	margin-right: .6rem
}

.details .info span::after {
	content: '|';
	position: absolute;
	right: -.3rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #DEDEDE;
	font-size: .12rem
}

.details .info span:last-child {
	margin-right: 0
}

.details .info span:last-child::after {
	display: none
}

.details .body {
	line-height: 2;
	margin-top: .15rem;
	text-indent: .36rem;
	font-family: 'PingFang-Medium'
}

.details .body p {
	text-indent: .36rem;
	line-height: 200% !important;
}

.details .body img {
	max-width: 100% !important;
	height: auto !important;
    margin: 0 auto;
    display: block;
}

.details .prev-next {
	margin-top: .5rem;
	border-top: 1px #D8D8D8 solid;
	padding-top: .1rem;
	font-family: 'PingFang-Medium'
}

.details .prev-next>a {
	margin-top: .4rem;
	line-height: 1.2;
	font-family: 'SourceHanSans-Regular';
	display: block;
}

.album .item {
	margin-top: .5rem;
	width: 32%;
	margin-right: 2%
}

.album .item:nth-of-type(3n) {
	margin-right: 0
}

.album .item .pic {
	overflow: hidden;
	padding-top: 65.503%
}

.album .item .pic img {
	position: absolute;
	left: 0;
	top: 0
}

.album .item .tit {
	line-height: 1.5;
	margin-top: .15rem;
	font-size: .24rem;
	font-family: 'PingFang-Medium'
}

.about {
	min-width: 0
}

.about .content {
	margin-top: .85rem
}

.about .title {
	font-size: .24rem;
	font-family: 'PingFang-Heavy';
	color: #78493F
}

.about .title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.2rem;
	height: 1px;
	width: 1.1rem;
	background-color: #78493F
}

.about .title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.2rem;
	height: 1px;
	width: 2.7rem;
	background-color: #78493F;
	opacity: .3;
	z-index: -1
}

.about .text {
	line-height: 2;
	text-indent: .36rem
}

.about .lc .con {
	width: 100%
}

.about .lc .pic {
	float: right;
	width: 4.75rem;
	margin-right: .2rem;
	margin-left: .3rem
}

.about .lc .pic::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-color: #0961C2;
	transform: translate(.2rem, .15rem);
	-webkit-transform: translate(.2rem, .15rem);
	-moz-transform: translate(.2rem, .15rem);
	-ms-transform: translate(.2rem, .15rem);
	-o-transform: translate(.2rem, .15rem);
	width: 100%;
	height: 100%;
	z-index: -1
}

.about .lc .pic>img {
	width: 100%
}

.about .lc .text {
	padding-top: .45rem
}

.about .moshi {
	margin-top: .25rem
}

.about .moshi .text {
	margin-top: .6rem
}

.about .moshi .text p {
	margin-top: .1rem
}

.about .num-box {
	margin-top: .95rem;
	background: url(../images/a-bg1.png)no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 2.1rem
}

.about .num-box .counter {
	color: #0961C2;
	font-family: 'Philosopher-Regular';
	font-size: .6rem;
	line-height: 1
}

.about .num-box .counter::after {
	content: '人';
	font-size: .2rem;
	font-family: 'SourceHanSerifCN-Heavy'
}

.about .num-box .tit {
	font-family: 'SourceHanSans-Medium';
	font-size: .2rem;
	line-height: 1.2;
	margin-top: .05rem;
	color: #3D3D3D
}

.about .num-box .swiper-container {
	padding-bottom: .65rem
}

.about .num-box .swiper-pagination {
	bottom: 0
}

.about .num-box .swiper-pagination-bullet {
	width: .1rem;
	background-color: #D8D8D8;
	opacity: 1;
	height: .1rem;
	margin: 0 5px !important
}

.about .num-box .swiper-pagination-bullet-active {
	background-color: #76483D
}

.about .xz {
	height: 3.1rem;
	background: url(../images/a-bg2.jpg)no-repeat center;
	background-size: cover;
	color: #FFF;
	padding: .3rem .4rem 0 .4rem
}

.about .xz .title {
	color: #FFF
}

.about .xz .title::after {
	background-color: #FFF
}

.about .xz .text {
	margin-top: .55rem
}

.about .zy {
	margin-top: .8rem
}

.about .zy .swiper-container {
	padding-top: .85rem;
	padding-bottom: 1rem
}

.about .zy .swiper-slide {
	width: 5.25rem;
	opacity: 0
}

.about .zy .pic {
	overflow: hidden;
	height: 3.05rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	background-color: #FFF
}

.about .zy .pic img {
	opacity: .4
}

.about .zy .text-con {
	display: none;
	margin-top: -.6rem
}

.about .zy .tit {
	font-family: 'PingFang-Heavy';
	color: #0961C2;
	font-size: .2rem;
	line-height: 1.2;
	margin-top: .05rem
}

.about .zy .txt {
	font-family: 'PingFang-Medium';
	line-height: 1.2;
	margin-top: .1rem
}

.about .zy .swiper-slide-prev,
.about .zy .swiper-slide-next,
.about .zy .swiper-slide-active,
.about .zy .swiper-slide-next+.swiper-slide,
.about .zy .swiper-slide:has(+.swiper-slide-prev) {
	opacity: 1
}

.about .zy .swiper-slide-prev .pic img,
.about .zy .swiper-slide-next .pic img {
	opacity: .8
}

.about .zy .swiper-slide-active .text-con {
	display: block;
	transform: translateY(.9rem);
	-webkit-transform: translateY(.9rem);
	-moz-transform: translateY(.9rem);
	-ms-transform: translateY(.9rem);
	-o-transform: translateY(.9rem)
}

.about .zy .swiper-slide-active .pic img {
	opacity: 1
}

.about .zy .swiper-button-prev,
.about .zy .swiper-button-next {
	width: .38rem;
	height: .38rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .17rem;
	background-color: #0961C2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%
}

.about .zy .swiper-button-prev {
	left: 3.2rem;
	background-image: url(../images/prev.svg)
}

.about .zy .swiper-button-next {
	right: 3.2rem;
	background-image: url(../images/next.svg)
}

.about .linian {
	margin-top: .75rem;
	background: url(../images/at-bg2.png)no-repeat left bottom;
	background-size: 7.9rem;
	padding-bottom: 1.25rem
}

.about .linian .content {
	margin-top: .6rem;
	border-top: 1px #D8D8D8 solid
}

.about .linian .tit {
	font-size: .2rem;
	line-height: 1.2;
	font-family: 'PingFang-Heavy'
}

.about .linian .des {
	line-height: 2;
	text-indent: .36rem;
	margin-top: .28rem
}

.about .linian .text-con {
	width: 3.6rem;
	padding-top: .4rem
}

.about .linian .con {
	padding-right: .3rem;
	margin-right: .3rem;
	padding-top: .4rem;
	position: relative
}

.about .linian .con::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #D8D8D8
}

.about .linian .con::before {
	content: '';
	position: absolute;
	left: 47%;
	top: 0;
	width: 1px;
	height: 2.6rem;
	background-color: #D8D8D8
}

.about .linian .con .item {
	width: 46%
}

.about .youshi {
	margin-top: .7rem
}

.about .youshi .item {
	margin-top: .83rem;
	cursor: pointer;
	position: relative
}

.about .youshi .item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -.4rem;
	height: 1px;
	width: 100%;
	background-color: #D8D8D8
}

.about .youshi .item .icon {
	width: 1.22rem;
	height: 1.22rem;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: .5rem
}

.about .youshi .item .tit {
	font-family: 'PingFang-Heavy';
	font-size: .2rem;
	line-height: 1.2
}

.about .youshi .item .des {
	line-height: 2;
	margin-top: .23rem
}

.about .youshi .item .i1 {
	background-image: url(../images/a-icon1.svg);
	background-size: .99rem
}

.about .youshi .item .i2 {
	background-image: url(../images/a-icon2.svg);
	background-size: 1.12rem
}

.about .youshi .item .i3 {
	background-image: url(../images/a-icon3.svg);
	background-size: 1.01rem
}

.about .youshi .item .i4 {
	background-image: url(../images/a-icon4.svg);
	background-size: 1.06rem
}

.about .youshi .item .i5 {
	background-image: url(../images/a-icon5.svg);
	background-size: 1.12rem
}

.about .youshi .item .i6 {
	background-image: url(../images/a-icon6.svg);
	background-size: 1.09rem
}

.about .youshi .item .i7 {
	background-image: url(../images/a-icon7.svg);
	background-size: 1.21rem
}

.about .youshi .item .i8 {
	background-image: url(../images/a-icon8.svg);
	background-size: 1.13rem
}

@media (min-width:1025px) {
	.sidebar li:hover>a {
		color: #76483D;
		font-family: 'PingFang-Heavy'
	}

	.sidebar li:hover>a::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 5px;
		background-color: #76483D
	}

	.sidebar li:hover>a::after {
		content: '';
		position: absolute;
		right: .3rem;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		width: .1rem;
		height: .15rem;
		background: url(../images/arrow1.svg)no-repeat center;
		background-size: 100%
	}

	.zhineng .item:hover,
	.jiaoxue>a:hover {
		border-bottom-color: #084F9C
	}

	.jiaoxue>a:hover .more {
		color: #154FBB;
		background-image: url(../images/arrow4.svg)
	}

	.leader>a:hover {
		background: url(../images/t-bg1.png)no-repeat center;
		background-size: cover;
		color: #FFF
	}

	.leader>a:hover>span::after {
		background-color: #FFF
	}

	.text-list .item:hover .tit,
	.image-list .item:hover .tit,
	.album .item:hover .tit {
		font-weight: bold
	}

	.album .item:hover .pic img,
	.image-list .item:hover .pic img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05)
	}

	.about .youshi .item:hover .tit {
		color: #0961C2
	}

	.about .youshi .item:hover .i1 {
		background-image: url(../images/a-icon1-on.svg)
	}

	.about .youshi .item:hover .i2 {
		background-image: url(../images/a-icon2-on.svg)
	}

	.about .youshi .item:hover .i3 {
		background-image: url(../images/a-icon3-on.svg)
	}

	.about .youshi .item:hover .i4 {
		background-image: url(../images/a-icon4-on.svg)
	}

	.about .youshi .item:hover .i5 {
		background-image: url(../images/a-icon5-on.svg)
	}

	.about .youshi .item:hover .i6 {
		background-image: url(../images/a-icon6-on.svg)
	}

	.about .youshi .item:hover .i7 {
		background-image: url(../images/a-icon7-on.svg)
	}

	.about .youshi .item:hover .i8 {
		background-image: url(../images/a-icon8-on.svg)
	}

	.about .zy .swiper-button-prev:hover,
	.about .zy .swiper-button-next:hover {
		background-color: #FFF
	}

	.about .zy .swiper-button-prev:hover {
		background-image: url(../images/prev-on.svg)
	}

	.about .zy .swiper-button-next:hover {
		background-image: url(../images/next-on.svg)
	}
}

@media (max-width:1199px) {
	.banner {
		margin-top: 0
	}

	.sidebar .title,
	.pub-title {
		font-size: 22px
	}

	.sidebar li>a {
		line-height: 50px;
		font-size: 15px
	}

	.crumbs,
	.jiaoxue>a .des,
	.page ,
	.zhineng .item .txt{
		font-size: 12px
	}

	.crumbs>span {
		background-size: 14px;
		padding-left: 25px
	}

	.jiaoxue>a .tit,
	.shiyi .con .tit,
	.image-list .item .tit,
	.album .item .tit,
	.about .zy .tit,
	.about .linian .tit,
	.about .youshi .item .tit {
		font-size: 16px
	}

	.jiaoxue>a .more,
	.about .num-box .tit,
	.about .num-box .counter::after {
		font-size: 14px
	}

	.leader>a {
		line-height: 60px;
		font-size: 15px
	}

	.leader>a>span {
		width: 75%
	}

	.xun .title>span {
		width: 80px
	}

	.xun .title,
	.shiyi .title,
	.about .title {
		font-size: 18px
	}

	.shiyi .con {
		padding-left: 0;
		padding-right: 0
	}

	.text-list .item .des,
	.text-list .item .date,
	.image-list .item .date,
	.image-list .item .des,
	.details .info {
		font-size: 13px
	}

	.text-list .item .date span,
	.image-list .item .date span {
		font-size: 24px
	}

	.page {
		line-height: 26px
	}

	.page a {
		width: 28px;
		height: 28px
	}

	.page .idx,
	.page .last {
		width: 50px
	}

	.image-list .item .pic {
		width: 3.6rem;
		height: 2.4rem
	}

	.details h1 {
		font-size: 18px;
		line-height: 1.5
	}

	.text-list .item .des,
	.text-list .item .tit,
	.image-list .item .tit,
	.image-list .item .des,
	.about .xz {
		height: auto
	}

	.about .num-box .counter {
		font-size: 36px
	}

	.about .xz {
		padding-bottom: .4rem
	}

	.about .zy .swiper-button-prev,
	.about .zy .swiper-button-next {
		width: 32px;
		height: 32px;
		background-size: 15px
	}
}

@media (max-width:950px) {
	.sidebar {
		display: none
	}

	.about .zy .swiper-slide-prev .pic img,
	.about .zy .swiper-slide-next .pic img,
	.about .zy .pic img {
		opacity: 1
	}

	.about .zy .swiper-slide .text-con {
		display: block;
		margin-top: .3rem
	}

	.about .zy .swiper-slide-active .text-con {
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none
	}

	.about .linian .text-con {
		width: 100%;
		border-top: 1px #D8D8D8 solid
	}

	.about .linian .con {
		margin-right: 0;
		padding-right: 0
	}

	.about .linian .con::before {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		height: 100%
	}

	.about .linian .con::after {
		display: none
	}

	.about .linian .con .item {
		padding-bottom: .3rem
	}

	.about .linian {
		padding-bottom: 2.5rem
	}

	.about .zy .swiper-button-prev,
	.about .zy .swiper-button-next {
		margin-top: -50px
	}

	.about .zy .swiper-button-prev {
		left: .2rem
	}

	.about .zy .swiper-button-next {
		right: .2rem
	}
}

@media (max-width:767px) {
	.pub {
		padding-bottom: 2rem
	}

	.zhineng .item {
		width: 47%;
		margin-right: 6%
	}

	.zhineng .item:nth-of-type(3n) {
		margin-right: 6%
	}

	.zhineng .item:nth-child(even) {
		margin-right: 0
	}

	.leader>a {
		width: 100%
	}

	.about .lc .con {
		margin-top: .6rem
	}

	.about .lc .pic {
		margin-left: 0;
		width: 100%;
		float: none
	}
}

@media (max-width:540px) {
	.zhineng .item {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-right: 0% !important
	}
	.zhineng .item .txt {
		position: relative;
		transform: translateY(0);
	}

	.jiaoxue>a,
	.shiyi .con .text-con {
		width: 100%
	}

	.xun .xx .body .pic>img,
	.xun .jixiang .pic img {
		height: auto;
		max-width: 100%
	}

	.image-list .item {
		display: block
	}

	.image-list .item .pic {
		width: 100%;
		margin-right: 0;
		height: auto;
		padding-top: 62%
	}

	.image-list .item .pic img {
		position: absolute;
		left: 0;
		top: 0
	}

	.image-list .item .text-con {
		margin-top: .3rem
	}

	.album .item {
		width: 49%
	}

	.album .item:nth-of-type(3n) {
		margin-right: 2%
	}

	.album .item:nth-child(even) {
		margin-right: 0
	}

	.about .linian {
		background-position: center bottom;
		background-size: 100%
	}
}

.home-wrap {
	padding-left: 1.3rem;
	padding-right: 1.3rem;
	max-width: 19.2rem;
	margin-left: auto;
	margin-right: auto
}

.home-title .cn {
	font-family: 'SourceHanSans-Medium';
	font-size: .36rem;
	line-height: 1
}

.home-title .cn>span {
	color: #0961C2
}

.home-title .en {
	font-size: .16rem;
	color: #9e9e9e;
	line-height: 1.2;
	margin-top: .05rem;
	text-transform: uppercase
}

.home-title .en::before {
	content: '';
	height: 2px;
	width: .24rem;
	background-color: #0961C2;
	margin-right: .05rem
}

.home-title .more {
	position: absolute;
	right: 0;
	top: .2rem;
	padding-right: .4rem;
	background: url(../images/more.svg)no-repeat right center;
	background-size: .36rem;
	color: #9e9e9e
}

.home-news {
	margin-top: 1.35rem;
	width: 3.58rem
}

.home-news .content {
	margin-top: .25rem
}

.home-news .content>a {
	border-bottom: 1px #D8D8D8 solid;
	padding-bottom: .2rem;
	margin-bottom: .35rem
}

.home-news .content>a:last-child {
	margin-bottom: 0
}

.home-news .content>a .pic {
	overflow: hidden;
	padding-top: 51.5%
}

.home-news .content>a .pic>img {
	position: absolute;
	left: 0;
	top: 0
}

.home-news .content>a .tit {
	line-height: 1.7;
	font-size: .22rem;
	font-family: 'SourceHanSans-Regular';
	margin-top: .2rem;
	height: .75rem;
	overflow: hidden
}

.home-news .content>a .date {
	background: url(../images/date.svg)no-repeat left center;
	padding-left: .25rem;
	background-size: .15rem;
	line-height: 1.2;
	font-family: 'SourceHanSans-Medium';
	color: #9E9E9E;
	font-size: .16rem;
	margin-top: .18rem
}

.home-notice .content {
	margin-top: .4rem
}

.home-notice .content>a {
	padding-bottom: .25rem
}

.home-Headline {
	background-color: #FFF;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, .15);
	min-width: 0;
	margin-left: .75rem;
	margin-right: .75rem;
	margin-top: .8rem;
}

.home-Headline .home-title {
	position: absolute;
	left: .4rem;
	top: 4.85rem
}

.home-Headline .pic {
	overflow: hidden;
	padding-top: 56%
}

.home-Headline .pic>img {
	position: absolute;
	left: 0;
	top: 0
}

.home-Headline .text-con {
	padding: .4rem;
	margin-top: .9rem
}

.home-Headline .text-con .tit {
	font-family: 'SourceHanSans-Medium';
	line-height: 1.2;
	font-size: .22rem
}

.home-Headline .text-con .des {
	color: #999;
	line-height: 1.7;
	margin-top: .2rem;
	height: .62rem;
	overflow: hidden
}

.home-Headline .text-con .line {
	height: 1px;
	background-color: #D8D8D8;
	margin-top: .45rem
}

.home-Headline .swiper-container {
	padding-bottom: .1rem
}

.home-Headline .swiper-pagination {
	bottom: 0
}

.home-Headline .swiper-pagination-bullet {
	width: .16rem;
	height: .1rem;
	border-radius: .05rem;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	-ms-border-radius: .05rem;
	-o-border-radius: .05rem;
	opacity: 1;
	background-color: #D8D8D8
}

.home-Headline .swiper-pagination-bullet-active {
	width: .32rem;
	background-color: #76483D
}

.home-data {
	background: url(../images/bg1.png)no-repeat center top;
	background-size: cover;
	padding-top: 1.05rem;
	padding-bottom: .4rem
}

.home-data .text {
	color: #999;
	line-height: 1.7;
	padding-left: 3rem;
	padding-right: 3rem;
	margin-top: .25rem
}

.home-data .swiper-container {
	margin-top: .6rem;
	padding-bottom: 1rem
}

.home-data .swiper-slide {
	cursor: pointer
}

.home-data .icon {
	width: 1.54rem;
	height: 1.54rem;
	z-index: 10;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	border: 1px #0961C2 dashed;
	margin-left: auto;
	margin-right: auto
}

.home-data .icon::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.34rem;
	height: 1.34rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #FFF;
	border: 1px rgba(59, 198, 220, .4) solid;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: -1
}

.home-data .icon>img {
	z-index: 11;
	width: .74rem
}

.home-data .num {
	margin-top: .15rem;
	color: #0961C2;
	font-size: .2rem;
	font-family: 'SourceHanSerifCN-Heavy';
	line-height: 1
}

.home-data .num .counter {
	font-size: .6rem;
	font-family: 'Philosopher-Regular'
}

.home-data .tit {
	font-family: 'SourceHanSans-Medium';
	line-height: 1.2;
	font-size: .2rem
}

.home-data .swiper-pagination {
	bottom: 0
}

.home-data .swiper-pagination-bullet {
	width: .18rem;
	height: .18rem;
	opacity: 1;
	background-color: #D8D8D8
}

.home-data .swiper-pagination-bullet-active {
	background-color: #76483D
}

.page2 {
	background: url(../images/bg2.png)no-repeat center top;
	background-size: 100%;
	padding-bottom: .95rem
}

.home-zy {
	background: url(../images/bg3.png)no-repeat center top;
	background-size: 100%;
	padding-top: .45rem
}

.home-zy .home-title,
.home-zy .home-title .en {
	color: #FFF
}

.home-zy .home-title .en::before {
	background-color: #FFF
}

.home-zy .content {
	margin-top: .4rem;
	background-color: #FFF;
	padding: 1rem .4rem
}

.home-zy .pic {
	width: 6.96rem;
	overflow: hidden
}

.home-zy .pic>img {
	width: 100%
}

.home-zy .text-con {
	margin-right: .4rem
}

.home-zy .text-con>a {
	line-height: .8rem;
	border: 1px rgba(118, 72, 61, 0.2) solid;
	padding-left: .3rem;
	width: 48%;
	font-size: .22rem;
	font-family: 'SourceHanSans-Regular';
	margin-bottom: .28rem
}

.home-zy .text-con>a::after {
	content: '';
	position: absolute;
	right: .3rem;
	top: 50%;
	width: .4rem;
	height: 6px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(../images/arrow5.svg)no-repeat center;
	background-size: 100%
}

.home-media .content {
	margin-top: .25rem
}

.home-media .text-con {
	width: 4.77rem;
	height: 7rem;
	background: url(../images/tbg.png)no-repeat center;
	background-size: cover;
	margin-right: 5px
}

.home-media .text-con>a {
	color: #FFF;
	height: 25%;
	padding-top: .4rem;
	padding-left: .4rem;
	padding-right: .4rem;
	border-bottom: 1px rgba(255, 255, 255, .1) solid
}

.home-media .text-con>a .date {
	background: url(../images/date1.svg)no-repeat left center;
	padding-left: .25rem;
	background-size: .15rem;
	font-size: .16rem;
	font-family: 'SourceHanSans-Medium';
	line-height: 1.2
}

.home-media .text-con>a .tit {
	overflow: hidden;
	height: .64rem;
	overflow: hidden;
	font-size: .22rem;
	line-height: 1.6;
	font-family: 'SourceHanSans-Regular';
	margin-top: .15rem
}

.home-media .pic-con .tit {
	position: absolute;
	left: 0;
	bottom: .2rem;
	width: 100%;
	z-index: 2;
	color: #FFF;
	font-size: .22rem;
	font-family: 'SourceHanSans-Regular';
	padding-left: .35rem;
	background-repeat: no-repeat;
	background-position: .3rem center
}

.home-media .pic1 {
	overflow: hidden;
	margin-right: 5px;
	height: 7rem;
	width: 4.78rem
}

.home-media .pic1::after,
.home-media .pic-con .play::after,
.home-media .pic2::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1.4rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	z-index: 1
}

.home-media .pic-con .play {
	overflow: hidden;
	height: 4.2rem;
	cursor: pointer;
	margin-bottom: 5px
}

.home-media .pic-con .play>span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: .68rem;
	height: .68rem;
	background: url(../images/play.svg) no-repeat center;
	background-size: 100%;
	z-index: 2
}

.home-media .pic2 {
	height: 2.75rem;
	overflow: hidden;
	width: 4.6rem
}

.home-media .media {
	background: url(../images/tbg2.jpg)no-repeat center;
	background-size: cover;
	color: #FFF;
	justify-content: flex-end;
	padding-right: .3rem
}

.home-media .media .txt {
	font-size: .22rem;
	font-family: 'SourceHanSans-Regular';
	width: .22rem;
	line-height: 1.2
}

.home-media .media .sns {
	width: .38rem;
	margin-right: .2rem
}

.home-media .media .sns>a {
	margin: .15rem 0
}

.home-media .media .sns>a>img {
	width: 100%
}

.home-media .media .sns .erwma {
	position: absolute;
	left: -.74rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: .74rem;
	height: .74rem;
	overflow: hidden
}

.home-media .pic-con .dou {
	background-image: url(../images/dou.svg);
	background-size: .28rem
}

.home-media .pic-con .sp {
	background-image: url(../images/sp.svg);
	background-size: .32rem
}

.home-media .pic-con .wb {
	background-image: url(../images/wb.svg);
	background-size: .31rem
}

.maskBg {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	opacity: 0
}

.videoShow {
	width: 12.8rem;
	height: 7.6rem;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	opacity: 0;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.maskBg.active {
	opacity: 1
}

.videoShow.active {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1)
}

.videoShow .close {
	color: #FFF;
	position: absolute;
	right: 0;
	top: -.3rem;
	background: url(../images/close.svg)no-repeat left center;
	background-size: .2rem;
	padding-left: .3rem;
	cursor: pointer
}

.links {
	margin-top: 1rem
}

.links .content {
	margin-top: .25rem;
	border: 1px rgba(0, 0, 0, .1) solid
}

.links .content>a {
	height: 2.13rem;
	width: 20%;
	border-right: 1px rgba(0, 0, 0, .1) solid
}

.links .icon {
	width: .95rem;
	height: .95rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: rgba(9, 97, 194, 0.08);
	margin-left: auto;
	margin-right: auto;
	z-index: 10
}

.links .icon>img {
	max-width: .42rem
}

.links .tit {
	font-size: .22rem;
	font-family: 'SourceHanSans-Regular';
	line-height: 1.2;
	margin-top: .1rem
}

.float-link {
	position: fixed;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
display: none;
}
.float-link .logo {
	width: 1rem;
	height: 1rem;
}
.float-link .cont {
	padding: .5rem 0 .2rem 0;
	background: url(../images/fl-bg.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: -.3rem;
}
.float-link .list {
	display: flex;
	flex-direction: column;
}
.float-link .list .li {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: .2rem;
}
.float-link .list .li img {
	width: .24rem;
	height: .24rem;
	object-fit: contain;
}
.float-link .list .li span{
	font-size: .16rem;
	line-height: 2;
	color: #FFFFFF;
	margin-top: 0.05rem;
}
.float-link .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.float-link .btn img {
	width: 0.08rem;
	height: 0.08rem;
}
.float-link .btn span {
	font-size: .14rem;
	line-height: 1.4;
	color: #ffffff;
	margin-top: .08rem;
}

@media (min-width:1025px) {
	.home-title .more:hover {
		color: #0961C2
	}

	.home-news .content>a:hover .pic>img,
	.home-Headline .swiper-slide:hover .pic>img,
	.home-media .pic1:hover>img,
	.home-media .pic-con .play:hover>img,
	.home-media .pic2:hover>img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05)
	}

	.home-data .swiper-slide:hover .num {
		color: #76483D
	}

	.home-zy .text-con>a:hover {
		background-color: #0961C2;
		color: #FFF
	}

	.home-zy .text-con>a:hover::after {
		background-image: url(../images/arrow6.svg)
	}

	.home-media .text-con>a:hover {
		background-color: rgba(255, 255, 255, .06)
	}

	.home-media .media .sns>a:hover .erwma {
		display: block
	}

	.links .content>a:hover {
		background: url(../images/tbg3.png)no-repeat center;
		background-size: cover;
		color: #FFF
	}

	.links .content>a:hover .icon {
		background-color: #FFF
	}

	.links .content>a:hover .icon::after {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		width: 1.05rem;
		height: 1.05rem;
		background-color: rgba(255, 255, 255, .4);
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		z-index: -1
	}
}

@media (max-width:1199px) {
	.home-title .cn {
		font-size: 24px
	}

	.home-title .en,
	.home-title .more,
	.home-news .content>a .date,
	.home-media .text-con>a .date {
		font-size: 12px
	}

	.home-wrap {
		padding-left: .2rem;
		padding-right: .2rem
	}

	.home-Headline {
		margin-top: .7rem;
		margin-left: .4rem;
		margin-right: .4rem
	}

	.home-news {
		margin-top: 1rem
	}

	.home-news .content>a .tit,
	.home-Headline .text-con .des,
	.home-media .text-con>a .tit {
		height: auto
	}

	.home-news .content>a .tit,
	.home-Headline .text-con .tit,
	.home-zy .text-con>a,
	.home-media .text-con>a .tit,
	.home-media .pic-con .tit,
	.home-media .media .txt,
	.links .tit {
		font-size: 15px
	}

	.home-Headline .home-title {
		top: 4.1rem
	}

	.home-data .text {
		padding-left: 0;
		padding-right: 0
	}

	.home-data .num,
	.home-data .tit {
		font-size: 14px
	}

	.home-data .num .counter {
		font-size: 34px
	}

	.home-media .text-con>a {
		padding-left: .3rem;
		padding-right: .3rem
	}

	.home-media .text-con,
	.home-media .pic1 {
		width: 4rem
	}
}

@media (max-width:950px) {

	.home-news,
	.home-zy .pic {
		width: 100%
	}

	.home-Headline {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		flex: none;
		padding-bottom: .3rem;
		box-shadow: none;
		padding-bottom: 0
	}

	.home-Headline .text-con {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0
	}

	.home-Headline .home-title {
		position: initial;
		margin-bottom: .3rem
	}

	.home-zy .text-con {
		margin-right: 0
	}

	.home-zy .text-con>a {
		line-height: 48px
	}

	.home-media .text-con>a {
		padding-top: .2rem
	}

	.home-media .media .txt {
		line-height: 1
	}

	.videoShow {
		width: 90%;
		height: 4.2rem
	}

	.links .content>a {
		width: 33.333%
	}

	.links .content>a:nth-child(4),
	.links .content>a:nth-child(5) {
		width: 50%;
		border-top: 1px rgba(0, 0, 0, .1) solid
	}
}

@media (max-width:767px) {
	.home-news {
		margin-top: .7rem
	}

	.home-data .num .counter {
		font-size: 32px
	}

	.home-zy {
		background-size: auto 3rem
	}

	.home-zy .content {
		padding: .4rem .2rem
	}

	.home-media .text-con,
	.home-media .pic1 {
		width: 49%
	}

	.home-media .text-con {
		margin-right: 2%
	}

	.home-media .pic1 {
		margin-right: 0
	}

	.home-media .pic-con {
		margin-top: .1rem
	}
}

@media (max-width:540px) {
	.home-zy .text-con>a {
		width: 100%
	}

	.links .content>a {
		width: 50%
	}

	.links .content>a:nth-child(5) {
		width: 100%;
		border-right: 0
	}

	.links .content>a:nth-child(3) {
		border-top: 1px rgba(0, 0, 0, .1) solid
	}

	.links .content>a:nth-child(2),
	.links .content>a:nth-child(4) {
		border-right: 0
	}
}