﻿@charset "utf-8";

/*common s*/
.SubPage {
	position: relative;
	background: #fff;
	z-index: 1;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding: 22px 0 1.13rem;
	clear: both;
}

.SubBan {
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
}

.SubBan .w1440 {
	position: absolute;
	left: 50%;
	top: 45%;
	z-index: 1;
	color: #fff;
	transform: translateX(-50%);
}

.SubBan h2 {
	font-size: 0.56rem;
	line-height: 1.5;
}

.SubBan .en {
	font-size: 0.24rem;
	line-height: 1.4;
	text-transform: uppercase;
}

.SubBan .img img {
	width: 100%;
	transform: scale(1.1);
	transition: all 5s;
}

.SubBan.on .img img {
	transform: scale(1);
}

.Place a {
	color: #7f7f7f;
	position: relative;
	margin-right: 23px;
}

.Place a:after {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-top: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
	width: 8px;
	height: 8px;
	content: "";
}

.Place a:hover, .Place span {
	color: #333333;
}

.SubMenu {
	text-align: center;
	margin: 0.72rem 0 0.6rem;
}

.SubMenu li {
	min-width: 1.8rem;
	text-align: center;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	margin: 0 0.15rem;
}

.SubMenu li:after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #0478b9;
	content: "";
	transition: all 0.5s;
	left: 0;
}

.SubMenu li a {
	display: block;
	position: relative;
	z-index: 2;
	font-size: 0.24rem;
	padding: 0 0.15rem;
	line-height: 2.2;
}

.SubMenu li:hover:After, .SubMenu li.on:After {
	height: 100%;
}

.SubMenu li:hover a, .SubMenu li.on a {
	color: #fff;
}

.SinglePage {
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
}

.SinglePage table {
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	width: 100%;
}

.SinglePage table td, .SinglePage table th {
	padding: 0.15rem 0.2rem;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
}

.SinglePage table th {
	color: #fff;
	background: #0082ca;
	font-weight: normal;
	text-align: center;
}

.SinglePage table.red th {
	background: linear-gradient(to bottom, #f0380a, #f00a11);
}

.SinglePage table.red .bg {
	background: linear-gradient(to bottom, rgba(240, 56, 10, 0.2), rgba(240, 10, 17, 0.2));
}

.SinglePage table tbody tr:nth-child(odd) {
	background: #fafafa;
}

.SinglePage table tr {
	transition: all 0.3s;
}

.SinglePage table tr:hover td {
	background: #fff;
}

.SinglePage table tr:hover {
	box-shadow: 0 15px 38px rgba(0, 0, 0, 0.18);
	position: relative;
	z-index: 1;
}

.tabtit {
	text-align: center;
	margin-bottom: 0.2rem;
}

.tabtit h2 {
	font-size: 0.24rem;
	font-weight: bold;
	display: inline-block;
	padding: 0 0.5rem;
	border-radius: 0.3rem;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 2;
}

.tabtit.red {
	color: #f00a11;
}

.down {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 20px;
	margin-left: 9px;
	background: url(../images/down.png);
	cursor: pointer;
}

.SubTit {
	clear: both;
	padding: 0.66rem 0 0.42rem;
}

.SubTit h2 {
	font-size: 0.48rem;
	line-height: 2;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-weight: normal;
}

.SubTit h2:after {
	position: absolute;
	width: 24px;
	height: 24px;
	right: -30px;
	top: 0.07rem;
	background: url(../images/logoico.png);
	content: "";
}

.SubTit.red h2:after {
	background: url(../images/logoico2.png);
	content: "";
}

@media(max-width:1024px) {
	.SubBan {
		margin-top: 50px;
	}

	.SubBan .w1440 {
		top: 33%;
	}

	.SubPage {
		padding-bottom: 0.65rem;
	}
}

@media(max-width:767px) {
	.SubBan h2 {
		font-size: 0.4rem;
	}

	.SinglePage {
		line-height: 24px !important;
	}

	.SubPage {
		padding-top: 0.4rem;
	}

	.Place {
		padding-right: 10px;
	}



	.HomeTit .en {
		font-size: 15px;
	}

	.SubTit h2, .SubTit2 h2 {
		font-size: 20px;
	}
}

@media(max-width:580px) {
	.SubMenu li a {
		font-size: 15px;
	}

	.Place {
		font-size: 14px;
	}

	.SinglePage table td {
		font-size: 12px;
	}

	.SinglePage table td, .SinglePage table th {
		padding: 5px;
	}

	.SinglePage table th {
		font-size: 12px;
	}
}

/*common end*/

/* 新闻中心 */
.PhotoNews {
	padding-bottom: 0.4rem;
}

.PhotoNews .item {
	margin-bottom: 0.31rem;
}

.PhotoNews .item a {
	position: relative;
	background: #f6f6f6;
}

.PhotoNews .item a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #0082ca;
	transition: all 0.5s;
	content: "";
	z-index: 2;
}

.PhotoNews .imgbox {
	width: 29.16%;
	padding-top: 2.65rem;
}

.PhotoNews .info {
	width: 60.06%;
	padding: 0 4.86% 0 3.47%;
}

.PhotoNews .date {
	width: 10.78%;
	text-align: center;
	position: relative;
	color: #999999;
	font-size: 14px;
}

.PhotoNews .date span {
	line-height: 1.1;
	font-size: 0.48rem;
	color: #333333;
	display: block;
}

.PhotoNews .date:after {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: #e5e5e5;
}

.PhotoNews .tit {
	font-size: 0.24rem;
}

.PhotoNews .desc {
	min-height: 0.6rem;
	margin: 0.18rem 0 0.25rem;
	color: #666666;
}

.PhotoNews .more {
	color: #999999;
}

.PhotoNews .more:After {
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin-left: 0.11rem;
	width: 34px;
	height: 8px;
	background: url(../images/arr_more_gray.png) right center no-repeat;
	transition: all 0.3s;
}

.PhotoNews .item:hover .more:After {
	background: url(../images/arr_more.png) right center no-repeat;
	margin-left: 0.2rem;
}

.PhotoNews .item:hover a:after {
	width: 100%;
}

.NewsInfo {
	max-width: 12rem;
	margin: 0px auto;
}

.NewsInfo .SinglePage img {
	max-width: 8rem;
	margin: 0px auto;
}

.TitleInfo {
	text-align: center;
	padding: 0.64rem 0 0.17rem 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 0.52rem;
}

.TitleInfo .title {
	line-height: 1.2;
	font-size: 0.36rem;
	font-weight: normal;
	margin-bottom: 0.17rem;
}

.TitleInfo p span {
	display: inline-block;
	margin: 0 0.18rem;
}

.PrevNextInfo {
	padding: 0.31rem 2.2rem 0 0;
	margin-top: 1rem;
	border-top: 1px solid #dedede;
	position: relative;
}

.PrevNextInfo dl {
	position: relative;
	padding-left: 68px;
	min-height: 32px;
	line-height: 32px;
}

.PrevNextInfo dl dt {
	position: absolute;
	left: 0;
	top: 0;
}

.PrevNextInfo .none {
	color: #999999;
}

.PrevNextInfo .back {
	position: absolute;
	right: 0;
	top: 0.38rem;
	border: 1px solid #cccccc;
	border-radius: 4px;
	text-align: center;
	line-height: 0.52rem;
	width: 1.6rem;
}

.PrevNextInfo .back i {
	vertical-align: middle;
	color: #12a0ef;
	margin-right: 5px;
}

.PrevNextInfo .back:hover {
	background: #12a0ef;
	border: 1px solid #12a0ef;
}

.PrevNextInfo .back:hover i, .PrevNextInfo .back:hover {
	color: #fff;
}

@media(max-width:1024px) {
	.NewsInfo .SinglePage img {
		max-width: 100%;
	}
}

@media(max-width:768px) {
	
	.PhotoNews .item a {
		display: block;
	}

	.PhotoNews .imgbox {
		width: auto;
		padding-top: 64%;
	}

	.PhotoNews .info {
		width: auto;
		padding: 0.3rem;
	}

	.PhotoNews .date {
		width: 1.5rem;
		padding: 0.15rem;
		text-align: center;
		background: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		z-index: 2;
		position: absolute;
		color: #fff;
	}

	.PhotoNews .date span {
		color: #fff;
	}
}

@media(max-width:580px) {
	.PhotoNews .tit {
		font-size: 15px;
	}

	.PhotoNews .desc {
		margin: 0.1rem 0;
		height: 48px;
	}

	.TitleInfo {
		padding-bottom: 0.35rem;
		margin-bottom: 0.35rem;
	}

	.TitleInfo p span {
		margin: 0 0.2rem;
	}

	.TitleInfo .title {
		font-size: 18px;
	}

	.PrevNextInfo {
		padding-right: 0;
		margin-top: 50px;
		padding-top: 10px;
	}

	.PrevNextInfo dl {
		min-height: 30px;
		line-height: 30px;
	}

	.PrevNextInfo .back {
		top: -35px;
		width: auto;
		padding: 0 10px;
	}
}

/* 党建风采 */
.djbg {
	background: #fff url(../images/djbg.jpg) center bottom no-repeat;
}

.NewsList {
	padding-bottom: 0.4rem;
}

.NewsList .item {
	margin-bottom: 0.31rem;
}

.NewsList .item a {
	position: relative;
	background: #f7f9fa;
	padding: 0.42rem 0;
}

.NewsList .item a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #0082ca;
	transition: all 0.5s;
	content: "";
	z-index: 2;
}

.NewsList .info {
	padding: 0 2.7% 0 2.7%;
	flex: 1;
}

.NewsList .date {
	width: 1.27rem;
	text-align: center;
	position: relative;
	color: #999999;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
}

.NewsList .date span {
	line-height: 1.1;
	font-size: 0.48rem;
	color: #333333;
	display: block;
}

.NewsList .date img {
	display: block;
	margin: 0 auto;
	height: 0.47rem;
}

.NewsList .tit {
	font-size: 0.24rem;
	color: #010101;
}

.NewsList .desc {
	margin: 0.1rem 0 0;
	color: #666666;
}

.NewsList .desc.dot2 {
	min-height: 0.64rem;
}

.NewsList .more {
	color: #999999;
	width: 7.91%;
	margin-left: 10.21%;
}

.NewsList .more:After {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 34px;
	height: 8px;
	background: url(../images/arr_more_gray.png) right center no-repeat;
	transition: all 0.3s;
}

.NewsList .item:hover .more:After {
	background: url(../images/arr_more.png) right center no-repeat;
}

.NewsList .item:hover a:after {
	width: 100%;
}

.NewsList.red .date span,
.NewsList.red .item:hover .tit {
	color: #d6090f;
}

.NewsList.red .item:hover .more:After {
	background: url(../images/arr_more_red.png) right center no-repeat;
}

.NewsList.red .item a:after {
	background: #d6090f;
}

.NewsList.line .item a {
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
}

.NewsList.notice .item {
	width: 47.91%;
}

.NewsList.notice .dot2 {
	line-height: 0.36rem;
	min-height: 0.72rem;
}

.NewsList.nobg .item a {
	background-color: transparent;
}

.StyleList {
	margin-left: -4.5%;
}

.StyleList .item {
	width: 33.333%;
	padding: 0 0 4.5% 4.5%;
}

.StyleList .imgbox {
	padding-top: 57.73%;
}

.StyleList .info {
	background: #f8f9fa;
	padding: 0.3rem;
}

.StyleList .ti {
	min-height: 0.6rem;
	font-size: 0.2rem;
	margin-bottom: 0.33rem;
}

.StyleList .other {
	color: #999999;
}

.StyleList .more i {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	border: 1px solid #0685cb;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #0685cb;
	font-size: 16px;
	margin-left: 13px;
}

.StyleList .item:hover .more i {
	color: #fff;
	background: #0685cb;
}

.StyleList::after {
	content: '';
	width: 33.333%;
	height: 0;
	display: block;
}

@media(max-width:768px) {
	.NewsList .item {
		width: 100% !important;
	}

	.NewsList .date {
		width: 70px;
	}

	.NewsList .info {
		width: calc(100% - 110px);
		padding: 0 0.3rem;
	}

	.NewsList .more {
		width: 40px;
	}

	.NewsList .more:After {
		width: 25px;
	}

	.StyleList .item {
		width: 50%;
	}
}

@media(max-width:580px) {
	.NewsList .item a {
		padding: 0.3rem 0;
	}

	.NewsList .more {
		display: none;
	}

	.NewsList .info {
		width: calc(100% - 70px);
	}

	.NewsList .tit {
		font-size: 15px;
		line-height: 24px !important;
		min-height: auto !important;
	}

	.StyleList .item {
		width: 100%;
	}

	.StyleList .ti {
		font-size: 15px;
	}
}


/* 公司概况 */
.AboutInfo {
	background: linear-gradient(-45deg, #f1f9ff 0%, #f9fbff 83%, rgba(255, 255, 255, 0) 100%);
}

.AboutInfo .Info {
	width: 45.83%;
	float: left;
	position: relative;
}

.AboutInfo .Info:after {
	position: absolute;
	width: 4.08rem;
	height: 4.08rem;
	background: url(../images/logobg2.png) no-repeat;
	background-size: contain;
	right: -2.66rem;
	top: 1.3rem;
	z-index: -1;
	content: "";
}

.AboutInfo .imgbox {
	width: 47.22%;
	float: right;
	border-radius: 10px;
	margin-top: 1.3rem;
}

.AboutInfo .name {
	margin: -0.1rem 0 0.24rem;
}

.AboutInfo .name h2 {
	font-size: 0.24rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: normal;
}

.AboutInfo .name h2:After {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 1rem;
	height: 6px;
	background-image: linear-gradient(to right, #fd9547, #faf3e9);
	content: "";
	border-radius: 5px;
	z-index: -1;
}

.AboutHornor {
	padding: 0.77rem 0 0.6rem;
	background: url(../images/hornorbg.jpg) center bottom no-repeat;
	background-size: cover;
}

.AboutHornor .titHead {
	text-align: center;
	padding-bottom: 0.59rem;
}

.AboutHornor .titHead h2 {
	font-weight: normal;
	font-size: 0.24rem;
}

.AboutHornor .item {
	width: 47.22%;
	min-height: 1.2rem;
	background: #f7fbfd;
	border-radius: 0.6rem;
	font-size: 0.2rem;
	padding: 0 0.5rem;
	position: relative;
	margin-bottom: 0.4rem;
	text-align: center;
}

.AboutHornor .item:before, .AboutHornor .item:after {
	content: "";
	top: 50%;
	width: 0.43rem;
	height: 0.93rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	transform: translateY(-50%);
}

.AboutHornor .item:before {
	left: 0;
	background-image: url(../images/kh1.png);
}

.AboutHornor .item:after {
	right: 0;
	background-image: url(../images/kh2.png);
}

.AboutHornor .item:hover {
	background: #deedf4;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.CultureList .inner {
	position: relative;
}

.CultureList .item {
	width: 31.25%;
	margin-bottom: 3%;
}

.CultureList .info {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0.39rem 0 0 0.51rem;
	color: #fff;
}

.CultureList .info h3 {
	font-size: 0.24rem;
	margin-bottom: 4px;
}

.CultureList .imgbox {
	padding-top: 55.55%;
}

.CultureList .imgbox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
	background-image: linear-gradient(to bottom, rgba(0, 27, 42, 0.8), rgba(0, 27, 42, 0));
	transition: all 0.3s;
}

.CultureList .item:hover .imgbox:after {
	opacity: 0.5;
}

.ManageBox .item {
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	padding: 0.33rem 0.33rem 0.33rem 117px;
	position: relative;
	min-height: 2rem;
	margin-bottom: 0.3rem;
	width: 48.26%;
}

.ManageBox .item .ti {
	position: absolute;
	left: 30px;
	top: 0.33rem;
	color: #0082ca;
	font-size: 0.24rem;
}

.ManageBox .item .ti span {
	display: block;
	font-size: 0.5rem;
	line-height: 1.2;
}

.ManageBox .item p {
	position: relative;
	padding-left: 33px;
	min-height: 0.3rem;
	font-weight: normal;
}

.ManageBox .item p span {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
}

.ManageBox .item:nth-last-child(1) {
	margin-bottom: 0;
}

.ManageBox .item:nth-last-child(2) {
	margin-bottom: 0;
}

.ManageBox .item:hover {
	border: 1px solid #0082ca;
	background: #fff;
}

.VideoList .item {
	width: 30.06%;
	border-bottom: 1px solid #ededed;
	padding-bottom: 0.27rem;
	margin-bottom: 3.5%;
}

.VideoList .imgbox {
	padding-top: 57.73%;
	margin-bottom: 0.14rem;
}

.VideoList .date {
	color: #999999;
}

.VideoList .iconbf3 {
	position: absolute;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: rgba(0, 0, 0, 0.48);
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	font-size: 20px;
}

.VideoList .iconbf4 {
	color: #686868;
	margin: -2px 8px 0 0;
	vertical-align: middle;
	transition: all 0.3s;
}

.VideoList .item:hover .iconbf4 {
	color: #0082ca;
	transform: scale(1.15);
}

.VideoList::after {
	content: '';
	width: 30.06%;
	height: 0;
	display: block;
}

@media(max-width:1024px) {
	.AboutInfo .Info {
		width: auto;
		float: none;
	}

	.AboutInfo .imgbox {
		width: auto;
		float: none;
		margin-top: 0.35rem;
	}

	.CultureList .item {
		width: 47%;
	}

	.CultureList .info {
		padding: 0.3rem;
	}

	.ManageBox .item {
		width: 100%;
	}
}

@media(max-width:768px) {
	.VideoList .item {
		width: 48%;
	}
}

@media(max-width:580px) {
	.AboutInfo .name h2, .AboutHornor .titHead h2 {
		font-size: 18px;
	}

	.AboutHornor .item {
		width: 100%;
		font-size: 15px;
		padding: 0.25rem 0.8rem;
	}

	.AboutHornor .item br {
		display: contents;
	}

	.CultureList .item {
		width: 100%;
	}

	.CultureList .info h3 {
		font-size: 16px;
	}

	.ManageBox .item {
		padding: 0.3rem;
	}

	.ManageBox .item .ti {
		position: static;
		line-height: 1.2;
		font-size: 16px;
		margin-bottom: 15px;
	}

	.ManageBox .item .ti span {
		display: inline-block;
		vertical-align: middle;
		margin: -5px 0 0 10px;
	}

	.ManageBox .item p {
		padding-left: 22px;
	}

	.VideoList .item {
		width: 100%;
	}
}

/* 招贤纳才 */
.SearchHr {
	border: 1px solid #e9edf1;
	border-radius: 10px;
	max-width: 6.6rem;
	padding: 0 61px 0 18px;
	position: relative;
	background: #f8f8f8;
	margin-bottom: 0.39rem;
}

.SearchHr input {
	height: 54px;
	line-height: 54px;
	width: 100%;
}

.SearchHr .btn {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 58px;
	height: 48px;
	background: #0082ca;
	border-radius: 0 10px 10px 0;
	color: #fff;
}

.SearchHr .btn:hover {
	background: #0097e9;
}

.SearchNav .item {
	margin-bottom: 0.18rem;
	position: relative;
}

.SearchNav .item dt {
	width: 1.1rem;
}

.SearchNav .item .con {
	flex: 1;
	height: 0.3rem;
	overflow: hidden;
}

.SearchNav .item .more {
	width: 1.2rem;
}

.SearchNav .item a {
	display: inline-block;
	margin-right: 0.36rem;
}

.SearchNav .item a.on {
	color: #0082ca;
}

.SearchNav .item i {
	color: #aaaaaa;
	font-weight: bold;
	margin: -1px 0 0 7px;
	vertical-align: middle;
}

.SearchNav .item.on .con {
	height: auto;
}

.SearchNav .item.on .more .hide {
	display: block;
}

.SearchNav .item.on .more .show {
	display: none;
}

.CountAll {
	border-bottom: 1px solid #e9edf1;
	padding: 0.18rem 0;
	position: relative;
}

.CountAll span {
	color: #999999;
}

.CountAll a.share {
	right: 0;
	position: absolute;
	top: 0.08rem;
	border: 1px solid #e5e5e5;
	line-height: 0.42rem;
	padding: 0 0.18rem;
}

.CountAll a.share:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -2px 10px 0 0;
	background: url(../images/share.png);
}

.HrList {
	padding-bottom: 0.5rem;
}

.HrList .item {
	border-bottom: 1px solid #e9edf1;
	padding: 0.36rem 0 0.32rem;
	position: relative;
}

.HrList .item:after {
	height: 1px;
	background: #0082ca;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: "";
	z-index: 1;
	width: 0;
	transition: all 0.3s;
}

.HrList .item:hover:after, .HrList .item.on:after {
	width: 100%;
}

.HrList .title {
	margin-bottom: 0.08rem;
}

.HrList .top {
	cursor: pointer;
}

.HrList .top.on .title {
	color: #0082ca;
}

.HrList .date {
	color: #999999;
	padding-left: 0.3rem;
}

.HrList .tit {
	font-size: 0.24rem;
	flex: 1;
}

.HrList .jobfl {
	color: #666666;
}

.HrList .jobfl dd {
	padding: 0 18px;
	position: relative;
}

.HrList .jobfl dd:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #e5e5e5;
	content: "";
}

.HrList .jobfl dd:first-child {
	padding-left: 0;
}

.HrList .jobDetail {
	background: #f8f8f8;
	padding: 0.34rem;
	margin-top: 0.25rem;
	display: none;
}

.HrList .jobDetail h3 {
	font-weight: normal;
	color: #0082ca;
}

.HrList .jobDetail h3:not(:first-child) {
	margin-top: 0.3rem;
}

.HrList a.apply {
	display: block;
	text-align: center;
	width: 99px;
	line-height: 37px;
	margin: 23px 0 0 0;
	color: #fff;
	background: #0082ca;
}

.HrList a.apply:hover {
	background: #0097e9;
}

.HrList.detail {
	background: #f8f8f8;
	padding: 0.3rem 0.7rem 0.5rem;
}

.HrList.detail .jobDetail {
	display: block;
	background: none;
	margin: 0;
	padding: 0.45rem 0 0 0;
	border-top: 1px solid #d4d4d4;
	margin-top: 0.45rem;
}

.HrList.detail .tit {
	font-size: 0.36rem;
	line-height: 1.5;
}

.HrList.detail .left {
	flex: 1;
}

.HrList.detail .right {
	flex: 1;
	text-align: right;
	padding-top: 0.2rem;
}

.HrList.detail .right span {
	display: block;
	font-size: 0.36rem;
	color: #ff6e00;
	line-height: 1.5;
}

.HrList.detail h3 {
	color: #333;
}

.NoticeList {
	padding-bottom: 0.35rem;
}

.NoticeList .item {
	margin-bottom: 0.2rem;
}

.NoticeList .item a {
	padding: 0.28rem 0.42rem;
	background: #f7f9fa;
}

.NoticeList .tit {
	flex: 1;
	font-size: 0.24rem;
}

.NoticeList .date {
	color: #666666;
	padding-left: 0.35rem;
}

.LeftJob {
	width: 59.72%;
	float: left;
}

.HotJob {
	width: 35.41%;
	float: right;
	background: #f8f8f8;
	padding: 0.15rem 0.5rem;
}

.HotJob h3 {
	line-height: 0.77rem;
	color: #101010;
	font-size: 0.3rem;
	border-bottom: 1px solid #e9edf1;
	font-weight: normal;
}

.HotJob .item {
	padding: 0.33rem 0;
	border-bottom: 1px solid #e9edf1;
}

.HotJob .item:last-child {
	border-bottom: 0px;
}

.HotJob .item .tit {
	font-size: 0.2rem;
	margin-bottom: 6px;
}

.HotJob .item .date {
	color: #999999;
}

@media(max-width:768px) {
	.LeftJob {
		width: auto;
		float: none;
	}

	.HotJob {
		width: auto;
		float: none;
		margin-top: 0.3rem;
	}

	.HrList.detail {
		padding: 0.3rem;
	}

	.HrList .top {
		display: block;
	}
}

@media(max-width:580px) {
	.NoticeList .tit {
		font-size: 15px;
	}

	.NoticeList .date {
		font-size: 14px;
	}

	.CountAll a.share {
		line-height: 28px;
	}

	.SearchNav .item dt {
		width: 88px;
	}

	.SearchNav .item .more {
		width: 80px;
	}

	.SearchNav .item .con {
		height: 24px;
	}

	.SearchHr input {
		height: 42px;
		line-height: 42px;
	}

	.SearchHr .btn {
		height: 37px;
		width: 37px;
	}

	.HrList .tit {
		font-size: 15px;
	}

	.HrList .jobfl {
		flex-wrap: wrap;
	}

	.HrList .jobfl dd {
		width: 33.333%;
	}

	.HrList .jobfl dd:nth-child(4) {
		width: 100%;
		text-align: left;
	}

	.HotJob h3 {
		font-size: 18px;
	}

	.HotJob .item .tit {
		font-size: 15px;
	}
}


.TeamPop {
	width: 1025px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
	margin: 0px auto;
	position: relative;
	max-height: 50%;
	overflow-y: auto;
}

.TeamPop * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	/*设置的区域宽度用百分比固定为父元素的宽度对应的百分百，不会收到padding或是border把盒子撑大*/
}

.TeamPop *:before, .TeamPop *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.TeamPop .Content {
	padding: 1rem;
	overflow: hidden;
}

.TeamPop .toptit {
	text-align: center;
	line-height: 2.5;
	background: url(../images/linebg.gif) 0px bottom repeat-x;
	font-size: 0.36rem;
	color: #0082ca;
	margin: -0.2rem 0 0.4rem;
}

.TeamPop .mfp-close {
	width: 0.74rem;
	height: 0.74rem;
	line-height: 0.74rem;
	text-align: center;
	background: #0082ca;
	color: #fff !important;
	opacity: 1;
	font-size: 0.5rem;
}

.JobPop .Content {
	padding-top: 0.5rem;
}

.JobForm {
	color: #666666;
	margin: 0px 0px 0px -2%;
}

.JobForm dl {
	width: 48%;
	float: left;
	margin-left: 2%;
	line-height: 0.5rem;
	position: relative;
}

.JobForm dl dt {
	position: absolute;
	left: 0;
	top: 5px;
	text-align: right;
	width: 90px;
}

.JobForm dl dd {
	margin-left: 100px;
}

.JobForm dl.auto {
	width: 100%;
	float: none;
}

.JobForm dd {
	padding: 5px 0px;
}

.JobForm .input {
	border: 1px solid #dbdbdb;
	width: 100%;
	height: 0.4rem;
	line-height: 0.38rem;
}

.JobForm .textarea {
	border: 1px solid #dbdbdb;
	width: 100%;
	height: 1.16rem;
	line-height: 23px;
	display: block;
}

.JobForm select {
	border: 1px solid #dbdbdb;
	width: 190px;
	height: 23px;
	line-height: 23px;
}

.JobForm .btnam {
	background: #0082ca;
	color: #fff;
	padding: 12px;
}

.sendbtn {
	cursor: pointer;
	color: #fff;
	width: 120px;
	height: 40px;
	font-size: 16px;
	background: #333;
	margin-right: 8px;
}

.resetbtn {
	cursor: pointer;
	color: #fff;
	width: 120px;
	height: 40px;
	font-size: 16px;
	background: #999;
}

@media(max-width:1024px) {
	.TeamPop {
		width: 94%;
	}
}

@media(max-width:768px) {
	.TeamPop .Content {
		padding: 0.35rem;
	}

	.JobForm dl {
		width: auto;
		float: none;
	}

	.JobForm .input {
		height: 30px;
		line-height: 28px;
	}

	.JobForm .btn dd {
		margin-left: 0;
		text-align: center;
	}

	.JobForm dl dt {
		position: static;
		width: auto;
		text-align: left;
	}

	.JobForm dl dd {
		margin-left: 0;
	}

	.sendbtn {
		width: 110px;
	}

	.JobForm .textarea {
		height: 80px;
	}

	.JobForm .btnam {
		padding: 5px 12px;
	}
}

/* 运营服务 */
.serviceBg {
	background-image: linear-gradient(to right, #f9fbff, #f1f9ff);
}

.SearchLost {
	margin-bottom: 0.53rem;
}

.SearchLost .search {
	width: 5.05rem;
	position: relative;
	margin-left: 0.2rem;
}

.SearchLost .search input {
	flex: 1;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	padding: 0 10px 0 42px;
	height: 51px;
	line-height: 48px;
}

.SearchLost .search i {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	color: #dcdcdc;
	font-size: 20px;
}

.SearchLost .search button {
	margin-left: 0.24rem;
	border-radius: 3px;
	background: #0082ca;
	color: #fff;
	width: 0.8rem;
	height: 51px;
}

.SearchLost .search button:hover {
	background: #0097e9;
}

.SubNav {
	text-align: center;
	margin-bottom: 0.6rem;
	position: relative;
	z-index: 10;
}

.SubNav li {
	cursor: pointer;
	margin: 0 0.35rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	width: 1.92rem;
	position: relative;
}

.SubNav li:after {
	content: "";
	position: absolute;
	width: 2.14rem;
	height: 0.8rem;
	left: -0.1rem;
	top: -0.1rem;
	background: #f7fcfe;
	border-radius: 0.5rem;
}

.SubNav li span {
	position: relative;
	z-index: 1;
	display: block;
	background: #def3ff;
	border-radius: 0.35rem;
}

.SubNav li.on:After, .SubNav li:hover:After {
	background: #fef3f3;
}

.SubNav li.on span, .SubNav li:hover span {
	background-image: linear-gradient(to left, #009ef5, #008ad5);
	color: #fff;
}

.SubNav li:nth-child(1):after {
	background: #fcf4f2;
}

.SubNav li:nth-child(1) span {
	background: #f8e9ea;
}

.SubNav li:nth-child(1).on:After, .SubNav li:nth-child(1):hover:After {
	background: #fef3f3;
}

.SubNav li:nth-child(1).on span, .SubNav li:nth-child(1):hover span {
	background: linear-gradient(to right, #f0380a, #f00a11);
	color: #fff;
}

.SubNav.station li i {
	width: 2px;
	height: 0;
	background: #008ad5;
	position: absolute;
	bottom: -0.9rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.3s;
}

.SubNav.station li i:after {
	width: 0.16rem;
	height: 0.16rem;
	left: 50%;
	transform: translateX(-50%);
	top: -0.12rem;
	border: 3px solid #008ad5;
	content: "";
	background: #fff;
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	transition: all 0.5s;
}

.SubNav.station li.on i, .SubNav.station li:hover i {
	height: 0.66rem;
}

.SubNav.station li.on i:After, .SubNav.station li:hover i:After {
	opacity: 1;
}

.SubNav li:nth-child(1) i {
	background: #f0170f;
}

.SubNav li:nth-child(1) i:after {
	border: 3px solid #f0170f;
}

.stationline {
	background: url(../images/linebg.gif) 0px bottom repeat-x;
	height: 0.41rem;
	margin: -0.11rem 0 0.75rem;
	position: relative;
}

.stationline:after, .stationline:before {
	width: 3.76rem;
	height: 0.28rem;
	background: url(../images/hc1.png);
	background-size: contain;
	left: 1.83rem;
	top: 0;
	content: "";
	position: absolute;
	opacity: 0.6;
}

.stationline:before {
	opacity: 0.15;
	left: auto;
	right: 0;
}

.stationline.go2:after {
	left: 20%;
}


.stationTxt {
	margin-bottom: 0.45rem;
}

.bluebg {
	background: #f9fbff;
}

.stationContent {
	background: #fff;
	padding: 0.7rem 0.4rem;
}

.titHeads {
	margin: 0 0 0.24rem;
}

.titHeads h2 {
	font-size: 0.24rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: normal;
}

.titHeads h2:After {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 1rem;
	height: 6px;
	background-image: linear-gradient(to right, #4697c8, #e9f3f8);
	content: "";
	border-radius: 5px;
	z-index: 0;
}

.titHeads h2 em {
	position: relative;
	z-index: 2;
}

.titHeads.red h2:After {
	background-image: linear-gradient(to right, #f44e53, #feede9);
}

/* 1号线 */
.routeLine {
	margin: 0 0 0 0;
}

.routeLine .oneline {
	height: 1106px;
	width: 443px;
	margin: 0px auto;
	padding: 45px 0 0 0;
	position: relative;
}

.routeLine .oneline ul {
	margin-left: 123px;
}

.routeLine .oneline h3 {
	position: absolute;
	right: 0;
	top: 0;
}

.routeLine .oneline h3 span {
	width: 60px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(to right, #f0380a, #f00a11);
	position: relative;
	z-index: 1;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.routeLine .oneline h3:after {
	width: 66px;
	height: 32px;
	position: absolute;
	content: "";
	left: -3px;
	top: -3px;
	border-radius: 5px;
	background: #fde7e7;
}

.routeLine .oneline li {
	height: 40px;
	position: relative;
}

.routeLine .oneline li span {
	position: relative;
	top: -3px;
	padding-right: 20px;
	display: block;
	line-height: 20px;
	z-index: 1;
}

.routeLine .oneline li span:after {
	position: absolute;
	right: 0;
	top: 3px;
	border-radius: 50%;
	content: "";
	background: #fff;
	width: 14px;
	height: 14px;
	border: 2px solid #333333;
}

.routeLine .oneline li:nth-child(1) {
	margin-left: 222px;
}

.routeLine .oneline li:nth-child(2) {
	margin-left: 181px;
}

.routeLine .oneline li:nth-child(3) {
	margin-left: 141px;
}

.routeLine .oneline li:nth-child(4) {
	margin-left: 103px;
}

.routeLine .oneline li:nth-child(5), .routeLine .oneline li:nth-child(6), .routeLine .oneline li:nth-child(7), .routeLine .oneline li:nth-child(8), .routeLine .oneline li:nth-child(9), .routeLine .oneline li:nth-child(10), .routeLine .oneline li:nth-child(11), .routeLine .oneline li:nth-child(12), .routeLine .oneline li:nth-child(13), .routeLine .oneline li:nth-child(14), .routeLine .oneline li:nth-child(15), .routeLine .oneline li:nth-child(16) {
	width: 93px;
	text-align: right;
}

.routeLine .oneline li:nth-child(17) {
	width: 125px;
	text-align: right;
}

.routeLine .oneline li:nth-child(18), .routeLine .oneline li:nth-child(19), .routeLine .oneline li:nth-child(20), .routeLine .oneline li:nth-child(21), .routeLine .oneline li:nth-child(22), .routeLine .oneline li:nth-child(23) {
	width: 153px;
	text-align: right;
}

.routeLine .oneline li:nth-child(18), .routeLine .oneline li:nth-child(19), .routeLine .oneline li:nth-child(20), .routeLine .oneline li:nth-child(21), .routeLine .oneline li:nth-child(22), .routeLine .oneline li:nth-child(24) {
	margin-left: 103px;
}

.routeLine .oneline li:nth-child(18), .routeLine .oneline li:nth-child(19), .routeLine .oneline li:nth-child(20), .routeLine .oneline li:nth-child(21), .routeLine .oneline li:nth-child(22) {
	margin-left: 0;
}

.routeLine .oneline li:nth-child(25) {
	margin-left: 56px;
}

.routeLine .oneline li:nth-child(1) span, .routeLine .oneline li:nth-child(2) span, .routeLine .oneline li:nth-child(3) span, .routeLine .oneline li:nth-child(4) span, .routeLine .oneline li:nth-child(24) span, .routeLine .oneline li:nth-child(25) span {
	padding-right: 0;
	padding-left: 20px;
}

.routeLine .oneline li:nth-child(1) span:after, .routeLine .oneline li:nth-child(2) span:after, .routeLine .oneline li:nth-child(3) span:after, .routeLine .oneline li:nth-child(4) span:after, .routeLine .oneline li:nth-child(24) span:after, .routeLine .oneline li:nth-child(25) span:after {
	right: auto;
	left: 0;
	top: -3px;
}

.routeLine .oneline li:nth-child(5) .ico, .routeLine .oneline li:nth-child(6) .ico, .routeLine .oneline li:nth-child(7) .ico, .routeLine .oneline li:nth-child(8) .ico, .routeLine .oneline li:nth-child(9) .ico, .routeLine .oneline li:nth-child(10) .ico, .routeLine .oneline li:nth-child(11) .ico, .routeLine .oneline li:nth-child(12) .ico, .routeLine .oneline li:nth-child(13) .ico, .routeLine .oneline li:nth-child(14) .ico, .routeLine .oneline li:nth-child(15) .ico, .routeLine .oneline li:nth-child(16) .ico {
	left: auto;
	right: -9px;
	top: -30px;
}

.routeLine .oneline li:nth-child(4) {
	height: 45px;
}

.routeLine .oneline li:nth-child(23) {
	height: 66px;
}

.routeLine .oneline li:nth-child(24) {
	height: 41px;
}

.routeLine .oneline li:nth-child(25) {
	height: 31px;
}

.routeLine .oneline li:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background-image: url(../images/oneline.png);
	background-repeat: no-repeat;
}

.routeLine .oneline li:nth-child(1):after {
	width: 44px;
	height: 40px;
	background-position: -117px top;
	left: -32px;
	top: 0;
}

.routeLine .oneline li:nth-child(2):after {
	width: 44px;
	height: 40px;
	background-position: -75px -38px;
	left: -34px;
}

.routeLine .oneline li:nth-child(3):after {
	width: 44px;
	height: 46px;
	background-position: -42px -73px;
	left: -30px;
}

.routeLine .oneline li:nth-child(4):after {
	width: 44px;
	height: 53px;
	background-position: -17px -105px;
	left: -20px;
	top: -5px;
}

.routeLine .oneline li:nth-child(4) span {
	top: -7px;
}

.routeLine .oneline li:nth-child(5):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(6):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(7):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(8):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(9):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(10):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(11):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(12):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(13):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(14):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(15):after {
	width: 44px;
	height: 43px;
	background-position: -17px -157px;
	left: 83px;
}

.routeLine .oneline li:nth-child(16):after {
	width: 44px;
	height: 50px;
	background-position: -18px -613px;
	left: 83px;
}

.routeLine .oneline li:nth-child(17):after {
	width: 44px;
	height: 50px;
	background-position: -18px -618px;
	left: 110px;
}

.routeLine .oneline li:nth-child(18):after {
	width: 15px;
	height: 43px;
	background-position: -17px -157px;
	left: 143px;
}

.routeLine .oneline li:nth-child(19):after {
	width: 15px;
	height: 43px;
	background-position: -17px -157px;
	left: 143px;
}

.routeLine .oneline li:nth-child(20):after {
	width: 15px;
	height: 43px;
	background-position: -17px -157px;
	left: 143px;
}

.routeLine .oneline li:nth-child(21):after {
	width: 15px;
	height: 43px;
	background-position: -17px -157px;
	left: 143px;
}

.routeLine .oneline li:nth-child(22):after {
	width: 15px;
	height: 43px;
	background-position: -17px -157px;
	left: 143px;
}

.routeLine .oneline li:nth-child(23):after {
	width: 50px;
	height: 66px;
	background-position: -45px -921px;
	left: 111px;
}

.routeLine .oneline li:nth-child(24):after {
	width: 50px;
	height: 66px;
	background-position: -27px -959px;
	left: -41px;
}

.routeLine .oneline .change span {
	padding-right: 25px;
}

.routeLine .oneline .change span:after {
	width: 24px;
	height: 24px;
	top: -3px;
	right: -5px;
	background: #fff url(../images/change3.png) center center no-repeat;
}

.stationName {
	border: 1px solid #f0f2f5;
	border-radius: 10px;
	padding: 0.4rem 0.4rem 0.2rem;
}

.stationName ul {
	margin-left: -0.2rem;
}

.stationName li {
	width: 14.285%;
	padding: 0 0 0.2rem 0.2rem;
	float: left;
}

.stationName li a {
	display: block;
	line-height: 0.52rem;
	text-align: center;
	background: #f0f2f5;
	border-radius: 5px;
}

.stationName li a:hover {
	background: #008ad5;
	color: #fff;
}

@media(max-width:1024px) {
	.stationName li {
		width: 20%;
	}
}

@media(max-width:580px) {
	.SearchLost {
		display: block;
	}

	.SearchLost .search {
		width: auto;
		margin: 10px 0 0 0;
	}

	.SearchLost .search input {
		height: 42px;
		line-height: 40px;
		padding: 0 5px 0 35px;
	}

	.SearchLost .search button {
		width: 55px;
		height: 42px;
	}

	.stationName li {
		width: 33.333%;
	}

	.stationName {
		padding: 0.2rem;
	}

	.routeLine .oneline {
		width: auto;
	}

	.routeLine .oneline ul {
		margin-left: 0;
	}

	.titHeads h2 {
		font-size: 18px;
	}

	.SubNav li {
		font-size: 16px;
	}
}

/* 2号线 */
.routeLine .twoline {
	height: 308px;
	width: 559px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

.routeLine .twoline h3 {
	position: absolute;
	right: 0;
	top: 0;
}

.routeLine .twoline h3 span {
	width: 60px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-image: linear-gradient(to right, #1679b6, #026fb4);
	position: relative;
	z-index: 1;
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.routeLine .twoline h3:after {
	width: 66px;
	height: 32px;
	position: absolute;
	content: "";
	left: -3px;
	top: -3px;
	border-radius: 5px;
	background: #e5f2fa;
}

.routeLine .twoline li {
	height: 40px;
	position: absolute;
}

.routeLine .twoline li span {
	position: relative;
	top: 0;
	padding-top: 20px;
	display: block;
	line-height: 20px;
	z-index: 1;
}

.routeLine .twoline li span:after {
	position: absolute;
	left: 50%;
	top: 0;
	border-radius: 50%;
	content: "";
	background: #fff;
	width: 14px;
	height: 14px;
	border: 2px solid #333333;
	transform: translateX(-50%);
}

.routeLine .twoline li:nth-child(1) {
	left: 413px;
}

.routeLine .twoline li:nth-child(1) span:after {
	left: 0;
	transform: translateX(0);
}

.routeLine .twoline li:nth-child(2) {
	text-align: center;
	left: 365px;
	top: 104px;
}

.routeLine .twoline li:nth-child(3) {
	text-align: center;
	left: 323px;
	top: 78px;
}

.routeLine .twoline li:nth-child(3) span {
	padding-top: 0;
	padding-bottom: 20px;
}

.routeLine .twoline li:nth-child(3) span:after {
	top: auto;
	bottom: 0;
}

.routeLine .twoline li:nth-child(4) {
	text-align: center;
	left: 277px;
	top: 104px;
}

.routeLine .twoline li:nth-child(5) {
	text-align: center;
	left: 226px;
	top: 78px;
}

.routeLine .twoline li:nth-child(5) span {
	padding-top: 0;
	padding-bottom: 20px;
}

.routeLine .twoline li:nth-child(5) span:after {
	top: auto;
	bottom: 0;
}

.routeLine .twoline li:nth-child(6) {
	text-align: center;
	left: 187px;
	top: 104px;
}

.routeLine .twoline li:nth-child(7) {
	text-align: center;
	left: 136px;
	top: 78px;
}

.routeLine .twoline li:nth-child(7) span {
	padding-top: 0;
	padding-bottom: 20px;
}

.routeLine .twoline li:nth-child(7) span:after {
	top: auto;
	bottom: 0;
}

.routeLine .twoline li:nth-child(8) {
	text-align: center;
	left: 136px;
	top: 178px;
}

.routeLine .twoline li:nth-child(8) span {
	padding-left: 25px;
	padding-top: 0;
}

.routeLine .twoline li:nth-child(8) span:after {
	left: 0;
	transform: translateX(0);
}

.routeLine .twoline li:nth-child(9) {
	text-align: center;
	top: 223px;
	left: 135px;
}

.routeLine .twoline li:nth-child(9) span {
	padding-left: 25px;
	padding-top: 0;
}

.routeLine .twoline li:nth-child(9) span:after {
	left: 0;
	transform: translateX(0);
}

.routeLine .twoline li:nth-child(10) {
	text-align: center;
	top: 260px;
	left: 88px;
}

.routeLine .twoline li:nth-child(11) {
	text-align: center;
	top: 234px;
	left: 12px;
}

.routeLine .twoline li:nth-child(11) span {
	padding-top: 0;
	padding-bottom: 20px;
}

.routeLine .twoline li:nth-child(11) span:after {
	top: auto;
	bottom: 0;
}

.routeLine .twoline li:after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	background-image: url(../images/twoline.png);
	background-repeat: no-repeat;
}

.routeLine .twoline li:nth-child(1):after {
	width: 24px;
	height: 115px;
	background-position: -332px top;
	left: -20px;
	top: 5px;
}

.routeLine .twoline li:nth-child(2):after {
	width: 42px;
	height: 5px;
	background-position: -300px -101px;
	left: -20px;
	top: 3px;
}

.routeLine .twoline li:nth-child(3):after {
	width: 42px;
	height: 5px;
	background-position: -300px -101px;
	left: -20px;
	top: 29px;
}

.routeLine .twoline li:nth-child(4):after {
	width: 42px;
	height: 5px;
	background-position: -300px -101px;
	left: -20px;
	top: 3px;
}

.routeLine .twoline li:nth-child(5):after {
	width: 42px;
	height: 5px;
	background-position: -300px -101px;
	left: -14px;
	top: 29px;
}

.routeLine .twoline li:nth-child(6):after {
	width: 42px;
	height: 5px;
	background-position: -300px -101px;
	left: -14px;
	top: 3px;
}

.routeLine .twoline li:nth-child(7):after {
	width: 39px;
	height: 81px;
	background-position: -67px -100px;
	left: -14px;
	top: 29px;
}

.routeLine .twoline li:nth-child(8):after {
	width: 5px;
	height: 50px;
	background-position: -85px -128px;
	left: 4px;
	top: 11px;
}

.routeLine .twoline li:nth-child(9):after {
	width: 40px;
	height: 46px;
	background-position: -54px -225px;
	left: -26px;
	top: 11px;
}

.routeLine .twoline li:nth-child(10):after {
	width: 55px;
	height: 5px;
	background-position: -17px -255px;
	left: -38px;
	top: 4px;
}

@media(max-width:640px) {
	.routeLine {
		overflow-x: auto;
	}
}

/* 运行线路图 */
.RouteSearch .Header {
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}

.RouteSearch .SubPage {
	margin-top: 1.4rem;
	padding-bottom: 1.13rem;
	padding-top: 0;
	height: 85vh !important;
	overflow: hidden;
}

.RouteSearch .twoline {
	position: absolute;
	top: 431px;
	left: 50%;
	margin-left: -25px;
}

.RouteSearch .twoline li:last-child span {
	display: none;
}

.RouteSearch .build {
	width: 744px;
	height: 134px;
	top: 692px;
	background: url(../images/build.png);
	left: 50%;
	margin-left: -660px;
	position: absolute;
}

.SearchInfo {
	position: absolute;
	top: 1.4rem;
	left: 0.72rem;
	z-index: 10;
	width: 4rem;
}

.SearchInfo .col {
	background: #fff;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
	padding: 0.2rem 0;
	margin-bottom: 0.2rem;
}

.SearchInfo .title {
	line-height: 26px;
	padding-bottom: 1vw;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0.2rem 1vw;
	position: relative;
}

.SearchInfo .title h2 {
	font-size: 0.2rem;
	font-weight: normal;
}

.SearchInfo .title h2 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.SearchInfo .title .chanel {
	position: absolute;
	right: 0;
	top: 0;
}

.SearchInfo .col .btn {
	width: calc(100% - 0.4rem);
	height: 2.6vw;
	border-radius: 0.23rem;
	font-size: 0.2rem;
	color: #fff;
	background-image: linear-gradient(to right, #009ef5, #008ad5);
}

.SearchInfo .col .btn:hover {
	background-image: linear-gradient(to left, #009ef5, #008ad5);
}

.SearchInfo .TravelSearch {
	margin: 0 0.2rem 0.2rem;
}

.SearchInfo .TravelSearch .ipt {
	width: 100%;
	height: 2.6vw;
	border-radius: 0.25rem;
	background: #f5f5f5;
	padding: 0 0.2rem;
	text-align: center;
}

.SearchInfo .TravelSearch .change, .TravelSearch .change2 {
	width: 52px;
	height: 18px;
	margin: 0 0.1rem;
	background: url(../images/change4.png) center center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.SearchInfo .TravelSearch .change2 {
	background: url(../images/change4on.png) center center no-repeat;
	display: none;
}

.SearchInfo .Dateinfo {
	text-align: center;
	padding: 0 0.2rem 0;
}

.SearchInfo .Dateinfo dt {
	margin-bottom: 0.14rem;
	color: #ff6e00;
}

.SearchInfo .line {
	background: #f7f7f7;
	padding: 13px 0.2rem 0.21rem;
}

.SearchInfo .line .ti {
	color: #666666;
	margin-bottom: 5px;
}

.SearchInfo .line .ti img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.SearchInfo .line .route {
	line-height: 28px;
}

.SearchInfo .line .route label {
	padding: 0 0.1rem;
	color: #fff;
	text-align: center;
}

.SearchInfo .line .route span {
	min-width: 0.69rem;
	padding: 0 0.1rem;
	color: #666666;
}

.SearchInfo .line .start {
	border: 1px solid #0e88cc;
	border-radius: 4px;
	margin-right: 10px;
}

.SearchInfo .line .start label {
	background-image: linear-gradient(to right, #00a4ff, #0082ca);
}

.SearchInfo .line .end {
	border: 1px solid #ff6e00;
	border-radius: 4px;
}

.SearchInfo .line .end label {
	background-image: linear-gradient(to right, #ff9d00, #ff6e00);
}

.SearchInfo .detail {
	position: relative;
	margin: 10px 0.2rem 0;
}

.SearchInfo .detail:after {
	position: absolute;
	left: 11px;
	top: 0;
	width: 3px;
	height: 100%;
	content: "";
	background: #ebebeb;
}

.SearchInfo .detail .item {
	position: relative;
	padding-left: 35px;
	min-height: 26px;
	z-index: 1;
}

.SearchInfo .detail .item:after {
	left: 35px;
	width: calc(100% - 35px);
	height: 1px;
	background: #e5e5e5;
	bottom: 0;
	position: absolute;
	content: "";
}

.SearchInfo .detail .ti {
	line-height: 26px;
}

.SearchInfo .detail label {
	position: absolute;
	width: 26px;
	text-align: center;
	line-height: 26px;
	height: 26px;
	border-radius: 50%;
	color: #fff;
	left: 0;
	top: 0;
	font-size: 14px;
}

.SearchInfo .detail .desc {
	color: #999999;
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
}

.SearchInfo .detail .start {
	margin-bottom: 28px;
}

.SearchInfo .detail .start label {
	background: #0082ca;
}

.SearchInfo .detail .start .ti {
	color: #0082ca;
}

.SearchInfo .detail .end label {
	background: #ff6e00;
}

.SearchInfo .detail .end .ti {
	color: #ff6e00;
}

.SearchInfo .detail dl dt {
	cursor: pointer;
}

.SearchInfo .detail dl dt em {
	color: #666;
}

.SearchInfo .detail dl dt .num {
	color: #0082ca;
	font-size: 14px;
}

.SearchInfo .detail dl dt .num i {
	font-size: 15px;
	font-weight: bold;
	margin: -1px 0 0 5px;
	color: #9d9d9d;
	transition: all 0.3s;
}

.SearchInfo .detail dl dt.on .num i {
	transform: rotate(180deg);
}

.SearchInfo .detail dl dd {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	padding-bottom: 10px;
	display: none;
}

.SearchInfo .detail dl dd p {
	position: relative;
}

.SearchInfo .detail dl dd p:after {
	position: absolute;
	left: -26px;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #9d9d9d;
	background: #fff;
	top: 8px;
	border-radius: 50%;
}

.SearchInfo .scroll {
	max-height: 14vw;
	overflow-y: auto;
}

.SelectPop {
	width: 3.55rem;
	padding: 0.2rem;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
	position: absolute;
	display: none;
	z-index: 100;
	left: 50px;
	top: -20px;
}

.SelectPop:before {
	width: 14px;
	height: 23px;
	left: -14px;
	top: 20px;
	content: "";
	position: absolute;
	background: url(../images/point.png);
}

.SelectPop .title {
	line-height: 20px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #999999;
	text-align: left;
}

.SelectPop .title:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 16px;
	height: 20px;
	background: url(../images/wz.png);
	margin-right: 10px;
}

.SelectPop .line {
	text-align: left;
}

.SelectPop .line em {
	display: inline-block;
	background-image: linear-gradient(to right, #f0360a, #f00a11);
	color: #fff;
	line-height: 32px;
	vertical-align: top;
	padding: 0 14px;
	border-radius: 5px;
}

.SelectPop .btn {
	padding-top: 0.28rem;
	text-align: center;
}

.SelectPop .btn a {
	display: inline-block;
	margin: 0 0.08rem;
	border-radius: 5px;
	border: 1px solid #ff0000;
	color: #ff0000;
	line-height: 34px;
	padding: 0 0.2rem;
}

.SelectPop .btn a:hover {
	color: #fff;
	background: #ff0000;
}

.twoline .SelectPop .line em {
	background-image: linear-gradient(to left, #009ef5, #008ad5);
}

.twoline .SelectPop .btn a {
	border: 1px solid #008ad5;
	color: #008ad5;
}

.twoline .SelectPop .btn a:hover {
	background: #008ad5;
	color: #fff;
}

.routeLine {
	position: relative;
}

.routeLine li.cur .SelectPop:nth-child(3) {
	display: block;
}

.routeLine .ico {
	width: 31px;
	height: 37px;
	position: absolute;
	top: -37px;
	left: -8px;
	z-index: 1;
}

.routeLine .ico.start {
	background: url(../images/start.png);
}

.routeLine .ico.end {
	background: url(../images/end.png);
}

.routeLine.current li {
	opacity: 0.2;
}

.routeLine.current .selecton {
	opacity: 1;
	pointer-events: none;
}

.routeLine.current li:not(.selecton) {
	pointer-events: none;
}

@media(max-width:1366px) {
	.SearchInfo .scroll {
		max-height: 10vw;
	}
}

@media(max-width:1024px) {
	.RouteSearch .SubPage {
		height: calc(100vh - 50px) !important;
		margin-top: 50px;
		padding-top: 20px;
	}

	.RouteSearch {
		overflow: hidden;
	}

	.SearchInfo .col .btn, .SearchInfo .TravelSearch .ipt {
		height: 0.5rem;
	}

	.stationline:after {
		left: 0;
	}
}

@media(max-width:580px) {
	.SearchInfo {
		width: 75%;
		left: 0.25rem;
	}

	.SearchInfo .scroll {
		max-height: 50vw;
	}

	.SearchInfo .title h2 {
		font-size: 16px;
	}

	.SearchInfo .col .btn, .SearchInfo .TravelSearch .ipt {
		height: 30px;
	}
}

/* 车站详情 */
.stationInfo .Nav {
	width: 1.59rem;
	position: relative;
	float: left;
}

.stationInfo .Nav li {
	background: #f8eff1;
	padding: 0.4rem 0 0.35rem;
	font-size: 0.2rem;
	cursor: pointer;
	text-align: center;
}

.stationInfo .Nav li:first-child {
	border-radius: 0.7rem 0 0 0;
}

.stationInfo .Nav li.on, .stationInfo .Nav li:hover {
	background: #f0150f;
	color: #fff;
}

.stationInfo .Nav .ico {
	width: 0.8rem;
	height: 0.8rem;
	margin: 0px auto 0.13rem;
}

/* .stationInfo .Nav.wedding_fix{position: fixed;left: 50%;top: 1rem;margin-left: -7.2rem;} */

.stationInfo .Content {
	width: calc(100% - 1.59rem);
	border: 1px solid #f00d14;
	padding: 0.26rem 0.6rem 0.7rem;
	background: #fff;
	float: right;
}

.stationInfo .title {
	background: url(../images/linebg.gif) 0px bottom repeat-x;
	margin: 0 0 0.54rem;
	position: relative;
	text-align: center;
	line-height: 1rem;
}

.stationInfo .title h1 {
	font-size: 0.36rem;
	font-weight: normal;
}

.stationInfo .title:after {
	width: 3.76rem;
	height: 0.28rem;
	background: url(../images/hc1.png);
	background-size: contain;
	left: 0.25rem;
	bottom: 10px;
	content: "";
	position: absolute;
	opacity: 0.3;
}

.stationInfo .img {
	text-align: center;
	margin: 0 0 0.54rem;
}

.stationInfo .pageInfo {
	margin-bottom: 0.58rem;
}

.stationInfo .pageInfo:last-child {
	margin-bottom: 0;
}

.stationInfo .pageInfo .ti {
	width: 2rem;
	text-align: center;
	line-height: 0.55rem;
	background-image: linear-gradient(to right, #f0380a, #f00a11);
	color: #fff;
	font-size: 0.24rem;
	border-radius: 0 0.3rem 0.3rem 0;
	font-weight: normal;
	margin-bottom: 0.25rem;
	position: relative;
}

.stationInfo .pageInfo .ti i {
	width: 0.6rem;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	left: -0.6rem;
	content: "";
	position: absolute;
	background: #f00a11;
}

.stationInfo .pageInfo .ti i:before {
	width: 0.16rem;
	height: 0.16rem;
	top: 50%;
	transform: translateY(-50%);
	left: -0.07rem;
	content: "";
	position: absolute;
	border: 2px solid #f00a11;
	background: #fff;
	border-radius: 50%;
}

.stationInfo .pageInfo .dates {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
}

.stationInfo .pageInfo .dates dd {
	width: 50%;
	padding-left: 0.28rem;
}

.stationInfo .pageInfo .dates dd span {
	margin-left: 0.55rem;
}

.stationInfo .pageInfo .exit {
	margin-bottom: -0.2rem;
}

.stationInfo .pageInfo .exit dd {
	width: 48%;
	border-bottom: 1px solid #e5e5e5;
	padding: 0.08rem 0 0.2rem 0.57rem;
	margin-bottom: 0.25rem;
	position: relative;
	min-height: 0.8rem;
}

.stationInfo .pageInfo .exit dd span {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.4rem;
	height: 0.44rem;
	padding-top: 0.05rem;
	border-radius: 4px;
	border: 2px solid #f00911;
	color: #f00911;
	text-align: center;
	font-size: 0.24rem;
}

.stationInfo .pageInfo .exit dd span:after {
	display: block;
	width: 0.2rem;
	height: 2px;
	background: #f8d1d2;
	margin: 0px auto;
	content: "";
}

.stationInfo .pageInfo .bus dd {
	width: 48%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
	margin-bottom: 0.25rem;
}

.stationInfo .pageInfo .bus aside {
	margin-bottom: 3px;
}

.stationInfo .pageInfo .bus .desc {
	position: relative;
	color: #333;
	padding-left: 18px;
}

.stationInfo .pageInfo .bus .desc:after {
	position: absolute;
	left: 0;
	top: 0.12rem;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f0210d;
}

.stationInfo.bg2 .Content {
	border: 1px solid #008ad5;
}

.stationInfo.bg2 .pageInfo .ti {
	background-image: linear-gradient(to left, #009ef5, #008ad5);
}

.stationInfo.bg2 .pageInfo .ti i {
	background: #008ad5;
}

.stationInfo.bg2 .pageInfo .ti i:before {
	border: 2px solid #008ad5;
}

.stationInfo.bg2 .pageInfo .exit dd span {
	border: 2px solid #008ad5;
	color: #008ad5;
}

.stationInfo.bg2 .pageInfo .bus .desc:after {
	background: #008ad5;
}

.stationInfo.bg2 .pageInfo .exit dd span:after {
	background: rgba(0, 138, 213, 0.2);
}

.stationInfo.bg2 .Nav li {
	background: rgba(0, 138, 213, 0.1);
}

.stationInfo.bg2 .Nav li.on, .stationInfo.bg2 .Nav li:hover {
	background: #008ad5;
}

@media(max-width:768px) {
	.stationInfo .Nav {
		width: auto;
		float: none;
		display: flex;
	}

	.stationInfo .Nav li {
		flex: 1;
	}

	.stationInfo .Content {
		width: auto;
		float: none;
	}
}

@media(max-width:580px) {
	.stationInfo .Nav li {
		font-size: 15px;
	}

	.stationInfo .pageInfo .ti {
		width: 125px;
		line-height: 35px;
		font-size: 16px;
	}

	.stationInfo .pageInfo .dates dd {
		width: 100%;
		padding-left: 0;
	}

	.stationInfo .pageInfo .dates dd span {
		margin-left: 0.15rem;
	}

	.stationInfo .pageInfo .exit dd {
		width: 100%;
		padding-left: 40px;
	}

	.stationInfo .pageInfo .exit dd span {
		width: 30px;
		height: 30px;
		line-height: 20px;
	}

	.stationInfo .pageInfo .bus dd {
		width: 100%;
	}
}


/*About*/
.About {
	background: url(../images/aboutbg1.png) no-repeat top center/cover;
	margin-top: 1rem
}

.HomeTit.HomeTit2 {
	padding-bottom: 0.4rem;
}

.page2 {
	padding: 1rem 0 1.2rem;
	overflow: hidden;
}

.Location {
	padding: 0.2rem 0;
	line-height: 32px;
	font-size: 0.14rem;
	color: #999999;
}

.Location a {
	color: #999
}

.Location img {
	margin-top: -0.03rem
}

.About_p1 {
	padding-top: 0;
}

.About_p1 .info h3 {
	font-size: 0.2rem;
	color: #333333;
	text-align: center;
	font-family: sans-serif;
	font-weight: normal;
	margin-bottom: 0.3rem;
	
}

.About_p1 .info h3 strong {
	position: relative;
	font-size: 0.32rem;
	margin-right: 0.16rem;
	font-weight: normal;
	background:url(../images/ico/dot2.png) no-repeat bottom left;
}

.About_p1 .info h3 strong:after {
	position: absolute;
	left: 0;
	top: -0.2rem;
	background: url(../images/ico/dot.png) no-repeat center;
	content: "";
	width: 0.26rem;
	height: 0.18rem;
}

.About_p1 .info h3 strong:before {
	position: absolute;
	right: 0;
	top: -0.2rem;
	bottom: -0.0rem;
	width: 0.26rem;
	height: 0.18rem;
	content: "";

	background: url(../images/ico/dotx.png) no-repeat center;

}

.About_p1 .info p {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	color: #333333;
	text-align: left;
}

.About_p1 .NumList {
	padding: 0.55rem 0.55rem;
	background-image: linear-gradient(to bottom, #f0f4f7, #fff);
	border: 1px solid #E7EEF6;
	height: 3rem;
	display: none;
}

.About_p1 .NumList .item {
	width: 20%;
	height: 1.9rem;
	position: relative;
	transition: all 0.5s;
	color: #1A1A1A;
	cursor: default;
}

.About_p1 .NumList .item .ico {
	width: 100%;
	height: 0.61rem;
	margin: 0px auto 0.15rem;
	z-index: 2;
}

.About_p1 .NumList .item .num {
	line-height: 0.3rem;
	position: relative;
	z-index: 2;
	height: 0.3rem;
	margin-top: 0.1rem;
	margin-bottom: 0.06rem;
}

.About_p1 .NumList .item .num span {
	font-size: 0.42rem;
	margin-right: 5px;
	font-weight: bold;
}

.About_p1 .NumList .item .num sub {
	position: absolute;
	top: -8px;
	right: 12px;
	font-weight: bold;
	font-size: inherit;
}

.About_p1 .NumList .item p {
	position: relative;
	z-index: 2;
}

.About_p1 .NumList .item:hover {
	background: #246bb3;
	color: #fff;
	padding-top: 0.2rem;
	padding-bottom: 0.05rem;
	box-sizing: border-box;
}

.About_p1 .NumList .item:not(:last-child):after {
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	top: 0;
	background-color: #e4ecf5;
	content: "";
}

.About_p1 .NumList .item .tit {
	text-align: center;
	font-size: 0.2rem;
	color: #246bb3;
}

.About_p1 .NumList .item:hover .tit {
	color: #fff
}

.About_p1 .imgbox img {
	width: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -0.2rem;
	z-index: 99;
}

.About_p1 .imgbox {
	overflow: visible;
	margin-top: 0.9rem
}

.About_p2 .slider {
	padding: 0 0.4rem
}

.About_p2 .slider .item .imgbox {
	width: 100%;
	height: 2.9rem;
	background: url(../images/rybg.png) no-repeat center/100% 100%;
	transition: all 0.3s;
	margin-top: 1.2rem
}

.About_p2 .slider .item .imgbox span {
	width: calc(100% - 0.48rem);
	height: calc(100% - 0.6rem);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: contain;
}

.About_p2 .imgbox img {
	object-fit: contain;
}
.About_p2 .imgbox.imgbox2 img {
	width: 6rem;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.About_p2 .imgbox.imgbox2 {
	overflow: visible;
}
.About_p2 .slick-current .imgbox img {
	object-fit: contain !important;
}

.About_p2 .slider .item {
	padding: 0 0.2rem
}

.About_p2 .slider .item.slick-center .imgbox {
	height: 4.1rem;
	margin-top: 0
}

.About_p2 .slick-track {
	display: flex;
	align-items: flex-end
}

.About_p2 .slider .item aside {
	font-size: 0.16rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 0.2rem;
	height: 0.4rem;
}

.About_p2 .slick-arrow {
	left: -0.4rem;
	border: solid 1px #246BB3;
	background: none;
	color: #246BB3
}

.About_p2 .slider .item.slick-center aside {
	font-size: 0.18rem;
	color: #333333;
	font-weight: normal;
}

.About_p2 .slick-arrow.slick-next {
	left: auto;
	right: -0.4rem;
}

.About_p2 {
	background-image: url(../images/ry_bg.jpg);
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.About_p2 .slider {
	background: url(../images/rybg2.png) no-repeat center bottom;
	background-size: contain;
	padding-bottom: 1.36rem;
}

.About_p2 .slick-arrow:hover {
	background: #246BB3;
	color: #fff
}

.About_p3 {
	text-align: center;
}

.About_p3 .About_p3_t {
	width: 49%;
	margin: 0 auto;
	max-width: 8.8rem;
	position: relative;
	padding: 0 0.6rem;
	display: flex;
	z-index: 5;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.About_p3 .About_p3_t .txt div{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.About_p3 .About_p3_t:hover .txt div{
	-webkit-line-clamp: inherit;
}

.About_p3 .About_p3_t .imgbox {
	width: 40.7%;
	float: left;
	height: auto;
	padding-bottom: 50%;
	margin: 0
}

.About_p3 .About_p3_t .txt {
	padding-left: 0.45rem;
	float: left;
	padding-top: 0.4rem;
	text-align: left;
	width: 70%;
}

.About_p3 .About_p3_t .txt h1 {
	font-size: 0.36rem;
	font-weight: normal;
	color: #246bb3;
	margin-bottom: 0.3rem;
}

.About_p3 .About_p3_t .txt h1 span {
	font-size: 0.2rem;
	font-weight: normal;
	display: inline-block;
	margin-left: 0.1rem;
}

.About_p3 .About_p3_t .txt div {
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #1a1a1a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.About_p3 .About_p3_t .hide,.Floor003197 .slider li .hide{
	font-size: 0.18rem;
	line-height: 0.32rem;
	color: #1a1a1a;}
	
.About_p3 .About_p3_t a {
	float: right;
}

.About_p3 .About_p3_t a span {
	margin-right: 10px;
	font-size: 0.16rem;
	line-height: 0.26rem;
	color: #000000;
	height: 1.53rem;
	line-height: 1.53rem;
	display: inline-block;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.About_p3 .About_p3_t a:hover img {
	display: none
}

.About_p3 .About_p3_t a img {
	transition: all 0.3s
}

.About_p3 .About_p3_t:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.53rem;
	background: #f7f9fa;
	content: "";
	z-index: -1;
}

.About_p3 .About_p3_t a:hover {
	color: #246bb3;
}

.About_p3 .About_p3_t a:hover img.hide {
	display: inline-block;
}

.About_p3 .About_p3_t a:hover span {
	margin-right: 0.2rem;
	color: #246bb3;
}

/*Floor003197 */
.Floor003197 {
	overflow: hidden;
	;
	margin-top: 0.7rem
}

.Floor003197 .title {
	text-align: center;
	font-size: calc(44 / 16 * 1em);
	color: #333333;
	margin-bottom: calc(30 / 44 * 1em);
}

.Floor003197 .main {
	border-radius: calc(20 / 16 * 1em);
	margin: 0 auto;
	position: relative;
	padding: calc(79 / 16 * 1em) 0 calc(60 / 16 * 1em) calc(60 / 16 * 1em);
}


.Floor003197 .main .tit {
	font-size: 0.28rem;
	display: flex;
	margin-bottom: 0.3rem;
	color: #1a1a1a;
}

.Floor003197 .main .tit span {
	margin-left: 0.1rem;
	font-size: 0.18rem;
	color: #333333;
	font-weight: normal;
	width: calc(100% - 1rem);
}

.Floor003197 .main pre {
	font-size: 0.16rem;
	;
	line-height: 2;
	font-weight: normal;
	;
	color: #666666;
	margin-bottom: 1.134em;
}

.Floor003197 .main .more {
	text-align: right;
}

.Floor003197 .main .more a {
	display: inline-block;
	font-size: 0.16rem;
	color: #246BB3;
}

.Floor003197 .main .more a span {
	margin-right: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.Floor003197 .main .more a:hover span {
	margin-right: 0.2rem;
}

.Floor003197 .main .pic {
	text-align: center;
}

.Floor003197 .main .pic .ytable {
	height: 100%;
}
.Floor003197 *{transition: all 0.3s}
.Floor003197 .slick-arrow {
	position: absolute;
	border: solid 1px #246BB3;
	top: 50%;
	top: auto;
	bottom: -0rem;
	color: #246BB3;
	background: none
}

.Floor003197 .slick-arrow:hover {
	background-color: #246BB3;
	border-color: #246BB3;
	color: #fff
}

.Floor003197 .slick-next {
	background-image: url(../images/Floor003197-next.svg);
}

.Floor003197 .slick-prev:hover {
	background-image: url(../images/Floor003197-prev-on.svg);
}

.Floor003197 .slick-next:hover {
	background-image: url(../images/Floor003197-next-on.svg);
}

.Floor003197 .slider {
	width: 100%;
	padding-bottom: 0rem;
}

.Floor003197 .slider li {
	width: calc(50% - 0.6rem);float: left;
	height: 4rem;
	background: url(../images/zjbg1.png) no-repeat left bottom #ffffff;
	border-radius: 2rem 0.1rem 0.1rem 0.3rem;
	box-shadow: 0rem 0.06rem 0.24rem 0rem rgba(0, 0, 0, 0.08);
	margin: 0.3rem;
	background-size: cover;
	cursor: pointer;
}
.Floor003197 .slider li:nth-child(2n){float: right;}
.Floor003197 .slider li:hover,.Floor003197 .slider li.hover{
	height: auto;
     background: url(../images/zjbg1.png) no-repeat -0.5rem top #ffffff;
    background-size: auto 100%;
}
.Floor003197 .slider li:hover .dot3,.Floor003197 .slider li.hover .dot3{
	display: none
}
.Floor003197 .slider li .hide{padding-right: 0.2rem;margin-top: 0.8rem;text-align: left;max-height: 1.2rem;overflow-y: auto;}
.Floor003197 .slider li:hover .hide,.Floor003197 .slider li.hover .hide{display: block;}
.Floor003197 .slider li:hover .main,.Floor003197 .slider li.hover .main{padding-left: 0.2rem;}
.Floor003197 .slider li:hover  .pic,.Floor003197 .slider li.hover  .pic{width: 1.8rem;height: 2.4rem}
.Floor003197 .slider li:hover,.Floor003197 .slider li.hover{border-radius: 0.3rem 0.1rem 0.1rem 0.3rem;}
.Floor003197 .slider  li:hover .pic .ytable-cell,.Floor003197 .slider  li.hover .pic .ytable-cell{height:  2.4rem;line-height:  2.4rem;}
.Floor003197 .slider li:hover  .txt,.Floor003197 .slider li.hover  .txt{width: calc(100% - 1.6rem)}
.Floor003197 .slider li:hover,.Floor003197 .slider li.hover{padding: 0 0.3rem}
.Floor003197 .slider li:hover .tit,.Floor003197 .slider li.hover .tit{margin-bottom: 0.15rem;margin-top: 0.15rem}
.Floor003197 .slider li:hover .ytable-cell,.Floor003197 .slider li.hover .ytable-cell{vertical-align: top;}	
.About_p3 .About_p3_t{height: 4rem;}
.About_p3 .About_p3_t *{transition: all 0.3s}
.About_p3 .About_p3_t:hover:after,.About_p3 .About_p3_t.hover:after{height: 2.5rem}
.About_p3 .About_p3_t:hover,.About_p3 .About_p3_t.hover{padding: 0 0.2rem;display: inline-block;}
.About_p3 .About_p3_t:hover .imgbox,.About_p3 .About_p3_t.hover .imgbox{width: 1.2rem;padding-bottom: 20%;}
.About_p3 .About_p3_t:hover .txt,.About_p3 .About_p3_t.hover .txt{width: calc(100% - 2rem);padding-top: 0.6rem;}
.About_p3 .About_p3_t:hover .txt .info,.About_p3 .About_p3_t.hover .txt .info{display: none}
.About_p3 .About_p3_t .hide{max-height: 2.1rem;overflow-y: auto;;text-align: left;margin-top: 0.2rem}
.About_p3 .About_p3_t:hover .hide,.About_p3 .About_p3_t.hover .hide{display: block;width: 100%;}
.About_p3 .About_p3_t .hide{font-size: 0.18rem;
	line-height: 0.32rem;
	color: #1a1a1a;}
.Floor003197 .slick-prev {
	left: calc(50% - 52px);
}

.Floor003197 .slick-next {
	right: calc(50% - 52px);
}

.Floor003197 .main .pic {
	position: absolute;
	bottom: 0;
	top: 0;
	height: 4rem;
	width: 3.2rem;
	left: 0;
}

.Floor003197 .main .pic .ytable-cell {
	vertical-align: middle;
	height: 4rem;
	line-height: 4rem;
}

.Floor003197 .main .pic img {
	/* max-height: calc(457 / 16 * 1em);
	max-width: 70%; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	width: 75%;
}

.Floor003197 .main .txt {
	width:calc(100% - 3.2rem);
	float: right;
	text-align: left;
	padding-right: 0.6rem;
}

.Floor003197 .main .txt .dot3 {
	margin-bottom: 0.5rem;
}

@media screen and (max-width:1366px) {
	.Floor003197 .main .txt {
		width: 4.4rem;
	}
}

.Floor003197 .slider li:not(.slick-current) .main {
	opacity: 1;
}



@media (max-width:1024px) {
	.About {
		margin-top: 50px;
	}

	.page {
		padding: 0.2rem 0
	}

	.HomeTit h2 {
		line-height: 1.5;
	}

	.Floor003197 .main .txt {
		width: 60%;
		padding-top: 5%;
	}

	.Floor003197 .slick-prev {
		margin-left: -1.5rem;
	}

	.About_p1 .imgbox img {
		max-width: 8rem
	}
}

@media (max-width:768px) {
	.About_p3 .About_p3_t:hover .imgbox{width: 60%;padding-bottom: 78%;}
	.About_p3 .About_p3_t{height: auto;}
	.About_p1 .imgbox img {
		max-width: 60%;
		bottom: -0.12rem
	}
	.About_p3 .About_p3_t .hide{max-height: unset;overflow: visible;}
.Floor003197 .slider li{width: 92%;height: auto;margin: 0 4%;margin-bottom: 20px;float: none;display: inline-block;}
.About_p3 .About_p3_t .hide{font-size: 14px;line-height: 22px;}
.Floor003197 .slider li .hide{padding-right: 0;text-align: justify;}
	.About_p1 .NumList {
		padding: 0.2rem
	}

	.About_p1 .imgbox {
		margin-top: 0.3rem
	}



	.About_p1 .NumList .item p {
		font-size: 0.2rem
	}

	.About_p2 .slider .item {
		padding: 0 0.05rem
	}

	.About_p2 .slider .item .imgbox {
		height: 1.8rem;
	}

	.About_p2 .slider .item.slick-center .imgbox {
		height: 2.2rem
	}

	.About_p2 .slider .item .imgbox span {
		width: calc(100% - 0.7rem);
		height: calc(100% - 0.4rem);
	}

	.About_p2 .slider .item .imgbox {
		margin-top: 0
	}

	.About_p2 .slider .item aside {
		font-size: 0.3rem;
		-webkit-line-clamp: 2;
		;
		line-height: 1.5
	}

	.About_p2 .slick-track {
		align-items: stretch;
	}

	.About_p2 {
		padding-bottom: 0.5rem;
	}

	.Floor003197 .main .pic,.Floor003197 .slider li:hover .pic, .Floor003197 .slider li.hover .pic  {
		position: static;
		width: 100%;
		height: 200px;
	}

	.Floor003197 .main {
		padding: 0.2rem
	}

	.Floor003197 .main .pic .ytable-cell {
		height: 100%;
		width: 100%;
		line-height: 200px;
	}

	.Floor003197 .slider li.slick-slide {
		border-top-left-radius: 40px;
		background-size: contain;
	}

	.Floor003197 .main .txt {
		width: 100%;
		margin-top: 0.2rem;
		padding-right: 0;
		max-height: 260px;
		overflow-y: auto;
		padding-bottom: 0.3rem;
	}

	.Floor003197 .slider li.slick-slide {
		height: auto;
		margin: 0 20px;
		margin-bottom: 20px;
	}

	.Floor003197 .main .pic img {
		max-width: unset;
		max-height: 100%;
		width: auto;
	}

	.Floor003197 .slider {
		width: 100%;
		margin-left: 0;
	}

	.Floor003197 .main .tit {
		font-size: 0.32rem
	}

	.Floor003197 .main .tit span {
		font-size: 0.2rem
	}

	.Floor003197 .main pre {
		font-size: 0.24rem;
		line-height: 1.5;
	}

	.About_p3 .About_p3_t .imgbox,.About_p3 .About_p3_t:hover .imgbox, .About_p3 .About_p3_t.hover .imgbox {
		width: 60%;
		margin: 0 auto;
		float: none;
		padding-bottom: 76%;
	}

	.About_p3 .About_p3_t {
		width: 100%;
		display: inline-block;
		width: 100%;
	}

	.About_p3 .About_p3_t .txt {
		width: 100%;
		padding: 20px;
		padding-left: 0;
		padding-bottom: 0;
	}
	.Floor003197 .slider li .hide{font-size: 14px;line-height: 20px;margin-top: 0;max-height: unset;}
.Floor003197 .slider li:hover .pic{width: 100%;height: 200px}
.Floor003197 .slider li:hover .txt{width: 100%;}
	.About_p3 .About_p3_t .txt h1 {
		font-size: 0.32rem
	}

	.About_p3 .About_p3_t .txt h1 span {
		font-size: 0.24rem
	}

	.About_p3 .About_p3_t a span {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		float: left;
	}

	.About_p1 .info h3 strong:after {
		background-size: 0.15rem auto;
		top: -0.1rem
	}

	.About_p1 .NumList .item {
		width: 50%;
		border-bottom: 1px solid #e4ecf5;
	}

	.About_p1 .NumList .item .num span {
		font-size: 20px;
	}

	.About_p1 .NumList .item:nth-child(2n):after {
		display: none
	}

	.Floor003197 .main .more a {
		font-size: 0.3rem
	}

	.About_p1 .NumList {
		justify-content: center;
	}

	.About_p1 .imgbox img {
		bottom: 0;
		margin-bottom: 0.2rem;
	}

	.Floor003197 .slick-arrow {
		bottom: 0.4rem;
		margin-left: 70px;
	}

	.Floor003197 .slick-prev {
		margin-left: -50px;
	}

	.Floor003197 .slick-next {
		margin-right: -50px;
	}

	.About_p3 .About_p3_t .txt div {
		font-size: 0.22rem
	}

	.About_p3 .About_p3_t a {
		line-height: 0.6rem;
		height: 0.6rem;
	}

	.About_p3 .About_p3_t a img {
		margin-left: 0.2rem;
	}

	.Footer .center {
		display: none
	}

	.Footer .contact {
		width: 100%;
	}

	.totop.fix {
		display: none
	}

	.Footer .contact dd {
		padding-bottom: 0.1rem;
	}

	.Footer .contact {
		padding-bottom: 0.3rem;
	}

	.Footer .slogan {
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.Footer {
		padding: 20px 0
	}

	.Footer .right {
		width: 100%;
		padding-bottom: 0.1rem;
	}

	.About_p1 .info h3,
	.About_p1 .info p {
		font-size: 0.24rem
	}
	.Floor003197 .main .tit{justify-content: space-around;}
.Floor003197 .main .tit span{width: calc(100% - 2rem)}
}

@media (max-width:480px) {
	.About_p2 .slider .item .imgbox {
		height: auto;
		padding-bottom: 120%;
	}

	.Footer .Copyright, .Footer .ewm li {
		font-size: 14px;
		line-height: 1.25;
		text-align: center;
	}

	.About_p1 .info h3 strong {
		font-size: 0.32rem
	}

	.Location {
		padding: 0.2rem 0;
		line-height: 1.8;
	}

}

.ProInfo {
	margin-top: 1rem
}

.ProInfo_p1 .w1600 {
	display: flex;
	justify-content: space-between;
}

.ProInfo_p1 {
	padding-top: 0.6rem;
}

.ProInfo_p1b {
	padding: 0.8rem 0;
	background: #F7F9FA;
	display: inline-block;
	width: 100%;
}

.ProInfo_p1b .txt {
	width: 45%;
	padding-top: 0.5rem;
	background: url(../images/line.png) no-repeat center bottom;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ProInfo_p1b .txt h3 {
	font-size: 0.36rem;
	font-weight: normal;
	line-height: 0.46rem;
	color: #1a1a1a;
	position: relative;
	float: left;
}

.ProInfo_p1b .txt h3:after {
	position: absolute;
	left: 0;
	bottom: 0.04rem;
	height: 0.08rem;
	background-image: linear-gradient(to right, #246bb3, #fff);
	content: "";
	width: 100%;
	opacity: 0.5;
	z-index: -1;
}

.ProInfo_p1b .txt h5 {
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.4rem;
	color: #246bb3;
	clear: both;
	margin-top: 0.1rem
}

.ProInfo_p1b .txt p {
	font-size: 0.18rem;
	line-height: 2;
	color: #333333;
	margin-top: 0.4rem;
	font-weight: normal;
}

.ProInfo_p1b .imgs {
	width: 50%;
	float: right;
}

.ProInfo_p1b .imgs .imgbox {
	padding-bottom: 60%;
}

.ProInfo_p1b .imgs .slick-arrow {
	background: rgba(255, 255, 255, .3);
}

.ProInfo_p1b .imgs .slick-arrow.slick-next {
	left: auto;
	right: 0
}

.ProInfo_p1b .imgs .slick-dots {
	bottom: 0.2rem
}

.ProInfo_p1b .imgs .slick-arrow:hover {
	background: #246bb3
}

.ProInfo_p1b .slick-dots li, .ProInfo_p1b .slick-dots li.slick-active {
	margin: 0 5px;
}

.ProInfo_p2 {
	text-align: center;
	padding: 0.8rem 0
}

.ProInfo_p2 .Proimgs {
	display: inline-block;
	background: url(../images/probg1.png) no-repeat center bottom;
	position: relative;
	width: 100%;
}
.ProInfo_p2 .Proimgs img{
	width: 100%;
}

.ProInfo_p2 .Proimgs li {
	position: absolute;
	height: 0.79rem;
	background: #fff;
	z-index: 9;
	width: 4.08rem;
	box-shadow: 0rem 0.05rem 0.16rem 0rem rgba(0, 0, 0, 0.06);
	line-height: 0.79rem;
	padding: 0 0.28rem;
	text-align: left;
}

.ProInfo_p2 .Proimgs li span {
	position: relative;
	z-index: 1;
	height: 0.36rem;
	background-color: #246bb3;
	border-radius: 0.1rem 0.1rem 0.1rem 0rem;
	padding: 0.09rem 0.18rem;
	font-size: 0.18rem;
	line-height: 0.36rem;
	color: #ffffff;
	font-weight: normal;
}

.ProInfo_p2 .Proimgs li i {
	position: relative;
	z-index: 1;
	float: right;
	font-size: 0.36rem;
	color: #246BB3;
	opacity: 0.3;
	font-weight: normal;
	font-style: normal;
}

.ProInfo_p2 .Proimgs li:after {
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -5px;
	content: "";
	box-shadow: 0rem 0.05rem 0.16rem 0rem rgba(0, 0, 0, 0.06)
}

.ProInfo_p2 .Proimgs li:hover {
	cursor: pointer;
	box-shadow: 0rem 0.05rem 0.16rem 0rem rgba(36, 107, 179, 0.3)
}

.ProInfo_p2 .Proimgs li:hover .dot {
	width: 0.15rem;
	height: 0.15rem;
}

.ProInfo_p2 .Proimgs li:hover .dot:before {
	width: 0.15rem;
	height: 0.15rem;
}

.ProInfo_p2 .Proimgs li:hover .dot:after {
	width: 0.15rem;
	height: 0.15rem;
}

.ProInfo_p2 .Proimgs li .dot {
	position: absolute;
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background-color: #246bb3;
	z-index: -1;
}

.ProInfo_p2 .Proimgs li .dot:after, .ProInfo_p2 .Proimgs li .dot:before {
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background-color: #246bb3;
	position: absolute;
	left: 0;
	top: 0;
	animation: scale2 2.5s linear infinite;
	content: ""
}

.ProInfo_p2 .Proimgs li .dot:before {
	animation: scale2 2s linear infinite;
}

.ProInfo_p2 .Proimgs li * {
	transition: all 0.3s
}

.ProInfo_p2 .Proimgs li .dot .line {
	position: absolute;
	height: 1px;
	background-color: #246bb3;
	opacity: 0.2;
	transform-origin: left top;
	z-index: -1;
	top: 50%
}

.ProInfo_p2 .Proimgs li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
	z-index: 1;
	border-radius: 0.1rem;
}

.ProInfo_p2 .Proimgs li .hover {
	position: absolute;
	cursor: pointer;
}

/* .ProInfo_p2 .Proimgs li.on::before {
	background: #246bb3;
} */

/* .ProInfo_p2 .Proimgs li.on span {
	background: #fff;
	color: #246bb3;
} */

/* .ProInfo_p2 .Proimgs li.on i {
	color: #fff;
	opacity: 0.5;
} */

.ProInfo_p2 .Proimgs li.li1 {
	right: 0;
	top: 41.7%;
	z-index: 9;
}

.ProInfo_p2 .Proimgs li.li1 .dot {
	left: -4rem;
	top: -1.8rem;
}

.ProInfo_p2 .Proimgs li.li1 .dot .line {
	width: 5rem;
	transform: rotate(27deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs li.li1:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	transition: all 0.3s
}

.ProInfo_p2 .Proimgs li.li1 .hover {
	width: 2.5rem;
	height: 1.5rem;
	left: -5.2rem;
	top: -2.7rem;
	transform: rotate(24deg);
	z-index: 9;
}

/* .ProInfo_p2 .Proimgs li.li1.on:after {
	border-right: 10px solid #246bb3;
} */

.ProInfo_p2 .Proimgs li.li2 {
	left: 0;
	top: 10%
}

.ProInfo_p2 .Proimgs li.li2 .dot {
	right: -1.5rem;
	top: 2rem;
}

.ProInfo_p2 .Proimgs li.li2 .dot .line {
	width: 3.05rem;
	transform: rotate(206deg);
}

.ProInfo_p2 .Proimgs li.li2:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs li.li2 .hover {
	width: 3rem;
	height: 2rem;
	right: -4rem;
	top: 2.2rem;
	transform: rotateZ(22deg);
}

.ProInfo_p2 .Proimgs li.li2.on:after {
	border-left: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs li.li3 {
	right: 0;
	top: 64.4%;
}

.ProInfo_p2 .Proimgs li.li3 .dot {
	left: -2.04rem;
	top: -1.4rem;
}

.ProInfo_p2 .Proimgs li.li3 .dot .line {
	width: 3.04rem;
	transform: rotate(37deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs li.li3:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs li.li3 .hover {
	width: 1.5rem;
	height: 1.5rem;
	left: -2.7rem;
	top: -2.2rem;
	transform: rotate(-19deg)
}

/* .ProInfo_p2 .Proimgs li.li3.on:after {
	border-right: 10px solid #246bb3;
} */


.ProInfo_p2 .Proimgs li.li4 {
	left: 0;
	top: 35%
}

.ProInfo_p2 .Proimgs li.li4 .dot {
	right: -1.6rem;
	top: 0.2rem;
}

.ProInfo_p2 .Proimgs li.li4 .dot .line {
	width: 3.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs li.li4:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs li.li4.on:after {
	border-left: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs li.li5 {
	right: 0;
	top: 19%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs li.li5 .dot {
	left: -2.3rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs li.li5 .dot .line {
	width: 3rem;
	transform: rotate(rotate(-1deg));
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs li.li5:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs li.li5 .hover {
	width: 5rem;
	height: 2.5rem;
	left: -6.5rem;
	top: -1.2rem;
	transform: rotateZ(22deg);
}

.ProInfo_p2 .Proimgs li.li5.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs li.li6 {
	left: 0;
	top: 60%
}

.ProInfo_p2 .Proimgs li.li6 .dot {
	right: -2.2rem;
	top: -1.6rem;
}

.ProInfo_p2 .Proimgs li.li6 .dot .line {
	width: 3.05rem;
	transform: rotate(139deg);
	z-index: 5;
}

.ProInfo_p2 .Proimgs li.li6:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs li.li6.on:after {
	border-left: 10px solid #246bb3;
}


@keyframes scale2 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		-webkit-transform: scale(3);
		opacity: 0.3;
	}
}


.ProInfo_p3 {
	background: url(../images/probg4.png) no-repeat top center;
}

.ProInfo_p3 .ProInfo_p3_b {
	background: url(../images/probg5.png) no-repeat bottom center/cover;
	position: relative;
}

.ProInfo_p3 .ProInfo_p3_b:after {
	position: absolute;
	top: 50%;
	width: calc(100% - 1rem);
	left: 0.5rem;
	content: "";
	background-color: #f5f7fa;
	height: 1px;
}

.ProInfo_p3 .ProInfo_p3_b ul {
	display: flex;
	flex-wrap: wrap;
}

.ProInfo_p3 .ProInfo_p3_b ul li {
	width: 33.33%;
	text-align: center;
	font-weight: normal;
	padding: 0.2rem 0.9rem;
	position: relative;
	margin: 0.5rem 0;
	min-height: 3rem;
}

.ProInfo_p3 .ProInfo_p3_b ul li .imgbox {
	height: 0.65rem;
	transition: all 0.5s
}

.ProInfo_p3 .ProInfo_p3_b ul li .imgbox span {
	background-size: contain;
}

.ProInfo_p3 .ProInfo_p3_b ul li h3 {
	font-size: 0.24rem;
	line-height: 0.3rem;
	color: #1a1a1a;
	font-weight: normal;
	margin: 0.3rem 0 0.1rem
}

.ProInfo_p3 .ProInfo_p3_b ul li p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
}

.ProInfo_p3 .ProInfo_p3_b ul li:after {
	position: absolute;
	right: 0;
	height: calc(100% - 0.4rem);
	top: 0.2rem;
	content: "";
	background-color: #f5f7fa;
	width: 1px;
}

.ProInfo_p3 .ProInfo_p3_b ul li:hover h3 {
	color: #246bb3;
}

.ProInfo_p3 .ProInfo_p3_b ul li:hover .imgbox {
	transform: rotateY(360deg);
}

.ProInfo_p3 .ProInfo_p3_b ul li:nth-child(3n):after {
	display: none
}



.ProInfo_p2 .Proimgs2.Proimgs li.li1 {
	left: 0;
	top: 1.4%
}

.ProInfo_p2 .Proimgs2.Proimgs li.li1 .dot {
	right: -4.5rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li1 .dot .line {
	width: 6.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li1:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs2.Proimgs li.li1 .hover {
	width: 2.5rem;
	height: 2.2rem;
	left: 8.6rem;
	top: 0.2rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li1.on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}

.ProInfo_p2 .Proimgs2.Proimgs li.li2 {
	left: 0;
	top: 26%
}

.ProInfo_p2 .Proimgs2.Proimgs li.li2 .dot {
	right: -2.5rem;
	top: 2.7rem;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li2 .dot .line {
	width: 4.05rem;
	transform: rotate(218deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li2:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li2 .hover {
	width: 2.4rem;
	height: 0.6rem;
	right: -3.8rem;
	top: 2.5rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li2.on:after {
	border-left: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs2.Proimgs li.li3 {
	left: 0;
	top: 58%
}

.ProInfo_p2 .Proimgs2.Proimgs li.li3 .dot {
	right: -2.5rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li3 .dot .line {
	width: 3.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li3:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs2.Proimgs li.li3 .hover {
	width: 2rem;
	height: 0.6rem;
	right: -3.5rem;
	top: 0.2rem;
	transform: rotateZ(0deg);
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li3.on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}


.ProInfo_p2 .Proimgs2.Proimgs li.li4 {
	left: 0;
	top: 72%
}

.ProInfo_p2 .Proimgs2.Proimgs li.li4 .dot {
	right: -2.5rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li4 .dot .line {
	width: 3.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li4:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li4 .hover {
	width: 2rem;
	height: 1.3rem;
	right: -3.5rem;
	top: -0.8rem;
	transform: rotateZ(0deg);
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li4 .on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}



.ProInfo_p2 .Proimgs2.Proimgs li.li5 {
	right: 0;
	top: 5%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li5 .dot {
	left: -2.3rem;
	top: 4.8rem;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li5 .dot .line {
	width: 5rem;
	transform: rotate(-61deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li5:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li5 .hover {
	width: 1.5rem;
	height: 0.6rem;
	left: -3.5rem;
	top: 4.6rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li5.on:after {
	border-right: 10px solid #246bb3;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li6 {
	right: 0;
	top: 27%;
	z-index: 3;
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li6 .dot {
	left: -1.2rem;
	top: 2.6rem;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li6 .dot .line {
	width: 3rem;
	transform: rotate(-58deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li6:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #fff;
	left: -20px;
	right: auto;
	box-shadow: none
}

.ProInfo_p2 .Proimgs2.Proimgs li.li6 .hover {
	width: 1rem;
	height: 1rem;
	left: -1.7rem;
	top: 2.1rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li6.on:after {
	border-right: 10px solid #246bb3;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li7 {
	right: 0;
	top: 55%;
	z-index: 3;
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li7 .dot {
	left: -1.2rem;
	top: 1.4rem;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li7 .dot .line {
	width: 2rem;
	transform: rotate(-31deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li7:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: 10px solid transparent;
	left: -20px;
	right: auto;
	box-shadow: none
}

.ProInfo_p2 .Proimgs2.Proimgs li.li7 .hover {
	width: 1.5rem;
	height: 1.5rem;
	left: -2rem;
	top: 0.7rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li7.on:after {
	border-right: 10px solid #246bb3;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li8 {
	right: 0;
	top: 78%;
	z-index: 3;
	left: auto
}

.ProInfo_p2 .Proimgs2.Proimgs li.li8 .dot {
	left: -3.2rem;
	top: -0.4rem;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li8 .dot .line {
	width: 4rem;
	transform: rotate(13deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs2.Proimgs li.li8:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: 10px solid transparent;
	left: -20px;
	right: auto;
	box-shadow: none
}

.ProInfo_p2 .Proimgs2.Proimgs li.li8 .hover {
	width: 2rem;
	height: 1.5rem;
	left: -4.0rem;
	top: -1.3rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs2.Proimgs li.li8.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p33 {
	background: url(../images/probg6.png) no-repeat top center;
}

.ProInfo_p33 .ProInfo_p3_b {
	background: url(../images/probg7.png) no-repeat bottom center/cover;
	position: relative;
}

.ProInfo_p4 {
	padding-bottom: 1rem;
	display: inline-block;
	width: 100%;
}

.ProInfo_p4 .HomeTit.HomeTit2 {
	padding-bottom: 0;
}

.ProInfo_p4_b li {
	width: 48.2%;
	float: left;
	background-color: #f5f6f7;
	position: relative;
	padding: 0.4rem;
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	max-height: 3.4rem;
}

.ProInfo_p4_b li:nth-child(2n) {
	float: right;
}

.ProInfo_p4_b li .imgbox {
	width: 34%;
	height: 3.4rem;
	border-radius: 0rem 0.6rem 0rem 0rem;
	position: relative;
	top: -0.8rem
}

.ProInfo_p4_b li .txt {
	width: 60%;
	font-weight: normal;
}

.ProInfo_p4_b li .txt h3 {
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.36rem;
	color: #1a1a1a;
	margin-bottom: 0.3rem;
	margin-top: 0.1rem
}

.ProInfo_p4_b li .txt dd {
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
}

.ProInfo_p4_b li .txt dl {
	padding-top: 0.34rem;
	border-top: 1px solid #e6e6e6;
	;
}

@media (max-width:1024px) {
	.ProInfo_p1 {
		padding-top: 0.2rem;
	}

	.ProInfo_p1b {
		padding: 0.3rem 0
	}

	.ProInfo_p1b .txt {
		padding-top: 0.2rem
	}

	.ProInfo_p1b .txt p {
		margin-top: 0.2rem
	}

	.ProInfo_p1b .txt h3 {
		font-size: 0.24rem;
		line-height: 1.4;
	}

	.ProInfo_p1b .txt h5 {
		font-size: 0.2rem;
		line-height: 0.3rem;
	}

	.ProInfo_p1b .txt p {
		font-size: 0.16rem;
		line-height: 1.5;
	}

	.HomeTit.HomeTit2 {
		padding-bottom: 0.2rem;
	}

	.page2 {
		padding: 0.3rem 0
	}
}

 @media (max-width:768px) {

	.ProInfo_p2 .Proimgs li:before,
	.ProInfo_p2 .Proimgs li .dot,
	.ProInfo_p2 .Proimgs li.li2 .hover,
	.ProInfo_p2 .Proimgs li:after {
		display: none
	}

	.ProInfo_p2 .Proimgs li span {
		float: left;
		line-height: 1;
		margin: 0.22rem 0
	}

	.ProInfo_p1b .txt {
		width: 100%;
		padding-bottom: 0.2rem;
		padding-top: 0;
	}

	.ProInfo_p1 .w1600 {
		display: block;
		width: 90%;
		margin: 0 auto
	}

	.ProInfo_p1b .imgs {
		width: 100%;
		margin-top: 0.3rem
	}

	.ProInfo_p2 .Proimgs {
		position: static;
	}

	.ProInfo_p2 .w1600 {
		position: static;
	}

	.ProInfo_p2 .Proimgs li {
		position: static;
		width: 48%;
		float: left;
		margin-bottom: 2%;
	}

	.ProInfo_p2 .Proimgs li:nth-child(2n) {
		float: right;
	}

	.ProInfo_p2 {
		padding: 0 0 0.4rem
	}

	.ProInfo {
		margin-top: 50px;
	}

	.ProInfo_p3 .ProInfo_p3_b ul li {
		width: 50%;
		padding: 0.2rem;
		margin: 0 auto
	}

	.ProInfo_p3 .ProInfo_p3_b:after {
		display: none
	}

	.ProInfo_p3 .ProInfo_p3_b ul li:nth-child(3n):after {
		display: block;
	}

	.ProInfo_p3 .ProInfo_p3_b ul li:nth-child(2n):after {
		display: none
	}

	.ProInfo_p1b .txt h3,
	.ProInfo_p3 .ProInfo_p3_b ul li h3,
	.ProInfo_p4_b li .txt h3 {
		font-size: 0.32rem
	}

	.ProInfo_p1b .txt h5 {
		font-size: 0.24rem
	}

	.ProInfo_p1b .txt p,
	.ProInfo_p3 .ProInfo_p3_b ul li p,
	.ProInfo_p4_b li .txt dd {
		font-size: 0.22rem;
		line-height: 1.5;
	}

	.Location {
		font-size: 0.2rem
	}

	.ProInfo_p4_b li {
		padding: 20px 10px;
	}

	.ProInfo_p4_b li {
		width: 100%;
		max-height: unset;
	}
	.ProInfo_p4_b li .imgbox{height: auto;}
} 

.Qgyx {
	margin-top: 1rem
}

.Qgyx .HomeTit.HomeTit2 {
	padding-bottom: 0.3rem;
}

.Qgyx .HomeTit.HomeTit2 h3 {
	font-size: 0.3rem;
	font-weight: normal;
	color: #246bb3;
	letter-spacing: 0.01rem;
}

.Qgyx .info {
	font-size: 0.2rem;
	line-height: 0.4rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0.6rem;
}

.Qgyx_box .w1600 {
	position: relative;
	height: 10rem;
	padding-top: 2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.Qgyx_box .w1600 .center {
	position: absolute;
	left: 50%;
	top: 2rem;
	width: 7rem;
	height: 7rem;
	margin-left: -3.5rem;
	border: solid 0.08rem #d6dde5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Qgyx_box .w1600 .center .txt {
	position: relative;
	width: 4.61rem;
	height: 4.6rem;
	background: url(../images/qgbg1.png) no-repeat center;
	font-size: 0.36rem;
	line-height: 0.48rem;
	color: #ffffff;
	;
	border-width: 0.08rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Qgyx_box .w1600 .center .txt:after {
	animation: scale3 2.5s linear infinite;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #bcd7f5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.Qgyx_box .w1600 .center .txt:before {
	animation: scale3 1.75s linear infinite;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #bcd7f5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

@keyframes scale3 {
	0% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		opacity: 0;
	}
}

.Qgyx_box .w1600 li {
	display: flex;
	position: absolute;
}

.Qgyx_box .w1600 li .imgbox {
	width: 2.89rem;
	height: 2.15rem;
	background: url(../images/qgbg2.png) no-repeat center/100%;
}

.Qgyx_box .w1600 li .imgbox span {
	width: 2.75rem;
	border-radius: 0.09rem;
	height: 1.99rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.Qgyx_box .w1600 li p {
	font-size: 0.28rem;
	color: #1a1a1a;
	line-height: 1.25;
	padding: 0.3rem 0.2rem;
	width: 1rem;
	text-align: center;
}

.Qgyx_box .w1600 li .dot {
	width: 0.16rem;
	border-radius: 50%;
	height: 0.16rem;
	background-color: #ffffff;
	border: solid 0.03rem #246bb3;
	position: absolute;
}

.Qgyx_box .w1600 li .dot:after {
	position: absolute;
	content: "";
	z-index: -1;
}

.Qgyx_box .w1600 li .hide {
	width: 5.42rem;
	padding: 0.5rem 0.4rem;
	z-index: 99;
	position: absolute;
	left: calc(100% - 1rem);
	color: #fff;
	max-height: 5.14rem;
	background: url(../images/qgbg3.png) no-repeat 25% -15% #246bb3;
	;
	border-radius: 0.09rem;
	overflow-y: auto;
	top: 1.6rem
}

.Qgyx_box .w1600 li .hide h3 {
	font-size: 0.3rem;
	line-height: 1.5;
	font-weight: normal;
}

.Qgyx_box .w1600 li .hide h5 {
	font-size: 0.2rem;
	line-height: 0.32rem;
	font-weight: normal;
}

.Qgyx_box .w1600 li .hide .info p {
	padding: 0;
	font-size: 0.18rem;
	line-height: 0.32rem;
	font-weight: normal;
	color: #fff;
	width: 100%;
	text-align: left;
	margin-top: 0.3rem
}

.Qgyx_box .w1600 li:hover .hide,.Qgyx_box .w1600 li.hover .hide {
	display: block;
}

.Qgyx_box .w1600 li.li1 {
	left: 1.71rem;
	top: 0
}

.Qgyx_box .w1600 li.li1 .dot {
	right: -1.38rem;
	bottom: -0.16rem;
}

.Qgyx_box .w1600 li.li1 .dot:after {
	width: 2.38rem;
	height: 0.63rem;
	background: url(../images/qgbgline1.png) no-repeat center/100% 100%;
	position: absolute;
	right: calc(100% - 0.08rem);
	bottom: 0;
	content: "";
	z-index: -1;
}

.Qgyx_box .w1600 li.li2 {
	left: 0rem;
	top: 2.58rem
}

.Qgyx_box .w1600 li.li2 .dot {
	right: -1rem;
	bottom: 0.46rem;
}

.Qgyx_box .w1600 li.li2 .dot:after {
	width: 2rem;
	height: 0.02rem;
	background: #d6dde5;
	right: calc(100% - 0.08rem);
	top: 50%;
	margin-top: -0.01rem
}

.Qgyx_box .w1600 li.li3 {
	left: 0rem;
	top: 5.2rem
}

.Qgyx_box .w1600 li.li3 .dot {
	right: -1rem;
	bottom: 0.46rem;
}

.Qgyx_box .w1600 li.li3 .dot:after {
	width: 2rem;
	height: 0.02rem;
	background: #d6dde5;
	right: calc(100% - 0.08rem);
	top: 50%;
	margin-top: -0.01rem
}

.Qgyx_box .w1600 li.li4 {
	left: 1.71rem;
	top: 7.8rem
}

.Qgyx_box .w1600 li.li4 .dot {
	right: -1.38rem;
	bottom: 1.09rem;
}

.Qgyx_box .w1600 li.li4 .dot:after {
	width: 2.38rem;
	height: 0.63rem;
	background: url(../images/qgbgline3.png) no-repeat center/100% 100%;
	position: absolute;
	right: calc(100% - 0rem);
	top: 100%;
	content: "";
	z-index: -1;
}

.Qgyx_box .w1600 li.li5 {
	right: 1.68rem;
	top: 0
}

.Qgyx_box .w1600 li.li5 .dot {
	left: -1.38rem;
	bottom: -0.16rem;
}

.Qgyx_box .w1600 li.li5 .dot:after {
	width: 2.38rem;
	height: 0.63rem;
	background: url(../images/qgbgline2.png) no-repeat center/100% 100%;
	position: absolute;
	left: calc(100% - 0.08rem);
	bottom: 0;
	content: "";
	z-index: -1;
}

.Qgyx_box .w1600 li.li6 {
	right: 0rem;
	top: 2.58rem
}

.Qgyx_box .w1600 li.li6 .dot {
	left: -1rem;
	bottom: 0.46rem;
}

.Qgyx_box .w1600 li.li6 .dot:after {
	width: 2rem;
	height: 0.02rem;
	background: #d6dde5;
	left: calc(100% - 0.08rem);
	top: 50%;
	margin-top: -0.01rem
}

.Qgyx_box .w1600 li.li7 {
	right: 0rem;
	top: 5.2rem
}

.Qgyx_box .w1600 li.li7 .dot {
	left: -1rem;
	bottom: 0.46rem;
}

.Qgyx_box .w1600 li.li7 .dot:after {
	width: 2rem;
	height: 0.02rem;
	background: #d6dde5;
	left: calc(100% - 0.08rem);
	top: 50%;
	margin-top: -0.01rem
}

.Qgyx_box .w1600 li.li8 {
	right: 1.71rem;
	top: 7.8rem
}

.Qgyx_box .w1600 li.li8 .dot {
	left: -1.38rem;
	bottom: 1.09rem;
}

.Qgyx_box .w1600 li.li8 .dot:after {
	width: 2.38rem;
	height: 0.63rem;
	background: url(../images/qgbgline4.png) no-repeat center/100% 100%;
	position: absolute;
	left: calc(100% - 0rem);
	top: 100%;
	content: "";
	z-index: -1;
}

.Qgyx_box .w1600 li.li5 .hide,
.Qgyx_box .w1600 li.li6 .hide,
.Qgyx_box .w1600 li.li7 .hide,
.Qgyx_box .w1600 li.li8 .hide {
	left: auto;
	right: calc(100% - 1rem);
}

.Qgyx_box .w1600 li.li3 .hide,
.Qgyx_box .w1600 li.li7 .hide,
.Qgyx_box .w1600 li.li4 .hide,
.Qgyx_box .w1600 li.li8 .hide {
	top: auto;
	bottom: 0.5rem
}


/*
 .PicList000593 涓篸emo缂栧彿
 */
.PicList000593 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.PicList000593 li {
	float: left;
	width: 48%;
	margin-right: 4%;
	position: relative;
	margin-bottom: 4%;
	border-radius: 0.16rem;
}

.PicList000593 li:nth-child(2n) {
	margin-right: 0;
}

.PicList000593 li .video_files {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.PicList000593 li .video_files video {
	width: 100%;
	height: 100%;
	background-color: #000;
}

.PicList000593 li .video_files .close {
	position: absolute;
	right: 3%;
	top: 3%;
	z-index: 10;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #246bb3;
	cursor: pointer;
}

.PicList000593 li .video_files .close::before,
.PicList000593 li .video_files .close::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 70%;
	border-radius: 3px;
	background-color: #fff;
	left: 13px;
	top: 5px;
}

.PicList000593 li .video_files .close::before {
	transform: rotate(45deg);
}

.PicList000593 li .video_files .close::after {
	transform: rotate(-45deg);
}

.PicList000593 li figure {
	position: relative;
}

.PicList000593 li figure em {
	display: block;
	padding-bottom: 56.25%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.16rem;
}

.PicList000593 li figure a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	;
	border-radius: 0.16rem;
	z-index: 10;
}

.PicList000593 li p {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.3rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 0.2rem;
	color: #ffffff;
	z-index: 9;
	width: 100%;
	text-align: left;
	padding: 0 0.3rem
}

.PicList000593 li p img {
	margin-right: 0.24rem;
	width: 0.4rem;
}

@media(max-width:1024px) {
	.Qgyx {
		margin-top: 50px;
	}
}

@media(max-width:768px) {
	.PicList000593 li {
		width: 100%;
		margin-right: 0%;
	}

	.PicList000593 li:nth-child(3n) {
		margin-right: 0%;
	}

	.PicList000593 li:nth-child(2n) {
		margin-right: 0;
	}

	.Qgyx_box .w1600 .center {
		position: static;
		margin: 0 auto;
		border: none;
		margin-bottom: 0.8rem;
	}

	.Qgyx_box .w1600 .center .txt, .Qgyx_box .w1600 .center {
		width: 3rem;
		height: 3rem
	}

	.Qgyx_box .w1600 li {
		position: relative;
		width: 50%;
		float: left;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		margin-bottom: 0.4rem;
		display: flex;
	}

	.Qgyx_box .w1600 li:nth-child(2n) {
		float: right;
	}

	.Qgyx_box .w1600 {
		height: auto;
		padding: 0.2rem 0;
		margin-bottom: 0;
	}

	/* .Qgyx_box .w1600 li .hide {
		left: 0 !important;
		top: 100% !important;
		width: 100%;
		z-index: 999;
		right: auto !important;
		bottom: auto !important
	} */

	.Qgyx_box .w1600 li .dot {
		display: none
	}

	.Qgyx_box .w1600 li .imgbox span {
		background-size: contain;
		height: calc(100% - 20px)
	}

	.Qgyx_box .w1600 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.Qgyx_box .w1600 li .imgbox {
		height: auto;
		width: 80%;
	}

	.Qgyx_box .w1600 li .imgbox span {
		width: calc(100% - 4px);
		background-size: contain
	}


	.Qgyx_box .w1600 li .hide {
		padding: 0.2rem
	}

	.Qgyx_box .w1600 li .hide {
		margin-top: 0.2rem
	}

	.PicList000593 li p img {
		margin-right: 0.2rem;
	}

	.PicList000593 li p {
		font-size: 0.3rem
	}
}

@media(max-width:480px) {
	.PicList000593 li figure a::before {
		width: 50px;
		height: 50px;
		margin-left: -25px;
		margin-top: -25px;
	}

	.PicList000593 li figure a::after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 15px;
		margin-left: -3px;
		margin-top: -7px;
	}
}

@media(max-width:375px) {
	.PicList000593 li figure a::before {
		width: 40px;
		height: 40px;
		margin-left: -20px;
		margin-top: -20px;
	}

	.PicList000593 li {
		width: 100%;
		float: none;
		margin-right: 0 !important;
	}
}

.Subnav ul li {
	display: inline-block;
	width: 1.8rem;
	margin: 0 0.2rem;
	text-align: center;
	font-size: 0.2rem;
	line-height: 0.48rem;
	color: #132948;
	height: 0.48rem;
	border-radius: 0.24rem;
	border: solid 1px #132948;
}

.Subnav ul {
	text-align: center;
	font-size: 0
}

.Subnav ul li.on, .Subnav ul li:hover {
	background-color: #246bb3;
	border-color: #246bb3;
	color: #ffffff;
}

.Subnav ul li.on a, .Subnav ul li:hover a {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*PicList003142 */
.PicList003142 {
	margin-top: 0.8rem;
}

.PicList003142 li {
	float: left;
	margin-bottom: 2.5em;
	border: solid 1px #ebebeb;
}

.PicList003142 li .txt {
	padding: 0.4rem 0.3rem;
}

.PicList003142 li .txt span {
	height: 0.29rem;
	border-bottom: 1px solid #246bb3;
	padding-bottom: 0.11rem;
	font-size: 0.18rem;
	letter-spacing: 0.01rem;
	color: #246bb3;
	;
}

.PicList003142 li .tit {
	font-size: 0.24rem;
	;
	line-height: 1.5;
	min-height: 0.48rem;
	margin-top: 0.2rem;
	margin-bottom: 1.1rem;
}

.PicList003142 li .pic {
	overflow: hidden;
}

.PicList003142 li .Ispic {
	padding-bottom: 62.223%;
	transition: 0.3s;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.PicList003142 li a:hover .Ispic {
	transform: scale(1.1);
}

.PicList003142 li:hover {
	background-color: #f5f6f7;
}

.PicList003142 li a:hover {
	color: #246bb3;
}

.PicList003142 li time {
	color: #666666;
	display: block;
	font-size: 0.16rem;
	line-height: 0.24rem;
	letter-spacing: 0.01rem;
	font-weight: normal;
}

.PicList003142 li a:hover time {
	background-image: url(../images/PicList003142-icon-red.svg);
}

.PicList003142 li {
	width: 32.143%;
}

.PicList003142 li:not(:nth-child(3n)) {
	margin-right: 1.7855%;
}

.PicList003142 li:nth-child(3n+1) {
	clear: left;
}


@media (max-width:768px) {
	.PicList003142 li {
		width: 49%;
		margin-right: 0;
	}

	.PicList003142 li:nth-child(2n) {
		float: right;
	}

	.PicList003142 li:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.PicList003142 li {
		margin-bottom: 0.2rem;
	}

	.PicList003142 li:nth-child(3n+1) {
		clear: unset;
	}

	.PicList003142 li .tit {
		margin-bottom: 0.0rem;
	}

	.PicList003142 li .txt {
		padding: 0.2rem
	}

	.PicList003142 li .txt span {
		line-height: 1;
	}

	.PicList003142 {
		margin-top: 0.4rem
	}

}

@media (max-width:480px) {
	.PicList003142 li {
		width: 100%;
	}

	.PicList003142 li time {
		font-size: 0.2rem
	}


}

.showMorebtn {
	text-align: center;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.2rem;
	color: #333333;
	font-weight: normal;
	margin: 0.6rem 0
}

.showMorebtn i {
	float: left;
	margin-right: 0.1rem;
	;
	background: url(../images/loading2.png) no-repeat center/cover;
	width: 0.36rem;
	height: 0.36rem;
	animation: scale4 5s linear infinite;
}

.showMorebtn p {
	display: inline-block;
	cursor: pointer;
}

.showMorebtn p.none {
	cursor: not-allowed;
}

@keyframes scale4 {
	0% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.PicList001759 {
	padding-top: 3%;
}

.PicList001759 li {
	position: relative;
}

.PicList001759 li .auto {
	width: 90%;
	max-width: 16rem;
	margin: 0 auto;
}

.PicList001759 li a {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	padding: 0.4rem 0;
	border-top: 1px solid #ebebeb;
	;
}

.PicList001759 li h5 {
	margin: 0;
	font-size: 14px;
	color: #231914;
	padding-bottom: 10px;
}

.PicList001759 li a .left {
	width: 23%;
}

.PicList001759 li a .left time {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333333;
	display: inline-block;
}

.PicList001759 li a .left span {
	font-size: 0.16rem;
	color: #1a1a1a;
	line-height: 0.32rem;
	height: 0.32rem;
	margin-left: 0.2rem;
	border-radius: 0.15rem;
	background-color: #edf0f2;
	padding: 0 0.15rem;
	display: inline-block;
}

.PicList001759 li a .imgbox {
	width: 25%;
}

.PicList001759 li * {
	transition: all 0.3s
}

.PicList001759 li a h5 {
	width: 35%;
	font-size: 0.24rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.5;
	margin-left: 0.6rem;
}

.PicList001759 li a .more {
	width: 0.42rem;
	height: 0.42rem;
	border: solid 1px #246BB3;
	color: #246BB3;
	border-radius: 50%;
	text-align: center;
	line-height: 0.42rem;
	position: absolute;
	top: 0.3rem;
	right: 0
}

.PicList001759 li p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.PicList001759 li:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 0;
	content: "";
	background: url(../images/line2.png) no-repeat center;
	height: 0.29rem;
	transition: all 0.5s
}

.PicList001759 li:hover:after {
	width: 100%;
}

.PicList001759 li:hover {
	box-shadow: 0rem 0.06rem 0.3rem 0rem rgba(36, 107, 179, 0.1);
}

.PicList001759 li:hover a {
	border-top-color: transparent;
}

.PicList001759 li:hover a .more {
	background: #246BB3;
	color: #fff
}

@media(max-width:768px) {
	.PicList001759 li a {
		padding: 15px 15px
	}

	.PicList001759 li .auto {
		width: 100%;
	}

	.PicList001759 li a .left {
		width: 100%;
		height: 0.4rem;
		line-height: 0.4rem;
	}

	.PicList001759 li a {
		padding: 10px;
		display: inline-block;
		width: 100%;
	}

	.PicList001759 li a .imgbox {
		width: 100%;
		margin: 0.3rem 0
	}

	.PicList001759 li a .left time, .PicList001759 li a .left span {
		float: left;
		margin-right: 0.2rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.24rem
	}

	.PicList001759 li a .more {
		display: none
	}

	.PicList001759 li a h5 {
		width: 100%;
		margin: 0 auto;
		font-size: 0.3rem
	}

	.PicList001759 li a .left span {
		padding: 0 0.3rem;
		border-radius: 0.4rem
	}

	.PicList001759 li:after {
		background-size: contain;
		background-position: center bottom;
	}

	.PicList001759 li {
		margin-bottom: 0.3rem;
	}

	.PicList001759 .showMorebtn {
		margin-top: 0.1rem
	}
}

@media(max-width:480px) {
	.showMorebtn {
		margin: 0.2rem 0 0.6rem
	}

}

.News {
	margin-top: 1rem
}

.NewsList2.HomeNews, .NewsList3 {
	margin-top: 0.8rem
}

.NewsList3 .item a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.NewsList2.HomeNews .showMorebtn {
	margin-top: 0
}

.NewsList3 .List {
	justify-content: flex-start
}

.NewsList3 .List .item {
	width: 23.5%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 0.4rem;
	min-height: 5rem;
	background: url(../images/logobg2.png) no-repeat center #f5f6f7;
	padding: 0.4rem;
	position: relative;
}

.NewsList3 .List .item span {
	height: 0.3rem;
	border-radius: 0.04rem;
	border: solid 1px #246BB3;
	line-height: 0.3rem;
	font-size: 0.16rem;
	color: #246BB3;
	padding: 0 0.25rem;
	display: inline-block;
}

.NewsList3 .List .item aside {
	font-size: 0.22rem;
	line-height: 0.36rem;
	color: #1a1a1a;
	margin-top: 0.32rem;
	font-weight: normal;
}

.NewsList3 .List .item time {
	position: absolute;
	right: 0.4rem;
	bottom: 0.4rem;
	font-size: 0.16rem;
	color: #999999;
	line-height: 1.2;
	font-weight: normal;
}

.NewsList3 .List .item time i {
	font-size: 0.48rem;
	display: block;
	font-weight: normal;
}

.NewsList3 .List .item:hover {
	background: url(../images/logobg3.png) no-repeat center #fff;
	box-shadow: 0rem 0.08rem 0.24rem 0rem rgba(0, 0, 0, 0.08);
}

.NewsList3 .List .item:hover span {
	background-color: #246bb3;
	color: #ffffff;
}

.NewsList3 .List .item:hover aside {
	font-weight: normal;
	color: #1a1a1a;
}

.NewsList3 .List .item:nth-child(4n) {
	margin-right: 0;
}

.NewsList3 .List .item, .NewsList3 .List .item * {
	transition: all 0.3s
}

@media(max-width:768px) {
	.NewsList3 .List {
		justify-content: space-between;
	}

	.NewsList3 .List .item {
		width: 48%;
		margin-right: 0;
		padding: 0.15rem
	}

	.NewsList3 .List .item:nth-child(2n) {
		float: right;
	}

	.NewsList3 .List .item span {
		font-size: 0.22rem;
		height: 0.4rem;
		line-height: 0.4rem;
	}

	.NewsList3 .List .item time i {
		text-align: center;
	}

	.NewsList3 .List .item time {
		font-size: 0.24rem
	}

	.Subnav ul li {
		font-size: 0.24rem;
		margin: 0 0.1rem
	}
}

@media(max-width:480px) {
	.NewsList3 .List .item {
		width: 100%;
		margin-right: 0;
	}

	.NewsList3 .List .item aside {
		font-size: 0.3rem;
		line-height: 1.5;
	}

}

.PicList002149 {
	margin-top: 0.8rem
}

.PicList002149 li {
	margin-bottom: 0.8rem;
	position: relative;
	display: flex;
}

.PicList002149 li .imgbox {
	width: 67.5%;
	float: right;
	padding-bottom: 38%;
}

.PicList002149 li .txt {
	margin-right: 7.5%;
	border-top: 1px solid #080404;
	width: 25%;
	float: left;
	position: relative;
	padding-top: 0.54rem;
}

.PicList002149 li .txt h3 {
	font-size: 0.24rem;
	font-weight: normal;
	line-height: 0.36rem;
	color: #1a1a1a;
}

.PicList002149 li .txt .infos {
	font-size: 0.16rem;
	line-height: 0.26rem;
	height: 0.26rem;
	color: #132948;
	margin: 0.42rem 0 0.72rem
}

.PicList002149 li .txt .infos span {
	padding-left: 0.28rem;
	background: url(../images/ico/adds.png) no-repeat left center;
	background-size: contain;
	margin-right: 0.3rem;
}

.PicList002149 li .txt .infos span:nth-child(2) {
	background: url(../images/ico/time.png) no-repeat left center;
	background-size: contain;
}

.PicList002149 li .txt p {
	font-size: 0.16rem;
	color: #999999;
	line-height: 0.3rem;
}

.PicList002149 li .txt .more {
	transition: all 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	height: 0.6rem;
	border: solid 1px #080404;
	font-size: 0.18rem;
	font-weight: normal;
	color: #080404;
	letter-spacing: 0.01rem;
	text-align: center;
	line-height: 0.58rem;
}

.PicList002149 li .txt .more:hover {
	background-color: #246bb3;
	color: #fff;
	border: 1px solid transparent;
}

.PicList002149 li .txt .more .iconyjt:before {
	vertical-align: middle;
}

/*RighInfo002973 */
.RighInfo002973 {
	margin-top: 0.6rem;
	color: #333;
	font-size: 16px;
	padding-bottom: 1.2rem;
}

.RighInfo002973 .news-details .title {
	text-align: center;
}

.RighInfo002973 .news-details .title h1 {
	font-weight: normal;
	font-size: 0.36rem;
	line-height: 1.5;
	color: #1a1a1a;
	margin-bottom: 0.16rem;
	padding: 0 10%;
}

.RighInfo002973 .news-details .title aside {
	font-size: 0.16rem;
	line-height: 0.36rem;
	color: #999999;
}

.RighInfo002973 .news-details .title aside span {
	color: #246bb3;
}

.RighInfo002973 .news-details .edit-info {
	font-size: 0.16rem;
	border-top: 1px solid #ddd;
	padding: 2% 0;
	margin-bottom: 2%;
	font-weight: normal;
	margin-top: 0.36rem
}

.RighInfo002973 .news-details .edit-info img {
	display: block;
	margin: 0 auto
}

.RighInfo002973 .pn-page {
	border-top: 1px solid #ddd;
	padding-top: 0.4rem;
}

.RighInfo002973 .pn-page aside {
	padding: 0;
	line-height: 0.36rem;
}

.RighInfo002973 .pn-page aside a {
	color: #666;
}

.RighInfo002973 .pn-page aside a b {
	color: #999999;
	font-weight: normal;
}

.RighInfo002973 .operating a:hover,
.RighInfo002973 .pn-page aside a:hover {
	color: #205393;
}

.RighInfo002973 .operating {
	overflow: hidden;
	line-height: 24px;
}

.RighInfo002973 .operating a.a-back {
	width: 2.2rem;
	margin-top: 0.3rem;
	line-height: 0.6rem;
	text-align: center;
	background: #246bb3;
	color: #fff;
	border-radius: 0.6rem;
	font-size: 0.18rem;
	letter-spacing: 0.01rem;
	height: 0.6rem;
}

.RighInfo002973 .operating a.a-back img {
	margin-top: -0.03rem;
	transition: all 0.3s
}

.RighInfo002973 .operating a.a-back:hover img {
	margin-left: 0.2rem;
}

@media(min-width:1025px) {
	.RighInfo002973 .pn-page {
		min-height: 24px;
		position: relative;
		padding-right: 230px;
	}

	.RighInfo002973 .pn-page .operating {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.RighInfo002973 .operating a {
		float: left;
	}
}

@media(max-width:1024px) {
	.RighInfo002973 .operating {
		text-align: right;
		padding-bottom: 20px;
	}

	.RighInfo002973 .operating a {
		display: inline-block;
	}
}

@media(max-width:768px) {
	.RighInfo002973 .news-details .title h1 {
		font-size: 6vw;
	}

	.RighInfo002973 {
		font-size: 14px;
	}

	.PicList002149 li .txt {
		width: 100%;
		padding-top: 0.2rem;
	}

	.PicList002149 li {
		display: inline-block;
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.PicList002149 li .imgbox {
		width: 100%;
		margin-top: 0.3rem;
		padding-bottom: 56%;
	}

	.PicList002149 li .txt .infos {
		margin: 0.1rem 0
	}

	.PicList002149 li .txt .more {
		position: static;
		margin-top: 0.3rem
	}

	.showMorebtn {
		margin: 0.2rem 0 0.6rem
	}
}


.Contact {
	margin-top: 1rem;
	padding-bottom: 1.2rem;
	background: url(../images/bg.png) no-repeat center 107%;
}

.Contact_p1b {
	background-image: linear-gradient(to bottom, #F5F7FA, #fff);
	border: 1px solid #ECF1F6;
	padding: 0.6rem 1.1rem
}

.Contact_p1b ul {
	display: flex;
	justify-content: space-between;
}

.Contact_p1b ul li .imgbox {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.16rem;
}

.Contact_p1b ul li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.Contact_p1b ul li h3 {
	font-weight: normal;
	color: #333333;
	font-size: 0.18rem;
}

.Contact_p1b ul li p {
	font-size: 0.14rem;
	font-weight: normal;
	color: #999999;
	line-height: 0.32rem;
}

.Contact_p1 .HomeTit h2 {
	text-align: left;
}

.Contact_p1 .HomeTit {
	padding-bottom: 0.4rem;
}

.Contact_p1 {
	margin-top: 0.5rem
}

.Contact_p2 {
	padding-bottom: 0.8rem;
}

.Contact_p2b {
	background: #f5f6f7;
	display: inline-block;
	width: 100%;
}

.Contact_p2b .txt {
	width: 32.375%;
	padding-top: 0.8rem;
	margin-right: 0.4rem;
}

.Contact_p2b .txt h3 {
	font-size: 0.28rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #246bb3;
	position: relative;
	float: left;
	margin-bottom: 0.4rem;
}

.Contact_p2b .txt h5 span {
	display: inline-block;
	position: relative;
	padding-right: 0.3rem;
	z-index: 8;
}

.Contact_p2b .txt h5 span:after {
	position: absolute;
	left: 0;
	bottom: 0.06rem;
	height: 0.08rem;
	background-image: linear-gradient(to right, #246bb3, #fff);
	content: "";
	width: 100%;
	opacity: 0.8;
	z-index: -1;
}

.Contact_p2b .txt h5 {
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.4rem;
	color: #1a1a1a;
	clear: both;
	margin-top: 0rem;
}

.Contact_p2b .txt p {
	font-size: 0.16rem;
	line-height: 2;
	color: #666666;
	margin-top: 0.4rem;
	font-weight: normal;
	clear: both
}

.Contact_p2b .imgs {
	width: 60%;
	float: left;
}

.Contact_p2b .imgs .imgbox {
	padding-bottom: 60%;
}

.Contact_p2b .imgs .slick-arrow {
	background: rgba(255, 255, 255, .3);
}

.Contact_p2b .imgs .slick-arrow.slick-next {
	left: auto;
	right: 0
}

.Contact_p2b .imgs .slick-dots {
	bottom: 0.2rem
}

.Contact_p2b .imgs .slick-arrow:hover {
	background: #246bb3
}

.Contact_p2b .txt dl {
	margin-top: 0.4rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
}

.Contact_p2b .txt dl dt {
	color: #666666;
	margin-top: 0.2rem
}

.Contact_p2b .txt dl dd {
	color: #1a1a1a;
}

.Contact_p2b .txt dl dd span {
	color: #246bb3;
}

.Contact_p2b .imgs .item p {
	position: absolute;
	left: 0;
	bottom: 0.5rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
	color: #ffffff;
	width: 100%;
	z-index: 99;
	text-align: center;
}

.Contact_p2b .imgs .item {
	position: relative;
}

.Contact_p2b .slick-dots li.slick-active button {
	background-color: #246bb3;
}

.Contact_p2b .slick-dots li, .Contact_p2b .slick-dots li.slick-active {
	margin: 0 5px;
}

.Contact_p3 .HomeTit .info {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.36rem;
	color: #333333;
}

.Contact_p3 .HomeTit .info a {
	text-decoration: underline;
	color: #246bb3;
	font-weight: normal;
}

.inputbox {
	width: 90%;
	max-width: 6rem;
	background-color: #ffffff;
	border-radius: 0.3rem;
	border: solid 1px #7D7D7E;
	margin: 0 auto;
	height: 0.6rem;
	line-height: 0.6rem;
	position: relative;
}

.inputbox input {
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-indent: 0.4rem;
	font-size: 0.16rem;
	font-weight: normal;
	color: #999999;
	float: left;
}

.inputbox button {
	width: 0.6rem;
	height: 0.6rem;
	background-color: #246bb3;
	text-align: center;
	line-height: 0.6rem;
	border-radius: 0.3rem;
	position: absolute;
	right: -1px;
	top: -1px
}

@media(max-width:768px) {
	.Contact_p1b {
		padding: 0.2rem
	}

	.Contact_p1b ul li {
		width: 33.33%;
		display: inline-block;
		float: left;
		text-align: center;
	}

	.Contact_p1b ul {
		display: inline-block;
		width: 100%;
	}

	.Contact_p1b ul li .imgbox {
		display: inline-block;
		margin: 0 auto
	}

	.Contact_p2b .imgs, .Contact_p2b .txt {
		width: 100%;
		margin: 0 auto
	}

	.Contact_p2b .txt {
		padding: 0.4rem
	}
}




.ProInfo_p1_3 {
	padding-bottom: 0;
}

/*.ProInfo_p2 .Proimgs3.Proimgs  li  .hover{background: #ccc}*/

.ProInfo_p2 .Proimgs3.Proimgs li.li1 {
	left: 0;
	top: 30%
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1 .dot {
	right: -3rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1 .dot .line {
	width: 4.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1 .hover {
	width: 2.5rem;
	height: 1.6rem;
	left: 6.6rem;
	top: -0.8rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1.on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 {
	left: 0;
	top: 66%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 .dot {
	right: -2.6rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 .dot .line {
	width: 4.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 .hover {
	width: 0.8rem;
	height: 0.8rem;
	left: 6.4rem;
	top: 0.0rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2.on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}


.ProInfo_p2 .Proimgs3.Proimgs li.li3 {
	right: 0;
	top: 35%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3 .dot {
	left: -3.3rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3 .dot .line {
	width: 5rem;
	transform: rotate(0deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3 .hover {
	width: 2.5rem;
	height: 0.5rem;
	left: -5.3rem;
	top: 0.4rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs3.Proimgs li.li4 {
	right: 0;
	top: 52%;
	z-index: 3;
	left: auto
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4 .dot {
	left: -2.1rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4 .dot .line {
	width: 5rem;
	transform: rotate(0deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4 .hover {
	width: 2.5rem;
	height: 2.5rem;
	left: -3.3rem;
	top: -0.6rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs3.Proimgs li.li5 {
	right: 0;
	top: 70%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5 .dot {
	left: -3.5rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5 .dot .line {
	width: 5rem;
	transform: rotate(0deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5 .hover {
	width: 1rem;
	height: 1.5rem;
	left: -4.2rem;
	top: -0.4rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p34 {
	background: url(../images/probg8.png) no-repeat top center;
}

.ProInfo_p34 .ProInfo_p3_b {
	background: url(../images/probg9.png) no-repeat bottom center/cover;
	position: relative;
}



.ProInfo_p1_3 {
	padding-bottom: 0;
}

/*.ProInfo_p2 .Proimgs3.Proimgs  li  .hover{background: #ccc}*/

.ProInfo_p2 .Proimgs3.Proimgs li.li1 {
	left: 0;
	top: 30%
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1 .dot {
	right: -3rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1 .dot .line {
	width: 4.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1 .hover {
	width: 2.5rem;
	height: 1.6rem;
	left: 6.6rem;
	top: -0.8rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li1.on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 {
	left: 0;
	top: 66%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 .dot {
	right: -2.6rem;
	top: 0.4rem;
	left: auto
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 .dot .line {
	width: 4.05rem;
	transform: rotate(180deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	left: auto;
	right: -10px;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2 .hover {
	width: 0.8rem;
	height: 0.8rem;
	left: 6.4rem;
	top: 0.0rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li2.on:after {
	border-left: 10px solid #246bb3;
	border-right: 10px solid transparent
}


.ProInfo_p2 .Proimgs3.Proimgs li.li3 {
	right: 0;
	top: 35%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3 .dot {
	left: -3.3rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3 .dot .line {
	width: 5rem;
	transform: rotate(0deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3 .hover {
	width: 2.5rem;
	height: 0.5rem;
	left: -5.3rem;
	top: 0.4rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li3.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs3.Proimgs li.li4 {
	right: 0;
	top: 52%;
	z-index: 3;
	left: auto
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4 .dot {
	left: -2.1rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4 .dot .line {
	width: 5rem;
	transform: rotate(0deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4 .hover {
	width: 2.5rem;
	height: 2.5rem;
	left: -3.3rem;
	top: -0.6rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li4.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p2 .Proimgs3.Proimgs li.li5 {
	right: 0;
	top: 70%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5 .dot {
	left: -3.5rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5 .dot .line {
	width: 5rem;
	transform: rotate(0deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5 .hover {
	width: 1rem;
	height: 1.5rem;
	left: -4.2rem;
	top: -0.4rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs3.Proimgs li.li5.on:after {
	border-right: 10px solid #246bb3;
}


.ProInfo_p34 {
	background: url(../images/probg8.png) no-repeat top center;
}

.ProInfo_p34 .ProInfo_p3_b {
	background: url(../images/probg9.png) no-repeat bottom center/cover;
	position: relative;
}



/*.ProInfo_p2 .Proimgs4.Proimgs  li  .hover{background: #ccc}*/

.ProInfo_p2 .Proimgs4.Proimgs li.li1 {
	right: 0;
	top: 20%;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li1 .dot {
	left: -3.8rem;
	top: 0.4rem;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li1 .dot .line {
	width: 4.05rem;
	transform: rotate(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li1:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs4.Proimgs li.li1 .hover {
	width: 2.2rem;
	height: 2rem;
	left: -6rem;
	top: -1.3rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li1.on:after {
	border-right: 10px solid #246bb3;
	border-left: 10px solid transparent
}


.ProInfo_p2 .Proimgs4.Proimgs li.li2 {
	right: 0;
	top: 32%;
	left: auto
}

.ProInfo_p2 .Proimgs4.Proimgs li.li2 .dot {
	left: -3.2rem;
	top: 0.5rem;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li2 .dot .line {
	width: 4.05rem;
	transform: rotate(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li2:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs4.Proimgs li.li2 .hover {
	width: 2.6rem;
	height: 0.8rem;
	left: -5rem;
	top: 0.2rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li2.on:after {
	border-right: 10px solid #246bb3;
	border-left: 10px solid transparent
}


.ProInfo_p2 .Proimgs4.Proimgs li.li3 {
	left: 0;
	top: 41%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li3 .dot {
	left: 7.1rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li3 .dot .line {
	width: 4rem;
	transform: rotate(180deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li3:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	left: 100%;
	right: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs4.Proimgs li.li3 .hover {
	width: 1.9rem;
	height: 1.5rem;
	left: 6.5rem;
	top: 0.1rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li3.on:after {
	border-left: 10px solid #246bb3;
}



.ProInfo_p2 .Proimgs4.Proimgs li.li4 {
	left: 0;
	top: 58%;
	z-index: 3;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li4 .dot {
	left: 7.6rem;
	top: 0.6rem;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li4 .dot .line {
	width: 4rem;
	transform: rotate(180deg);
	top: 50%;
	left: 50%;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li4:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	left: 100%;
	right: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs4.Proimgs li.li4 .hover {
	width: 2.3rem;
	height: 0.8rem;
	left: 7.5rem;
	top: 0.1rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li4.on:after {
	border-left: 10px solid #246bb3;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li5 {
	right: 0;
	top: 69%;
	left: auto
}

.ProInfo_p2 .Proimgs4.Proimgs li.li5 .dot {
	left: -4.2rem;
	top: 0.5rem;
}

.ProInfo_p2 .Proimgs4.Proimgs li.li5 .dot .line {
	width: 4.05rem;
	transform: rotate(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li5:after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid #fff;
	left: -20px;
	box-shadow: none
}

.ProInfo_p2 .Proimgs4.Proimgs li.li5 .hover {
	width: 2.6rem;
	height: 0.8rem;
	left: -5rem;
	top: 0.2rem;
	transform: rotateZ(0deg);
}

.ProInfo_p2 .Proimgs4.Proimgs li.li5.on:after {
	border-right: 10px solid #246bb3;
	border-left: 10px solid transparent
}


.ProInfo_p35 {
	background: url(../images/probg10.png) no-repeat top center;
}

.ProInfo_p35 .ProInfo_p3_b {
	background: url(../images/probg11.png) no-repeat bottom center/cover;
	position: relative;
}

.counter sub {
	position: absolute;
	right: 22px;
	top: -6px;
	color: inherit;
}

.ProInfo_p1.page2 {
	padding-bottom: 0px;
}

.ProInfo_p2.page2 {
	padding-top: 0px;
}

.ProInfo_p3 {
	padding-top: 1rem;
}

@media screen and (max-width:1440px) {
	.Qgyx_box .w1600 li.li2 .dot {
		right: -0.2rem;
	}

	.Qgyx_box .w1600 li.li1 .dot {
		bottom: 0;
	}

	.Qgyx_box .w1600 li.li5 .dot {
		bottom: 0;
	}

	.Qgyx_box .w1600 li.li6 .dot {
		left: -0.2rem;
	}

	.Qgyx_box .w1600 li.li7 .dot {
		left: -0.2rem;
	}

	.Qgyx_box .w1600 li.li3 .dot {
		right: -0.2rem;
	}

	.Qgyx_box .w1600 li.li4 .dot {
		bottom: 0.94rem;
	}

	.Qgyx_box .w1600 li.li8 .dot {
		bottom: 0.94rem;
	}
}

@media screen and (max-width:768px) {
	.About_p1 .info h3 strong {
		font-size: 18px;
	}

	.About_p1 .info h3, .About_p1 .info p {
		font-size: 16px;
		line-height: 30px;
	}

	.About_p1 .NumList {
		height: auto;
	}

	.About_p1 .NumList .item .num {
		line-height: 30px;
		height: 30px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	.About_p1 .NumList .item .tit {
		font-size: 18px;
		line-height: 18px;
	}

	.About_p1 .NumList .item .num {
		font-size: 20px;
		line-height: 20px;
	}

	.About_p1 .NumList .item p {
		font-size: 16px;
		line-height: 16px;
	}

	.About_p1 .NumList .item .num sub {
		top: -8px;
		right: 18px;
	}

	.About_p1 .NumList .item {
		height: 2.9rem;
	}

	.f18 {
		font-size: 18px;
	}

	.About_p1 .NumList .item .ico {
		margin-bottom: 10px;
	}

	.About_p3 .About_p3_t .txt div {
		font-size: 16px;
		line-height: 26px;
	}

	.About_p3 .About_p3_t .txt h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.About_p3 .About_p3_t .txt h1 span {
		font-size: 14px;
	}

	.page {
		padding: 20px 0;
	}

	.Floor003197 .main .tit {
		font-size: 18px;
	}

	.Floor003197 .main .tit span {
		font-size: 14px;
	}

	.Floor003197 .main pre {
		font-size: 16px;
		line-height: 30px;
	}

	.Floor003197 .main .more a {
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.Floor003197 .main .more a span {
		transition: all 0.3s;
		margin-right: 5px;
	}

	.Floor003197 .slick-next {
		margin-right: 0px;
		bottom: 0;
	}

	.Floor003197 .slick-prev {
		margin-left: 0px;
		bottom: 0;
	}

	.About_p3 .About_p3_t a {
		height: 30px;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
		font-size: 15px;
		line-height: 30px;
	}

	.About_p3 .About_p3_t a img {
		margin-left: 5px;
	}

	.About_p3 .About_p3_t a span {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		float: left;
	}

	.Location {
		font-size: 16px;
	}

	.Location img {
		margin-top: 0px;
		display: none;
	}

	.About_p2 .slick-arrow.slick-next {
		right: -16px;
	}

	.About_p2 .slick-arrow {
		left: -16px;
	}

	.ProInfo_p1b .txt h3, .ProInfo_p3 .ProInfo_p3_b ul li h3, .ProInfo_p4_b li .txt h3 {
		font-size: 18px;
	}

	.ProInfo_p1b .txt h5 {
		font-size: 16px;
		line-height: 26px;
	}

	.ProInfo_p1b .txt p, .ProInfo_p3 .ProInfo_p3_b ul li p, .ProInfo_p4_b li .txt dd {
		font-size: 14px;
		line-height: 22px;
	}

	.ProInfo_p3 {
		padding-top: 20px;
	}

	/* .ProInfo_p2 .Proimgs li span {
        position: relative;
        z-index: 1;
        height: 36px;
        background-color: #246bb3;
        border-radius: 10px 10px 10px 0px;
        padding: 10px 6px;
        font-size: 13px;
        line-height: 36px;
        color: #ffffff;
        font-weight: normal;
    } */
	/* .ProInfo_p2 .Proimgs li span {
        margin: 10px 0px;
        min-width: 62px;
		line-height: 1;
    } */
	/* .ProInfo_p2 .Proimgs li {
		height: 58px;
		z-index: 9;
		line-height: 58px;
		padding: 0px 10px;
	} */
	.Contact_p2b .txt dl {
		margin-top: 0px;
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
	}

	.Contact_p2b .txt h3 {
		font-size: 18px;
		font-weight: normal;
		line-height: 18px;
		color: #246bb3;
		position: relative;
		float: left;
		margin-bottom: 20px;
	}

	.Contact_p2b .txt p {
		font-size: 16px;
		line-height: 2;
		margin-top: 0px;
	}

	.Contact_p1b ul li .imgbox {
		width: 80px;
		height: 80px;
	}

	.Contact_p1b ul li h3 {
		font-size: 14px;
		line-height: 1.25;
		margin: 0 auto;
		margin-top: 6px;
		margin-bottom: 6px;
		width: 84px;
		text-align: center;
	}

	.Contact_p1b ul li p {
		font-size: 12px;
		font-weight: normal;
		color: #999999;
		line-height: 13px;
	}

	.Contact_p3 .HomeTit .info {
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}

	.inputbox input {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-indent: 16px;
		font-size: 16px;
	}

	.inputbox {
		border-radius: 30px;
		height: 40px;
		line-height: 40px;
	}

	.inputbox button {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
	}

	.Contact_p2b .imgs .item p {
		bottom: 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.Subnav ul li {
		font-size: 15px;
		margin: 0 10px;
		height: 36px;
		line-height: 36px;
		border-radius: 21px;
		width: calc(100% / 3 - 30px);
	}

	.PicList001759 {
		padding-top: 20px;
	}

	.PicList003142 {
		margin-top: 20px;
	}

	.PicList002149 li .imgbox {
		margin-top: 0px;
	}

	.NewsList2.HomeNews, .NewsList3 {
		margin-top: 20px;
	}

	.Qgyx .HomeTit.HomeTit2 {
		padding-bottom: 20px;
	}

	.showMorebtn p {
		font-size: 14px;
	}

	.NewsList3 .List .item span {
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}

	.NewsList3 .List .item aside {
		font-size: 16px;
		line-height: 30px;
	}

	.NewsList3 .List .item time {
		font-size: 14px;
	}

	.NewsList3 .List .item time i {
		text-align: center;
		font-size: 18px;
	}

	.NewsList3 .List .item {
		padding: 15px;
	}

	.PicList002149 li {
		display: flex;
		flex-direction: column-reverse;
	}

	.PicList002149 {
		margin-top: 20px;
	}

	.PicList002149 li .txt h3 {
		font-size: 16px;
		line-height: 26px;
	}

	.PicList002149 li .txt .infos {
		margin: 10px 0px;
		font-size: 15px;
		line-height: 15px;
		height: 15px;
	}

	.PicList002149 li .txt .infos span {
		padding-left: 20px;
	}

	.PicList002149 li .txt p {
		font-size: 16px;
		line-height: 30px;
	}

	.PicList002149 li .txt .more {
		position: static;
		margin-top: 0.3rem;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		width: 140px;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.Qgyx .info {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.Qgyx .HomeTit.HomeTit2 h3 {
		font-size: 16px;
		margin-top: 10px;
	}

	.Qgyx_box .w1600 li p {
		font-size: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.Qgyx_box .w1600 li .hide h3 {
		font-size: 16px;
		line-height: 16px;
	}

	.Qgyx_box .w1600 li .hide h5 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 6px;
	}

	.Qgyx_box .w1600 li .hide .info p {
		padding: 0;
		font-size: 16px;
		line-height: 26px;
		font-weight: normal;
		color: #fff;
		width: 100%;
		text-align: left;
		margin-top: 10px;
	}

	.PicList000593 li p {
		font-size: 16px;
		display: flex;
		align-items: center;
	}

	.PicList003142 li time {
		font-size: 15px;
	}

	.PicList003142 li .tit {
		font-size: 16px;
		line-height: 26px;
		min-height: auto;
		margin-top: 10px;
	}

	.PicList003142 li .txt span {
		font-size: 15px;
	}

	.PicList003142 li .txt {
		padding: 20px;
	}

	.PicList001759 li a h5 {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 0px;
	}

	.PicList001759 li a .left time, .PicList001759 li a .left span {
		margin-right: 10px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}

	.PicList001759 li a .left {
		width: 100%;
		height: 30px;
		line-height: 30px;
	}

	.RighInfo002973 .news-details .title h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.RighInfo002973 .news-details .title aside {
		font-size: 15px;
		line-height: 24px;
		color: #999999;
	}

	.RighInfo002973 .news-details .edit-info {
		font-size: 16px;
		border-top: 1px solid #ddd;
		padding: 20px 0px;
		margin-bottom: 2%;
		font-weight: normal;
		margin-top: 20px;
		line-height: 30px;
	}

	.RighInfo002973 .pn-page aside {
		padding: 0;
		line-height: 24px;
		font-size: 15px;
	}

	.RighInfo002973 .operating a.a-back {
		width: 120px;
		margin-top: 20px;
		line-height: 36px;
		text-align: center;
		background: #246bb3;
		color: #fff;
		border-radius: 0.6rem;
		font-size: 15px;
		letter-spacing: 0.01rem;
		height: 36px;
	}
}

.kxj {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.QgyxVideo {
	max-width: 10rem;
}
.QgyxVideo .videoInfo h3{margin-bottom: 0.5rem;font-size: 0.3rem;font-weight: normal;position: absolute;top: 65%;width: 100%;z-index: 9;color: #fff}
.videoInfo .video {
	cursor: pointer;
	position: relative;
	margin-bottom: 0.52rem;
	min-height: 5.6rem;
	max-height: 66vh;
}

.videoInfo .imgbox {
	width: 100%;
	height: 100%;
	min-height: 5.6rem;
	max-height: 66vh;
}

.videoInfo .video .iconbf4 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 0.88rem;
	color: #fff;
	transition: all 0.5s;
}

.videoInfo .video .imgbox:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	transition: all 0.5s;
}

.videoInfo .video:hover .imgbox:after {
	background-color: rgba(0, 0, 0, 0.2);
}

.videoInfo .video:hover .iconbf4 {
	transform: translate(-50%, -50%) scale(1.25);
}

@media screen and (max-width:768px) {
	.kxj .About_p3_t:nth-child(2) {
		margin-top: 20px;
	}
.QgyxVideo{width: 90%;max-width: unset;}
.QgyxVideo .videoInfo h3{font-size: 0.5rem}
	.videoInfo .iconfont {
		font-size: 30px !important;
	}

	.videoInfo .video {
		max-height: 66vh;
		min-height: auto;
	}
	
	.videoInfo .imgbox {
		max-height: 66vh;
		min-height: auto;
	}
}


.RTHead{
	display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    margin-top: 0.4rem;
}
.RTHead h3{
	font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.46rem;
    color: #1a1a1a;
    position: relative;
    float: left;
	display: block;
}
.RTHead h3:after {
    position: absolute;
    left: 0;
    bottom: 0.04rem;
    height: 0.08rem;
    background-image: linear-gradient(to right, #246bb3, #fff);
    content: "";
    width: 100%;
    opacity: 0.5;
    z-index: -1;
}

.RTSubHead{
	font-size: 0.32rem;
    color: #246BB3;
    line-height: 0.38rem;
    font-weight: normal;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.RTSubHead img{
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	width: 1.67rem;
}

.zxJob{
	background: #F7F7F7;
	padding-top: 1rem;
}

.tab_info {position: relative;}
.tab_info .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zxJob .HomeTit{
    padding-bottom: 0.3rem;
}
.tab_li{
	text-align: center;
    font-size: 0;
}
.tab_li span{
	display: inline-block;
    width: 1.8rem;
    margin: 0 0.2rem;
    text-align: center;
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #132948;
    height: 0.48rem;
    border-radius: 0.24rem;
	border: 1px solid #132948;
	cursor: pointer;
}
.tab_li span.on, .tab_li span:hover {
    background-color: #246bb3;
    border-color: #246bb3;
    color: #ffffff;
}
.zpJobUl{
	width: 100%;
	margin-top: 0.2rem;
	margin-left: -0.2rem;
}
.zpJobUl li{
	background: #fff;
    width: calc(50% - 0.2rem);
    border-radius: 0px 0.6rem 0px 0px;
    -webkit-border-radius: 0px 0.6rem 0px 0px;
    -moz-border-radius: 0px 0.6rem 0px 0px;
    -ms-border-radius: 0px 0.6rem 0px 0px;
    -o-border-radius: 0px 0.6rem 0px 0px;
    margin-top: 0.4rem;
    padding: 0px 0.4rem;
    height: 3.2rem;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-left: 0.2rem;
}
.zpJobUl li.on{
	height: auto;
	box-shadow: 0px 8px 24px 0px rgba(36,107,179,0.1);
}
.zpJobUl li:hover{
	box-shadow: 0px 8px 24px 0px rgba(36,107,179,0.1);
}
.zpJobT{
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
    padding-top: 0.45rem;
    padding-bottom: 0.16rem;
	cursor: pointer;
}
.zpJobT .title {
    font-size: 0.24rem;
    color: #1A1A1A;
    font-weight: normal;
    margin-bottom: 0.08rem;
}
.zpJobT .detail{
	font-size: 0.16rem;
    color: #333333;
}
.zpJobT .right{
	font-size: 0.16rem;
    color: #246bb3;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.zpJobT .right img{
	margin-left: 0.1rem;
}
.zpJobB{
	padding-bottom: 0.38rem;
	font-size: 0.16rem;
    color: #666666;
    line-height: 1.875;
}
.zpJobB h3{
	font-size: 0.18rem;
    margin-top: 0.2rem;
    margin-bottom: 0.12rem;
	color: #333;
}

.zpJobB p,
.zpJobB span,
.zpJobB div{
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit;
}
.zpJobB .yq p:nth-child(4){
	margin-bottom: 0.4rem;
}

.send{
	margin-top: 0.66rem;
}
.sendDl dd{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.send h2{
	font-size: 0.2rem;
	color: #333333;
	
}
.sendDl dd h3{
	font-size: 0.16rem;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 0;
}
.sendButton{
	width: 179px;
    height: 50px;
    background: #246BB3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.16rem;
    margin-top: 0.74rem;
    float: right;
    margin-bottom: 0.74rem;
}

.zpJobList.on .zpJobT .right img {
	transform: rotate(180deg);
}
.on .zpJobB .yq p:nth-child(4) {
	margin-bottom: 0px;
}
@media screen and (max-width:768px){
	.zpJobUl li{
		width: 100%;
		margin-left: 0px;
	}
	.zpJobUl{
		margin-left: 0px;
	}
	.zpJobB {
		padding-bottom: 0px;
		font-size: 16px;
	}
	.zpJobT{
		height: 120px;
	}
	.zpJobT .title {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 20px;
    }
	.zpJobT .detail {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 0px;
        line-height: 16px;
    }
	.zpJobT .right{
		font-size: 16px;
		line-height: 16px;
		text-align: right;
		width: 100%;
		display: flex;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.zpJobUl li {
		height: 120px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
	.zpJobT {
		padding-top: 0px;
		padding-bottom: 0px;
		flex-direction: column;
		border-bottom: none;
		position: relative;
		height: 64px;
		margin-top: 30px;
		margin-bottom: 20px;
		justify-content: center;
		align-items: flex-start;
	}
	.zpJobB h3 {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.zpJobB .yq p:nth-child(4) {
		margin-bottom: 20px;
	}
	.send h2{
		font-size: 18px;
	}
	.send {
		margin-top: 20px;
	}
	.sendButton {
		width: 106px;
		height: 36px;
		border-radius: 25px;
		font-size: 14px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.sendDl dd h3{
		font-size: 16px;
	}
	.zpJobUl li{
		height: 120px;
	}
	.tab_li span{
		font-size: 15px;
    margin: 0 10px;
    height: 36px;
    line-height: 36px;
    border-radius: 21px;
    width: calc(100% / 3 - 30px);
	}
	.zxJob {
		padding-top: 30px;
	}
	.RTSubHead img {
		margin-left: 20px;
		margin-right: 20px;
		width: 1rem;
	}
}

.qdwh{
	background-image: url(../images/zx_qdwh_bg.jpg);
    width: 100%;
    height: 8.22rem;
    background-size: cover;
	display: flex;
	flex-wrap: wrap;
}
.qdwh .left{
	width: 37.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.qdwh .center{
	width: 25%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    height: 100%;
}
.qdwh .right{
	width: 37.5%;
	height: 100%;
}
.publicEn{
	font-weight: 400;
	font-size: 0.6rem;
	color: #EDF0F2;
	line-height: 1;
	margin-left: 0.44rem;
}
.publicTitle{
	font-size: 0.2rem;
	color: #246BB3;
	display: flex;
	align-items: center;
	line-height: 0.2rem;
	margin-top: -0.3rem;
}
.publicSubTitle{
	color: #1a1a1a;
    font-size: 0.28rem;
    line-height: 1.5;
    margin-left: 0.42rem;
    margin-top: 0.2rem;
}
.publicLine{
	width: 0.42rem;
height: 2px;
background: #0068B7;
display: block;
margin-right: 0.16rem;
}
.publicImg{
	width: 100%;
	height: 3.3rem;
	overflow: hidden;
}
.publicImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.publicImg:hover 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);
}
.qdwh .right li:hover 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);
}
.qdwh .center .publicImg{
	width: 100%;
	height: 3.27rem;
}
.qdwh .publicTitle{
	margin-left: 0.42rem;
}
.qdwh .publicFont{
	width: 100%;
	height: 3.3rem;
	padding-top: 0.8rem;z-index: 222;
}
.qdwh .right{
	position: relative;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.qdwh .right li{
	width: 100%;
	height: 3.3rem;
	position: relative;
}
.qdwh .right .publicFont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.qdwh .right .publicFont .publicSubTitle{
	color: #ffffff;
	padding-bottom: 0.32rem;
	margin-top: 0.08rem;
}
.qdwh .right .publicFont .publicTitle{
	color: #fff;
}
.qdwh .right .publicFont  .publicLine{
	background-color: #fff;
}
.qdwh .right .publicFont  .publicEn {
    color: rgba(255, 255, 255, 0.1);
}
.qdwh .center .publicFont{
	background: #F5F6F7;
}
@media screen and (max-width:768px){
	.qdwh .left,.qdwh .center,.qdwh .right{
		width: 100%;
	}
	.qdwh{
		height: auto;
		background-image: none;
	}
	.qdwh .left{
		flex-direction: column-reverse;
	}
	.publicFont{
		background: #F5F6F7;
	}
	.qdwh .right li {
        position: static;
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }
	.qdwh .right .publicFont{
		position: static;
	}
	.qdwh .right .publicFont .publicEn{
		color: #EDF0F2;
	}
	.qdwh .right .publicFont .publicSubTitle{
		color: #1a1a1a;
	}
	.qdwh .right .publicFont .publicTitle{
		color: #246BB3;
	}
	.qdwh .publicFont {
		width: 100%;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 16px;
	}
	.Contact{
		padding-bottom: 20px;
	}
	.publicEn{
		font-size: 30px;
	}
	.qdwh .publicTitle {
		font-size: 18px;
		line-height: 18px;
	}
	.publicSubTitle {
		font-size: 16px;
	}
	.qdwh .right .publicFont .publicLine{
		background: #0068B7;
	}
	.RTSubHead{
		font-size: 16px;
		
	}
	.RTHead h3{
		font-size: 24px;
		
	}
	.RTHead{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


[v-cloak] {
	display: none;
}

.HomeNews.NewsList2 .List .item {float: left;margin-right: 2%;width: 32%;background: #f5f5f5;box-shadow: 0 0 15px rgba(0,0,0,.2)}
.HomeNews.NewsList2 .List .item:nth-child(3n){margin-right: 0;}
@media screen and (max-width:768px){
.HomeNews.NewsList2 .List .item{width: 100%;margin-right: 0;}
}
/*
 .Page001527 涓篸emo缂栧彿
 */
.Page001527 .Pages{ padding: 0.2rem 0 0.8rem; text-align: center; line-height: 23px; zoom: 1; overflow: hidden; }
.Page001527 .Pages a{ display: inline-block; height: 40px; margin: 0 5px; font-size: 16px; line-height: 40px; }
.Page001527 .p_cur,
.Page001527 .Pages .a_end,
.Page001527 .Pages .a_first,
.Page001527 .p_count,
.Page001527 .p_total,
.Page001527 .p_jump{ display: none; }
.Page001527 .p_page{ padding: 0px 5px; display: inline-block; }
.Page001527 .p_page a{color:#5f5c4d; border:solid 1px #ececec; display:inline-block; padding:0 12px; overflow:hidden; position:relative;  background-color:#fff;}
.Page001527 .p_page .a_prev,
.Page001527 .p_page .a_next{ width:80px; }
.Page001527 .p_page .num a{ width:44px; }
/*hover*/
.Page001527 .p_page .a_first:hover,
.Page001527 .p_page .a_end:hover,
.Page001527 .p_page .a_prev:hover,
.Page001527 .p_page .a_next:hover,
.Page001527 .p_page .num a:hover,
.Page001527 .p_page .num .a_cur{ background:#246BB3; color:#fff; }
.Page001527 em{ font-style:normal;}

@media (max-width:768px){
.Page001527 .a_first,
.Page001527 .a_end,
.Page001527 .p_page .num a{ display:none !important;}
	.HomeNews.NewsList2 .List .item{box-shadow: none}
	.HomeNews .swiper{padding: 0;margin: 0}
}