body {
	width: 100%;
	color: #000000;
}

.header-banner {
	position: relative;
}

.header-banner>img {
	width: 100%;
}

.header-banner-textbox {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	width: 66%;
	height: 30%;
	margin: auto;
}

.header-banner-textbox>p {
	color: #FFFFFF;
	letter-spacing: 5px;
	font-size: 42px;
	padding-bottom: 10px;
}

.header-banner-textbox>span {
	padding: 6px 12px;
	letter-spacing: 5px;
	color: #064393;
	font-size: 24px;
	background-color: #ffffff;
	display: inline-block;
	opacity: 0.8;
}

.teamtitle {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.6)
}

#imgmask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1500;
	background: rgba(0, 0, 0, .4);
	opacity: 0;
}

#imgmask.zoomed {
	opacity: 1;
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

/* pc端 */
@media screen and (min-width: 1024px) {
	html {
		/* 1rem=16px */
		font-size: 16px !important;
	}



	/* 标题与子标题样式  start */
	.common-sub-caption-left {
		height: 18%;
		font-size: 16px;
		text-align: left;
		margin-left: 1.2%;
	}

	.common-sub-caption-right {
		height: 18%;
		font-size: 16px;
		text-align: right;
		margin-right: 2%;
	}

	.common-sub-title {
		font-size: 28px;
		font-weight: bold;
	}

	.common-sub-line {
		width: 70px;
		height: 3px;
		border-left: 25px solid #ff0038;
		background: #064393;
		margin-top: 10px;
	}

	.common-sub-line-right {
		width: 70px;
		height: 3px;
		border-left: 25px solid #ff0038;
		background: #064393;
		margin-top: 10px;
		position: absolute;
		right: 0;
	}

	.common-sub-desc {
		width: 70%;
		margin-left: 30%;
		margin-top: 3%;
		margin-bottom: 4%;
		line-height: 30px;
	}

	.no-padding {
		padding-left: 0 !important;
		padding-right: 15px !important;
	}

	/* 人才战略 start */

	.man-head {
		width: 70%;
		margin: 0 15%;
		margin-top: 7%;
	}

	.man-idea-cont {
		position: relative;
		width: 70%;
		margin: 2% 15% 10%;
	}


	.outer-img>img {
		transition: all 1s;
	}

	.outer-img>img:hover {
		transform: scale(1.2);
	}

	.outer-img {
		width: 45%;
		margin-left: 55%;
		overflow: hidden;
	}

	.inner-cont {
		position: absolute;
		top: 0;
		left: 0;
		color: #FFFFFF;
		width: 55%;
		height: 100%;
		padding-right: 2%;
	}

	.inner-cont img {
		width: 100%;
		height: 100%;
	}

	.inner-text {
		height: 50%;
		color: #333333;
		letter-spacing: 2px;
		line-height: 23px;
		font-size: 14px;
	}

	.inner-bottom {
		height: 50%;
		padding-top: 4%;
	}

	.left-sub-img {
		width: 30.3%;
		height: 100%;
		margin-right: 2%;
		display: inline-block;
	}

	.img-box {
		overflow: hidden;
	}

	.img-box>img {
		transition: all 1s;
	}

	.img-box>img:hover {
		transform: scale(1.2);
	}

	/* 人才战略end */

	/* 团队建设 start */
    
    .fdimg-box {
		width: 60%;
	}
    
	.mobile-team-bg {
		display: none;
	}

	.team-building {
		width: 100%;
		background-color: pink;
		position: relative;
		color: #FFFFFF;
	}

	.team-building .inner {
		width: 72%;
		height: 80%;
		top: 5%;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
	}

	.team-building .txt {
		font-size: 1rem;
		color: #333333;
		line-height: 26px;
		letter-spacing: 2px;
		margin: 3.5% 0 7%;
	}

	.team-building .team-imgs {
		position: relative;
		margin: 7% 0 3%;
	}

	.team-building .team-imgs img {
		width: 100%;
		transition: all 1s;
	}

	.team-building .img {
		overflow: hidden;
		margin: 15px 0;
	}


	.team-imgs img:hover {
		transform: scale(1.2);
	}

	.img-btn {
		position: absolute;
		bottom: 0;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.pre-btn,
	.next-btn {
		display: inline-block;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		width: 22px;
		height: 24px;
		margin: 0 5px;
		cursor: pointer;
	}

	/* 团队建设end */

	/* 社会责任 start */
	.social {
		width: 100%;
		margin-bottom: 6%;
	}

	.social .inner {
		width: 72%;
		margin: auto;
		margin-top: 5%;
	}


	.cont {
		margin: 5% 0;
		position: relative;
	}

	.cont .txt {
		font-size: 1rem;
		line-height: 26px;
		letter-spacing: 2px;
		color: #333333;
		padding-left: 5% !important;
		padding-top: 4% !important;
	}

	.img {
		overflow: hidden;
	}

	.img img {
		transition: all 1s;
	}

	.cont img:hover {
		transform: scale(1.2);
	}


	/* 社会责任end */


	/* 标题与子标题样式  end */
}

/* 手机端 */
@media screen and (max-width: 1024px) {
	html {
		/* 1rem=14px */
		font-size: 14px !important;
	}
	
	.fdimg-box {
		width: 85%;
	}
	
	.header-banner {
	    position: relative;
		margin-top: 50px;
	}

	.inner {
		margin: 0 3%;
	}

	.header-banner-textbox {
		position: absolute;
		top: 28%;
		left: 0;
		right: 0;
		width: 50%;
		height: 30%;
		margin: auto;
	}
	
	.header-banner-textbox>p {
	    padding-bottom: 3px;
	}

	.header-banner-textbox>p {
		font-size: 52px;
		letter-spacing: 5px;
		font-weight: 400;
		color: #FFFFFF;
	}

	/* //头部标题字号差距过大 直接赋值 */
	.header-banner-textbox {
		width: 75%;
	}

	.header-banner-textbox>p {
		font-size: 20px;
		margin-bottom: 0;
		padding-left: 3px;
		font-weight: bold;
	}

	.header-banner-textbox>span {
		letter-spacing: 3px;
		font-size: 14px;
		padding: 6px 12px;
		color: #064393;
		background-color: #ffffff;
		display: inline-block;
		opacity: 0.6;
	}

	/* 标题与子标题样式  start */
	.common-sub-caption-left {
		height: 18%;
		font-size: 16px;
		text-align: left;
		margin-left: 4%;
	}

	.common-sub-caption-right {
		height: 18%;
		font-size: 16px;
		text-align: right;
	}

	.common-sub-title {
		font-size: 18px;
		font-weight: bold;
		margin-top: 10%;
		padding-right: 12px;
	}

	.common-sub-line {
		width: 70px;
		height: 3px;
		border-left: 25px solid #ff0038;
		background: #064393;
		margin-top: 10px;
	}


	.common-sub-desc {
		width: 100%;
		text-align: left;
		font-size: 1rem;
		margin-top: 2%;
	}

	.no-padding {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.man-idea-cont {
		margin: 4%;
		margin-top: 6%;
	}

	.man-idea-cont .inner-text {
		font-size: 14px;
		line-height: 24px;
		margin: 4% 0;
		letter-spacing: 1px;
		 color: #707072;
		 text-indent:2em;
	}

	.inner-bottom {
		padding-bottom: 8%;
	}

	.inner-bottom .img-box {
		width: calc(33.3% - 4px);
		display: inline-block;
	}


	.social .cont .txt {
		color: #707072;
		line-height: 24px;
		margin-top: 5%;
		text-indent:2em;
	}

	.col-md-5 .img {
		padding: 10%;
	}


	.pc-team-bg {
		display: none;
	}

	.team-building {
		position: relative;
	}

	.team-building .inner {
		position: absolute;
		top: 0;
	}

	.team-building .common-sub-title {
		font-size: 18px;
		font-weight: bold;
		margin-top: 5%;
		padding-right: 12px;
		color: #FFF;
	}



	.team-building .common-sub-desc {
		width: 100%;
		text-align: left;
		font-size: .9rem;
		margin-top: 2%;
		color: #FFF;
	}



	.team-imgs {
		 padding-top: 4%;
	}

	.team-imgs .img {
		margin-bottom: 15%;
	}

	.teamtitle {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 5px;
		background: rgba(255, 255, 255, 0.6);
	}

	.img-btn {
		text-align: center;
	}

	.pre-btn,
	.next-btn {
		display: inline-block;
		/* background-color: #074493; */
		border: 1px solid #FFF;
		border: 1px solid rgba(255,255,255,0.8);
		width: 22px;
		height: 24px;
		margin: 0 5px;
		cursor: pointer;
	}

	.social {
		padding-bottom: 8%;
	}

	.social .cont {
		margin-top: 8%;
	}


}
