* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}


/*全局样式*/

html,
body {
	width: 100%;
	margin: 0 auto;
}

html {
	font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
	html {
		font-size: 6.6vw;
	}
}

@media (max-width:767px) {
	html {
		font-size: 13.3vw;
	}
}


/*= æ¸…é™¤æµ®åŠ¨=*/

.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
}


/* Hides from IE-mac \*/

* html .clearfix {
	height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
	min-height: 0%;
}


/* é’ˆå¯¹IE7 */

*+html .clearfix {
	min-height: 0%;
}


/*åŽŸæ–‡ä»¶é…ç½®*/

body {
	color: #332c2b;
	background: url(../images/bg.jpg);
	font: .16rem 'Microsoft YaHei', arial, sans-serif;
	min-width: 320px;
}

@media (max-width:1199px) {
	body {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	body {
		font-size: 12px;
	}
}

a {
	color: #332c2b;
	text-decoration: none;
}

a:hover {
	color: #39a2b1;
}


/*å—çº§è½¬åŒ–*/

.di_in {
	display: inline-block;
}

.di_no {
	display: none;
}

.di_bl {
	display: block;
}


/*åŽŸæ–‡ä»¶é…ç½®  end*/


/*æ¨ªå‘å±…ä¸­*/

.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;
}

.ellipsis-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.transition {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

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 {
	padding-left: 2.1rem;
	padding-right: 2.3rem;
}

.w-100 {
	width: 100%;
}

@media (max-width:1199px) {
	.container {
		padding-left: .2rem;
		padding-right: .2rem;
	}
}

.banner {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	z-index: 10;
}

.banner .arrow {
	position: absolute;
	left: 50%;
	bottom: .5rem;
	z-index: 11;
	width: .3rem;
	margin-left: .45rem;
	transform: translateX(-50%);
	cursor: pointer;
	animation: 2s linear infinite ani_down
}

.banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 11;
	height: 25%;
	background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
}

.banner::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 11;
	height: 25%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
}

@keyframes newssvg {
	0% {
		stroke-dashoffset: 100;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@keyframes ani_down {
	0% {
		transform: translateY(0);
		opacity: 0
	}

	20% {
		transform: translateY(.156vw);
		opacity: 1
	}

	80% {
		transform: translateY(.52vw);
		opacity: 1
	}

	100%,
	90% {
		transform: translateY(.52vw);
		opacity: 0
	}
}

.banner .swiper-container{
	width: 100%;
}

.banner .swiper-slide {
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

/*.banner .swiper-slide:nth-child(1){
	z-index: 99;
}*/


.banner .swiper-slide img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}

.banner ul {
	position: absolute;
	justify-content: flex-end;
	bottom: .5rem;
	left: .9rem;
	padding-left: 4.8rem;
	font-size: 0;
	z-index: 11;
	padding-right: 2.8rem;
	width: calc(100% - .9rem);
	overflow: hidden;
}

.banner ul::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	/* width: 100%; */
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
}

.banner li {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.banner li 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: .09rem;
	height: .11rem;
	background: url(../images/play.png)no-repeat center;
	background-size: 100%;
	display: none;
}

.banner li::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: 5px;
	height: 5px;
	background-color: #FFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner li:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	box-sizing: border-box;
	border-radius: 50%;
	/* border: 1px solid rgba(255, 255, 255, .5); */
	opacity: 0;
}

.banner li svg {
	fill: none;
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 1px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	transform: rotate(-90deg);
	opacity: 0;
	width: .5rem;
	height: .5rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.banner li p {
	width: .1rem;
	height: .1rem;
	background: #FFF;
	border-radius: 50%;
}

.banner li div {
	transition: all 0.5s;
	width: 0;
	height: 1px;
	background-color: #FFF;
	margin: 0 10px;
}

.banner li.active div {
	width: .6rem;
}

.banner li.active p {
	font-size: 22px;
}

.banner li.active span {
	display: block;
}

.banner li.active span::after {
	content: '';
	position: absolute;
	left: -99999px;
	right: 0;
	top: 50%;
	height: 1px;
	background-color: #FFF;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.banner li.active::after {
	display: none;
}

.banner li.active:before {
	opacity: 1;
}

.banner li.active svg {
	opacity: 1;
	animation: newssvg 5s linear forwards;
	-webkit-animation: newssvg 5s linear forwards;
}

.btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.8rem;
	height: 1.4rem;
	background: url(../images/btn-bg.png)no-repeat center;
	background-size: cover;
	z-index: 101;
	cursor: pointer;
}

.btn span {
	background: url(../images/btn.png)no-repeat center;
	width: .48rem;
	height: .4rem;
	background-size: 100%;
	margin-left: .2rem;
}

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1.4rem;
	padding-left: 2.1rem;
	padding-right: 2.1rem;
	z-index: 98;
}

.header .logo {
	margin-right: 1.1rem;
}

.header .logo img {
	height: .97rem;
}

.header .top {
	justify-content: flex-end;
	color: #FFF;
	margin-top: .3rem;
}

.header .top span {
	margin: 0 .15rem;
}

.header .top a {
	color: #FFF;
}

.header .top .lang {
	border: 1px rgba(255, 255, 255, .6) solid;
	width: .35rem;
	height: .35rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-left: .2rem;
}

.header .top .search-btn {
	border: 1px rgba(255, 255, 255, .6) solid;
	width: .35rem;
	height: .35rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-left: .15rem;
	background: url(../images/search.png)no-repeat center;
	background-size: .2rem;
	cursor: pointer;
}

.fixed {
	background-color: #39a2b1 !important;
	position: fixed !important;
	z-index: 10000;
}

.menu-btn {
	display: none;
	background: url(../images/menu.png)no-repeat center;
	width: .5rem;
	height: .5rem;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: .2rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.menu-btn.close {
	background-image: url(../images/close.png);
}

.m-search-btn {
	display: none;
	width: .5rem;
	height: 100%;
	background: url(../images/search.png)no-repeat center;
	position: absolute;
	right: 1rem;
	top: 0;
	background-size: 80%;
}

.nav{
	font-family: SourceHanSerifCN-Bold;
}

.nav li>a {
	line-height: 2.2;
	color: #FFF;
	font-size: .2rem;
}

.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 {
	left: -.4rem;
	top: .5rem;
	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: .5rem;
	white-space: nowrap;
	min-width: 1.6rem;
	/* padding: 0 10px; */
	/* background: #39a2b1; */
}

.nav .drop .drop-top {
	/* height: 3px; */
	/* background: #39a2b1; */
}

.nav .drop::after {
	content: '';
	position: absolute;
	left: 47%;
	top: -3px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 0;
	height: 0;
	border-bottom: 8px #FFF solid;
	border-left: 8px transparent solid;
	border-right: 8px transparent solid;
}

/* .nav .drop a{
	padding: 0 10px;
	border-bottom: 1px solid #39a2b1;
} */

.nav .drop a:last-of-type {
	border-bottom: none;
}

.quick {
	position: absolute;
	left: 0;
	top: 0;
	width: .9rem;
	height: 100vh;
	background-color: rgba(72, 175, 190, .8);
	z-index: 101;
}

.quick .item {
	width: 100%;
	height: 25%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.quick .item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}

.quick .item:last-child::after {
	display: none;
}

.quick .item .icon {
	height: .35rem;
}

.quick .item .icon img {
	height: .3rem;
}

.quick .item:nth-child(3) .icon img {
	height: .28rem;
}

.quick .item:nth-child(3) .icon img {
	height: .34rem;
}

.quick .item .tit {
	font-size: .18rem;
	color: #FFF;
	line-height: 1;
	margin-top: .1rem;
	writing-mode: tb;
}

.hide {
	overflow: hidden;
}

.sub-content {
	background-color: #FFF;
	position: fixed;
	left: .9rem;
	top: 0;
	right: 0;
	height: 100%;
	display: none;
	z-index: 100;
	padding: .3rem;
}

.sub-content ul {
	width: 50%;
	height: 100%;
}

.sub-content li {
	margin-top: .3rem;
}

.sub-content li:first-child {
	margin-top: 0;
}

.sub-content li .tit {
	font-size: .2rem;
	line-height: 2;
}

.sub-content li .sub {
	line-height: 2;
	margin-top: .2rem;
}

.sub-content li .sub a {
	margin-right: .2rem;
	font-size: .18rem;
	color: #999;
}

.search-content {
	background-color: rgba(72, 175, 190, .95);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	display: none;
	z-index: 100;
	padding: .3rem;
	width: 100%;
	z-index: 10002;
}

.search-content .content {
	width: 8rem;
	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%);
}

.search-content .title {
	color: #FFF;
	font-size: .36rem;
}

.search-content .search {
	margin-top: .2rem;
	overflow: hidden;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
}

.search-content .search input[type='text'] {
	height: .6rem;
	padding: 0 .2rem;
}

.search-content .search input[type='submit'] {
	width: .7rem;
	background: #fba33e url(../images/search.png)no-repeat center;
	background-size: .3rem;
}

.search-content .close {
	position: absolute;
	right: .4rem;
	top: .4rem;
	background: url(../images/close.png)no-repeat center;
	width: .6rem;
	height: .6rem;
	background-size: .4rem;
	cursor: pointer;
}

.footer {
	width: 100%;
	background: url(../images/f-bg.png)no-repeat center top;
	background-size: cover;
	padding-top: .45rem;
}

.footer .logo {
	margin-bottom: .5rem;
}

.footer .logo img {
	height: .8rem;
}

.footer .copyright {
	border-top: 1px rgba(255, 255, 255, .2) solid;
	padding: .2rem;
	line-height: 2;
	color: #FFF;
	margin-top: .3rem;
}

.footer .copyright a {
	color: #FFF;
}

.footer .item {
	color: #FFF;
	font-size: .18rem;
	margin-right: 1.25rem;
}

.footer .item:last-child {
	margin-right: 0;
}

.footer .item .icon {
	width: .36rem;
	height: .36rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px dashed #FFF;
	margin-right: .1rem;
}

.footer .item .icon img {
	width: .21rem;
}

@keyframes beat {

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@-webkit-keyframes beat {

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}

@media (min-width:1025px) {
.home-yaowei{padding-top: 0;}
	.banner .swiper-slide-active img {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.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);
	}

	.nav li:hover>a {
		/* font-weight: bold; */
	}

	.nav .drop a:hover {
		background-color: #39a2b1;
		color: #FFF;
	}

	.quick .item:hover .icon img {
		-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
		transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
		-webkit-animation: beat 0.7s 1;
		animation: beat 0.7s 1;
	}

	.sub-content li .sub a:hover {
		color: #39a2b1;
	}

	.quick .item:hover {
		width: 1.1rem;
		border-radius: 0 .1rem .1rem 0;
		-webkit-border-radius: 0 .1rem .1rem 0;
		-moz-border-radius: 0 .1rem .1rem 0;
		-ms-border-radius: 0 .1rem .1rem 0;
		-o-border-radius: 0 .1rem .1rem 0;
		margin-right: -.2rem;
		background-color: #39a2b1;
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
	}

	.quick .item:hover::after {
		display: none;
	}

	.footer .copyright a:hover {
		text-decoration: underline;
	}
}

@media (max-width:1199px) {

	.menu-btn,
	.m-search-btn {
		display: block;
	}

	.quick,
	.btn,
	.header .top .search-btn,
	.header .top .lang {
		display: none;
	}

	.header {
		padding-left: .2rem;
		padding-right: .2rem;
		background-color: #39a2b1;
		position: sticky;
		height: 1.2rem;
	}

	.header .top {
		font-size: 14px;
		justify-content: center;
	}

	.header .logo {
		margin-right: 0;
	}

	.header .logo img {
		height: .9rem;
	}

	.header .top a,
	.header .top {
		color: #333;
	}

	.head-con {
		position: fixed;
		width: 100%;
		left: 0;
		top: 1.2rem;
		overflow-y: scroll !important;
		display: none;
		background-color: #FFF;
		z-index: 999;
		height: calc(100vh - 1.2rem);
		padding: .2rem .3rem;
	}

	.nav {
		flex-flow: column;
	}

	.nav li {
		border-bottom: 1px solid rgba(0, 0, 0, .06);
		padding: .2rem 0;
	}

	.nav li>a {
		color: #333;
		font-size: 16px;
	}

	.nav .arrow {
		position: absolute;
		right: 0;
		top: 0;
		height: 1.1rem;
		width: .6rem;
	}

	.nav .arrow::after {
		content: '';
		background: url(../images/arrow.png)no-repeat center;
		background-size: 100%;
		width: .32rem;
		height: .32rem;
		position: absolute;
		left: .1rem;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.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);
	}

	.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;
		padding: .1rem 0 0 .3rem;
		font-size: 14px;
		line-height: 2.8;
	}

	.banner,
	.banner img,
	.banner .swiper-slide {
		height: auto;
		width: 100%;
	}

	.banner .arrow {
		margin-left: 0;
		bottom: 1rem;
	}

	.banner ul {
		left: 0;
		width: 100%;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		bottom: .3rem;
	}

	.search-content .content {
		width: 90%;
	}

	.footer {
		background: #39a2b1;
	}

	.footer .copyright {
		padding: .4rem .2rem;
	}

	.footer .item {
		font-size: 14px;
		margin-right: .4rem;
		margin-bottom: .2rem;
	}

	.footer .item .icon {
		width: .42rem;
		height: .42rem;
	}
}

@media (max-width:767px) {
	.banner ul {
		padding-left: .8rem;
		padding-right: .8rem;
	}

	.search-content .title {
		font-size: 20px;
	}

	.search-content .search input[type='text'] {
		height: .8rem;
	}

	.footer .item {
		width: 100%;
		margin-right: 0;
	}

	.footer .item .icon {
		width: .58rem;
		height: .58rem;
	}

	.footer .item .icon img {
		width: .34rem;
	}
}

@font-face {
	font-family: 'SourceHanSerifCN-Bold';
	src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
	font-family: 'SourceHanSerifCN-Light';
	src: url('../fonts/SourceHanSerifCN-Light.otf');
}


/* å…¬å…±æ ‡é¢˜ */

.home-title .en {
	color: #1d1d1d;
	font-family: 'SourceHanSerifCN-Light';
	font-size: .14rem;
	font-style: italic;
	opacity: .5;
	margin-top: .05rem;
	line-height: 1.4;
}

.home-title .en span::after {
	content: '';
	position: absolute;
	right: -1.2rem;
	height: 1px;
	width: 1rem;
	background-color: rgba(0, 0, 0, .5);
	top: .12rem;
}

.home-title .en span::before {
	content: '';
	position: absolute;
	right: -1.25rem;
	top: .039rem;
	width: .12rem;
	height: .08rem;
	background: url(../images/e-icon.png)no-repeat center;
	background-size: 100%;
}

.home-title .cn {
	color: #1d1d1d;
	font-size: .4rem;
	font-family: 'SourceHanSerifCN-Bold';
	line-height: 1;
	background: url(../images/title-icon.png)no-repeat left top;
	background-size: .68rem;
	padding-top: .15rem;
	padding-left: .45rem;
	padding-right: .3rem;
}

.home-title .more {
	position: absolute;
	right: 0;
	top: .3rem;
	width: 1.07rem;
	height: .44rem;
	background: url(../images/more.png)no-repeat center;
	background-size: 100% 100%;
	font-size: .16rem;
	overflow: hidden;
	padding-left: .2rem;
	padding-top: .17rem;
}


/* è¦é—» */

.home-yaowei {
	/* background: url(../images/bg1.jpg)no-repeat center top; */
	background-size: cover;
	padding-top: .65rem;
	padding-bottom: .7rem;
}

.home-yaowei .content {
	margin-top: .5rem;
}

.home-yaowei .content .item {
	border-radius: 0 .8rem 0 0;
	-webkit-border-radius: 0 .8rem 0 0;
	-moz-border-radius: 0 .8rem 0 0;
	-ms-border-radius: 0 .8rem 0 0;
	-o-border-radius: 0 .8rem 0 0;
	overflow: hidden;
	color: #FFF;
}

.home-yaowei .content .item .pic {
	width: 7.5rem;
	height: 4.5rem;
	overflow: hidden;
}

.home-yaowei .content .item .text-con {
	background: url(../images/tbg1.png)no-repeat left bottom;
	background-size: cover;
	padding: .55rem .8rem .5rem .5rem;
}

.home-yaowei .content .item .text-con .date {
	background-color: #FFF;
	width: .76rem;
	height: .76rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	margin-right: .3rem;
	color: #332c2b;
	font-size: .14rem;
	overflow: hidden;
	line-height: 1.4;
	font-weight: bold;
}

.home-yaowei .content .item .text-con .date span {
	font-size: .36rem;
	color: #39a2b1;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: .05rem;
}

.home-yaowei .content .item .text-con .tit {
	font-size: .22rem;
	line-height: 1.6;
}

.home-yaowei .content .item .text-con .des {
	opacity: .8;
	line-height: 1.8;
	height: 1.2rem;
	margin-top: .35rem;
}

.home-yaowei .content .item .text-con .line {
	width: 100%;
	height: 1px;
	border-top: 1px rgba(255, 255, 255, .3) solid;
	margin-top: .5rem;
}

.home-yaowei .content .mores {
	background: url(../images/arrow.png)no-repeat right center;
	background-size: .23rem;
	padding-right: .3rem;
	margin-top: .3rem;
}

.home-yaowei .swiper-pagination {
	text-align: right;
	padding-right: .8rem;
	bottom: .5rem;
	z-index: 10;
}

.home-yaowei .swiper-pagination-bullet {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: #FFF;
	height: 3px;
	width: .5rem;
	opacity: .5;
}

.home-yaowei .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #FFF;
}

.home-yaowei .swiper-button-next,
.home-yaowei .swiper-button-prev {
	width: .56rem;
	height: .56rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	border: 1px #39a2b1 solid;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .27rem;
}

.home-yaowei .swiper-button-prev {
	left: -.8rem;
	background-image: url(../images/prev.png);
}

.home-yaowei .swiper-button-next {
	right: -.8rem;
	background-image: url(../images/next.png);
}

.home-yaowei .content li {
	width: 33.333%;
	padding: .3rem;
	height: 2.15rem;
	margin-top: .3rem;
	overflow: hidden;
	border-radius: .5rem 0 .5rem 0;
	-webkit-border-radius: .5rem 0 .5rem 0;
	-moz-border-radius: .5rem 0 .5rem 0;
	-ms-border-radius: .5rem 0 .5rem 0;
	-o-border-radius: .5rem 0 .5rem 0;
	z-index: 1;
}

.home-yaowei .content li::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background: url(../images/tbg2.png)no-repeat center;
	background-size: cover;
}

.home-yaowei .content li a {
	height: 100%;
	z-index: 2;
}

.home-yaowei .content li .date {
	font-weight: bold;
	font-size: 14px;
	padding-right: .3rem;
	margin-right: .3rem;
	padding-bottom: .1rem;
}

.home-yaowei .content li .date::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: .5rem;
	background-color: #eeeeee;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.home-yaowei .content li .date span {
	color: #39a2b1;
	font-size: .36rem;
}

.home-yaowei .content li .tit {
	font-size: .18rem;
	line-height: 1.8;
}

.home-yaowei .content li .des {
	opacity: .7;
	margin-top: .15rem;
	line-height: 1.8;
}

.home-yaowei .content li .info {
	display: none;
	margin-top: .2rem;
}

.home-yaowei .content li .time {
	font-size: .14rem;
}

.home-yaowei .content li .mores {
	margin-top: 0;
}

@media (min-width:1025px) {
	.home-yaowei .content .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);
	}

	.home-yaowei .swiper-button-next:hover,
	.home-yaowei .swiper-button-prev:hover {
		background-color: #39a2b1;
	}

	.home-yaowei .swiper-button-prev:hover {
		background-image: url(../images/prev-hover.png);
	}

	.home-yaowei .swiper-button-next:hover {
		background-image: url(../images/next-hover.png);
	}

	.home-yaowei .content li:hover::after {
		height: 100%;
	}

	.home-yaowei .content li:hover .date {
		display: none;
	}

	.home-yaowei .content li:hover .info {
		display: block;
	}

	.home-yaowei .content li:hover .tit,
	.home-yaowei .content li:hover .des,
	.home-yaowei .content li:hover .info {
		color: #FFF;
	}
}

@media (max-width:1199px) {
	.home-yaowei .swiper-button-prev {
		left: .4rem;
		background-image: url(../images/prev-hover.png);
		border-color: #FFF;
	}

	.home-yaowei .swiper-button-next {
		border-color: #FFF;
		right: .4rem;
		background-image: url(../images/next-hover.png);
	}

	.home-yaowei .content .item .text-con .date span {
		margin-bottom: 0;
	}
}

@media (max-width:950px) {
	.home-title {
		justify-content: flex-start;
	}

	.home-title .more {
		width: 1.8rem;
		height: .58rem;
		padding-left: .3rem;
	}

	.home-yaowei .content .item .pic {
		width: 100%;
		height: 7rem;
	}

	.home-yaowei .content .item .text-con .des {
		height: auto;
	}

	.home-yaowei .content .item .text-con .date {
		width: 1.2rem;
		height: 1.2rem;
	}

	.home-yaowei .content .item .text-con .date span {
		line-height: 1.8;
		font-size: 18px;
		margin-bottom: .1rem;
	}

	.home-yaowei .content .item .text-con .tit,
	.home-yaowei .content li .date span {
		font-size: 18px;
	}

	.home-yaowei .content li {
		width: 100%;
	}

	.home-yaowei .content li .tit {
		font-size: 16px;
	}

	.home-yaowei .swiper-button-next,
	.home-yaowei .swiper-button-prev {
		width: .7rem;
		height: .7rem;
	}
}

@media (max-width:767px) {
	.home-title .cn {
		font-size: 20px;
	}

	.home-title .en span::after {
		top: .22rem;
	}

	.home-title .en span::before {
		top: .15rem;
	}

	.home-title .more {
		padding-top: .25rem;
		font-size: 12px;
	}

	.home-yaowei .content .item .text-con .tit {
		font-size: 14px;
	}

	.home-yaowei .content .item .text-con .tit br {
		display: none;
	}

	.home-yaowei .content .item .text-con .date {
		width: 1.1rem;
		height: 1.1rem;
	}

	.home-yaowei .swiper-button-next {
		right: .1rem;
	}

	.home-yaowei .swiper-button-prev {
		left: .1rem;
	}

	.home-yaowei .content li {
		padding-top: 0;
		padding-bottom: 0;
		height: auto;
	}

	.home-yaowei .content li .tit {
		font-size: 14px;
	}

	.home-yaowei .content li .date {
		font-size: 12px;
	}
}


/* æ–°é—» */

.home-news {
	background: url(../images/bg2.jpg)no-repeat left bottom;
	background-size: 100%;
	padding-left: 2.1rem;
	overflow: hidden;
}

.home-news .text-content {
	margin-right: 1rem;
}

.home-news ul {
	margin-top: .5rem;
}

.home-news .text-content li {
	border-bottom: 1px rgba(72, 175, 190, .2) solid;
	padding: .3rem 0;
	z-index: 2;
}

.home-news .text-content li a {
	z-index: 4;
}

.home-news .text-content li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background: url(../images/tbg3.png)no-repeat center;
	background-size: cover;
}

.home-news .text-content .tit {
	font-size: .18rem;
	line-height: 2;
}

.home-news .text-content .des {
	opacity: .8;
	line-height: 1.8;
	margin-top: .1rem;
	display: none;
	color: #FFF;
}

.home-news .text-content .time {
	width: 1.2rem;
	padding-left: .4rem;
	margin-right: .35rem;
	line-height: 2;
}

.home-news .text-content .date {
	display: none;
	margin-right: .3rem;
	background-color: #FFF;
	width: .8rem;
	height: .8rem;
	overflow: hidden;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	font-size: .14rem;
	font-weight: bold;
}

.home-news .text-content .date span {
	color: #39a2b1;
	font-size: .36rem;
	border-bottom: 1px #eee solid;
	margin-bottom: .05rem;
}

.home-news .text-content li.on {
	overflow: hidden;
	border-radius: .5rem 0 .5rem 0;
	-webkit-border-radius: .5rem 0 .5rem 0;
	-moz-border-radius: .5rem 0 .5rem 0;
	-ms-border-radius: .5rem 0 .5rem 0;
	-o-border-radius: .5rem 0 .5rem 0;
	padding-left: .4rem;
	padding-right: .4rem;
}

.home-news .text-content li.on .tit {
	color: #FFF;
}

.home-news .text-content li.on::after {
	width: 100%;
}

.home-news .text-content li.on .time {
	display: none;
}

.home-news .text-content li.on .date,
.home-news .text-content li.on .des {
	display: block;
}

.home-news .pic-con {
	background: url(../images/tbg4.png)no-repeat right center;
	background-size: 8.1rem 100%;
	height: 7.7rem;
	width: 9.2rem;
	padding-right: 2.1rem;
	padding-top: 1.15rem;
}

.home-news .pic-con .con {
	width: 7.1rem;
	height: 5.05rem;
}

.home-news .pic-con .con::after {
	content: '';
	position: absolute;
	right: -.2rem;
	bottom: -.2rem;
	width: 7.1rem;
	height: 5.05rem;
	background-color: rgba(255, 255, 255, .5);
}

.home-news .button {
	position: absolute;
	bottom: .5rem;
	right: 2.1rem;
	left: .4rem;
	z-index: 10;
}

.home-news .button .swiper-pagination {
	right: 0;
	left: auto;
	bottom: 0;
}

.home-news .button .swiper-pagination-bullet {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: none;
	color: #FFF;
	font-size: .22rem;
	width: auto;
	height: auto;
	margin-left: .2rem;
}

.home-news .button .swiper-pagination-bullet-active {
	font-size: .3rem;
	position: relative;
}

.home-news .button .swiper-pagination-bullet-active::after {
	content: '';
	position: absolute;
	width: 1px;
	height: .5rem;
	background-color: #FFF;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: -.6rem;
}

.home-news .swiper-button-next,
.home-news .swiper-button-prev {
	width: .55rem;
	height: .55rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	top: auto;
	bottom: 0;
	margin-top: 0;
}

.home-news .swiper-button-prev {
	left: 0;
	background: #39a2b1 url(../images/prev-hover.png)no-repeat center;
	background-size: .28rem;
}

.home-news .swiper-button-next {
	right: auto;
	left: .9rem;
	background: #FFF url(../images/next.png)no-repeat center;
	background-size: .28rem;
}

@media (max-width:1199px) {
	.home-news {
		padding-left: .2rem;
	}

	.home-news .pic-con {
		padding-right: .2rem;
		width: 7.5rem;
		background-size: 6.4rem 100%;
	}

	.home-news .button {
		right: .4rem;
	}
}

@media (max-width:950px) {
	.home-news .text-content {
		margin-right: .5rem;
	}

	.home-news .text-content .time {
		width: 1.8rem;
	}

	.home-news .text-content .tit {
		font-size: 14px;
	}

	.home-news .text-content .date {
		width: 1.2rem;
		height: 1.2rem;
		font-size: 12px;
	}

	.home-news .text-content .date span {
		font-size: 20px;
		line-height: 1.8;
	}
}

@media (max-width:767px) {
	.home-news .text-content {
		margin-right: 0;
		padding-right: .2rem;
	}

	.home-news .pic-con {
		width: 100%;
	}

	.home-news .pic-con .con {
		width: 100%;
	}

	.home-news .button {
		left: .2rem;
	}

	.home-news .button .swiper-pagination-bullet {
		font-size: 14px;
	}

	.home-news .button .swiper-pagination-bullet-active {
		font-size: 18px;
	}
}

.home-notice-baogao {
	margin-top: .9rem;
	width: 100%;
	overflow: hidden;
	background: url(../images/bg3.jpg)no-repeat right top;
	background-size: cover;
}

.home-notice {
	background: url(../images/tbg5.png)no-repeat left top;
	overflow: hidden;
	border-radius: 0 .5rem 0 0;
	-webkit-border-radius: 0 .5rem 0 0;
	-moz-border-radius: 0 .5rem 0 0;
	-ms-border-radius: 0 .5rem 0 0;
	-o-border-radius: 0 .5rem 0 0;
	padding-left: 2.1rem;
	width: 9.3rem;
	padding-top: .7rem;
	padding-right: .6rem;
	padding-bottom: 1.5rem;
}

.home-notice .tabmenu .tit {
	cursor: pointer;
	color: #a0a0a0;
	margin-right: .4rem;
}

.home-notice .tabmenu .tit .more {
	display: none;
}

.home-notice .tabmenu .tit.on .more {
	display: block;
}

.home-notice .tabmenu .on {
	color: #1d1d1d;
}

.home-notice .content {
	margin-top: .5rem;
}

.home-notice li {
	border: 1px #39a2b1 solid;
	padding: .3rem;
	border-top: 0;
	margin-bottom: .3rem;
}

.home-notice li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: .2rem;
	background-color: #39a2b1;
}

.home-notice li::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 5rem;
	background-color: #39a2b1;
}

.home-notice li .date {
	font-size: 14px;
	position: absolute;
	left: .35rem;
	top: -.1rem;
	background: url(../images/date.png)no-repeat left center;
	background-size: .19rem;
	padding-left: .25rem;
	font-weight: bold;
}

.home-notice li .tit {
	font-size: .18rem;
	line-height: 1.8;
}

.home-notice li.on {
	background: url(../images/tbg3.png)no-repeat right bottom;
	background-size: cover;
	border-radius: .5rem 0 .5rem 0;
	-webkit-border-radius: .5rem 0 .5rem 0;
	-moz-border-radius: .5rem 0 .5rem 0;
	-ms-border-radius: .5rem 0 .5rem 0;
	-o-border-radius: .5rem 0 .5rem 0;
	overflow: hidden;
	padding-right: 2.1rem;
	border: 0;
}

.home-notice li.on::after,
.home-notice li.on::before {
	display: none;
}

.home-notice li.on .tit {
	color: #FFF;
}

.home-notice li.on .date {
	left: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #FFF;
	background-image: url(../images/date1.png);
	right: .5rem;
}

.home-baogao {
	width: 9.3rem;
	padding-right: 2.1rem;
	margin-top: .7rem;
}

.home-baogao ul {
	z-index: 2;
	overflow: hidden;
	padding-bottom: .3rem;
}

.home-baogao ul::after {
	content: '';
	position: absolute;
	left: .9rem;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #eee;
	z-index: -1;
}

.home-baogao li {
	padding-left: .1rem;
	margin-top: .3rem;
}

.home-baogao li .date {
	width: .65rem;
	margin-right: .5rem;
	line-height: 2;
	padding-top: .05rem;
}

.home-baogao li .tit {
	font-size: .2rem;
	line-height: 2;
}

.home-baogao li .text-content::after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #eee;
	width: .5rem;
	top: .2rem;
	left: -.6rem;
}

.home-baogao li .text-content::before {
	content: '';
	position: absolute;
	height: 8px;
	background-color: #39a2b1;
	width: 8px;
	top: .17rem;
	left: -.38rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 3;
}

.home-baogao li .txt {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .24rem;
	padding-left: .4rem;
	margin-top: .15rem;
	line-height: 2;
}

.home-baogao li label {
	color: #999999;
	width: .8rem;
}

.home-baogao li .text {
	color: #777;
	font-size: .14rem;
}

.home-baogao li .name {
	background-image: url(../images/name.png);
}

.home-baogao li .time {
	background-image: url(../images/time.png);
}

.home-baogao li .address {
	background-image: url(../images/address.png);
}

@media (max-width:1199px) {
	.home-notice {
		padding-left: .2rem;
		width: 48%;
	}

	.home-baogao {
		padding-right: .2rem;
		width: 48%;
	}

	.home-notice li::after {
		width: 4.5rem;
	}

	.home-baogao li .tit,
	.home-notice li .tit {
		font-size: 14px;
	}

	.home-baogao li .date {
		padding-top: 0;
	}

	.home-baogao li label {
		width: 1.2rem;
	}
}

@media (max-width:950px) {

	.home-notice,
	.home-baogao {
		width: 100%;
	}

	.home-notice {
		padding-right: .2rem;
		padding-bottom: .3rem;
	}

	.home-baogao {
		padding-left: .2rem;
	}
}

@media (max-width:767px) {

	.home-baogao li .text,
	.home-notice li .date {
		font-size: 12px;
	}

	.home-baogao li .txt {
		background-size: .32rem;
	}
}

.home-media-content {
	z-index: 3;
}

.home-media-content .home-title .en {
	color: #FFF;
	opacity: .3;
}

.home-media-content .home-title .cn {
	color: #FFF;
	background-image: url(../images/title-icon1.png);
}

.home-media-content .home-title .en span::after {
	width: 1.9rem;
	right: -2.1rem;
	background-color: rgba(255, 255, 255, .3);
}

.home-media-content .home-title .en span::before {
	right: -2.2rem;
	background-image: url(../images/e-icon1.png);
}

.home-media-content .home-title .more {
	background-image: url(../images/more1.png);
	color: #FFF;
}

.home-media {
	background: url(../images/bg4.png)no-repeat center top;
	background-size: cover;
	padding-top: 1.2rem;
	margin-top: -.6rem;
	padding-bottom: 5.2rem;
	z-index: 1;
}

.home-media .content {
	padding-left: 2.1rem;
	margin-top: .6rem;
}

.home-media .swiper-container {
	padding-top: .6rem;
}

.home-media .swiper-slide {
	width: 4.55rem;
	margin-right: .6rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: .3rem;
}

.home-media .pic {
	height: 2.95rem;
	overflow: hidden;
}

.home-media .text-con {
	padding: .3rem;
}

.home-media .log {
	width: .46rem;
	height: .46rem;
	border-radius: .05rem;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	-ms-border-radius: .05rem;
	-o-border-radius: .05rem;
	overflow: hidden;
}

.home-media .tit {
	font-size: .18rem;
	line-height: 2;
	margin-top: .2rem;
}

.home-media .des {
	color: #999;
	line-height: 2;
	margin-top: .2rem;
	height: .96rem;
}

.home-media .line {
	height: 1px;
	width: 100%;
	border-top: 1px #eee solid;
	margin: .4rem 0;
}

.home-media .mores {
	color: #999;
	background: url(../images/arrow1.png)no-repeat right center;
	background-size: .22rem;
	padding-right: .35rem;
	line-height: 2;
	font-weight: bold;
}

.home-media .arrow {
	margin-top: .2rem;
	margin-right: 2.1rem;
	height: .56rem;
	z-index: 2;
}

.home-media .arrow::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%);
	height: 1px;
	background-color: rgba(255, 255, 255, .8);
	width: 6.6rem;
	z-index: -1;
}

.home-media .arrow::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 1px;
	background-color: rgba(255, 255, 255, .8);
	width: 6.6rem;
	z-index: -1;
}

.home-media .swiper-button-next,
.home-media .swiper-button-prev {
	width: .56rem;
	height: .56rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	border: 1px #FFF solid;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .27rem;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.home-media .swiper-button-prev {
	left: 6.75rem;
	background-image: url(../images/prev-hover.png);
}

.home-media .swiper-button-next {
	right: 6.75rem;
	background-image: url(../images/next-hover.png);
}

.home-photo {
	margin-top: -4.2rem;
	z-index: 3;
}

.home-photo .content {
	margin-top: .5rem;
}

.home-photo .pic {
	overflow: hidden;
	z-index: 2;
}

.home-photo .pic::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	z-index: 1;
}

.home-photo .pic .txt {
	position: absolute;
	left: 0;
	bottom: .3rem;
	width: 100%;
	color: #FFF;
	z-index: 3;
	padding: 0 .4rem;
}

.home-photo .pic-con1 {
	width: 7.1rem;
	overflow: hidden;
}

.home-photo .item1 {
	height: 4.3rem;
	width: 100%;
	margin-top: .4rem;
}

.home-photo .item2 {
	height: 4.1rem;
	width: 6.18rem;
	margin-top: .3rem;
	margin-left: 1.1rem;
}

.home-photo .pic-con2 {
	width: 7.25rem;
	overflow: hidden;
}

.home-photo .item3 {
	height: 4.34rem;
	width: 100%;
}

.home-photo .item4 {
	height: 4.35rem;
	width: 48%;
	margin-top: .3rem;
}

.home-photo .text-con {
	width: 48%;
	overflow: hidden;
	background: url(../images/tbg6.jpg)no-repeat right bottom;
	background-size: cover;
	color: #FFF;
	margin-top: .3rem;
	padding: .3rem;
}

.home-photo .text-con .date {
	line-height: 2;
	font-weight: bold;
}

.home-photo .text-con .tit {
	font-size: .18rem;
	line-height: 2;
	margin-top: .15rem;
}

.home-photo .text-con .des {
	opacity: .8;
	line-height: 1.8;
	margin-top: .2rem;
}

.home-photo .text-con .line {
	width: 100%;
	height: 1px;
	border-top: 1px rgba(255, 255, 255, .3) solid;
	margin-top: .3rem;
	margin-bottom: .3rem;
}

.home-photo .text-con .mores {
	justify-content: end;
	font-weight: bold;
}

.home-photo .text-con .mores span {
	background: url(../images/arrow.png)no-repeat right center;
	background-size: .23rem;
	padding-right: .35rem;
}

.home-photo .arrow {
	position: absolute;
	left: .3rem;
	bottom: .2rem;
	width: .56rem;
}

.home-photo .swiper-button-next,
.home-photo .swiper-button-prev {
	width: .56rem;
	height: .56rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	border: 1px #39a2b1 solid;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .27rem;
	top: auto;
	margin-top: 0;
}

.home-photo .swiper-button-prev {
	left: 0;
	background-image: url(../images/prev.png);
	bottom: 1rem;
}

.home-photo .swiper-button-next {
	right: auto;
	background-image: url(../images/next.png);
	left: 0;
	bottom: .2rem;
}

@media (min-width:1025px) {

	.home-media .swiper-slide:hover .pic img,
	.home-photo .pic: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-media .swiper-slide:hover {
		transform: translateY(-.6rem);
		-webkit-transform: translateY(-.6rem);
		-moz-transform: translateY(-.6rem);
		-ms-transform: translateY(-.6rem);
		-o-transform: translateY(-.6rem);
		border-radius: 1.2rem 0 0 0;
		-webkit-border-radius: 1.2rem 0 0 0;
		-moz-border-radius: 1.2rem 0 0 0;
		-ms-border-radius: 1.2rem 0 0 0;
		-o-border-radius: 1.2rem 0 0 0;
	}

	.home-media .swiper-button-next:hover,
	.home-media .swiper-button-prev:hover {
		background-color: #FFF;
	}

	.home-media .swiper-button-prev:hover {
		background-image: url(../images/prev.png);
	}

	.home-media .swiper-button-next:hover {
		background-image: url(../images/next.png);
	}

	.home-photo .text-con:hover .tit {
		text-decoration: underline;
	}

	.home-photo .swiper-button-next:hover {
		background-image: url(../images/next-hover.png);
		background-color: #39a2b1;
	}

	.home-photo .swiper-button-prev:hover {
		background-image: url(../images/prev-hover.png);
		background-color: #39a2b1;
	}
}

@media (max-width:1199px) {
	.home-media .content {
		padding-left: .2rem;
	}

	.home-media .swiper-slide {
		margin-right: .4rem;
	}

	.home-media .swiper-container {
		padding-top: 0;
	}

	.home-media .arrow {
		margin-right: .2rem;
	}

	.home-media .tit,
	.home-photo .text-con .tit {
		font-size: 16px;
	}

	.home-media .des {
		height: 1.3rem;
	}

	.home-photo .text-con .des {
		line-height: 1.6;
		margin-top: .1rem;
	}

	.home-photo .text-con .tit {
		margin-top: .1rem;
	}
}

@media (max-width:950px) {
	.home-media {
		margin-top: .3rem;
	}

	.home-media .swiper-slide {
		width: 5.4rem;
	}

	.home-media .des {
		line-height: 1.8;
		height: 1.5rem;
	}

	.home-photo .text-con .tit {
		font-size: 14px;
		margin-top: 0;
	}

	.home-photo .text-con .des {
		line-height: 1.6;
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.home-media .tit {
		font-size: 14px;
	}

	.home-media .des {
		height: 1.3rem;
	}

	.home-photo .con {
		flex-flow: column;
	}

	.home-photo .pic-con1,
	.home-photo .item2,
	.home-photo .pic-con2,
	.home-photo .text-con,
	.home-photo .item4 {
		width: 100%;
	}

	.home-photo .item2 {
		margin-left: 0;
	}

	.home-photo .item3 {
		margin-top: .3rem;
	}

	.home-media .arrow::before,
	.home-media .arrow::after {
		width: 30%;
	}

	.home-media .swiper-button-next {
		right: 35%;
	}

	.home-media .swiper-button-prev {
		left: 35%;
	}

	.home-photo .content {
		padding-bottom: 1rem;
	}

	.home-photo .arrow {
		left: 0;
		bottom: .2rem;
		width: 100%;
		height: .56rem;
	}

	.home-photo .swiper-button-next {
		left: auto;
		right: 35%;
		bottom: 0;
	}

	.home-photo .swiper-button-prev {
		left: 35%;
		bottom: 0;
	}
}

.home-zimei {
	margin-top: 1.2rem;
	background: url(../images/tbg7.png)no-repeat left top;
	background-size: 6.2rem 100%;
	padding-top: .8rem;
	padding-bottom: .65rem;
}

.home-zimei .home-title .cn {
	width: .8rem;
	padding-left: .2rem;
	background-image: url(../images/title-icon1.png);
	padding-top: .6rem;
	line-height: 1.1;
	color: #FFF;
	display: block;
}

.home-zimei .home-title .en {
	position: absolute;
	left: -.3rem;
	top: .9rem;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	white-space: nowrap;
	margin-top: 0;
	color: #FFF;
}

.home-zimei .home-title .en span::after {
	background-color: rgba(255, 255, 255, .3);
}

.home-zimei .home-title .en span::before {
	background-image: url(../images/e-icon1.png);
}

.home-zimei .home-title .more {
	top: -.1rem;
}

.home-zimei .content {
	margin-left: 2.3rem;
	margin-top: -.7rem;
}

.home-zimei .pic {
	overflow: hidden;
	z-index: 9;
}

.home-zimei .pic::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.home-zimei .pic1 {
	width: 4.8rem;
	height: 6.75rem;
	margin-right: .1rem;
}

.home-zimei .pic2 {
	width: 100%;
	height: 4.4rem;
}

.home-zimei .pic3 {
	width: 49%;
	height: 2.25rem;
	margin-top: .1rem;
}

.home-zimei .pic .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	color: #FFF;
	padding: .3rem;
}

.home-zimei .pic .text img {
	margin-right: .15rem;
	height: .25rem;
}

.home-zimei .sns {
	position: absolute;
	width: .55rem;
	left: -1rem;
	bottom: 0;
	z-index: 9;
}

.home-zimei .sns .item {
	width: .55rem;
	height: .55rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto .25rem;
	margin-bottom: .2rem;
	border: 1px #FFF dashed;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	cursor: pointer;
}

.home-zimei .sns .item.wx {
	background-image: url(../images/s1.png);
}

.home-zimei .sns .item.bili {
	background-image: url(../images/s2.png);
}

.home-zimei .sns .item.wb {
	background-image: url(../images/s3.png);
}

.home-zimei .sns .item.ws {
	background-image: url(../images/s4.png);
}

.home-zimei .sns .erwma {
	position: absolute;
	width: 1.15rem;
	height: 1.15rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	background-color: #FFF;
	padding: .05rem;
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -1.3rem;
}

.home-zimei .sns .erwma::after {
	content: '';
	position: absolute;
	right: -6px;
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-top: 6px transparent solid;
	border-bottom: 6px transparent solid;
	border-left: 6px #FFF solid;
}

.home-zimei .sns .erwma img {
	width: 100%;
}

@media (min-width:1025px) {
	.home-zimei .pic: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-zimei .sns .item:hover .erwma {
		display: block;
	}
}

@media (max-width:767px) {
	.home-zimei .sns {
		display: none;
	}

	.home-zimei .content {
		margin-left: 0;
		margin-top: .3rem;
		flex-flow: column;
	}

	.home-zimei .pic1 {
		width: 100%;
		margin-right: 0;
	}

	.home-zimei .pic2 {
		margin-top: .1rem;
	}

	.home-zimei .pic .text {
		font-size: 14px;
	}

	.home-zimei .pic .text img {
		height: .35rem;
	}

	.home-zimei .home-title .cn {
		width: auto;
		padding-top: .15rem;
		padding-left: .45rem;
	}

	.home-zimei .home-title .en {
		position: sticky;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
}

.home-special {
	margin-top: .8rem;
}

.home-special .content {
	margin-top: .5rem;
}

.home-special .swiper-slide {
	width: 6.6rem;
	height: 3.7rem;
	overflow: hidden;
}

.home-special .swiper-button-next,
.home-special .swiper-button-prev {
	width: .56rem;
	height: .56rem;
	border-radius: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	border: 1px #39a2b1 solid;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .27rem;
	margin-top: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.home-special .swiper-button-prev {
	left: -.7rem;
	background-image: url(../images/prev.png);
}

.home-special .swiper-button-next {
	right: -.7rem;
	background-image: url(../images/next.png);
}

@media (min-width:1025px) {
	.home-special .swiper-button-next:hover {
		background-image: url(../images/next-hover.png);
		background-color: #39a2b1;
	}

	.home-special .swiper-button-prev:hover {
		background-image: url(../images/prev-hover.png);
		background-color: #39a2b1;
	}
}

@media (max-width:1199px) {
	.home-special .swiper-button-prev {
		left: .2rem;
		background-color: #FFF;
	}

	.home-special .swiper-button-next {
		right: .2rem;
		background-color: #FFF;
	}
}

.home-bg {
	background: url(../images/bg5.jpg)no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 1.5rem;
	margin-bottom: -.5rem;
}

.home-car {
	margin-top: 1.8rem;
}

.home-car .home-title .en span::after {
	width: 1.8rem;
	right: -2rem;
}

.home-car .home-title .en span::before {
	right: -2.05rem;
}

.home-car .content {
	margin-top: .5rem;
	z-index: 2;
}

.home-car .content::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: .8rem;
	width: 100%;
	height: 1px;
	background-color: rgba(72, 175, 190, .5);
	z-index: -1;
}

.home-car .item {
	width: 12.5%;
	height: 2.6rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	padding-top: .5rem;
}

.home-car .item .icon {
	width: .9rem;
	height: .9rem;
	border: 1px dashed #39a2b1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: .6rem;
	margin-left: auto;
	margin-right: auto;
}

.home-car .item:nth-child(1) .icon {
	background-image: url(../images/i11.png);
}

.home-car .item:nth-child(2) .icon {
	background-image: url(../images/i22.png);
}

.home-car .item:nth-child(3) .icon {
	background-image: url(../images/i3.png);
}

.home-car .item:nth-child(4) .icon {
	background-image: url(../images/i4.png);
}

.home-car .item:nth-child(5) .icon {
	background-image: url(../images/i5.png);
}

.home-car .item:nth-child(6) .icon {
	background-image: url(../images/i6.png);
}

.home-car .item:nth-child(7) .icon {
	background-image: url(../images/i7.png);
}

.home-car .item:nth-child(8) .icon {
	background-image: url(../images/i8.png);
}

.home-car .item .dot {
	margin-top: .3rem;
	width: .18rem;
	height: .18rem;
	border: 1px #39a2b1 solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
}

.home-car .item .dot::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: .09rem;
	height: .09rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 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%);
	background-color: #39a2b1;
}

.home-car .item .tit {
	font-size: .2rem;
	margin-top: .2rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

@media (min-width:1025px) {
	.home-car .item:hover {
		border-radius: .5rem 0 .5rem 0;
		-webkit-border-radius: .5rem 0 .5rem 0;
		-moz-border-radius: .5rem 0 .5rem 0;
		-ms-border-radius: .5rem 0 .5rem 0;
		-o-border-radius: .5rem 0 .5rem 0;
		background: #39a2b1 url(../images/tbg8.jpg)no-repeat right bottom;
		background-size: 100% 100%;
	}

	.home-car .item:hover .dot {
		display: none;
	}

	.home-car .item:hover .tit {
		color: #FFF;
	}

	.home-car .item:hover .icon {
		background-color: #39a2b1;
		border-color: #39a2b1;
		-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
		transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
		-webkit-animation: beat 0.7s 1;
		animation: beat 0.7s 1;
	}

	.home-car .item:nth-child(1):hover .icon {
		background-image: url(../images/i1-on.png);
	}

	.home-car .item:nth-child(2):hover .icon {
		background-image: url(../images/i2-on.png);
	}

	.home-car .item:nth-child(3):hover .icon {
		background-image: url(../images/i3-on.png);
	}

	.home-car .item:nth-child(4):hover .icon {
		background-image: url(../images/i4-on.png);
	}

	.home-car .item:nth-child(5):hover .icon {
		background-image: url(../images/i5-on.png);
	}

	.home-car .item:nth-child(6):hover .icon {
		background-image: url(../images/i6-on.png);
	}

	.home-car .item:nth-child(7):hover .icon {
		background-image: url(../images/i7-on.png);
	}

	.home-car .item:nth-child(8):hover .icon {
		background-image: url(../images/i8-on.png);
	}
}

@media (max-width:767px) {
	.home-car .content {
		margin-top: 0;
	}

	.home-car .item {
		width: 25%;
	}

	.home-car .item .dot,
	.home-car .content::after {
		display: none;
	}

	.home-car .item .tit {
		font-size: 14px;
	}

	.home-car .item .icon {
		width: 1.2rem;
		height: 1.2rem;
		background-size: .7rem;
	}
}

.home-data {
	margin-top: 1.1rem;
}

.home-data .home-title .en span::after {
	width: 1.4rem;
	right: -1.6rem;
}

.home-data .home-title .en span::before {
	right: -1.65rem;
}

.home-data .content {
	margin-top: .5rem;
}

.home-data .item {
	height: 3.2rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	padding: .4rem .2rem;
	width: 18.5%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.home-data .item .num {
	color: #39a2b1;
	font-family: 'SourceHanSerifCN-Bold';
	line-height: 2;
	font-size: .2rem;
}

.home-data .item .counter {
	font-size: .56rem;
}

@media (min-width:1025px) {
	.home-data .item:hover {
		transform: translateY(-.4rem);
		-webkit-transform: translateY(-.4rem);
		-moz-transform: translateY(-.4rem);
		-ms-transform: translateY(-.4rem);
		-o-transform: translateY(-.4rem);
		background-image: linear-gradient(rgba(50, 151, 186, 1), rgba(50, 151, 186, .0));
		border-radius: .5rem 0 0 0;
		-webkit-border-radius: .5rem 0 0 0;
		-moz-border-radius: .5rem 0 0 0;
		-ms-border-radius: .5rem 0 0 0;
		-o-border-radius: .5rem 0 0 0;
		color: #FFF;
	}

	.home-data .item:hover .num {
		color: #FFF;
	}
}

@media (max-width:767px) {
	.home-data .item {
		width: 48%;
		height: 2.4rem;
	}

	.home-data .item .num {
		font-size: 18px;
	}

	.home-data .item .counter {
		font-size: 24px;
	}
}

.pub {
	background: #FFF;
}

.pub .header {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

.pub .header .head-con {
	align-items: flex-end;
}

.pub .header .top {
	margin-top: 0;
	height: .5rem;
	line-height: .5rem;
	z-index: 9;
	margin-bottom: .1rem;
}

.pub .header .top::after {
	content: '';
	position: absolute;
	left: -.3rem;
	top: 0;
	right: -1.6rem;
	height: 100%;
	background-color: #39a2b1;
	border-radius: 0 0 0 .2rem;
	-webkit-border-radius: 0 0 0 .2rem;
	-moz-border-radius: 0 0 0 .2rem;
	-ms-border-radius: 0 0 0 .2rem;
	-o-border-radius: 0 0 0 .2rem;
	z-index: -1;
}

.pub .nav {
	width: 100%;
	font-family: SourceHanSerifCN-Bold;
}

.wrap {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
}

.foot {
	background: url(../images/f-bg1.png)no-repeat center top;
	height: 4.8rem;
	padding-top: .8rem;
	background-size: cover;
	color: #FFF;
	font-size: .16rem;
}

.foot a {
	color: #FFF;
}

.foot .logo {
	height: .95rem;
	margin-right: 2rem;
}

.foot .logo img {
	height: 100%;
}

.foot .item {
	width: 50%;
}

.foot .item .icon {
	width: .3rem;
	margin-right: .2rem;
}

.foot .item .icon img {
	width: 100%;
}

.foot .copyright {
	border-top: 1px rgba(255, 255, 255, .3) solid;
	padding-top: .3rem;
	margin-top: .5rem;
}

.pub-banner {
	height: 7rem;
	overflow: hidden;
}

.pub-banner img {
	height: 100%;
}

.pub-banner .text-content {
	padding-left: 2.4rem;
	padding-right: 2.4rem;
	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%);
	color: #FFF;
	z-index: 2;
	width: 100%;
}

.pub-banner .text-content .title {
	font-family: 'SourceHanSerifCN-Bold';
	font-size: .38rem;
	line-height: 2;
}

.pub-banner .text-content .text {
	font-size: .28rem;
}

.crumb {
	position: absolute;
	left: 2.4rem;
	bottom: .2rem;
	color: #FFF;
	font-size: .18rem;
}

.crumb a {
	color: #FFF;
}

.sub-menu {
	width: 100%;
	line-height: .6rem;
	margin-top: .1rem;
	border-bottom: 1px #f6f6f6 solid;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.sub-menu a {
	padding: 0 .25rem;
	font-size: .2rem;
	margin-right: .7rem;
}

.sub-menu a:last-child {
	margin-right: 0;
}

.sub-menu a.on {
	color: #ff801a;
}

.sub-menu a.on::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background-color: #ff801a;
}

.pub-content {
	padding-top: .5rem;
	padding-bottom: .8rem;
}

.details {
	background-color: #FFF;
	padding: .5rem;
}

.details h1 {
	font-size: .28rem;
	font-weight: bold;
	line-height: 2;
}

.details .info {
	color: #666;
	font-size: .2rem;
	line-height: 2;
	margin-top: .2rem;
	border-bottom: 2px #39A2B1 solid;
	padding-bottom: .2rem;
}

.details .info span {
	margin: 0 .2rem;
}

.details .body {
	font-size: .2rem;
	line-height: 1.8;
	color: #666;
	text-indent: 2em;
}

.details .ar_article .v_news_content p,
.details .ar_article .v_news_content span {
	font-size: .2rem !important;
	line-height: .3rem !important;
}


.details .body p {
	margin-top: .2rem;
}

.details .body img {
	display: block;
	max-width: 100%;
	margin-top: .3rem;
}

.details .prev-next {
	margin-top: .4rem;
	border-top: 2px #39A2B1 solid;
	font-size: .2rem;
	line-height: 2;
	padding-top: .3rem;
}

.details .prev-next a {
	margin-top: .1rem;
	color: #666;
	padding-left: .6rem;
	background: url(../images/i1.png)no-repeat left center;
	background-size: .33rem;
}

.keyan .item {
	margin-top: .5rem;
	background-color: #FFF;
	overflow: hidden;
	box-shadow: .05rem .05rem .15rem rgba(0, 0, 0, .05);
}

.keyan .item .pic {
	width: 5.9rem;
	height: 3.3rem;
	overflow: hidden;
}

.keyan .item .text-con {
	background: #FFF;
	padding: .4rem .5rem .4rem .6rem;
}

.keyan .item .text-con::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url(../images/i2.png)no-repeat right bottom;
	height: 100%;
	background-size: 3.7rem;
	opacity: .2;
	left: 0;
}

.keyan .item .tit {
	font-size: .4rem;
	font-family: 'SourceHanSerifCN-Bold';
}

.keyan .item .des {
	color: #666;
	font-size: .18rem;
	line-height: 1.8;
	margin-top: .2rem;
	text-indent: .36rem;
}

.keyan .item .more {
	position: absolute;
	left: .6rem;
	bottom: .4rem;
	padding-right: .4rem;
	background: url(../images/arrow1.png)no-repeat right center;
	color: #666;
}

.keyan .item:nth-child(even) .pic {
	order: 2;
}

.keyan .item:nth-child(even) .text-con {
	order: 1;
	padding-right: .6rem;
	padding-left: .4rem;
}

.keyan .item:nth-child(even) .text-con::after {
	background-position: left bottom;
}

.keyan .item:nth-child(even) .more {
	left: .4rem;
}

.about .info-text {
	margin-top: .3rem;
}

.about .info-text .pic {
	width: 9.3rem;
	height: 4.9rem;
	margin-top: .6rem;
}

.about .info-text .text-con {
	background: #39A2B1 url(../images/tbg9.jpg)no-repeat right top;
	background-size: cover;
	padding: .6rem 2.4rem .6rem .7rem;
	color: #FFF;
	overflow: hidden;
	border-radius: .5rem 0 0 0;
	-webkit-border-radius: .5rem 0 0 0;
	-moz-border-radius: .5rem 0 0 0;
	-ms-border-radius: .5rem 0 0 0;
	-o-border-radius: .5rem 0 0 0;
	margin-left: -.9rem;
	margin-top: -.8rem;
}

.about .info-text .tit {
	font-size: .28rem;
	font-weight: bold;
}

.about .info-text .text {
	font-size: .18rem;
	line-height: 1.8;
}

.about .info-text .text p {
	margin-top: .2rem;
	text-indent: .36rem;
	/* font-size: 18px; */
}

.aboutbg1 {
	background: url(../images/bg6.jpg)no-repeat center bottom;
	background-size: 100%;
	padding-bottom: 0rem;
}

.about .about-tit {
	font-size: .28rem;
	background: url(../images/i1.png)no-repeat left center;
	background-size: .32rem;
	padding-left: .5rem;
}

.about .about-text {
	background-image: linear-gradient(#FFF, rgba(255, 255, 255, 0));
	margin-top: .8rem;
}

.about .about-text .text {
	padding: 0 .2rem .5rem .5rem;
	line-height: 1.8;
	font-size: .18rem;

}

.about .about-text .text p {
	margin-top: .1rem;
	text-indent: .36rem;
}

.about .num-con {
	padding-left: .5rem;
	padding-right: .5rem;
}

.about .num-con .item {
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: .3rem;
	border: 1px #fc9a4a dotted;
	z-index: 2;
}

.about .num-con .item::after {
	content: '';
	position: absolute;
	left: .1rem;
	top: .1rem;
	right: .1rem;
	bottom: .1rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: rgba(255, 114, 0, .1);
	z-index: -1;
}

.about .num-con .item .counter {
	font-size: .4rem;
	font-family: 'SourceHanSerifCN-Bold';
	color: #ff7200;
	line-height: 1;
}

.about .num-con .item .txt {
	font-size: .14rem;
	color: #666;
	margin-top: .1rem;
}

.about .num-con .item:nth-child(even) {
	border-color: #39A2B1;
}

.about .num-con .item:nth-child(even) .counter {
	color: #39a2b1;
}

.about .num-con .item:nth-child(even)::after {
	background-color: rgba(57, 162, 177, .1);
}

.about .content-text .text {
	padding-left: 2.9rem;
	background: #39a2b1 url(../images/tbg10.jpg)no-repeat left top;
	background-size: cover;
	margin-right: -.7rem;
	z-index: 2;
	margin-top: .3rem;
	border-radius: 0 .5rem 0 0;
	-webkit-border-radius: 0 .5rem 0 0;
	-moz-border-radius: 0 .5rem 0 0;
	-ms-border-radius: 0 .5rem 0 0;
	-o-border-radius: 0 .5rem 0 0;
	padding-right: .7rem;
	color: #FFF;
	padding-top: .4rem;
	padding-bottom: .6rem;
}

.about .content-text .text p {
	margin-top: .2rem;
	line-height: 1.8;
	text-indent: .36rem;
}

.about .content-text .pic {
	width: 9.8rem;
	height: 5rem;
	overflow: hidden;
	border-radius: 0 0 0 .5rem;
	-webkit-border-radius: 0 0 0 .5rem;
	-moz-border-radius: 0 0 0 .5rem;
	-ms-border-radius: 0 0 0 .5rem;
	-o-border-radius: 0 0 0 .5rem;
	margin-top: -.3rem;
}

.about .content-text .txt {
	padding-left: .5rem;
	line-height: 1.8;
}

.about .content-text .txt p {
	margin-top: .3rem;
	text-indent: .36rem;
}

.about .ad {
	margin-top: .8rem;
}

.about .ad img {
	width: 100%;
}

.about .txt-content {
	background: url(../images/bg7.jpg)no-repeat center bottom;
	background-size: 100%;
	padding-bottom: .8rem;
	padding-top: .7rem;
}

.about .txt-content .con {
	width: 48%;
}

.about .txt-content .con .text {
	padding-left: .5rem;
	line-height: 1.8;
}

.about .txt-content .con .text::after {
	content: '';
	position: absolute;
	left: .1rem;
	top: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(#acd1d6, rgba(172, 109, 214, 0));
}

.about .txt-content .con .text p {
	margin-top: .25rem;
	text-indent: .36rem;
}

.about .con-text .about-tit {
	margin-top: .4rem;
}

.about .con-text .txt {
	padding-left: .5rem;
	line-height: 1.8;
	margin-top: .2rem;
	text-indent: .36rem;
	word-break: break-word;
}

@media (min-width:1025px) {

	.crumb a:hover,
	.foot a:hover {
		text-decoration: underline;
	}

	.details .prev-next a:hover {
		color: #39A2B1;
		background-image: url(../images/i2.png);
	}

	.keyan .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);
	}
}

@media (max-width:1199px) {

	.pub .header,
	.wrap,
	.pub-banner .text-content {
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.pub .header .top::after {
		display: none;
	}

	.foot .logo {
		margin-right: 1rem;
	}

	.pub-banner .text-content .title {
		font-size: 20px;
	}

	.pub-banner .text-content .text {
		font-size: 14px;
	}

	.crumb {
		left: .2rem;
		font-size: 12px;
	}

	.sub-menu {
		display: flex;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		justify-content: flex-start;
	}

	.sub-menu a {
		display: inline-block;
		font-size: 16px;
	}

	.details {
		padding: .2rem;
	}
	
	.keyan .item .tit,
	.about .info-text .tit {
		font-size: 20px;
	}
	
	
	.details .prev-next,
	.about .info-text .text {
		font-size: 18px;
		line-height: 2;
	}
	
	.details h1{
		font-size: 24px;
		line-height: 1.5;
	}
	
	.details .info{
		font-size: 18px;
		line-height: 1.5;
	}
	
	.details .body{
		font-size: 18px;
	}
	
	.details .ar_article .v_news_content p{
		font-size: 16px !important;
		line-height: 24px !important;
	}

	.about .info-text .text-con {
		padding-right: .3rem;
		padding-left: .3rem;
	}

	.about .about-tit {
		font-size: 18px;
		background-size: .4rem;
	}

	.aboutbg1 {
		background-size: cover;
	}

	.about .about-text {
		padding-top: .3rem;
	}

	.about .about-text .text,
	.about .content-text .txt,
	.about .info-text .text p{
		line-height: 1.8;
		font-size: 16px;
	}

	.about .content-text .text {
		padding-left: .3rem;
		order: 2;
		margin-right: 0;
		margin-bottom: .4rem;
		padding-right: .3rem;
	}

	.about .content-text .pic {
		width: 100%;
		order: 1;
		height: auto;
		margin-top: .3rem;
	}
}

@media (max-width:950px) {
	.keyan .item .pic {
		width: 6.4rem;
		height: 3.8rem;
	}

	.keyan .item .des,
	.about .num-con .item .txt {
		font-size: 12px;
	}

	.about .info-text .pic {
		width: 100%;
		height: auto;
	}

	.about .info-text .text-con {
		margin-top: .3rem;
		min-width: 100%;
		margin-left: 0;
	}

	.about .num-con {
		padding-left: 0;
		padding-right: 0;
	}

	.about .num-con .item {
		width: 2.2rem;
		height: 2.2rem;
	}

	.about .num-con .item .counter {
		font-size: 20px;
	}

	.about .txt-content .con {
		width: 100%;
		margin-bottom: .4rem;
	}
}

@media (max-width:767px) {
	.pub-banner {
		height: 5rem;
	}

	.foot {
		padding-top: .5rem;
		height: auto;
		padding-bottom: .5rem;
		line-height: 2;
		font-size: 12px;
	}

	.foot .logo {
		width: 100%;
		margin-right: 0;
		margin-bottom: .2rem;
	}

	.foot .copyright {
		flex-flow: column;
		text-align: center;
	}

	.foot .copyright a {
		display: block;
	}

	.foot .item {
		width: 100%;
	}

	.sub-menu a {
		margin-right: .3rem;
	}

	.keyan .item .pic {
		width: 100%;
		order: 1 !important;
	}

	.keyan .item .text-con {
		padding: .3rem .2rem !important;
		order: 2 !important;
	}

	.keyan .item .more {
		position: sticky;
		margin-top: .3rem;
		left: auto !important;
		bottom: auto;
	}

	.keyan .item:nth-child(even) .text-con::after {
		background-position: right bottom;
	}

	.about .about-tit {
		font-size: 16px;
	}

	.about .about-text .text {
		padding-right: 0;
	}
}


/* 6-3æ–°å¢ž */

.pub-bg {
	background: url(../images/bg8.png)no-repeat center top;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 1rem;
}

.pub-bg1 {
	background: url(../images/bg9.png)no-repeat center top;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 1rem;
}

.leader,
.photo-con {
	margin-top: .6rem;
}

.leader .home-title .en span::after {
	width: 1.7rem;
	right: -1.9rem;
}

.leader .home-title .en span::before {
	right: -1.95rem;
}

.leader .content,
.photo-con .content,
.keyan-content .content {
	background-color: #FFF;
	margin-top: .7rem;
	padding: .6rem;
	box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
	z-index: 2;
}

.leader .content::after {
	content: '';
	position: absolute;
	right: .4rem;
	bottom: .3rem;
	width: 2.1rem;
	height: 1.3rem;
	background: url(../images/title-icon.png)no-repeat center;
	background-size: cover;
	opacity: .1;
}

.leader .tit {
	color: #39A2B1;
	font-size: .2rem;
	font-weight: 500;
	padding-left: .2rem;
	line-height: 1.8;
}

.leader .tit::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: .2rem;
	background-color: #39A2B1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	-ms-border-radius: 0 2px 0 0;
	-o-border-radius: 0 2px 0 0;
}

.leader .card {
	width: 5.4rem;
	margin-right: 1rem;
}

.leader .card .pic-con {
	width: 44.5%;
	overflow: hidden;
	margin-top: .2rem;
}

.leader .card .pic-con .pic {
	height: 3rem;
	overflow: hidden;
}

.leader .card .name,
.leader .card .txt {
	font-size: .2rem;
	margin-top: .2rem;
}

.leader .card .name {
	font-weight: 550;
}

.leader ul {
	margin-top: .2rem;
}

.leader li {
	margin-bottom: .4rem;
	height: .7rem;
	width: 47%;
	border: 2px #cde8eb solid;
	padding-left: .2rem;
	line-height: .3rem;
	font-size: .2rem;
	margin-right: 6%;
	border-radius: 0 .35rem 0 0;
	-webkit-border-radius: 0 .35rem 0 0;
	-moz-border-radius: 0 .35rem 0 0;
	-ms-border-radius: 0 .35rem 0 0;
	-o-border-radius: 0 .35rem 0 0;
}

.leader li::before {
	content: '';
	position: absolute;
	left: -3px;
	width: 4px;
	height: .5rem;
	background-color: #39A2B1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.leader li:nth-child(even) {
	margin-right: 0;
}

.leader li .name {
	width: .8rem;
	border-right: 1px #39A2B1 solid;
	margin-right: .2rem;
	font-weight: 550;
}

.photo-con .sub-nav {
	margin-left: auto;
	margin-right: auto;
	width: 9.2rem;
}

.photo-con .sub-nav::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	border-top: 1px #39A2B1 dashed;
	z-index: -1;
}

.photo-con .sub-nav a {
	line-height: .4rem;
	background-color: #FFF;
	color: #39A2B1;
	z-index: 2;
	border-radius: .2rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	-ms-border-radius: .2rem;
	-o-border-radius: .2rem;
	margin-right: 1rem;
	border: 1px #39A2B1 solid;
	padding: 0 .3rem;
}

.photo-con .sub-nav a:last-child {
	margin-right: 0;
}

.photo-con .sub-nav a.on {
	background-color: #39A2B1;
	color: #FFF;
}

.photo {
	padding-bottom: .2rem !important;
}

.photo .item {
	width: 31%;
	margin-right: 3.4%;
	border: 1px #39A2B1 solid;
	margin-bottom: .4rem;
}

.photo .item:nth-of-type(3n) {
	margin-right: 0;
}

.photo .item .tit {
	font-size: .2rem;
	height: .9rem;
	line-height: .9rem;
	font-weight: 550;
}

.photo .item .tit::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: .2rem;
	width: .6rem;
	height: 4px;
	background-color: #39A2B1;
}

.photo .item .pic {
	height: 2.4rem;
	overflow: hidden;
}

.ui {
	box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
	background: #FFF url(../images/bg12.png)no-repeat center bottom;
	margin-top: .6rem;
	overflow: hidden;
	border-radius: 0 1rem 0 0;
	-webkit-border-radius: 0 1rem 0 0;
	-moz-border-radius: 0 1rem 0 0;
	-ms-border-radius: 0 1rem 0 0;
	-o-border-radius: 0 1rem 0 0;
}

.ui .lo-txt,
.ui .ui-txt,
.ui .lo-pic {
	width: 50%;
}

.ui .lo-txt {
	z-index: 2;
}

.ui .lo-txt img {
	width: 4.74rem;
}

.ui .ui-txt {
	background: rgba(57, 162, 177, .8);
	color: #FFF;
	font-size: .2rem;
	padding-left: .8rem;
	padding-right: .8rem;
}

.ui .lo-txt {
	height: 4.7rem;
	background-color: #FFF;
}

.ui .lo-txt::after {
	content: '';
	position: absolute;
	left: .4rem;
	top: .3rem;
	width: 2.1rem;
	height: 1.3rem;
	background: url(../images/title-icon.png)no-repeat center;
	background-size: cover;
	opacity: .1;
}

.ui .lo-pic {
	height: 7.2rem;
}

.ui .lo-pic img {
	width: 5rem;
}

.ui .ui-txt .tit {
	font-size: .4rem;
	padding-left: .2rem;
	font-weight: 550;
}

.ui .ui-txt .tit::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: 8px;
	height: .4rem;
	background-color: #FFF;
	border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-ms-border-radius: 0 8px 0 0;
	-o-border-radius: 0 8px 0 0;
}

.ui .ui-txt .txt {
	line-height: 2;
	margin-top: .4rem;
}

.xiaofeng {
	padding: 0 .6rem .6rem;
	background: #FFF;
	box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
	overflow: hidden;
	margin-top: .6rem;
}

.xiaofeng .item {
	margin-top: .6rem;
	background-color: #39A2B1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.xiaofeng .item:nth-child(1) {
	background-image: url(../images/bg10.png);
	border-radius: 0 1rem 0 0;
	-webkit-border-radius: 0 1rem 0 0;
	-moz-border-radius: 0 1rem 0 0;
	-ms-border-radius: 0 1rem 0 0;
	-o-border-radius: 0 1rem 0 0;
}

.xiaofeng .item:nth-child(2) {
	background-image: url(../images/bg11.png);
	border-radius: 0 0 0 1rem;
	-webkit-border-radius: 0 0 0 1rem;
	-moz-border-radius: 0 0 0 1rem;
	-ms-border-radius: 0 0 0 1rem;
	-o-border-radius: 0 0 0 1rem;
}

.xiaofeng .pic {
	width: 6.6rem;
	height: 4.9rem;
	overflow: hidden;
}

.xiaofeng .item .text-con {
	padding: .6rem;
	color: #FFF;
}

.xiaofeng .item .tit {
	font-size: .4rem;
	padding-left: .2rem;
	font-weight: 550;
}

.xiaofeng .item .tit::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: 8px;
	height: .4rem;
	background-color: #FFF;
	border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-ms-border-radius: 0 8px 0 0;
	-o-border-radius: 0 8px 0 0;
}

.xiaofeng .item .txt {
	font-size: .5rem;
	font-weight: bold;
	margin-top: .2rem;
}

.xiaofeng .item .txt span {
	margin-right: .2rem;
	line-height: 2;
}

.xiaofeng .item .txt span:last-child {
	margin-right: 0;
}

.xiaofeng .item .text {
	font-size: .2rem;
	line-height: 2;
	margin-top: .2rem;
}

.keyan-content .content {
	padding-bottom: 2.7rem;
}

.keyan-content .content::after {
	content: '';
	position: absolute;
	right: .4rem;
	bottom: .3rem;
	width: 2.1rem;
	height: 1.3rem;
	background: url(../images/title-icon.png)no-repeat center;
	background-size: cover;
	opacity: .1;
}

.keyan-content .item {
	width: 47%;
	margin-right: 6%;
	height: .72rem;
	border: 1px dashed #39A2B1;
	border-radius: 0 .4rem 0 0;
	-webkit-border-radius: 0 .4rem 0 0;
	-moz-border-radius: 0 .4rem 0 0;
	-ms-border-radius: 0 .4rem 0 0;
	-o-border-radius: 0 .4rem 0 0;
	padding-left: .4rem;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	font-size: .2rem;
	font-weight: 550;
	margin-bottom: .4rem;
}

.keyan-content .item:nth-child(even) {
	margin-right: 0;
}

.keyan-content .item::after {
	content: '';
	position: absolute;
	width: 7px;
	height: .5rem;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 2;
	background-color: #39A2B1;
}

.danwei .item::after {
	left: 0;
	width: 4px;
	height: 100%;
	left: -1px;
}

.danwei .item::before {
	content: '';
	position: absolute;
	right: .3rem;
	top: 0;
	height: 100%;
	width: .26rem;
	background: url(../images/next.png)no-repeat center;
	background-size: 100%;
}

.teacher-con .home-title {
	margin-top: .6rem;
}

.teacher-con .home-title .en span::after {
	width: 2rem;
	right: -2.5rem;
}

.teacher-con .home-title .en span::before {
	right: -2.55rem;
}

.teacher-con .content {
	background: #FFF url(../images/bg13.png)no-repeat left bottom;
	background-size: cover;
	box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
	padding: .6rem .6rem 1.5rem .6rem;
	margin-top: .6rem;
}

.teacher-con .content::after {
	content: '';
	position: absolute;
	right: .4rem;
	bottom: .3rem;
	width: 2.1rem;
	height: 1.3rem;
	background: url(../images/title-icon.png)no-repeat center;
	background-size: cover;
	opacity: .1;
}

.teacher-con .item {
	background-color: #FFF;
	width: 45%;
	margin-right: 10%;
	overflow: hidden;
	border: 1px #39A2B1 solid;
	margin-bottom: .4rem;
	border-radius: 0 .4rem 0 0;
	-webkit-border-radius: 0 .4rem 0 0;
	-moz-border-radius: 0 .4rem 0 0;
	-ms-border-radius: 0 .4rem 0 0;
	-o-border-radius: 0 .4rem 0 0;
}

.teacher-con .item:nth-child(even) {
	margin-right: 0;
}

.teacher-con .item .tit {
	background: url(../images/tbg12.png)no-repeat left bottom;
	background-size: cover;
	padding-left: .4rem;
	color: #FFF;
	font-weight: bold;
	font-size: .24rem;
	line-height: .72rem;
}

.teacher-con .item .text-con {
	padding: .2rem;
}

.teacher-con .item .text-con a {
	width: 50%;
	font-size: .2rem;
	font-weight: 550;
	margin-top: .1rem;
	margin-bottom: .1rem;
}

.teacher-con .item .text-con a:nth-child(odd) {
	border-right: 1px #39A2B1 solid;
}

.teacher-con .item .pic img {
	width: 100%;
}

@media (min-width:1025px) {
	.photo .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);
	}

	.photo .item:hover {
		box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
	}

	.photo .item:hover,
	.photo-con .sub-nav a:hover {
		background-color: #39A2B1;
	}

	.photo .item:hover .tit,
	.photo-con .sub-nav a:hover {
		color: #FFF;
	}

	.photo .item:hover .tit::after {
		background-color: #FF7200;
	}

	.keyan-content .item:hover {
		background: url(../images/tbg11.png)no-repeat center;
		background-size: cover;
		padding-left: .9rem;
		color: #FFF;
	}

	.keyan-content .item:hover::after {
		background-color: #FF7200;
	}
}

@media (max-width:1199px) {
	.leader .tit {
		font-size: 20px;
	}

	.photo-con .sub-nav {
		width: 90%;
	}

	.leader .card .name,
	.leader .card .txt,
	.leader li,
	.photo .item .tit {
		font-size: 14px;
	}
}

@media (max-width:767px) {

	.leader .content,
	.photo-con .content,
	.teacher-con .content {
		padding: .4rem;
	}

	.leader .tit::after {
		height: .4rem;
	}

	.leader .content {
		padding: .4rem;
	}

	.leader .card {
		margin-bottom: .4rem;
	}

	.leader .card,
	.leader li {
		width: 100%;
		margin-right: 0;
	}

	.leader .card .pic-con .pic {
		height: 3.4rem;
	}

	.leader li {
		height: 1rem;
	}

	.leader li .name {
		width: 1.2rem;
	}

	.photo-con .sub-nav a {
		margin-right: .2rem;
		line-height: .5rem;
		border-radius: .25rem;
		-webkit-border-radius: .25rem;
		-moz-border-radius: .25rem;
		-ms-border-radius: .25rem;
		-o-border-radius: .25rem;
	}

	.photo .item {
		width: 49%;
		margin-right: 2%;
	}

	.photo .item:nth-of-type(3n) {
		margin-right: 2%;
	}

	.photo .item:nth-child(even) {
		margin-right: 0;
	}

	.ui .lo-txt,
	.ui .ui-txt,
	.ui .lo-pic {
		width: 100%;
	}

	.ui .ui-txt {
		order: 1;
		padding: .5rem;
	}

	.ui .lo-txt,
	.ui .lo-pic {
		order: 2;
	}

	.ui .lo-pic img {
		width: 70%;
	}

	.ui .ui-txt .tit,
	.xiaofeng .item .tit {
		font-size: 20px;
		padding-left: 20px;
	}

	.ui .ui-txt .txt,
	.xiaofeng .item .text,
	.keyan-content .item,
	.teacher-con .item .text-con a {
		font-size: 14px;
	}

	.xiaofeng {
		padding: 0 .3rem .3rem;
	}

	.xiaofeng .item .txt {
		font-size: 24px;
	}

	.xiaofeng .item .text-con {
		padding: .3rem;
	}

	.xiaofeng .pic {
		order: 2;
	}

	.keyan-content .item {
		width: 100%;
		margin-right: 0;
	}

	.keyan-content .content {
		padding: .3rem;
	}

	.teacher-con .item {
		width: 100%;
		margin-right: 0;
	}

	.teacher-con .item .tit {
		font-size: 18px;
	}
}

.text-list .item {
	padding: .3rem 0;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.text-list .item:first-child {
	margin-top: 0;
}

.text-list .item .date {
	width: 1.2rem;
	height: .8rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-right: .3rem;
}

.text-list .item .date span {
	font-weight: bold;
	color: #39a2b1;
	font-size: .36rem;
}

.text-list .item .date::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 70%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background-color: #39a2b1;
}

.text-list .item .tit {
	/* font-size: .22rem; */
	font-size: 22px;
	padding-left: 0;
}

.text-list .item .des {
	color: #666;
	margin-top: .15rem;
	/* font-size: .16rem; */
	font-size: 16px;
}

@media (max-width:1199px) {
	.text-list .item .date span {
		font-size: 20px;
	}

	.text-list .item .tit {
		font-size: 18px;
	}

	.text-list .item .des {
		font-size: 14px;
	}
}

/* 2024-06-17 新增 */
.leader.s2 ul {
	padding-bottom: 1rem;
}

.leader.s2 li {
	width: 100%;
	height: auto;
	margin-right: 0;
	padding: .22rem 0;
}

.leader.s2 li .name {
	width: 50%;
	margin-right: 0;
	border-left: 1px #39A2B1 solid;
	border-right: 0;
	text-align: center;
	padding: 0 .2rem;
}

.leader.s2 li .txt {
	color: #39A2B1;
	padding-left: 10%;
	padding-right: .2rem;
}

@media (max-width: 767px) {
	.leader.s2 li .txt {
		padding-left: .2rem;
	}
}

/* 2024-09-06 新增 */
.foot-b{justify-content:center;position:relative;flex-wrap:wrap;}
.ul-iconsb1{position:absolute;right:0rem;}
.ul-iconsb1 li{padding: 0 0.1rem;}
.ul-iconsb1 li img{width:100%;}
.ul-iconsb1 .con{position:relative;cursor:pointer;}
.ul-iconsb1 .con:hover .qrbox{opacity:1;visibility:visible;transform: translateY(0%) translateX(-50%);}
.ul-iconsb1 .icon{width: 0.5rem;height: .5rem;border-radius: 50%;}
.ul-iconsb1 .qrbox{bottom: 100%;transform: translateY(-30%) translateX(-50%);opacity:0;visibility:hidden;margin-bottom: .15rem;transition: 0.5s;position: absolute;width: 1.2rem;z-index: 10;height: auto;z-index: 100;left: 50%;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);}
.ul-iconsb1 .qrbox .qr{padding: .05rem;background: #fff;text-align: center;border-radius: .1rem;}
.ul-iconsb1 .qrbox::before{content:"";border-left:.08rem solid transparent;border-right:.08rem solid transparent;border-bottom:.1rem solid #fff;bottom: -0.1rem;transform: translateX(-50%) rotateX(180deg);position: absolute;left: 50%;}
.ul-iconsb1 .qrbox .qr img{width: 100%;}
.ul-iconsb1 .qrbox .p{font-size: 0.14rem;overflow:hidden;text-align: center;margin-top: .1rem;line-height: 1.5;}
.ul-iconsb1 .icon .img2{display: none;}
.ul-iconsb1 .con:hover .icon .img2{display: block;}
.ul-iconsb1 .con:hover .icon .img1{display: none;}
@media (max-width: 767px) {
	.footer .logo{width:100%;margin-bottom: .3rem;}
	.ul-iconsb1{position:relative;right:auto;justify-content:center;
	width:100%;margin-bottom:.3rem;
	}
}
