/*首页*/
/*首页滚动图*/
.banner{
	height: 560px;
	position: relative;
}
.banner .pic{
	height: 800px;
}
.banner .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .roll{
	position: absolute;
	left: 0;
	width:100%;
	top: 95%;
	text-align: center;
	display: flex;
	justify-content: center;
}
.banner .roll .gund{
	float: left;
	margin: auto;
	width: 45px;
	height: 5px;
	background-color:rgba(5,164,231,0.3);
	margin-right: 15px;
	border-radius: 5px;
	cursor: pointer;
}
.banner .roll .gund:last-child{
	margin-right: 0;
}
.banner .roll .gund.on{
	background-color:rgba(5,164,231,1);
}
/*首页的title 首页公用*/
.index .nv-title{
	padding: 75px 0;
	text-align: center;
}
.index .nv-title h2{
	color: #212b4f;
	font-size: 34px;
}
.index .nv-title p{
	color: #a8abb4;
	margin-top: 20px;
}
/*首页的内容倒三角 首页公用*/
.index .triangle{
	width:60px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
.index .triangle img{
	width: 100%;
}
/*首页 左边切换图片，右边内容   解决方案 战略合作伙伴  公用*/
.index .pal li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
	/*align-items: center;*/
}
.index .pal li .tab-pic{
	position: relative;
}
.index .pal li .tab-pic .left,  
.index .pal li .tab-pic .right{
	width: 42px;
	height: 42px;
	position: absolute;
	top:27px;
	cursor: pointer;
}
.index .pal li .tab-pic .left{
	left: 5px;
	z-index: 1988;
}
.index .pal li .tab-pic .right{
	left: -45px;
}
.index .pal li .tab-pic .left img,
.index .pal li .tab-pic .right img{
	width: 100%;
}
.index .pal li .pic{
	width: 460px;
	height: 340px;
}
.index .pal li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index .pal li .text{
	width: 670px;
	position: relative;
}
.index .pal li .nr:first-child{
	margin-right:70px;
}
.index .pal .btn{
	font-size: 16px;
	width: 168px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background-color: #05a1e7;
}
.index .pal .btn:hover{
	cursor: pointer;
	color: #05a1e7;;
	background-color: #fff;
	box-shadow: 0 0px 10px rgba(5,161,231,.2); ;
}
/*专业培训*/
.index-major li .pic{
	width: 590px;
}
.index-major li .pic img{
	width: 100%;
}
.index-major li .text{
	width: 560px;
	position: relative;
}
.index-major li div:first-child{
	margin-right:70px;
}
.index-major li .paixu{
	position: absolute;
	top: 10px;
	left: -60px;
}
.index-major li .paixu img{
	width: 38px;
}
.index-major li .big-title{
	font-size: 30px;
	color: #05a1e7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-major li .sm-title{
	font-size: 18px;
	color: #212b4f;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-major li .inner{
	font-size: 16px;
	color: #212b4f;
	margin: 60px 0;
	line-height: 30px;
}
.index-major li .num{
	color: #a8abb4;
	font-size: 12px;
	margin-bottom: 15px;
}
/*我们的 服务*/
.index-service{
	height: 740px;
	background-image: url(../images/index-bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.index-service .nv-title h2{
	color: #fff;
	font-size: 34px;
}
.index-service .nv-title p{
	color: #fff;
	margin-top: 20px;
}
.index-service .item{
	float: left;
	width: 32.3%;
	margin-right:1.5%;
}
.index-service .item:last-child{
	margin-right: 0;
}
.index-service .item .pic{
	width:100%;
	height: 310px;
}
.index-service .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index-service .item .text{
	padding: 30px 20px;
	background-color: #fff;
}
.index-service .item .title{
	color: #212b4f;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.index-service .item .title:hover{
	color: #0a93dc;
	cursor: pointer;
}
.index-service .item .title .bt{
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-service .item .text .eng{
	color: #c0c2c9;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*解决方案*/
.index-scheme .tab{
	border-top: solid 1px #eeeeee;
}
.index-scheme .tab .bt{
	float: left;
	color: #212b4f;
	font-size: 16px;
	width: 100px;
	padding-top: 19px;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}
.index-scheme .tab .bt:last-child{
	margin-right:0;
}
.index-scheme .tab .bt.on{
	border-top: solid 3px #05a1e7;
	color: #05a1e7;
}
.index-scheme .inner{
	margin-top: 55px;
}
.index-scheme .inner .item{
	float: left;
	width: 27.3%;
	display: flex;
	margin-right: 9%;
	margin-bottom: 55px;
}
.index-scheme .inner .item:nth-of-type(3n){
	margin-right: 0;
}
.index-scheme .item .bq{
	width: 45px;
}
.index-scheme .item .wz{
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-scheme .wz h3{
	color:#212b4f;
	font-size: 14px;
}
.index-scheme .wz p{
	font-size: 12px;
	color: #a8abb4;
	margin-top: 7px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*资讯*/
.index-information{
	height: 740px;
	background-image: url(../images/index-bg2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.index-information li{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-information .pic{
	width: 700px;
}
.index-information li .nr:first-child{
	margin-right:30px;
}
.index-information li .pic img{
	width: 100%;
}
.index-information li .text{
	width: 520px;
	color: #fff;
}
.index-information li .text .big-title{
	font-size: 32px;
}
.index-information li .text .inner{
	font-size: 16px;
	margin: 50px 0;
	line-height: 30px;
}
.index-information li .text .btn{
	font-size: 16px;
	width: 168px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	border: solid 1px #fff;
	cursor: pointer;
}
/*战略合作伙伴*/
.index-cooperate li{
	justify-content: flex-start !important;
}
.index-cooperate li .pic{
	width: 540px !important;
}
.index-cooperate  li .text{
	width: 450px !important;
	margin-left: 50px;
}
.index-cooperate li .big-title{
	font-size: 30px;
	color: #212b4f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-cooperate li .sm-title{
	font-size: 10px;
	color: #212b4f;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-cooperate li .inner{
	font-size: 14px;
	color: #656a7e;
	margin: 30px 0 0;
	line-height: 25px;
}
.index-cooperate li .elignt{
	margin-top: 10px;
	color: #cccdd2;
	font-size: 10px;
	line-height: 17px;
	margin-bottom: 30px;
}
/*数据*/
.index-data{
	background-color: #0e2941;
	height: 140px;
	margin-top: 170px;
}
.index-data .inner{
	background-color: #fff;
	display: flex;
	position: relative;
	top: -90px;
	padding: 30px 0 85px;
}
.index-data .inner li{
	flex: 1;
	padding:0 0 0 100px;
}
.index-data .inner li .bignum{
	color: #212b4f;
	font-size: 70px;
}
.index-data .inner li .smnum{
	font-size: 14px;
	margin-top: 10px;
	color: #656a7e;
}

/*业务培训*/
.train .knowledge .inner{
	margin-bottom: 30px;
}
.train .knowledge .inner .pic{
	float: left;
	width: 255px;
	height: 255px;
	overflow: hidden;
	margin-right: 40px;
}
.train .knowledge .inner .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.train .knowledge .inner .text{
	font-size: 16px;
	color: #212b4f;
	line-height: 30px;
	padding: 10px 0 10px 300px;
}
.train .knowledge .inner  .jeishao{
	line-height: 40px;
}
.train .knowledge .inner .text .title{
	font-size: 24px;
	color: #212b4f;
	margin-bottom: 30px;
}
.train .knowledge .inner .text .title:hover{
	color: #0a93dc;
	cursor: pointer;
}
.train .knowledge .inner .text .btn-out{
	margin-top: 50px;
}
.train .knowledge .inner .text .btn-out .public-btn{
	float: left;
	margin-right: 10px;
}
/*活动案例*/
.train .activity .item{
	float: left;
	width: 32.3%;
	margin-right:1.5%;
	box-shadow:0 0px 15px rgba(231,232,236,1);
	margin-bottom: 30px;
}
.train .activity .item:nth-of-type(3n){
	margin-right: 0;
}
.train .activity .item .pic{
	width:100%;
	height:235px;
}
.train .activity .item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.train .activity .item .text{
	padding: 30px 20px;
	background-color: #fff;
}
.train .activity .item .title{
	color: #212b4f;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.train .activity .item .title:hover{
	color: #0a93dc;
	cursor: pointer;
}
.train .activity .item .title .bt{
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.train .activity .item .text .eng{
	color: #c0c2c9;
	font-size: 12px;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*云业务*/
.business .inner{
	line-height: 30px;
}

/*解决方案*/
.programme .top-tab .tab{
	float: left;
	margin-right: 40px;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
	color:#212b4f;
}
.programme .top-tab .tab.on{
	border-top: solid 2px #0a93dc;
	color: #0a93dc;
}
.programme .top-tab .tab:hover{
	color: #0A93DC;
	cursor: pointer;
}
.programme .pic{
	margin-bottom: 30px;
}
.programme .pic img{
	width: 100%;
}
.programme .text{
	line-height: 30px;
	text-indent:40px;
}
.programme .logo{
	float: left;
	width:160px;
	height:60px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.programme .logo img{
	width: 100%;
}
.programme .logo:nth-of-type(5n){
	margin-right: 0;
}

/*关于我们 公司简介*/
.about-jianjie .pic{
	margin-bottom: 30px;
}
.about-jianjie .pic img{
	width: 100%;
}
.about-jianjie .text{
	text-indent: 40px;
	line-height: 30px;
}
/*关于我们 招募*/
.about-zhaomu{
	border-top: none;
}

/*关于我们 最新资讯*/
.about-zixun .top-tab{
	margin-bottom: 20px;
}
.about-zixun .top-tab .tab{
	float: left;
	width: 110px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 16px;
	color:#212b4f;
}
.about-zixun .top-tab .tab:hover{
	cursor: pointer;
	color: #0a93dc;
}
.about-zixun .top-tab .tab.on{
	border-top: solid 2px #4553ff;
	color: #4553ff;
}
.about-zixun li .pic{
	float: left;
	width: 220px;
	height: 200px;
	overflow: hidden;
}
.about-zixun li{
	margin-bottom: 50px;
}
.about-zixun li .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-zixun li .text{
	padding-left:250px ;
}
.about-zixun li .text .title{
	font-size: 20px;
	color: #212b4f;
}
.about-zixun li .text .title:hover{
	cursor: pointer;
	color: #0a93dc;
}
.about-zixun li .text .time{
	color: #212b4f;
	margin: 15px 0 30px;
}
.about-zixun li .text .nr{
	line-height: 30px;
	color: #a8abb4;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*合作伙伴*/
.partner .title{
	text-align: center;
	color: #212b4f;
	font-size: 24px;
	font-weight: bold;
	padding: 60px 0;
}
.partner .title span{
	position: relative;
}
.partner .title span:after{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #212b4f;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -15px;
}
/*招募类型*/
.partner-leixing li{
	float:left;
	width: 580px;
	height: 160px;
	box-sizing: border-box;
	border: solid 1px #f2f2f6;
	margin-bottom: 25px;
	margin-right: 40px;
}
.partner-leixing li:nth-of-type(2n){
	margin-right: 0;
}
.partner-leixing li .pic{
	float: left;
	width: 160px;
	height: 100%;
	border-right:solid 1px #f2f2f6 ;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.partner-leixing li .pic img{
	width: 102px;
	height: 102px;
}
.partner-leixing li .text{
	float: left;
	width: 418px;
	padding: 35px 20px;
}
.partner-leixing li .text h2:hover{
	cursor: pointer;
	color: #0a93dc;
}
.partner-leixing li .text p{
	margin-top: 18px;
	color: #9e9e9e;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*伙伴权益*/
.partner-quanyi{
	background-color:#270d37;
	margin-top: 30px;
	padding: 0 35px 55px 35px;
}
.partner-quanyi .title{
	color: #fff;
}
.partner-quanyi .title span:after{
	background-color: #fff;
}
.partner-quanyi li{
	float: left;
	width: 363px;
	height: 282px;
	background-color: #fff;
	border-bottom: solid 5px #2b92ee;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 35px 50px;
	text-align: center;
}
.partner-quanyi li:nth-of-type(3n){
	margin-right: 0px;
}
.partner-quanyi li p{
	color: #9e9e9e;
	line-height: 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.partner-quanyi li .icon{
	margin-bottom:20px;
}
.partner-quanyi li .icon img{
	width: 50px;
}
.partner-quanyi li h2{
	width: 214px;
	margin: auto;
	padding: 20px 0;
	border-top: solid 1px #d0d0ce;
}
.partner-quanyi li h2:hover{
	cursor: pointer;
	color: #0a93dc;
}
/*优秀战略合作伙伴*/
.partner-huoban li{
	float: left;
	width: 292px;
	height:220px;
	padding: 45px 30px;
	margin-right: 10px;
	border: solid 1px #f2f2f6;
	text-align: center;
}
.partner-huoban li:nth-of-type(4n){
	margin-right: 0;
}
.partner-huoban li .name{
	margin-top: 20px;
	font-size: 18px;
}
.partner-huoban li p{
	color: #9e9e9e;
	margin-top:8px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*联系我们*/
.contact .title{
	text-align: center;
	font-size: 35px;
	font-weight:bold;
	color: #212b4f;
}
.contact .sm{
	text-align: center;
	color: #a8abb4;
	font-size: 16px;
	margin-top: 20px;
}
.contact ul{
	margin-top: 90px;
	display: flex;
}
.contact ul li{
	float: left;
	width: 310px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact ul li.jianjie{
	position: relative;
	width: 580px;
	padding: 0 45px;
	font-size: 16px;
	color: #212b4f;
	line-height: 30px;
}
.contact ul li.jianjie:after{
	content: '';
	position: absolute;
	height: 130px;
	width: 1px;
	top: 50%;
	margin-top: -65px;
	left: 0;
	background-color: #dadbe1;
}
.contact ul li.jianjie:before{
	content: '';
	position: absolute;
	height: 130px;
	width: 1px;
	top: 50%;
	margin-top: -65px;
	right: 0;
	background-color: #dadbe1;
}
.contact ul .logo img{
	width: 250px;
}
.contact ul li .ewm{
	width: 135px;
	height: 135px;
	margin: auto;
}
.contact ul li .ewm img{
	width: 100%;
	height: 100%;
}
.contact ul li .btn{
	margin-top: 30px;
}
.contact ul li .btn .public-btn{
	width: 170px;
}
/*课程介绍*/
.kecheng-out{
	margin-top: -230px;
	position: relative;
}
.kc-detail{
	float: left;
	width: 905px;
	margin-right: 20px;
}
/*资讯详情*/
.information-detail .kc-title{
	font-size: 24px;
	font-weight: bold;
	color: #212b4f;
	text-align: center;
	margin-top: 40px;
}
.information-detail .info{
	color: #a5a7b1;
	margin-bottom: 40px;
	text-align: center;
	margin-top: 20px;
}

.information-detail .information{
	float: left;
	width: 905px;
	margin-right: 20px;
}
.information-detail .inner{
	background-color: #fff;
	padding: 50px 35px;
}
.information-detail .tuijian .xgtj{
	color: #212b4f;
	font-size: 18px;
	margin: 40px 0;
}
.information-detail .tuijian li{
	color: #0a93dc;
	padding-bottom: 10px;
}
.information-detail .tuijian li:hover{
	cursor: pointer;
	color: #212b4f;
}

/*报名*/
.enroll-kc{
	background-color: #fff;
	padding: 25px;
	margin-bottom: 20px;
}
.enroll-kc .pic{
	float: left;
	width: 210px;
	height: 150px;
	overflow: hidden;
	margin-right: 30px;
}
.enroll-kc .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.enroll-kc .text{
	padding: 10px 0 10px 240px;
    font-size: 16px;
    color: #212b4f;
    line-height: 30px;
}
.enroll-kc .text .title{
	font-size: 24px;
    color: #212b4f;
    margin-bottom:20px;
}

.enroll-form{
	float: left;
	width: 905px;
	margin-right: 20px;
	background-color: #fff;
	padding: 0 40px 70px 40px;
	
}
.enroll-form .title-b{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	color: #212b4f;
	padding: 30px 0;
}
.enroll-form .title-b:after{
	content: '';
	position: absolute;
	width: 4px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	left: -12px;
	background-color: #212b4f;
}
.enroll-form .biaodan{
	padding-bottom: 35px;
	border-bottom:solid 1px #f1f2f5;
}
.enroll-form .biaodan li{
	margin-bottom: 10px;
}
.enroll-form li .lf{
	float: left;
	width: 90px;
	line-height: 40px;
}
.enroll-form li .lf span{
	color: #fc4242;
	font-size: 16px;
	margin-left:5px;
	position: relative;
    top: 4px;
}
.enroll-form li .inpt{
	float: left;
}
.enroll-form li .inpt input{
	width: 460px;
	height: 40px;
	border: solid 1px #dcdcdc;
	padding: 0 15px;
}
.enroll-form .sx{
	float: left;
	line-height: 40px;
	margin-right: 40px;
}

.enroll-form .sx label{
	cursor: pointer;
}
.enroll-form .sx input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width:10px;
    height: 10px;
    margin-right:6px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    padding: 3px;
}
.enroll-form .sx input[type="radio"]:checked + label::before {
	background-color: #01cd78;
    background-clip: content-box;
    padding:3px;
}
.enroll-form .sx input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.enroll-form .kecheng .enroll-kc{
	padding: 0;
	padding-bottom: 35px;
	border-bottom:solid 1px #f1f2f5;
	margin-bottom: 0;
}
.enroll-form .kecheng .pic{
	float: left;
	width: 160px;
	height: 120px;
	overflow: hidden;
	margin-right: 30px;
}
.enroll-form .kecheng .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.enroll-form .kecheng .text{
	padding:0 0 0 180px;
    color: #212b4f;
    line-height: 25px;
}
.enroll-form .kecheng .text .title{
	font-size: 18px;
	font-weight: bold;
    color: #212b4f;
    margin-bottom:10px;
}
.enroll-form .kecheng .text .money{
	color: #ff2746;
	margin-top: 10px;
}
.enroll-form .kecheng .text .money span{
	font-size: 22px;
}
.enroll-form .zhifu{
	padding-bottom: 35px;
	height: 80px;
	border-bottom:solid 1px #f1f2f5;
}
.enroll-form .zhifu .sx input[type="radio"] + label::before{
	position: relative;
    top: -12px;
}
.enroll-form .zhifu .sx input[type="radio"]:checked + label::before{
	position: relative;
    top: -12px;
}
.enroll-form .qr-btn{
	margin-top: 60px;
}
.enroll-form .qr-btn .btn{
	width: 150px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background-color: #ff2746;
	margin: auto;
	font-size: 20px;
	cursor: pointer;
}
