#banner{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
#banner .swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#banner .swiper-container .swiper-slide img{
    top: 0;
    left: 50%;
    /*transform:translateX(-50%);*/
    /*-webkit-transform:translateX(-50%) ;*/
    /*-ms-transform:translateX(-50%) ;*/
    margin-left: -960px;
    width: 1920px;
    height: 400px;
    display: block;
    position: absolute;
    transition: 0.2s;
    border: 0px;
}

.swiper-pagination-bullet{
    width: 15px;
    height: 15px ;
    margin: 0px 5px;
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

 #banner .swiper-pagination {
     padding-left: 60%;
     bottom: 20px;
     width: 100%;
     z-index: 20;
     text-align: center;
     position: absolute;
 }

#banner_nav{
    margin: auto;
    width: 1200px;
    height: 400px;
    position: relative;
    top: -400px;
    z-index: 10000 !important;
}


#banner_nav .content{
    width: 328px;
    height: 400px;
    position: relative;
}
#left_banner_nav{
    height: 400px;
    width: 228px;
    float: left;
    background-color: #ff0000;
    opacity: .8;
    padding: 5px 0;
}
#left_banner_nav ul li {
    width: 228px;

    height: 39px;
}

#left_banner_nav ul li a {
    display: inline-block;
    width: 100%;
    height: 39px;
    transition: 0.2s;
    line-height: 39px;
}
#left_banner_nav ul li a div{
    float: left;
}


#left_banner_nav ul li a:hover {
  background-color: #b2010a;
}

.nav_course{
    width: 158px;
    line-height: 39px;
    margin-left: 20px;
    font-size: 14px;
    color: #ffffff;
}

.icon_angle_right{
    background-image:url("../img/index/icon/angle_right.png") ;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    float: right;
    width: 20px;
    height: 39px;
   margin-right: 30px;
}




#right_banner_nav{
    height: 400px;
    width: 110px;
    float: left;
    background-color: #ececec;
}

.content .hot{
    margin-top:22px;
    height: 88px;
}
.content .hot .container{
    width:1212px;
}
.content .hot .box{
    margin-right:7px;
    float:left;
    width:288px;
    height:88px;
    overflow:hidden;
    position:relative;
    border:1px solid #e4e4e4;
   /* background: url("../img/index/frame.png");*/
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition:0.5s;
}
.new_y_b{width: 40px; height: 42px; display: block; position: absolute; margin-left: 35px; margin-top: 22px;}
.content .hot .box.tag1{
    background:url("../img/index/hot/hot1.png") no-repeat 25px center;
}
.content .hot .box.tag2{
    background:url("../img/index/hot/hot2.png") no-repeat 25px center;
}
.content .hot .box.tag3{
    background:url("../img/index/hot/hot3.png") no-repeat 25px center;
}
.content .hot .box.tag4{
    background:url("../img/index/hot/hot4.png") no-repeat 25px center;
}
.content .hot .box a{
    cursor:pointer;
}
.content .hot .box .aaaaaaa{
    cursor:pointer;
}
.content .hot .box .info{
    margin-top:21px;
    margin-left:85px;
}
.content .hot .box .info h2{
    font-size:28px;
    color:#666666;
}
.content .hot .box .info p{
    font-size:13px;
    color:#999999;
}
.content .hot .box .link{
    top:100%;
    width:100%;
    height:100%;
    position:absolute;
    background-color: #ff0000;
    opacity: 0.8;
    transition:0.2s;
}
.content .hot .box:hover .link{
    top:0;
    transition:0.2s;
}
.content .hot .box .link p{
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-30%;
    color:#ffffff;
    width:60%;
    font-size:16px;
    line-height:32px;
    text-align:center;
    position:absolute;
    border:1px solid #ffffff;
    border-radius:10px;
}

.content .part .title{
    position: relative;
    margin: 0 auto;
    padding: 70px 0 18px;
    max-width: 1200px;
    width: 100%;
    transition: 0.2s;
    font-size: 34px;
    color: #000000;
    text-align: center;
}
.content .part .title_tl{
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    transition: 0.2s;
    text-align: center;
    color: #999999;
    font-size: 20px;
}
.device{
    margin: 20px auto 0px;
    max-width: 1200px;
    position: relative;
}
.out_s{
    position: relative;
    width: 30px;
    height: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 100 !important;
}
.in_s{
    width: 10px;
    margin: 0px auto;
    height: 10px;
    background-color: #ff0000;
    z-index: 101 !important;

}
.line{
    position: relative;
    height: 1px;
    max-width: 1200px;
    border:none;
    background: #cccccc;
    top: 5px;
    /*z-index: -1 !important;*/
}



/*enterprise*/
#employment{
    float: left;
    width: 100%;
    position: relative;
 }
.enterprise .content{
    width: 1200px;
    margin: auto;
}
#iconWall{
    width: 1177px;
    margin: 20px auto 65px;
    overflow: hidden;
    padding-left: 7px;
    list-style: none;
}

#iconWall li{
    width: 123px;
    height: 107px;
    background-color: #fff;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    position: relative;
}

.img-back, .img-front,.img-back1{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    text-align: center;
    line-height: 105px;
}

li img{
    vertical-align: middle;
}


.img-3d{
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

.img-back{
    transform: rotateY(180deg);
}
#iconWall #btnRefresh{
    text-align: center;
    transition: .3s linear;
    background-color: #fff;
    margin: 1px;
    /*margin-top: 24px;*/
    width: 121px;
    height: 105px;
    border: 1px solid #cccccc;
}
.iconRefresh{
    width: 28px;
    height: 28px;
    background: url("../img/index/enterprise/change.png");
    margin: 32px auto 0;
}
#iconWall #btnRefresh:hover{
    color: #fff;
    background-color: #dd2727;
    transition: 0s;
}
#btnRefresh:hover .iconRefresh{
    background: url("../img/index/enterprise/changeW.png");
}


/*customized*/
.customized{
    width: 100%;
    float: left;
    position: relative;
    background-color:#e2e2e2;
}
.customized .content{
    width: 1200px;
    margin: auto;
}
.customized .device{
    margin-bottom: 30px;
}
.customized .line{
    border-bottom: 1px solid #999999;
}
.customized .out_s{
    background-color: #e2e2e2;
}

.cus_line1,.cus_line2,.cus_line3{
    height: 380px;
    margin-bottom: 10px;
    position: relative;
}

.cus_line1 ul li,.cus_line2 ul li,.cus_line3 ul li{
    float: left;
}
.course1 ,.course2,.course5,.course6,.course8,.course9{
    position:relative;
    margin-right: 20px;
    width: 380px;
}
.course4,.course8{
    position:relative;
    width: 380px;
}
.course_bg{
    position: relative;
    width: 100%;
    height: 266px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0 ;
}
.course_bg img{
    display: block;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.course1 .course_bg{
    background-image: url(../img/index/customized/1_03.png);
}
.course2 .course_bg{
    background-image: url(../img/index/customized/2_03.png);
}
.course3 .course_bg{
    background-image: url(../img/index/customized/3_03.png);
}
.course4 .course_bg{
    background-image: url(../img/index/customized/4_03.png);
}
.course5 .course_bg{
    background-image: url(../img/index/customized/5_03.png);
}
.course6 .course_bg{
    background-image: url(../img/index/customized/6_03.png);
}
.course7 .course_bg{
    background-image: url(../img/index/customized/7_03.png);
}
.course8 .course_bg{
    background-image: url(../img/index/customized/8_03.png);
}
.course9 .course_bg{
    background-image: url(../img/index/customized/9_03.png);
}


.course_w{
    margin: 10px 0;
    height: 32px;
}
.course_lw{
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 32.004px;
    letter-spacing: 0.5px;
    color: #333333;
}
.course_rw{
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px; ;
    letter-spacing: 0.4px;
    color: #999999;
}

.course_btn{
    width: 380px;
    height: 35px;
    border-radius: 10px 10px 10px 10px;
    border: solid 1px rgba(255, 0, 54, 1);
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 32.004px;
    letter-spacing: 0.4px;
    color: #ff0036;
    text-align: center;
}
.course_btn:hover{
    background-color:#ff0036 ;
    color: #ffffff;
}



.main{
    margin:0 auto;
    width:1200px;
}
.mains{
    margin:0 auto;
   /* padding-top: 90px;*/
    width:1200px;
}
.new_year{ width: 185px; height: 63px; display: block; position: absolute; margin-left: 745px;  margin-top: 55px;}
#header{ width: 100%;/* height: 200px; background: url("../img/index/top_xn.png"); */background-position: center center;
    background-repeat: no-repeat;}
/*news*/
content .new{

}
.content .new .container{
    padding:10px 0 25px;
    width:1220px;
    /*border-top:1px dashed #ececec;*/
    /*border-bottom:1px dashed #ececec;*/
}
.content .new .main .newDiv{
    height:402px;
    overflow:hidden;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    transition:0.5s;
}
.content .new .main .box{
    margin-top:34px;
    margin-right:20px;
    float:left;
    width:380px;
    height:100px;
}
.content .new .main .box .img{
    float:left;
    width:110px;
    height:100px;
    overflow:hidden;
}
.content .new .main .box img{
    width:auto;
    height:100%;
    position: relative;
    display:block;
    border: 0px;
}
.content .new .main .box .info{
    float:right;
    width:255px;
}
.content .new .main .box .info h3{
    font-size:16px;
    line-height:22px;
    height:22px;
    width:100%;
    overflow:hidden;
    transition:0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    color: #000000;
}
.content .new .main .box:hover .info h3{
    color:#ff0000;
    -moz-transition:  0.2s;
    -ms-transition:  0.2s;
    transition:0.2s;
}
.content .new .main .box .info p{
    margin-top:6px;
    line-height:22px;
    height:44px;
    color:#999999;
    overflow:hidden;
}
.content .new .main .box .info span.time,
.content .new .main .box .info a.share{
    margin-top:12px;
    padding-left:22px;
    font-size:13px;
    color:#b0b0b0;
    display:inline-block;
}
.content .new .main .box .info span.time{
    margin-right:30px;
    background:url("../img/index/news/new-time.png") no-repeat left center;
}
.content .new .main .box .info a.share{
    /*background:url("../img/new-share.png") no-repeat left center;*/
}
.content .more{
    margin-top:25px;
    text-align:center;
    display:none;
}
.content .more a{
    color:#b0b0b0;
    -moz-transition:0.2s;
    -ms-transition: 0.2;
    transition:0.2s;
}
.content .more a:hover {
    color:#e2006d;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; ;

}

/*明星学员*/
.student{
    margin-bottom: 30px;
}
.student-line{
    position: relative;
    width: 1200px;
    height: 738px;
    margin-top: 20px;
}
.student-box{
    position: relative;
    width: 285px;
    margin: 20px 7.5px 0px;
    height: 359px;;
}

.student-line .student-box{
    float: left;
}
.stu-pic-box{
    position: relative;
    width: 285px;
    height: 180px;
}
.stu-pic-box img{
    display: block;
    margin: auto;
    border: 0px;;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 142px;
    width: 142px;
    border-radius: 50%;

}

.stu-message{
    width: 285px;
    height: 179px;
    border: 1px solid #cccccc;
    border-top: none;
}
.stu-message  p{
    padding: 15px 20px 0 20px;
    font-size: 18px;
    color: #000000;
}


.stu_bot_tab{
    max-width: 1200px;
    margin: 60px auto;
    height: 109px;
}
.stu_bot_tab div{

}


.stu_bot_tab div  .icon{
    clear: both;
    position: relative;
    width: 100%;
    height: 60px;
}
.stu_bot_tab div p{
    position: relative;
    height: 49px;
    width: 100%;
    font-size: 26px;
    color: #ffffff;
    margin: auto;
    text-align: center;
    line-height: 49px;

}
.try_stu{
    width: 387px;
    height: 109px;
    background-color: #de2986;
    float: left;
}

.try_stu img{
    width: 43px;
    height: 43px;
    margin: 20px 172px  10px  172px;
    border: 0px;
}
.report{
    width: 388px;
    height: 109px;
    background-color: #1892c5;
    margin: 0px 18px;
    float: left;
}
.report img{
    width: 43px;
    height: 43px;
    border: 0px;
    margin: 20px 172px  10px  172px;
}

.online_cus{
    width: 387px;
    height: 109px;
    background-color: #f0a122;
    float: left;
}
.online_cus img{
    border: 0px;
    width: 55px;
    height: 43px;
    margin: 20px 166px  10px  166px;
}



/*teacher*/

#teacher{
    width: 100%;
    float: left;
    background: url("../img/index/teacher/bg.png")  center no-repeat;
    background-size: cover;
}
#teacher .title,#teacher .title_tl{
    color: #ffffff;
}

#teacher .line{
    background: #ffffff;
}
#teacher .out_s{
    background:rgba(46,46,51,1);
}

#teacher .main{
    margin: 20px auto 70px;
    width: 1200px;
    height: 452px;
    overflow: hidden;
}
#teacher .content:after{
    clear: both;
}

#teacher  .box{
    float: left;
    width: 189px;
    height: 452px;
    overflow: hidden;
    -ms-transiton:1s;
    -moz-transition: 1s;
    transition: 1s;
    background: #f2f2f2;
}

#teacher .box.act{
    width: 444px;
    -ms-transiton:1s;
    -moz-transition: 1s;
    transition: 1s;
}

#teacher .box .image{
    float: left;
    width: 189px;
    height: 452px;
    position:relative;
}
#teacher .box .image .tname{
    top: 368px;
    left: 1px;
    width: 187px;
    height: 82px;
    opacity: 1;
    transition: 1s;
    background: rgba(0,0,0,.8);
    position: absolute;
}
#teacher .box .image .tname h1{
    margin-top: 15px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
}
#teacher .box .image .tname p{
    margin-top: 8px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}



#teacher .box.act .image .tname {
    opacity: 0;
    transition: 1s;
}


#teacher .box .info{
    float: left;
    opacity: 0;
    width: 0;
    -ms-transiton:1s;
    -moz-transition: 1s;
    transition: 1s;
    padding-top: 35px;
    padding-left: 15px;
}

#teacher .box.act .info{
    opacity: 1;
    float: left;
    width: 255px;
    height: 452px;
    transition: 1s;
    -webkit-transition: 1s;
    -ms-transition:1s;
    -mos-transition:1s;
    border-top:1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
#teacher .box .info h1{
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #535353;
    border-bottom: 1px solid #b5b5b5;
}
#teacher .box .info span{
    font-weight: normal;
    padding-left: 10px;
    font-size: 16px;
}
#teacher .box .info p{
    padding-right: 15px;
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    color: #898989;
}

#teacher .box .info a{
    margin-top: 12px;
    width: 126px;
    height: 37px;
    display: block;
    line-height: 37px;
    text-align: center;
    color: #ffffff;
    transition: 0.5s;
    background: #ec1c32;
}

.content .teacher{
    position:relative;
}
.content .teacher .main{
    overflow:hidden;
}
.content .teacher ul{
    margin:0 auto;
    width:1210px;
}
.content .teacher ul li{
    float:left;
    text-align:center;
}
.content .teacher ul li a{
    padding:0 38.6px;
    padding-top: 11px;
    padding-bottom:23px;
    display:block;
    font-size:15px;
    font-family:'Arial',sans-serif;
    height:15px;
    line-height:15px;
    position:relative;
    border-bottom:2px solid #ff0000;
    color: #ffffff;
    background-color: #000000;
    border-left: 1px solid #cccccc;
}
.content .teacher ul li img{
    border: 0px;
    left:50%;
    margin-left:-5px;
    bottom:0;
    width:10px;
    height:5px;
    display:none;
    position:absolute;
}
.content .teacher ul li.act img{
    border: 0px;
    display:block;
}
.content .teacher ul li.act a{
    background-color: #ff0000;
}
.content .teacher .teacher-banner{
    margin-top:65px;
    max-height:340px;
    height:auto;
    overflow:hidden;
}
.content .teacher .teacher-banner .swiper-container2 .swiper-slide{
    box-sizing:border-box;
    overflow:hidden;

}
.content .teacher .teacher-banner .box{
    margin:0 auto;
    max-width:232px;
    width:232px;
    height:340px;
    position:relative;
    overflow:hidden;
}
.content .teacher .teacher-banner .box img{
    border: 0px;
    left:50%;
    margin-left:-50%;
    width:auto;
    height:100%;
    display:block;
    position:absolute;
}
.content .teacher .teacher-banner .box .info{
    top:280px;
    width:100%;
    height:340px;
    position:absolute;
    background:#000000;
    background:rgba(31,31,31,0.8);
    -ms-transiton:0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.content .teacher .teacher-banner .box .info h2{
    margin-top:16px;
    margin-left:12px;
    font-size:16px;
    line-height:16px;
    color:#ffffff;
}
.content .teacher .teacher-banner .box .info h3{
    margin-top:8px;
    margin-left:12px;
    line-height:14px;
    color:#ff0000;
}
.content .teacher .teacher-banner .box .info p{
    margin:12px 12px 0;
    padding-top:12px;
    line-height:26px;
    color:#ffffff;
    border-top:1px solid #ffffff;
    font-size: 12px;
}
.content .teacher .teacher-banner .box:hover .info{
    top:0px;
    -ms-transiton:0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
.swiper-scrollbar {
    bottom:10px;
    width:0;
    height:0;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow:hidden;
    position:absolute;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    background:#6e6e6e;
    border-radius: 5px;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}




#coopration{
    position: relative;
    float: left;
    width: 100%;
}

#coopration .content{
    width: 1200px;
    margin: auto;
}
.swiper5{
    width: 1200px;
    height: 339px;
    /*margin-bottom: 70px !important;*/
}
.swiper_btn1,.swiper_btn2{
    width: 29px !important;
    height: 28px !important;
    background-color: #cccccc;
    background-image:none !important;
}
.swiper_btn1 img,.swiper_btn2 img{
    border: 0px;
    margin:  7px 10.5px;
}

.school{
    width: 1200px;
    height: 270px;
    margin: 34.5px 0px;
}
.school div{
    float: left;
    width: 150px;
    height: 135px;
    /*margin: 0px 9px;*/
}

.school div img{
    border: 0px;
    display: block;
    margin: 0 auto;
}
.school div p{
    text-align: center;
    margin: 10px auto;
}


/**/

.course_kind{
    position: absolute;
    left: 228px;
    top: 0;
    width: 100px;
    height: 400px;
    border: 1px solid #E0E0E0;
    background: #F9F9F9;
    display: none;
}
.course_kind .icon_fu .icon_fuli{
    width:100px;
    height:400px;
    margin: 0 auto;
    text-align: center;
    display: none;
    overflow: hidden;
}

.course_kind .icon_fu .icon_fuli li span{
    display:block;
    width:42px;
    height:42px;
    margin:12px auto 5px;
    text-align:center;
    /*background:#eee;*/
    /*border:1px solid #F3F3F3;*/
    /*border-radius:50%;*/
    line-height:42px;
}
.course_kind .icon_fu .icon_fuli li span{
    width:42px;
    height:42px;
}

.course_kind .icon_fu .icon_fuli li span .iconfont{
    font-size:22px;
    color:#979797;
}
.course_kind .icon_fu .icon_fuli li p{
    text-align:center;
    font-size:12px;
}
/*.course_kind .icon_fu .icon_fuli li:hover span{*/
    /*border-color:#3688FF;*/
    /*background:#fff;*/
/*}*/
/*.course_kind .icon_fu .icon_fuli li:hover span .iconfont{*/
    /*color:#3688FF;*/
/*}*/
/*.course_kind .icon_fu .icon_fuli li:hover p{*/
    /*color:#0099E5;*/
/*}*/
.a_gd{
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.a_gd p:hover{ color:red;}

#zx{
    position: fixed;
    width: 60px;
    top: 150px;
    left: 0px;
    height: 390px;
    overflow: hidden;
    z-index: 9999 !important;
}
#zx li{
    width: 60px;
    height: 58px;
    margin-bottom: 5px;
    background: #000000;
    position: relative;
    z-index: 99999; !important;
}

#zx li a{
    display: block;
    width:60px;
    height: 60px;
    color:#282828;
    overflow:hidden;
}
#zx li a:hover{
    background-color: #ff0000;
}
#zx li span.icon_s{
    display:block;
    width: 30px;
    height: 26px;
    background: no-repeat center top;
    margin: 10px auto 0px
;}
#zx li p{
    font-size:12px;
    text-align: center;
    color: #ffffff;
}
#zx .li_1 a .icon_s{
   background-image: url("../img/index/zx/1.png");
}

#zx .li_2 a .icon_s{
    background-image: url("../img/index/zx/2.png");
}
#zx .li_3 a .icon_s{
    background-image: url("../img/index/zx/3.png");
}
#zx .li_4 a .icon_s{
    background-image: url("../img/index/zx/4.png");
}
#zx .li_5 a .icon_s{
    background-image: url("../img/index/zx/5.png");
}
#zx .li_6 a .icon_s{
    background-image: url("../img/index/zx/6.png");
    width: 28px;
    height: 28px;
    margin: 16px auto;
}

/*首页学生*/
#scrollphoto{
    clear: both;
    margin:  0 auto;
    width: 100%;
    position: relative;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 476px;
}
#scrollphoto .main{
    margin: 0 auto;
    position: relative;
    margin-left: -1010px;
    left:50%;
    width:2020px;
    height: 476px;
}

.item{
    float: left;
    width: 202px;
    height: 476px;
}

#scrollphoto .item1 .photo {
    float: left;
    width: 101px;
    height: 119px;
}

#scrollphoto .item2 .photo{
    width: 202px;
    height: 238px;
}
#scrollphoto .item1,#scrollphoto .item2{
    width: 202px;
    height: 238px;
}

#scrollphoto .photo{
    position: relative;
    cursor: pointer;
}

#scrollphoto .item .tips{
    display: none;
    position: absolute;
    bottom: 95%;
    left: 50%;
    margin-left: -32px;
    margin-bottom: -18px;
    width: 302px;
    height: 151px;
    background: url("../img/index/student/tips2.png") no-repeat 0 0;
    z-index: 2;
    font-size: 12px;
    color: #8e8e8e;
    padding: 35px 30px 0 60px;
    white-space: normal;
    line-height: 18px;
}
#scrollphoto .item .tips1{
    top: 60%;
    left: 50%;
    background: url("../img/index/student/tips1.png") no-repeat 0 0;
}

#scrollphoto .photo:hover .tips {
    display: block;
}

#scrollphoto .item .tips .des{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 54px;
    margin-bottom: 18px;
}
#scrollphoto .item .tips .des p{
    font-size: 12px;
    color: #8e8e8e;
    white-space: normal;
    line-height: 18px;
}

#scrollphoto .item .tips .wages{
    font-size: 14px;
    color: #3c3c3c
}
#scrollphoto .item .tips .wages em{
    color: #b0393d;
}
#scrollphoto img {
    display: block;
    width: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter:Gray;
    -webkit-filter: grayscale(100%);
}
#scrollphoto .photo:hover img {
    filter: progid:
    DXImageTransform.Microsoft.BasicImage(grayscale=0);
    filter:none;
    -webkit-filter: grayscale(0);
}



#course{
    float: left;
    width: 100%;
    position: relative;
}

.course{
    margin-top: 30px;
    width: 100%;
    height: 596px;
    position: relative;
}
.course .box{
    overflow: hidden;
}

.course .ui{
    float: left;
    width: 358px;
    height: 293px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.course .box .info{
    top: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s;
    overflow: hidden;
    background: #000000;
    background: rgba(0,0,0,0.8);
}
.course .box .info div{
    width: 80%;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    border:1px solid #ff0036;
    text-align: center;
    margin: auto;
    color: #ff0036;
    margin-top:115px;
}
.course .box .info p{
    width: 80%;
    height: 34px;
    line-height: 34px;
    text-align: left;
    margin: auto;
    margin-top: 20px;
    color: #ffffff;
}

.course .courseBox .box .info div{
    width: 80%;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    border:1px solid #ff0036;
    text-align: center;
    margin: auto;
    color: #ff0036;
    margin-top: 40px;
}
.course .courseBox .box .info p{
    width: 80%;
    height: 34px;
    line-height: 34px;
    text-align: left;
    margin: auto;
    margin-top: 20px;
    color: #ffffff;
}


.course .box .info p .lf{
    float: left;
}
.course .box .info p .rg{
    float: right;
}

.course .box:hover .info {
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.course .ui{
    float: left;
    width: 358px;
    height: 293px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.course .net{
    float: left;
    width: 290px;
    height: 293px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.course .android{
    float: left;
    width: 295px;
    height: 293px;
    margin-bottom: 10px;
    position: relative;
}
.course .ee{
    float: left;
    width: 227px;
    height: 140px;
    margin-bottom: 10px;

    position: relative;
}
.course .ios{
    float: left;
    width: 227px;
    height: 143px;
    position: relative;
}
.courseBox{
    float: left;
    width: 227px;
    height: 293px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.course .java{
    float: left;
    width: 291px;
    height: 293px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
}
.course .h5{
    float: left;
    width: 286px;
    height: 293px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}
.course .c{
    float: left;
    width: 337px;
    height: 293px;
    margin-bottom: 10px;
    position: relative;
}

.course .data{
    float: left;
    width: 256px;
    height: 140px;
    margin-bottom: 10px;
    position: relative;
}
.course .vr{
    float: left;
    width: 256px;
    height: 143px;
    position: relative;
}
.courseBox1{
    width: 256px;
}


/*就业喜报*/

#main{ width: 1200px;  margin: 0 auto;}
/*就业喜报*/
.a_company_t{width: 1200px; height: 95px; margin-bottom: 30px; margin-top: 70px;}
.a_company_t_z{ width: 138px; height: 55px; margin: 0 auto; border-bottom: #ff0000 solid 1px; font-size: 34px; font-family:"微软雅黑"; color: #000000; line-height: 55px; }
.a_company_t_y{ width: 1200px; height: 40px; margin: 0 auto; border-top: #cccccc solid 1px; font-size: 20px; font-family:"微软雅黑"; color: #cccccc; text-align: center; line-height: 40px; }
.txtMarquee-top{ width:1200px;height:auto;}
.txtMarquee-top .hd{ width:100%; position:relative; overflow:hidden; }
.txtMarquee-top .cj_gt{ border:1px solid #cccccc; background-color:#fff;  border-left:none; width:1200px; }
.cj_gt li{ width:100%; overflow:hidden; height:50px; line-height:50px; border-bottom:1px solid #cccccc;}
.cj_list_title{ background-color:#e61010; height:63px; border-left:none; margin-top: 30px; margin-bottom: 15px;}
.cj_list_title li{ float:left; line-height:63px; text-align:center;font-family: 'Microsoft YaHei'; font-size:20px; color:#fff;}
.w1{ width:25%; float:left;border-left:1px solid #cccccc;  line-height:50px;  text-align:center; font-family: 'Microsoft YaHei'; font-size:18px; color:#666666; overflow:hidden;}
.w2{ width:10%; float:left;border-left:1px solid #cccccc;  line-height:50px;  text-align:center; font-family: 'Microsoft YaHei'; font-size:18px; color:#666666; overflow:hidden;}
.w3{ width:20%; float:left;border-left:1px solid #cccccc;  line-height:50px;  text-align:center; font-family: 'Microsoft YaHei'; font-size:18px; color:#ffffff; overflow:hidden;}
.w_color{ background-color: #e4e4e4;}
.w_color_r{ background-color: #ff001e;}
.jyxy2_bz{ text-align:right; margin-right:26px; color:#ff001e; font-size:18px; line-height:40px;}
.jyxy2_btn{ display:block; position:absolute; left:50%; bottom:300px; width:140px; height:30px; background-color:#ff001e; color:#fff; line-height:30px; text-align:center; font-size:16px; border-radius:8px; margin-left:-70px;}
/*就业喜报*/