html,
body {
	/* display: grid; */
}

.navUL {
	line-height: 5;
}

.navUL li a {
	color: #000;
}

.navUL .active {
	color: #52bcff;
}

#bannar {
	/* background: url(../img/index/bannarbck.png) no-repeat; */
	/* background: url(../img/index/page-header-background.jpg) no-repeat; */
	background: url(http://www.hw-est.com/backend/web/new-website/img/index/page-header-background.jpg) no-repeat;
	
	background-size: 100% 100%;
}
.content-box {
	max-width: 1200px;
	width: 80%;
	margin: auto;
}
@media screen and (max-width: 900px) {
	.content-box {
		width: 95%;
	}
}

.content-box .wenhua {
	overflow: hidden;
	margin-top: 50px;
}

.content-box .wenhua .service {
	width: 100%;
	/* height: 240px; */
	margin: 0 auto;
	padding: 60px 100px;
	background: url(../img/service/wimg40.png) no-repeat;
	background-size: cover;
	display: flex;
}

.content-box .wenhua .service .service-left {
	margin-right: 20px;
	white-space: nowrap;
}

.content-box .wenhua .service .service-left .en {
	font-size: 30px;
	font-weight: bold;
	color: #9bd8ff;
}

.content-box .wenhua .service .service-left .ch {
	font-size: 20px;
	color: #303030;
}

.content-box .wenhua .service .service-right {
	padding-left: 85px;
}

.content-box .wenhua .service .service-right .serviceTxt {
	font-size: 14px;
	color: #5d5d5d;
}

.content-box .wenhua .service-right:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 80%;
	background: #e5e5e5;
	display: block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
.service-text-mobile {
	display: none;
}

@media screen and (max-width: 900px)  and (min-width: 800px) {
	.service-right {
		padding-left: 50px !important;
	}
	.service {
		padding-right: 50px !important;
	}
}
@media screen and (max-width: 800px) {
	.service-right {
		display: none;
	}
	.service-left {
		margin-right: 0 !important;
	}
	.service-text-mobile {
		display: block;
		background: linear-gradient(to right, #f8f8f8, #f9f9f9);
		font-size: 15px;
		padding: 30px;
		line-height: 30px;
	}
	.service {
		justify-content: flex-end;
	}
}

.content-box .wenhua .wenhua-slogan {
	position: relative;
	width: 100%;
	height: 217px;
	margin-top: 128px;
	background: url(../img/about/bck.png) no-repeat;
	background-size: cover;
}

.content-box .wenhua .wenhua-slogan .slogan {
	position: absolute;
	top: -136px;
	width: 100%;
}

.content-box .wenhua .wenhua-slogan .slogan li {
	width: 31.33%;
	height: 175px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(201, 201, 201, 1);
}

.content-box .wenhua .wenhua-slogan .slogan li:nth-child(2) {
	margin: 0 3%;
}

.content-box .wenhua .slogan .slogan-title {
	margin: 40px 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #52bcff;
}

.content-box .wenhua .slogan .slogan-txt {
	font-size: 14px;
	color: #616161;
}

.contactBox {
	display: flex;
	justify-content: space-between;
}

/* 荣誉证书 */
.policy-top {
	max-width: 1200px;
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.policy-top p {
	margin-bottom: 10px;
}

.policy-top .after-en {
	font-size: 30px;
	font-weight: bold;
	color: #9bd8ff;
}

.policy-top .after-ch {
	font-size: 20px;
	color: #303030;
}

.policy-top .after-txt {
	/* width: 602px; */
	font-size: 14px;
	color: #5d5d5d;
}

.line {
	width: 100%;
	height: 2px;
	background: rgba(229, 229, 229, 1);
}

.hornorBox {
	margin: 50px 0;
}

.hornorBox li {
	width: 33%;
	text-align: center;
	padding: 0 6px 12px;
}
@media screen and (max-width: 1000px){
	.hornorBox li {
		width: 50%;
	}
	.hornorBox li p {
		font-size: 14px !important;
	}
}
@media screen and (max-width: 600px) {
	.hornorBox li:nth-of-type(3) {
		width: 100%;
	}
/* 	.hornorBox li:nth-of-type(2) {
		width: 100%;
	} */
	.hornorBox li p {
		font-size: 13px !important;
	}
}

.hornorBox li div {
	background: #eee;
	/* width: 300px; */
	height: 220px;
	line-height: 220px;
	margin: 0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.hornorBox li img {
	height: 200px;
	cursor: pointer;
	margin-top: 10px;
	max-width: 100%;
}

.hornorBox li p {
	height: 67px;
	line-height: 67px;
	font-size: 16px;
	color: #313131;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

/* 联系我们 */
.contactBox {
	margin: 50px 0;
}

.contactBox li {
	width: 31.33%;
	text-align: center;
	padding: 0 6px 12px;
}

.contactBox li p {
	margin: 10px 0;
	font-size: 16px;
	color: #313131;
}

.contactBox li .txt {
	font-size: 14px;
	color: #616161;
}
@media screen and (max-width: 800px) {
	.contactBox li img{
		height: 20vw;
		width: 20vw;
		border-radius: 10vw;
	}
	.contactBox li{
		padding: 0;
	}
	.contactBox li p {
		margin: 10px 0;
		font-size: 13px !important;
		color: #313131;
		word-wrap: break-word;
	}
}

.we-box {
	margin-bottom: 80px;
	display: flex;
	flex-wrap: wrap;
}

#map {
	width: 50%;
	height: 400px;
}

.weInfo {
	box-sizing: border-box;
	width: 50%;
	height: 400px;
	padding: 50px 80px;
	background: #f5f5f5;
}

@media screen and (max-width: 800px) {
	#map {
		width: 100%;
		height: 50vw;
	}
	.weInfo {
		width: 100%;
		padding: 10vw;
	}
}

.weInfo h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #303030;
}

.weInfo p {
	margin-bottom: 20px;
	font-size: 14px;
	color: #616161;
	line-height: 25px;
}

/* 企业简介 */
.qyjs-box {
	max-width: 1200px;
	width: 95%;
	margin: 50px auto 244px;
}
@media screen and (max-width: 800px) {
	.qyjs-box {
		margin-bottom: 100px !important;
	}
}

.jianjie {
	display: flex;
	flex-wrap: wrap;
}

.jianjieBg {
	width: 540px;
	height: 345px;
	background: url(../img//about/title.png) no-repeat;
	background-size: cover;
}

.jianjieTxt {
	padding: 5px 0 5px 20px;
	overflow: hidden;
}

.jianjieCont p {
	text-indent: 30px;
	line-height: 30px;
}

.jianjieTxt h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #52bcff;
}

.jianjieTxt .jianjieCont {
	width: 480px;
	font-size: 14px;
	color: #616161;
}

@media screen and (max-width: 1100px) {
	.jianjieBg {
		width: 100%;
		height: 50vw;
		background: url(../img//about/title.png) no-repeat;
		background-size: cover;
	}
	
	.jianjieTxt {
		padding: 5px 0 5px 20px;
		overflow: hidden;
		margin-top: 20px;
	}
	.jianjieTxt .jianjieCont {
		width: 100%;
		font-size: 14px;
		color: #616161;
	}
}

.advantage {
	position: relative;
	height: 281.1px;
	padding-top: 24px;
	margin-top: 40px;
	background: #cde7f7;
}

.advantage p {
	font-size: 20px;
	text-align: center;
	color: #303030;
}

.advantage ul {
	position: absolute;
	top: 86px;
	overflow: hidden;
}

.advantage ul li {
	width: 33.33%;
	height: 400px;
	padding: 30px 0;
	text-align: center;
	background: #fff;
}

.advantage ul li p {
	margin: 0 0 40px;
	font-size: 18px;
	color: #303030;
}

.advantage ul .middle {
	margin: 0 3%;
}

.advantage ul li .sub-txt {
	padding: 0 30px;
	text-align: justify;
	font-size: 14px;
	color: #616161;
}

/*  */
.join {
	width: 85px;
	height: 26px;
	text-align: center;
	background: #fff;
	color: #616161;
	display: inline-block;
	border: 1px solid rgba(215, 215, 215, 1);
	line-height: 26px;
	font-size: 14px;
}

.slogan {
	margin: 50px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.slogan li {
	width: 31.33%;
	text-align: center;
}

@media screen and (max-width: 1000px) {
	.slogan li {
		width: 100%;
		text-align: center;
	}
	.slogan li .sloganTxt {
		margin-top: 10px !important;
		padding-left: 15px !important;
	}
}

.slogan li .sloganTitle {
	/* width: 197px; */
	height: 45px;
	font-size: 17px;
	margin: 0 auto;
	text-align: justify;
	border-left: 5px solid #44bdcb;
	padding-left: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	background-color: #e7e5e5;
}

.slogan li .sloganTxt {
	width: 100%;
	margin: 34px auto;
	color: #6a6a6a;
	font-size: 16px;
	text-align: justify;
}

.recruit {}

.recruit li {
	background-color: #fff;
}

.r-title {
	width: 90%;
	margin: 0 auto;
	padding: 21px 0;
	font-size: 18px;
	/*font-family: Microsoft YaHei UI;*/
	font-family: Times New Roman;
	font-weight: bold;
	color: rgba(49, 49, 49, 1);
}

.r-i-title {
	cursor: pointer;
	padding: 0 15px;
}

.r-i-title:hover {
	background: #eaeaea;
}

.r-i-content {
	padding: 0 25px;
}

.salary {
	padding: 21px 0;
	color: #52bcff;
	font-weight: bold;
}

.r-item {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.r-item>p {
	display: inline-block;
	color: #313131;
	padding-left: 27px;
	margin-right: 50px;
	font-size: 14px;
}
.r-item>p:last-of-type {
	margin-right: 0;
}

.r-item #address {
	background: url(../img/about/address.png) no-repeat;
	background-position: 0 0;
}

.r-item #year {
	background: url(../img/about/year.png) no-repeat;
	background-position: 0 0;
}

.r-item #education {
	background: url(../img/about/education.png) no-repeat;
	background-position: 0 0;
}

.r-item>p:first-child {
	text-indent: 0px;
}

.r-item>p:last-child {
	border-right: none;
}

.r-item>p>img {
	vertical-align: middle;
}

.r-desc {
	width: 100%;
	margin: 0 auto;
}

.r-desc>h3 {
	margin: 25px 0;
	color: #313131;
	font-size: 16px;
}

.r-desc>p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
}

.culture-slogan {
	position: relative;
	max-width: 1200px;
	width: 95%;
	height: 217px;
	margin: 128px auto 0;
	background: url(../img/about/bck.png) no-repeat;
	background-size: cover;
}

.culture-slogan li {
	width: 23%;
	height: 175px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(201, 201, 201, 1);
}

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

.culture-slogan ul {
	position: absolute;
	top: -136px;
	width: 100%;
}

.culture-slogan .slogan-title {
	margin: 40px 0 20px;
	font-size: 24px;
	font-weight: bold;
	color: #52bcff;
}

.culture-slogan .slogan-txt {
	font-size: 14px;
	color: #616161;
}

@media screen and (max-width: 800px) {
	.culture-slogan ul {
		position: absolute;
		top: -100px;
		width: 100%;
	}
	.culture-slogan li {
		height: auto;
		padding: 3vw 0;
	}
	.culture-slogan .slogan-title {
		margin: 2vw 0 1vw;
		font-size: 4vw;
	}
}
