@charset "utf-8";

.hj-nav,
.hj-nav li {
	background-color: #f5f5f5
}

.hj-article-details .hj-article-details-box .con img,
.hj-table {
	max-width: 100%
}

#aboutUsPage .hj-mission ul:after,
#contactUspage .contactUs-list .item .wrap .contactUs-item:after,
#contactUspage .contactUs-list:after,
#contactUspage .demand-submit .input:after,
#fillInPage .fillIn-list .educational-experience:after,
#fillInPage .fillIn-list .fillIn-area:after,
#fillInPage .fillIn-list .work-experience:after,
#industryPage .industry-box .industry-item .text .more:after,
#joinUs .us-intr:after,
#newsPage .news-list:after,
#servicePage .service-intr:after,
#servicePage .service-list:after,
#staffPage .staff-details-con .link:after, 
#staffPage .staff-modular2 .con:after,
.about-cooperation .logo-wrap:after,
.about-honor .about-honor-box .honor-con .honor-item li:after,
.about-video .about-video-box .video-wrap:after,
.hj-article-details .hj-article-details-box .info:after,
.hj-article-details .hj-article-details-box .link:after,
.hj-nav ul:after {
	clear: both
}

.wh100 {
	width: 100%;
	height: 100%
}

.text-autocut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.text-space-no {
	white-space: nowrap;
	word-wrap: normal;
	word-break: keep-all
}

.text-space-yes {
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all
}

.text-c {
	text-align: center !important
}

.text-l {
	text-align: left !important
}

.text-r {
	text-align: right !important
}

.hj-wrap {
	width: 1570px;
	margin: 0 auto
}

.hj-table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	overflow: hidden
}

.hj-table .hj-table-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center
}

.hj-banner {
	width: 100%
}

.hj-banner .img {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative
}

.hj-banner .img img {
	width: 1920px;
	display: block;
	height: 320px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px
}

.hj-nav {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 1px
}

.hj-nav ul {
	display: inline-block;
	font-size: 0;
	text-align: left
}

.hj-nav ul:after,
.hj-nav ul:before {
	content: " ";
	display: table
}

.hj-nav li {
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	width: 130px;
	margin-left: -1px;
	border: 1px solid #e8e8e8;
	margin-top: -1px
}

.hj-nav li a {
	font-size: 16px;
	display: block
}

.hj-nav li a:hover {
	color: #ca2611
}

.hj-nav li.active {
	background-color: #ca2611
}

.hj-nav li.active a {
	color: #fff
}

.hj-article-details .hj-article-details-box {
	padding: 30px 0
}

.hj-article-details .hj-article-details-box .title {
	margin-bottom: 26px;
	font-size: 26px;
	font-weight: 700
}

.hj-article-details .hj-article-details-box .info {
	line-height: 34px;
	border-bottom: 1px solid #e8e8e8;
	color: #999
}

.hj-article-details .hj-article-details-box .info:after,
.hj-article-details .hj-article-details-box .info:before {
	content: " ";
	display: table
}

.hj-article-details .hj-article-details-box .info i {
	vertical-align: middle
}

.hj-article-details .hj-article-details-box .info b,
.hj-article-details .hj-article-details-box .info em {
	font-weight: 400
}

.hj-article-details .hj-article-details-box .info span {
	float: left;
	padding: 0 15px;
	height: 16px;
	line-height: 16px;
	margin-top: 8px;
	border-left: 1px solid #999
}

.hj-article-details .hj-article-details-box .info span:first-child {
	border-left: 0
}

.hj-article-details .hj-article-details-box .info .return {
	float: right;
	color: #666
}

.hj-article-details .hj-article-details-box .info .return:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 34px;
	vertical-align: middle;
	margin-right: 5px;
	background: url(../img/icon/return-icon.png) center no-repeat
}

.hj-article-details .hj-article-details-box .con {
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8
}

.hj-article-details .hj-article-details-box .btn,
.hj-page {
	padding: 20px 0;
	text-align: center
}

.hj-article-details .hj-article-details-box .con p {
	margin-bottom: 20px
}

.hj-article-details .hj-article-details-box .con .video-iframe {
	width: 1000px;
	margin: 20px auto;
	height: 562.5px
}

.hj-article-details .hj-article-details-box .con .video-iframe iframe {
	width: 100%;
	height: 100%;
	border: 0
}

.hj-article-details .hj-article-details-box .link {
	line-height: 50px
}

.hj-article-details .hj-article-details-box .link:after,
.hj-article-details .hj-article-details-box .link:before {
	content: " ";
	display: table
}

.hj-article-details .hj-article-details-box .link a {
	font-size: 14px;
	color: #666;
	max-width: 50%;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.hj-article-details .hj-article-details-box .link a:hover {
	text-decoration: underline
}

.hj-article-details .hj-article-details-box .link a.l {
	float: left
}

.hj-article-details .hj-article-details-box .link a.r {
	float: right
}

.hj-article-details .hj-article-details-box .btn .hj-btn {
	margin: 0 20px;
	width: 120px
}

.hj-page ul {
	display: inline-block
}

.hj-page li {
	float: left;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin: 0 3px
}

.hj-page li a {
	border: 1px solid #ddd;
	display: block;
	padding: 0 10px;
	color: #666
}

.hj-page li.page-btn.active,
.hj-page li.page-btn:hover {
	border-color: #ca2611;
	background-color: #ca2611
}

.hj-page li.page-btn.active a,
.hj-page li.page-btn:hover a {
	color: #fff
}

.hj-page li.page-btn {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

.hj-page li.goto {
	height: 30px;
	font-size: 14px;
	color: #666
}

.hj-page li.goto em {
	margin: 0 5px;
	font-weight: 400
}

.hj-page li.goto input {
	width: 50px;
	height: 30px;
	border: 1px solid #ddd;
	text-align: center
}

.hj-page li.goto>* {
	float: left
}

.hj-page li.goto a {
	background-color: #ca2611;
	color: #fff2e0;
	border-color: #ca2611
}

.hj-page li.page-num {
	font-size: 14px;
	color: #666;
	margin-left: 20px
}

.hj-crumbs,
.hj-crumbs a {
	color: #999
}

.hj-crumbs {
	line-height: 50px;
	font-size: 14px
}

.hj-crumbs a.last,
.hj-crumbs a:hover {
	color: #ca2611
}

.hj-btn {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 100px;
	line-height: 40px;
	font-size: 16px;
	outline: 0;
	background-color: #ca2611;
	color: #fff;
	text-align: center;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	white-space: nowrap;
	word-wrap: normal;
	word-break: keep-all
}

.hj-btn:hover {
	color: #fff;
	opacity: .9
}

.hj-btn.hj-btn-gray {
	background-color: #ccc;
	color: #666
}

.hj-btn.hj-btn-primary {
	border: 1px solid #e8e8e8;
	background-color: #fff;
	color: #333
}

.hj-btn.hj-btn-disabled {
	border: 1px solid #e6e6e6 !important;
	background-color: #FBFBFB !important;
	color: #C9C9C9 !important;
	cursor: default
}

@media screen and (max-width:1600px) {
	.hj-banner .img {
		width: 100%;
		height: 280px
	}

	.hj-banner .img img {
		width: 1680px;
		height: 280px;
		margin-left: -840px
	}
}

@media screen and (max-width:1044px) {
	.hj-banner .img {
		width: 100%;
		height: 240px
	}

	.hj-banner .img img {
		width: 1440px;
		height: 240px;
		margin-left: -720px
	}

	.hj-nav {
		margin-bottom: 30px
	}

	.hj-nav ul {
		display: inline-block;
		width: 100%
	}

	.hj-nav ul:after,
	.hj-nav ul:before {
		content: " ";
		display: table
	}

	.hj-nav ul:after {
		clear: both
	}

	.hj-nav li {
		height: 50px;
		line-height: 50px;
		width: 20%
	}

	.hj-nav li a {
		font-size: 16px
	}

	.hj-page {
		text-align: center;
		padding: 20px 0
	}

	.hj-page ul {
		display: inline-block
	}

	.hj-page li.goto,
	.hj-page li.page-num {
		display: none
	}

	.hj-article-details .hj-article-details-box .con .video-iframe {
		width: 100%;
		margin: 20px auto;
		height: 400px
	}

	.hj-article-details .hj-article-details-box .con .video-iframe iframe {
		width: 100%;
		height: 100%;
		border: 0
	}
}

@media screen and (max-width:900px) {
	.hj-nav {
		margin-bottom: 30px;
		padding-left: 4px
	}

	.hj-nav ul {
		display: inline-block;
		width: 100%
	}

	.hj-nav ul:after,
	.hj-nav ul:before {
		content: " ";
		display: table
	}

	.hj-nav ul:after {
		clear: both
	}

	.hj-nav li {
		height: 40px;
		line-height: 40px;
		width: 25%
	}

	.hj-nav li a {
		font-size: 14px
	}
}

@media screen and (max-width:640px) {
	.hj-banner .img {
		width: 100%;
		height: 180px
	}

	.hj-banner .img img {
		width: 1080px;
		height: 180px;
		margin-left: -540px
	}

	.hj-nav {
		margin-bottom: 30px
	}

	.hj-nav ul {
		display: inline-block;
		width: 100%
	}

	.hj-nav ul:after,
	.hj-nav ul:before {
		content: " ";
		display: table
	}

	.hj-nav ul:after {
		clear: both
	}

	.hj-nav li {
		height: 36px;
		line-height: 36px;
		width: 33.33333333%
	}

	.hj-nav li a {
		font-size: 14px
	}

	.hj-article-details .hj-article-details-box .con .video-iframe {
		width: 100%;
		margin: 20px auto;
		height: 240px
	}
}

@media screen and (max-width:360px) {
	.hj-nav {
		padding-left: 2px
	}

	.hj-banner .img {
		width: 100%;
		height: 130px
	}

	.hj-banner .img img {
		width: 780px;
		height: 130px;
		margin-left: -390px
	}

	.hj-article-details .hj-article-details-box .con .video-iframe {
		width: 100%;
		margin: 20px auto;
		height: 180px
	}
}

#aboutUsPage .hj-mission {
	width: 100%;
	margin-bottom: 40px
}

#aboutUsPage .hj-mission .h2 {
	font-size: 24px;
	text-align: center;
	line-height: 80px
}

#aboutUsPage .hj-mission ul {
	width: 100%
}

#aboutUsPage .hj-mission ul:after,
#aboutUsPage .hj-mission ul:before {
	content: " ";
	display: table
}

#aboutUsPage .hj-mission li {
	float: left;
	width: 25%;
	text-align: center;
	position: relative
}

#aboutUsPage .hj-mission li:before {
	content: '';
	display: block;
	height: 80px;
	width: 1px;
	background-color: #e8e8e8;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px
}

#aboutUsPage .hj-mission li:first-child:before,
.about-briefIntr .about-briefIntr-box img.mobile-img {
	display: none
}

#aboutUsPage .hj-mission li .icon {
	width: 100px;
	height: 100px;
	margin: 0 auto
}

#aboutUsPage .hj-mission li .icon img {
	width: 100%;
	height: 100%
}

#aboutUsPage .hj-mission li .text {
	font-size: 18px;
	line-height: 30px
}

.about-briefIntr .about-briefIntr-box {
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden
}

.about-briefIntr .about-briefIntr-box img {
	width: 1078px;
	height: auto;
	float: right;
	margin-left: 20px
}

.about-briefIntr .about-briefIntr-box p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
	margin-bottom: 30px
}

.about-briefIntr .about-briefIntr-box h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 20px
}

.about-development .about-development-box {
	padding: 0 0 40px;
	border-bottom: 1px solid #e8e8e8
}

.about-development .about-development-box li {
	width: 94px;
	height: 94px;
	position: relative;
	margin: 68px auto 0
}

.about-development .about-development-box li .img {
	width: 94px;
	height: 94px;
	position: relative
}

.about-development .about-development-box li .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%
}

.about-development .about-development-box li .img:before {
	display: block;
	width: 1px;
	height: 68px;
	content: '';
	position: absolute;
	left: 50%;
	top: -68px;
	background-color: #e8e8e8
}

.about-development .about-development-box li .img:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-color: #ca2611;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: -34px
}

.about-development .about-development-box li:first-child {
	margin-top: 0
}

.about-development .about-development-box li:first-child .img:after,
.about-development .about-development-box li:first-child .img:before {
	display: none
}

.about-development .about-development-box li .text {
	width: 460px;
	height: auto;
	top: 0;
	position: absolute
}

.about-development .about-development-box li .text .time {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px
}

.about-development .about-development-box li .text .intr {
	font-size: 16px;
	line-height: 30px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all
}

#joinUs .position-table .table-body .tr .td,
#joinUs .position-table .table-title .th,
#servicePage .service-list .item .name a {
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.about-development .about-development-box li:nth-child(2n+1) .text {
	right: 174px;
	text-align: left
}

.about-development .about-development-box li:nth-child(2n) .text {
	left: 174px;
	text-align: left
}

.about-culture .about-culture-box {
	width: 100%;
	height: 425px;
	background-color: #f5f5f5;
	margin-bottom: 40px
}

.about-culture .about-culture-box .img {
	float: left;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center
}

.about-culture .about-culture-box .img img {
	width: 100%;
	height: 100%
}

.about-culture .about-culture-box .text {
	padding: 50px;
	text-align: left;
	float: left;
	width: 50%;
	height: 100%
}

.about-culture .about-culture-box .text .hj-table-cell {
	text-align: left
}

.about-culture .about-culture-box .text h2 {
	font-size: 24px;
	margin-bottom: 10px
}

.about-culture .about-culture-box .text p {
	font-size: 16px;
	line-height: 30px
}

.about-culture .about-culture-label {
	margin-bottom: 40px
}

.about-culture .about-culture-label ul {
	overflow: hidden
}

.about-culture .about-culture-label li {
	float: left;
	width: 50%;
	text-align: left;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8
}

.about-culture .about-culture-label li:nth-of-type(1),
.about-culture .about-culture-label li:nth-of-type(2) {
	border-top: 0
}

.about-culture .about-culture-label li:nth-of-type(2n) {
	border-right: 0
}

.about-culture .about-culture-label li .label-wrap {
	overflow: hidden;
	padding: 50px 0 50px 200px
}

.about-culture .about-culture-label li .icon {
	float: left;
	width: 70px;
	height: 70px
}

.about-culture .about-culture-label li .icon img {
	width: 100%;
	height: 100%
}

.about-culture .about-culture-label li .text {
	margin-left: 10px;
	float: left;
	color: #666
}

.about-culture .about-culture-label li .text .b {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 10px
}

.about-culture .about-culture-label li .text .s {
	font-size: 14px;
	line-height: 20px
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

@-o-keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0)
	}
}

.about-cooperation .about-cooperation-box {
	margin-bottom: 40px
}

.about-cooperation .logo-wrap {
	width: 1568px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative
}

.about-cooperation .logo-wrap:after,
.about-cooperation .logo-wrap:before {
	content: " ";
	display: table
}

.about-cooperation .logo-wrap .item {
	width: 25%;
	float: left;
	padding-right: 1px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative
}

.about-cooperation .logo-wrap .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.about-cooperation .logo-wrap .item img {
	width: 100%;
	-webkit-transition: -webkit-transform .3s;
	-o-transition: -o-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
	display: block;
	position: absolute;
	top: 50%
}

.about-video .about-video-box .video-wrap:after,
.about-video .about-video-box .video-wrap:before {
	content: " ";
	display: table
}

.about-video .about-video-box .item {
	width: 370px;
	float: left;
	margin-left: 30px;
	margin-bottom: 24px
}

.about-video .about-video-box .item:nth-of-type(4n+1) {
	margin-left: 0
}

.about-video .about-video-box .item .img {
	width: 100%;
	height: 231px;
	position: relative
}

.about-video .about-video-box .item .img .icon {
	position: absolute;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	width: 60px;
	height: 60px;
	background: url(../img/icon/video-play-icon.png) center no-repeat;
	background-size: cover;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px
}

.about-video .about-video-box .item img {
	width: 100%;
	height: 100%
}

.about-video .about-video-box .item .time {
	font-size: 14px;
	line-height: 26px;
	color: #999
}

.about-honor .about-honor-box .honor-time .swiper-slide .time.active,
.about-video .about-video-box .item:hover .name {
	color: #ca2611
}

.about-video .about-video-box .item .name {
	font-size: 18px;
	line-height: 30px;
	height: 62px;
	overflow: hidden
}

.about-video .about-video-box .item:hover .img .icon {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.about-honor .about-honor-box {
	width: 1430px;
	margin: 0 auto 100px
}

.about-honor .about-honor-box .honor-time {
	width: 100%;
	height: 36px;
	margin-bottom: 50px;
	position: relative;
	text-align: center
}

.about-honor .about-honor-box .honor-time .swiper-container {
	width: 1330px;
	margin: 0 auto
}

.about-honor .about-honor-box .honor-time .swiper-container:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999;
	position: absolute;
	top: 17px;
	left: 0
}

.about-honor .about-honor-box .honor-time .arrow {
	width: 50px;
	height: 36px;
	position: absolute;
	text-align: center;
	line-height: 36px;
	top: 0;
	cursor: pointer
}

.about-honor .about-honor-box .honor-time .arrow i {
	font-size: 24px
}

.about-honor .about-honor-box .honor-time .arrow.left {
	left: 0
}

.about-honor .about-honor-box .honor-time .arrow.right {
	right: 0
}

.about-honor .about-honor-box .honor-time .swiper-slide {
	padding-top: 40px;
	width: 168px;
	text-align: center
}

.about-honor .about-honor-box .honor-time .swiper-slide .time {
	font-size: 22px;
	font-weight: 700;
	width: 100%;
	cursor: pointer;
	position: relative
}

.about-honor .about-honor-box .honor-time .swiper-slide .time:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -9px
}

.about-honor .about-honor-box .honor-time .swiper-slide .time:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -5px
}

.about-honor .about-honor-box .honor-time .swiper-slide .time.active:before {
	background-color: #ca2611
}

.about-honor .about-honor-box .honor-time .swiper-slide .time.active:after {
	background-color: #fff
}

.about-honor .about-honor-box .honor-con .honor-item li {
	margin-bottom: 80px
}

.about-honor .about-honor-box .honor-con .honor-item li:after,
.about-honor .about-honor-box .honor-con .honor-item li:before {
	content: " ";
	display: table
}

.about-honor .about-honor-box .honor-con .honor-item li .img {
	float: left;
	width: 50%;
	height: 300px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
}

.about-honor .about-honor-box .honor-con .honor-item li .img img {
	display: block;
	margin: 0 auto 20px;
	width: 400px;
	height: 260px
}

.about-honor .about-honor-box .honor-con .honor-item li .text {
	width: 50%;
	height: 300px;
	float: right
}

.about-honor .about-honor-box .honor-con .honor-item li .text .hj-table-cell {
	text-align: left;
	padding-left: 170px
}

.about-honor .about-honor-box .honor-con .honor-item li .text .events {
	font-size: 16px;
	color: #ca2611;
	margin-bottom: 15px
}

.about-honor .about-honor-box .honor-con .honor-item li .text .msg {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px
}

.about-honor .about-honor-box .honor-con .honor-item li .text dl {
	line-height: 30px;
	font-size: 14px;
	color: #999
}

.about-honor .about-honor-box .honor-con .honor-item li .text dl dd:before {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #ca2611;
	content: '';
	vertical-align: middle;
	margin-right: 10px
}

.about-honor .about-honor-box .honor-con .honor-item li:nth-of-type(2n) .img {
	float: right
}

.about-honor .about-honor-box .honor-con .honor-item li:nth-of-type(2n) .text {
	float: left
}

@media screen and (max-width:1600px) {
	.hj-wrap {
		width: 1200px
	}

	.about-briefIntr .about-briefIntr-box img {
		width: 800px
	}

	.about-culture .about-culture-label li .label-wrap {
		padding-left: 50px
	}

	.about-cooperation .logo-wrap {
		width: 1200px
	}

	.about-honor .about-honor-box {
		width: 1100px
	}

	.about-honor .about-honor-box .honor-time .swiper-container {
		width: 1000px
	}

	.about-video .about-video-box .item {
		width: 285px;
		margin-left: 20px;
		margin-bottom: 20px
	}

	.about-video .about-video-box .item .img {
		height: 178px
	}

	.about-video .about-video-box .item .name {
		font-size: 16px;
		line-height: 24px;
		height: 50px;
		overflow: hidden
	}
}

@media screen and (max-width:1366px) {
	#aboutUsPage .hj-mission li .icon {
		width: 60px;
		height: 60px
	}

	#aboutUsPage .hj-mission li .text {
		font-size: 16px
	}

	.about-briefIntr .about-briefIntr-box img {
		width: 600px
	}

	.about-development .about-development-box li .text {
		width: 380px
	}

	.about-development .about-development-box li .text .time {
		font-size: 18px;
		margin-bottom: 5px
	}

	.about-development .about-development-box li .text .intr {
		font-size: 14px;
		line-height: 26px
	}

	.about-development .about-development-box li:nth-child(2n+1) .text {
		right: 134px;
		text-align: right
	}

	.about-development .about-development-box li:nth-child(2n) .text {
		left: 134px;
		text-align: left
	}

	.about-cooperation .logo-wrap .item {
		width: 25%;
		border-top: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8
	}

	.about-cooperation .logo-wrap .item:nth-of-type(5n) {
		border-right: 1px solid #e8e8e8
	}

	.about-cooperation .logo-wrap .item:nth-of-type(4n) {
		border-right: 0
	}

	.about-cooperation .logo-wrap .item:nth-of-type(5) {
		border-top: 1px solid #e8e8e8
	}

	.about-cooperation .logo-wrap .item .img {
		width: 200px;
		height: 83px
	}

	.about-cooperation .logo-wrap .item .text {
		max-width: 80%;
		margin: 0 auto;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}

@media screen and (max-width:1044px) {

	.about-culture .about-culture-box:after,
	.about-development .about-development-box li:after {
		clear: both
	}

	.hj-wrap {
		width: 100%;
		padding: 0 24px
	}

	#aboutUsPage .hj-mission li .icon {
		width: 60px;
		height: 60px
	}

	#aboutUsPage .hj-mission li .text {
		font-size: 16px
	}

	.about-briefIntr .about-briefIntr-box img {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-left: 0;
		display: none
	}

	.about-briefIntr .about-briefIntr-box img.mobile-img {
		display: inline-block
	}

	.about-culture .about-culture-box:after,
	.about-culture .about-culture-box:before,
	.about-development .about-development-box li:after,
	.about-development .about-development-box li:before {
		content: " ";
		display: table
	}

	.about-development .about-development-box {
		width: 100%
	}

	.about-development .about-development-box li {
		margin: 68px 0 0;
		width: 100%
	}

	.about-development .about-development-box li .img {
		float: left
	}

	.about-development .about-development-box li .text {
		padding-top: 10px;
		width: -webkit-calc(100% - 114px);
		width: calc(100% - 114px);
		margin-left: 20px;
		position: static;
		float: left
	}

	.about-development .about-development-box li .text .time {
		font-size: 18px;
		margin-bottom: 5px
	}

	.about-development .about-development-box li .text .intr {
		font-size: 14px;
		line-height: 26px
	}

	.about-development .about-development-box li:nth-child(2n) .text,
	.about-development .about-development-box li:nth-child(2n+1) .text {
		left: 134px;
		text-align: left
	}

	.about-culture .about-culture-box {
		width: 100%;
		background-color: #f5f5f5;
		margin-bottom: 40px;
		height: auto
	}

	.about-culture .about-culture-box .img {
		float: left;
		width: 100%;
		height: 240px;
		background-size: cover;
		background-position: center
	}

	.about-culture .about-culture-box .img img {
		width: 100%;
		height: 100%
	}

	.about-culture .about-culture-box .text {
		padding: 24px;
		width: 100%
	}

	.about-culture .about-culture-box .text .hj-tabl {
		height: auto;
		display: block
	}

	.about-culture .about-culture-box .text .hj-table-cell {
		display: block;
		height: auto;
		text-align: left
	}

	.about-culture .about-culture-box .text h2 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.about-culture .about-culture-box .text p {
		font-size: 16px;
		line-height: 28px
	}

	.about-culture .about-culture-label li {
		width: 100%;
		border-right: 0 !important;
		border-top: 1px solid #e8e8e8 !important
	}

	.about-culture .about-culture-label li:first-child {
		border-top: 0 !important
	}

	.about-culture .about-culture-label li .label-wrap {
		padding: 20px 0 20px 5%
	}

	.about-culture .about-culture-label li .icon {
		width: 60px;
		height: 60px
	}

	.about-culture .about-culture-label li .text .b {
		font-size: 26px;
		line-height: 30px
	}

	.about-cooperation .logo-wrap,
	.about-honor .about-honor-box {
		width: 100%
	}

	.about-honor .about-honor-box .honor-time .swiper-container {
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px)
	}

	.about-honor .about-honor-box .honor-time .swiper-slide {
		padding-top: 40px;
		width: 120px;
		text-align: center
	}

	.about-honor .about-honor-box .honor-time .swiper-slide .time {
		font-size: 18px
	}

	.about-video .about-video-box .item {
		width: 32%;
		margin-left: 1.33333333%;
		margin-bottom: 1.33333333%
	}

	.about-video .about-video-box .item:nth-of-type(4n+1) {
		margin-left: 1.33333333%
	}

	.about-video .about-video-box .item:nth-of-type(3n+1) {
		margin-left: 0
	}
}

@media screen and (max-width:900px) {
	.about-honor .about-honor-box {
		margin: 0 auto 30px
	}

	.about-honor .about-honor-box .honor-con .honor-time {
		margin-bottom: 30px
	}

	.about-honor .about-honor-box .honor-con .honor-item li {
		margin-bottom: 20px
	}

	.about-honor .about-honor-box .honor-con .honor-item li .img {
		width: 100%
	}

	.about-honor .about-honor-box .honor-con .honor-item li .text {
		width: 100%;
		height: auto
	}
}

@media screen and (max-width:640px) {

	.about-culture .about-culture-box:after,
	.about-development .about-development-box li:after,
	.hj-article-details .hj-article-details-box .link:after {
		clear: both
	}

	.about-cooperation .logo-wrap .item .text,
	.hj-article-details .hj-article-details-box .link a {
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.hj-wrap {
		width: 100%;
		padding: 0 12px
	}

	.hj-article-details .hj-article-details-box {
		padding-top: 10px
	}

	.hj-article-details .hj-article-details-box .title {
		text-align: center;
		margin-bottom: 10px;
		font-size: 20px
	}

	.hj-article-details .hj-article-details-box .info {
		text-align: center;
		font-size: 12px
	}

	.hj-article-details .hj-article-details-box .info span {
		float: none;
		padding: 0 10px
	}

	.hj-article-details .hj-article-details-box .info .return {
		float: none;
		display: block
	}

	.hj-article-details .hj-article-details-box .con {
		font-size: 14px;
		line-height: 24px;
		padding: 16px 0;
		border-bottom: 1px solid #e8e8e8
	}

	.hj-article-details .hj-article-details-box .con p {
		margin-bottom: 10px
	}

	.hj-article-details .hj-article-details-box .con img {
		max-width: 100%;
		height: auto;
	}

	.hj-article-details .hj-article-details-box .link {
		line-height: 50px
	}

	.hj-article-details .hj-article-details-box .link:after,
	.hj-article-details .hj-article-details-box .link:before {
		content: " ";
		display: table
	}

	.hj-article-details .hj-article-details-box .link a {
		font-size: 14px;
		color: #666;
		max-width: 100%;
		width: 100%
	}

	.hj-article-details .hj-article-details-box .link a:hover {
		text-decoration: underline
	}

	.hj-article-details .hj-article-details-box .link a.l {
		float: left
	}

	.hj-article-details .hj-article-details-box .link a.r {
		float: right
	}

	#aboutUsPage .hj-mission .h2 {
		font-size: 20px
	}

	#aboutUsPage .hj-mission li .text,
	.about-briefIntr .about-briefIntr-box p {
		font-size: 14px
	}

	#aboutUsPage .hj-mission li {
		width: 50%;
		padding: 10px 0
	}

	#aboutUsPage .hj-mission li:nth-child(3):before {
		display: none
	}

	#aboutUsPage .hj-mission li:nth-child(1),
	#aboutUsPage .hj-mission li:nth-child(2) {
		border-bottom: 1px solid #e8e8e8
	}

	#aboutUsPage .hj-mission li .icon {
		width: 50px;
		height: 50px
	}

	#aboutUsPage .about-nav {
		margin-bottom: 20px
	}

	.about-briefIntr .about-briefIntr-box {
		padding-bottom: 20px
	}

	.about-briefIntr .about-briefIntr-box h1 {
		font-size: 20px
	}

	.about-development .about-development-box {
		width: 100%
	}

	.about-development .about-development-box li {
		height: auto;
		margin-top: 20px;
		width: 100%
	}

	.about-development .about-development-box li:after,
	.about-development .about-development-box li:before {
		content: " ";
		display: table
	}

	.about-development .about-development-box li .img {
		width: 60px;
		height: 60px;
		float: left
	}

	.about-development .about-development-box li .img:after,
	.about-development .about-development-box li .img:before {
		display: none
	}

	.about-development .about-development-box li .text {
		padding-top: 4px;
		width: -webkit-calc(100% - 84px);
		width: calc(100% - 84px);
		margin-left: 20px
	}

	.about-development .about-development-box li .text .time {
		font-size: 16px;
		margin-bottom: 0
	}

	.about-development .about-development-box li .text .intr {
		font-size: 12px;
		line-height: 18px
	}

	.about-culture .about-culture-box {
		margin-bottom: 20px;
		height: auto
	}

	.about-culture .about-culture-box:after,
	.about-culture .about-culture-box:before {
		content: " ";
		display: table
	}

	.about-culture .about-culture-box .img {
		height: 200px
	}

	.about-culture .about-culture-box .text {
		padding: 16px
	}

	.about-culture .about-culture-box .text h2 {
		font-size: 18px;
		margin-bottom: 10px
	}

	.about-culture .about-culture-box .text p {
		font-size: 14px;
		line-height: 26px
	}

	.about-culture .about-culture-label {
		margin-bottom: 20px
	}

	.about-culture .about-culture-label li {
		width: 100%;
		border-right: 0 !important;
		border-top: 1px solid #e8e8e8 !important
	}

	.about-culture .about-culture-label li:first-child {
		border-top: 0 !important
	}

	.about-culture .about-culture-label li .label-wrap {
		padding: 20px 0
	}

	.about-culture .about-culture-label li .icon {
		width: 40px;
		height: 40px
	}

	.about-culture .about-culture-label li .text {
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px)
	}

	.about-culture .about-culture-label li .text .b {
		font-size: 18px;
		margin-bottom: 0;
		line-height: 24px
	}

	.about-culture .about-culture-label li .text .s {
		font-size: 12px;
		line-height: 18px
	}

	.about-cooperation .logo-wrap .item {
		width: 50%;
		border-top: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8
	}

	.about-cooperation .logo-wrap .item:nth-of-type(4n) {
		border-right: 1px solid #e8e8e8
	}

	.about-cooperation .logo-wrap .item:nth-of-type(2n) {
		border-right: 0
	}

	.about-cooperation .logo-wrap .item:nth-of-type(3),
	.about-cooperation .logo-wrap .item:nth-of-type(4) {
		border-top: 1px solid #e8e8e8
	}

	.about-cooperation .logo-wrap .item .img {
		width: 90%;
		height: auto
	}

	.about-cooperation .logo-wrap .item .img img {
		height: auto
	}

	.about-cooperation .logo-wrap .item .text {
		max-width: 80%;
		margin: 0 auto
	}

	.about-honor .about-honor-box .honor-time {
		margin-bottom: 20px
	}

	.about-honor .about-honor-box .honor-time .swiper-container {
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px)
	}

	.about-honor .about-honor-box .honor-time .swiper-slide {
		padding-top: 40px;
		width: 80px;
		text-align: center
	}

	.about-honor .about-honor-box .honor-con .honor-item li .img,
	.about-honor .about-honor-box .honor-con .honor-item li .img img,
	.about-honor .about-honor-box .honor-con .honor-item li .text {
		width: 100%;
		height: auto
	}

	.about-honor .about-honor-box .honor-time .swiper-slide .time {
		font-size: 16px
	}

	.about-honor .about-honor-box .honor-con .honor-item li {
		margin-top: 10px
	}

	.about-honor .about-honor-box .honor-con .honor-item li .text .hj-table-cell {
		padding-left: 0
	}

	.about-video .about-video-box .item {
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%
	}

	.about-video .about-video-box .item:nth-of-type(3n+1),
	.about-video .about-video-box .item:nth-of-type(4n+1) {
		margin-left: 2%
	}

	.about-video .about-video-box .item:nth-of-type(2n+1) {
		margin-left: 0
	}

	.about-video .about-video-box .item .name {
		font-size: 14px;
		line-height: 20px;
		height: 42px
	}

	.about-video .about-video-box .item .name a {
		font-size: 14px
	}
}

@media screen and (max-width:375px) {
	.about-video .about-video-box .item {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 10px
	}

	.about-video .about-video-box .item .name {
		font-size: 12px;
		line-height: 18px;
		height: 20px;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	.about-video .about-video-box .item .name a {
		font-size: 14px
	}
}

#industryPage .industry-box {
	background-color: #f5f5f5;
	overflow: hidden
}

#industryPage .industry-box .industry-item {
	width: 1180px;
	height: 430px;
	float: left;
	background-color: #fff;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#industryPage .industry-box .industry-item.on {
	margin-left: 100px;
	opacity: 1
}

#industryPage .industry-box .industry-item:nth-of-type(2n) {
	float: right;
	margin-right: 0
}

#industryPage .industry-box .industry-item:nth-of-type(2n) .img {
	float: right
}

#industryPage .industry-box .industry-item:nth-of-type(2n) .text {
	float: left
}

#industryPage .industry-box .industry-item:nth-of-type(2n).on {
	margin-right: 100px;
	opacity: 1
}

#industryPage .industry-box .industry-item:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

#industryPage .industry-box .industry-item .img {
	float: left;
	width: 50%;
	overflow: hidden;
	height: 100%;
	background-size: cover;
	background-position: center
}

#industryPage .industry-box .industry-item .img img {
	width: 100%;
	-webkit-transition: -webkit-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s, -o-transform .5s
}

#industryPage .industry-box .industry-item .text {
	float: right;
	width: 50%;
	height: 100%
}

#industryPage .industry-box .industry-item .text .wrap {
	padding: 60px
}

#industryPage .industry-box .industry-item .text .title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 60px;
	position: relative
}

#industryPage .industry-box .industry-item .text .title:before {
	content: '';
	display: block;
	width: 34px;
	height: 2px;
	background-color: #b3b3b3;
	position: absolute;
	bottom: -30px;
	left: 0
}

#industryPage .industry-box .industry-item .text .con {
	font-size: 16px;
	line-height: 30px;
	height: 190px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px
}

#industryPage .industry-box .industry-item .text .more {
	font-size: 16px
}

#industryPage .industry-box .industry-item .text .more:after,
#industryPage .industry-box .industry-item .text .more:before {
	content: " ";
	display: table
}

#industryPage .industry-box .industry-item .text .more a {
	font-size: 16px;
	line-height: 26px;
	float: left;
	width: 33.3%
}

#industryPage .industry-box .industry-item .text .more a span {
	display: block
}

#industryPage .industry-box .industry-item .text .more a:hover {
	color: #ca2611
}

@media screen and (max-width:1600px) {
	#industryPage .industry-box .industry-item {
		width: 1100px;
		height: 400px
	}

	#industryPage .industry-box .industry-item.on {
		margin-left: 50px
	}

	#industryPage .industry-box .industry-item:nth-of-type(2n).on {
		margin-right: 50px
	}

	#industryPage .industry-box .industry-item .text .wrap {
		padding: 40px
	}
}

@media screen and (max-width:1044px) {
	#industryPage .industry-box .industry-item {
		width: 100%;
		height: 400px
	}

	#industryPage .industry-box .industry-item.on {
		margin-left: 0
	}

	#industryPage .industry-box .industry-item:nth-of-type(2n).on {
		margin-right: 0
	}

	#industryPage .industry-box .industry-item .text .wrap {
		padding: 30px
	}

	#industryPage .industry-box .industry-item .text .title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 40px
	}

	#industryPage .industry-box .industry-item .text .title:before {
		width: 20px;
		bottom: -20px
	}

	#industryPage .industry-box .industry-item .text .con {
		font-size: 14px;
		line-height: 24px;
		height: 150px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}
}

@media screen and (max-width:900px) {
	#industryPage .industry-box .industry-item {
		width: 100%;
		height: auto
	}

	#industryPage .industry-box .industry-item.on {
		margin-left: 0
	}

	#industryPage .industry-box .industry-item:nth-of-type(2n).on {
		margin-right: 0
	}

	#industryPage .industry-box .industry-item .img {
		width: 100%;
		height: 300px
	}

	#industryPage .industry-box .industry-item .text {
		width: 100%;
		height: auto
	}

	#industryPage .industry-box .industry-item .text .wrap {
		padding: 30px
	}

	#industryPage .industry-box .industry-item .text .title {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 40px
	}

	#industryPage .industry-box .industry-item .text .title:before {
		width: 20px;
		bottom: -20px
	}

	#industryPage .industry-box .industry-item .text .con {
		font-size: 14px;
		line-height: 24px;
		height: auto;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}
}

@media screen and (max-width:640px) {
	#industryPage .industry-box .industry-item {
		margin-top: 10px;
		margin-bottom: 10px
	}

	#industryPage .industry-box .industry-item .img {
		height: 240px
	}

	#industryPage .industry-box .industry-item .text .wrap {
		padding: 15px
	}

	#industryPage .industry-box .industry-item .text .title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 30px
	}

	#industryPage .industry-box .industry-item .text .title:before {
		width: 20px;
		bottom: -15px
	}

	#industryPage .industry-box .industry-item .text .con {
		font-size: 14px;
		line-height: 22px
	}

	#industryPage .industry-box .industry-item .text .more a {
		font-size: 14px;
		color: #ca2611
	}
}

#servicePage .service-intr {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #e8e8e8
}

#servicePage .service-intr:after,
#servicePage .service-intr:before {
	content: " ";
	display: table
}

#servicePage .service-intr .img {
	float: left;
	width: 50%
}

#servicePage .service-intr .img img {
	width: 100%;
	height: 100%;
	display: block
}

#servicePage .service-intr .text {
	float: left;
	width: 50%
}

#servicePage .service-intr .text .wrap {
	padding: 40px
}

#servicePage .service-intr .text .tit {
	font-size: 24px
}

#servicePage .service-intr .text .tit:after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background-color: #ca2611;
	margin: 18px 0
}

#servicePage .service-intr .text .con {
	font-size: 16px;
	color: #666
}

#servicePage .service-intr .text .con p {
	margin-bottom: 10px;
	line-height: 30px
}

#servicePage .service-wrap {
	background-color: #f5f5f5
}

#servicePage .service-wrap .title {
	line-height: 100px;
	font-size: 24px;
	text-align: center
}

#servicePage .service-list:after,
#servicePage .service-list:before {
	content: " ";
	display: table
}

#servicePage .service-list .item {
	width: 503px;
	border: 1px solid #e8e8e8;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#servicePage .service-list .item.ml0 {
	margin-left: 0
}

#servicePage .service-list .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}

#servicePage .service-list .item:hover .name a {
	color: #ca2611
}

#servicePage .service-list .item .img {
	width: 100%;
	height: 250px
}

#servicePage .service-list .item .img img {
	width: 100%;
	height: 100%;
	display: block
}

#servicePage .service-list .item .name a {
	font-size: 20px;
	line-height: 80px;
	background-color: #fff;
	text-align: center;
	padding: 0 10px;
	display: block;
	-moz-text-overflow: ellipsis
}

@media screen and (max-width:1600px) {
	#servicePage .service-intr .text .con {
		font-size: 14px
	}

	#servicePage .service-list .item {
		width: 380px;
		margin-left: 30px;
		margin-bottom: 30px
	}

	#servicePage .service-list .item .name a {
		font-size: 18px;
		line-height: 60px
	}
}

@media screen and (max-width:1044px) {
	#servicePage .service-intr .img {
		display: none
	}

	#servicePage .service-intr .text {
		width: 100%
	}

	#servicePage .service-intr .text .wrap {
		padding: 20px
	}

	#servicePage .service-wrap {
		background-color: #f5f5f5
	}

	#servicePage .service-wrap .title {
		line-height: 60px;
		background-color: #fff;
		border-bottom: 20px solid #f5f5f5;
		font-size: 24px;
		text-align: center
	}

	#servicePage .service-list .item {
		width: 32%;
		margin-left: 1.33333333%;
		margin-bottom: 1.33333333%
	}

	#servicePage .service-list .item .name a {
		font-size: 16px;
		line-height: 50px
	}

	#servicePage .service-list .item:hover {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
}

@media screen and (max-width:640px) {
	#servicePage .service-list .item {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 2%
	}

	#servicePage .service-list .item.ml0 {
		margin-left: 1%
	}

	#servicePage .service-list .item .name a {
		font-size: 14px;
		line-height: 40px
	}
}

@media screen and (max-width:480px) {
	#servicePage .service-intr {
		margin-bottom: 20px
	}

	#servicePage .service-intr .img {
		display: none
	}

	#servicePage .service-intr .text {
		width: 100%
	}

	#servicePage .service-intr .text .wrap {
		padding: 10px
	}

	#servicePage .service-intr .text .tit {
		font-size: 16px
	}

	#servicePage .service-intr .text .tit:after {
		margin: 5px 0
	}

	#servicePage .service-intr .text .con {
		font-size: 14px;
		line-height: 26px
	}

	#servicePage .service-intr .text .con p {
		margin-bottom: 5px
	}

	#servicePage .service-list .item {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 10px
	}
}

.upload-btn {
	width: 100px;
	height: 100px;
	position: relative;
	cursor: pointer
}

.upload-btn input[type=file] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	opacity: 0
}

#staffPage .staff-modular1 {
	height: 780px;
	margin: 40px 0
}

#staffPage .staff-modular1 .m-left {
	float: left;
	width: 400px;
	border: 1px solid #fff;
	height: 780px
}

#staffPage .staff-modular1 .m-left .modular-nav li {
	line-height: 50px;
	background-color: #ddd;
	border-top: 1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#staffPage .staff-modular1 .m-left .modular-nav li:first-child {
	border-top: 0
}

#staffPage .staff-modular1 .m-left .modular-nav li a {
	display: block;
	padding-left: 35px;
	font-size: 16px;
	color: #666
}

#staffPage .staff-modular1 .m-left .modular-nav li:hover {
	background-color: #f1f1f1
}

#staffPage .staff-modular1 .m-left .modular-nav li:hover a {
	color: #ca2611
}

#staffPage .staff-modular1 .m-left .modular-nav li.active {
	background-color: #ca2611
}

#staffPage .staff-modular1 .m-left .modular-nav li.active a {
	color: #fff;
	position: relative
}

#staffPage .staff-modular1 .m-left .modular-nav li.active a:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
	position: absolute;
	right: 30px;
	top: 16px
}

#staffPage .staff-modular1 .m-left .modular-intr {
	width: 100%;
	height: 490px;
	background: url(../img/modular-intr-bg.jpg) center no-repeat;
	background-size: cover
}

#staffPage .staff-modular2 .con .left .img,
#staffPage .staff-modular2 .con .right .swiper-container .swiper-slide {
	background-size: cover;
	background-position: center
}

#staffPage .staff-modular1 .m-left .modular-intr .intr-item {
	width: 100%;
	height: 100%;
	padding: 70px 38px 0
}

#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h1 em {
	font-size: 80px
}

#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h1 span {
	font-size: 20px
}

#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h2 {
	font-size: 24px;
	margin: 20px 0
}

#staffPage .staff-modular1 .m-left .modular-intr .intr-item .text {
	font-size: 16px;
	line-height: 28px;
	color: #666
}

#staffPage .staff-modular1 .m-left .modular-arrow {
	padding-top: 36px
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item {
	overflow: hidden
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .num {
	margin-top: 33px;
	float: right;
	font-size: 14px;
	color: #999;
	margin-right: 10px
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .num b {
	font-size: 20px;
	font-weight: 700;
	color: #ca2611
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .arrow {
	margin: 0 10px;
	float: right;
	width: 50px;
	height: 50px;
	border: 1px solid #ca2611;
	text-align: center;
	line-height: 50px;
	cursor: pointer
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .arrow i {
	color: #ca2611
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .arrow.no {
	border: 1px solid #ccc
}

#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .arrow.no i {
	color: #ccc
}

#staffPage .staff-modular1 .m-right {
	float: left;
	width: 1170px;
	height: 780px
}

#staffPage .staff-modular1 .m-right #staff-wrap,
#staffPage .staff-modular1 .m-right .swiper-container {
	width: 100%;
	height: 100%
}

#staffPage .staff-modular1 .m-right .staff-list:after,
#staffPage .staff-modular1 .m-right .staff-list:before {
	content: " ";
	display: table
}

#staffPage .staff-modular1 .m-right .staff-list:after {
	clear: both
}

#staffPage .staff-modular1 .m-right .item {
	float: left;
	width: 390px;
	height: 390px;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	position: relative;
	overflow: hidden
}

#staffPage .staff-modular1 .m-right .item:nth-of-type(3n) {
	border-right: 0
}

#staffPage .staff-modular1 .m-right .item:nth-of-type(1),
#staffPage .staff-modular1 .m-right .item:nth-of-type(2),
#staffPage .staff-modular1 .m-right .item:nth-of-type(3) {
	border-top: 0
}

#staffPage .staff-modular1 .m-right .item img {
	width: 100%;
	height: 100%;
	display: block
}

#staffPage .staff-modular1 .m-right .item .text {
	padding: 0;
	bottom: -160px;
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	left: 0;
	height: 200px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

#staffPage .staff-modular1 .m-right .item .text .type {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	color: #666
}

#staffPage .staff-modular1 .m-right .item .text .intr {
	line-height: 26px;
	height: 107px
}

#staffPage .staff-modular1 .m-right .item .text .name {
	text-align: right
}

#staffPage .staff-modular1 .m-right .item:hover .text {
	padding: 20px;
	bottom: 0;
	background-color: rgba(202, 38, 17, .8)
}

#staffPage .staff-modular1 .m-right .item:hover .text .type {
	text-align: left;
	line-height: 20px;
	margin-bottom: 8px;
	color: #fff
}

#staffPage .staff-modular2 {
	margin-bottom: 50px
}

#staffPage .staff-modular2 .title {
	text-align: center;
	margin: 26px 0
}

#staffPage .staff-modular2 .title .h1 b {
	font-size: 80px;
	font-weight: 400
}

#staffPage .staff-modular2 .title .h1 em {
	font-size: 20px;
	margin-left: 10px;
	font-weight: 400
}

#staffPage .staff-modular2 .title .h2 {
	font-size: 28px;
	margin: 26px 0
}

#staffPage .staff-modular2 .title p {
	font-size: 16px
}

#staffPage .staff-modular2 .con {
	height: 660px;
	width: 100%
}

#staffPage .staff-modular2 .con:after,
#staffPage .staff-modular2 .con:before {
	content: " ";
	display: table
}

#staffPage .staff-modular2 .con .left {
	float: left;
	width: 490px;
	border-right: 1px solid #fff
}

#staffPage .staff-modular2 .con .left .img {
	height: 330px;
	width: 100%
}

#staffPage .staff-modular2 .con .left .img:first-child {
	border-bottom: 1px solid #fff
}

#staffPage .staff-modular2 .con .right {
	float: left;
	width: 1080px;
	height: 660px
}

#staffPage .staff-modular2 .con .right .swiper-container {
	width: 100%;
	height: 100%;
	position: relative
}

#staffPage .staff-modular2 .con .right .staffPic-pagination {
	position: absolute;
	width: 100%;
	height: 12px;
	bottom: 20px;
	left: 0;
	text-align: center
}

#staffPage .staff-modular2 .con .right .staffPic-pagination .dot {
	display: inline-block;
	margin: 0 10px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%
}

#staffPage .staff-modular2 .con .right .staffPic-pagination .dot.active {
	background-color: #ca2611
}

#staffPage .staff-details-con {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px
}

#staffPage .staff-details-con .top:after,
#staffPage .staff-details-con .top:before {
	content: " ";
	display: table
}

#staffPage .staff-details-con .top .img {
	width: 370px;
	height: 370px;
	background-color: #ca2611;
	position: relative;
	float: left
}

#staffPage .staff-details-con .top .img img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px
}

#staffPage .staff-details-con .top .text {
	height: 370px;
	position: relative;
	margin-left: 370px;
	padding-left: 200px
}

#staffPage .staff-details-con .top .text .hj-table-cell {
	text-align: left
}

#staffPage .staff-details-con .top .text .name {
	margin-bottom: 20px
}

#staffPage .staff-details-con .top .text .name b {
	font-size: 40px;
	font-weight: 400
}

#staffPage .staff-details-con .top .text .name em {
	font-size: 14px;
	margin-left: 10px;
	color: #999;
	font-weight: 400
}

#staffPage .staff-details-con .top .text dl dd {
	height: 30px;
	line-height: 30px
}

#staffPage .staff-details-con .top .text dl dd i {
	font-size: 18px;
	color: #999
}

#staffPage .staff-details-con .top .text dl dd span {
	float: left;
	font-size: 18px;
	text-align: center;
	width: 4em;
	overflow: hidden;
	color: #999
}

#staffPage .staff-details-con .top .text dl dd span b {
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400
}

#joinUs .us-intr:after,
#joinUs .us-intr:before,
#staffPage .staff-details-con .link:after,
#staffPage .staff-details-con .link:before {
	content: " ";
	display: table
}

#staffPage .staff-details-con .top .text dl dd span b.w2 {
	letter-spacing: 2em;
	margin-right: -2em
}

#staffPage .staff-details-con .top .text dl dd span b.w3 {
	letter-spacing: .5em;
	margin-right: -.5em
}

#staffPage .staff-details-con .top .text dl dd span b.w4 {
	letter-spacing: 0;
	margin-right: 0
}

#staffPage .staff-details-con .top .text dl dd em {
	font-size: 18px;
	font-weight: 400
}

#staffPage .staff-details-con .bottom {
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8
}

#staffPage .staff-details-con .bottom .item {
	margin-top: 70px
}

#staffPage .staff-details-con .bottom .item .tit {
	font-size: 26px;
	margin-bottom: 10px;
	color: #ca2611
}

#staffPage .staff-details-con .bottom .item .con {
	font-size: 18px;
	line-height: 36px
}

#staffPage .staff-details-con .link {
	line-height: 80px;
	margin-bottom: 20px
}

#staffPage .staff-details-con .link a {
	font-size: 16px
}

#staffPage .staff-details-con .link .l {
	float: left;
	margin-right: 20px
}

#staffPage .staff-details-con .link .r {
	float: left
}

#staffPage .staff-details-con .link .all {
	float: right
}

#joinUs .joinUs-con {
	margin-bottom: 20px
}

#joinUs .us-intr {
	padding: 50px 0
}

#joinUs .us-intr .img {
	float: left;
	width: 740px;
	height: 430px
}

#joinUs .us-intr .img img {
	width: 100%;
	height: 100%
}

#joinUs .us-intr .text {
	float: left;
	height: 430px;
	width: 830px
}

#joinUs .us-intr .text .hj-table-cell {
	text-align: left;
	padding: 0 70px
}

#joinUs .us-intr .text .h2 {
	font-size: 22px;
	margin-bottom: 20px
}

#joinUs .us-intr .text .intr {
	font-size: 16px;
	line-height: 30px
}

#joinUs .position-table {
	margin-bottom: 30px
}

#joinUs .position-table .table-title {
	overflow: hidden
}

#joinUs .position-table .table-title .all {
	display: none
}

#joinUs .position-table .table-title .th {
	text-align: center;
	width: 20%;
	line-height: 50px;
	background-color: #e8e8e8;
	float: left;
	position: relative;
	-moz-text-overflow: ellipsis
}

#joinUs .position-table .table-title .th:before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px
}

#joinUs .position-table .table-title .th:first-child:before {
	display: none
}

#joinUs .position-table .table-body .font-gray {
	color: #999
}

#joinUs .position-table .table-body .tr {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8
}

#joinUs .position-table .table-body .tr .td2 {
	width: 40%;
	float: left
}

#joinUs .position-table .table-body .tr .td2 .td {
	width: 50%
}

#joinUs .position-table .table-body .tr .td {
	width: 20%;
	float: left;
	-moz-text-overflow: ellipsis
}

#joinUs .position-table .table-body .tr .td.oper a {
	color: #ca2611
}

#joinUs .position-table .table-body .tr .td.oper a:hover {
	text-decoration: underline
}

#joinUs .position-table .table-body .tr.nothing {
	color: #999;
	text-align: center
}

#fillInPage .hj-wrap {
	width: 1200px
}

#fillInPage .fillIn-list .fillIn-area {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 40px
}

#fillInPage .fillIn-list .fillIn-area:after,
#fillInPage .fillIn-list .fillIn-area:before {
	content: " ";
	display: table
}

#fillInPage .fillIn-list .fillIn-area .area-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px
}

#fillInPage .fillIn-list .form-item {
	min-height: 64px;
	line-height: 40px;
	float: left
}

#fillInPage .fillIn-list .form-item .form-label {
	float: left;
	width: 160px;
	text-align: right;
	font-size: 16px;
	color: #666
}

#fillInPage .fillIn-list .form-item.must .form-label:before {
	content: '*';
	color: #ca2611
}

#fillInPage .fillIn-list .form-item .form-block {
	float: left
}

#fillInPage .fillIn-list .form-item .form-block input[type=text] {
	width: 300px;
	height: 40px;
	border: 1px solid #ccc;
	text-indent: 10px
}

#fillInPage .fillIn-list .form-item .form-block textarea {
	width: 760px;
	height: 110px;
	padding: 5px;
	border: 1px solid #ccc
}

#fillInPage .fillIn-list .form-item .form-block select {
	width: 300px;
	height: 40px;
	border: 1px solid #ccc
}

#fillInPage .fillIn-list .form-item.w1 {
	width: 920px
}

#fillInPage .fillIn-list .form-item.w2 {
	width: 460px
}

#fillInPage .fillIn-list .form-item .radioBox {
	font-size: 16px
}

#fillInPage .fillIn-list .form-item .radioBox span {
	margin-right: 20px
}

#fillInPage .fillIn-list .form-item .time-input {
	width: 300px;
	height: 40px
}

#fillInPage .fillIn-list .form-item .time-input>* {
	float: left
}

#fillInPage .fillIn-list .form-item .time-input input {
	width: 130px !important
}

#fillInPage .fillIn-list .form-item .time-input span {
	width: 40px;
	text-align: center;
	color: #999
}

#fillInPage .fillIn-list .form-item.img-upload {
	float: right;
	width: 170px;
	height: 210px;
	background-color: #f5f5f5;
	position: relative
}

#fillInPage .fillIn-list .form-item.img-upload>* {
	position: absolute;
	left: 0;
	top: 0
}

#fillInPage .fillIn-list .form-item.img-upload .text {
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 65px
}

#fillInPage .fillIn-list .form-item.img-upload .text .icon {
	width: 60px;
	height: 60px;
	background: url(../img/icon/add-img.png) center no-repeat;
	background-size: 100%;
	margin: 0 auto
}

#fillInPage .fillIn-list .form-item.img-upload .text .tip {
	font-size: 14px;
	color: #999;
	line-height: 26px
}

#fillInPage .fillIn-list .form-item.img-upload .upload-btn {
	width: 100%;
	height: 100%;
	cursor: pointer
}

#fillInPage .fillIn-list .form-item.img-upload .img {
	width: 100%;
	height: 100%
}

#fillInPage .fillIn-list .form-item.img-upload .img img {
	width: 100%;
	height: 100%;
	display: block
}

#fillInPage .fillIn-list .form-item .city-wrap {
	font-size: 0
}

#fillInPage .fillIn-list .form-item .city-wrap select {
	font-size: 14px;
	width: 140px;
	margin-left: 20px
}

#fillInPage .fillIn-list .form-item .city-wrap select:first-child {
	margin-left: 0
}

#fillInPage .fillIn-list .educational-experience,
#fillInPage .fillIn-list .work-experience {
	padding: 20px 0;
	position: relative
}

#fillInPage .fillIn-list .educational-experience:after,
#fillInPage .fillIn-list .educational-experience:before,
#fillInPage .fillIn-list .work-experience:after,
#fillInPage .fillIn-list .work-experience:before {
	content: " ";
	display: table
}

#fillInPage .fillIn-list .educational-experience .del,
#fillInPage .fillIn-list .work-experience .del {
	position: absolute;
	right: 10px;
	top: 0;
	color: #ca2611;
	line-height: 30px;
	cursor: pointer
}

#fillInPage .fillIn-list .add {
	padding-left: 160px;
	line-height: 44px
}

#fillInPage .fillIn-list .add a {
	font-size: 16px;
	color: #ca2611
}

#fillInPage .fillIn-list .submit-btnBox {
	margin: 40px 0
}

#fillInPage .fillIn-list .submit-btnBox .hj-btn {
	width: 120px
}

#uploadResumePopup .wrap {
	text-align: center;
	padding: 20px 16%
}

#uploadResumePopup .wrap .tips {
	line-height: 30px;
	margin-bottom: 16px
}

#uploadResumePopup .wrap .file-upload {
	overflow: hidden;
	width: 100%;
	border: 1px solid #e8e8e8;
	height: 40px
}

#uploadResumePopup .wrap .file-upload .input {
	float: left;
	width: 80%;
	height: 40px
}

#uploadResumePopup .wrap .file-upload .input input {
	border: 0;
	width: 100%;
	height: 100%;
	text-indent: 10px
}

#uploadResumePopup .wrap .file-upload .file {
	height: 40px;
	float: left;
	width: 20%;
	position: relative;
	background: url(../img/icon/file-icon.png) center no-repeat #f6f6f6
}

#uploadResumePopup .wrap .file-upload .file:before {
	content: '';
	display: block;
	height: 100%;
	width: 1px;
	background-color: #e8e8e8;
	left: 0;
	top: 0;
	position: absolute
}

#uploadResumePopup .wrap .file-upload .file input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0
}

#uploadResumePopup .wrap .btn-wrap {
	width: 100%
}

#uploadResumePopup .wrap .btn-wrap .hj-btn {
	height: 40px;
	margin: 40px 0
}

#uploadResumePopup .wrap .btn-wrap .hj-btn.confirm {
	float: left
}

#uploadResumePopup .wrap .btn-wrap .hj-btn.cancel {
	float: right
}

.uploadResumePopup {
	max-width: 560px;
	width: 80%;
	height: auto;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden
}

.uploadResumePopup>* {
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1600px) {
	#staffPage .staff-modular1 {
		height: 600px
	}

	#staffPage .staff-modular1 .m-left {
		width: 300px;
		height: 600px
	}

	#staffPage .staff-modular1 .m-left .modular-nav li {
		line-height: 40px
	}

	#staffPage .staff-modular1 .m-left .modular-intr {
		height: 367.5px
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item {
		padding: 20px 20px 0
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h1 em {
		font-size: 30px
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h1 span {
		font-size: 20px
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h2 {
		font-size: 18px;
		margin: 15px 0
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .text {
		font-size: 14px;
		line-height: 22px;
		color: #666
	}

	#staffPage .staff-modular1 .m-left .modular-arrow {
		padding-top: 28px
	}

	#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .num {
		margin-top: 23px
	}

	#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .arrow {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	#staffPage .staff-modular1 .m-right {
		width: 900px;
		height: 600px
	}

	#staffPage .staff-modular1 .m-right .item {
		width: 300px;
		height: 300px
	}

	#staffPage .staff-modular2 .title {
		margin: 20px 0
	}

	#staffPage .staff-modular2 .title .h1 b {
		font-size: 60px
	}

	#staffPage .staff-modular2 .title .h1 em {
		font-size: 20px
	}

	#staffPage .staff-modular2 .title .h2 {
		font-size: 26px;
		margin: 20px 0
	}

	#staffPage .staff-modular2 .con {
		height: 510px
	}

	#staffPage .staff-modular2 .con .left {
		width: 380px
	}

	#staffPage .staff-modular2 .con .left .img {
		height: 255px;
		width: 100%
	}

	#staffPage .staff-modular2 .con .right {
		float: left;
		width: 820px;
		height: 510px
	}

	#joinUs .us-intr {
		padding: 40px 0
	}

	#joinUs .us-intr:after,
	#joinUs .us-intr:before {
		content: " ";
		display: table
	}

	#joinUs .us-intr:after {
		clear: both
	}

	#joinUs .us-intr .img {
		float: left;
		width: 550px;
		height: 320px
	}

	#joinUs .us-intr .text {
		float: left;
		height: 320px;
		width: 650px
	}

	#joinUs .us-intr .text .hj-table-cell {
		text-align: left;
		padding: 0 50px
	}

	#joinUs .us-intr .text .h2 {
		font-size: 20px;
		margin-bottom: 16px
	}
}

@media screen and (max-width:1044px) {

	#joinUs .us-intr:after,
	#staffPage .staff-details-con .top:after,
	#staffPage .staff-modular1:after {
		clear: both
	}

	#staffPage .staff-modular1 {
		height: auto;
		margin-top: 24px
	}

	#staffPage .staff-modular1:after,
	#staffPage .staff-modular1:before {
		content: " ";
		display: table
	}

	#staffPage .staff-modular1 .m-left {
		width: 100%;
		height: auto
	}

	#staffPage .staff-modular1 .m-left .modular-nav {
		overflow: hidden;
		margin-bottom: 10px
	}

	#staffPage .staff-modular1 .m-left .modular-nav li {
		float: left;
		width: 50%;
		line-height: 50px;
		border-right: 1px solid #fff
	}

	#staffPage .staff-modular1 .m-left .modular-nav li.active a:before {
		display: none
	}

	#staffPage .staff-modular1 .m-left .modular-intr {
		display: none;
		height: 367.5px
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item {
		padding: 20px 20px 0
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h1 em {
		font-size: 30px
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h1 span {
		font-size: 20px
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .h2 {
		font-size: 18px;
		margin: 15px 0
	}

	#staffPage .staff-modular1 .m-left .modular-intr .intr-item .text {
		font-size: 14px;
		line-height: 22px;
		color: #666
	}

	#staffPage .staff-modular1 .m-left .modular-arrow {
		display: none;
		padding-top: 28px
	}

	#joinUs .us-intr:after,
	#joinUs .us-intr:before,
	#staffPage .staff-details-con .top:after,
	#staffPage .staff-details-con .top:before {
		content: " ";
		display: table
	}

	#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .num {
		margin-top: 23px
	}

	#staffPage .staff-modular1 .m-left .modular-arrow .arrow-item .arrow {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	#staffPage .staff-modular1 .m-right {
		width: 100%;
		height: auto
	}

	#staffPage .staff-modular1 .m-right .item {
		width: 33.33333333%;
		height: 300px
	}

	#staffPage .staff-modular1 .m-right .item:hover .text {
		padding: 0;
		bottom: -170px;
		background-color: rgba(255, 255, 255, .8)
	}

	#staffPage .staff-modular1 .m-right .item:hover .text .type {
		font-size: 14px;
		text-align: center;
		line-height: 30px;
		color: #666
	}

	#staffPage .staff-modular2 .title {
		margin: 20px 0
	}

	#staffPage .staff-modular2 .title .h1 b {
		font-size: 40px
	}

	#staffPage .staff-modular2 .title .h1 em {
		font-size: 18px
	}

	#staffPage .staff-modular2 .title .h2 {
		font-size: 22px;
		margin: 10px 0
	}

	#staffPage .staff-modular2 .title p {
		font-size: 14px
	}

	#staffPage .staff-modular2 .con {
		height: 400px
	}

	#staffPage .staff-modular2 .con .left {
		width: 30%
	}

	#staffPage .staff-modular2 .con .left .img {
		height: 200px
	}

	#staffPage .staff-modular2 .con .right {
		width: 70%;
		height: 400px
	}

	#staffPage .staff-details-con {
		width: 100%;
		padding-top: 0
	}

	#staffPage .staff-details-con .top .img {
		width: 370px;
		height: 370px
	}

	#staffPage .staff-details-con .top .text {
		height: 370px;
		margin-left: 370px;
		padding-left: 100px
	}

	#staffPage .staff-details-con .top .text .name {
		margin-bottom: 20px
	}

	#staffPage .staff-details-con .top .text .name b {
		font-size: 40px;
		font-weight: 400
	}

	#staffPage .staff-details-con .top .text .name em {
		font-size: 14px;
		margin-left: 10px;
		color: #999;
		font-weight: 400
	}

	#joinUs .us-intr {
		padding: 30px 0
	}

	#joinUs .us-intr .img {
		float: left;
		width: 40%
	}

	#joinUs .us-intr .text {
		float: left;
		height: 100%;
		width: 60%
	}

	#joinUs .us-intr .text .hj-table-cell {
		text-align: left;
		padding: 0 20px
	}

	#joinUs .us-intr .text .h2 {
		font-size: 18px;
		margin-bottom: 10px
	}

	#joinUs .us-intr .text .intr {
		font-size: 14px;
		line-height: 26px
	}
}

@media screen and (max-width:900px) {

	#joinUs .us-intr:after,
	#staffPage .staff-details-con .top:after {
		clear: both
	}

	#staffPage .staff-details-con {
		width: 100%
	}

	#staffPage .staff-details-con .top:after,
	#staffPage .staff-details-con .top:before {
		content: " ";
		display: table
	}

	#staffPage .staff-details-con .top .img {
		width: 300px;
		height: 300px
	}

	#staffPage .staff-details-con .top .text {
		height: 300px;
		margin-left: 300px;
		padding-left: 80px
	}

	#staffPage .staff-details-con .top .text .name {
		margin-bottom: 20px
	}

	#staffPage .staff-details-con .top .text .name b {
		font-size: 30px;
		font-weight: 400
	}

	#staffPage .staff-details-con .top .text .name em {
		font-size: 14px;
		margin-left: 10px;
		color: #999;
		font-weight: 400
	}

	#staffPage .staff-details-con .top .text dl dd {
		height: 30px;
		line-height: 30px
	}

	#staffPage .staff-details-con .top .text dl dd i {
		font-size: 18px;
		color: #999
	}

	#staffPage .staff-details-con .top .text dl dd span {
		float: left;
		font-size: 18px;
		text-align: center;
		width: 4em;
		overflow: hidden;
		color: #999
	}

	#staffPage .staff-details-con .top .text dl dd span b {
		display: block;
		text-decoration: none;
		font-size: 18px;
		font-weight: 400
	}

	#staffPage .staff-details-con .top .text dl dd span b.w2 {
		letter-spacing: 2em;
		margin-right: -2em
	}

	#staffPage .staff-details-con .top .text dl dd span b.w3 {
		letter-spacing: .5em;
		margin-right: -.5em
	}

	#staffPage .staff-details-con .top .text dl dd span b.w4 {
		letter-spacing: 0;
		margin-right: 0
	}

	#staffPage .staff-details-con .top .text dl dd em {
		font-size: 18px;
		font-weight: 400
	}

	#joinUs .us-intr {
		padding: 20px 0
	}

	#joinUs .us-intr:after,
	#joinUs .us-intr:before {
		content: " ";
		display: table
	}

	#joinUs .us-intr .img {
		float: left;
		width: 100%;
		margin-bottom: 20px
	}

	#joinUs .us-intr .text {
		float: left;
		height: auto;
		width: 100%
	}

	#joinUs .us-intr .text .hj-table-cell {
		text-align: left;
		padding: 0 20px
	}

	#joinUs .us-intr .text .h2 {
		font-size: 18px;
		margin-bottom: 10px
	}

	#joinUs .us-intr .text .intr {
		font-size: 14px;
		line-height: 26px
	}
}

@media screen and (max-width:640px) {

	#staffPage .staff-modular1 .m-left .modular-arrow,
	#staffPage .staff-modular1 .m-left .modular-intr,
	#staffPage .staff-modular1 .m-right .item .text .intr {
		display: none
	}

	#staffPage .staff-modular1 .m-left .modular-nav li,
	#staffPage .staff-modular1 .m-right .item:hover .text .type {
		line-height: 30px
	}

	#staffPage .staff-modular1 {
		margin-top: 12px
	}

	#staffPage .staff-modular1 .m-left .modular-nav li a {
		padding-left: 0;
		text-align: center;
		font-size: 14px
	}

	#staffPage .staff-modular1 .m-right {
		width: 100%;
		height: auto
	}

	#staffPage .staff-modular1 .m-right #staff-wrap,
	#staffPage .staff-modular1 .m-right .swiper-container {
		height: auto
	}

	#staffPage .staff-modular1 .m-right .item {
		width: 50%;
		height: 300px;
		border: 0 !important;
		border-bottom: 1px solid #fff !important;
		border-right: 1px solid #fff !important
	}

	#staffPage .staff-modular1 .m-right .item .text {
		width: 100%;
		bottom: -170px
	}

	#staffPage .staff-modular1 .m-right .item .text .type {
		font-size: 14px;
		text-align: center;
		line-height: 30px;
		color: #666
	}

	#staffPage .staff-modular1 .m-right .item .text .name {
		text-align: right
	}

	#staffPage .staff-modular1 .m-right .item .text:hover {
		bottom: -170px
	}

	#staffPage .staff-modular2 .title {
		margin: 20px 0
	}

	#staffPage .staff-modular2 .title .h1 b {
		font-size: 20px
	}

	#staffPage .staff-modular2 .title .h1 em {
		font-size: 20px;
		margin-left: 0
	}

	#staffPage .staff-modular2 .title .h2 {
		font-size: 16px;
		margin: 10px 0
	}

	#staffPage .staff-modular2 .title p {
		font-size: 12px
	}

	#staffPage .staff-modular2 .con {
		height: auto
	}

	#staffPage .staff-modular2 .con .left {
		width: 100%
	}

	#staffPage .staff-modular2 .con .left .img {
		height: 200px
	}

	#staffPage .staff-modular2 .con .right {
		width: 100%;
		height: 240px
	}

	#staffPage .staff-modular2 .con .right .staffPic-pagination {
		bottom: 10px
	}

	#staffPage .staff-modular2 .con .right .staffPic-pagination .dot {
		display: inline-block;
		width: 10px;
		height: 10px
	}

	#staffPage .staff-details-con {
		width: 100%
	}

	#staffPage .staff-details-con .top:after,
	#staffPage .staff-details-con .top:before {
		content: " ";
		display: table
	}

	#staffPage .staff-details-con .top:after {
		clear: both
	}

	#staffPage .staff-details-con .top .img {
		width: 100%;
		height: auto;
		float: none
	}

	#staffPage .staff-details-con .top .img img {
		width: 100%;
		height: auto;
		bottom: 0;
		right: 0;
		position: relative
	}

	#staffPage .staff-details-con .top .text {
		height: auto;
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
		width: 100%
	}

	#staffPage .staff-details-con .top .text .name {
		margin-bottom: 10px
	}

	#staffPage .staff-details-con .top .text .name b {
		font-size: 24px;
		font-weight: 400
	}

	#staffPage .staff-details-con .top .text .name em {
		font-size: 14px;
		margin-left: 10px;
		color: #999;
		font-weight: 400
	}

	#staffPage .staff-details-con .top .text dl dd {
		height: 26px;
		line-height: 26px
	}

	#staffPage .staff-details-con .top .text dl dd i,
	#staffPage .staff-details-con .top .text dl dd span,
	#staffPage .staff-details-con .top .text dl dd span b {
		font-size: 14px
	}

	#staffPage .staff-details-con .top .text dl dd em {
		font-size: 14px;
		font-weight: 400
	}

	#staffPage .staff-details-con .bottom {
		padding-bottom: 10px
	}

	#staffPage .staff-details-con .bottom .item {
		margin-top: 20px
	}

	#staffPage .staff-details-con .bottom .item .tit {
		font-size: 16px
	}

	#staffPage .staff-details-con .bottom .item .con,
	#staffPage .staff-details-con .link a {
		font-size: 14px
	}

	#staffPage .staff-details-con .link {
		line-height: 40px
	}

	#joinUs .us-intr .text .hj-table-cell {
		text-align: left;
		padding: 0
	}

	#joinUs .us-intr .text .h2 {
		font-size: 18px
	}

	#joinUs .us-intr .text .intr {
		line-height: 22px
	}

	#joinUs .position-table {
		margin-bottom: 30px
	}

	#joinUs .position-table .table-title {
		overflow: hidden
	}

	#joinUs .position-table .table-title .all {
		display: block;
		width: 100%;
		line-height: 40px;
		text-align: center;
		background-color: #ccc;
		font-size: 16px
	}

	#joinUs .position-table .table-title .th {
		display: none
	}

	#joinUs .position-table .table-body .tr {
		height: 54px;
		line-height: 54px;
		padding: 5px 0
	}

	#joinUs .position-table .table-body .tr .td2 {
		padding-left: 10px;
		line-height: 22px;
		width: 50%;
		text-align: left
	}

	#joinUs .position-table .table-body .tr .td2 .td {
		width: 100%;
		display: block
	}

	#joinUs .position-table .table-body .tr .td2:nth-of-type(2) {
		padding-left: 0;
		padding-right: 10px;
		text-align: right
	}

	#joinUs .position-table .table-body .tr .td {
		display: none
	}

	#joinUs .position-table .table-body .tr.nothing {
		color: #999;
		text-align: center;
		line-height: 44px
	}

	#uploadResumePopup .wrap {
		text-align: center;
		padding: 20px 5%
	}

	#uploadResumePopup .wrap .btn-wrap {
		width: 100%
	}

	#uploadResumePopup .wrap .btn-wrap .hj-btn {
		height: 40px;
		margin: 30px 0
	}

	#uploadResumePopup .wrap .btn-wrap .hj-btn.confirm {
		float: left
	}

	#uploadResumePopup .wrap .btn-wrap .hj-btn.cancel {
		float: right
	}
}

#newsPage .activity-list .item .text .more a:hover,
#newsPage .news-list .item .text .more a:hover {
	color: #ca2611
}

@media screen and (max-width:480px) {
	#staffPage .staff-modular1 .m-left .modular-nav li a {
		font-size: 12px
	}

	#staffPage .staff-modular2 .con {
		height: auto
	}

	#staffPage .staff-modular2 .con .left .img {
		height: 150px
	}

	#staffPage .staff-modular2 .con .right {
		width: 100%;
		height: 200px
	}

	#staffPage .staff-modular2 .con .right .staffPic-pagination {
		bottom: 10px
	}

	#staffPage .staff-modular2 .con .right .staffPic-pagination .dot {
		display: inline-block;
		width: 10px;
		height: 10px
	}
}

#newsPage .news-list:after,
#newsPage .news-list:before {
	content: " ";
	display: table
}

#newsPage .news-list .item {
	width: 100%;
	height: 483px;
	float: left;
	margin-left: 0;
	padding: 40px 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border-bottom: 1px solid #e8e8e8;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#newsPage .activity-list .item .text .wrap,
#newsPage .news-list .item .text .wrap {
	padding: 80px 50px
}

#newsPage .news-list .item.on {
	margin-left: 100px;
	opacity: 1
}

#newsPage .news-list .item:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

#newsPage .news-list .item .img {
	float: left;
	width: 774px;
	overflow: hidden;
	height: 100%
}

#newsPage .news-list .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#newsPage .news-list .item .text {
	float: right;
	width: 796px;
	height: 100%
}

#newsPage .news-list .item .text .name {
	font-size: 24px;
	line-height: 28px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 5px
}

#newsPage .news-list .item .text .time {
	font-size: 14px;
	margin-bottom: 14px
}

#newsPage .news-list .item .text .intr {
	font-size: 16px;
	line-height: 30px;
	height: 190px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px
}

#newsPage .news-list .item .text .more,
#newsPage .news-list .item .text .more a {
	font-size: 16px
}

#newsPage .activity-list .item {
	width: 100%;
	height: 483px;
	float: left;
	margin-left: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #f5f5f5
}

#newsPage .activity-list .item.on {
	margin-left: 100px;
	opacity: 1
}

#newsPage .activity-list .item:nth-of-type(2n) {
	float: right;
	margin-right: 0
}

#newsPage .activity-list .item:nth-of-type(2n) .img {
	float: right
}

#newsPage .activity-list .item:nth-of-type(2n) .text {
	float: left
}

#newsPage .activity-list .item:nth-of-type(2n).on {
	margin-right: 100px;
	opacity: 1
}

#newsPage .activity-list .item:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

#newsPage .activity-list .item .img {
	float: left;
	width: 774px;
	overflow: hidden;
	height: 100%
}

#newsPage .activity-list .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}

#contactUspage .contactUs-list .item .wrap .contactUs-item:after,
#contactUspage .contactUs-list .item .wrap .contactUs-item:before,
#contactUspage .contactUs-list:after,
#contactUspage .contactUs-list:before,
#contactUspage .demand-submit .input:after,
#contactUspage .demand-submit .input:before {
	content: " ";
	display: table
}

#newsPage .activity-list .item .text {
	float: right;
	width: 796px;
	height: 100%
}

#newsPage .activity-list .item .text .name {
	font-size: 24px;
	line-height: 28px;
	height: 58px;
	overflow: hidden;
	margin-bottom: 28px
}

#newsPage .activity-list .item .text .intr {
	font-size: 16px;
	line-height: 30px;
	height: 190px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px
}

#newsPage .activity-list .item .text .more,
#newsPage .activity-list .item .text .more a {
	font-size: 16px
}

@media screen and (max-width:1600px) {

	#newsPage .activity-list:after,
	#newsPage .activity-list:before,
	#newsPage .news-list:after,
	#newsPage .news-list:before {
		content: " ";
		display: table
	}

	#newsPage .activity-list:after,
	#newsPage .news-list:after {
		clear: both
	}

	#newsPage .activity-list .item .text .wrap,
	#newsPage .news-list .item .text .wrap {
		padding: 50px 30px
	}

	#newsPage .news-list .item {
		height: 371px
	}

	#newsPage .news-list .item .img {
		width: 594px
	}

	#newsPage .news-list .item .text {
		width: 606px
	}

	#newsPage .news-list .item .text .name {
		font-size: 20px;
		line-height: 24px;
		height: 26px
	}

	#newsPage .news-list .item .text .time {
		margin-bottom: 20px
	}

	#newsPage .news-list .item .text .intr {
		font-size: 14px;
		line-height: 26px;
		height: 161px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}

	#newsPage .activity-list .item {
		height: 371px
	}

	#newsPage .activity-list .item .img {
		width: 594px
	}

	#newsPage .activity-list .item .text {
		width: 606px
	}

	#newsPage .activity-list .item .text .name {
		font-size: 20px;
		line-height: 24px;
		height: 50px;
		margin-bottom: 10px
	}

	#newsPage .activity-list .item .text .intr {
		font-size: 14px;
		line-height: 26px;
		height: 161px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}
}

@media screen and (max-width:1044px) {

	#newsPage .activity-list .item .text .wrap,
	#newsPage .news-list .item .text .wrap {
		padding: 20px
	}

	#newsPage .activity-list .item .text .name,
	#newsPage .news-list .item .text .name {
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden
	}

	#newsPage .news-list:after,
	#newsPage .news-list:before {
		content: " ";
		display: table
	}

	#newsPage .news-list:after {
		clear: both
	}

	#newsPage .news-list .item {
		height: auto
	}

	#newsPage .news-list .item .img {
		width: 40%
	}

	#newsPage .news-list .item .text {
		width: 60%;
		height: auto
	}

	#newsPage .news-list .item .text .name {
		font-size: 18px;
		line-height: 24px;
		height: 24px
	}

	#newsPage .news-list .item .text .time {
		margin-bottom: 10px
	}

	#newsPage .news-list .item .text .intr {
		font-size: 14px;
		line-height: 26px;
		height: 81px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 30px
	}

	#newsPage .activity-list .item {
		height: auto
	}

	#newsPage .activity-list .item .img {
		width: 40%
	}

	#newsPage .activity-list .item .text {
		width: 60%;
		height: auto
	}

	#newsPage .activity-list .item .text .name {
		font-size: 18px;
		line-height: 24px;
		height: 24px;
		margin-bottom: 10px
	}

	#newsPage .activity-list .item .text .intr {
		font-size: 14px;
		line-height: 26px;
		height: 81px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 30px
	}
}

@media screen and (max-width:900px) {
	#newsPage .news-list .item {
		padding: 20px 0;
		height: auto
	}

	#newsPage .activity-list .item .text .wrap,
	#newsPage .news-list .item .text .wrap {
		padding: 10px
	}

	#newsPage .news-list .item .img,
	#newsPage .news-list .item .text {
		width: 100%
	}

	#newsPage .news-list .item .text .name {
		font-size: 16px
	}

	#newsPage .news-list .item .text .intr {
		font-size: 12px;
		line-height: 20px;
		height: 42px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}

	#newsPage .activity-list .item {
		height: auto
	}

	#newsPage .activity-list .item .img,
	#newsPage .activity-list .item .text {
		width: 100%
	}

	#newsPage .activity-list .item .text .name {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 10px
	}

	#newsPage .activity-list .item .text .intr {
		font-size: 12px;
		line-height: 20px;
		height: 42px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}
}

@media screen and (max-width:640px) {

	#newsPage .news-list:after,
	#newsPage .news-list:before {
		content: " ";
		display: table
	}

	#newsPage .news-list:after {
		clear: both
	}

	#newsPage .news-list .item .name {
		font-size: 14px;
		line-height: 20px;
		height: 22px
	}

	#newsPage .news-list .item .name a {
		font-size: 14px
	}

	#newsPage .activity-list .item {
		height: auto
	}

	#newsPage .activity-list .item .img,
	#newsPage .activity-list .item .text {
		width: 100%
	}

	#newsPage .activity-list .item .text .wrap {
		padding: 10px
	}

	#newsPage .activity-list .item .text .name {
		font-size: 16px;
		line-height: 24px;
		height: 24px;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 10px
	}

	#newsPage .activity-list .item .text .intr {
		font-size: 12px;
		line-height: 20px;
		height: 42px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px
	}
}

@media screen and (max-width:375px) {
	#newsPage .news-list .item {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 10px
	}

	#newsPage .news-list .item .name {
		font-size: 12px;
		line-height: 18px;
		height: 20px;
		-webkit-text-overflow: ellipsis;
		-moz-text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}

	#newsPage .news-list .item .name a {
		font-size: 14px
	}
}

#contactUspage .contactUs-map {
	margin: 40px 0;
	height: 425px
}

#contactUspage .contactUs-map .map {
	height: 100%;
	width: 50%;
	float: left
}

#contactUspage .contactUs-map .map .map-con {
	width: 100%;
	height: 100%
}

#contactUspage .contactUs-map .text {
	height: 100%;
	width: 50%;
	float: right
}

#contactUspage .contactUs-map .text .wrap {
	padding: 50px
}

#contactUspage .contactUs-map .text .wrap .tit {
	padding-top: 20px;
	font-size: 26px;
	margin-bottom: 30px
}

#contactUspage .contactUs-map .text .wrap .item {
	height: 50px;
	margin-bottom: 34px
}

#contactUspage .contactUs-map .text .wrap .item .icon {
	float: left
}

#contactUspage .contactUs-map .text .wrap .item .detailed {
	margin-left: 70px;
	position: relative;
	line-height: 25px
}

#contactUspage .contactUs-map .text .wrap .item .detailed .s {
	font-size: 14px
}

#contactUspage .contactUs-map .text .wrap .item .detailed .b {
	font-size: 18px
}

#contactUspage .contactUs-list {
	margin-bottom: 40px
}

#contactUspage .contactUs-list .item {
	width: 300px;
	float: left;
	margin-left: 17.5px
}

#contactUspage .contactUs-list .item:first-child {
	margin-left: 0
}

#contactUspage .contactUs-list .item .img {
	height: 150px
}

#contactUspage .contactUs-list .item .img img {
	width: 100%;
	height: 100%
}

#contactUspage .contactUs-list .item .wrap {
	padding: 20px;
	border: 1px solid #e8e8e8
}

#contactUspage .contactUs-list .item .wrap .name {
	font-size: 16px;
	margin-bottom: 16px
}

#contactUspage .demand-submit .input,
#contactUspage .demand-submit .textarea {
	margin-bottom: 20px
}

#contactUspage .contactUs-list .item .wrap .contactUs-item {
	margin-bottom: 20px;
	color: #666
}

#contactUspage .contactUs-list .item .wrap .contactUs-item .label {
	width: 30px;
	float: left
}

#contactUspage .contactUs-list .item .wrap .contactUs-item .item-con {
	position: relative;
	margin-left: 30px;
	line-height: 20px
}

#contactUspage .contactUs-list .item .wrap .contactUs-item.tel {
	height: 40px
}

#contactUspage .contactUs-list .item .wrap .contactUs-item.email {
	height: 20px
}

#contactUspage .contactUs-list .item .wrap .contactUs-item.map {
	height: 80px;
}

#contactUspage .demand-submit {
	background-color: #f5f5f5
}

#contactUspage .demand-submit .title {
	font-size: 28px;
	line-height: 100px;
	text-align: center
}

#contactUspage .demand-submit .input input {
	float: left;
	width: 49%;
	margin-left: 2%;
	text-indent: 10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	background-color: #fff;
	border: 1px solid #fff
}

#contactUspage .demand-submit .input input:first-child {
	margin-left: 0
}

#contactUspage .demand-submit .textarea textarea {
	width: 100%;
	background-color: #fff;
	height: 120px;
	padding: 5px;
	border: 1px solid #fff
}

#contactUspage .demand-submit .btn {
	padding: 20px 0 40px;
	text-align: center
}

#contactUspage .demand-submit .btn .hj-btn {
	width: 130px
}

@media screen and (max-width:1600px) {
	#contactUspage .contactUs-map {
		margin: 40px 0;
		height: 380px
	}

	#contactUspage .contactUs-map .text .wrap {
		padding: 30px 40px
	}

	#contactUspage .contactUs-list {
		margin-bottom: 40px
	}

	#contactUspage .contactUs-list:after,
	#contactUspage .contactUs-list:before {
		content: " ";
		display: table
	}

	#contactUspage .contactUs-list:after {
		clear: both
	}

	#contactUspage .contactUs-list .item {
		width: 230px;
		margin-left: 12.5px
	}

	#contactUspage .contactUs-list .item .img {
		height: 115px
	}

	#contactUspage .contactUs-list .item .wrap {
		padding: 16px;
		border: 1px solid #e8e8e8
	}

	#contactUspage .contactUs-list .item .wrap .name {
		font-size: 16px;
		margin-bottom: 16px;
		height: 36px;
	}

	#contactUspage .contactUs-list .item .wrap .contactUs-item {
		margin-bottom: 10px
	}
}

@media screen and (max-width:1044px) {
	#contactUspage .contactUs-map {
		margin: 40px 0;
		height: auto
	}

	#contactUspage .contactUs-map .map {
		float: none;
		height: 240px;
		width: 100%
	}

	#contactUspage .contactUs-map .text {
		float: none;
		width: 100%
	}

	#contactUspage .contactUs-map .text .wrap {
		padding: 0 20px
	}

	#contactUspage .contactUs-list {
		margin-bottom: 40px
	}

	#contactUspage .contactUs-list:after,
	#contactUspage .contactUs-list:before {
		content: " ";
		display: table
	}

	#contactUspage .contactUs-list:after {
		clear: both
	}

	#contactUspage .contactUs-list .item {
		width: 32%;
		margin-left: 2%;
		margin-bottom: 20px
	}

	#contactUspage .contactUs-list .item:first-child,
	#contactUspage .contactUs-list .item:nth-of-type(3n+1) {
		margin-left: 0
	}

	#contactUspage .contactUs-list .item .img {
		height: 115px
	}

	#contactUspage .contactUs-list .item .wrap {
		padding: 16px;
		border: 1px solid #e8e8e8
	}

	#contactUspage .contactUs-list .item .wrap .name {
		font-size: 16px;
		margin-bottom: 16px
	}

	#contactUspage .contactUs-list .item .wrap .contactUs-item {
		margin-bottom: 10px
	}
}

@media screen and (max-width:640px) {
	#contactUspage .contactUs-map {
		margin: 20px 0
	}

	#contactUspage .contactUs-map .text {
		float: none;
		width: 100%
	}

	#contactUspage .contactUs-map .text .wrap {
		padding: 0 10px
	}

	#contactUspage .contactUs-map .text .wrap .tit {
		padding-top: 20px;
		font-size: 16px;
		margin-bottom: 15px
	}

	#contactUspage .contactUs-map .text .wrap .item {
		height: auto;
		margin-bottom: 10px
	}

	#contactUspage .contactUs-map .text .wrap .item .icon {
		float: left;
		width: 30px;
		height: 30px
	}

	#contactUspage .contactUs-map .text .wrap .item .icon img {
		width: 100%;
		height: 100%
	}

	#contactUspage .contactUs-map .text .wrap .item .detailed {
		margin-left: 40px;
		float: none;
		position: relative;
		line-height: 15px
	}

	#contactUspage .contactUs-map .text .wrap .item .detailed .s {
		font-size: 12px
	}

	#contactUspage .contactUs-map .text .wrap .item .detailed .b {
		font-size: 14px
	}

	#contactUspage .contactUs-list {
		margin-bottom: 40px
	}

	#contactUspage .contactUs-list:after,
	#contactUspage .contactUs-list:before {
		content: " ";
		display: table
	}

	#contactUspage .contactUs-list:after {
		clear: both
	}

	#contactUspage .contactUs-list .item {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}

	#contactUspage .contactUs-list .item .img {
		height: 115px
	}

	#contactUspage .demand-submit {
		background-color: #f5f5f5
	}

	#contactUspage .demand-submit .title {
		font-size: 22px;
		line-height: 60px;
		text-align: center
	}

	#contactUspage .demand-submit .input {
		margin-bottom: 0
	}

	#contactUspage .demand-submit .input input {
		width: 100%;
		margin-bottom: 20px;
		margin-left: 0
	}

	#contactUspage .demand-submit .btn {
		padding: 0 0 20px
	}

	#contactUspage .demand-submit .btn .hj-btn {
		width: 120px;
		font-size: 14px
	}
}