/*sample css*/
body{margin: 0;padding: 0; font: 14px "microsoft yahei",Arial,Helvetica,sans-serif; color: #333333;}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{margin: 0;padding: 0;}
.lf{float: left;}
.rt{float: right;}
.clear{clear: both;}
a{text-decoration: none;color: #333; font-size: 14px;}
a:hover{color:#f94022;}
li{list-style: none;}
img{ border: 0; vertical-align:middle; }
table{ border-collapse:collapse; }
table tr th,table tr td{ padding: 7px; }

.header,.top,.logo_nav,.header_banner,.mainBody,.footer{
    width: 100%;min-width: 1200px;
}

/*top*/
.top{
    height: 40px;background: #f9b522;
}
.topMessage{
    width: 1160px;padding:0 20px;height: 40px;line-height: 40px;
    margin: 0 auto;color: #fff;
}
.top form{
    display: inline-block;
    height: 40px;line-height: 40px;
    margin-right:10px;
}
.top form input[type='text']{
    width: 150px;height: 25px;padding-left: 10px;
    border: 0;  border-radius: 3px;
}
.top form input[type='submit']{
    width: 60px;height: 27px;text-align: center;
    border: 0;  border-radius: 3px;background: #77b4f5;
    color: #fff;margin-left:10px;
    cursor: pointer;
}
.top a{color: #fff;}
.top a:hover{color: #f94022;text-decoration: underline;}

/*logo*/
.logo_nav{
    height: 180px; background: #fdf7df;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
}
.logo_nav .logo_bar{
    width:1200px;height:180px;margin: 0 auto;
}
.logo_nav .logo_bar img{margin:30px 0 0 10px;}
.logo_nav .logo_bar .search{
    margin-right:20px;
    width: 290px;
}
.logo_nav .logo_bar .search>div{text-align: right;margin-top:15px;}
.logo_nav .logo_bar .search>div a{color:#7A7A7A; }
.logo_nav .logo_bar .search>div a:hover{color:#D0101B;}
.logo_nav .logo_bar .search .form{
    width: 290px;height: 40px;
    position: relative;
    margin-top:60px;
}
.logo_nav .logo_bar .search input[type='text']{
    width:280px;
    height:35px;
    line-height:35px;
    padding-left: 10px;
    border:1px solid #ddd;
    font-size: 14px;
}
.logo_nav .logo_bar .search input[type='image']{
    width:19px;height: 20px;
    position:absolute;
    right:8px;top:8px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #8E8E8E;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #8E8E8E;
}
input:-ms-input-placeholder{
    color: #8E8E8E;
}
input::-webkit-input-placeholder{
    color: #8E8E8E;
}


/*nav*/
.nav{
    width: 1200px;height:67px;line-height:67px;
    position: absolute;
    left: 0; right:0;bottom:-30px;margin: 0 auto;
    z-index: 99;
}
.nav>ul>li{
    float: left;
    display: block;
    width: 145px;
    height:67px;
    text-align: center;
    margin-right:5px;
}
.nav>ul>li>a{
    font-size: 16px;
    height: 67px;line-height: 67px;
    display:block;
}
.nav>ul>li:first-child{
    background: url("../images/cloud_1.png") no-repeat;
}
.nav>ul>li:nth-child(2){
    background: url("../images/cloud_2.png") no-repeat;
}
.nav>ul>li:nth-child(3){
    background: url("../images/cloud_3.png") no-repeat;
}
.nav>ul>li:nth-child(4){
    background: url("../images/cloud_4.png") no-repeat;
}
.nav>ul>li:nth-child(5){
    background: url("../images/cloud_5.png") no-repeat;
}
.nav>ul>li:nth-child(6){
    background: url("../images/cloud_6.png") no-repeat;
}
.nav>ul>li:nth-child(7){
    background: url("../images/cloud_7.png") no-repeat;
}
.nav>ul>li:nth-child(8){
    background: url("../images/cloud_8.png") no-repeat;
}

.nav>ul>li ul{
    display: none;
}
.nav>ul>li ul li{
    width: 145px;
    height: 67px;line-height: 67px;
    text-align: center;
}
.nav>ul>li ul li a{font-size: 16px;color: #000;}
.nav>ul>li:hover ul{ display: block;}
.nav>ul>li ul li:hover a{ color:#f94022;}
.nav>ul>li:first-child ul li{
    background: url("../images/cloud_1.png") no-repeat;
}
.nav>ul>li:nth-child(2) ul li{
    background: url("../images/cloud_2.png") no-repeat;
}
.nav>ul>li:nth-child(3) ul li{
    background: url("../images/cloud_3.png") no-repeat;
}
.nav>ul>li:nth-child(4) ul li{
    background: url("../images/cloud_4.png") no-repeat;
}
.nav>ul>li:nth-child(5) ul li{
    background: url("../images/cloud_5.png") no-repeat;
}
.nav>ul>li:nth-child(6) ul li{
    background: url("../images/cloud_6.png") no-repeat;
}
.nav>ul>li:nth-child(7) ul li{
    background: url("../images/cloud_7.png") no-repeat;
}
.nav>ul>li:nth-child(8) ul li{
    background: url("../images/cloud_8.png") no-repeat;
}

/*index_banner*/
.header_banner{ height: 430px;  position:relative;width: 100%;min-width:1200px;}
.main_visual{ height:430px; overflow:hidden; position:relative; z-index:0;}
.main_image{ width: 1920px; height:430px; position:absolute; left:50%; margin-left:-960px;  }
.main_image li img{width:100%;height:430px; min-width:1200px;}
/*.flicking_con{*/
    /*position: absolute;width: 85px;bottom:3%;left:48%;*/
    /*z-index:9;*/
/*}*/
/*.flicking_con a{*/
    /*display: inline-block;width: 15px;height: 15px;*/
    /*background: #646464;border-radius: 50%;*/
    /*margin-right:10px;*/
/*}*/
/*.flicking_con a.on{ background: #D0101B; }*/
#btn_prev,#btn_next{
    z-index:99;position:absolute;
    display:block;
    width:42px!important;height:85px!important;top:35%;
}
#btn_prev{
    background: url("../images/B_left.png") no-repeat left top;
    left:20%;
}
#btn_next{
    background: url("../images/B_right.png") no-repeat right top;
    right:20%;
}


/*mainBody*/
.mainBody>div{ width: 100%; position: relative;}
.mainBody>div>div{
    width: 1180px; padding: 0 10px;
    margin: 0 auto;
}
.mainBody .first_line{
    height: 490px;background: #fff;
}
.mainBody .second_line{
    height: 410px;background: #fdf7df;
}
.mainBody .third_line{
    height: 508px;background: url("../images/pics_bg.jpg") no-repeat center center;
}
.mainBody .fourth_line{
    height: 490px;background: #fff;
}
.mainBody .fifth_line{
    height: 480px;background: #48caca;
}
.mainBody .links{
    height: 120px;background: #fff;
}

/*first_line*/
.first_line>b{
    display: block;width: 100%;height: 20px;
    background: url("../images/cloud_up.png") no-repeat center center;
    position: absolute;bottom:0;left:0;
}
.first_line>div>i{
    display: block;width: 1144px;height: 80px;
    background: url("../images/cloud_w.png") no-repeat center center;
    position: absolute;top:-76px;left:50%;margin-left:-572px;
}
.first_line .first_content{
    width: 100%;height:375px;
    padding-top: 45px;
}
.first_content .notice_news{
    width: 585px;height: 375px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow:0 1px 2px 1px #969696;
    -moz-box-shadow:0 1px 2px 1px #969696;
    box-shadow:0 1px 2px 1px #969696;
}
.first_content .notice_news img{
    width: 585px;height: 190px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
/*tab*/
.first_content .tabChange{
    width: 95%;margin: 0 auto;
    position: relative;
    height:100px;
}
.tabtitle{
    width: 300px;height: 35px;
    position: absolute;
    top:-39px;left:5px;
}
.tabtitle li{
    float: left;display: block;
    width: 140px;height: 35px;line-height: 35px;
    text-align: center;margin-right:10px;
    background: rgba(255,255,255,.8);
}
.tabtitle li a{
    font-size: 18px;
    color: #f64a2d;
}
.tabtitle li.show{
    background: #f64a2d;
}
.tabtitle li.show a{
    color: #fff;
}
.tabcon ul{padding-top: 15px;}
.tabcon ul li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.tabcon ul li i{
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("../images/circle.png") no-repeat;
    left: 0;
    top: 11px;
}
.tabcon ul li a{
    display: block;
    width: 70%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 18px;
}
.tabcon ul li span{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.tabcon ul li:hover a{
    cursor: pointer;
    color: #f64a2d;
}
.tabcon ul li:hover span{
    cursor: pointer;
    color: #f64a2d;
}
.tabcon>div{display: none;height:150px;}
.tabcon .show{display: block;}

.intro{
    width: 550px;height: 375px;
}
.intro .intro_title{
    width: 100%;height: 80px;
    position: relative;
}
.intro .intro_title>img{
    display: block;width: 177px;height: 102px;
    position: absolute;top:-30px;right:5px;
}
.intro_name img{display: block;}
.intro_name a{
    display: block;
    font-size: 28px; color: #f64a2d;
    position: relative;padding-left: 40px;margin-top: 5px;
}
.intro_name a:hover{text-decoration: underline;}
.intro_name a:before{
    content: '';
    display: inline-block;width: 32px;height: 35px;
    background: url("../images/leafs.png") no-repeat;
    position: absolute;top:8px;left:0;
}
.intro p{
    height: 225px;line-height: 25px;overflow: hidden;
    font-size: 15px;
    text-align: justify;
    text-indent: 2em;
}
.more{
    display: block;  height: 42px;line-height: 42px;
    margin-top: 20px;
    font-size: 15px;  color: #f64a2d;
    padding-left: 55px;position: relative;
}
.more:hover{text-decoration: underline;}
.more:before{
    content: '';
    display: inline-block;width: 42px;height: 42px;
    background: url("../images/E.png") no-repeat;
    position: absolute;top:0;  left: 0;
}

/*second_line*/
.second_content{padding-top: 20px;}
.reply{
    width: 585px;height: 355px;
    position: relative;
}
.reply .register{
    width: 280px;height: 355px;
    background: url("../images/register.png") no-repeat;
    position: absolute;top:0;left:5px;
}
.reply .register a{
    position: absolute;top:70%;left:21%;
}
.reply .register a img{
    width: 157px;height: 43px;
    transition: transform 1s;
}
.reply .register a img:hover{
    transform: scale(1.1,1.1);
}
.reply .mailbox{
    width: 280px;height: 355px;
    background: url("../images/mailbox.png") no-repeat;
    position: absolute;top:-4px;right:5px;
}
.reply .mailbox a{
    position: absolute;top:71%;right:21%;
}
.reply .mailbox a img{
    width: 157px;height: 43px;
    transition: transform 1s;
}
.reply .mailbox a img:hover{
    transform: scale(1.1,1.1);
}
.video_show{width: 460px;height: 355px;}
.video_title{height: 90px;line-height: 90px;position: relative}
.video_title img{
    width: 225px;height: 137px;
    position: absolute;top:-20px;right:-30px;
}
.columnName{font-size: 28px;}
.video_show .columnName{
    color: #f64a2d;padding-left: 35px;
    position: relative;
}
.video_show .columnName:hover{text-decoration: underline;}
.video_show .columnName:before{
    content: '';
    display: inline-block;width: 25px;height: 30px;
    background: url("../images/grade.png") no-repeat;
    position: absolute;top:3px;left:0;
}
.video_play{
    width: 460px;height: 260px;
    border: 2px solid #ddd;
}

/*third_line*/
.third_line>b{
    display: block;width: 100%;height: 20px;
    background: url("../images/cloud_down.png") no-repeat center center;
    position: absolute;top:0;left:0;
}
.third_line>div>a{
    display: block;
    height: 135px;  line-height: 135px;
    color: #fff;padding-left: 50px;
    position: relative;
}
.third_line>div>a:hover{text-decoration: underline;}
.third_line>div>a:before{
    content: '';
    display: inline-block;width: 38px;height: 38px;
    background: url("../images/smile.png") no-repeat;
    position: absolute;top:50px;left:0;
}

.third_content{
    width: 100%;height:285px;
}
.third_content ul li{
    float: left;display: block;
    width: 255px;height: 285px;
    margin-right:53px;
}
/*.third_content ul li:last-child{*/
    /*margin-right: 0;*/
/*}*/
.third_content ul li img{
    width: 255px;height: 285px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/*fourth_line*/
.fourth_line>div>a{
    display: block;
    height: 135px;  line-height: 135px;
    color: #f64a2d;padding-left: 42px;
    position: relative;
}
.fourth_line>div>a:hover{text-decoration: underline;}
.fourth_line>div>a:before{
    content: '';
    display: inline-block;width: 29px;height: 36px;
    background: url("../images/tree.png") no-repeat;
    position: absolute;top:47px;left:0;
}
.fourth_content .columnList{
    width:595px;height: 300px;
}
.columnList ul{
    padding-top: 8px;
    width: 98%;margin:0 auto;
}
.columnList ul li{
    height: 32px;
    line-height: 32px;
    position: relative;
}
.columnList ul li i{
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("../images/circle.png") no-repeat;
    left: 0;
    top: 12px;
}
.columnList ul li a{
    display: block;
    width: 70%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding-left: 18px;
}
.columnList ul li span{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.columnList ul li:hover a{
    cursor: pointer;
    color: #f64a2d;
}
.columnList ul li:hover span{
    cursor: pointer;
    color: #f64a2d;
}

/*slider*/
.slider{
    width: 520px;
    height: 300px;
    position: relative;
}
.slider .fcon img{
    width: 520px;height: 300px;
}
.slider p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(72,202,202,.8);
}
.slider p a{
    display: block;
    width: 70%;
    height: 40px;line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}
.slider p:hover a{ text-decoration: underline; }
.slider .fcon{display: none;}
.slide_circle{
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    width:90px;
    height: 40px;
    line-height: 40px;
}
.slide_circle li{
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    margin: 13px 5px 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slide_circle li.current{
    background: #f64a2d;
}


/*fifth_line*/
.fifth_line>div>a{
    display: block;
    height: 135px;  line-height: 135px;
    color: #fff;padding-left: 48px;
    position: relative;
}
.fifth_line>div>a:hover{text-decoration: underline;}
.fifth_line>div>a:before{
    content: '';
    display: inline-block;width: 35px;height: 35px;
    background: url("../images/male.png") no-repeat;
    position: absolute;top:52px;left:0;
}


.clearfix:after {content: ".";display: block;visibility: hidden;clear: both;height: 0;font-size: 0;}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
.tab {
    position: relative;
    width: 1180px;
}
.mt15 { margin-top: 8px;} .main {float: left;}
.slide {
    width: 1180px;
    height: 215px;
    overflow: hidden;
    position: relative;
}
.slide-ul {
    position: relative;
    width: 8640px;
    margin-left: -30px;
}
.slide-ul li {
    display: inline;
    float: left;
    width: 560px;
    height: 215px;
    padding: 0 30px;
    overflow: hidden;
}
.slide-ul li>div{width: 290px;}
.slide-ul li>div>a:first-child{
    display: block;
    color: #fff;font-size: 18px;
    width:290px;height:50px;line-height: 25px;
    overflow: hidden;text-align: justify;
}
.slide-ul li>div>a:first-child:hover{
    color: #f64a2d;
}
.slide-ul li>div>p{
    color: #fff;  height:90px;line-height: 22px;
    margin:20px 0;
    overflow: hidden;
    text-align: justify;
}
.slide-ul li>div>a.more_4{
    display: block;
    font-size: 16px;width: 85px;padding-left: 10px;
    height:35px;line-height: 35px;
    text-align: center;
    background: url("../images/more_w.png") no-repeat;
}
.tab ul li>a{
    display: block;width: 250px;height: 215px;
    overflow: hidden;
}
.tab ul img {
    vertical-align: middle;width:250px;
    transition: transform 1s;
}
.tab ul img:hover{
    transform: scale(1.2,1.2);
}
.info-btn {
    position: absolute;
    bottom: -60px;left:45%;
    width: 100px;
    height: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.info-btn li {
    float: left;
    padding: 0 9px;
}
.info-btn li span {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius:50%;
    text-indent: -9999em;
    overflow: hidden;
    cursor: pointer;
}
.info-btn li.info-cur span {
    background: #f64a2d;
}


/*links*/
.links>div>div{
    width: 96%;height:20px;line-height: 20px;
    margin: 0 auto;padding-top:50px;font-size: 16px;
}
.links div a{
    padding: 0 20px;
    border-left:1px solid #333;
}
.links div a:first-child{border-left:0; }




/*column*/
/*column_banner*/
.column_banner{ height: 285px;  position:relative;width: 100%;min-width:1200px;}
.main_visual_1{ height:285px; overflow:hidden; position:relative; z-index:0;}
.main_image_1{ width: 1920px; height:285px; position:absolute; left:50%; margin-left:-960px;  }
.main_image_1 li img{width:100%;height:285px; min-width:1200px;}
.flicking_con_1{
    position: absolute;width: 85px;bottom:3%;left:48%;
    z-index:9;
}
.flicking_con_1 a{
    display: inline-block;width: 15px;height: 15px;
    background: #fff;border-radius: 50%;
    margin-right:10px;
}
.flicking_con_1 a.on{ background: #f64a2d; }
#btn_prev_1,#btn_next_1{
    z-index:99;position:absolute;
    display:block;
    width:42px!important;height:85px!important;top:35%;
}
#btn_prev_1{
    background: url("../images/B_left.png") no-repeat left top;
    left:20%;
}
#btn_next_1{
    background: url("../images/B_right.png") no-repeat right top;
    right:20%;
}


/*column_mainBody*/
.column_mainContent{
    width: 1180px;padding: 0 10px;
    margin: 75px auto;
    background: #fff;
}
.column_mainContent:after{
    content: '';
    display: table;
    clear: both;
}
.column_content .right_content{
    width:900px;position: relative;
    /*padding-top: -20px;*/
}
.right_content .column_name{
    width: 92%;  position: absolute;
    top:-20px;left:4%;
    height: 60px;line-height: 60px;
}
.right_content .column_name h3{
    width: 120px;
    font-size: 20px;font-weight: normal;
    position: relative;
    padding-left: 40px;
}
.right_content .column_name h3:before{
    content: '';display: inline-block;
    width: 32px;height: 43px;
    background: url("../images/balloon_s.png") no-repeat;
    position: absolute;top:0;  left: 0;
}
.position p{
    display: inline-block;
}
.right_content>b{
    display: block;width: 850px;height: 18px;margin: 40px auto 0;
    background: url("../images/pencil.png") no-repeat;
}
.right_content .column_list{
    width: 96%;margin:20px auto 0;
}
.right_content .column_list ul.list_info li{
    height: 40px;line-height: 40px;
    border-bottom: 1px dotted #ddd;
    position: relative;
}
.right_content .column_list ul.list_info li i{
    width: 8px;height: 8px;
    position: absolute;border-radius: 50%;
    background: #77b4f6;
    top:17px;left:10px;
}
.right_content .column_list ul.list_info li a{
    display: block;width: 700px;
    height: 40px;line-height: 40px;
    overflow: hidden;padding-left:30px;
    font-size: 16px;
}
.right_content .column_list ul.list_info li span{
    position: absolute;font-size: 16px;
    height: 45px;line-height: 45px;
    right:3px;top:0;
}
.right_content .column_list ul.list_info li:hover a{color: #f64a2d;}
.right_content .column_list ul.list_info li:hover span{color: #f64a2d;}
.right_content .column_list ul.list_info li:hover i{background: #f64a2d;}

.column_content .left_nav{
    width:260px;
    background: #f9b522;
    -webkit-border-radius: 15%;
    -moz-border-radius: 15%;
    border-radius: 15%;
    position:relative;
}
.column_content .left_nav img{
    width: 233px;height: 148px;
    position: absolute;top:-58px;left:30px;
}
.column_content .left_nav>div{
    position: absolute;top:25px;left:50%;margin-left: -111.5px;
    width: 223px;height: 35px;
}
.column_content .left_nav>div h3{
    width: 223px;height: 35px;  line-height: 35px;
    text-align: center;
    background: url("../images/nav_left_name.png") no-repeat;
    font-size: 18px;font-weight: normal;
}
.column_content .left_nav ul{
    padding: 60px 0 50px;
}
.column_content .left_nav li{
    width: 223px;text-align: center;
    height: 35px;margin:15px auto 0;
}
.column_content .left_nav li a{
    height: 35px;line-height: 35px;
    font-size: 16px;
    display: block;
}
.column_content .left_nav li:hover{
    background: url("../images/nav_left_hover.png") no-repeat;
}
.column_content .left_nav li.active{
    background: url("../images/nav_left_hover.png") no-repeat;
}
.column_content .left_nav li:hover a{color: #333;}



/*column_active*/
.active_list:after{
    content: '';
    display: table;
    clear: both;
}
.active_list li{
    float: left;display: block;
    width: 235px;height: 320px;
    margin: 30px 26px 0;
}
.active_list li a:first-child{
    display: block;
    width: 235px;height: 260px;
    overflow: hidden;
}
.active_list li img{
    width: 235px;height: 260px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.active_list li a:last-child{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
    font-size:16px;
    overflow: hidden;
}
/*镜面效果*/
figure.effect-apollo {
    position: relative;
    margin: 0;
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}




/*column_teacher*/
.teacher_list:after{
    content: '';
    display: table;
    clear: both;
}
.teacher_list li{
    float: left;  display: block;
    width:220px;height:275px;
    margin: 40px 33px 0;
    text-align: center;
}
.teacher_list li>a img{
    width: 220px;height: 220px;border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow:0 2px 3px 2px #969696;
    -moz-box-shadow:0 2px 3px 2px #969696;
    box-shadow:0 2px 3px 2px #969696;
    transition: transform 1s;
}
.teacher_list li>a img:hover{
    transform: scale(1.1,1.1);
}
.teacher_list li a.teach_name{
    display: block;font-size: 16px;
    width: 100%;height: 30px;margin-top: 20px;
}

/*column_video*/
.video_info{
    width:860px;margin: 0 auto;
}

/*column_intro*/
.column_list .column_introInfo{
    width:830px;
    margin:20px auto;
}
/*.column_list .column_introInfo p{*/
    /*font-size: 16px;*/
    /*text-align: justify;*/
    /*line-height: 25px;*/
    /*text-indent: 2em;*/
/*}*/

/*detail*/
.column_list .detail_content{
    margin:10px auto;
}
.column_list .detail_content .detail_title{
    height: 80px;
    text-align: center;
}
.column_list .detail_content .detail_title h3{
    height: 50px;line-height:50px;
    font-size: 20px;
    font-weight: normal;
}
.column_list .detail_content .detail_title p{
    color: #666;font-size: 12px;
}
.column_list .detail_content .detail_contentInfo{
    margin-top:15px;
}
/*.column_list .detail_content .detail_contentInfo p{*/
     /*font-size: 16px;*/
     /*text-align: justify;*/
     /*line-height: 25px;*/
     /*text-indent: 2em;*/
 /*}*/


/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 20px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce{
    background-color:#f64a2d;
    border:1px solid #f64a2d;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num_nonce a{
	color: #fff;
}
.pagebox span.pagebox_num:hover a{
    background-color:#f64a2d;
    border:1px solid #f64a2d;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#f64a2d;
    border:1px solid #f64a2d;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}





/*footer*/
.footer{
    height: 170px;background: #f9b522;
}
.footer .footerContent{
    width: 1200px;margin:0 auto;
    line-height: 25px;
    font-size: 12px;text-align: center;
    padding-top: 40px;
}
.footer .footerContent a{font-size: 12px;}
.footer .footerContent a:hover{text-decoration: underline;}









