body{
    background-color: #f5f5f5 !important;
}
/*--------------------------------------------------------------------------------------------------------------------
 * 特色板块
 *--------------------------------------------------------------------------------------------------------------------*/
.activity-picDIV {
    background:#bababa url(../../../img/home/events.jpg) no-repeat center;
    height: 130px;
    min-width: 1200px;
}
.bg-grey{
    background-color: #f7f7f7;
}
.s1{
}
.module{
    width: 1160px !important;
    padding: 25px 0px 0px 0px;
}
.board-row{
    padding: 35px 35px 35px 35px;
    background: #ffffff;
    width: 1160px;
    margin: 0px;
}
.board-row .board-big-pic img{
    width: 515px;
    height: 310px;
}
.board-row .board-small-pic .board-title{
    height: 72px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.board-row .board-small-pic .board-title span{
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-right: 50px;
}
.board-row .board-small-pic .board-title label{
    display: block;
    font-weight: inherit;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 100;
}
.board-row .board-small-pic .board-intra{
    margin-bottom: 30px;
}
.board-row .board-small-pic .board-content{
    color: #666666;
    font-size: 14px;
    width: 480px;
    height: 62px;
    margin-bottom: 87px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.board-row .board-pic-list{
    height: 90px;
    width: 495px;
}
.board-row .owl-theme .owl-controls .owl-buttons div{
    background-color: #666666;
    border-radius: 0px;
}
.board-row .owl-theme .owl-controls .owl-buttons i{
    font-size: 20px;
}
.board-row .owl-theme{
    position: relative;
}
.board-row .owl-theme .owl-controls{
    margin: 0px;
}
.board-row .board-pic-list .testimonial{
    width: 155px;
    height: 90px;
    cursor: pointer;
    overflow: hidden;
}
.board-row .board-pic-list .testimonial:hover,.board-row .board-pic-list .testimonial.active{
    /*-webkit-box-shadow: 0 0 9px #333;*/
    /*-moz-box-shadow: 0 0 9px #333;*/
    /*box-shadow: 0 0 9px #333;*/
}
.board-row .board-pic-list .testimonial img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.board-row .board-pic-list .testimonial:hover img,.board-row .board-pic-list .testimonial.active img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.board-row .owl-theme .owl-controls .owl-buttons div.owl-next{
    position: absolute;
    right: 5px;
    top: 30px;
}
.board-row .owl-theme .owl-controls .owl-buttons div.owl-prev{
    position: absolute;
    left: -5px;
    top: 30px;
}
.ac{
    margin-bottom: 65px;
}
.activity-container{
    width: 1160px !important;
    padding: 25px 0px 0px 0px;
}
.activity-row{
    padding: 0px;
    background: #ffffff;
    margin-bottom: 15px !important;
}
.activity-row ul{
}
.activity-row ul li{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding:13px 20px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    letter-spacing: 2px;
}
.activity-row ul li.active{
    color: #1f46b0;
    border-top: 1px solid #1f46b0;
}
.activity-row ul li:after {
    content: '';
    position: absolute;
    top:-1px;
    left: 50%;
    width: 0%;
    height: 1px;
    background: #1f46b0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .15s;
    transition: .15s;
}
.activity-row ul li:hover{
    color: #1f46b0;
}
/*.activity-row ul li:hover:after,*/
/*.activity-row ul li:focus:after,*/
/*.activity-row ul li:active:after {*/
    /*width: 100%;*/
/*}*/
.activity-list{
    position: relative;
    margin-bottom: 15px !important;
    background: #ffffff;
    padding: 20px 20px 25px 20px;
}
.col-list-pic{
    padding: 0px;
}
.activity-list .list-pic{
    width: 100%;
    height: 150px;
    background-color: grey;
}
.activity-list .list-pic.sign::before {
    display: block;
    content: '报名中';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    z-index: 999;
    background: #fc4607;
    background: -webkit-linear-gradient(left,#fc4607,#f72b20);
    background: -moz-linear-gradient(left,#fc4607,#f72b20);
    background: -o-linear-gradient(left,#fc4607,#f72b20);
    background: -ms-linear-gradient(left,#fc4607,#f72b20);
    letter-spacing: 2px;
}
.activity-list .list-pic.finish::before {
    display: block;
    content: '已结束';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    z-index: 999;
    background: #245dc1;
    background: -webkit-linear-gradient(left,#245dc1,#2145b3);
    background: -moz-linear-gradient(left,#245dc1,#2145b3);
    background: -o-linear-gradient(left,#245dc1,#2145b3);
    background: -ms-linear-gradient(left,#245dc1,#2145b3);
    letter-spacing: 2px;
}
.activity-list .list-pic img{
    width: 268px;
    height: 170px;
}
.time{
    font-size: 12px;
    color: #666666;
    margin-bottom: 45px;
}
.time i{
    margin-right: 10px;
    margin-right: 8px;
}
.col-list-content{
    padding-right: 30px;
    width: 495px;
    padding-left: 0px;
}
.col-list-content h2{
    font-size: 18px;
    color: #313131;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.col-list-content .intro{
    margin: 15px 0px 25px 0px;
    height: 40px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
}
.col-list-content .time-local{
    font-size: 12px;
    color: #666666;
}
.col-list-content .time-local p{
    margin-bottom: 10px;
}
.col-list-content .time-local p i{
    margin-right: 10px;
}
.col-list-content a.wybm{
    border: 1px solid #df2822;
    background-color: #df2822;
    color: white;
    padding: 10px 9px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.col-list-content a.wybm:hover{
    border: 1px solid #df2822;
    background-color: white;
    color: #df2822;
}

.col-list-content a.finished{
    border: 1px solid #aaaaaa;
    background-color: #aaaaaa;
    color: white;
    padding: 10px 9px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: not-allowed;
}
.activity-page{
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 30px;
}
/*--------------------------------------------------------------------------------------------------------------------
 * Slider
 *--------------------------------------------------------------------------------------------------------------------*/
.slider{
    width: 100%;
    min-width: 515px;
    height: 310px;
}
.slider .item {
    min-width: 515px;
    height: 310px !important;
}
.slider .item img {
    width: 100%;
    height: 100%;
}
.slider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.slider .owl-controls .owl-pagination {
    display: none;
}
.slider .owl-buttons{
    display: none;
}

/*
 * OWL.Carousel fadeUp
 *---------------------*/
.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 1.2s ease both;
    -o-animation: scaleUpFrom 1.2s ease both;
    animation: scaleUpFrom 1.2s ease both;
}
.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 1.2s ease both;
    -o-animation: scaleUpTo 1.2s ease both;
    animation: scaleUpTo 1.2s ease both;
}

#testimonials-carousel .owl-pagination{
    display: none;
}
/*路演报名*/
.signUp{
    border: 1px solid #d3d3d3;
    width: 950px;
    height: 380px;
    margin: 50px auto 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 105px 0px;
}
.signUp h1{
    padding: 0px;
    margin: 0px 0px 40px;
    text-align: center;
    color: #464646;
    font-size: 16px;
    font-weight: bold;

}
.signUp span{
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
}
.signUp input{
    width: 235px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #d3d3d3;
    background: #fafafa;
    padding: 10px;
}
.signUp .row{
    margin-bottom: 20px;
}
.signUp textarea{
    width: 620px;
    height: 80px;
    border: 1px solid #d3d3d3;
    background: #fafafa;
    padding: 10px;
    vertical-align: text-top;
}
.signUp a{
    margin: auto;
    display: block;
    width: 100px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    background: #df2822;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}
.pager-info .page_nav .prev{
    border: 1px solid #dcdddd;
}
.pager-info .page_nav .prev:HOVER, .pager-info .page_nav .next:HOVER{
    color: #e4393c;
    background: #ffffff;
    border: 1px solid #e4393c;
}
.pager-info .page_nav .curr{
    background: #ffffff;
    border: 1px solid #e4393c;
    color: #e4393c;
    font-weight: inherit;
}
.pager-info .page_nav .next{
    border: 1px solid #dcdddd;
}
.pager-info .page_nav a{
    background: #ffffff;
}
.pager-info .page_nav a:hover{
    color: #e4393c;
    background: #ffffff;
    border: 1px solid #e4393c;
}
.container .row{
    margin: 0px;
    position: relative;
}
.no-padding{
    padding: 0px;
}
.entry-item{
    width: 335px;
    height: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 20px;
    z-index: 0;
    position: relative;
}
.wj{
    margin-left: 0px;
    margin-top: 20px;
}
.entry-item:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.3);
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.entry-item.ly{
    background:#bababa url(../../../img/home/ly_bg.png) no-repeat center;
}
.entry-item.djt{
    background:#bababa url(../../../img/home/djt_bg.png) no-repeat left;
}
.entry-item.wj{
    background:#bababa url(../../../img/home/wj_bg.png) no-repeat left;
}
.entry-item.tutor{
    background:#bababa url(../../../img/home/tutor.png) no-repeat left;
    margin-left: 0px;
}
.entry-item h1,.entry-item h2{
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    padding: 55px 0px 25px;
    position: relative;
    letter-spacing: 2px;
    z-index: 3;
}
.entry-item h1:before {
    content: '';
    position: absolute;
    top: 63px;
    width: 45px;
    height: 2px;
    background: #ffffff;
    background: -webkit-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,1));
    background: -moz-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,1));
    background: -o-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,1));
    background: -ms-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,1));
}
.entry-item.ly h1:before{
    left: 68px;
}
.entry-item.djt h1:before{
    left: 58px;
}
.entry-item h1:after {
    content: '';
    position: absolute;
    right: 87px;
    top: 63px;
    width: 45px;
    height: 2px;
    background: #ffffff;
    background: -webkit-linear-gradient(right,rgba(255,255,255,.1),rgba(255,255,255,1));
    background: -moz-linear-gradient(right,rgba(255,255,255,.1),rgba(255,255,255,1));
    background: -o-linear-gradient(right,rgba(255,255,255,.1),rgba(255,255,255,1));
    background: -ms-linear-gradient(right,rgba(255,255,255,.1),rgba(255,255,255,1));
}
.entry-item.ly h1:after{
    right: 68px;
}
.entry-item.djt h1:after{
    right: 58px;
}
.entry-item  a{
    display: block;
    margin: auto;
    width: 95px;
    height: 29px;
    line-height: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    z-index: 3;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.entry-item  a:hover{
    background: #ffffff;
    color: #000000;
}
/*--------------------------------------------------------------------------------------------------------------------
 * ac-Slider
 *--------------------------------------------------------------------------------------------------------------------*/
.bn{
    height: 330px;
    margin-bottom: 20px;
    background:#525462 url(../../../img/home/ac_banner_1.png) no-repeat center;
    position: relative;
}
.auditorium{
    height: 330px;
    margin-bottom: 20px;
    background:#525462 url(../../../img/home/class_banner.png) no-repeat center;
    position: relative;
}
.ac-slider{
    width: 100%;
    height: 330px;
}
.ac-slider .item {
    height: 330px !important;
    position: relative;
    color: #ffffff;
}
.ac-slider .item img {
    width: 100%;
    height: 100%;
}
.ac-slider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.ac-slider .owl-controls .owl-pagination .owl-page {
    line-height: 24px;
    vertical-align: middle;
}
.ac-slider .owl-controls .owl-pagination .owl-page span {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: .7;
    background: transparent;
    border: solid 1px #fff;
}
.ac-slider .owl-controls .owl-pagination .owl-page.active span {
    background: #fff;
}
.ac-slider .item h1{
    font-size: 32px;
    letter-spacing: 2px;
    text-align: center;
    padding: 110px 0px 30px;
}
.ac-slider .item small{
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    vertical-align: middle;
}
.ac-slider .item small hr{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin: 0px 10px;
}
.left-mask{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.right-mask{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.sign-item{
    width: 335px;
    height: 380px;
    padding: 15px;
    background: #3c3a48 url(../../../img/home/sign_bg.png) no-repeat bottom;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
}
.sign-item.ly{
    background: #3c3a48 url(../../../img/home/ly_sign_bg.png) no-repeat bottom;
}
.sign-item>p{
    border-left: 5px solid #fa430a;
    padding-left: 12px;
    margin-bottom: 35px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
.sign-form{
    width: 305px;
    height: 340px;
    background: rgba(128,127,137,.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 25px 0px 20px;
    color: #ffffff;
}
.wj-item .sign-form{
    height: 285px;
}
.sign-form>p{
    padding: 6px 0px;
    font-size: 0px;

}
.sign-form>p input{
    width: 190px;
    height: 30px;
    vertical-align: middle;
    background: #e6e5e7;
    border: 1px solid #e6e5e7;
    padding-left: 15px;
    color: #313131;
    font-size: 14px;
}
.sign-form>p select{
    width: 190px;
    height: 30px;
    vertical-align: middle;
    background: #e6e5e7;
    border: 1px solid #e6e5e7;
    color: #313131;
    font-size: 14px;
}
.sign-form>p input:focus,.sign-form>p textarea:focus,.sign-form>p select:focus{
    background: #ffffff;
    border: 1px solid #fa430a;
}
.sign-form>p textarea{
    width: 190px;
    height: 80px;
    padding: 10px;
    background: #e6e5e7;
    border: 1px solid #e6e5e7;
    color: #313131 !important;
    font-size: 14px;
}
.sign-form>p span{
    display: inline-block;
    width: 70px;
    vertical-align: middle;
    font-size: 14px;
}
.sign-form>p a{
    display: block;
    width: 95px;
    height: 38px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#fa430a ;
    text-align: center;
    line-height: 34px;
    margin: 3px auto 0px;
    font-size: 16px;
    cursor: pointer;
}
.sign-tel{
    font-size: 14px;
    color: #807f89;
    text-align: center;
    padding-top: 15px;
}
.sign-qr{
    padding: 0px 25px 0px 20px;
    font-size: 14px;
    color: #807f89;
}
.sign-qr span{
    padding-top: 30px;
    display: inline-block;
    line-height: 1.3;
}
.sign-qr img{
    width: 65px;
    height: 65px;
    float: right;
    margin-top: 15px;
}
.more{
    position: absolute;
    right: 20px;
    top:15px;
    color: #999a9b;
}
