a {
	color: #333
}

a:hover {
	color: #3ca5f6;
	text-decoration: none
}

a:link {
	text-decoration: none
}

p {
	margin: 0
}

.user-content-warp {
	margin: 0 auto;
	background-color: #fff;
	padding: 0 30px;
	width: 1180px
}

.user-content-warp .nav-box {
	height: 60px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: -1px
}

.user-content-warp .nav-box-border {
	border-bottom: 1px solid #f0f0f0
}

.user-content-warp .nav-box .badge {
	background-color: #f63756;
	font-size: 12px;
	color: #fff;
	margin: -4px 0 0 5px
}

.about-us-box {
	margin-top: 30px;
	padding-bottom: 30px
}

.about-us-box .about-min-height {
	min-height: 600px
}

.about-us-box p {
	font-size: 14px;
	color: #333;
	line-height: 24px
}

.about-us-box em {
	font-style: normal;
	color: #bbb
}

.about-us-box.renzheng p {
	font-size: 16px;
	line-height: 2
}

.about-us-box p.f1 {
	font-size: 16px;
	line-height: 26px
}

.about-us-box .box-wrap {
	padding-left: 15px
}

.about-us-box .box-item .box-name {
	position: relative;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	margin-top: 30px;
	cursor: pointer
}

.about-us-box .box-item .box-name.active {
}

.about-us-box .box-item .box-cnt {
	padding: 0;
	display: none
}

.about-us-box .box-wrap .box-name i {
	position: absolute;
	right: 3px;
	top: 20px
}

.about-us-box .box-wrap .box-name i:after {
	content: '+';
	font-size: 22px;
	color: #333;
	font-style: normal;
	display: block
}

.about-us-box .box-wrap .box-name.active i:after {
	content: '-'
}

.about-us-box .about-us-intro p {
	font-size: 16px
}

td,th {
	padding: 0;
	margin: 0;
	border: 0
}

table {
	width: 1104px
}

table thead th {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	border-bottom: 2px solid #ddd;
	height: 60px;
	text-align: left;
	text-indent: 2rem
}

table thead th:nth-of-type(1) {
	width: 43.75%
}

table thead th:nth-of-type(2) {
	width: 28.75%
}

table thead th:nth-of-type(3) {
	width: 20%
}

table .list-tr td:nth-of-type(1) {
	width: 43.75%
}

table .list-tr td:nth-of-type(2) {
	width: 28.75%
}

table .list-tr td:nth-of-type(3) {
	width: 20%
}

table tbody tr td {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	border-bottom: 2px solid #f4f4f4;
	height: 60px;
	text-align: left;
	text-indent: 2rem;
	cursor: pointer
}

table tbody tr td i {
	font-size: 18px;
	cursor: pointer
}

table tbody tr td .detail-div {
}

table tbody tr td .career-title {
	margin-right: .5rem
}

table tbody tr td .label-type {
	display: inline-block;
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 .5rem;
	text-indent: 0;
	color: #999;
	line-height: 18px;
	font-size: .1rem
}

table tbody tr td .require {
	text-indent: 3rem;
	padding: 2rem 0 0;
	word-break: break-all
}

table tbody tr td .require dt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	margin-bottom: 1rem
}

table tbody tr td .require dd {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	text-indent: 0;
	padding-left: 3rem
}

table tbody tr td .ptn-box {
	padding-left: 1rem;
	margin: 3rem 0 4rem
}

table tbody tr td .ptn-box a {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	background: #eb0028;
	color: #fff;
	border: 1px solid #d70226;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: color .15s ease 0s;
	-o-transition: color .15s ease 0s;
	-webkit-transition: color .15s ease;
	-webkit-transition-delay: 0s;
	transition: color .15s ease 0s;
	position: relative;
	z-index: 1;
	text-indent: 0
}

@media screen and (min-width:1025px) {
	table tbody tr td .ptn-box a:before {
		position: absolute;
		top: -1px;
		left: -1px;
		width: 0;
		height: 52px;
		background: #d70226;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		-moz-transition: width .15s ease 0s;
		-o-transition: width .15s ease 0s;
		-webkit-transition: width .15s ease;
		-webkit-transition-delay: 0s;
		transition: width .15s ease 0s;
		z-index: -1
	}

	table tbody tr td .ptn-box a:hover {
	}

	table tbody tr td .ptn-box a:hover:before {
		width: 202px
	}
}

table tbody tr td .ptn-box a.no-btn {
	background: 0 0;
	color: #eb0028
}

table tbody tr td .ptn-box a.no-btn:before {
	display: none
}

table tbody tr td .contact {
	background-color: #f6f6f6;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	padding: 4rem 0;
	margin: 0 3rem 4rem
}

table tbody tr td .contact dt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
	width: 100%;
	margin: 0 0 2rem
}

table tbody tr td .contact dd {
	font-size: 14px;
	line-height: 26px;
	color: #333;
	cursor: pointer
}

table tbody tr td .contact dd:nth-of-type(1):before {
	content: '';
	display: inline-block;
	width: 56px;
	height: 45px;
	background: url(../../img/career/list/icon1.png) center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right: 2rem
}

table tbody tr td .contact dd:nth-of-type(2):before {
	content: '';
	display: inline-block;
	width: 49px;
	height: 39px;
	background: url(../../img/career/list/icon2.png) center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right: 2rem
}

table tbody tr.list-tr:last-child {
	cursor: pointer
}

table tbody tr.list-tr.active td,table tbody tr.list-tr:hover td {
	background-color: #f4f4f4
}

table tbody tr.detail-tr {
}

table tbody tr.detail-tr td {
	height: 0
}

table tbody tr.detail-tr.active {
	display: table-row
}

table thead th {
	text-indent: 1rem
}

table tbody tr td {
	text-indent: 0;
	padding-left: 1rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	line-height: 22px
}

table tbody tr td:last-child {
	padding-left: .5rem
}

table tbody tr td .require {
	text-indent: 0;
	padding-left: 1rem
}

table tbody tr td .require dd {
	margin-bottom: .5rem;
	padding-left: 0
}

table tbody tr td .require dd:before {
	margin-top: 1rem
}

table tbody tr td .ptn-box {
	padding: 0 1rem;
	text-indent: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

table tbody tr td .contact {
	margin: 0 1rem 3rem;
	padding: 3rem 0 2rem
}

table tbody tr td .contact dt {
	text-align: left;
	padding-left: 5rem
}

table tbody tr td .contact dd {
	width: 100%;
	padding-left: 4rem;
	margin-bottom: 1rem;
	text-align: left
}

table tbody tr td .contact dd:nth-of-type(1):before {
	background-size: 70%;
	margin-right: 1rem
}

table tbody tr td .contact dd:nth-of-type(2):before {
	margin-right: 1rem;
	background-size: 67%;
	margin-left: .5rem
}

.page {
	margin-top: 4rem
}

.page ul {
	text-align: center
}

.page ul li {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #efefef;
	font-size: 14px;
	color: #666;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 1px
}

.page ul li:hover {
	background-color: #dfdfdf;
	color: #222
}

.page ul li.ellispis {
	background-color: transparent;
	position: relative;
	top: -3px;
	cursor: default
}

.page ul li.ellispis:hover {
	background-color: transparent;
	color: #666
}

.page ul li.next,.page ul li.prev {
	background: url(/skin/images/page-prev.png) center no-repeat #efefef
}

.page ul li.next:hover,.page ul li.prev:hover {
	background-color: #dfdfdf
}

.page ul li.next.disabled,.page ul li.prev.disabled {
	opacity: .5;
	cursor: not-allowed;
	background-color: #efefef
}

.page ul li.prev {
	margin-right: 2rem
}

.page ul li.next {
	background-image: url(/skin/images/page-next.png);
	margin-left: 2rem
}

.page ul li.active {
	background-color: #dfdfdf;
	color: #222
}

dl,li,ol,ul {
	list-style: none
}

.screen-welfare {
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto;
	max-width: 100%;
	background-color: #f2f2f2;
	color: #333;
	margin-top: -59px;
	z-index: 1000;
	position: relative
}

.screen-welfare,.screen-welfare .list {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.screen-welfare h2 {
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 1rem;
	font-weight: 400
}

.screen-welfare .sub-title {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 2.5rem
}

.screen-welfare .list {
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 20px;
	margin: 0 auto
}

.screen-welfare .list ul {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.screen-welfare .list ul li {
	width: 282px;
	height: 180px;
	margin-bottom: 2rem;
	border-radius: 2px;
	font-size: 16px;
	position: relative;
	-moz-transition: margin .6s ease;
	-o-transition: margin .6s ease;
	-webkit-transition: margin .6s ease;
	transition: margin .6s ease;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 2.5rem
}

.screen-welfare .list ul li i {
	font-style: normal;
	position: relative;
	z-index: 7
}

.screen-welfare .list ul li:before {
	content: '';
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 33%
}

.screen-welfare .list ul li:nth-of-type(1) {
	z-index: 55
}

.screen-welfare .list ul li:nth-of-type(1):before {
	background-image: url(/skin/images/welfare-icon1.png)
}

.screen-welfare .list ul li:nth-of-type(2) {
	z-index: 54
}

.screen-welfare .list ul li:nth-of-type(2):before {
	background-image: url(/skin/images/welfare-icon2.png)
}

.screen-welfare .list ul li:nth-of-type(3) {
	z-index: 53
}

.screen-welfare .list ul li:nth-of-type(3):before {
	background-image: url(/skin/images/welfare-icon3.png)
}

.screen-welfare .list ul li:nth-of-type(4) {
	z-index: 52
}

.screen-welfare .list ul li:nth-of-type(4):before {
	background-image: url(/skin/images/welfare-icon4.png)
}

.screen-welfare .list ul li:nth-of-type(5) {
	z-index: 51
}

.screen-welfare .list ul li:nth-of-type(5):before {
	background-image: url(/skin/images/welfare-icon5.png)
}

.screen-welfare .list ul li:nth-of-type(6) {
	z-index: 50
}

.screen-welfare .list ul li:nth-of-type(6):before {
	background-image: url(/skin/images/welfare-icon6.png)
}

.screen-welfare .list ul li:nth-of-type(7) {
	z-index: 49
}

.screen-welfare .list ul li:nth-of-type(7):before {
	background-image: url(/skin/images/welfare-icon7.png)
}

.screen-welfare .list ul li:nth-of-type(8) {
	z-index: 48
}

.screen-welfare .list ul li:nth-of-type(8):before {
	background-image: url(/skin/images/welfare-icon8.png)
}

.screen-welfare .list ul li:nth-of-type(9) {
	z-index: 47
}

.screen-welfare .list ul li:nth-of-type(9):before {
	background-image: url(welfare-icon9.png)
}

.screen-welfare .list ul li:nth-of-type(10) {
	z-index: 46
}

.screen-welfare .list ul li:nth-of-type(10):before {
	background-image: url(welfare-icon10.png)
}

.screen-welfare .list ul li:nth-of-type(11) {
	z-index: 45
}

.screen-welfare .list ul li:nth-of-type(11):before {
	background-image: url(welfare-icon11.png)
}

.screen-welfare .list ul li:nth-of-type(12) {
	z-index: 44
}

.screen-welfare .list ul li:nth-of-type(12):before {
	background-image: url(welfare-icon12.png)
}

.screen-welfare .list ul li:nth-of-type(13) {
	z-index: 43
}

.screen-welfare .list ul li:nth-of-type(13):before {
	background-image: url(welfare-icon13.png)
}

.screen-welfare .list ul li:nth-of-type(14) {
	z-index: 42
}

.screen-welfare .list ul li:nth-of-type(14):before {
	background-image: url(welfare-icon14.png)
}

.screen-welfare .list ul li:nth-of-type(15) {
	z-index: 41
}

.screen-welfare .list ul li:nth-of-type(15):before {
	background-image: url(welfare-icon15.png)
}

.screen-welfare .list ul li:nth-of-type(16) {
	z-index: 40
}

.screen-welfare .list ul li:nth-of-type(16):before {
	background-image: url(welfare-icon16.png)
}

.screen-welfare .list ul li .extra-intro {
	display: none;
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: left;
	padding: 170px 2rem 2rem;
	border-radius: 3px;
	-moz-box-shadow: 3px 3px 10px rgba(12,12,12,.2);
	-webkit-box-shadow: 3px 3px 10px rgba(12,12,12,.2);
	box-shadow: 3px 3px 10px rgba(12,12,12,.2);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.screen-welfare .list ul li .extra-intro p {
	display: -webkit-flex;
	display: flex
}

.screen-welfare .list ul li .extra-intro p:before {
	content: '-';
	display: inline-block;
	margin-right: .5rem
}

.who {
	background: #fff;
	width: 100%
}

.screen-who {
	max-width: 1180px;
	box-sizing: border-box;
	padding: 6rem 20px;
	margin: 0 auto;
	color: #333;
	text-align: center
}

.screen-who h2 {
	font-size: 30px;
	line-height: 60px;
	margin-bottom: 1rem;
	font-weight: 400
}

.screen-who .who-content {
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.screen-who .who-content .img-box,.screen-who .who-content .text-box {
	height: 238px
}

.screen-who .who-content .img-box {
	background: url(map.png) center no-repeat
}

.screen-who .who-content .text-box {
	text-align: left;
	font-size: 16px;
	line-height: 30px
}

.screen-who .who-content .text-box p {
	padding-top: 10px;
	text-align: center
}

.pp {
	color: #0079ac;
	font-size: 14px
}

.screen-photo {
	position: relative;
	background: #f2f2f2
}

.screen-photo .swiper-content-container {
	height: 500px;
	max-width: 1200px
}

.screen-photo .swiper-content-container .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(1) {
	background-image: url(photo1.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(2) {
	background-image: url(photo2.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(3) {
	background-image: url(photo3.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(4) {
	background-image: url(photo4.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(5) {
	background-image: url(photo5.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(6) {
	background-image: url(photo6.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(7) {
	background-image: url(photo7.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(8) {
	background-image: url(photo8.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(9) {
	background-image: url(photo9.jpg)
}

.screen-photo .swiper-content-container .swiper-slide:nth-of-type(10) {
	background-image: url(photo10.jpg)
}

.screen-photo .swiper-pagination {
	width: 100%;
	bottom: 2rem
}

.screen-photo .swiper-pagination span {
	width: 15px;
	height: 15px;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #fff;
	opacity: 1;
	margin: 0 1rem
}

.screen-photo .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #fff
}

.job {
	background: #fff;
	text-align: center
}

.job h2 {
	font-size: 30px;
	line-height: 25px;
	margin-bottom: 1rem;
	font-weight: 400;
	margin-top: 77px;
	padding-top: 30px
}

.jiarubanner {
	background-image:url(/skin/images/banner2.jpg);
	width: 1180px;
	height: 503px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	left: 50%;
	margin-left: -590px;
	top: -50px
}


.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0;
	background: 0 0;
	top: 0
}

.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0;
	background: 0 0;
	top: 0
}

.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) 0 0 no-repeat;
	margin: 0 auto;
	margin-top: 180px
}

.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(../images/arrow.png) -50px 0 no-repeat;
	margin: 0 auto;
	margin-top: 180px
}

.bar-left .emcss {
	background-position: 0 -100px
}

.bar-right .emcss {
	background-position: -50px -100px
}