﻿@charset "utf-8";
/* CSS Document */

/*课程*/
.cd1{
    position: relative;
    width: 100%;
    z-index: 80;
}
.couSub{
    z-index: 9999;
    position: absolute;
    top: -40px;
    width: 100%;
}
.subCnt{
    width: 70%;
    margin: 0 auto;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 5px rgba(130, 130, 130, 0.4);
    -moz-box-shadow: 0px 3px 5px rgba(130, 130, 130, 0.4);
    box-shadow: 0px 3px 5px rgba(130, 130, 130, 0.4);
}
.couSub li{
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transform: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-bottom: 2px solid #c7c7c7;
}
.couSub li:hover{
    background: #bf0000;
}
.couSub li:hover a .sub_ct h3,.couSub li:hover a .sub_ct p{
    color: #fff;
}
.couSub li:hover a .sub_ct{
    border-right: none;
}

.couSub li a{
    display: block;
    padding: 5% 0;
}

.couSub li a .sub_ct{
    border-right: solid 1px #CCCCCC;
    text-align: center;
}
.couSub li a .sub_ct h3{
    padding-top: 5px;
    color: #444;
    font-size: 16px;
}
.couSub li a .sub_ct p{
    padding-top: 1%;
    color: #B9B9B9;
}

.couSub li:last-child .sub_ct{
    border-right: none;
}

/*子菜单*/
.subList{
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    padding: 25px 0;
    display: none;
    z-index: 999;
    width: 100%;
    box-shadow: 5px 0 10px rgba(0,0,0,.15);
}
.subLeft{
    float: left;
}

.subMid{
    float: left;
    text-align: left;
}
.subCon{
    margin-top: 20px;
    padding: 20px 40px 0 40px;
    border-right: solid 1px #B3B3B3;
    height: 180px;
}
.subMid h2{
    font-size: 24px;
    line-height: 30px;
}
.subMid p{
    padding-top: 15px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.subRight{
    float: left;
    padding-top: 15px;
}
.subRight .r_cn{
    padding-left: 50px;
}
.subRight .r_cn p{
    width: 50%;
    float: left;
    line-height: 2.2rem;
}
.subRight .r_cn p a{
    font-size: 14px;
    color: #aaa;
    display: inline;
}
.subRight .r_cn p > a:hover{   
    color: #333;
    padding-bottom: 3px;
    border-bottom: solid 2px #B3B3B3;
}



/*介绍*/
.ar_info{
    width: 100%;
    background: #F2F2F2;
    padding-bottom: 3%;
    overflow: hidden;
}

.info_cnd{
    padding-top: 5%;
}
.info_cnd .left{
    float: left;
}
.info_cnd .mid_f{
    border-right: solid 1px #ccc;
    
}
.info_cnd .mid_f img{
    width: 90%;
}
.info_cnd .right{
    float: left;
    padding-top: 23px;
    
}

.info_cnd .right .rt_con{
    padding-left: 40px;
    padding-right: 30px;
}
.info_cnd .right h3{
    width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.info_cnd .right h3 a{
    font-size: 16px;   
}
.info_cnd .right .rt_con .defInfo{
    color: #808080;
    line-height: 1.5rem;
    text-indent: 2em;
    padding-top: 17px;
}
.info_cnd .right .rt_con .defInfo a{
    color: #bf0000;
}


/*标题*/
.tit_ar{
	width: 100%;
	overflow: hidden;
}
.tit_ar h2{
	float: left;
	font-size: 20px;
}
.tit_ar h2 span.tl:after{
	content:"/";
	color: #ccc;
	font-size: 24px;
	position: relative;
	top: 1px;
}
.tit_ar h2 span.td{
	font-size: 14px;
	color: #ccc;
	position: relative;
	top: 3px;
}
.tl_line{
	border: solid 2px #C3231E; 
	width: 80px;
	margin-right: 15px;
	float: left;
	position: relative;
	top: 16px;
}

/*课程轮播图*/
.picScroll-left{ 
    width: 960px;
    margin: 30px auto 0;
    height: 240px;
    position:relative;  
}
.picScroll-left .next{   
    right: 0px;  
}
.picScroll-left .prev{
    left: -50px;
}
.picScroll-left .lr_btn{
    position: absolute;
    top: 40%;
    margin-top: -25px;
    line-height: 50px;   
    text-align: center;
}

.picScroll-left .dir_btn{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 9;
    cursor: pointer;
}
.tempWrap{
    margin: 0 auto;
}
.picScroll-left .bd{ 
    position: absolute;
}
.picScroll-left .bd ul{
    overflow: hidden; 
    zoom: 1;
}
.picScroll-left .bd ul li{
    float:left; 
    width: 25%;
    text-align: center;
}

.picScroll-left .bd ul li img{
	/*border: solid 2px #fff;*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transform: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/*.picScroll-left .bd ul li img:hover{
    border: solid 2px #bf0000;
}
*/

/*栏目*/
.de_tm{
	margin: 0 auto;
    overflow: hidden;
}
.tabbtn{
	width: 100%;
	margin: 0 auto;
    text-align: center;
}
.tabbtn li{
	display: inline-block;
}
.tabbtn li a{
	font-size: 20px;
	color: #B3B3B3;
	padding:0 15px;
}
.tabbtn li.current a {
    color: #bf0000;
}
.tabcon{
	width: 100%;
	margin: 10px 0 0 -20px;
	float: left;
}
.tabcon .sublist li{
   margin-bottom: 20px;
}
.tabcon .sublist li .inner_ar{
    margin-left: 30px;
    position: relative;
}
.wp_more{
	width: 100%;
	clear: both;
    padding: 1% 0;
    overflow: hidden;
}
.wp_more a{
	float: right;
	margin: 10px 40px 0 0;
	color: #B3B3B3;
    font-size: 14px;
    text-align: right;
}
.wp_more a:hover{
    color: #bf0000;
}
.nor_bg{
    background: #C3231E;
}
.nor_st{
   /*overflow: hidden;*/
}

.nor_st a{
    display: block;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
    top: 10px;
    margin-right: -10px;
}
.nor_st a img{
    width: 100%;
    height: 100%;
}
.shade_el {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.nor_st .pic_tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

.nor_st .pic_tit .top_t{
    font-size: 14px;
    padding: 12px 0 0 15px;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nor_st .pic_tit .btm_t{
    font-size: 12px;
    color: #CCCCCC;
    padding: 4px 0 0 15px;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.nor_st a img{
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transform: all 0.8s ease-in-out;
    -o-transform: all 0.8s ease-in-out;
    min-width:280px;
    min-height: 210px;
}

.nor_st a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.play_btn{
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -35px;
    width: 70px;
    height: 70px;
    background: url(../images/play.png) no-repeat;
}


/*视频展示*/
.short_video {
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}
.short_video > img{
    min-height: 150px;
}
.video_in{
    width: 1200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
}
.video_txt{
    padding-top: 80px;
}
.video_txt h3{
    font-size: 46px;
}
.video_txt p{
    font-size: 22px;
    padding-top: 15px;
}
.video_txt .vd_play {
    display: inline-block;
    margin: 37px auto 0;
}
#p_video video, #p_video embed {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.pop_window .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 66;
    cursor: pointer;
    font-size: 72px;
    color: #DADADA;
}

/*视频窗口*/
.pop_window {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.pop_n{
    display: none;
}
.video_inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
}
/*视频窗口end*/



/*学员风采*/
.stu_ca{
	width: 90%;
	margin: 30px auto 0;
}

.stu_ca a{
    display: block;
    overflow: hidden;
    position: relative;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.stu_ca a:hover{
    bottom: 8px;
    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.4);  
}
.stu_ca .st_p{
    float: left;
}
.stu_ca .st_p img{
    width: 100%;
}
.stu_ca .stu_info{
    position:relative;
}
.stu_ca .stu_info img{
    width: 100%;
}
.stu_info .def_t{
    position: absolute;
    left: 0;
    top: 0;   
    padding: 15% 12%;
    color: #CCCCCC;
}
.stu_info .def_t .top_tit h3{
    font-size: 30px;
    width: 60%;
    padding-bottom: 5px;
    color: #fff;
    font-weight: normal;
    border-bottom: solid 1px #B3B3B3; 
}
.stu_info .def_t .top_tit p{
    font-size: 22px;
    padding-top: 3px;
    letter-spacing: 2px;
}
.stu_info .def_t .sta{
    font-size: 16px;
    padding-top: 10px;
}
.stu_info .def_t .sta p{
    padding-top: 5px;
}


/*活动*/
.act_ar{
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
    padding: 30px 0;
	background-image: url(../images/act_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.act_hd{
    width: 70%;
	margin: 0 auto;
}

.act_hd li{
	margin: 9px 0;
	text-align: center;
}

.actCon{
    margin: 0 8px;
    -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
}
.act_hd li img{
	width: 100%;
}
.shade_f{
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none\9;
}
.act_hd li a{
    overflow: hidden;
    display: block;
    position: relative;
}
.act_hd li .hide_ys {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transform: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.act_hd li a:hover .hide_ys .shade_f{
    display: block\9;
}
.act_hd li a:hover .hide_ys {
    opacity: 1;
    filter: alpha(opacity=100);
}

.btm_arc{
    background: #fff;
    width: 100%;
}
.btm_arc .btm_t, .btm_arc .btm_m{
    text-align: center;
    width: 90%;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 5%;
    font-size: 14px;
}
.btm_arc .btm_m{
    padding-bottom: 5%;
}

/*兼容性调整*/
@media screen and (max-width:1399px){

    .video_txt{
        padding-top: 80px;
    }
    .video_txt h3{
        font-size: 36px;
    }
}
@media screen and (max-width:1199px){
    .stu_info .def_t {
	padding:10% 10%;
    }
    .stu_info .def_t .sta {
        font-size: 14px;
        padding-top: 10px;
    }
    .stu_info .def_t .top_tit h3 {
	font-size:24px;
    }

    .video_txt{
        padding-top: 50px;
    }
    .video_txt h3{
        font-size: 32px;
    }
    .tabcon .sublist li .inner_ar {
        margin: 3% 5% ;
    }
}

@media screen and (max-width:1024px){
    .stu_info .def_t {
	padding:7% 7%;
    }
    .stu_info .def_t .sta {
        font-size: 14px;
        padding-top: 10px;
    }
    .stu_info .def_t .top_tit h3 {
	font-size:22px;
    }
}
@media screen and (max-width:960px){
    .stu_info .def_t {
	padding:10% 10%;
    }
    .stu_info .def_t .sta {
        font-size: 12px;
        padding-top: 10px;
    }
    .stu_info .def_t .top_tit h3 {
	font-size:18px;
    }

    .couSub{
        position: relative;
        top: 0;
        width: 100%;
        background: #F2F2F2;
    }
    .couSub li {
        border-bottom: none;
    }
    .couSub li a .sub_ct {
        border-right: none;
    }
    .subList {
        display: none;
    }


    .info_cnd .mid_f {
        border-right: none;
    }
    .info_cnd .mid_f img {
        width: 100%;
    }
    .info_cnd{
        padding-top: 40px;
    }
    .couSub li:hover .subList{
        display: none!important;
    }
    .couSub li a .sub_ct h3 {
        font-size: 14px;
    }
    .wp_con {
        padding-top: 30px;
    }

    .tabbtn li a {
        font-size: 18px;
        padding: 0 10px;
    }
    .wp_more a{
        margin: 0;
    }
    #banner .slick-dots {
        bottom: 10px;
    }
    .subCnt{
        width: 100%;
    }

    .video_txt{
        padding-top: 40px;
    }
    .video_txt h3{
        font-size: 22px;
    }
    .video_txt p {
        font-size: 18px;
        padding-top: 15px;
    }
    .video_txt .vd_play {
        width: 80%;
        margin: 25px auto 0;
    }
    .nor_st a img {
        min-height: 20%;
        min-width: 70%;
    }

}
@media screen and (max-width:767px){
    .stu_info .def_t {
	padding:6% 7%;
    }
    .stu_info .def_t .sta {
        font-size: 12px;
        padding-top: 0px;
    }
    .stu_info .def_t .top_tit h3 {
	font-size:16px;
    }

    .tabcon {
        width: 100%;
        margin: 10px auto 0;
        float: left;
    }
    .tabcon .sublist li .inner_ar {
        margin: 0 10px;
    }
    .tabbtn li a {
        font-size: 16px;
        padding: 0 10px;
    }

    .info_cnd .right h3 a{
        font-size: 14px;   
    }
    #banner .slick-dots {
        bottom: 5px;
    }
    .subCnt{
        width: 100%;
    }
    .btm_arc .btm_t, .btm_arc .btm_m{
        font-size: 12px;
    }

    .nor_bg {
         background: none; 
    }
    .nor_st a {
        margin-left: 0px;
        margin-right: 0;
    }
    .tabcon {
        width: 90%;
        float: none;
    }

    .video_txt {
        padding-top: 15px;
    }
    .video_txt h3{
        font-size: 18px;
    }
    .video_txt p {
        font-size: 16px;
        padding-top: 10px;
    }
    .video_txt .vd_play{
        width: 4%;
        margin: 15px auto 0;
    }
}

@media screen and (max-width:479px){
    .stu_info .def_t {
	padding:8% 8%;
    }
    .stu_info .def_t .sta {
        font-size: 12px;
        padding-top: 10px;
    }
    .stu_info .def_t .top_tit h3 {
	font-size:16px;
    }

    .wp_more a{
        margin: 0;
        font-size: 12px;
    }
    #banner .slick-dots li button {
        width: 6px;
        height: 6px;
    }
    #banner .slick-dots li {
        margin: 0 3px 0 3px;
    }

    .btm_arc .btm_t, .btm_arc .btm_m{
        font-size: 12px;
    }

    .foot {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .footer .ft_1 .left p {
        font-size: 12px;
    }

    .pop_window .close {
        font-size: 58px;
    }

    .video_txt {
        padding-top: 20px;
    }
    .video_txt h3{
        font-size: 14px;
    }
    .video_txt p {
        font-size: 12px;
        padding-top: 5px;
    }
    .video_txt .vd_play{
        width: 3%;
        margin: 10px auto 0;
    }

}
@media screen and (max-width:420px){
    .stu_info .def_t {
	padding:5% 5%;
    }
    .stu_info .def_t .sta {
        font-size: 12px;
        padding-top: 0px;
    }
    .stu_info .def_t .top_tit h3 {
	font-size:14px;
    }
}

