@charset "utf-8";
/*html5*/ 

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
code{
	font-family: inherit;
}

.contain{
	width: 94%;
	max-width: 1580px;
	margin: 0 auto;
}

.header{
    margin: 0 auto;
	width: 100%;
	/*max-width: 1920px;*/
	zoom: 1;
	padding: 20px 2%;
	background-color: #670875;
}
.header:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.fixedb {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    max-width: 100000000px;
}
.logo{
	float: left;
	font-size: 0;
	height: 80px;
	display: flex;
	align-items: center;
}
.logo a{
	display: flex;
	align-items: center;
	font-size: 0;
    color: #ffffff;
}
.logo img{
	/*width: 360px;*/
	height: 54px;
}
.nav{
	float: right;
	margin-right: 30px;
}
.nav ul{
    zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	list-style-type: none;
	float: left;
	font-size: 18px;
	line-height: 80px;
	margin-left: 20px;
	position: relative;
}
.nav ul li a{
	color: #ffffff;
}
.nav ul li.on > a{
    border-bottom: 1px solid #ffffff;
}
.nav_sub{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    z-index: 9;
    background-color: #ffffff;
    min-width: 160px;
}
.nav_sub a{
    display: block;
    font-size: 16px;
    color: #333333 !important;
    text-align: center;
    padding: 8px 30px;
    line-height: 1.5;
}
.nav_sub a:hover{
    background-color: #670875;
    color: #ffffff !important;
}
.nav ul li:hover .nav_sub{
    display: block;
}
.nav ul li:hover > a{
    border-bottom: 1px solid #ffffff;
}
.language{
	height: 80px;
	float: right;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
}
.language img{
	margin-right: 10px;
}
.language a{
	color: #ffffff;
}
.apply{
	margin-left: 20px;
	float: right;
	height: 80px;
	display: flex;
	align-items: center;
}
.apply a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	font-size: 18px;
	color: #670875;
}
.banben{
	margin-left: 20px;
	float: right;
	height: 80px;
	display: flex;
	align-items: center;
}
.banben a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 40px;
	border-radius: 20px;
	background-color: #ffffff;
	font-size: 18px;
	color: #670875;
}
.banner{
	font-size: 0;
	position: relative;
	text-align: center;
}
.bbg{
    display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.banner1{
	position: relative;
}
.banner1 img{
    width: 100%;
}
.banner2{
	position: absolute;
	left: 50%;
	top: 25%;
	width: 100%;
	transform: translate(-50%,-70%);
	font-size: 68px;
	font-weight: 300;
	line-height: 180px;
    letter-spacing: 8px;
	color: #ffffff;
	background: url(../img/btbg.png) center no-repeat;
	background-size: auto 100%;
}
.banner3{
	font-size: 0;
	/*position: absolute;*/
	left: 0;
	bottom: 93px;
	z-index: 6;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner3 .swiper-pagination{
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	display: flex;
	align-items: center;
}
.banner .swiper-pagination-bullet{
	opacity: 0;
	background-color: #ffffff;
}
/*.banner .swiper-pagination-bullet-active{*/
/*	width: 22px;*/
/*	height: 22px;*/
/*	background: url(../img/bpain.png) center no-repeat;*/
/*}*/
.bleft{
    position: absolute;
    left: 60px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
	font-size: 0;
	/*margin-right: 25px;*/
}
.bright{
    position: absolute;
    right: 60px;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
	font-size: 0;
	/*margin-left: 25px;*/
}
.news{
	padding: 80px 0;
}
.news1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.title{
	display: block;
	font-size: 56px;
	font-weight: 300;
	color: #1a1a1a;
	letter-spacing: -1px;
	line-height: 1.2;
}
.title span{
	display: block;
	margin-top: 20px;
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #670875 0%, #8a1fa0 100%);
	border-radius: 2px;
}
.title1{
	margin-top: 10px;
	font-size: 20px;
	color: #666666;
}
.news3{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 36px;
	border-radius: 18px;
	font-size: 20px;
	color: #999999;
	margin-left: 6px;
}
.news3 a.on{
	background-color: #670875;
	color: #ffffff;
	border: 1px solid #670875;
}

.teamarr{
	display: flex;
	align-items: center;
	justify-content: center;
}
.teamarr span{
	margin: 0 10px;
	width: 1px;
	height: 16px;
	background-color: #999999;
}
.news4{
}
.news4_d{
	overflow: hidden;
	display: none;
}
.news5{
	float: left;
	width: 51.2%;
}
.news5 .swiper-pagination{
	bottom: 36px;
	text-align: right;
	padding-right: 27px;
}
.news5 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #a9a09d;
}
.news5 .swiper-pagination-bullet-active{
	background-color: #ffffff;
}
.news6{
	font-size: 0;
	position: relative;
}
.news7{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
	padding: 30px 120px 30px 35px;
}
.news8{
	font-size: 14px;
	color: #ffffff;
}
.news9{
	margin-top: 10px;
	font-size: 28px;
	color: #ffffff;
	line-height: 1;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news10{
}
.news11 ul{
	zoom: 1;
}
.news11 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.news11 ul li{
	margin-top: 40px;
	float: left;
	width: calc((100% - 80px)/3);
	margin-right: 40px;
}
.news11 ul li:nth-child(3n){
	margin-right: 0;
}
.news11 ul li a{
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: all 0.3s ease;
}
.news11 ul li a:hover{
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	transform: translateY(-4px);
}
.news12{
	margin-top: 0;
	font-size: 0;
}
.news12 img{
    width: 100%;
}
.news13{
	flex: 1;
	padding: 32px 28px;
	display: flex;
	flex-direction: column;
}
.news14{
	font-size: 14px;
	color: #999999;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.news15{
	margin-top: 10px;
	font-size: 22px;
	color: #333333;
	line-height: 36px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news16{
	margin-top: 20px;
	font-size: 14px;
	color: #670875;
}
.sch{
	padding: 120px 0 90px;
}
.sch1{
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*flex-direction: row-reverse;*/
}
.sch2{
	font-size: 0;
	margin-right: 150px;
	width: 51.6%;
	height: 500px;
	position: relative;
}
.sch2a{
    position: absolute;
    right: 0;
    bottom: 0;
}
.sch3{
	flex: 1;
}
.sch4{
	margin-top: 40px;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.sch5{
	margin-top: 40px;
}
.sch5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 49px;
	border-radius: 24px;
	background-color: #670875;
	font-size: 16px;
	color: #ffffff;
}
.show{
	display: block !important;
}
.case{
	padding: 80px 0 140px;
	background: url(../img/case.png) no-repeat;
	background-size: cover;
	position: relative;
}
.case:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	background-image: linear-gradient(to right,#670875,rgba(103,9,117,0));
}
.case1{
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.catitle{
	/*display: flex;*/
	align-items: center;
	font-size: 40px;
	color: #ffffff;
}
.catitle span{
	display: block;
	margin-top: 20px;
	width: 80px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 2px;
}
.catitle1{
	margin-top: 10px;
	font-size: 20px;
	color: #ffffff;
}
.case3{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.case3 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 118px;
	height: 47px;
	border: 1px solid #ffffff;
	border-radius: 23px;
	font-size: 24px;
	color: #ffffff;
	margin-left: 32px;
}
.case3 a.on{
	background-color: #670875;
	color: #ffffff;
	border: 1px solid #670875;
}
.case4{
	margin-top: 100px;
	position: relative;
}
.case5{
	display: none;
}
.case6{
	font-size: 36px;
	color: #ffffff;
}
.case7{
	margin-top: 30px;
	font-size: 18px;
	color: #ffffff;
	line-height: 32px;
	max-width: 490px;
}
.case8{
	margin-top: 45px;
}
.case8 a{
	font-size: 16px;
	color: #ffffff;
}
.casrItem{
	margin-top: -100px;
	position: relative;
	z-index: 2;
}
.casrItem1{
	position: relative;
	display: flex;
	align-items: flex-end;
	box-shadow: 0 20px 60px rgba(0,0,0,0.15);
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}
.casrItem2{
	width: calc(100% / 6);
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 134px;
}
.casrItem3{
	width: 100%;
}
.casrItem4{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
}
.caicon1{
	display: none;
}
.casrItem5{
	margin-top: 3px;
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.casrItem2.on{
	background-color: #670875;
	height: 134px;
}
.casrItem2.on .caicon{
	display: none;
}
.casrItem2.on .caicon1{
	display: block;
}
.casrItem2.on .casrItem5{
	color: #ffffff;
}
.team{
	background-color: #f5f3fc;
	padding: 80px 0 72px;
}
.team1{
	margin-top: 36px;
	position: relative;
}
.team2{
}
.team3{
	font-size: 0;
	text-align: center;
}
.team4{
	margin-top: 25px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.team5{
	margin-top: 9px;
	font-size: 16px;
	text-align: center;
	color: #666666;
}
.team5 span{
	display: inline-flex;
	align-items: center;
	padding: 0 13px;
	height: 31px;
	border-radius: 15px;
	background-color: #f8f4f9;
	font-size: 16px;
	color: #670875;
}
.team6{
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 66px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.team7{
	margin-top: 16px;
	display: flex;
	align-items: center;
}
.team7 img{
	margin-right: 3px;
}
.tleft{
	font-size: 0;
	width: 14px;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.tleft img{
	max-height: 60%;
}
.tright{
	width: 14px;
	font-size: 0;
	margin-left: 20px;
	background-color: #ffffff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.tright img{
	max-height: 60%;
}
.tleft1{
	position: absolute;
	left: -48px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.tright1{
	position: absolute;
	right: -48px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.life{
	padding: 90px 0 80px;
	background: url(../img/lifebg.png) #f1f1f1 no-repeat;
	background-size: cover;
}
.life1 a{
	font-size: 18px;
	color: #333333;
}
.life2{
	margin-top: 36px;
	overflow: hidden;
}
.life3{
	font-size: 0;
	position: relative;
	float: left;
}
.life3:nth-child(1){
	width: 29.84%;
}
.life3:nth-child(2){
	width: 40.8%;
	margin-left: 1.2%;
}
.life3:nth-child(3){
	width: 26.72%;
	margin-left: 1.2%;
}
.life3:nth-child(4){
	margin-top: 15px;
	width: 26.72%;
	margin-left: 1.2%;
}
.life3:nth-child(5){
	margin-top: 15px;
	width: 40.8%;
	margin-left: 1.2%;
}
.life4{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.26);
	font-size: 28px;
	color: #ffffff;
	display: none;
	align-items: center;
	justify-content: center;
}
.life3:hover .life4{
	display: flex;
}
.syapply{
	background: url(../img/syapply.png) no-repeat;
	background-size: cover;
	padding: 78px 0 58px;
}
.syapply a{
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 228px;
	height: 65px;
	border-radius: 32px;
	border: 1px solid #fefefe;
	font-size: 30px;
	color: #ffffff;
}
.syapply a img{
	margin-left: 10px;
}
.footer{
	background: url(../img/footbg.png) 50% no-repeat;
	background-size: cover;
	padding-top: 65px;
}
.footer1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer2{
	margin-right: 46px;
	width: 90px;
}
.footer3{
	font-size: 16px;
	color: #ffffff;
}
.footer4{
	margin-top: 10px;
}
.footer4 a{
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.footer5{
	flex: 1;
	max-width: 400px;
}
.footer6{
	margin-top: 16px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer7{
    display: none;
	width: 313px;
	margin-right: 39px;
}
.footer8{
	margin-bottom: 10px;
	position: relative;
}
.footer8 input{
	width: 100%;
	height: 28px;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 14px;
	background-color: #ffffff;
}
.footer8 textarea{
	width: 100%;
	height: 80px;
	padding: 10px;
	border-radius: 3px;
	font-size: 14px;
	background-color: #ffffff;
	resize: none;
}
.footer9{
	margin-top: 16px;
}
.footer9 input{
	font-size: 16px;
	color: #670875;
	width: 99px;
	height: 38px;
	border-radius: 19px;
	background-color: #ffffff;
}
.footer10{
	flex: 1;
}
.footer11{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 12px;
}
.footer11 span{
	font-size: 0;
	width: 24px;
}
.footer12{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer13{
	width: calc((100% - 32px)/3);
}
.footer14{
	font-size: 0;
	text-align: center;
	background-color: #ffffff;
	padding: 6px;
}
.footer15{
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.beian{
	margin-top: 30px;
	border-top: 1px solid rgba(255, 2552, 55, 0.06);
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 60px;
}
.beian a{
	color: rgba(255, 255, 255, 0.5);
}
.header_m{
	display: none;
	background-color: #670875;
}

.header_m1{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo_m{
	width: 80%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	/*height: 80px;*/
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.innerBanner{
	font-size: 0;
	position: relative;
	text-align: center;
}
.innerBanner > img{
    width: 100%;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.innerBanner2{
	font-size: 50px;
	color: #ffffff;
}
.innerBanner3{
	margin-top: 10px;
	font-size: 34px;
	color: #ffffff;
}
.txc{
	text-align: center;
}
.intro{
	padding: 32px 0 90px;
}
.address{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
}
.address a{
	color: #999999;
	margin: 0 5px;
}
.intro1{
	text-align: center;
}
.intro1 a{
	display: inline-block;
	font-size: 20px;
	color: #333333;
	margin-left: 50px;
	line-height: 45px;
	border-bottom: 1px solid #ffffff;
}
.intro1 a.on{
	border-bottom: 1px solid #670875;
	color: #670875;
}
.inteacht .intro1{
    display: none;
}
.intro2{
	margin-top: 40px;
}
.intro3{
	margin-top: 40px;
	font-size: 0;
	overflow: hidden;
}
.intro3a{
	float: left;
	width: 478px;
	margin-right: 11px;
}
.intro3a img{
	margin-top: 14px;
}
.intro3b{
	float: left;
	width: calc(100% - 489px);
}
.intro3b img{
	margin-top: 14px;
}
.intro4{
	flex: 1;
}
.intro5{
	font-size: 40px;
	color: #333333;
}
.intro5 span{
	color: #670875;
}
.intro6{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.culture{
	width: 100%;
	max-width: 1080px;
	margin: 60px auto 0;
}
.culture ul li{
	margin-top: 110px;
	zoom: 1;
	position: relative;
	display: flex;
}
.culture ul li:first-child{
	margin-top: 0;
}
.culture ul li:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.culture1{
	font-size: 0;
	width: 52%;
	position: relative;
	z-index: 2;
}
.culture2{
	transform: translateY(54px);
	width: 52%;
	margin-left: -4%;
	border: 1px solid #dcdcdc;
	padding: 60px 60px 60px 112px;
	display: flex;
	align-items: center;
}
.culture3{
	font-size: 34px;
	color: #670875;
}
.culture4{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.culture ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.culture ul li:nth-child(2n) .culture1{
	transform: translateY(54px);
	margin-left: -4%;
}
.culture ul li:nth-child(2n) .culture2{
	transform: translateY(0);
	margin-left: 0%;
	padding: 60px 112px 60px 60px;
}
.inNews{
	margin-top: 44px;
	display: flex;
	align-items: center;
}
.inNews a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 54px;
	height: 42px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #999999;
	margin-right: 40px;
	border-radius: 21px;
}
.inNews a.on{
	border-bottom: 1px solid #670875;
	color: #ffffff;
	background-color: #670875;
}
.inNews1{
	margin-top: 10px;
}
.inNews1 ul li{
	padding: 40px 25px 40px 30px;
	border-bottom: 1px dashed #d6d6d6;
}
.inNews1 ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inNews2{
	width: 67px;
	margin-right: 23px;
	background-color: #ededed;
	padding: 10px 0;
}
.inNews3{
	font-size: 30px;
	color: #670875;
	text-align: center;
	line-height: 1;
}
.inNews4{
	margin: 5px auto;
	width: 36px;
	height: 1px;
	background-color: #b791bd;
}
.inNews5{
	font-size: 12px;
	color: #670875;
	text-align: center;
	line-height: 1;
}
.inNews6{
	font-size: 0;
	margin-right: 25px;
}
.inNews6 img{
	width: 189px;
}
.inNews7{
	flex: 1;
}
.inNews8{
	font-size: 24px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.inNews9{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.inNews10{
	margin-top: 20px;
	font-size: 14px;
	color: #670875;
}
.page{
	margin-top: 56px;
	text-align: center;
}
.page a{
	margin: 0 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
}
.page a.on{
	background-color: #670875;
	border: 1px solid #670875;
	color: #ffffff;
}
.newsDeta{
	margin-top: 50px;
	overflow: hidden;
}
.newsLeft{
}
.newsLeft1{
	font-size: 34px;
	color: #333333;
}
.newsLeft2{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.newsLeft2 span{
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}
.newsLeft2 img{
	margin-right: 5px;
}
.newsLeft3{
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}

.newsRight{
	float: right;
	width: 24%;
}
.newsRight1{
	font-size: 24px;
	color: #670875;
	position: relative;
}
.newsRight1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 102px;
	height: 7px;
	background-color: #f0e6f1;
	border-radius: 3px;
}
.newsRight1 span{
	position: relative;
}
.newsRight2{
	margin-top: 36px;
}
.newsRight2 ul li{
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom: 1px solid #ebebeb;
}
.newsRight2 ul li a{
	display: flex;
	align-items: center;
}
.newsRight3{
	font-size: 0;
	margin-right: 12px;
	width: 105px;
}
.newsRight4{
	flex: 1;
}
.newsRight5{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsRight6{
	font-size: 12px;
	color: #999999;
}
.teach{
	padding: 32px 0 66px;
}
.teach1{
	margin-top: 8px;
}
.teach1 ul{
    zoom: 1;
}
.teach1 ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.teach1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 60px)/4);
	margin-top: 45px;
	margin-right: 20px;
	transition: all .5s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	padding: 20px;
	border-radius: 16px;
}
.teach1 ul li:nth-child(4n){
	margin-right: 0;
}
.teach1 ul li:hover{
    margin-top: 36px;
}
.teachDeta{
	background-color: #f6f6f6;
	padding: 1px 0 64px;
}
.teachDeta1{
	position: relative;
}
.teachDeta2{
	font-size: 0;
	text-align: center;
}
.teachDeta2 img{
	width: 191px;
}
.teachDeta3{
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.teachDeta4{
	margin-top: 25px;
	overflow: hidden;
}
.teachDeta5{
	float: left;
	width: 290px;
	overflow: hidden;
}
.tdxq{
	font-size: 0;
	position: relative;
}
.tdleft{
	position: absolute;
	left: 13px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.tdright{
	position: absolute;
	right: 13px;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
}
.teachDeta6{
	font-size: 28px;
	color: #333333;
}
.teachDeta7{
	font-size: 0;
	text-align: center;
}
.teachDeta8{
	margin-top: 16px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.teachDeta9{
	margin-top: 10px;
	font-size: 0;
	text-align: center;
}
.teachDeta9 img{
	margin: 0 2px;
}
.teachDeta10{
	margin-top: 5px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.teachDeta10 span{
	font-size: 14px;
	color: #999999;
	margin-right: 9px;
}
.teachDeta11{
	margin-top: 10px;
}
.teachDeta11 span{
	display: inline-flex;
	align-items: center;
	padding: 0 10px 0 0;
	background-color: #f3f4fa;
	border-radius: 16px;
	font-size: 16px;
	color: #670875;
}
.teachDeta11 span img{
	margin-right: 8px;
}
.teachDeta12{
	float: right;
	width: calc(100% - 326px);
}
.teachDeta13{
	background-color: #ffffff;
	padding: 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 9px;
	border-bottom: 7px solid #eaecf3;
}
.teachDeta15{
	padding: 20px 0 16px;
	border-bottom: 4px solid #ffffff;
}
.teachDeta16{
	font-size: 0;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.teachDeta17{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}
.teachDeta14.on .teachDeta15{
	border-bottom: 4px solid #670875;
}
.teachDeta14.on .teachDeta17{
	color: #670875;
}
.inApply{
	padding: 1px 0 80px;
	background-color: #f4f4f4;
}
.inApply1{
	width: 100%;
	max-width: 800px;
	margin: -151px auto 0;
	background-color: #ffffff;
	padding: 26px 70px 50px;
	border-radius: 14px;
	position: relative;
	z-index: 10;
}
.inApply2{
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
}
.inApply3{
	margin-top: 22px;
	display: flex;
	align-items: flex-start;
}
.inApply4{
	padding-left: 14px;
	font-size: 18px;
	color: #333333;
	width: 133px;
	line-height: 44px;
}
.inApply4 span{
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.inApply5{
	flex: 1;
}
.inApply5 input{
	width: 100%;
	height: 44px;
	font-size: 14px;
	padding: 0 16px;
	background-color: #f7f7f7;
	border-radius: 5px;
}
.inApply6{
	font-size: 0;
	position: relative;
	width: 161px;
	height: 98px;
}
.inApply6 img{
	width: 161px;
	height: 98px;
}
.inApply6 input{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.inApply7{
	margin-top: 36px;
	font-size: 14px;
	color: #999999;
}
.inApply7 a{
	color: #670875;
}
.inApply8{
	margin-top: 40px;
	text-align: center;
}
.inApply8 input{
	width: 174px;
	height: 53px;
	border-radius: 26px;
	background-color: #670875;
	font-size: 20px;
	color: #ffffff;
}
.xqdeta{
	margin-top: 36px;
	background-color: #ffffff;
}
.xqdeta:first-child{
	margin-top: 0;
}
.xqdeta1{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ebebeb;
}
.xqdeta1 span{
	padding-bottom: 20px;
	font-size: 28px;
	color: #333333;
	margin-bottom: -2px;
	border-bottom: 3px solid #670875;
}
.xqdeta1 code{
	flex: 1;
	font-size: 0;
}
.xqdeta2{
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.xqdeta3{
	margin-top: 20px;
	overflow: hidden;
}
.xqdeta4{
	float: left;
	width: calc((100% - 51px)/4);
	margin-right: 17px;
}
.xqdeta4:nth-child(4n){
	margin-right: 0;
}
.xqdeta5{
	font-size: 0;
	text-align: center;
}
.xqdeta6{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.incase{
	padding: 32px 0 40px;
}
.incase1{
	background-color: #f7f7f7;
	padding: 120px 0;
}
.incase2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.incase3{
	font-size: 0;
	margin-left: 130px;
}
.incase3 img{
	width: 573px;
}
.incase4{
	text-align: center;
	margin: 0 auto;
	max-width: 936px;
}
.txtitle{
	font-size: 40px;
	color: #333333;
}
.txtitle1{
	margin: 10px auto 0;
	width: 24px;
	height: 3px;
	background-color: #670875;
}
.incase5{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.incase6{
	padding: 80px 0 70px;
}
.incase7{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incase8{
	margin-top: 30px;
	width: calc((100% - 50px)/3);
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}
.incase8:hover{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}
.incase9{
	font-size: 0;
	text-align: center;
}
.incase9 img{
    width: 100%;
}
.incase10{
    padding: 20px 20px 0;
	font-size: 28px;
	color: #333333;
	line-height: 36px;
}
.incase10a{
    padding: 6px 20px 20px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.incase11{
	background: url(../img/incasebg.png) no-repeat;
	background-size: cover;
	padding: 130px 0;
	position: relative;
}
.incase12{
	position: relative;
}
.incase13{
	font-size: 40px;
	color: #ffffff;
	display: flex;
	align-items: center;
}
.incase13 span{
	display: none;
	margin-left: 10px;
	width: 24px;
	height: 2px;
	background-color: #ffffff;
}
.incase14{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.incase15{
	border-bottom: 1px solid #bdbbb9;
	padding-bottom: 20px;
	width: calc((100% - 192px)/3);
}
.incase16{
	font-size: 28px;
	color: #ffffff;
}
.incase17{
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
}
.kctx{
	padding: 69px 0 78px;
}
.kctx1{
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.kcapp{
	padding: 70px 0 60px;
	background: url(../img/applybg.png) no-repeat;
	background-size: cover;
	text-align: center;
}
.kcapp1{
	margin-top: 20px;
}
.kcapp1 a{
    margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 183px;
	height: 53px;
	border-radius: 26px;
	background-color: #670875;
	font-size: 20px;
	color: #ffffff;
}
.kcapp_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.kcapp_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 566px;
	background-color: #f8fcfb;
	padding: 36px 50px;
	border-radius: 10px;
}
.close{
	position: absolute;
	right: -27px;
	top: -30px;
}
.kcapp_tc2{
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.kcapp_tc3{
	margin-top: 45px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	padding: 1px 30px 30px;
}
.kcapp_tc4{
	margin-top: -20px;
	font-size: 0;
	text-align: center;
	position: relative;
}
.kcapp_tc4 span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 18px;
	color: #ffffff;
}
.kcapp_tc5{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.kcapp_tc6{
	margin-top: 10px;
	font-size: 0;
	text-align: center;
}
.kcapp_tc6 img{
	width: 140px;
}
.kcapp_tc7{
	margin-top: 16px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}
.kcapp_tc8{
	margin-top: 20px;
	text-align: center;
}
.kcapp_tc8a{
	display: inline-block;
	width: 110px;
	height: 46px;
	background-color: #e4e8e7;
	border-radius: 23px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 46px;
	margin: 0 16px;
}
.kcapp_tc8b{
	display: inline-block;
	width: 154px;
	height: 46px;
	background-color: #670875;
	border-radius: 23px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}
.dif{
	display: flex !important;
}
.difs{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inlife{
	padding: 32px 0 80px;
}
.zslc{
	position: relative;
}
.zslc1{
	position: relative;
}
.zslc1 ul li{
	margin-top: 36px;
	padding: 40px 30px;
	background-color: #f8f8f8;
	border-radius: 16px;
}
.zslc2{
	font-size: 0;
	position: relative;
	margin-right: 10px;
}
.zslc2 span{
	display: block;
	width: 24px;
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
	background-color: #666666;
}
.zk{
	display: none;
}
.zslc3{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zslc4{
	flex: 1;
	font-size: 24px;
	color: #333333;
	line-height: 51px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.zslc4 span{
	flex: 1;
}
.zslc5{
	display: none;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
}
.zslc6{
	margin-left: 10px;
	height: 51px;
	display: flex;
	align-items: center;
	font-size: 0;
}
.zslc7{
	display: none;
	padding-left: 24px;
	margin-top: 30px;
}
.zslc8{
	border: 1px dashed #e4e4e4;
	background-color: #ffffff;
	padding: 25px;
	display: flex;
	align-items: flex-start;
}
.zslc9{
	font-size: 0;
	width: 24px;
	margin-right: 16px;
}
.zslc10{
	flex: 1;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}
.zslc1 ul li.on .sq{
	display: none;
}
.zslc1 ul li.on .zk{
	display: block;
}
.zslc1 ul li.on .zslc5{
	display: block;
}
.zslc1 ul li.on .zslc7{
	display: block;
}
.zslc1 ul li.on .zslc4{
	font-size: 28px;
	color: #670875;
}
.zslc1 ul li.on .zslc2 span{
	background-color: #670875;
}
.question{
	margin-top: 6px;
}
.question ul li{
	margin-top: 40px;
	border: 1px solid #ebebeb;
	display: flex;
}
.question1{
	width: 280px;
	border-right: 1px solid #ebebeb;
	background-color: #f8f8f8;
	position: relative;
}
.question2{
	display: flex;
	align-items: flex-start;
	padding: 50px 30px 30px;
}
.question3{
	font-size: 0;
	margin-right: 10px;
	margin-top: 7px;
}
.question4{
	flex: 1;
	font-size: 24px;
	color: #333333;
	line-height: 38px;
}
.question5{
	font-size: 0;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 21px;
}
.question5 img{
	width: 12px;
	height: 21px;
}
.question6{
	flex: 1;
	padding: 50px 40px 40px;
}
.question7{
	display: flex;
	align-items: flex-start;
}
.question8{
	font-size: 0;
	margin-right: 10px;
	margin-top: 7px;
}
.question9{
	flex: 1;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
}
.inContact{
	padding: 50px 0 270px;
}
.inContact1{
	margin-top: 50px;
}
.inContact2{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inContact4{
	margin-top: 6px;
	font-size: 20px;
	color: #333333;
}
.inContact5{
	width: 25%;
}
.inContact6{
	font-size: 0;
	text-align: center;
}
.inContact7{
	flex: 1;
}
.inContact8{
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.inContact9{
	margin-top: 5px;
	font-size: 16px;
	color: #333333;
	text-align: center;
}
.inContact10{
	margin-top: -230px;
	width: 100%;
	text-align: center;
}
.empoy{
	padding: 1px 0 72px;
	background-color: #f7f7f7;
}
.emtitle{
	margin-top: 70px;
	font-size: 40px;
	color: #333333;
	text-align: center;
}
.empoy1{
	margin-top: 50px;
	font-size: 30px;
	color: #333333;
	text-align: center;
}
.empoy2{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
	text-align: center;
}
.empoy2 span{
	color: #333333;
	text-decoration: underline;
}
.empoy3{
	margin: 6px auto 0;
	max-width: 1100px;
}
.empoy3 ul li{
	margin-top: 32px;
	padding: 24px 30px;
	background-color: #ffffff;
}
.empoy4{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.empoy5{
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #333333;
}
.empoy5 img{
	margin-right: 10px;
}
.empoy5 span{
	display: block;
	padding: 0 13px;
	margin-left: 11px;
	height: 26px;
	border-radius: 13px;
	background-color: #f5f5f5;
	line-height: 26px;
	font-size: 14px;
	color: #999999;
}
.empoy6{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
}
.empoy6 img{
	margin-left: 30px;
}
.empoy7{
	display: none;
	margin-top: 30px;
}
.empoy8{
	font-size: 20px;
	color: #333333;
}
.empoy9{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.empoy3 ul li.on .empoy5{
	color: #670875;
}
.empoy3 ul li.on .empoy5 span{
	background-color: #f4eef5;
	color: #670875;
}
.empoy3 ul li.on .sq{
	display: none;
}
.empoy3 ul li.on .zk{
	display: block;
}
.empoy3 ul li.on .empoy7{
	display: block;
}
.empoy3 ul li:hover .empoy5{
	color: #670875;
}
.empoy3 ul li:hover .empoy5 .sq{
	display: none;
}
.empoy3 ul li:hover .empoy5 .zk{
	display: block;
}
.waterfall-container {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.waterfall-column {
	float: left;
	width: calc(33.333% - 8px);
	margin-right: 12px;
}
.waterfall-column:last-child {
	margin-right: 0;
}
.waterfall-item {
	margin-bottom: 12px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	position: relative;
}
.waterfall-item img {
	width: 100%;
	display: block;
}
.inlife2{
	font-size: 0;
	position: relative;
}
.inlife3{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(103, 8, 117, 0.6);
}
.inlife4{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
}
.inlife5{
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}
.inlife6{
	margin-top: 9px;
	font-size: 14px;
	color: #ffffff;
}
.waterfall-item:hover .inlife3{
	display: block;
}
.newsLeft4{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsLeft4 a{
	width: calc((100% - 20px)/2);
	border: 1px solid #dcdcdc;
	background-color: #f9f9fb;
	padding: 20px;
}
.newsLeft5{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #670875;
}
.newsLeft6{
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.goTop{
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 1002;
}
.goTop a{
    padding: 6px;
    background-color: #670875;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
}
.shimgTc{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1002;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.shimgTc1{
    position: absolute;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-content: center;
    justify-content: center;
}
.shimgTc1 img{
    max-height: 100%;
}
.inLink{
    max-width: 600px;
    margin: 40px auto 0;
}
.inLink1{
    margin-top: 20px;
}
.inLink1 input{
    width: 100%;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    padding: 0 16px;
    border: 1px solid #d7d7d7;
}
.inLink1 textarea{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 16px;
    border: 1px solid #d7d7d7;
    resize: none;
}
.inLink2{
    margin-top: 36px;
    text-align: center;
}
.inLink2 input{
    width: 200px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: #670875;
}
@media (max-width: 768px) {
	.waterfall-column {
		width: calc(50% - 6px);
	}
	.waterfall-column:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 480px) {
	.waterfall-column {
		width: 100%;
		margin-right: 0;
	}
}

