/*banner*/

.index-banner {
    min-height: 179px;
}


/*页面导航*/

.index-daohang {
    font-size: 12px;
    color: #555;
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

@media screen and (min-width: 400px) {
    .index-daohang {
        font-size: 13px;
    }
}

@media screen and (min-width: 500px) {
    .index-daohang {
        font-size: 14px;
    }
}

.index-daohang a {
    float: left;
    padding: 10px 0;
    display: block;
    width: 20%;
}

.index-daohang a i {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/mobile/icon_index_daohang.png) no-repeat 0 0;
    background-size: 100px 20px;
}

.index-daohang a i.index-daohang-fuwu {
    background-position: -20px 0;
}

.index-daohang a i.index-daohang-paiqi {
    background-position: -60px 0;
}

.index-daohang a i.index-daohang-anli {
    background-position: -40px 0;
}

.index-daohang a i.index-daohang-jieshao {
    background-position: -80px 0;
}


/*热门课程*/

.index-hotclass .owl {
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.index-hotclass .item {}

.index-hotclass .item .cover {}

.index-hotclass .item .content {
    padding: 20px 10px;
}

.index-hotclass .item .content span {
    display: block;
    color: #333;
}

.index-hotclass .item .content p {
    font-size: 12px;
    color: #666;
}

.index-hotclass .owl-pagination {
    text-align: center !important;
    bottom: -30px !important;
    opacity: .8 !important;
}

.index-hotclass .owl-buttons {
    position: absolute;
    left: 0;
    bottom: 83px;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.index-hotclass .owl-buttons> div {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.index-hotclass .owl-buttons> div:first-child {
    left: -20px;
}

.index-hotclass .owl-buttons> div:last-child {
    right: -20px;
}

.index-hotclass .owl-buttons> div:before {
    content: "";
    position: absolute;
    top: 14px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.index-hotclass .owl-buttons> div:first-child:before {
    right: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index-hotclass .owl-buttons> div:last-child:before {
    left: 3px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}


/*我们的客户*/
.index-data-kehu {
    padding: 40px 10px;
    color: #fff;
    background: url(../../images/mobile/index_kehu_bg.jpg) no-repeat center top;
    background-size: 100% auto;
}

.index-data-kehu .wrap-title {
    color: #333;
}

.index-data-kehu .kehu .item {
    margin-top: -1px;
    margin-right: -1px;
    padding: 0;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
}

.index-data-kehu .data {
    padding: 30px 0;
    color: #666;
}

.index-data-kehu .data span {
    display: block;
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
    color: #f44;
}

.index-data-kehu .data> div span:after {
    display: inline-block;
    content: "+";
    font-size: 24px;
    line-height: 24px;
    vertical-align: super;
}

.index-data-kehu .data span i {
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    vertical-align: baseline
}

.index-data-kehu .data p {
    font-size: 10px;
    line-height: 14px;
    opacity: .9
}


/*课程现场*/
.index-xianchang {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

.index-xianchang .owl-pagination {
    bottom: 50px !important;
}

.index-xianchang .owl-buttons {
    margin-top: 10px;
    text-align: center;
}

.index-xianchang .owl-buttons> div {
    margin: 0 5px;
    padding: 0 20px;
    display: inline-block;
    font-size: 12px;
    line-height: 32px;
    border-radius: 16px;
    color: #666;
    background-color: #eee;
}


/*行业案例*/

.global-anli-list {}


/*荣誉奖章*/

.index-rongyu {
    background-color: #eee;
    padding: 50px 10px 50px;
}

.index-rongyu .owl .item {
    padding: 5px;
}

.index-rongyu .owl .item img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.index-rongyu .owl .item p {
    font-size: 12px;
    line-height: 20px;
}

.index-rongyu .owl-pagination {
    text-align: center !important;
    bottom: -20px !important;
    opacity: .6 !important;
}


/*报名课程*/

.index-baoming {
    padding: 30px 0;
    color: #fff;
    background-color: #428bca;
}

.index-baoming h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

.index-baoming p {
    margin-bottom: 5px;
}

.index-baoming a {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    background-color: #f44;
}


/*最新动态*/

.index-dongtai {}

.index-dongtai .item {
    display: block;
    height: 89px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.index-dongtai .item .cover {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 68px;
}

.index-dongtai .item .cover img {
    width: 100%;
    height: auto;
}

.index-dongtai .item .cover time {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 0 4px 6px;
    display: block;
    width: 100%;
	text-align: center;
    font-size: 10px;
    line-height: 12px;
    color: #eee;
    background-color: rgba(0, 0, 0, .8);
}

.index-dongtai .item .content {
    padding-left: 110px;
}

.index-dongtai .item .content h5 {
    font-size: 16px;
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-dongtai .item .content p {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    max-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 768px) {}


/*适合人群*/

.index-shihe {}

.index-shihe .item {
    margin-bottom: 10px;
    padding: 40px 10px;
    background-color: #eee;
    color: #333;
}

.index-shihe .item .cover {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
}

.index-shihe .item .content {
    padding-left: 110px;
}

.index-shihe .item .content span {
    margin-bottom: 5px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.index-shihe .item .content span b {
    color: #f44;
}

.index-shihe .item .content p {
    margin-bottom: 10px;
}

.index-shihe .item .content a {
    background-color: #f44;
    color: #fff;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.banner-box {
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
	padding: 20px;
	background: #e8940d;
	margin-bottom: 10px;
}
.banner-box:after {
	content: '';
	position: absolute;
	width: 171px;
	height: 180px;
	top: 0;
	right: 0;
	background: url(../../images/mobile/banner_bg_top_right.png) no-repeat top right;
	background-size: 70%;
}
.banner-box .title {
	font-size: 22px;
	font-weight: bold;
}
.banner-box .info {
	margin: 20px 0;
}
.banner-box .info p {
	font-size: 21px;
	line-height: 25px;
}
.banner-box .info p span {
	font-size: 22px;
	font-weight: bold;
}
.banner-box ul.introduce {
	padding: 0 10px;
}
.banner-box ul.introduce  li{
	color: #fff;
	list-style: disc;
	line-height: 18px;
}
.section-software {
	color: #fff;
	padding: 30px 20px;
	text-align: center;
	background: #5dd7c2;
	display: block;
}
.section-software h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	text-shadow: 1px 1px 5px #333;
}
.section-software span {
	display: block;
	margin: 30px auto 0;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 30px;
	border: 1px solid #fff;
}
.panter img {
	width: 100%;
	margin: 0 auto;
}
.panter p {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

