.search_field {
	position: absolute;
	top: 78%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 70px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.search_field .container {
	max-width: 800px;
	margin: 0 auto;
}

.search_field form {
	position: relative;
}

.search_field form input {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	color: #262626;
	font-size: 17px;
	padding: 0 30px;
	border: 0;
	box-sizing: border-box;
	border-radius: 45px;
}

.search_field form button {
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: inherit;
	border: 0;
	background: #0057a4;
	width: 100px;
	height: 50px;
	border-radius: 45px;
}

.close-search {
	position: absolute;
	top: 60px;
	right: 70px;
	color: #c6c7ca;
	font-size: 40px;
}

.close-search:hover {
	color: #c6c7ca;
}

.search_field form button img {
	margin: 0 auto;
}

.search_field .container .left {
	width: 460px;
	float: left;
}

.search_field .container .right {
	width: 300px;
	float: left;
}

.search_field .container .right p {
	color: #fff;
	font-size: 26px;
	line-height: 60px;
	height: 60px;
	text-align: center;
}



#slideBox {
	position: relative;
}

.slideBox {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.slideBox .hd {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	text-align: center;
	z-index: 90;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size: 0;
	border: 2px #fff solid;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	width: 100%;
	overflow: hidden;
}

.slideBox .bd li a {
	display: block;
	width: 100%;
}

.slideBox .bd li a img {
	display: block;
	width: 100%;
	height: auto;
}

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.index-about {
	margin-top: 70px;
	margin-bottom: 70px;
}

.container2 {
	margin: 0 10%;
	box-sizing: border-box;
}

.index-about .container2 {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.index-about .box-img {
	margin-right: 40px;
	position: relative;
	padding: 10px 0 0 10px;
	overflow: hidden;
}

.index-about .box-img img {
	display: block;
}

.index-about .box-img::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #0057a4;
	left: 0;
	top: 0;
	z-index: -1;
}

.index-about .box-text {
	width: 58%;
	margin-top: 30px;
}

.index-about .box-text h3 {
	font-size: 28px;
	color: #141418;
	margin: 30px 0 50px;
}

.index-about .box-text p {
	font-size: 16px;
	line-height: 35px;
	height: 140px;
	overflow: hidden;
}


.Guarantee_time {
	background: #0057a4;
	-webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
	-moz-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
	-ms-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
	-o-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
	box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
	position: absolute;
	width: 85%;
	right: 0;
	bottom: 100px;
}

.Guarantee_time li {
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	float: left;
	width: calc(100%/4);
	box-sizing: border-box;
	padding: 40px 0 30px;
	position: relative;
}

.Guarantee_time li h2 {
	color: #ffffff;
	font-size: 34px;
	font-family: arial;
	display: inline-block;
	font-weight: normal;
}

.Guarantee_time li i {
	font-size: 14px;
	margin-left: 5px;
	color: #ffffff;
}

.Guarantee_time li p {
	font-size: 14px;
	color: #ffffff;
}

.Guarantee_time li::before {
	position: absolute;
	content: " ";
	left: 0;
	top: 50%;
	margin-top: -25px;
	height: 50px;
	width: 1px;
	background: #3c6d98;
}

.Guarantee_time li::before:first-of-type {
	background: none;
}


.index-title {
	padding: 60px 0;
	text-align: center;
}

.index-title h3 {
	font-size: 36px;
	color: #141418;
	margin-bottom: 20px;
}

.index-title p {
	font-size: 20px;
	color: #141418;
}

.index-pro {
	background: #f5f5f5;
	padding-bottom: 40px;
}

.index-advantage-list {
	margin-top: 30px;
}

.index-pro-list li {
	float: left;
	width: 31.5%;
	margin-left: 2.7%;
	margin-bottom: 3.2%;
	background: #ffffff;
}

.index-pro-list li a {
	width: 100%;
	display: block;
	text-align: center;
	box-sizing: border-box;
	transition: all 0.6s;
}

.index-pro-list li:nth-child(3n+1) {
	margin-left: 0;
}

.index-pro-list li .text {
	padding: 0 40px 40px;
}

.index-pro-list li .text .top {
	margin: 25px auto 15px;
}

.index-pro-list li .text .top h2 {
	color: #141418;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.6s;
}

.index-pro-list li .text .top p {
	line-height: 25px;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	overflow: hidden;
	transition: all 0.6s;
}

.index-pro-list li .tubiao {
	width: 82px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	font-family: arial;
	color: #ffffff;
	border-radius: 50%;
	background: #0057a4;
	border: 4px solid #e8f2fa;
	transition: all 0.6s;
	margin: -50px auto 0;
	position: relative;
	font-size: 34px;
}

.index-pro-list li .tubiao img {
	display: block;
	margin: 0 auto;
}

.index-pro-list li .img {
	height: 285px;
	overflow: hidden;
}

.index-pro-list li .img img {
	display: block;
	width: 100%;
	height: 285px;
}

.index-pro-list li a:hover {
	-webkit-box-shadow: 0 0 15px 1px #e3e3e3;
	-moz-box-shadow: 0 0 15px 1px #e3e3e3;
	box-shadow: 0 0 15px 1px #e3e3e3;
	background: #0057a4;
}

.index-pro-list li :hover .text .top h2 {
	color: #ffffff;
}

.index-pro-list li :hover .text .top p {
	color: #ffffff;
}

.index-more {
	padding: 40px 0;
}

.index-more a {
	display: block;
	width: 215px;
	height: 50px;
	color: #0057a4;
	border: 1px solid #0057a4;
	border-radius: 25px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
}


.index-youshi .box {
	display: flex;
}

.index-youshi {
	background: url(../images/ad1.jpg) no-repeat center top;
	color: #ffffff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	padding-top: 90PX;
	padding-bottom: 90PX;
}


.index-youshi .text h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.index-youshi p {
	font-size: 38px;
	line-height: 40px;
	font-family: "DIN";
}

.index-more2 {
	position: relative;
	width: 230PX;
	height: 90px;
	background-color: rgba(255, 255, 255, .5);
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-family: "DIN";
	line-height: 70px;
}

.index-more2 a {
	color: #141418;
	letter-spacing: 1px;
	display: block;
	position: relative;
	transition: all 0.4s;
	background: #ffffff;
}

.index-more2 a:hover {
	color: #ffffff;
	background: #0057a4;
}


.index-news {
	padding-bottom: 10px;
}

.index-news ul {
	padding-bottom: 40px;
}

.index-news ul li {
	width: 31.5%;
	margin-left: 2.7%;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
}

.index-news ul li figure img {
	width: 100%;
}

.index-news li figcaption {
	padding: 20px 20px 30px 20px;
	transition: all 0.36s;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-top: none;
	overflow: hidden;
	box-sizing: border-box;
}

.index-news li h5 {
	font-size: 16px;
	color: #777;
	font-family: "arial narrow";
	letter-spacing: 2px;
}

.index-news li p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	min-height: 30px;
	overflow: hidden;
	margin: 20px 0;
}

.index-news li .div1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-news li .div1 b {
	display: block;
	height: 1px;
	background: #aeaeae;
	width: 70%;
}

.index-news li .div1 span {
	font-size: 14px;
	color: #0057a4;
	text-transform: uppercase;
}

.index-news li:hover figcaption {
	transform: translateY(-30px);
	box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.1)
}

.index-news ul li:nth-child(3n+1) {
	margin-left: 0;
}

.index-link {
	background: #f2f9ff;
	font-size: 16px;
	color: #141418;
	height: 80px;
	line-height: 80px;
}

.index-link a {
	display: inline-block;
	color: #666666;
	margin: 0 10px;
	font-size: 14px;
}

.index-footer .foot {
	width: 100%;
	background: #2d2d2d;
	padding: 50px 0;
	overflow: hidden;
}

.index-footer .foot .wenzi {
	overflow: hidden;
	color: #fff;
	padding-right: 105px;
}

.index-footer .foot .wenzi h2 {
	color: #fff;
	font-size: 18px;
}

.index-footer .foot .wenzi span {
	display: block;
	width: 20px;
	background: #ffffff;
	height: 2px;
	margin: 20px 0;
}

.index-footer .foot .wenzi figure {
	overflow: hidden;
	padding-top: 20px;
}

.index-footer .foot .wenzi figure a {
	line-height: 34px;
	color: #535353;
	display: block;
}

.index-footer .foot .wenzi figure a:hover {
	color: #fff;
}

.index-footer .foot .what {
	overflow: hidden;
}

.index-footer .foot .what strong {
	display: block;
	float: left;
	padding: 0 25px;
	text-align: center;
}

.index-footer .foot .what strong img {
	display: block;
	width: 130px;
}

.index-footer .foot .what strong span {
	display: block;
	color: #fff;
	font-size: 16px;
}

.index-footer .foot .wenzi:last-of-type {
	padding-right: 0;
}

.index-footer .foot .wenzi img {
	height: 65px;
}

.index-footer .foot .wenzi figure img {
	height: 120px;
}

.index-footer .foot .wenzi2 {
	padding-right: 30px;
	width: 220px;
}

.index-footer .foot .wenzi2 figure a {
	width: 48%;
	display: inline-block;
}


.maskfadeUp {
	display: block;
	background-color: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s 0.5s;
	transition: transform 1.2s 0.5s;
}

.maskfadeUp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.maskfadeUp.animated {
	-webkit-transform: translateY(-102%);
	transform: translateY(-102%);
}

.maskfadeLeft {
	display: block;
	background-color: #ffffff;
	z-index: 1;
	-webkit-transition: -webkit-transform 1.2s 0.5s;
	transition: transform 1.2s 0.5s;
}

.maskfadeLeft {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.maskfadeLeft.animated {
	-webkit-transform: translateX(102%);
	transform: translateX(102%);
}



/* 子页面 */
.page-banner img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.page-nav {
	background: #A21F24;
}

.page-nav .top_nav a {
	color: #ffffff;
}

/*当前位置*/
.position-weizhi {
	padding: 25px 0;
	color: #666666;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.position-weizhi img {
	display: inline-block;
	vertical-align: sub;
	margin-right: 10px;
}

.position-weizhi a {
	color: #666666;
}

/*二级*/
.column {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 90;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}

.position-weizhi .lanmu {
	overflow: hidden;
}

.position-weizhi .lanmu li {
	float: left;
	padding-right: 50px;
	overflow: hidden;
}

.position-weizhi .lanmu li a {
	font-size: 16px;
}

.position-weizhi .lanmu li.on a {
	color: #0057a4;
}


/* 新闻资讯*/
.newspage {
	padding: 0 0 80px;
}

.newsp-list li {
	margin: 0 0 50px 0;
}

.newsp-list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsp-list li figure {
	flex: 0 0 30%;
	min-width: 30%;
	height: 260px;
}

.newsp-list li figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.newsp-list li figcaption {
	flex: 1;
	padding-left: 30px;
	overflow: hidden;
}

.newsp-list li h3 {
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: normal;
	color: #000000;
	white-space: nowrap;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.6s;
}

.newsp-list li h5 {
	font-size: 20px;
	color: #666;
	padding: 30px 0 10px 0;
	font-family: "BEBAS";
}

.newsp-list li p {
	line-height: 35px;
	font-size: 14px;
	color: #666;
	height: 70px;
	overflow: hidden;
}

.newsp-list li .line {
	height: 1px;
	background: #f5f5f5;
	width: 100%;
	margin: 20px 0;
	transition: all 1s;
	transform-origin: right;
}

.newsp-list li span {
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	padding-top: 20px;
	transition: all .6s;
}

.newsp-list li:hover .line {
	background: #0057a4;
	transform: scale(1.1, 1);
}

.newsp-list li:hover h3 {
	color: #0057a4;
}

.newsp-list li:hover span {
	color: #0057a4;
}


/* 详情页*/
.padbox {
	padding: 0 6vw;
}

.index-w {
	padding: 0 11vw;
}

.worksDetail-inner {
	padding: 3vw;
	background: #fff;
}

.page-main-display {
	background: #f5f5f5;
	box-sizing: border-box;
}

.worksWord {
	padding: 60px 0;
}

.worksWord .tit {
	line-height: 1.5;
	font-size: 30px;
	color: #080808;
	font-weight: normal;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ececec;
}

.worksWord .con {
	padding-top: 50px;
	text-align: justify;
	line-height: 36px;
}

.worksWord .con p {
	line-height: 36px;
}

.worksWord .con img {
	max-width: 100%;
	margin: 5px auto;
}

.backToList {
	padding: 40px 0;
}

.backToList .con {
	position: relative;
	height: 50px;
}

.backToList .link {
	display: block;
	color: #333;
	padding-right: 190px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.4;
}

.backToList .link:hover {
	color: #004ea2;
}

.backToList .back {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 170px;
	height: 50px;
	background-color: #015bbb;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

.backToList .back:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 14px;
	vertical-align: middle;
	background: url(../images/aw2.png) no-repeat center center;
	margin-right: 15px;
	position: relative;
	transition: .56s;
	-webkit-transition: .56s;
	left: 0;
}

.backToList .back:hover {
	background-color: #333333;
}

.backToList .back:hover:before {
	left: 8px;
}

.line {
	background: #f5f5f5;
	height: 8px;
	display: none;
}



/*人才招聘*/

.rcln_t {
	height: auto;
	overflow: hidden;
	margin-bottom: 100px;
}

.rcln_t img {
	display: block;
	max-width: 100%;
	border: 4px solid #666666;
	margin: 0 auto;
}

.rcln_b {
	height: auto;
	overflow: hidden;
}

.rcln_b p {
	line-height: 26px;
	color: #666666;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
	text-indent: 2em;
}

.rcln_b p em {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

@media(max-width:1024px) {
	.rc_box {
		clear: both;
		height: auto;
		overflow: hidden;
		background: #ffffff;
		padding: 50px 0 50px 0;
	}

	.rcln_t {
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
}

.rc_box1 {
	clear: both;
	height: auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 80px 0;
}

.zpgw_t {
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.zpgw_t img {
	display: block;
	max-width: 100%;
	border: 2px solid #2d2d2d;
	margin: 0 auto;
}

.zpgw_b {
	height: auto;
	overflow: hidden;
}

.menuTitle3 {
	cursor: pointer;
	width: 100%;
	height: 70px;
	background: url(../images/bg10.png) no-repeat 98% center #ffffff;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0 67px 0 39px;
	box-sizing: border-box;
	line-height: 70px;
}

.menuTitle3 span {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #666;
}

.menuTitle3 em {
	float: right;
	color: #666666;
	font-size: 14px;
}

.activeTitle3 {
	cursor: pointer;
	width: 100%;
	height: 70px;
	background: url(../images/bg11.png) no-repeat 98% center #333333;
	border-bottom: none;
	color: #666666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	padding: 0 67px 0 39px;
	box-sizing: border-box;
	line-height: 70px;
}

.activeTitle3 span {
	float: left;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #fff;
}

.activeTitle3 em {
	float: right;
	color: #fff;
	font-size: 14px;
}

.menuContent3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
	padding: 35px 40px;
	box-sizing: border-box;
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}

.cwzj_t {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.cwzj_t li {
	float: left;
	width: 25%;
	color: #666666;
	line-height: 26px;
	font-size: 14px;
}

.cwzj_t li em {
	color: #888888;
	font-size: 14px;
	margin-left: 15px;
}

.cwzj_b {
	height: auto;
	overflow: hidden;
}

.cwzj_b h1 {
	color: #666666;
	line-height: 26px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.cwzj_b p {
	line-height: 26px;
	color: #888888;
	font-size: 14px;
}

@media(max-width:1024px) {
	.rc_box1 {
		clear: both;
		height: auto;
		overflow: hidden;
		background: url(../images/bg22.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		padding: 60px 0 60px 0;
	}
}

/*人才招聘end*/


.el-col-12 {
	width: 50%
}

.aboutWe .main {
	padding: 0
}

.aboutWe .content {
	width: 100%;
	margin: auto
}

.aboutWe .menu {
	background: #f8f8f8;
	height: 72px;
	margin-top: -10px
}

.aboutWe .menu .menuContent {
	font-size: 14px;
	color: #111;
	width: 348px;
	margin: auto calc(50% - 175px);
	line-height: 72px
}

.aboutWe .menu .menuContent .actived {
	background: #2e55be;
	color: #fff
}

.aboutWe .menu .menuContent li {
	float: left;
	text-align: center;
	width: 116px
}

.aboutWe .menu.isFixed {
	position: fixed;
	top: 0;
	z-index: 998;
	width: 100%;
	height: 80px
}

.aboutWe .searchBar .isFixed {
	position: fixed;
	background-color: #f8f8f8;
	top: 0;
	z-index: 999;
	width: 348px
}

.aboutWe .searchBar ul {
	width: 100%;
	height: 70px;
	line-height: 70px;
	display: -webkit-box;
	display: flex;
	background: #f8f8f8;
	margin: auto
}

.aboutWe .searchBar ul li {
	margin-top: 2px;
	cursor: pointer;
	width: 116px;
	font-size: .8rem;
	text-align: center;
	-webkit-box-flex: 1;
	flex: 1
}

.aboutWe .searchBar ul li i {
	font-size: .9rem;
	padding-left: 5px;
	color: #ccc
}

.aboutWe .aboutUs {
	padding: 80px 0
}

.aboutWe .aboutUs h2 {
	font-size: 42px;
	color: #0c0407;
	line-height: 42px;
	text-align: center;
	padding-bottom: 40px
}

.aboutWe .aboutUs p {
	font-size: 18px;
	color: #0c0407;
	line-height: 38px;
	text-align: center
}

.aboutWe .businessCulture .cultureContent {
	padding: 80px 0;
	text-align: center
}


.aboutWe .businessCulture .cultureContent h2 {
	color: #141418;
	padding: 20px 0;
	font-size: 24px;

}

.aboutWe .businessCulture .cultureContent h3 {
	font-size: 20px;
	color: #111;
	line-height: 38px;
	padding: 30px 0;
}

.aboutWe .businessCulture .cultureContent p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	text-align: center
}

.aboutWe .businessCulture .cultureContent img {
	margin: 0 auto;
}

.aboutWe .businessCulture .cultureContent .el-col {
	text-align: center
}

.aboutWe .businessCulture .coreValues {
	background: url(../images/efa00a8.png);
	width: 100%;
	margin: auto
}

.aboutWe .businessCulture .coreValues h2 {
	text-align: center;
	font-size: 42px;
	color: #111;
	line-height: 112px;
	padding-bottom: 30px
}

.aboutWe .businessCulture .coreValues h3 {
	font-size: 22px;
	color: #111;
	line-height: 38px
}

.aboutWe .businessCulture .coreValues p {
	font-size: 17px;
	color: #111;
	line-height: 200px
}

.aboutWe .businessCulture .coreValues .coreValuesDiv {
	width: 1220px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 140px
}

.aboutWe .businessCulture .coreValues .coreValuesDiv img {
	display: inline-block;
}

.aboutWe .contactUs {
	position: relative
}

.aboutWe .contactUs h2 {
	font-size: 42px;
	font-weight: 500;
	color: #111;
	line-height: 112px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px
}

.aboutWe .contactUs .address {
	position: absolute;
	left: 55%;
	top: 30%;
}

.aboutWe .contactUs .address p {
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #fff;
	padding-bottom: 4px;
}

.aboutWe .contactUs .address .compName {
	font-size: 22px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #fff;
	padding-bottom: 16px;
}

.aboutWe .contactList {
	width: 1350px;
	text-align: center;
	margin: 40px auto auto
}

.aboutWe .contactList .el-col {
	float: left;
	width: 270px;
	padding: 0 35px;
	box-sizing: border-box;
}

.aboutWe .contactList div div {
	font-size: 26px;
	color: #111;

}

.aboutWe .contactList p {
	padding-top: 20px;
	font-size: 18px;
	color: #111;
	padding-left: 20px;
	text-align: justify;
	text-justify: distribute;
	word-wrap: break-word;
}

.aboutWe .contactList img {
	display: inline-block;
	padding-right: 10px
}

.aboutWe .contactList .btn {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 124px;
	height: 32px;
	line-height: 7px;
	text-align: center;
	cursor: pointer;
	background-color: #2e55be;
	color: #fff;
	bottom: 76px
}

.aboutWe .contactList a {
	color: #fff;
	text-decoration: none
}

.aboutWe .joinBtn {

	margin-top: 30px
}

.aboutWe .joinBtn .el-row2 {
	position: relative;
}

.aboutWe .joinBtn .btn {
	position: absolute;
	bottom: 0;
	left: calc(50% - 140px);
	bottom: calc(50% + 130px);
	font-size: 18px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	line-height: 26px
}

.aboutWe .joinBtn .btn .el-button {
	width: 200px;
	height: 50px;
	color: #fff;
	background: #2e55be;
	border: none
}

.address1 {
	position: absolute;
	top: 43%;
	left: 55%;
}

.address1>p:nth-child(1) {
	font-size: 21px;
	margin-bottom: -3px;
	padding-bottom: 11px;
	color: #fff;
}

.address1>p:nth-child(2) {
	font-size: 15px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #fff;
	padding-bottom: 6px;
}

.address1>p:nth-child(3) {
	font-size: 15px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #fff;
	padding-bottom: 6px;
}

/*加入我们*/
.joinUs .main {
	padding: 0
}

.joinUs .content {
	width: 100%;
	margin: auto;
	padding-top: 30px
}

.joinUs .introduce .introduceImg {
	width: 94%;
	margin: auto
}

.joinUs .introduce p {
	text-align: center;
	font-size: 20px;
	color: #111;
	line-height: 38px
}

.joinUs .introduce el-row {
	margin-top: 59px
}

.joinUs .bg {
	background: url(images/44631e3.png);
	background-position-y: bottom
}

.joinUs .dna {
	width: 1100px;
	margin: 39px auto 0;
	color: #0c0306;
	text-align: center;
	padding-top: 86px
}

.joinUs .dna .dnaContent h3 {
	font-size: 22px;
	color: #000
}

.joinUs .dna .dnaContent p {
	font-size: 18px;
	color: #000;
	line-height: 42px
}

.joinUs .dna h2 {
	margin: 90px auto 56px;
	font-size: 42px;
	line-height: 42px
}

.joinUs .dna p {
	font-size: 24px;
	line-height: 42px;
	text-align: center
}

.joinUs .welfare {
	width: 1200px;
	margin: auto;
	color: #0c0306;
	background: #f8f8f8;
	text-align: center;
	padding: 0 10px
}

.joinUs .welfare h2 {
	margin: 80px auto 36px;
	font-size: 42px;
	line-height: 42px
}

.joinUs .welfare p {
	font-size: 24px;
	line-height: 42px;
	text-align: center
}

.joinUs .welfare img {
	padding-top: 20px
}

.joinUs .welfare .el-col {
	font-size: 16px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #0c0306;
	line-height: 42px
}

.joinUs .job {
	width: 1280px;
	margin: auto;
	color: #0c0306;
	text-align: center;
	padding-bottom: 60px;
}

.joinUs .job h2 {
	margin: 39px 0;
	font-size: 42px;
	line-height: 42px
}

.joinUs .job p {
	text-align: center
}

.joinUs .job .jobContent h3,
.joinUs .job p {
	font-size: 24px;
	line-height: 42px
}

.joinUs .job .jobContent p {
	font-size: 18px;
	line-height: 33px
}

.joinUs .job .jobContent .chanpin {
	padding-top: 320px;
	height: 620px;
	width: 320px;
	background: url(../images/07ce436.png)
}

.joinUs .job .jobContent .yanfa {
	padding-top: 320px;
	height: 630px;
	height: 620px;
	width: 320px;
	background: url(../images/4fdd498.png)
}

.joinUs .job .jobContent .yingxiao {
	padding-top: 320px;
	height: 630px;
	height: 620px;
	width: 320px;
	background: url(../images/45dd5f3.png)
}

.joinUs .job .jobContent .jisu {
	padding-top: 320px;
	height: 630px;
	height: 620px;
	width: 320px;
	background: url(../images/fc5b90b.png)
}

.joinUs .joinBtn {
	padding-top: 100px;
	padding-bottom: 125px;
	margin: auto;
	width: 200px
}

.joinUs .joinBtn .btn {
	width: 200px;
	height: 50px;
	background: #2e55be;
	font-size: 18px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: #fff;
	line-height: 26px;
	border: none
}


.el-row {
	box-sizing: border-box
}

.el-row:after,
.el-row:before {
	display: table
}

.el-row:after {
	clear: both
}

.el-row--flex {
	display: -webkit-box;
	display: flex
}

.el-col-0,
.el-row--flex:after,
.el-row--flex:before {
	display: none
}

.el-row--flex.is-justify-center {
	-webkit-box-pack: center;
	justify-content: center
}

.el-row--flex.is-justify-end {
	-webkit-box-pack: end;
	justify-content: flex-end
}

.el-row--flex.is-justify-space-between {
	-webkit-box-pack: justify;
	justify-content: space-between
}

.el-row--flex.is-justify-space-around {
	justify-content: space-around
}

.el-row--flex.is-align-middle {
	-webkit-box-align: center;
	align-items: center
}

.el-row--flex.is-align-bottom {
	-webkit-box-align: end;
	align-items: flex-end
}

[class*=el-col-] {
	float: left;
	box-sizing: border-box
}

.el-upload--picture-card,
.el-upload-dragger {
	-webkit-box-sizing: border-box;
	cursor: pointer
}

.el-col-0 {
	width: 0
}

.el-col-offset-0 {
	margin-left: 0
}

.el-col-pull-0 {
	right: 0
}

.el-col-push-0 {
	left: 0
}

.el-col-1 {
	width: 4.16667%
}

.el-col-offset-1 {
	margin-left: 4.16667%
}

.el-col-pull-1 {
	right: 4.16667%
}

.el-col-push-1 {
	left: 4.16667%
}

.el-col-2 {
	width: 8.33333%
}

.el-col-offset-2 {
	margin-left: 8.33333%
}

.el-col-pull-2 {
	right: 8.33333%
}

.el-col-push-2 {
	left: 8.33333%
}

.el-col-3 {
	width: 12.5%
}

.el-col-offset-3 {
	margin-left: 12.5%
}

.el-col-pull-3 {
	right: 12.5%
}

.el-col-push-3 {
	left: 12.5%
}

.el-col-4 {
	width: 16.66667%
}

.el-col-offset-4 {
	margin-left: 16.66667%
}

.el-col-pull-4 {
	right: 16.66667%
}

.el-col-push-4 {
	left: 16.66667%
}

.el-col-5 {
	width: 20.83333%
}

.el-col-offset-5 {
	margin-left: 20.83333%
}

.el-col-pull-5 {
	right: 20.83333%
}

.el-col-push-5 {
	left: 20.83333%
}

.el-col-6 {
	width: 25%
}

.el-col-offset-6 {
	margin-left: 25%
}

.el-col-pull-6 {
	right: 25%
}

.el-col-push-6 {
	left: 25%
}

.el-col-7 {
	width: 29.16667%
}

.el-col-offset-7 {
	margin-left: 29.16667%
}

.el-col-pull-7 {
	right: 29.16667%
}

.el-col-push-7 {
	left: 29.16667%
}

.el-col-8 {
	width: 33.33333%
}

.el-col-offset-8 {
	margin-left: 33.33333%
}

.el-col-pull-8 {
	right: 33.33333%
}

.el-col-push-8 {
	left: 33.33333%
}

.el-col-9 {
	width: 37.5%
}

.el-col-offset-9 {
	margin-left: 37.5%
}

.el-col-pull-9 {
	right: 37.5%
}

.el-col-push-9 {
	left: 37.5%
}

.el-col-10 {
	width: 41.66667%
}

.el-col-offset-10 {
	margin-left: 41.66667%
}

.el-col-pull-10 {
	right: 41.66667%
}

.el-col-push-10 {
	left: 41.66667%
}

.el-col-11 {
	width: 45.83333%
}

.el-col-offset-11 {
	margin-left: 45.83333%
}

.el-col-pull-11 {
	right: 45.83333%
}

.el-col-push-11 {
	left: 45.83333%
}

.el-col-12 {
	width: 50%
}

.el-col-offset-12 {
	margin-left: 50%
}

.el-col-pull-12 {
	position: relative;
	right: 50%
}

.el-col-push-12 {
	left: 50%
}

.el-col-13 {
	width: 54.16667%
}

.el-col-offset-13 {
	margin-left: 54.16667%
}

.el-col-pull-13 {
	right: 54.16667%
}

.el-col-push-13 {
	left: 54.16667%
}

.el-col-14 {
	width: 58.33333%
}

.el-col-offset-14 {
	margin-left: 58.33333%
}

.el-col-pull-14 {
	right: 58.33333%
}

.el-col-push-14 {
	left: 58.33333%
}

.el-col-15 {
	width: 62.5%
}

.el-col-offset-15 {
	margin-left: 62.5%
}

.el-col-pull-15 {
	right: 62.5%
}

.el-col-push-15 {
	left: 62.5%
}

.el-col-16 {
	width: 66.66667%
}

.el-col-offset-16 {
	margin-left: 66.66667%
}

.el-col-pull-16 {
	right: 66.66667%
}

.el-col-push-16 {
	left: 66.66667%
}

.el-col-17 {
	width: 70.83333%
}

.el-col-offset-17 {
	margin-left: 70.83333%
}

.el-col-pull-17 {
	right: 70.83333%
}

.el-col-push-17 {
	left: 70.83333%
}

.el-col-18 {
	width: 75%
}

.el-col-offset-18 {
	margin-left: 75%
}

.el-col-pull-18 {
	right: 75%
}

.el-col-push-18 {
	left: 75%
}

.el-col-19 {
	width: 79.16667%
}

.el-col-offset-19 {
	margin-left: 79.16667%
}

.el-col-pull-19 {
	right: 79.16667%
}

.el-col-push-19 {
	left: 79.16667%
}

.el-col-20 {
	width: 83.33333%
}

.el-col-offset-20 {
	margin-left: 83.33333%
}

.el-col-pull-20 {
	right: 83.33333%
}

.el-col-push-20 {
	left: 83.33333%
}

.el-col-21 {
	width: 87.5%
}

.el-col-offset-21 {
	margin-left: 87.5%
}

.el-col-pull-21 {
	right: 87.5%
}

.el-col-push-21 {
	left: 87.5%
}

.el-col-22 {
	width: 91.66667%
}

.el-col-offset-22 {
	margin-left: 91.66667%
}

.el-col-pull-22 {
	right: 91.66667%
}

.el-col-push-22 {
	left: 91.66667%
}

.el-col-23 {
	width: 95.83333%
}

.el-col-offset-23 {
	margin-left: 95.83333%
}

.el-col-pull-23 {
	right: 95.83333%
}

.el-col-push-23 {
	left: 95.83333%
}

.el-col-24 {
	width: 100%
}

.el-col-offset-24 {
	margin-left: 100%
}

.el-col-pull-24 {
	right: 100%
}

.el-col-push-24 {
	left: 100%
}



@media (max-width:1550px) {
	.container2 {
		margin: 0 4%;
	}

	/*.search_field .container{max-width: 700px;}*/
	.search_field form input {
		height: 55px;
	}

	.search_field form button {
		height: 45px;
	}
}
