/* common */
.inner {
	width: 90%;
	/* max-width: 1900px; */
	margin: 0 auto;
}

.padd {
	padding: 100px 0;
}

.hzTit {
	margin-bottom: 40px;
}

.hzTit span {
	font-size: 45px;
	color: #0068B7;
	font-weight: bold;
	line-height: 1.4;
}

.hzTit b {
	display: none;
	color: #0068B7;
	font-size: 28px;
	text-transform: uppercase;
}

.hzTit.center {
	text-align: center;
}

.hzTit.white b,
.hzTit.white span {
	color: #fff;
}

.hzDw {
	position: absolute;
	top: -108px;
}

.hrBtn {
	text-align: center;
}

.hrBtn .indMore {
	display: inline-block;
}

/*  */
.indMore {
	display: block;
	text-align: center;
	color: #0068B7;
	/* background: #0068B7; */
	line-height: 50px;
	padding: 0 50px;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
	border: 1px solid #0068B7;
	border-radius: 80px;
}

.indMore img {
	display: inline-block;
	width: 30px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	left: 0;
	transition: all 0.48s;
}

.indMore:hover img {
	left: 8px;
}

.indMore.sm {
	display: inline-block;
	line-height: 42px;
	padding: 0 22px;
	font-size: 12px;
}


/*定位导航*/
.dw_nav {
	width: 100%;
	line-height: 78px;
	border-bottom: 1px solid #e5e5e5;

}

.dw_nav_box {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}


.dw_nav ul li {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	padding: 0 12px;
	margin-left: 78px;
	color: #999;
	position: relative;
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}

.dw_nav ul li::after {
	content: "";
	width: 1px;
	height: 20px;
	background: #d6d6d6;
	position: absolute;
	right: -39px;
	top: 40%;
}

.dw_nav ul li:first-child {
	margin: 0;
}

.dw_nav ul li:last-child::after {
	content: none;
}

.dw_nav ul li a {
	display: block;
}

/* .two.dw_nav ul li
{
	width: 50%;
} */

.dw_nav_two {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dw_nav_two img {
	width: 20px;
	margin-right: 15px;
}

.dw_nav ul li.active,
.dw_nav ul li:hover {
	border-color: #0068B7;
}
.tit h2 {
	font-size: 45px;
	color: #0068B7;
	/* font-weight: bold; */
	line-height: 1;
}

.tit h2 span {
	/* display: none !important; */
	font-size: 24px;
	color: #333;
	font-weight: 300;
}

/* 页码 */

.fanye_news {
	margin-top: 68px;
	text-align: center;
}

.fanye_news a {
	display: inline-block;
	padding: 6px 24px;
	text-align: center;
	border: 1px solid#e5e5e5;
}

.fanye_news span {
	display: block;
	text-align: center;

}

.click_fanye_news {
	color: #fff !important;
	background: rgba(213, 82, 40, 0.9);
}


.appear {
	-wewgtit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-moz-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	-o-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
	opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		-moz-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-o-keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		-o-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		-o-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes opacity_show {
	0% {
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-o-transform: scale(0.3);
		transform: scale(0.3);
		-webkit-transform: translateY(150px);
		-moz-transform: translateY(150px);
		-o-transform: translateY(150px);
		transform: translateY(150px);
		opacity: .1;
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width: 1596px) {
	.container {
		width: 85%;
	}

	.wel-about-left {
		padding: 120px 9.5% 150px;
	}
}

/*	 index =========================================================  */
/* banner */
.banner {
	width: 100%;
	height: 100vh;
	position: relative;
}

.banImg {
	position: relative;
	height: 100%;

}

.banImg_img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banImg_mlb {
	display: none;
}

.banner video {
	width: 100%;
	height: 128%;
	-o-object-fit: cover;
	object-fit: cover;
}

.banTxt {
	z-index: 11;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 13%;
}

.banTxt h3 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 4px;
}

.banTxt p {
	font-size: 60px;
	color: #fff;
	line-height: 1.4;
	margin-top: 18px;
	font-weight: bold;
	letter-spacing: 5px;
}

.swiper-slide .banTxt .indMore {
	-webkit-transform: translateY(68px);
	-moz-transform: translateY(68px);
	-ms-transform: translateY(68px);
	-o-transform: translateY(68px);
	transform: translateY(68px);
	-webkit-transition: all 1s 0.48s;
	-o-transition: all 1s 0.48s;
	-moz-transition: all 1s 0.48s;
	transition: all 1s 0.48s;
	opacity: 0;
}

.swiper-slide.swiper-slide-active .banTxt span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.swiper-slide.swiper-slide-active .banTxt .indMore {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


.banner .prev,
.banner .next {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../fonts/bb6dfbef16ef40178514ea10d873e4c9.woff);
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gsjj_top {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gsjj_top img {
	width: 50px;
	height: 50px;
}

.gsjj .p {
	margin: 6px 0 24px;
	line-height: 1.6;
	color: #fff;
}

.sheHeizp,
.qiYenk {
	width: 50%;
	background: #0068B7;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 58px 0;
	text-align: center;

}

.sheHeizp>div,
.qiYenk>div {
	width: 72%;
}

.qiYenk {
	background: #e6a230;
}

.gsjj_bot {
	-webkit-order: -1;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.heZejj {
	width: 100%;
	height: 100%;
	padding: 68px 10%;
	position: relative;
}

.heZejj h3 {
	font-size: 45px;
	color: #0068B7;
	font-weight: 600;
}

.heZejj h4 {
	font-size: 26px;
	line-height: 1.6;
	font-weight: normal;
}

.heZejj p {
	font-size: 16px;
	margin-top: 14px;
	line-height: 2.1;

}

.fZzZ {
	width: 50%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.fZzZ li {
	list-style: none;
	height: 50%;
	background: #e0e0e0;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10%;
	font-size: 36px;
	color: #fff;
}

.fZzZ li:nth-child(2) {
	background: #959595;
}

.fZzZ img {
	width: 50PX;
	height: 50px;
}

.hzShuju {
	margin-top: 5%;
	border-top: 1px dashed #eee;
	padding-top: 5%;
}

.hzShuju ul {
	padding-bottom: 5%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hzShuju li {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/*align-items: center;*/
	-webkit-flex-direction: column-reverse;
	-moz-box-orient: vertical;
	-moz-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.hzShuju span,
.hzShuju i {
	font-size: 50px;
	font-weight: 600;
	color: #0068B7;
	line-height: 1;
	font-family: 'BebasNeue';
	position: relative;
	font-style: inherit;
}

.hzShuju b {
	font-size: 16px;
	color: #858585;
	margin-left: 25px;
}

.hzShuju .hzShuju_xq {
	margin-top: 5%;
}

.hzShuju_xq p {
	margin-top: 0;
	border-bottom: none;
	font-size: 14px;
}

.hzShuju_num {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.hzShuju_xq img,
.hzShuju_num img {
	display: block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.gsjs {
	background: #E94609 !important;
}

.gsjs section {
	padding: 2% 0;
}

/* 动态 */
.dtzx {
	background: #f5f5f5;
}

.dtzx .tit {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

}

.dtzx .tit .tit_xq {
	width: 30%;
	margin-left: 40%;
}

.dtzx .tit ul {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.dtzx .tit li {
	width: 20%;
	color: #f1b6a4;
	font-size: 24px;
	line-height: 48px;
}

.news_change {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	color: #fff;
	font-size: 34px;
	background: #E94609;
	text-align: center;
}

.dtzx .xp_change {
	width: 40% !important;
}

.dtzx .gallery-thumbs .swiper-slide-thumb-active {
	color: #e94609;

}

.dtzx .gallery-thumbs .swiper-slide-thumb-active li {

	font-size: 24px !important;
}

.dtzx_xq {
	margin-top: 3%;
}

.dtzx_xq_li {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dtzx_xq_l {
	width: 45%;
}

.dtzx_img_box {
	width: 100%;
	height: 100%;
	position: relative;
}

.dtzx_img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dtzx_xq_r {
	width: 55%;
	background: #fff;
	box-shadow: 0 20px 90px -5px rgb(29 56 72 / 17%)
}

.dtzx_xq_r ul {
	padding: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
}

.dtzx_xq_r li {

	border-bottom: 1px solid #eee;
	padding: 4% 0;
	position: relative;
	cursor: pointer;
}

.dtzx_xq_r li a {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.dtzx_xq_r li:last-child {
	border-bottom: none;
}

.dtzx_xq_r li span {
	width: 80px;
	font-size: 18px;
	color: #333;
	margin-right: 50px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0;
}

.dtzx_xq_r li span b {
	font-size: 13px;
	color: #999;
	display: block;
	line-height: 1;
}

.dtzx_xq_r li p {
	font-size: 18px;
	color: #333;
	width: calc(100% - 218px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.dt_change p {
	color: #0068B7 !important;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	font-weight: bold !important;
	-webkit-transform: translateX(-5%);
	-moz-transform: translateX(-5%);
	-ms-transform: translateX(-5%);
	-o-transform: translateX(-5%);
	transform: translateX(-5%);
}

.dtzx_img_1 {
	z-index: 2;
}

.xian_dt {
	position: absolute;
	left: -6%;
	top: 37%;
	width: 40px;
	height: 1px;
	background: #E94609;
}

.dtzx_xq_r li img {
	width: 40px;
	position: absolute;
	right: 5%;
	top: 25%;
}

.icon_hjt {
	display: none;
}

.dt_change .icon_hjt {
	display: block;
}

.dt_change .icon_heijt {
	display: none !important;
}


/*员工风采*/

.ygfc {
	position: relative;
}

.ygfc_img {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	padding-top: 64%;
}

.ygfc_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
}

.ygfc_div p {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

@media(min-width:1025px) {
	.ygfc_img img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: all .48s;
		-o-transition: all .48s;
		-moz-transition: all .48s;
		transition: all .48s;
	}
}


.ygfc {
	text-align: center;
}

.ygfc .prev,
.ygfc .next {
	display: inline-block;
	margin: 48px 10px 0;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 88;
	outline: none;
	background-repeat: no-repeat;
	-o-background-size: 100%;
	background-size: 100%;
	background-position: center;
}

.ygfc .prev {
	background-image: url(../images/icon_yg_left.png);


}

.ygfc .next {
	background-image: url(../images/icon_yg_right.png);
}

/*  */
.ygfc_box {
	position: relative;
}

.abFc {
	position: relative;
	overflow: hidden;
	margin-left: 4%;
	margin-right: 4%;
}

.abFc_a {
	float: left;
	display: block;
	width: 48%;
	margin: 1%;
}

.abFc_img {
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}

.abFc_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.48s;
}

.abFc_txt {
	margin-top: 10px;
}

.abFc_txt p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

@media(min-width:1025px) {
	.abFc_a:hover .abFc_img img {
		transform: scale(1.1);
	}
}

/*多肽药物研发平台*/
.duoTai {
	position: relative;
	padding: 5%;
}

.duoTai:nth-child(2n) {
	background: #f8f8f8;
}

.duoTai_xq {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.duoTai_img {
	width: 48%;
}

.duoTai_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}


.duoTai:nth-child(2n) .duoTai_text {
	order: -1;
	padding-left: 0;
	padding-right: 5%;
}

.duoTai_text {
	width: 52%;
	padding: 89px 5%;
}

.duoTai_text h3 {
	font-size: 30px;
	color: #0068B7;
	font-weight: 600;

}

.duoTai_text h4 {
	line-height: 1.6;
	font-size: 20px;
	margin-top: 4%;
	padding-bottom: 4%;
	border-bottom: 1px solid #d4d4d4;
}

.duoTai_text p {
	font-size: 16px;
	line-height: 2.1;
	margin-top: 28px;
}

.duoTai .swiper-pagination-fraction {
	width: 120px;
	font-size: 22px;
	top: 12%;
	bottom: initial;
	left: inherit;
	right: 0;
}

.duoTai .swiper-pagination-current {
	font-size: 44px;
}

.duoTai .swiper-pagination-total {
	font-size: 22px;
}

.dt_box2 {
	display: none;
}


/*news--------------------------------------------------------*/

.qiye_news a {
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid#e5e5e5;
	padding: 3% 0;
	position: relative;
}

.qiye_news li:first-child a {
	padding-top: 0;
}

.qiye_news a::after {
	content: "";
	width: 0%;
	height: 2px;
	background: #0068B7;
	position: absolute;
	left: 0%;
	bottom: 0%;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
	z-index: 3;
}

.qiye_news_text {
	width: 71.5%;
	padding: 2% 0;
	padding-left: 5%;
	-webkit-transition: all .48s;
	-o-transition: all .48s;
	-moz-transition: all .48s;
	transition: all .48s;
}

.qiye_news_text span {
	font-size: 18px;
}

.qiye_news_text h4 {
	font-size: 26px;
	margin-bottom: 2%;
	margin-top: 2%;
	-webkit-transition: all 0.48s;
	-o-transition: all 0.48s;
	-moz-transition: all 0.48s;
	transition: all 0.48s;
}

.qiye_news_text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 40px;
	color: #555;
}

.qiye_news_img {
	position: relative;
	width: 28.5%;
	overflow: hidden;
	padding-top: 18%;
}

.qiye_news_img img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}


@media(min-width:1025px) {
	.qiye_news a:hover::after {
		width: 100%;
	}

	.qiye_news a:hover .qiye_news_img img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	.qiye_news a:hover>.qiye_news_text {
		-webkit-transform: translateX(48px);
		-moz-transform: translateX(48px);
		-ms-transform: translateX(48px);
		-o-transform: translateX(48px);
		transform: translateX(48px);
	}

	.qiye_news a:hover h4 {
		color: #0068B7;
	}

}

/*========================================================================tzzgx_gp	*/
/*<!--股票信息-->*/
.gszl {
	padding-top: 68px;
}

.gszl_l .hzTit {
	width: 100%;
	border-bottom: 1px solid #f3f3f3;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.gszl_l .hzTit span {
	padding: 30px 0;
	position: relative;
}

.gszl_l .hzTit span::after {
	content: "";
	width: 40%;
	height: 5px;
	background: #0068B7;
	border-radius: 25px;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.gszl .hzTit a img {
	width: 16px;
	margin-left: 20px;
}

.gszl_xq {
	position: relative;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.gszl_l {
	width: -webkit-calc(100% - 514px);
	width: -moz-calc(100% - 514px);
	width: calc(100% - 514px);
	border-right: 1px solid #f3f3f3;
	padding-right: 5%;
}

.gszl_l ul {
	margin-top: 20px;
}

.gszl_l ul li {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 20px;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}

.gszl_l ul li img {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 2%;
	top: 35%;
}

.gszl_time {
	text-align: center;
	font-size: 12px;
}

.gszl_time b {
	font-size: 30px;
	line-height: 1.2;
}

.gszl_text {
	margin-left: 5%;
	font-size: 16px;
}

.gszl_text p:first-child {
	font-weight: 600;
}

.gszl_l_gg {
	text-align: center;
	padding: 20px 0;
	color: #999;
}

.gszl_r {
	width: 514px;
	padding: 50px;
}

/*============================================================ join */
/* 人才培养 */
.hrIdea {
	position: relative;
}

.hrIdea_box {
	overflow: hidden;
	box-shadow: 0 0px 40px 0px rgb(0 0 0 / 10%);
}

.hrIdea_item {
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 25%;
}

.hrIdea_img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50%;
}

.hrIdea_img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0068B7;
	opacity: 0.1;
}


.hrIdea_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.48s;
}

.hrIdea_txt {
	position: relative;
	width: 100%;
	padding: 48px 20px;
	text-align: center;
}

.hrIdea_txt::before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
}

.hrIdea_item:nth-child(2n) .hrIdea_txt {
	order: -1;
}

.hrIdea_item:nth-child(2n-1) .hrIdea_txt::before {

	border-bottom: 16px solid #fff;
	top: -16px;
}

.hrIdea_item:nth-child(2n) .hrIdea_txt::before {
	bottom: -16px;

	border-top: 16px solid #fff;
}

.hrIdea_txt img {
	width: 42px;
	margin: 0 auto;
}

.hrIdea_txt span {
	font-size: 22px;
	line-height: 2;
	margin: 8px auto;
	display: block;
}

.hrIdea_txt p {
	color: #666666;
	margin-bottom: 12px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 28px;
}

.hrIdea_txt i {

	position: relative;
	font-weight: bold;
	font-size: 28px;
	font-style: inherit;
	color: #999;
}

.hrIdea_txt i::before,
.hrIdea_txt i::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 38px;
	height: 1px;
	background: #eee;
}

.hrIdea_txt i::before {
	left: -48px;
}

.hrIdea_txt i::after {
	right: -48px;
}

@media(min-width:1025px) {
	.hrIdea_item:hover .hrIdea_img img {
		transform: scale(1.1);
	}
}

/*  */
.csAdd_join_mlb {
	display: none;
	margin: 28px 0;
	border: 1px solid #eee;
}

.csAdd_mlb_head {

	background: #0068B7;
}

.csAdd_mlb_head .csAdd_mlb_col {
	font-weight: bold;
	color: #fff;
}

.csAdd_mlb_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	border-top: 1px solid #eee;
}

.csAdd_mlb_col {
	width: 50%;
	padding: 14px 5px;
}

.csAdd_mlb_col:last-child {
	border-left: 1px solid #eee;
}

.csAdd_mlb_head .csAdd_mlb_col:last-child {
	border-color: rgba(255, 255, 255, 0.18);
}

/*============================================================ 薪酬福利 */
.monFive_box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.monFive_tit {
	position: relative;
	background: #0068B7;
	margin-top: 38px;
	width: 90%;
	margin-left: -5px;
	color: #fff;
	padding-left: 45px;
	line-height: 54px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}

.monFive_tit::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #a2330e;
	border-left: 5px solid transparent;
}

.monFive_tit::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-bottom: 54px solid #f5f6f7;
	border-left: 32px solid transparent;
}

.monFive_item {
	position: relative;
	z-index: 3;
	width: 17.5%;
}

.monFive_item::before {
	content: "";
	position: absolute;
	top: 10px;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f9f9fa;
}


.monFive_item>div {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: #fdfdfd url(../fonts/154bbbf2d5bc46b1b326136200a80cc9.woff) no-repeat center;
	background-size: cover;
	padding: 5% 5% 6%;
	border: 1px solid #eee;
	box-shadow: 0 0px 40px 0px rgb(0 0 0 / 10%);
	border-bottom-left-radius: 28px;
	border-bottom-right-radius: 28px;
}

.monThr_item::before {
	content: "";
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 58%;
	height: 6px;
	background: #0068B7;
	box-shadow: 0px 5px 5px rgb(213 83 40 / 21%);
	border-radius: 8px;
}

.monThr_tit {
	font-size: 22px;
	color: #0068B7;
	font-weight: bold;
	margin-bottom: 24px;
}

.monThr_tit span {
	display: block;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #0068B7;
	opacity: 0.5;
}

.monThr_txt svg {
	width: 14px;
	height: 14px;
}

.monThr_txt p {
	display: inline-block;
	/* color: #666; */
	font-size: 16px;
	margin: 6px 0;
	text-align: left;
	min-width: 45%;
}