.swiper-container-banner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.swiper-container-banner .swiper-slide {
	text-align: left;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	background: none !important;
	width: auto !important;
	height: auto !important;
}


.swiper-container-banner .swiper-button-next span,
.swiper-container-banner .swiper-button-prev span {
	font-size: 60px;
	color: #fff;
}

.swiper-container-banner .txt {
	position: absolute;
	right: 16%;
	top: 42%;
	color: #fff;
	max-width: 770px;
}

.swiper-container-banner .txt .wz1 b {
	font-size: 57px;
	line-height: 42px;
	display: block;
	text-transform: uppercase;
	margin: 12px 0 24px;
	/* overflow: hidden; */
	height: auto;
	font-family: 'mulib';
	text-shadow: 3px 2px 6px #000000;
}

.swiper-container-banner .txt .wz1 b.gaoxin::before {
	position: absolute;
	content: "";
	left: -15%;
	top: 0;
	width: 88px;
	height: 115px;
	background: transparent url(../images/gaoxin.png) no-repeat center;
}


.swiper-container-banner .txt p {
	/* height: 20px; */
	/* line-height: 20px; */
	display: block;
	/* overflow: hidden; */
	font-size: 38px;
}

.swiper-container-banner .last {
	left: 14%;
	top: 38%;
}

.swiper-container-banner .txt .moreall {
	margin-top: 50px;
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.swiper-container-banner .pic {
	width: 100%;
	/* height: 100vh;
	object-fit: cover; */
}

.swiper-container-banner video {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.des,
.des p {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
}

.apadd {
	padding: 80px 0 140px;
	display: flow-root;
}

.sytit {}

.sytit h2 {
	font-size: 44px;
	color: #004aa5;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.sytit p {
	font-size: 20px;
	color: #333;
}

.moreall {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 500px;
	padding: 12px 30px;
	display: inline-block;
}

.moreall span,
.moreall4 span {
	font-size: 12px;
	margin-right: 6px;
}

.moreall:hover,
.moreall2 {
	border: 1px solid #004aa5 !important;
	background: #004aa5 !important;
	color: #fff !important;
}

.moreall2:hover {
	/*text-decoration: underline;*/
	text-decoration: none;
}

.moreall3 {
	border: none;
	background: #fff;
	color: #000;
}


.moreall4 {
	color: #666;
}

/*.moreall4:hover {*/
/*	color: #fff !important;*/
/*}*/

.moreall5 {
	color: #333;
	border: 1px solid #d3d3d3;
}

.isReady .sypro {
	background: #f8f8f8;
	padding-bottom: 60px;
}

.syind .sypro {
	background: #f2f5f8;
}


/* .isReady .syind {
	background: #fff;
} */


.sypro,
.syind,
.synew,
.nyfeed,
.saadv,
.nydo {
	background: #f2f5f8;
}



.sypro .cls dt {
	float: left;
	margin-right: 18px;
	margin-top: 25px;
}

.sypro .cls dt:last-child {
	margin-right: 0;
}

.sypro li {
	float: left;
	width: 30.3333%;
	margin-right: 2.5%;
	margin-top: 40px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s;
}

.sypro li:hover {
	/*background-color: rgba(0, 74, 165, .8);*/
	background-color: #004aa5;
}

.sypro li .imgfd {
	width: 53%;
	/*padding-right: 20px;*/
}

.sypro li .imgfd img {
	/* height: 340px; */
	height: auto;
}

.sypro li .txt {
	width: 45%;
}

.sypro li .txt .pad {
	padding-top: 39px;
	padding-left: 16px;
}

.sypro li:nth-child(2n) {
	/* margin-right: 0; */
}

.sypro li .txt h3 {
	font-size: 26px;
	color: #2d2d2d;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.sypro li .txt .des {
	height: 90px;
	overflow: hidden;
	margin: 20px 0 50px;
	margin-bottom: 16px;
}

.sypro li:hover .txt b,
.sypro li:hover .txt h3,
.sypro li:hover .txt .des,
.sypro li:hover .txt .moreall4 {
	color: #fff;
}

/* 案例 */
.syind .sypro .cls dt {
	float: left;
	margin-right: 18px;
	margin-top: 25px;
}

.syind .sypro .cls dt:last-child {
	margin-right: 0;
}

.syind .sypro li {
	float: left;
	width: 48.75%;
	margin-right: 2.5%;
	margin-top: 40px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s;
}

.syind .sypro li:hover {
	/*background-color: rgba(0, 74, 165, .8);*/
	background-color: #004aa5;
}

.syind .sypro li .imgfd {
	width: 50%;
	/*padding-right: 20px;*/
}

.syind .sypro li .imgfd img {
	/* height: 340px; */
	height: auto;
}

.syind .sypro li .txt {
	width: 45%;
}

.syind .sypro li .txt .pad {
	padding-top: 85px;
	padding-left: 50px;
}

/* .syind .sypro li:nth-child(2n) {
	margin-right: 0;
} */

.syind .sypro li .txt h3 {
	font-size: 26px;
	color: #2d2d2d;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.syind .sypro li .txt .des {
	height: 90px;
	overflow: hidden;
	margin: 20px 0 50px;
	margin-bottom: 16px;
}

.syind .sypro li:hover .txt b,
.syind .sypro li:hover .txt h3,
.syind .sypro li:hover .txt .des p,
.syind .sypro li:hover .txt .moreall4 {
	color: #fff !important;
}

.syabo {
	position: relative;
}

.syabo .txt {
	width: 44%;
}

.syabo .imgg {
	width: 53.5%;
	position: relative;
}

.syabo .txt .des {
	margin: 30px 0 40px;
}

.tdnum {
	width: 100% !important;
	margin: 0 auto;
}


.tdnum {
	padding: 75px 84px;
	/* border-radius: 8px; */
	overflow: hidden;
	margin-top: -120px;
}

.tdnum dt {
	float: left;
	width: 22%;
	margin-right: 4%;
	text-align: center;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 30px 10px 40px;
	border-radius: 8px;
	overflow: hidden;
}

.tdnum dt:last-child {
	margin-right: 0;
}

.tdnum dt .num {
	font-size: 30px;
	font-weight: bold;
}

.tdnum dt .num b {
	font-size: 50px;
	margin-right: 5px;
}

.tdnum dt p {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
}

.tdnum dt:hover {
	background: rgba(255, 255, 255, .9);
	color: #666;
}

.tdnum dt:hover .num {
	color: #004aa5;
}

.nnnn .more {
	background-color: transparent;
	text-align: left;
}

.nnnn .more::after {
	background-color: transparent;
}


/* protwo02 */
.more {
	display: block;
	width: 180px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background-color: #004aa5;
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	border-radius: 2px;
}

.more::after {
	content: '';
	width: 0;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	z-index: -1;
}

.more:hover::after {
	width: 100%;
}

.more:hover {
	color: #004aa5;
}

.protwo02wrap {
	margin: 0 auto;
	padding: 100px 5%;
	background-color: #EEEEEE;
}

.protwo02 {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.protwo02wrap .center .top h3 {
	font-size: 44px;
	color: #004aa5;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.protwo02wrap .center .top p {
	font-size: 20px;
	color: #333;
}

.protwo02 .box {
	width: 100%;
	background-color: #fff;
	padding: 0 0 35px 0;
	overflow: hidden;
	border-radius: 8px;
}

.protwo02 .box .text {
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.protwo02 .box .text p {
	font-size: 26px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.2;
}

.protwo02 .box .text h3 {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 20px;
}

.protwo02 .box .text span {
	display: block;
	font-size: 20px;
	color: #444444;
	margin: 30px 0;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.protwo02 .box:hover .text span {
	color: #004aa5;
}

.protwo02 .box .text h4 {
	font-size: 15px;
	color: #888888;
	line-height: 26px;
}

.protwo02 .box .text .more {
	margin-top: 30px;
	border: 1px solid #0068b7;
	width: 160px;
	height: 44px;
	line-height: 44px;
}

.protwo02 .box .img {
	width: 50%;
}

.protwo02 .box .img img {
	display: block;
	width: 100%;
	transition: all .3s;
}

.protwo02 .box .img img:hover {
	transform: scale(1.1);
}

.protwo02 .swiper-button-next,
.protwo02 .swiper-button-prev {
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 18px;
	width: 50px;
	height: 50px;
	padding: 15px;
	background-color: #fff !important;
	border-radius: 50%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	background-image: none;
	outline: none;
}

.protwo02 .swiper-button-next:hover,
.protwo02 .swiper-button-prev:hover {
	background-color: #004aa5 !important;
	color: #fff !important;
}

.protwo02 .swiper-button-next {
	right: -25px;
}

.protwo02 .swiper-button-prev {
	left: -25px;
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.ind_pro .protwo02 .box .img,
.protwo02 .pro_list .box .img {
	width: 100%;
	overflow: hidden;
}

.ind_pro .protwo02 .box .text,
.protwo02 .pro_list .box .t {
	width: 100%;
}

.protwo02 .pro_list {
	float: left;
	width: 23%;
	margin-right: calc(8% / 3);
	margin-bottom: 3%;
}

.protwo02 .pro_list:nth-child(4n) {
	margin-right: 0;
}

@media only screen and (max-width: 760px) {
	.protwo02 .pro_list {
		width: 48%;
		margin-right: 4%;
	}

	.protwo02 .pro_list:nth-child(2n) {
		margin-right: 0;
	}
}

.listthr li {
	width: 31%;
	margin-right: 2%;
	float: left;
}

.sywhy .listthr li {
	width: 18%;
}

.synew .listthr li {
	width: 23%;
}

.syind .listthr li {
	width: 32%;
}

.syind .listthr li:nth-child(3n) {
	margin-right: 0;
}

.sypro .syind .listthr li:nth-child(4n) {
	width: 23%;
}

.syind .center ul li:hover .desheng {
	color: #fff;
	background-color: #004aa5;
	transition: all .5s;
}

.listthr li:nth-child(3n) {
	/*margin-right: 0; */
}

.synew .listthr li:nth-child(3n) {
	/* margin-right: 0; */
}


.sypro .syind {
	background-color: #f8f8f8;
}

.syind li {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	margin-top: 30px;
}

.syind li .effect-img {
	font-size: 0;
	overflow: hidden;
}

.desheng {
	display: block;
	color: #333;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	font-size: 20px;
	background-color: #fff;
	padding-left: 20px;
}


.syind li .effect-img img {
	width: 100%;
	height: auto;
	/* height: 420px; */
	object-fit: cover;
	transition: all .3s;
}

.syind li .effect-img img:hover {
	transform: scale(1.05);
}


.syind li .effect-text {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 75px 40px;
	top: calc(100% - 0px);
	left: 0;
	transition: .5s;
	background-color: #fff;
	display: none;
}

.syind li .effect-text h2 {
	font-size: 22px;
	transition: .5s;
	/* font-weight: bold; */
	/* margin-top: 20px; */
	/* text-align: center; */
	display: block;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	/* margin-bottom: 24px; */
	color: #000;

}

.syind li .effect-text .des {
	display: none;
	/* display: block; */
	margin-bottom: 21px;
	/* height: 150px; */
	overflow: hidden;
	color: #000;
}

.syind li .effect-text .moreall4 {
	display: none;
	color: #000;
}

.syind li:hover .effect-text .moreall4 {
	display: block;
	/* display: none; */
	color: #fff;
}

.syind li:hover .effect-text {
	top: 0;
	color: #fff;
}

.syind li:hover .effect-text h2 {
	/* margin-top: 0px; */
	color: #fff;
}

.syind li:hover .effect-text {
	background: rgba(0, 74, 165, .8);
	/* background-color: #004aa5; */
}

.syind li:hover .effect-text .des {
	display: block;
	/* display: none; */
	color: #fff;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.sypro .syind li .effect-img img {
	height: auto !important;
	object-fit: contain;
}


.sypro .syind ul li .effect-text {
	display: block !important;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 75px 40px;

	left: 0;
	transition: .5s;
	background-color: #fff;
}

.sypro .syind li:hover .effect-text {
	background: rgba(0, 74, 165, .8) !important;
	/* background-color: #004aa5; */
}

.sypro .syind li:hover .effect-text .des {
	display: block;
	/* display: none; */
	color: #fff;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}



.sywhy {
	background: url("../images/sy09.jpg") no-repeat left;
	background-size: cover;
}

.sywhy .sytit h2,
.sywhy .sytit p {
	color: #fff;
}

.sywhy .des {
	color: #fff;
	/* margin-top: 20px; */
	margin-bottom: 20px;
}

.sywhy .txt {
	width: 60%;
}

.sywhy .feed-sy {
	width: 34%;
	background: rgba(0, 74, 165, .4);
	text-align: center;
}

.sywhy .feed-sy .box {
	padding: 50px 65px;
}

.sywhy li {
	float: left;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
	padding-bottom: 0;
	margin-top: 20px;
}

.sywhy li .img {
	width: 100%;
}

.sywhy li .wz {
	width: 65%;
	color: #fff;
	margin-right: 10%;
}

.sywhy li .img .img2 {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.sywhy li .wz b {
	font-size: 18px;
	display: block;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.sywhy li .wz p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 18px;
	display: block;
	height: 66px;
	overflow: hidden;
}

.sywhy .feed-sy b {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-bottom: 30px;
}

.sywhy .feed-sy input {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 4%;
	font-family: 'muli';
}

.sywhy .feed-sy textarea {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
	padding-left: 4%;
	padding-top: 15px;
	height: 130px;
	font-family: 'muli';
}

.sywhy .feed-sy .tj {
	width: 100%;
	height: 62px;
	line-height: 62px;
	background: #f9c15d;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.synew li {
	border-radius: 8px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}

.synew li .imgfd img {
	height: 320px;
}

.synew li .txt {
	background: #fff;
	padding: 28px;
}

.synew li .date {
	position: absolute;
	background: #f9c15d;
	padding: 12px 25px;
	color: #fff;
	border-radius: 4px;
	top: 250px;
	left: 28px;
	z-index: 1;
}

.synew li .txt p {
	font-size: 22px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	color: #333;
}

.synew li .txt .des {
	height: 60px;
	margin: 20px 0;
}

.synew li:hover .txt p {
	color: #004aa5;
}

.synew li:last-child {
	border-radius: 8px;
}

.synew li dt {
	border-radius: 8px;
	overflow: hidden;
}

.synew li dt .txt p {
	height: 30px;
	margin-bottom: 20px;
}

.synew li dt .cfls i {
	color: #f9c15d;
}

.synew li dt .nxz {
	background: #004aa5;
	padding: 47px 10px;
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}

.synew li dt .nxz a {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 8px;
	height: 54px;
	line-height: 54px;
	min-width: 250px;
	overflow: hidden;
	color: #fff;
	padding: 0 10px;
	margin: 10px 0;
}

.synew li dt .nxz a span {
	margin-left: 5px;
}

.synew li dt .nxz a:hover {
	background: #fff;
	color: #004aa5;
}

@media (max-width: 1200px) {
	.swiper-container-banner .pic {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}

	.swiper-container-banner .txt .wz1 b {
		font-size: 30px;
		line-height: 9px;
		height: 40px;
	}

	.swiper-container-banner .txt .wz1 b.gaoxin::before {
		left: -21%;
		width: 69px;
		height: 90px;
		background-image: url('../images/bijiben.png');
	}


	.swiper-container-banner .txt {
		top: 20%;
	}

	.sytit h2 {
		font-size: 26px;
		margin-bottom: 4px;
	}

	.sytit p {
		font-size: 16px;
		line-height: 1.5;
	}


	.syind li .txt .pad {
		padding-left: 20px;
	}

	.sypro li .txt .pad {
		padding-left: 20px;
	}

	.sypro li .txt h3,
	.tdnum dt .num,
	.syind li .effect-text h2 {
		font-size: 22px;
	}

	.des,
	.des p {
		font-size: 16px;
		line-height: 26px;
	}

	.sypro li .txt .des {
		height: 78px;
		margin-bottom: 30px;
	}

	.sypro li .imgfd img {
		height: 260px;
	}

	.apadd {
		padding: 40px 0 60px;
	}

	.syabo .txt .des {
		margin: 20px 0 30px;
	}

	.tdnum {
		padding: 50px 30px;
	}

	.tdnum dt .num b {
		font-size: 30px;
	}

	.tdnum dt {
		padding: 24px 10px;
	}

	.syind li .effect-img img {
		/*height: 360px;*/
	}

	.syind li .effect-text {
		top: calc(100% - 150px);
	}

	.syind li .effect-text h2 {
		margin-bottom: 10px;
	}

	.sywhy .feed-sy input {
		font-size: 15px;
	}

	.synew li .txt p {
		font-size: 20px;
	}

	.nycont .right .fefo {
		padding: 50px 30px !important;
	}

	.nycont .right .map {
		width: 100% !important;
	}
}

@media (max-width: 960px) {
	.swiper-container-banner .pic {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}

	.swiper-container-banner .txt .wz1 b {
		font-size: 26px !important;
		line-height: 0px;
		height: 6px;
	}

	.swiper-container-banner .txt .wz1 b.gaoxin::before {
		left: -14%;
		width: 46px;
		height: 60px;
		background-image: url('../images/qiye.png');
	}

	.swiper-container-banner .txt .moreall {
		margin-top: 30px;
	}

	.f16,
	.des,
	.des p {
		font-size: 15px;
	}

	.moreall {
		padding: 10px 30px;
	}

	.swiper-container-banner .txt {
		max-width: 84%;
	}

	.sypro .cls,
	.syabo .imgg,
	.syind li:last-child {
		display: none;
	}

	.syind .listthr li:last-child {
		display: block;
	}

	.sypro li {
		margin-top: 30px;
		width: 45.75%;
	}

	.sytit h2 {
		font-size: 24px;
	}

	.sypro li .txt h3,
	.tdnum dt .num,
	.syind li .effect-text h2 {
		font-size: 20px;
	}

	.sypro li .txt .pad {
		padding-top: 30px;
	}

	.syind .sypro li .txt .pad {
		padding-top: 15px;
		padding-left: 20px
	}

	.sypro li .txt .des {
		margin: 10px 0 20px;
	}

	.sypro li .imgfd img {
		height: 220px;
	}

	.syabo .txt,
	.sywhy .txt,
	.sywhy .feed-sy {
		width: 100%;
	}

	.tdnum dt .num b {
		font-size: 26px;
	}

	.tdnum dt {
		width: 46%;
		margin: 10px 2%;
	}

	.tdnum {
		padding: 30px 0;
		margin-top: -45px;
	}

	.synew .listthr li {
		width: 100% !important;
	}

	/*.listthr li,*/
	/*.listthr li:nth-child(3n) {*/
	/*	width: 31.3333% !important;*/
	/*	margin-top: 20px;*/
	/*}*/

	.listthr li:nth-child(2n) {
		/* margin-right: 0; */
	}

	.syind li .effect-img img {
		/*height: 400px;*/
	}

	.sywhy .feed-sy b {
		margin-bottom: 15px;
	}

	.sywhy .feed-sy input {
		height: 48px;
		line-height: 48px;
		margin-bottom: 15px;
	}

	.sywhy .feed-sy textarea,
	.sywhy .feed-sy input {
		font-size: 14px;
	}

	.sywhy .feed-sy .box {
		margin-top: 30px;
	}

	.synew li:last-child {
		width: 100%;
	}

	.nycont .right .fefo {
		padding: 20px 30px !important;
	}
}

@media (max-width: 768px) {

	.swiper-container-banner .txt .wz1 b.gaoxin::before {
		left: -16% !important;
		top: 0 !important;
		width: 46px !important;
		height: 60px !important;
		background-image: url('../images/qiye.png') !important;
	}
}

@media (max-width: 540px) {

	.swiper-container-banner .swiper-button-next span,
	.swiper-container-banner .swiper-button-prev span {
		font-size: 30px;
	}

	.swiper-container-banner .txt .wz1 b {
		font-size: 14px !important;
		line-height: 20px;
		height: auto;
		margin: 5px 0 10px;
	}

	.swiper-container-banner .txt p {
		line-height: 10px;
	}

	.swiper-container-banner .pic {
		width: 100%;
		max-width: 100%;
		height: 100%;
	}

	.swiper-container-banner .txt {
		right: 10%;
		top: 35%;
	}

	.swiper-container-banner .txt .wz1 b.gaoxin::before {
		left: -18% !important;
		top: 6px !important;
		width: 31px !important;
		height: 40px !important;
		background-image: url('../images/jisu.png') !important;
	}

	.swiper-container-banner .last {
		font-size: 14px;
		top: 28% !important;
	}

	.sypro li,
	.syind li {
		width: 100%;
		margin-right: 0;
	}

	.syind .listthr li {
		width: 48%;
		margin-right: 2%;
	}

	.syind .listthr li:last-child(2n) {
		margin-right: 0;
	}

	.sytit h2 {
		font-size: 20px;
	}

	.des,
	.des p {
		line-height: 24px;
	}

	.sypro li .txt .des {
		height: 85px;
	}

	.apadd {
		padding: 30px 0 40px;
	}

	.syind .sypro li {
		margin-top: 15px;
		width: 100%;
		margin-right: 0;
	}

	.sypro li,
	.syind li {
		margin-top: 15px;
	}

	.apadd .moreall {
		display: none;
	}

	.syind li .effect-img img {
		/*height: 200px;*/
		object-fit: cover;
	}

	.sypro li .txt h3,
	.tdnum dt .num,
	.syind li .effect-text h2 {
		font-size: 18px;
	}

	.syind li .effect-text h2 {
		margin-bottom: 5px;
	}

	.syind li .effect-text {
		padding-left: 20px;
	}

	.synew .listthr li {
		width: 100% !important;
	}

	.listthr li,
	.listthr li:nth-child(3n) {
		/* width: 100% !important; */
		margin-top: 15px;
	}

	.syind .listthr li:nth-child(3n) {
		margin-right: 2%;
	}

	.ny-fr .listthr li {
		width: 100%;
	}

	.sywhy li .wz p {
		height: auto;
	}

	/*.sywhy .feed-sy .box {*/
	/*	padding: 30px 20px;*/
	/*}*/
	.sywhy .feed-sy .box {
		padding: 0;
	}

	.synew li .txt p {
		font-size: 18px;
		line-height: 35px;
		/* height: 48px; */
	}

	.synew li .txt .des {
		height: 48px !important;
		margin: 10px 0;
	}

	.synew li dt .txt p {
		height: 24px;
	}

	.synew li dt .nxz {
		padding: 30px 10px;
		margin-top: 15px;
	}

	.synew li .imgfd img {
		height: 260px;
	}

	.synew li .date {
		top: 200px;
	}

	.syabo .imgg {
		display: block;
		width: 100% !important;
	}

	.tdnum {
		margin-top: 0;
	}

	.n_download ul li {
		width: 100% !important;
	}

	#gotop {
		right: 10px;
	}

	.nycont .right .map {
		width: 100% !important;
	}
}

.banny {
	height: 540px;
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #666;
}

.banny h2 {
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 46%;
	text-transform: uppercase;
}

.banny .img {
	height: 540px;
	width: 100%;
	object-fit: cover;
}

.loca {
	position: absolute;
	bottom: 0;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #fff;
}

.loca a {
	color: #fff;
}

.loca a:hover {
	text-decoration: underline;
}

.loca span {
	color: #f9c15d;
	margin-right: 5px;
}

.nycont .left {
	float: left;
	width: 50%;
}

.nycont .right .fl {
	float: right;
	width: 50%;
}

.nycont .right .map {
	width: 50%;
	height: 331px;
	overflow: hidden;
}

.nycont .right .zt1 {
	color: #fff;
}

/* .nycont .right .fefo {
	width: 100%;
	background: rgba(0, 74, 165, 1);
	padding: 12.3%;
} */

.nycont .map {
	margin: 0 auto;
	display: block;
}

.nycont h3 {
	font-size: 30px;
	color: #333;
	display: inline-block;
	width: auto;
	border-bottom: 1px solid #dedede;
	margin: 20px 0;
	padding-bottom: 10px;
	font-weight: 700;
}

.nycont h3 span {
	font-size: 23px;
}

.nycont dl:first-child dt {
	padding-right: 8%;
}


.nycont dl,
.nycont .box {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	flex-direction: column;
}

.nycont dl:nth-of-type(1) dt {
	padding-right: 7%;
}

.nycont dt {
	position: relative;
	padding-right: 3%;
	/* padding-bottom: 1%; */
}

.nycont dt:last-child {
	padding-right: 0;
}

.nycont dt::before {
	content: '';
	position: absolute;
	width: auto;
	height: 1px;
	background: #dedede;
	bottom: 0;
	right: 0;
}

.nycont dt:last-child::before {
	display: none;
}

.nycont dt .ic {
	/* width: 60px;
	height: 60px; */
	line-height: 45px;
	text-align: center;
	/* border: 1px solid #d2d2d2; */
	/* border-radius: 500px; */
	margin-right: 10px;
}

.nycont dt .ic span {
	font-size: 24px;
	color: #004aa5;
}

.nycont dt .wz {
	color: #666;
	line-height: 36px;
}

.nycont dt .wz i {
	font-size: 18px;
	color: #333;
	display: inline-block;
	margin-top: 5px;
	font-weight: 700;
}

.nycont .box {
	margin-top: 75px;
}

.nycont .box .b {
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
}

.nycont .box .b i {
	color: #f9c15d;
}

.nycont .box .ewm {
	/* max-width: 100px; */
	text-align: center;
}

.nycont .box .ewm p {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.nycont .box .des {
	max-width: 48%;
}

.nyfeed h3 {
	font-size: 30px;
	color: #333;
}

.nyfeed .map {
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.nyfeed .fefo {
	padding: 38px 30px;
	background: #fff;
	width: 100%;
}

.input_control {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #f6f6f6;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	height: 54px;
	margin-top: 26px;
}

.input_control:nth-child(3) {
	margin-right: 0;
}

.form_input {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
	height: 54px;
	line-height: 54px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 30px;
	font-size: 14px;
	color: #666;
	width: 95%;
	background: #f6f6f6;
}

.input_control lable {
	color: red;
	position: absolute;
	left: 20px;
	line-height: 54px;
}

.form_input::-moz-placeholder,
.form_text::-moz-placeholder {
	color: #666;
}

.form_text {
	height: 100px;
	background: #f6f6f6;
	position: absolute;
	left: 30px;
	top: 15px;
	width: 95%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.input_control2 {
	width: 100%;
	margin: 16px 0 25px;
	height: 150px;
}

.form i {
	font-size: 14px;
	color: #fff;
	display: block;
}

.form .submit {
	width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	background: #f9c15d;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-top: 24px;
}

@media (max-width: 1500px) {
	.syind li .effect-text {
		padding: 40px 40px !important;
	}

	.toutanchu .moreall {
		font-size: 22px;
	}

	.swiper-container-banner .txt .wz1 b {
		font-size: 40px;

	}

	.swiper-container-banner .txt .wz1 b.gaoxin::before {
		left: -25%;
	}

	.swiper-container-banner .txt p {
		font-size: 24px;
	}

	.syabo .imgg .ico_player:before {
		margin-top: 31px !important;
	}
}


@media (max-width: 1350px) {
	.syind li .effect-text {
		padding: 35px 40px !important;
	}

	.swiper-container-banner .txt {
		top: 39%;

	}

	.swiper-container-banner .txt .wz1 b {
		margin-bottom: 10px;
		letter-spacing: 2px;
	}

	.swiper-container-banner .txt .wz1 b.gaoxin::before {
		left: -20%;
		width: 69px;
		height: 90px;
		background-image: url('../images/bijiben.png');
	}

}


@media (max-width: 1200px) {

	.banny .img,
	.banny {
		height: 400px;
	}

	.banny h2 {
		font-size: 30px;
		top: 40%;
	}

	.nycont .left {
		width: 100%;
	}

	.nycont .right {
		width: 100%;
	}

	.nycont dt {
		margin-bottom: 20px;
		padding-right: 0;
		line-height: 30px;
	}

	.nycont dt .ic {
		/* width: 60px;
		height: 60px; */
		line-height: 30px;
		margin-right: 10px;
	}

	.nycont dt .ic span {
		font-size: 24px;
	}

	.nycont dt::before {
		display: none;
	}

	.nycont h3 {
		font-size: 24px;
		padding-bottom: 20px;
	}

	.nycont h3 span {
		font-size: 20px;
	}

	.nycont dt .wz i {
		font-size: 20px;
		margin-top: 0;
	}

	.nyfeed h3 {
		font-size: 24px;
	}
}

@media (max-width: 960px) {

	.banny .img,
	.banny {
		height: 300px;
	}

	.nyfeed .map {
		/*display: none;*/
		width: 100%;
	}


	.nyfeed .fefo {
		width: 100%;
	}
}

@media (max-width: 540px) {

	.banny .img,
	.banny {
		height: 180px;
	}

	.swiper-container-banner .txt p {
		font-size: 12px;
	}

	.loca {
		display: none;
	}

	.banny h2 {
		font-size: 22px;
	}

	.nycont h3,
	.nyfeed h3 {
		font-size: 20px;
	}

	.nycont h3 span {
		font-size: 18px;
	}

	.nycont h3 {
		margin: 25px 0;
		padding-bottom: 15px;
	}

	.nycont dt .wz {
		width: 80%;
		line-height: 30px;
	}

	.nycont dl,
	.nycont .box {
		display: flow-root;
	}

	.nycont dt {
		margin-bottom: 25px;
		display: flex;
	}

	.nycont .box {
		margin-top: 20px;
	}

	.nycont .box .des {
		max-width: 100%;
		margin: 15px 0;
	}

	.input_control {
		width: 100%;
		margin-right: 0;
	}

	.nyfeed .fefo {
		padding: 30px 20px;
	}

	.input_control {
		margin-top: 10px;
	}

	.form .submit {
		height: 50px;
		line-height: 50px;
		width: 160px;
		font-size: 16px;
		margin-top: 10px;
	}
}

.nytit {
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-bottom: 45px;
	font-weight: 700;
}

.nyapp .tab {
	position: relative;
	min-height: 630px;
}

.nyapp .tab-hd {
	overflow: hidden;
	zoom: 1;
	background: #f7f7f7;
	padding: 70px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.nyapp .tab-hd li {
	cursor: pointer;
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	padding: 0 40px;
}

.nyapp .tab-hd li a {
	display: contents;
}

.nyapp .tab-hd li h3 {
	font-size: 26px;
	color: #333;
	position: relative;
}

.nyapp .tab-hd li h3::after {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	background: #004aa5;
	width: 4px;
	height: 95px;
	display: none;
}

.nyapp .tab-hd li .des {
	max-width: 64%;
	color: #fff;
	height: 90px;
	border-left: 4px solid #004aa5;
	padding: 0 40px;
	margin-top: 16px;
	display: none;
}

.nyapp .tab-hd li.active {
	height: 120px;
	line-height: 120px;
	background: rgba(28, 37, 49, .4);
	padding: 0;
	width: 100%;
	max-width: 1600px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.nyapp .tab-hd li.active h3 {
	font-size: 26px;
	color: #fff;
	margin-left: 40px;
	padding-left: 20px;
	width: 30%;
	overflow: hidden;
}

.nyapp .tab-hd li.active h3::after,
.nyapp .tab-hd li.active .des {
	display: block;
}

.nyapp .tab-bd {
	width: 100%;
	max-width: 1010px;
	background: #666;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.nyapp .tab-bd li {
	display: none;
	color: #fff;
}

.nyapp .tab-bd li:nth-child(1) {
	display: list-item;
}

.nyapp .tab-bd li img {
	height: auto;
	width: 100%;
	display: block;
}

.showapp .img {
	width: 45%;
}

.showapp .txt {
	width: 50%;
}

.showapp .txt h1 {
	font-size: 30px;
	color: #333;
	margin: 30px 0 20px;
}

.saadv li {
	text-align: center;
	padding: 60px 50px 40px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 74, 165, .2);
	min-height: 370px;
}

.saadv li h3 {
	color: #333;
	font-size: 26px;
	margin: 30px 0 15px;
	display: block;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}

.saadv li .des {
	font-size: 16px;
	height: 90px;
}

.saadv li i {
	font-size: 80px;
	color: #004aa5;
	opacity: .1;
	font-weight: bold;
}



.saoth li {
	text-align: center;
	width: 23%;
	font-size: 16px;
}

.saoth li .imgfd img {
	height: 368px;
}


.saoth li p {
	color: #333;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 20px;
}

.saoth li:hover p {
	color: #004aa5;
}

#ny_about_5 {
	padding: 50px 0;
	display: block;
	overflow: hidden;
}

#ny_about_5 .ny_about_5_t {
	text-align: left;
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	display: block;
	margin-bottom: 45px;
	font-weight: 700;
}


#ny_about_5 .ny_about_5_t p {
	font-size: 44px;
	font-weight: bold;
	color: #fe0000;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_5 .ny_about_5_t span {
	font-size: 38px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_5 .ny_about_5_nr {
	display: block;
	position: relative;
	margin-top: 40px;
}

#ny_about_5 .ny_about_5_nr li {
	display: block;
}

#ny_about_5 .ny_about_5_nr li a {
	display: block;
	padding: 20px 20px 0 20px;
	border: 1px solid #eee;
	transition: all 0.3s;
}

#ny_about_5 .ny_about_5_nr li a img {
	max-width: 100%;
	display: block;
}

#ny_about_5 .ny_about_5_nr li a p {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	text-align: center;
	display: block;
	margin: 0px 0 15px 0;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

#ny_about_5 .ny_about_5_nr .owl-nav {
	display: none;
}

#ny_about_5 .ny_about_5_nr li:hover a {
	border: 1px solid #004aa5;
}

#ny_about_5 .ny_about_5_nr li:hover a p {
	color: #004aa5
}


@media (max-width: 1500px) {
	.ny-fr .show-pro2 .show-new .des iframe {
		width: 80% !important;
	}
}

@media (max-width: 1400px) {
	.nyapp .tab-bd {
		max-width: 800px;
	}

}

@media (max-width: 1200px) {
	.nyapp .tab-bd {
		max-width: 60%;
	}

	.nyapp .tab-hd {
		width: 40%
	}

	.nyapp .tab-hd,
	.nyapp .tab-bd {
		position: inherit;
	}

	.nyapp .tab {
		min-height: auto;
	}

	.nyapp .tab-hd {
		padding: 40px 0;
	}

	.nyapp .tab-hd li {
		height: 60px;
		line-height: 60px;
	}

	.nyapp .tab-hd li h3 {
		font-size: 22px;
	}

	.nytit {
		font-size: 26px;
	}

	.showapp .txt h1 {
		margin-top: 0;
		font-size: 24px;
	}

	.saadv li i {
		font-size: 40px;
	}

	.saadv li .des {
		height: 78px;
		margin-bottom: 10px;
	}

	.saadv li {
		padding: 40px 20px;
	}

	.saoth li .imgfd img {
		height: 200px;
	}
}

@media (max-width: 960px) {

	.nyapp .tab-hd,
	.nyapp .tab-bd,
	.showapp .img,
	.showapp .txt {
		width: 100%;
		max-width: 100%;
	}

	.showapp .img {
		margin-bottom: 20px;
	}

	.saoth li .imgfd img {
		height: 240px;
	}

	.saadv li h3 {
		font-size: 20px;
	}

	.nytit {
		margin-bottom: 25px;
	}
}

@media (max-width: 540px) {
	.nytit {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.nyapp .tab-hd {
		padding: 15px 0;
	}

	.nyapp .tab-hd li h3 {
		font-size: 18px;
	}

	.nyapp .tab-hd li {
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}

	.showapp .txt h1 {
		font-size: 20px;
	}

	.saadv li .des {
		height: auto;
	}

	.saadv li {
		min-height: auto;
	}

	.saadv li h3 {
		margin: 10px 0;
	}

	.saoth li p {
		font-size: 16px;
		margin: 10px 0;
	}
}

/* 文化 */
.about66 {}

.about66 ul li:hover .info {
	background-color: #004aa5;
}

.about66 ul li:hover .info h4 {
	color: #fff;
}

.about66 ul li:hover .info .des p {
	color: #fff !important;
}

.about66 ul li .info .des p {
	color: #000 !important;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.about66 ul li:hover .pic img {
	transform: scale(1.1);
}

.about66 .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
}

.reverse {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about66 .flex .pic {
	width: 50%;
	overflow: hidden;
}

.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.about66 .flex .pic_con {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 45%;
}

.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.about66 .flex .pic img {
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	height: auto;
	object-fit: cover;
}

.about66 .flex .info {
	transition: all .3s;
	width: 50%;
	/* padding: 65px 5%; */
	background-color: #fff;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about66 .flex .info .con_info {
	padding: 0 100px;
}

.about66 .flex .info h4 {
	font-size: 30px;
	color: #333;
	font-weight: 700;
}

.about66 .flex .info .des {
	font-size: 16px;
	line-height: 1.6;
	color: #808080;
	margin-top: 20px;
	text-align: justify;
	margin-bottom: 0;
}

@media(max-width:1000px) {

	.about66 .flex {
		flex-direction: column
	}

	.about66 .flex .pic,
	.about66 .flex .info {
		width: 100%;
		overflow: hidden;
	}

	.about66 .flex .info .con_info {
		padding: 20px;
	}

	.about66,
	.about1 {
		margin-top: 40px
	}
}


.nyclf {
	border-bottom: 1px solid #eaebed;
	overflow: hidden;
}

.nyclf ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
}

.nyclf ul li {
	max-width: 25%;
	overflow: hidden;
	position: relative;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
}

.nyclf ul li a {
	color: #333;
}

.nyclf ul li #line {
	width: 0px;
	height: 2px;
	background-color: #004aa5;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	right: 0px;
	transition: width 0.3s linear;
	bottom: 0;
}

.nyclf ul li:hover #line,
.nyclf ul li.cur #line {
	width: 100%;
}

.nyclf ul li:hover a,
.nyclf ul li.cur a {
	color: #004aa5;
}

.nyabout h2,
.nydo h2 {
	text-align: left;
}

.nyabout .des,
.nydo .des {
	color: #333;
	margin-bottom: 50px;
}

.nydo .txt {
	width: 100%;
}

.nydo .img {
	width: 52.5%;
}

.nydo .txt dt {
	width: 50%;
	float: left;
}

.nydo .txt dt .num {
	color: #004aa5;
	font-size: 36px;
	font-family: Arial;
}

.nydo .txt dt .num b {
	font-size: 58px;
	margin-right: 5px;
}

.nyacor li .imgfd img {
	height: 340px;
}

.nyacor li {
	position: relative;
	text-align: center;
	color: #fff;
}

.nyacor li .txt {
	position: absolute;
	left: 4%;
	width: 92%;
	top: 110px;
}

.nyacor li b {
	font-size: 24px;
	font-family: Arial;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.nyacor li .des {
	height: 90px;
	color: #fff;
}

@media (max-width: 1200px) {
	.nyacor li .des {
		height: 104px;
	}
}

@media (max-width: 960px) {

	.nydo .img,
	.nydo .txt {
		width: 100%;
	}

	.nyabout .des,
	.nydo .des {
		margin-bottom: 20px;
	}

	.nydo .txt dt .num b {
		font-size: 30px;
	}

	.nydo .txt dl {
		margin-bottom: 30px;
		display: flow-root;
	}

	.nyclf ul li a {
		font-size: 16px;
	}
}

@media (max-width: 540px) {
	.nyclf {
		display: none;
	}

	.nydo .txt dt .num {
		font-size: 26px;
	}

	.nydo .txt dl {
		font-size: 16px;
	}

	.nyacor li .imgfd img {
		height: 250px;
	}

	.nyacor li b {
		font-size: 20px;
	}

	.nyacor li .des {
		height: auto;
	}

	.nyacor li .txt {
		top: 70px;
	}
}

.nyhis {
	overflow: hidden;
}

.hisgd {
	position: relative;
}

.nyhis .swiper-button-next,
.nyhis .swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #e2e2e2;
	border-radius: 500px;
	text-align: center;
	line-height: 50px;
	background: #fff !important;
	margin-top: 0;
	top: -25px;
}

.nyhis .swiper-button-next span,
.nyhis .swiper-button-prev span {
	color: #666;
	font-size: 18px;
	font-weight: bold;
}

.nyhis .swiper-button-next:hover,
.nyhis .swiper-button-prev:hover {
	border: 1px solid #004aa5;
	background: #004aa5 !important;
}

.nyhis .swiper-button-next:hover span,
.nyhis .swiper-button-prev:hover span {
	color: #fff;
}

.nyhis .mySwiper {
	border-top: 1px dashed #004aa5;
}

.nyhis .mySwiper .year {
	margin-top: -7px;
}

.nyhis .mySwiper .swiper-slide {
	font-size: 20px;
	color: #ced5db;
	text-align: center;
	height: 120px;
	line-height: 120px;
	position: relative;
}

.nyhis .mySwiper .swiper-slide::after {
	content: '';
	width: 14px;
	height: 14px;
	background: #ced5db;
	border-radius: 500px;
	top: 0;
	left: 48%;
	position: absolute;
}

.nyhis .mySwiper .swiper-slide-thumb-active {
	font-size: 60px;
	color: #004aa5;
	font-family: 'helveticaneueltstd';
}

.nyhis .mySwiper .swiper-slide-thumb-active::after {
	width: 22px;
	height: 22px;
	background: #004aa5;
}

.nyhis .mySwiper2 {
	overflow: hidden;
}

.nyhis .mySwiper2 .img {
	width: 45%;
}

.nyhis .mySwiper2 .txt {
	padding-right: 6%;
	width: 48%;
}

.nyhis .mySwiper2 .txt b {
	font-size: 24px;
	color: #333;
	display: block;
	margin: 20% 0 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

.hisqua h2 {
	text-align: left;
}

.quaqh li .imgfd {
	background: #f6f6f6;
	padding: 24px;
}

.quaqh li .imgfd img {
	height: 340px;
}

.quaqh .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: url(../images/ny15.png) no-repeat center;
	margin: 0 2px;
	opacity: 1;
}

.quaqh .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: url(../images/ny14.png) no-repeat center;
}

.quaqh .swiper-pagination {
	margin-top: 40px;
	width: 100%;
}

.listapic li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 20px;
	float: left;
}

.listapic li:nth-child(4n) {
	margin-right: 0;
}

.listapic li .imgfd img {
	height: 290px;
}

.nyapp .listapic li .imgfd img {
	height: 368px;
}

.nyapp .effect-text {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	top: calc(100% - 200px);
	left: 0;
	transition: .5s;
	background-color: #004aa5;
}

.nyapp .effect-text h2 {
	font-size: 20px;
	transition: .5s;
	text-align: center;
	/* font-weight: bold; */
	/* margin-top: -20px; */
	display: block;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	/* margin-bottom: 24px; */
	color: #fff;
}

.listser li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.listser li:nth-child(2n) {
	margin-right: 0;
}

.listser li .imgfd img {
	min-height: 340px;
}

.listser li .txt {
	position: absolute;
	top: 60px;
	left: 6%;
	z-index: 1;
}

.listser li .txt h3 {
	font-size: 26px;
	color: #fff;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.listser li .txt .des {
	color: #fff;
	height: 90px;
	margin: 20px 0 30px;
	max-width: 400px;
}

@media (max-width: 1200px) {
	.nyhis .mySwiper .swiper-slide-thumb-active {
		font-size: 34px;
	}

	.nyhis .mySwiper2 .txt b {
		margin-top: 30px;
		font-size: 20px;
	}

	.quaqh li .imgfd img {
		height: 260px;
	}

	.listapic li .imgfd img {
		height: 200px;
	}
}

@media (max-width: 960px) {

	.nyhis .mySwiper2 .img,
	.nyhis .mySwiper2 .txt {
		width: 100%;
		margin: 0;
	}

	.listapic li,
	.listapic li:nth-child(4n) {
		width: 49%;
		margin-right: 2%;
	}

	.listapic li:nth-child(2n) {
		margin-right: 0;
	}

	.listapic li .imgfd img {
		height: 270px;
	}

	.listser li .txt h3 {
		font-size: 20px;
	}

	.listser li .txt .des {
		height: 78px;
	}
}

@media (max-width: 540px) {
	.nyhis .mySwiper .swiper-slide {
		height: 90px;
		line-height: 90px;
		font-size: 16px;
	}

	.nyhis .mySwiper .swiper-slide-thumb-active {
		font-size: 20px;
	}

	.nyhis .mySwiper .swiper-slide::after {
		width: 10px;
		height: 10px;
	}

	.nyhis .mySwiper .swiper-slide-thumb-active::after {
		width: 15px;
		height: 15px;
	}

	.nyhis .swiper-button-next,
	.nyhis .swiper-button-prev {
		display: none;
	}

	.nyhis .mySwiper2 .txt b {
		font-size: 16px;
	}

	.quaqh li .imgfd {
		padding: 14px;
	}

	.quaqh li .imgfd img {
		height: 230px;
	}

	.quaqh .swiper-pagination {
		margin-top: 20px;
	}

	.nyhis .mySwiper {
		margin-top: 30px;
	}

	.listapic li .imgfd img {
		height: 140px;
	}

	.listapic li {
		margin-bottom: 10px;
	}

	.listser li,
	.listser li:nth-child(2n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.listser li .imgfd img {
		min-height: 280px;
	}

	.listser li .txt .moreall {
		display: inline-block;
	}

	.listser li .txt {
		top: 40px;
	}
}

.linecom li:nth-child(1) {
	width: 44%;
	float: left;
	margin-right: 4%;
}

.linecom li {
	float: right;
	width: 52%;
}

.linecom li .txt {
	background: #f2f5f8;
	border-radius: 8px;
	overflow: hidden;
}

.linecom li:nth-child(1) .imgfd {
	margin-top: 30px;
	border-radius: 8px;
	overflow: hidden;
}

.cfls b {
	color: #004aa5;

	font-weight: normal;
}

.linecom .synew li .txt p {
	margin-bottom: 10px;
}

.listnew .nytit {
	margin-bottom: 0px;
	color: #004aa5;
}

.lineblo .nytit,
.lineblo .moreall4 {
	color: #fff;
}

.lineblo .synew {
	background: none;
}

.lineblo li {
	width: 48%;
	margin-right: 4%;
	float: left;
}

.lineblo li:last-child {
	margin-right: 0;
}

.lineblo li:last-child {
	border-radius: 8px;
}

.lineblo li .moreall4 {
	color: #666;
}

.listwt .content {
	display: none;
}

.listwt li {
	width: 46%;
	float: left;
	margin-right: 8%;
	margin-top: 30px;
}

.listwt li:nth-child(2n) {
	margin-right: 0;
}

.listwt li .topbar {
	height: 90px;
	line-height: 90px;
	border-bottom: 1px solid #dcdcdc;
	background: url("../images/ny19.png") no-repeat right;
	font-size: 20px;
	color: #333;
	overflow: hidden;
}

.listwt li.active .topbar {
	background: url("../images/ny20.png") no-repeat right;
	color: #004aa5;
}

.listwt .content .des {
	padding: 30px 20px;
}

.listblog .synew li .txt {
	background: #f2f5f8;
}

.listblog .synew li:nth-child(2n) {
	margin-right: 0;
}

.nyfl {
	width: 72%;
}

.nyfr {
	width: 24%;
}

.relrea b {
	font-size: 24px;
	color: #333;
}

.relrea .rec {
	width: 48px;
	height: 4px;
	background: #004aa5;
	margin-top: 5px;
}

.relrea li {
	width: 100%;
	display: flow-root;
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbddde;
	text-align: center;
}

.relrea li p {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #666;
}

.relrea li:hover p {
	color: #004aa5;
}

.relrea li .imgfd {
	border-radius: 4px;
	overflow: hidden;
}

.listneco li {
	background: #f2f5f8;
	padding: 30px;
	border-radius: 4px;
	overflow: hidden;
	display: flow-root;
	margin-bottom: 30px;
}

.listneco .imgfd {
	width: 32%;
	border-radius: 4px;
	overflow: hidden;
}

.listneco .imgfd img {
	height: 230px;
}

.listneco .txt {
	width: 65%;
}

.listneco .txt h2 {
	font-size: 22px;
	color: #333;
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 20px;
}

.listneco .txt .des {
	height: 60px;
	margin: 20px 0 40px;
}

.listneco li:hover .txt h2 {
	color: #004aa5;
}

@media (max-width: 1200px) {
	.synew li .txt .des {
		height: 52px;
	}

	.listneco .txt .des {
		height: 52px;
	}
}

@media (max-width: 1024px) {
	.nyfl {
		width: 100%;
	}

	.nyfr {
		display: none;
	}

	.listneco .imgfd {
		width: 38%;
	}

	.listneco .txt {
		width: 58%;
	}
}

@media (max-width: 960px) {

	.linecom li:nth-child(1),
	.linecom li,
	.lineblo li,
	.listwt li {
		width: 100%;
	}

	.listneco .imgfd {
		width: 44%;
	}

	.listneco .txt {
		width: 50%;
	}

	.listneco .imgfd img {
		height: 200px;
	}

	.listneco .txt h2 {
		margin-top: 0;
		font-size: 18px;
	}
}

@media (max-width: 540px) {
	.linecom .synew li .imgfd img {
		height: 220px;
	}

	.listwt li .topbar,
	.listwt li.active .topbar {
		background: none;
	}

	.listwt li .topbar {
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

	.listwt .content .des {
		padding: 15px;
	}

	.f18 {
		font-size: 15px;
	}

	.listblog .synew li .txt p {
		margin-bottom: 10px;
	}

	.listneco .txt .cfls,
	.listneco .txt .des {
		display: none;
	}

	.listneco li {
		padding: 15px;
		margin-bottom: 15px;
	}

	.listneco .imgfd img {
		height: 120px;
	}

	.listneco .txt h2 {
		height: 50px;
		line-height: 25px;
		margin-bottom: 20px;
		font-size: 16px;
	}
}

.show-new {
	background: #fff;
}

.show-new .pad {
	padding: 60px 50px;
}

.show-new h1 {
	font-size: 30px;
	color: #333;
	display: block;
	margin-bottom: 20px;
	font-weight: bold;
}

.show-new .mc {
	font-size: 16px;
	color: #666;
	line-height: 34px;
}

.show-new .line {
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	margin: 20px 0;
}

.fanye {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.fanye li {
	width: 48%;
	font-size: 16px;
	color: #666;
}

.fanye li:nth-child(2) {
	text-align: right;
}

.fanye li a {
	color: #666;
}

.fanye li:hover a {
	color: #004aa5;
}

@media (max-width: 960px) {
	.show-new h1 {
		font-size: 20px;
	}
}

@media (max-width: 540px) {
	.show-new .pad {
		padding: 30px 20px;
	}

	.show-new h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.show-new .mc {
		font-size: 14px;
	}
}

.ny-fl {
	width: 26%;
}

.ny-fr {
	width: 72%;
}

.ny-fr .apadd {
	padding-bottom: 0px;
}

.line-ny {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	height: 4px;
	margin-top: 10px;
}

.line-ny i {
	width: 90px;
	height: 4px;
	background: #004aa5;
	display: block;
}

.cp-fl {
	margin-bottom: 40px;
}

.cp-fl .line-ny {
	margin-bottom: 20px;
}

.cp-fl b {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

.cp-fl span {
	font-size: 26px;
	color: #333;
}

.m-like b {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.m-like li {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}

.m-like li .imgfd {
	width: 35%;
	border: 1px solid #f0f0f0;
}

.m-like li .imgfd img {
	/* height: 100px; */
}

.m-like li .txt {
	margin-left: 4%;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-top: 10%;
	height: 42px;
	overflow: hidden;
	max-width: 56%;
}

.m-like li .txt span {
	font-size: 14px;
	color: #777;
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.m-like li:hover .txt {
	color: #004aa5;
}

.list-profl {
	padding-right: 24px;
}

.list-profl ul li {
	margin-bottom: 10px;
}

.list-profl .pp1 {
	font-size: 18px;
	position: relative;
	font-size: 18px;
	display: block;
	min-height: 30px;
}

.list-profl .pp1 a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.list-profl ul li .inactive {
	background: url(../images/off.png) no-repeat 0 7px;
	cursor: pointer;
	padding-left: 15px;
}

.list-profl ul li .inactives {
	background: url(../images/open.png) no-repeat 0 7px;
	cursor: pointer;
	padding-left: 15px;
}

.list-profl ul li ul {
	display: block !important;
}

.list-profl ul li ul li {
	border: none;
	margin-bottom: 0;
}

.list-profl ul li ul li .pp2 {
	margin-bottom: 6px;
	min-height: 20px;
	margin-left: 15px;
	line-height: 24px;
	display: inline-flex;
	background: none;
}

.list-profl ul li ul li .pp2 a {
	font-size: 16px;
	color: #666;
}

.list-profl ul li ul li ul {
	display: none;
	margin-left: 30px;
}

.list-profl ul li ul li ul li {
	background: url(../images/off.png) no-repeat 0 4px;
	display: flow-root;
	padding-left: 15px;
}

.list-profl ul li ul li ul li a {
	font-size: 16px;
	color: #333;
	line-height: 18px;
	margin-bottom: 6px;
	display: block;
}

.list-profl ul li ul li ul li i {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}

.list-profl ul li ul li ul li a:hover,
.list-profl ul li a:hover,
.list-profl ul li ul li a:hover {
	color: #082d7f;
}

.list-profl .pp1 a.active {
	color: #082d7f;
}

.list-profl ul li ul li ul li:hover,
.list-profl ul li ul li ul li.cur {
	background: url(../images/open2.png) no-repeat 0 4px;
}

.list-profl .num {
	font-size: 14px;
	color: #666;
	margin-left: 5px;
	font-weight: normal;
}

.list-pro li {
	margin-bottom: 40px;
	text-align: center;
}

.list-pro li .imgfd img {
	/* height: 280px; */
	height: auto;
}

.list-pro li .imgfd {
	position: relative;
	border: 1px solid #ccc;
}

.list-pro li h2 {
	display: block;
	color: #333;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 20px;
	font-size: 18px;
}

.list-pro li:hover h2 {
	color: #004aa5;
}

@media (max-width: 1024px) {
	.ny-fl {
		display: none;
	}

	.ny-fr {
		width: 100%;
	}
}

.show-pro1 .img {
	width: 48%;
	border: 1px solid #ccc;
}

.show-pro1 .txt {
	width: 50%;
}

.show-pro1 .txt h1 {
	font-size: 35px;
	color: #004aa5;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding: 20px 0;
	font-weight: 700;
}

.show-pro1 .txt li {
	width: 146px;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	float: left;
}

.show-pro1 .txt li:nth-child(1) {
	background: #ffb612 url(../images/ns-pro1.png) no-repeat 30px;
	margin-right: 34px;
}

.show-pro1 .txt li a {
	font-size: 14px;
	color: #fff;
	padding-left: 60px;
}

.show-pro1 .txt .share .he {
	width: 86px;
	height: 48px;
	line-height: 48px;
	border-radius: 3px;
	background: #004aa5 url(../images/ns-ic1.png) no-repeat 30px;
	padding-left: 60px;
}

.show-pro1 .txt .share dl {
	top: 48px;
	width: 146px;
}

.show-pro1 .txt .share dl dt {
	width: 146px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 5px 0;
}

.show-pro1 .txt .share dl dt a {
	padding-left: 0 !important;
}

.show-pro1 .txt .share dl dt img {
	padding-left: 30px;
	margin-right: 10px;
}

.show-pro1 .txt .des {
	margin-bottom: 50px;
}

.show-pro1 .txt .des h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

.show-pro2 .mt-tabpage {
	width: 100%;
}

.show-pro2 .mt-tabpage-title {
	height: 55px;
	border-bottom: 1px solid #004aa5;
	overflow: hidden;
}

.show-pro2 .mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #333;
	font-size: 18px;
	float: left;
	padding: 0 2%;
}

.show-pro2 .mt-tabpage-title .mt-tabpage-item-cur {
	color: #fff;
	background: #004aa5;
}

.show-pro2 .mt-tabpage-count {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}

.show-pro2 .mt-tabpage-cont__wrap {
	position: absolute;
}

.show-pro2 .mt-tabpage-count .mt-tabpage-item {
	width: 100%;
	height: 200px;
}

.pignose-tab-wrapper {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.pignose-tab-wrapper .pignose-tab-btn {
	display: block;
	height: 55px;
	line-height: 55px;
	background: #fff;
	font-size: 18px;
	padding: 0 20px;
	color: #333;
}

.pignose-tab-wrapper .pignose-tab-btn.active,
.pignose-tab-wrapper .pignose-tab-btn:hover {
	background: #fff;
	color: #fff;
	background: #004aa5;
}

.pignose-tab-wrapper .pignose-tab-group .pignose-tab-list {
	float: left
}

.pignose-tab-wrapper .pignose-tab-container {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 55px;
	text-align: left;
	border-top: 1px solid #004aa5;
	padding-top: 40px;
}

.pignose-tab-wrapper .pignose-tab-container.active {
	display: block
}

.show-pro .des {
	line-height: 30px;
	padding-bottom: 50px;
}

.des4 {
	min-height: 400px;
}

.pignose-tab-group {
	height: 55px;
	overflow: hidden;
}

.show-pro3 {
	margin-top: 60px;
}

.show-pro3 h2,
.cont h2 {
	font-size: 24px;
	color: #333;
	display: block;
	margin-bottom: 24px;
}

.show-pro3 li {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

.show-pro3 li:nth-child(4) {
	margin-right: 0;
}

.show-pro3 li p {
	font-size: 18px;
	color: #333;
	display: block;
	margin-top: 16px;
}

.show-pro3 li:hover p {
	color: #004aa5;
}

.des img {
	max-width: 100% !important;
	height: auto !important;
}

table {
	width: 100% !important;
}

.pro-d {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 30px;
}

.pro-d b {
	padding: 0 26px;
	background: #004aa5;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
}

.ny-fr .show-pro2 .show-new .des iframe {
	width: 50%;
}

@media (max-width: 1200px) {
	.show-pro1 .img .num {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.show-pro3 li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 30px;
	}

	.show-pro3 li:nth-child(2) {
		margin-right: 0;
	}

	.show-pro3 h2,
	.cont h2 {
		font-size: 20px;
	}

	.show-pro1 .img,
	.show-pro1 .txt {
		width: 100%;
	}

	.show-pro1 .img {
		margin-bottom: 30px;
		max-width: 530px;
	}

	.show-pro1 .txt .des {
		margin-bottom: 20px;
	}

	.show-pro1 .txt h1 {
		font-size: 24px;
	}
}

@media (max-width: 500px) {
	.show-pro3 li p {
		font-size: 15px;
		margin-top: 5px;
	}

	.show-pro3 li {
		margin-bottom: 20px;
	}

	.show-pro3 {
		margin-top: 30px;
	}

	.show-pro3 h2,
	.cont h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.pignose-tab-wrapper .pignose-tab-btn {
		font-size: 15px;
	}

	.pignose-tab-group {
		height: 165px;
	}

	.pignose-tab-wrapper .pignose-tab-container {
		top: 165px;
		padding-top: 20px;
	}

	#big_img {
		height: 300px;
	}

	.pro-d b {
		font-size: 16px;
	}

	.pro-d {
		margin-bottom: 10px;
	}

	.des,
	.des p {
		font-size: 16px !important;
		line-height: 22px !important;
	}

	.syabo .txt .des {
		overflow: hidden;
		height: 180px;
	}

	.syabo .txt .des p {
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-line-clamp: 8;
		-webkit-box-orient: vertical;
	}

	.syabo .imgg {
		padding: 0;
	}

	.sywhy .txt .des {
		line-height: 25px !important;
	}

	.ny-fr .show-pro2 .show-new .des iframe {
		width: 100%;
	}

}

.feed {
	margin-top: 60px;
}

.feed .box2 {
	width: 100%;
	background: #f2f5f8;
}

.feed .box2 .form_input,
.feed .box2 .input_control,
.form_text {
	background: #fff;
}

@media (max-width: 600px) {
	.show-case dt {
		font-size: 14px;
		margin-right: 20px;
	}

	.show-case dl {
		line-height: 22px;
	}

	.feed {
		margin-top: 30px;
	}
}

.cont .pad {
	padding: 60px 45px 45px;
}

@media (max-width: 960px) {
	.cont .pad {
		padding: 50px 40px;
		display: flow-root;
	}
}

@media (max-width: 540px) {
	.cont .pad {
		padding: 30px 20px;
	}
}

/* job s */
.TextList002514 .auto {
	max-width: 1600px;
}

.TextList002514 .list {
	margin-bottom: 2vw;
	padding: 35px;
	border: 1px solid #ededed;
	transition: .3s;
}

.TextList002514 .list:hover {
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.1);
}

.TextList002514 .list .content-base {
	display: flex;
	justify-content: space-between;
	line-height: 1;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.TextList002514 .list .content-base .base-left .name {
	display: flex;
	padding-bottom: 20px;
}

.TextList002514 .list .content-base .base-left .name .job-title {
	margin-right: 10px;
	font-size: 22px;
	color: #333;
}

.TextList002514 .list .content-base .base-left .name .tag {
	display: inline-block;
	max-width: 100px;
	padding: 0 12px;
	margin-right: 8px;
	font-size: 12px;
	line-height: 24px;
	color: #ff7a3e;
	background: rgba(255, 122, 62, .1);
}

.TextList002514 .list .content-base .base-left .name .tag-work {
	color: #00933d;
	background: rgba(0, 147, 61, .1);
}

.TextList002514 .list .content-base .base-left .base-detail span:not(:last-child):after {
	display: inline-block;
	content: '/';
	margin: 0 15px;
	color: #999;
}

.TextList002514 .list .content-base .base-right {
	flex-shrink: 0;
	min-width: 150px;
	padding-top: 19px;
	text-align: right;
	font-size: 16px;
}

.TextList002514 .list .content-base .base-right i {
	display: inline-block;
	margin-left: 10px;
	height: 10px;
	width: 10px;
	background: url(../images/Menu002849_more.gif) no-repeat right center;
}

.TextList002514 .list .content-base.select {
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
}

.TextList002514 .job-main {
	display: none;
	padding: 35px 0;
	font-size: 15px;
}

.TextList002514 .job-main strong {
	font-weight: normal;
	font-size: 18px;
}

.TextList002514 .job-email {
	color: #00933d;
	margin-top: 30px;
}



@media(max-width:640px) {
	.TextList002514 .list {
		padding: 15px;
	}

	.TextList002514 .list .content-base {
		display: block;
	}
}

/* job e */


/* history s */

/* 发展历程 */
.Timeline002790 {
	padding-top: 3%;
}

.Timeline002790 .auto {
	max-width: 1600px;
}

.Timeline002790 .year {
	position: relative;
	padding: 2% 0 4% 0;
	color: #6e6e6e;
}

.Timeline002790 .year::before {
	content: '';
	width: 1px;
	height: 103%;
	top: -3%;
	position: absolute;
	background-color: #ededed;
	z-index: 0;
}

.Timeline002790 ul {
	position: relative;
	z-index: 1;
}

.Timeline002790 li {
	position: relative;
	margin-top: -60px;
}

.Timeline002790 li:after {
	content: "";
	display: block;
	position: absolute;
	top: 51%;
	right: 0;
	width: 50%;
	height: 2px;
	border-bottom: 1px dashed #ddd;
	z-index: -2
}

.Timeline002790 li:nth-child(2n-1):after {
	left: 0
}

.Timeline002790 li:before {
	width: 12px;
	height: 12px;
	border: 1px solid #999;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -2px;
	content: '';
	background: #fff;
}

.Timeline002790 li:nth-child(2n-1)::before {
	left: auto;
	right: 50%;
	margin-right: -6px;
}

.Timeline002790 li .con {
	width: 45%;
	background: #f5f5f5;
	padding: 80px;
	float: right;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff
}

.Timeline002790 li .con figure {
	width: 40%;
	position: absolute;
	right: 20px;
	top: 20px;
	bottom: 20px;
}

.Ispic {
	background-repeat: no-repeat;
	background-position: inherit;
	background-size: cover;
}

.Timeline002790 li .icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	padding: 5px;
	background: #fff;
	overflow: hidden;
	border-radius: 0 6px 0 0
}

.Timeline002790 li .con .txt {
	width: 60%;
}

.Timeline002790 li .con .txt span {
	font-size: 17px;
	font-weight: bold;
	color: #333;
}

.Timeline002790 li:nth-child(2n-1) .con figure {
	left: 20px
}

.Timeline002790 li:nth-child(2n-1) .con .txt {
	float: right;
	padding-left: 6%
}

.Timeline002790 li:nth-child(2n-1) .icon {
	left: auto;
	right: 0;
	border-radius: 6px 0 0 0
}

.Timeline002790 li:nth-child(2n-1) .con {
	float: left
}

.Timeline002790 li .txt {
	position: relative;
	font-size: 16px;
	line-height: 2;
	color: #333;
	padding-right: 50px
}

.Timeline002790 li:nth-child(2n-1) .txt {
	padding-right: 0
}

.Timeline002790 li .txt figure {
	transition: all ease 0.5s;
	position: absolute;
	top: 0;
	width: 120px;
	height: 100px;
}

.Timeline002790 li:nth-child(2n-1) .txt figure {
	left: 0;
}

.Timeline002790 li:nth-child(2n) .txt figure {
	right: 0;
}

.Timeline002790 li .txt figure img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.Timeline002790 li .txt h3 {
	margin: 0;
	font-size: 28px;
	color: #004aa5;
	padding-bottom: 10px;
	font-family: 'Fonts';
	line-height: 1;
}

.Timeline002790 li.hover .con {
	border: 1px solid #004aa5
}

.Timeline002790 li.hover:after {
	border-color: #004aa5
}

.Timeline002790 li.hover:before {
	border-color: #004aa5
}

.Timeline002790 li.nopic .con .txt {
	float: left;
	width: 50%;
	padding: 0 !important
}

@media(min-width:641px) {
	.Timeline002790 .year::before {
		left: 50%;
		margin-left: -0.5px;
	}

	.Timeline002790 li {
		width: 100%;
	}

	.Timeline002790 li:nth-child(2n-1) {
		float: left;
	}

	.Timeline002790 li:nth-child(2n) {
		float: right;
		z-index: 10;
	}
}

@media(max-width:640px) {

	.Timeline002790 li .con figure {
		right: 0px;
	}

	.Timeline002790 li:nth-child(2n-1) .con figure {
		left: 0px
	}

}


@media(max-width:1024px) {
	.Timeline002790 {
		padding-top: 0
	}

	.Timeline002790 li {
		margin-bottom: 20px;
		height: auto;
		overflow: hidden;
		margin-top: 0
	}

	.Timeline002790 li .con {
		width: 100%;
		float: left;
		padding: 20px
	}

	.Timeline002790 .year::before,
	.Timeline002790 li:after,
	.Timeline002790 li:before {
		display: none
	}

	.Timeline002790 li .con .txt,
	.Timeline002790 li .con figure {
		position: relative;
		float: left;
		width: 100%
	}

	.Timeline002790 li .con figure {
		height: 200px;
		margin-bottom: 40px;
	}
}

.Timeline002790 .more {
	text-align: center;
	padding-bottom: 20px;
}

.Timeline002790 .more a {
	width: 180px;
	height: 36px;
	text-align: left;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	background: url(../images/Timeline002790-more.png) no-repeat 70% center #004aa5;
	position: relative;
	z-index: 100;
	border-radius: 60px;
	text-align: center;
	padding-right: 20px;
}

/* histort e */


/* download */

.com_tit h3 {
	font-size: 38px;
	color: #333;
	display: block;
	margin-bottom: 45px;
	font-weight: 700;
}

.n_download {
	padding: 40px 0 60px;
}

.n_download ul {}

.n_download ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 50px 70px;
	background: #eceef0;
	margin-bottom: 32px;
}

.n_download ul li a {
	display: block;
}

.n_download ul li:nth-child(2n) {
	margin-right: 0;
}

.n_download ul li .time {
	font-size: 14px;
	color: #363636;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_download ul li h4 {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
	margin: 20px 0 30px;
	font-weight: bold;
}

.n_download ul li .bot {}



.n_download ul li .bot .ico {
	color: #767676;
	line-height: 40px;
}

.n_download ul li .bot .ico i {
	font-size: 28px;
	color: #004aa5;
	margin-right: 0.1rem;
}

.n_download ul li .bot .ico p {
	font-size: 16px;
}

.n_download .bot .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.n_download ul li .bot span {
	padding: 12px 15px;
	font-size: 14px;
	color: #5e5e5e;
	text-transform: uppercase;
	border: 1px solid #bcbec0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_download ul li:hover .bot span {
	background-color: #004aa5;
	border-color: #004aa5;
	color: white;
}

.n_download ul li .bot span i {
	margin-right: 10px;
}

.n_download ul li .bot span p {}

/* download e */



/* video-s */

.tacnhuang {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.tacnhuang .tbox {
	width: 70%;
	height: 70vh;
	position: relative;
	margin: 15vh auto;
}

.tacnhuang .tbox .out {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/out.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tacnhuang .tbox .out:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.tacnhuang .tbox .video {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.tacnhuang .tbox .video video {
	display: block;
	width: 100%;
	max-height: 100%;
}

.tacnhuang .tbox img {
	display: block;
	margin: 0 auto;
	max-width: inherit;
	height: 100%;
}

.syabo .imgg .ico_player:before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	/*background: url(../images/bf.png) center no-repeat;*/
	/*background-size: cover;*/
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	z-index: 999999;
}


.syabo .imgg .ico_player {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	/* border: 6px solid; */
	/* border-radius: 50%; */
	/* font-size: 45px; */
	text-align: center;
	background: url(../images/bf.png) center no-repeat;
	background-size: cover;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	/* color: rgba(255, 255, 255, .8); */
	cursor: pointer;
}



.tacnhuang1 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.tacnhuang1 .tbox {
	width: 70%;
	height: 70vh;
	position: relative;
	margin: 15vh auto;
}

.tacnhuang1 .tbox .out {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/out.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tacnhuang1 .tbox .out:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.tacnhuang1 .tbox .video {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.tacnhuang1 .tbox .video video {
	display: block;
	width: 100%;
	max-height: 100%;
}

.tacnhuang1 .tbox img {
	display: block;
	margin: 0 auto;
	max-width: inherit;
	height: 100%;
}


.ny-fr .shipin a .ico_player:before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background: url(../images/bf.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	z-index: 999999;
}


.ny-fr .shipin a .ico_player {
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	/* border: 6px solid; */
	/* border-radius: 50%; */
	/* font-size: 45px; */
	text-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	margin: auto;
	/* color: rgba(255, 255, 255, .8); */
	cursor: pointer;
}

/* video-s */
