.position {
	background-color: #e9f0f6;
}

.position .tab {
	position: relative;
	width: 110px;
	height: 70px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #f4f8fb;
	font-size: 15px;
	line-height: 20px;
	border-left: 1px solid #e9f0f6;
	text-align: center;
}

.position .tab.active {
	background-color: #1064a0;
	color: #fff;
	border: 0;
}

.position .tab.active .angle,
.pc-model .position .tab:hover .angle {
	display: block;
}

.position .angle {
	display: none;
	width: 0;
	height: 0;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
}

.position .mapSite {
	font-size: 12px;
	line-height: 70px;
}

.pc-model .position .mapSite a:hover {
	color: #1064a0;
}

.position .mapSite span {
	color: #1064a0;
}

.aboutTitle {
	font-size: 28px;
	padding: 50px 0 35px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.aboutTitle>div {
	padding: 8px;
	border: 1px solid #cccccc;
}

.aboutTitle>div>div {
	border: 1px solid #cccccc;
	padding: 18px 46px;
	margin-left: -18px;
	margin-top: -21px;
	background-color: #fff;
}

.detail {
	font-size: 16px;
	line-height: 24px;
}

.detail img {
	max-width: 100%;
}

.video {
	text-align: center;
}

.video video {
	width: 1030px;
	margin: 30px auto;
}

.picsList {
	border-top: 5px solid #f6f6f6;
	padding-top: 90px;
	padding-bottom: 90px;
	position: relative;
}

.honorList {
	width: 1100px;
}

.picsList .swiper-button-prev,
.picsList .swiper-button-next {
	outline: none;
}

.mobileDetail {
	display: none;
}

/* news */
.newsWrap {
	overflow: hidden;
}

.newsList {
	margin-left: -1.33%;
}

.newsList .item {
	width: 32%;
	float: left;
	margin: 0 0 40px 1.33%;
	border-bottom: 2px solid #d8dcdd;
	cursor: pointer;
}

.newsList .content {
	background-color: #f7f8fa;
	padding: 9px 16px 12px 16px;
}

.newsList .titleWrap {
	display: flex;
}

.newsList .date {
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 4px 8px;
	background-color: #1064a0;
	margin-right: 18px;
}

.newsList .title {
	line-height: 44px;
	height: 44px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 18px;
}

.newsList .intro {
	font-size: 14px;
	margin: 10px 0 15px 0;
	height: 54px;
	line-height: 27px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newsList .more {
	display: block;
	font-size: 12px;
	width: 88px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #cbcbcd;
	border-radius: 30px;
	color: #cbcbcd;
	background: url(../images/icon_more1.png) no-repeat 75px center;
	padding-right: 20px;
}

.pc-model .newsList .item:hover .content {
	background-color: #1064a0;
	color: #fff;
}

.pc-model .newsList .item:hover .date {
	color: #1064a0;
	background-color: #fff;
}

.pc-model .newsList .item:hover .more {
	border-color: #fff;
	color: #fff;
	background: url(../images/icon_more.png) no-repeat 75px center;
}

.pager {
	margin: 20px 0 40px 0;
}

#pager a.active {
	color: #1064a0;
}

#pager {
	text-align: center;
}

#pager a {
	margin: 10px;
	font-size: 18px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	cursor: pointer;
}

#pager a.disabled {
	color: #ddd;
}

.newsDetail .newsTitle {
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
}

.newsDetail .date {
	font-size: 14px;
	color: #999;
	text-align: center;
	padding: 27px 0;
}

.newsDetail .date span {
	background: url('../images/clock_03.png') left center no-repeat;
	padding-left: 25px;
}

.newsDetail .recommend {
	display: flex;
	justify-content: space-between;
}

.newsDetail .recommend a {
	background-color: #ccc;
	color: #fff;
	padding: 3px 8px;
}

.pc-model .newsDetail .recommend a:hover {
	background-color: #1064a0;
}

.newsDetail .recommend .pre {
	margin-right: 20px;
}

.newsDetail .recommend .next {
	margin-left: 20px;
}

.newsDetail .share,
.newsDetail .shareTitle {
	float: right;
	height: 38px;
	margin: 30px 0px 40px 0;
	overflow: hidden;
}

.newsDetail .shareTitle {
	line-height: 38px;
	margin-right: 8px;
	font-size: 14px;
}

.newsDetail #share a {
	width: 38px;
	height: 38px;
	margin: 0 5px;
	background-repeat: no-repeat;
}

.newsDetail #share .iconWeChat {
	background-image: url(../images/iconShareWeixin0.png);
	background-position: 0 0;
}

.newsDetail #share .iconWeiBo {
	background-image: url(../images/iconShareSina0.png);
	background-position: 0 0;
}

.newsDetail #share .iconQQ {
	background-image: url(../images/iconShareQq0.png);
	background-position: 0 0;
}

.pc-model .newsDetail #share .iconWeChat:hover {
	background-image: url(../images/iconShareWeixin0.png);
	background-position: 0 -42px;
}

.pc-model .newsDetail #share .iconWeiBo:hover {
	background-image: url(../images/iconShareSina0.png);
	background-position: 0 -42px;
}

.pc-model .newsDetail #share .iconQQ:hover {
	background-image: url(../images/iconShareQq0.png);
	background-position: 0 -42px;
}

/* joinUS */
.joinUS {
	margin-top: 20px;
	padding-top: 310px;
}

.joinUS .joinWrap {
	padding: 0 80px;
	width: 650px;
	margin: 0 auto;
	background-color: #fff;
}

.joinWrap .title {
	font-size: 22px;
	text-align: center;
	padding: 45px 0 30px 0;
}

.joinWrap .intro {
	font-size: 13px;
	text-align: center;
}

.joinWrap .aims {
	font-size: 16px;
	color: #999;
	display: flex;
	justify-content: center;
	margin: 45px 0 60px 0;
}

.joinWrap .aims .item {
	width: 73px;
	margin: 0 32px;
}

.joinWrap .aims .item p {
	padding-top: 20px;
}

.joinUS .typeList {
	font-size: 12px;
}

.joinUS .typeList a {
	border-radius: 2px;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #ddd;
	margin: 0 12px 12px 0;
	;
}

.pc-model .joinUS .typeList a.active,
.pc-model .joinUS .typeList a:hover {
	border: 1px solid #1064a0;
	background-color: #1064a0;
	color: #fff;
}

.joinUS .joibList {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.joinUS .item {
	color: #6c6c6c;
	width: 295px;
	margin: 30px 0 70px;
}

.joinUS .job {
	font-size: 16px;
	color: #1064a0;
}

.joinUS .enJob {
	font-size: 14px;
}

.joinUS .duty {
	font-size: 12px;
	margin: 40px 0;
	word-break: break-word;
}

.joinUS .send {
	display: inline-block;
	border-radius: 2px;
	padding: 8px 18px;
	color: #333;
	cursor: pointer;
	border: 0.5px solid #999;
}

.pc-model .joinUS .send:hover {
	color: #fff;
	border-color: #1064a0;
	background-color: #1064a0;
}

.joinUS .contact {
	background: url(../images/joinInfoBg_03.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	padding-bottom: 70px;
}

.joinUS .contact p {
	font-size: 22px;
	position: relative;
	padding: 30px 0 10px 0;
}

.joinUS .contact p span {
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0 10px;
	margin-left: -10px;
	border-top: 2px solid #1291fb;
}

.joinUS .contact div {
	font-size: 14px;
	line-height: 40px;
	padding: 20px 0;
}

.joinUS .contact a {
	color: #1291fb;
}

/* contactUs */
.contactUs .BMapLabel {
	left: -50px !important;
	top: -20px !important;
	border: none !important;
	padding: 3px 0 !important;
}

.contactUs #dituContent {
	float: left;
	width: 60.4%;
	height: 420px;
}

.contactUs .addressDetail {
	float: right;
	width: 37%;
}

.contactUs .addressDetail div {
	font-size: 22px;
	line-height: 30px;
	padding: 30px 0 20px 0;
}

.contactUs .addressDetail p {
	font-size: 14px;
	padding: 10px 0 10px 35px;
}

.pc-model .contactUs .addressDetail p a:hover {
	color: #0f64a0;
}

.contactUs .address {
	background: url(../images/ico_address.png) left center no-repeat;
}

.contactUs .tel {
	background: url(../images/ico_phone.png) left center no-repeat;
}

.contactUs .mail {
	background: url(../images/ico_email.png) left center no-repeat;
}

.anchorBL {
	display: none;
}

.main .line {
	border-top: 1px solid #ccc;
	margin: 50px 0;
}

.contactUs .formTitle {
	font-size: 22px;
	text-align: center;
}

.contactUs .contactForm {
	width: 1030px;
	margin: 55px auto 0 auto;
	font-size: 16px;
}

.contactUs .leftForm {
	float: left;
}

.contactUs .leftForm input {
	outline: none;
	width: 480px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 0 5px;
	margin: 16px 0 30px;
}

.contactUs .rightForm {
	float: right;
}

.contactUs .rightForm textarea {
	width: 472px;
	height: 139px;
	border: 1px solid #ccc;
	border-radius: 2px;
	padding: 5px;
	margin: 16px 0 30px;
	outline: none;
}

.contactUs input:focus,
.contactUs textarea:focus {
	border-color: #1064a0;
}

.contactUs .contactForm li {
	position: relative;
}

.contactUs .contactForm .errorWrap {
	font-size: 12px;
	color: #c10a0a;
	position: absolute;
	left: 2px;
	top: 77px;
}

.contactUs .submitBtn {
	display: block;
	width: 482px;
	height: 42px;
	line-height: 45px;
	text-align: center;
	background-color: #1064a0;
	color: #fff;
	margin-top: 27px;
	border-radius: 2px;
}

.contactUs .submitBtn img {
	margin-top: -4px;
}

.contactUs .box {
	position: fixed;
	z-index: 12;
	width: 298px;
	height: 164px;
	left: 50%;
	top: 50%;
	margin-left: -149px;
	margin-top: -82px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
	display: none;
}

.contactUs .box .success,
.box .fail {
	display: none;
}

.contactUs .box img {
	margin-top: 50px;
	margin-bottom: 12px;
}

.contactUs .box p {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.6px;
	line-height: 164px;
}



@media screen and (max-width: 1200px) {
	.position .tab {
		font-size: 14px;
		height: 68px;
	}

	.position .mapSite {
		display: none;
	}

	.aboutTitle {
		font-size: 16px;
		padding: 40px 0 22px 0;
	}

	.aboutTitle>div {
		padding: 5px;
	}

	.aboutTitle>div>div {
		padding: 10px 30px;
		margin-left: -11px;
		margin-top: -14px;
	}

	.detail {
		font-size: 12px;
		line-height: 18px;
	}

	.video video {
		width: 480px;
	}

	.picsList {
		border-top: 3px solid #f6f6f6;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.honorList {
		width: auto;
	}

	.picsList .swiper-button-prev,
	.picsList .swiper-button-next {
		display: none;
	}

	.newsDetail .newsTitle {
		font-size: 16px;
		margin-top: 30px;
	}

	.newsDetail .date {
		font-size: 12px;
		padding: 15px 0;
	}

	.newsDetail .date span {
		background: url('../images/clock_03.png') left center no-repeat;
		background-size: 12px;
		padding-left: 18px;
	}

	.newsDetail .recommend span {
		display: none;
	}

	.newsDetail #share a {
		width: 30px;
		height: 30px;
		background-size: 30px;
	}

	.newsDetail .shareTitle {
		line-height: 30px;
		font-size: 12px;
	}

	.newsDetail .share,
	.newsDetail .shareTitle {
		height: 30px;
	}
}

@media screen and (max-width: 1030px) {

	/* contactUs */
	.contactUs .contactForm {
		width: 100%;
	}

	.contactUs .leftForm {
		float: none;
	}

	.contactUs .rightForm {
		float: none;
	}
}

@media screen and (max-width: 810px) {

	/* joinUS */
	.joinUS {
		margin-top: 10px;
		padding-top: 90px;
	}

	.joinUS .joinWrap {
		width: auto;
		padding: 0 10px;
	}

	.joinWrap .title {
		font-size: 16px;
		padding: 25px 0 15px 0;
	}

	.joinWrap .intro {
		font-size: 12px;
	}

	.joinWrap .aims {
		font-size: 14px;
		margin: 25px 0 30px 0;
	}

	.joinWrap .aims .item {
		width: 60px;
		margin: 0 15px;
	}

	.joinWrap .aims .item p {
		padding-top: 10px;
	}

	.joinUS .item {
		width: 100%;
		margin: 30px 0 40px;
	}

	.joinUS .job {
		font-size: 14px;
	}

	.joinUS .enJob {
		font-size: 12px;
	}

	.joinUS .duty {
		font-size: 11px;
		margin: 20px 0;
	}

	.joinUS .contact {
		padding-bottom: 40px;
	}

	.joinUS .contact p {
		font-size: 16px;
	}

	.joinUS .contact div {
		font-size: 12px;
		line-height: 20px;
	}
}

@media screen and (max-width: 480px) {
	.video video {
		width: 100%;
	}

	.position .tab {
		line-height: 16px;
		width: 90px;
		height: 38px;
		padding: 5px;
	}

	.position .angle {
		border-width: 0 5px 5px;
		margin-left: -2.5px;
	}

	.mobileDetail {
		display: block;
	}

	.pcDetail {
		display: none;
	}

	/* news */
	.newsList .item {
		width: 100%;
		margin-bottom: 20px;
	}

	.newsList .date {
		margin-right: 10px;
	}

	.newsList .title {
		font-size: 15px;
	}

	.newsList .intro {
		font-size: 12px;
	}

	.newsList .more {
		font-size: 10px;
	}

	#pager a {
		margin: 6px;
		font-size: 14px;
		padding: 3px 6px;
	}

	/* contactUs */
	.contactUs #dituContent {
		float: none;
		width: 100%;
		height: 210px;
		margin-bottom: 10px;
	}

	.contactUs .addressDetail {
		float: none;
		width: 100%;
	}

	.contactUs .addressDetail div {
		font-size: 16px;
		padding: 15px 0 10px 0;
	}

	.contactUs .addressDetail p {
		font-size: 12px;
		padding: 5px 0 5px 25px;
	}

	.contactUs .address {
		background: url(../images/ico_address.png) left center no-repeat;
		background-size: 10px auto;
	}

	.contactUs .tel {
		background: url(../images/ico_phone.png) left center no-repeat;
		background-size: 10px auto;
	}

	.contactUs .mail {
		background: url(../images/ico_email.png) left center no-repeat;
		background-size: 10px auto;
	}

	.line {
		margin: 25px 0;
	}

	.contactUs .formTitle {
		font-size: 16px;
	}

	.contactUs .contactForm {
		width: 100%;
		margin: 35px auto 0 auto;
		font-size: 12px;
	}

	.contactUs .leftForm input {
		width: 97%;
		margin: 5px 0 25px;
	}

	.contactUs .rightForm textarea {
		width: 97%;
		height: 119px;
		margin: 5px 0 10px;
	}

	.contactUs .contactForm .errorWrap {
		top: 65px;
	}

	.contactUs .submitBtn {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactUs .box p {
		font-size: 14px;
	}
}
