/* 头部 */
#page{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
	display: flex;
    justify-content: space-around;
}
#page .layui-laypage a,#page .layui-laypage span {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    padding: 0 21px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 18px;
    border-radius: 5px;
    /* width: 40px; */
    text-align: center;
    }
.headbox {
	height: 120px;
	background-color: #30255e;
	padding: 0 35px;
	display: flex;
	justify-content: space-between;
}

.headbox .logo {
	padding: 20px 0;
	margin-right: 30px;
}

.headbox .nav_box {
	flex: 1;
	margin-right: 80px;
}
.headbox .nav_box ul{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.headbox .nav_box li {
	flex: 1;
	height: 100%;  
	text-align: center;
	margin-right: 10px;
	position: relative;
	
}

.headbox .nav_box li::after {
	transition: all .5s;
	width: 100%;
	background-color: #30255e;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.headbox .nav_box li:last-child{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.headbox .nav_box li a {
	height: 100%;
	width: 100%;
	display: flex;
    justify-content: space-around;
    align-items: center;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.headbox .nav_box .nav.on::after,
.headbox .nav_box .nav:hover::after {
	background-color: #e9cb1c;
}

.headbox .top-lang {
	cursor: pointer;
	position: relative;
	z-index: 10;
	color: #fff;
	font-size: 24px;
}

.headbox .top-lang span:after {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(-135deg);
	vertical-align: middle;
	margin-left: 10px;
	margin-top: -4px;
}

.headbox .top-lang figure {
	height: 40px;
	position: absolute;
	left: 0;
	top: 70%;
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 5px 0 16px rgba(48, 37, 94, 0.38);
	border-radius: 3px;
	padding: 10px 0;
	display: none;
}

.headbox .top-lang figure a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #30255e;
}

.headbox .top-lang:hover .headbox .top-lang figure a {
	color: #30255e
}

.headbox .search_box {
	position: relative;
	
	z-index: 20;
}

.headbox .search_box .icon {
	cursor: pointer;
	display: block;
	margin-top: 40px;
	width: 40px;
	height: 40px;
	background: url(../images/search_icon1.png) no-repeat center;
	background-size: contain;
}

.headbox .search_box .search-shell {
	border-radius: 3px;
	transition: all .5s;
	display: none;
	padding: 5px 0;
	padding-left: 10px;
	width: 270px;
	background-color: #fff;
	position: absolute;
	top: 37px;
	right: 0px;
	z-index: 9;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.headbox .search_box .text {
	font-size: 18px;
    width: 210px;
	height: 35px;
	line-height: 35px;
	float: left;
}

.headbox .search_box .but {
	border-left: solid 1px #ccc;
	float: right;
	width: 40px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	background: url(../images/search_icon2.png) no-repeat center;
	background-size: 25px;
}


@media(max-width:1450px) {
	.logo img{
		width: 90%;
	}
	.headbox .nav_box li span {
		font-size: 16px;
	}
	.headbox .search_box .icon{
		width: 35px;
		height: 35px;
		margin-top: 42px;
	}
	.headbox .nav_box{
		margin-right: 60px;
	}
	.Single p,.list-con p ,.wenz,.text-box .wenb,.time, time,.info-con,.info-con,.Position,.Job,.Deadline,.Recruitment-list li a,.Project-box .text-shell .wenb{
		font-size: 20px !important;
	}
	.dot{
		font-size: 22px !important;
	}
}

.Single p,.list-con p ,.wenz,.text-box .wenb,.time, time,.info-con,.Position,.Job,.Deadline,.Recruitment-list li a,.Project-box .text-shell .wenb{
		font-size: 20px !important;
	}
	.dot{
		font-size: 22px !important;
	}
@media(max-width:1376px) {
	.logo img{
		width: 80%;
	}
	.headbox .nav_box li span {
		font-size: 15px;
	}
	.headbox .search_box .icon{
		width: 30px;
		height: 30px;
		margin-top: 45px;
	}
	.headbox .nav_box{
		margin-right: 40px;
	}
	.Single p,.list-con p ,.wenz,.text-box .wenb,.time, time,.info-con,.Position,.Job,.Deadline,.Recruitment-list li a,.Project-box .text-shell .wenb{
		font-size: 20px !important;
	}
	.dot{
		font-size: 22px !important;
	}
}


/* 底部 */

.footer {
	background-color: #30255e;
	color: #fff;
	padding: 30px 35px;
}

.footer .Copyright {
	font-size: 16px;
	float: left;
	line-height: 38px;
}

.footer .Copyright .link {
	font-weight: bold;
	color: #fff;
}

.footer .Copyright em {
	font-style: normal;
	padding: 0 10px;
}

.footer_nav {
	float: right;
}

.footer_nav .in_icon {
	float: right;
	height: 38px;
	line-height: 38px;
	width: 38px;
}

.footer_nav .in_icon a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: url(../images/footer_icon1.png) no-repeat center;
}

.footer_nav .lanm {
	float: right;
}

.footer_nav .lanm a {
	line-height: 38px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	font-family: '黑体';
}

.footer_nav .lanm a span {
	padding: 0 20px;
	border-right: solid 2px #fff;
}

.footer_nav .lanm a:last-child span {
	border-right: none;
}


/* banne */

.home_ban .pic {
	width: 100%;
}

.home_ban .Juz {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.home_ban .text-shell {
	width: 670px;
	text-transform: uppercase;
	text-align: center;
	float: right;
}

.home_ban .text-shell .tit {
	padding-bottom: 10px;
	color: #333333;
	font-size: 29px;
	line-height: 40px;
}

.home_ban .text-shell h3 {
	font-size: 40px;
	color: #30255e;
	margin: 0 auto 30px;
	font-weight: 500;
	line-height: 60px;
}

.home_ban .text-shell a {
	padding: 10px 30px;
	display: inline-block;
	border: solid 2px #30255e;
	font-size: 17px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.home_ban .text-shell a span {
	display: block;
	background: url(../images/icon_jt2.png) no-repeat center right;
	padding-right: 40px;
}


/* 内页banner */
.Inside_ban{
	position: relative;
	max-height: 669px;
}
.Inside_ban .pic {
	
	width: 100%;
}

.Inside_ban .Juz {
	text-transform: uppercase;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 53px;
	color: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
}




/* 首页 */

.home_tit {
	margin-bottom: 50px;
	text-align: center;
	font-size: 32px;
	color: #33336c;
	line-height: 40px;
}

.home_tit span {
	position: relative;
}

.home_tit span::before {
	border-radius: 4px;
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background-color: #30255e;
	margin: 0 auto 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.home_screen01 {
	padding: 70px 0;
	background-color: #fff;
}

.home_screen01 li {
	margin-bottom: 30px;
	width: 50%;
	float: left;
}

.home_screen01 li:nth-child(2n) {
	float: right;
}
.home_screen01 li a{
	display: block;
}
.home_screen01 li .pic {
	display: block;
	margin: auto;
	width: auto;
}

.home_screen01 li:nth-child(2n) .pic {
	background-position: right!important;
	text-align: right;
}

.home_screen02 {
	padding: 70px 0;
	margin-bottom: 80px;
}

.home_screen02::before {
	content: '';
	width: 100%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e3e3ff;
}

.home_screen02 li {
	position: relative;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.home_screen02 li .pic {
	height: 625px;
	background-size: cover!important;
	background-position: left!important;
	background-repeat: no-repeat!important;
}

.home_screen02 li:nth-child(2n) .pic {
	background-position: right!important;
	text-align: right;
}

.home_screen02 li .text-shell {
	position: absolute;
	left: 20px;
	top: 78px;
	color: #fff;
	;
}

.home_screen02 li .tit {
	font-size: 47px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}

.home_screen02 li .wenz {
	padding: 15px 0;
	font-size: 20px;
}

.home_screen02 li .but-a {
	border-radius: 3px;
	padding: 2px 0;
	padding-right: 20px;
	font-family: '黑体';
	display: inline-block;
	background-color: #fff;
	font-size: 21px;
	color: #535287;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.home_screen02 li i {
	border-radius: 2px;
	margin-left: 2px;
	margin-right: 10px;
	background: #9f9ad3 url(../images/icon_jt.png) no-repeat center;
	display: block;
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	
}

.home_screen02 li span {
	vertical-align: middle;
}

.home_screen02 li:nth-child(2n) i {
	background-color: #51437c;
}

.home_screen02 .slick-slide {
	padding: 0 11px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.home_screen02 .slick-prev,
.home_screen02 .slick-next {
	display: none!important;
}


/* 单篇 */

.Single-shell {
	color: #333;
	line-height: 35px;
	padding: 20px 0;
	min-height: 200px;
}


/* 关于我们 */

.about-screen01 {
	background: url(../images/about_back1.png) left center no-repeat;
	padding: 110px 0;
	font-size: 28px;
	line-height: 48px;
}

.about-screen02 {
	background-color: #e3e3ff;
	padding: 70px 0;
	font-size: 28px;
	line-height: 48px;
	color: #393971;
}

.about-screen02 .home_tit {
	margin-bottom: 30px;
}

.about-screen03 {
	font-size: 28px;
	line-height: 48px;
	color: #333333;
}

.about-screen04 {
	padding: 200px 0 100px;
	background-color: #30255e;
}

.about-screen04::after {
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	background: url(../images/about_back2.png) no-repeat right bottom;
	width: 388px;
	height: 468px;
}

.about-screen04 .pic {
	position: relative;
	z-index: 6;
	color: #30255e;
	background-color: #fff;
	float: left;
	text-align: center;
}

.about-screen04 .pic h2 {
	font-size: 32px;
	line-height: 50px;
}

.about-screen04 .pic .tu {
	display: block;
	padding: 13px 13px 0;
}

.about-screen04 .text {
	margin-top: 50px;
	padding: 5px;
	line-height: 42px;
	font-size: 29px;
	color: #fff;
	width: 460px;
	float: right;
}

.about-screen04 .line {
	position: absolute;
	left: 710px;
	bottom: 0;
	background: url(../images/line_icon1.png) no-repeat right top;
	width: 488px;
	height: 148px;
}

.about-screen04 .inner::before {
	display: block;
	content: '';
	position: absolute;
	left: -90px;
	top: -50px;
	z-index: 2;
	background-color: #e3e3ff;
	width: 662px;
	height: 524px;
}

.about-screen05 {
	padding: 120px 0 180px;
	background-color: #e3e3ff;
}

.about-screen05 .pic {
	float: right;
}

.about-screen05 .text {
	float: left;
	color: #30255e;
}

.about-screen05 .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 510px;
	background: url(../images/line_icon2.png) no-repeat left top;
}

.about-screen05 .inner::before {
	left: auto;
	right: -90px;
	background-color: #30255e;
}

.about-screen05::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	background: url(../images/about_back3.png) no-repeat right bottom;
	width: 375px;
	height: 531px;
}


/* 项目介绍 */

.Project-box {
	padding: 0 0 200px;
	background-color: #e3e3ff;
}

.Project-box .list-con {
	padding-top: 140px;
}

.Project-box .pic {
	height: 710px;
	line-height: 710px;
	overflow: hidden;
	width: 43.5%;
	float: left;
	border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-ms-border-radius: 0 2px 2px 0;
	-o-border-radius: 0 2px 2px 0;
}

.Project-box .text-shell {
	position: relative;
	box-shadow: 0 0 10px rgba(48, 37, 94, .22);
	overflow: hidden;
	height: 710px;
	background-color: #fff;
	width: 56.5%;
	float: right;
	border-radius: 25px 0 0 25px;
	-webkit-border-radius: 25px 0 0 25px;
	-moz-border-radius: 25px 0 0 25px;
	-ms-border-radius: 25px 0 0 25px;
	-o-border-radius: 25px 0 0 25px;
}

.Project-box .text-shell::after {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: '';
	display: block;
	background: url(../images/project_back1.png) left bottom no-repeat;
	width: 764px;
	height: 513px;
}

.Project-box .text-shell .icon {
	text-align: center;
	padding-bottom: 10px;
}

.Project-box .text-shell .icon img {
	max-height: 110px;
}

.Project-box .text-shell .table {
	padding: 90px;
	height: 710px;
	position: relative;
	z-index: 3;
}

.Project-box .text-shell .table-cell {
	vertical-align: middle;
}

.Project-box .text-shell .wenb {
	position: relative;
	z-index: 3;
	max-height: 430px;
	overflow-x: auto;
	max-width: 630px;
	font-size: 28px;
	line-height: 48px;
	color: #333333;
}

@media(max-width:1366px) {
	.Project-box .pic {
		height: 680px;
		line-height: 680px;
	}
	.Project-box .text-shell {
		height: 680px;
	}
	.Project-box .text-shell .table {
		padding: 40px 70px;
		height: 680px;
	}
}


/* 分页 */


/*Page002545 */

.Page002545 .Pages {
	text-align: center;
	padding: 2% 0;
}

.Page002545 .Pages a {
	display: inline-block;
	vertical-align: middle;
}

.Page002545 .Pages .p_cur,
.Page002545 .Pages .p_count,
.Page002545 .Pages .p_total,
.Page002545 .Pages .p_jump,
.Page002545 .Pages .a_first,
.Page002545 .Pages .a_prev,
.Page002545 .Pages .a_next,
.Page002545 .Pages .a_end {
	display: none;
}

.Page002545 .Pages em {
	vertical-align: middle;
	overflow: hidden;
	font-style: normal;
	display: inline-block;
	font-size: 26px;
	margin: 0 10px;
}

.Page002545 .Pages em a {
	transition: all .5s;
	color: #393971;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 50px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.Page002545 .Pages em a.a_cur,
.Page002545 .Pages em a:hover {
	border-radius: 6px;
	background-color: #393971;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}


/* 新闻中心 */

.news-top {
	width: 860px;
	margin: 0 auto;
}

.news-top .pic {
	text-align: center;
}

.news-top .tit {
	margin-top: 25px;
	padding: 25px 0;
	line-height: 35px;
}

.news-top .tit time {
	width: 160px;
	text-align: right;
	font-size: 28px;
	color: #393971;
	display: inline-block;
	vertical-align: bottom;
}

.news-top .tit h3 {
	margin: 0;
	display: inline-block;
	width: 700px;
}

.news-top .tit span {
	max-width: 85%;
	margin-right: 10px;
	display: block;
	float: left;
	font-size: 32px;
	color: #393971;
	font-weight: 500;
}

.news-top .tit i {
	padding: 0 10px;
	border-radius: 4px;
	vertical-align: bottom;
	line-height: 30px;
	font-style: normal;
	display: inline-block;
	background-color: #d30e1f;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.news-top .but-a {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	margin: 35px auto 65px;
	border-radius: 6px;
	text-align: center;
	width: 450px;
	background-color: #434694;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.news-top .but-a a {
	display: block;
	padding: 22px 0;
	color: #fff;
	font-size: 26px;
}

.news-top .but-a a span {
	display: inline-block;
	background: url(../images/icon_jt3.png) no-repeat right center;
	padding-right: 30px;
}

.news-top .but-a:hover {
	background-color: #d30e1f;
}

.news-top .wenb {
	word-break: break-all;
	color: #333333;
	font-size: 28px;
	line-height: 40px;
}

.back-bw {
	background-color: #e3e3ff;
	padding-bottom: 120px;
}
.news-box {
    background-color: #e3e3ff;
}
.list-news {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.list-news li {
	border-bottom: solid 1px #cfcfef;
	padding: 30px 35px;
	overflow: hidden;
}

.list-news .pic {
	margin-right: 35px;
	overflow: hidden;
	width: 246px;
	float: left;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}

.list-news .pic img {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.list-news .wenb {
	line-height: 35px;
	width: 595px;
	float: left;
}

.list-news .tit {
	font-weight: bold;
	line-height: 35px;
	color: #393971;
	font-size: 32px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.list-news .time {
	padding: 7px 0 3px;
	font-size: 28px;
	color: #393971;
}

.list-news .wenz {
	height: 105px;
	font-size: 28px;
	color: #333;
}

.list-news a:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.list-news a:hover .tit {
	color: #d30e1f;
}
.Recruitment-box .home_tit ,.Contact-box .home_tit{
    text-transform: uppercase;
    line-height: 35px;
    font-size: 28px;
}    

/* 详情 */

.info-box {
	margin: 110px 0 230px;
}

.info-box .title {
	padding-bottom: 30px;
	text-align: center;
	margin: 0 auto;
	font-size: 32px;
	color: #393971;
	line-height: 40px;
}

.info-box .title h3 {
	margin: 0 auto;
	padding: 10px 0;
}

.info-box .time {
	font-size: 28px;
	color: #393971;
	line-height: 35px;
}
.top-lang{
	text-transform: uppercase;
}
.info-con {
	word-break: break-all;
	font-size: 28px;
	color: #333333;
	line-height: 40px;
	padding: 45px 0;
	background-color: #e3e3ff;
}


/* 搜索 */

.search-two .back-bw {
	padding: 30px 0;
}

.search-two .home_tit {
	margin: 30px 0 20px;
}


/* 人才招聘 */

.Recruitment-box {
	padding: 110px 0 230px 0;
	position: relative;
}

.Recruitment-box .home_tit {
	line-height: 35px;
	font-size: 28px;
	margin-bottom: 10px;
}

.Recruitment-box .thishi {
	padding: 5px 0;
	text-align: center;
}

.Recruitment-box .thishi span {
	vertical-align: middle;
	font-size: 22px;
	padding: 0 35px;
	display: inline-block;
	position: relative;
}

.Recruitment-box .thishi span::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background: url(../images/icon_a2.png);
	content: '';
	width: 15px;
	height: 15px;
}

.Recruitment-box .thishi span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background: url(../images/icon_a1.png);
	content: '';
	width: 15px;
	height: 15px;
}

.Recruitment-box .Talent {
	margin-top: 20px;
	padding: 60px 0 30px 0;
	line-height: 35px;
	color: #33336c;
	font-size: 0;
	background-color: #e3e3ff;
}

.Recruitment-box .Position {
	font-size: 28px;
	text-align: center;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.Recruitment-box .Job {
	font-size: 28px;
	text-align: center;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.Recruitment-box .Deadline {
	font-size: 28px;
	text-align: center;
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.Recruitment-list {
	padding-bottom: 30px;
	line-height: 35px;
	color: #33336c;
	font-size: 0;
	background-color: #e3e3ff;
}

.Recruitment-list ul {
	padding-bottom: 50px;
}

.Recruitment-list li {
	background-color: #c6c6f7;
	padding: 20px 0;
}

.Recruitment-list li:nth-child(2n) {
	background-color: #e3e3ff;
}

.Recruitment-list li a {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	line-height: 40px;
	color: #33336c;
	font-size: 28px;
	width: 25%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.Recruitment-list li a span {
	text-decoration-line: underline;
	-moz-text-decoration-line: underline;
}

.Recruitment-list li a:hover {
	color: #d30e1f;
}


/* 人才招聘详情 */


.Recrui-con {
	margin-top: 20px;
	background-color: #e3e3ff;
	padding: 85px 0;
}

.Recrui-con .tin {
	padding: 25px 50px;
	color: #33336c;
	font-size: 24px;
	line-height: 40px;
}

.Recrui-con .tin strong {
	display: inline-block;
	vertical-align: middle;
}

.Recrui-con .This,
.Recrui-con .wenb {
	padding: 25px 50px;
	border-top: solid 1px #cfcfef;
	line-height: 35px;
	font-size: 20px;
	color: #333333
}

.Recrui-con .This {
	border-top: solid 1px #cfcfef;
}

.Recrui-con .wenb .tin {
	padding: 0 0 10px;
}

.Recruitment-box .but-a ,.info-box .but-a{
	text-align: center;
}

.Recruitment-box .but-a a ,.info-box .but-a a{
	border-radius: 6px;
	margin-top: 30px;
	font-size: 22px;
	color: #ffffff;
	background-color: #434694;
	color: #fff;
	display: inline-block;
	width: 230px;
	line-height: 55px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}


/* 联系我们 */

.Contact-box {
	margin: 110px 0 230px;
}

.Contact-box .home_tit {
	line-height: 35px;
	font-size: 28px;
	margin-bottom: 10px;
}

.Contact-box .thishi {
	padding: 5px 0;
	text-align: center;
}

.Contact-box .thishi span {
	vertical-align: middle;
	font-size: 22px;
	padding: 0 35px;
	display: inline-block;
	position: relative;
}

.Contact-box .thishi span::before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	background: url(../images/icon_a2.png);
	content: '';
	width: 15px;
	height: 15px;
}

.Contact-box .thishi span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background: url(../images/icon_a1.png);
	content: '';
	width: 15px;
	height: 15px;
}

.back-Contact {
	margin-top: 30px;
	background-color: #e3e3ff;
	font-size: 0;
}

.back-Contact .liw {
	text-align: center;
}

.back-Contact .liw:nth-child(2n) {
	background-color: #c6c6f7;
}

.back-Contact .icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 110px;
	max-height: 110px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.back-Contact .wenb {
	padding-left: 140px;
	line-height: 30px;
	min-width: 700px;
	text-align: left;
	font-size: 20px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.back-Contact .wenb .table {
	min-height: 140px;
}

.back-Contact .wenb .table-cell {
	vertical-align: middle;
}