/*图*/
.train-bg{
	width: 100%;
	min-height: 500px;
	position: relative;
}
.train-mask{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
}
.train-banner{
	/*width: 100%;*/
	position: relative;
    z-index: 1;
}
.train-banner h1{
	font-size: 30px;
	color: #353535;
	position: relative;
	padding-bottom: 40px;
}
.recruit-in .train-banner h1 {
    margin-top: 75px;
}
.train-banner h1:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    margin:0 auto;
    width: 40px;
    height: 3px;
    background: #f8c665;
}
.train-banner p{
	font-size:20px;
	color: #353535;
	margin: 40px 0 0;
	line-height: 36px;
}
.train-banner .train-btn{
	width: 43%;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
}
.train-banner .train-btn a {
    display: inline-block;
    width: 190px;
    max-width: 190px;
    height: 50px;
    line-height: 48px;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
    border: 1px solid #009ee7;
    font-size: 20px;
    color: #fff;
    transition: .25s;
    border-radius: 8px;
    text-align: center;
    /*margin: 0 30px 30px 0;*/
    padding: 0;
}
.train-banner .train-btn  a.case {
    border: 1px solid #009ee7;
    color: #009ee7;
    background: none;
}
.train-banner .train-btn a:hover{
	font-size: 21px;
	box-shadow: 0 0 8px rgba(0, 165, 214, 0.48);
}







/*核心优势*/
.modul-advan{
	padding-top: 90px;
}
.train-title h2{
	font-size: 30px;
	color: #353535;
	padding-bottom: 28px;
	position: relative;
}
.train-title p{
	font-size: 18px;
	color: #626262;
	margin-top: 28px;
}
.train-title h2:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin:0 auto;
    width: 70px;
    height: 4px;
    border-radius: 2px;
    /*transform: translateY(-50%);*/
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.advan{
	margin-top: 74px;
}
.advan img{
	width: 55px;
}
.advan .advan-item{
	padding: 55px 25px 65px;
 	margin: 0 20px 20px;
	box-shadow: 0 0 18px rgba(98,98,98,0.18);
	transform: translateY(0);
	transition: .25s;
	border: 2px solid #fff;
}
.advan .advan-item:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 18px rgba(0, 159, 232, 0.15);
	border: 2px solid #a4e0fc;
}
/*.advan .advan-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    bottom: 0;
    border: 2px solid #a4e0fc;

    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: color .2s,-webkit-transform .2s;
    transition: color .2s,-webkit-transform .2s;
    transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s;
}
.advan .advan-item:hover:after{
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.advan .advan-item h3{
	margin: 50px 0 30px;
	height: 72px;
	line-height: 36px;
	font-size: 24px;
	color: #3b3b3b;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.advan .advan-item p{
	font-size: 18px;
	color: #3b3b3b;
	line-height: 30px;
	height: 90px;
	text-align: left;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}








/*内容体系*/
.system{
	background: #fff;
	border-radius: 26px;
	margin: 155px 0 90px;
	box-shadow: 0 0 18px rgba(98,98,98,0.18);
}
.circu-1{
	width: 112px;
	height: 112px;
	border-radius: 100%;
	overflow: hidden;
	background: #eef1f8;
	margin: auto;
    position: relative;
    top: -82px;
}
.circu-2{
	width: 80px;
	height: 80px;
	margin: 16px;
	border-radius: 100%;
	overflow: hidden;
	background: #3b91f5;
}
.work-title{
	font-size: 24px;
	color: #4286f3;
	margin: -7px 0 45px;
}
.work{
	padding: 0 11% 45px;
}
.work ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.work li{
	min-width: 40%;
	margin-bottom: 15px;
	font-size: 16px;
	color: #57565d;
	text-align: left;
	padding: 0 5px;
}
.work li a{
	font-size: 16px;
	color: #57565d;
}
.work li a:hover{
	font-size: 16px;
	color: #009ee7;;
}





/*了解更多*/
.culture-title h2 {
    font-size: 30px;
    color: #353535;
    padding-bottom: 28px;
    margin-bottom: 20px;
    background: url(../images/title-line.png) no-repeat bottom center;
    background-size: auto;
}
.culture-title p {
    font-size: 16px;
    color: #555;
}
.contact-modular{
	background: #f5f5f9;
	padding-top: 70px;
}
.contact{
	margin-top: 30px;
}
.contact .write-form li i{
	display: inline-block;
	width: 43px;
	height: 66px;

}
.contact .write-form li .icon-phone{
	background: url(../images/phone1.png) no-repeat center center;
    background-size: 15px;
}
.contact .write-form li .icon-safe{
	background: url(../images/yzm.png) no-repeat center center;
    background-size: 18px;
}
.contact .write-form li{
	line-height: 66px;
	margin-bottom: 18px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	position: relative;
}
.contact .write-form li.active:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact .write-form li:after{
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #009fe8;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: color .2s,-webkit-transform .2s;
    transition: color .2s,-webkit-transform .2s;
    transition: transform .2s,color .2s;
    transition: transform .2s,color .2s,-webkit-transform .2s;
}
.contact .write-form li input{
	flex: 1;
	width: 100%;
	height: 20px;
	font-size: 14px;
	color: #333;
	border-left: 1px solid #ddd;
	padding: 0 15px;
	margin: 23px 0;
}
.contact .write-form li .yzm{
	width: 120px;
	height: 40px;
	line-height: 38px;
	background: #eff6ff;
	margin: 13px 0;
	border:1px solid  #009fe8;
	transition: 0.25s;
	color: #009fe8;
	font-size: 14px;
}
.contact .write-form li .yzm:hover{
	color: #fff;
	background: #009fe8;
}
.contact .submit-btn{
	margin: 80px 0 90px;
}
.contact  .submit-btn button{
    display: inline-block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    transition: .25s;
    background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.contact  .submit-btn button:hover{
	box-shadow: 0 0 10px rgba(76, 136, 238, 1);
}







/*您的同行选择我们*/
.same-modular{
	padding-top: 70px;
}
.same-occup{
	padding: 0 100px;
	position: relative;
	margin: 75px 0 95px;
}
.same-occup img{
	border: 1px solid #ededef;
    transition: all 0.3s ease 0s;
    transform: translateY(0);
}
.same-occup .same-item{
	margin: 10px 0;
	transform: translateY(0px);
	transition: 0.5s;
}
.same-occup .same-item:hover img{
	border: 1px solid #fff;
	box-shadow: 0 0 13px rgba(0, 159, 232, 0.2);
}
.same-occup p{
	line-height: 36px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	/*background: #fff;*/
	opacity: 0;
	transition: 0.5s;
	transform: translateY(-20px);
}
.same-occup .same-item:hover p{
	opacity: 1;
	transform: translateY(0px);
	background: linear-gradient(90deg,#009fe8,#4c88ee);
}
.same-occup .same-item:hover{
	transform: translateY(-5px);
}
.swiper-same{
	padding: 0 10px;
}
.same-occup .swiper-button-next,.same-occup .swiper-container-rtl .swiper-button-prev{
	background:url('../images/right3.png') no-repeat right center;
	background-size: 18px;
	right: 0;
	outline-style: none;
}
.same-occup .swiper-button-prev,.same-occup .swiper-container-rtl .swiper-button-next{
	background:url('../images/left.png') no-repeat left center;
	background-size: 18px;
	left: 0;
	outline-style: none;
}
.same-occup .swiper-button-next, .same-occup .swiper-button-prev{
	top: 35%;
}



/* 中等屏幕 */
@media (max-width: 992px){
.train-banner .train-btn{
	width: 70%;
}
}


/* 小屏幕 */
@media (max-width: 768px){ 
/*岗位培训*/
.train-bg {
    width: 100%;
    height: auto;
    min-height: auto;
}
.train-banner{
	margin: 80px 0 90px;
}
.train-banner h1{
	font-size: 24px;
	color: #353535;
}
.train-banner p{
	font-size:16px;
	color: #353535;
	margin: 40px 0 40px;
}
.train-banner .train-btn{
	width: 90%;
	margin: 40px auto 0;
}
.train-banner .train-btn a{
	width: 45%;
	height: 45px;
    line-height: 43px;
    font-size: 16px;
}






/*核心优势*/
.advan {
    margin-top: 50px;
}
.modul-advan {
    padding-top: 50px;
}




/*内容体系*/
.system{
	box-shadow:none;
}
.system-item{
	margin-bottom: 120px;
	border-radius: 26px;
	box-shadow: 0 0 18px rgba(98,98,98,0.18);
}




/*您的同行选择我们*/
.same-modular {
    padding-top: 50px;
}
.same-occup {
    padding: 0 20px;
    position: relative;
    margin: 50px 0 50px;
}



.contact-modular {
    padding-top: 40px;
}
.culture-title h2{
	font-size: 24px;
}
.contact .submit-btn {
    margin: 40px 0 50px;
}





.train-title h2 {
    font-size: 24px;
}
.train-title p {
    font-size: 16px;
}



/*核心优势*/
.advan .advan-item h3{
	font-size: 20px;
	margin: 30px 0 20px;
}
.advan .advan-item p{
	height: auto;
	font-size: 16px;
}
.advan .advan-item{
	padding: 30px 25px 20px;
}



.work-title {
    margin: -50px 0 45px;
}

}





