/* 头部 */
.recommend > img{
	width: 100%;
	margin-bottom:.5rem;
}

.van-pagination__item{
	color:#4d509f !important;
	background: #fff !important;
}
.van-pagination__item--active{
	background: #4d509f !important;
	color:#fff !important;
	}
.van-pagination li{
	padding: 0 !important;
    margin-right: .2rem!important;
    border-radius: 5px!important;
    min-width: .7rem!important;
    height: .7rem!important;
}
.van-pagination{
	padding: 0.3rem 0 .5rem 0 !important;
}
.Recruitment-list .van-pagination{
	padding: 0.3rem .38rem .5rem  !important;
}
.van-pagination__item--disabled, .van-pagination__item--disabled:active{
	background: #fff !important;
}
.new_list .list:last-of-type{
	border-bottom:0;
}
.headbox {
	height: .8rem;
	background-color: #30255e;
	padding-right: .35rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
}
.recommend .title,.new_list .title{
	padding: 0 .38rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .2rem;
}
.recommend .title h2,.new_list .title h2{
	margin: 0;
	font-size: .32rem;
	color: #41417C;
	margin-right: .2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.date{
	font-size: .28rem;
	color: #41417C;
	text-align: center;
	margin-bottom: .24rem;
}
.recommend .p,.new_list .p{
	word-break: break-all;
	padding: 0 .38rem .43rem;
	box-sizing: border-box;
}
.new_list .p{
	padding: 0 0 .43rem;
}
.more{
	width: 4.5rem;
	height: .69rem;
	background: #4D509F;
	border-radius: 7px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin:  0 auto .9rem;
}
.new_list .list {
	padding-top: .42rem;
	
	border-bottom: 1px solid #dadada;
}
.new_list .list > a > img{
	width: 100%;
	margin-bottom: .43rem;
}
.new_list{
	padding: 0 .38rem;
	box-sizing: border-box;
	background: #E7E7FF;
}
.more img{
	margin-left: .15rem;
	width: .24rem;
}
.hot{
	width: .7rem;
	height: .4rem;
	background: #D80D22;
	border-radius: 3px;
	color: #fff;
	font-size: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-around;

}
.headbox .logo {
	margin-right: .9rem;
}
select{
	color: #fff;
	margin-right: .54rem;
}
.logo img{
	width: 2.57rem;
}
.top-lang{
	text-transform: uppercase;
}
.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%;
	line-height: 120px;
	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 a {
	display: block;
	line-height: 120px;
	font-size: 24px;
	color: #fff;
}

.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 .search_box {
	position: relative;
	margin-right: .5rem;
	z-index: 20;
}
.opt{
	color: #000;
}
.menu img{
	width: .64rem;
}
.headbox .search_box .icon {
	cursor: pointer;
	display: block;
	width: .4rem;
	height: 40px;
	background: url(../images/search_icon1.png) no-repeat center;
	background-size: contain;
}

.headbox .search_box .search-shell {
	border: 1px solid #ccc;
	border-radius: 3px;
	transition: all .5s;
	display: none;
	padding: 5px 0;
	padding-left: .1rem;
	background-color: #fff;
	position: absolute;
	top: .8rem;
	right: 0px;
	z-index: 9999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	width: 4rem;
}

.headbox .search_box .text {
	height: .7rem;
	line-height: .7rem;
	float: left;
	width: 3rem;
}

.headbox .search_box .but {
	border-left: solid 1px #ccc;
	float: right;
	width: .8rem;
	height: .7rem;
	line-height: .7rem;
	cursor: pointer;
	background: url(../images/search_icon2.png) no-repeat center;
	background-size: 25px;
}





/* 底部 */

.footer {
	background-color: #30255e;
	color: #fff;
	padding: .54rem 0;
}
.footer p{
	letter-spacing: 3px;
	font-family:'Source Han Sans CN';
	text-align: center;
	font-size: .24rem;
	color: #fff;
	font-weight: 300;
	padding-bottom: .3rem;
}
.footer img{
	width: .75rem;
	margin: 0 auto .6rem;
}
/* banne */

.home_ban .pic {
	width: 100%;
}

.home_ban .Juz {
	width: 100%;
	position: absolute;
	left: 0;
	top: 5rem;
	
}

.home_ban .text-shell {
	text-align: center;
}

.home_ban .text-shell .tit {
	letter-spacing: 3px;
	color: #3a3a3a;
	font-size: .26rem;
	text-transform: uppercase;
}

.home_ban .text-shell h3 {
	letter-spacing: 5px;
	text-transform: uppercase;
	width: 5.2rem;
	text-align: center;
	font-size: .54rem;
	color: #30255e;
	margin: .1rem auto .3rem ;
	line-height: .67rem;
}

.home_ban .text-shell a {
	justify-content: center;
	display: flex;
	width: 1.8rem;
	align-items: center;
	height: .6rem;
	border: solid 1px #30255e;
	font-size: .2rem;
	margin: 0 auto .5rem;
	text-align: center;
	color: #372969;
}

.home_ban .text-shell a span {
	display: block;
	line-height: .6rem;
	padding-right: .15rem;
}
.home_ban .text-shell a img{
	width: .22rem;
	height: .15rem;
}

/* 内页banner */
.Inside_ban{
	position: relative;
	padding-top: .8rem;
	box-sizing: border-box;
}
.Inside_ban .pic {
	
	width: 100%;
}

.Inside_ban .Juz {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: .53rem;
	color: #fff;
	text-align: center;
	height: .6rem;
	line-height: .6rem;
	text-transform: uppercase;
	font-weight: bold;
}




/* 首页 */

.home_tit {
    text-align: center;
    font-size: 32px;
    color: #33336c;
    width: 6.75rem;
    background: #Fff;
    position: absolute;
    margin: 0 auto;
    top: -1.1rem;
    left: 0;
    right: 0;
    box-sizing: border-box;
}

.home_tit span {
	font-size: .32rem;
	position: relative;
	text-transform: uppercase;
}

.home_tit span::before {
	content: '';
	display: block;
    width: .48rem;
    height: 3px;
	background-color: #30255e;
	margin: .3rem auto 0;
}

.home_screen01 {
	background-color: #fff;
}
.home_screen01 ul{
	padding-top: .35rem;
	padding-bottom: 1rem;
}
.home_screen01 li {
	margin: 0 auto .3rem;

	
}


.home_screen01 li a{
	display: block;
}
.home_screen01 li .pic {
	display: block;
	margin: auto;
	width: auto;
	height: 3rem;
}


.home_screen02 {
	
	padding-top: .55rem;
	background-color: #e3e3ff;
	position: relative;
}

.home_screen02 .home_tit{
	position: static;
	background: none;
	padding-bottom: .6rem;
}
.home_screen02 ul{
	padding-bottom: .57rem;
}
.home_screen02 li {
	
	margin-bottom: .57rem;
	position: relative;
}
.home_screen02 li:last-child{
	margin-bottom: 0;
}
.home_screen02 li .pic {
	
	
	margin: auto;
	width: 6.75rem;
	
}

.home_screen02 li a{
    display: block;
    width: 6.75rem;
  
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

.home_screen02 li .text-shell {
	position: absolute;
	top: .4rem;
	left: .4rem;
	color: #fff;
	
}

.home_screen02 li .tit {
	width: 5.8rem;
	font-size:.53rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.home_screen02 li .wenz {
	
font-family: Source Han Sans CN;
	line-height: .5rem;
	font-size: .26rem;
}

.home_screen02 li .but-a {
	height: .34rem;
	padding: 1px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	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-right: .1rem;
	background: #9f9ad3 url(../images/icon_jt.png) no-repeat center;
	display: block;
	float: left;
	width: .49rem;
	height: 100%;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	background-size: .35rem;
}

.home_screen02 li span {
    float: right;
    padding-right: .3rem;
	display: block;
	font-size: .24rem;
	line-height: .3rem;
}

.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 p{
	padding: .5rem .37rem;
	width: 100%;
	box-sizing: border-box;
	font-size: .28rem;
	
	
    line-height: .48rem;
}
.Single .san{
	background: #fff;
	background-image: url(../images/about_bg.png);
	background-repeat: no-repeat;
    background-size: 4.12rem 5.34rem;
    background-position: left top;
}
.Single > div{
	padding-top: .5rem;
	background: #e7e7ff;
}
.Single > div .hr{
	width: .5rem;
    height: 3px;
    margin: 0 auto .26rem;
    background: #3d286e;
}
.Single > div h3{
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-size: .32rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #3A3A77;
	line-height: .7rem;
}
.Single > div p{
	padding: 0 .37rem .4rem 0.37rem;
}
 .hasbro{
	width: 2.5rem;
	margin: .9rem auto .1rem;
}
.nicke{
	width: 6.08rem;
	margin: auto;
}
.Single  .pur{
	background: #372969;
	padding: .59rem .38rem 0 .38rem;
}
.pur div{
	position: relative;
	width: 100%;
	height: 5.1rem;
	margin-bottom: .44rem;
}
.pur div > div{
	width: 5.38rem;
	height: 4.27rem;
	background: #E7E7FF;
}
.pur1 div > div{
	background: #30255E;
}
.Single .img_box{
	width: 6.35rem;
	height: 4.71rem;
	background: #fff;
	position: absolute;
	top: .39rem;
	left: .39rem;
	padding: .11rem .11rem 0 .11rem;
	box-sizing: border-box;
}
.Single .pur p {
	color: #fff;
	padding: 0 0 1rem 0;
}
.Single .pur1 p {
	color: #372969;
}

.Single .img_box img{
	width: 100%;
}
.Single .img_box h3{
	text-transform: none;
	font-size: .29rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #372969;
	line-height: .97rem;
}
.Single .pur1{
	padding-bottom: 1.2rem;
	background: #E7E7FF;
	background-image: url(../images/mtl.png);
	background-repeat: no-repeat;
    background-size: 2.2rem 2.2rem;
    background-position: left bottom;
}
/* 关于我们 */

.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: 100px;
	text-align: justify;
	padding: 5px;
	line-height: 42px;
	font-size: 28px;
	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 .6rem 0;
	position: relative;
	background-color: #e3e3ff;
}
.Project-box > div{
	padding: 1.8rem .39rem .9rem;
	box-sizing: border-box;
	width: 6.75rem;
	margin:0 auto 1.7rem;
	position: relative;
	min-height: 2rem;
	background: #fff;
	background-image: url(../images/project_bg.jpg);
	background-repeat: no-repeat;
    background-size: 5.35rem 4.14rem;
    background-position: right 6.7rem;
}
.Project-box > div:last-child{
	padding-bottom: 0;
	margin-bottom: .2rem;
}
.Project-box > div .tit{
	padding-top: .55rem;
	box-sizing: border-box;
	position: absolute;
	top: -1.1rem;
	min-height: 1.1rem;
	left: 0;
	right: 0;
	margin: 0 auto .2rem;
	background: #fff;
}
.tit .hr{
	width: .5rem;
	height: 3px;
	margin: 0 auto .26rem;
	background: #3d286e;
}
.Project-box   .project_img{
	border-radius: 7px;
	overflow: hidden;
	width: 100%;
	margin-bottom: .4rem;
}
.Project-box  p{
	line-height: .48rem;
	font-size: .28rem;
	color: #3a3a3a;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.Project-box > div  .title_img{
	position: absolute;
	top: -.2rem;
	left: 0;
	right: 0;
	height: 1.6rem;
	margin: auto;
}



/* 分页 */


/*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 {
	color: #333333;
	font-size: 28px;
	line-height: 40px;
}

.back-bw {
	background-color: #e3e3ff;
	padding-bottom: 120px;
}

.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;
}


/* 详情 */

.info-box {
	margin: 1.6rem auto 0;
}

.info-box .title {
	padding-bottom:.3rem;
	text-align: center;
	margin: 0 auto;
	font-size:.32rem;
	color: #393971;
	line-height:.4rem;
}

.info-box .title h3 {
	margin: 0 auto;
	padding: .1rem .5rem;
    line-height: .5rem;
}

.info-box .time {
	font-size: .28rem;
	color: #393971;
	line-height:.35rem;
}

.info-con {
	font-size:.28rem;
	color: #333333;
	line-height:.4rem;
	padding:.45rem .3rem;
	box-sizing: border-box;
	background-color: #e3e3ff;
}
.info-con img{
	max-width: 100%;
}
/* 搜索 */

.search-two .back-bw {
	padding: .3rem 0;
}

.search-two .home_tit {
	margin: .3rem 0 .2rem;
}


/* 人才招聘 */

.Recruitment-box {
	padding: 1.7rem 0 0;
}
.Recruitment-box .home_tit{
	position: static;
}
.Recruitment-box .home_tit {
	line-height: .35rem;
	font-size: .28rem;
}

.Recruitment-box .thishi {
	padding: 5px 0;
	text-align: center;
}

.Recruitment-box .thishi span {
	vertical-align: middle;
	font-size:.22rem;
	padding: 0 .35rem;
	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: .15rem;
	height: .15rem;
}

.Recruitment-box .thishi span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background: url(../images/icon_a2.png) no-repeat;
	transform: rotate(180deg);
	content: '';
	width: .15rem;
	height: .15rem;
    background-size: contain;
}

.Recruitment-box .Talent {
	margin-top: .2rem;
	padding: .7rem .37rem .4rem .37rem ;
	line-height: .35rem;
	color: #33336c;
	font-size: 0;
	box-sizing: border-box;
	width: 100%;
	
	background-color: #e3e3ff;
}
.Recruitment-box .Talent .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Recruitment-box .Position {
	width: 30%;
	text-transform: uppercase;
	font-size: .28rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.Recruitment-box .Job {
	text-transform: uppercase;
	font-size: .28rem;
	font-weight: bold;
	width: 30%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.Recruitment-box .Deadline {
	width: 30%;
	text-transform: uppercase;
	font-size: .28rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.Recruitment-box .home_tit span::before{
	margin-bottom: .2rem;
	}
.Recruitment-list {
	margin-bottom: .9rem;
	line-height:.35rem;
	color: #33336c;
	font-size: 0;
	background-color: #e3e3ff;
}

.Recruitment-list ul {
	
	
}

.Recruitment-list li {
	padding: 0 .37rem 0;
	box-sizing: border-box;
	background-color: #CCCCF8;
}
.Recruitment-list li .inner > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #454580;
    width: 100%;
    padding: .2rem 0;
}
.Recruitment-list li .inner > div span{
	font-weight: 500;
	width: 30%;
	font-size: .26rem;
	display: block;
}
.Recruitment-list li:nth-child(2n) {
	background-color: #e3e3ff;
}

.Recruitment-list li a {
	height: .8rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	line-height: .4rem;
	color: #33336c;
	font-size:.28rem;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
}

.Recruitment-list li a span {
	text-decoration-line: underline;
	-moz-text-decoration-line: underline;
}
.Recruitment-list li .inner > a span{
	    text-decoration: underline;
}
.Recruitment-list li a:hover {
	color: #d30e1f;
}


/* 人才招聘详情 */
.Recrui-con {
	margin-top:.2rem;
	background-color: #e3e3ff;
	padding:.55rem 0;
}

.Recrui-con .tin {
	padding:.25rem .5rem;
	color: #33336c;
	font-size: .32rem;
	line-height:.4rem;
}

.Recrui-con .tin strong {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
}
.Recrui-con .This p{
	line-height: .45rem;	
}
.Recrui-con .This,
.Recrui-con .wenb {
	padding: .25rem .5rem;
	border-top: solid 1px #cfcfef;
	line-height:.35rem;
	font-size:.28rem;
	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 {
	text-transform: uppercase;
	border-radius: 6px;
	margin: .7rem 0;
	font-size: .26rem;
	color: #ffffff;
	background-color: #434694;
	color: #fff;
	display: inline-block;
	width: 2.39rem;
	line-height: .57rem;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}


/* 联系我们 */

.Contact-box {
	padding-top: 1.7rem;
	
}
.hr{
	width: .5rem;
    height: 3px;
    margin: 0 auto .26rem;
    background: #3d286e;
}
.Contact-box > h2{
	text-transform: uppercase;
	font-size: .32rem;
	color: #3A3A77;
	margin-bottom: .1rem;
	text-align: center;
}
.Contact-box .home_tit {
	line-height: .7rem;
	font-size: .28rem;
	margin-bottom: 10px;
}

.Contact-box .thishi {
	padding: 5px 0;
	text-align: center;
}

.Contact-box .thishi span {
	text-transform: uppercase;
	vertical-align: middle;
	font-size: .26rem;
	padding: .05rem .3rem;
	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: .25rem;
	height: .25rem;
}

.Contact-box .thishi span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	background: url(../images/icon_a1.png) no-repeat;
	background-size: contain;
	content: '';
	width: .25rem;
	height: .25rem;
}

.back-Contact {
	margin-top: .15rem;
	background-color: #e3e3ff;
	font-size: 0;
	
}

.back-Contact .liw {
	height: 1.4rem;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
}

.back-Contact .liw:nth-child(2n) {
	background-color: #c6c6f7;
}
.back-Contact .icon{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.back-Contact .icon img{
	display: inline-block;
	vertical-align: middle;
	height: 1.2rem;
}

.back-Contact .wenb {
	text-transform: uppercase;
	text-align: center;
	font-size: .24rem;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
