h2 ul li h3 h4{
    margin: 0px !important;
    padding: 0px !important;
}

ul li{
    list-style: none;
    margin: 0px;
}
a{
    text-decoration: none !important;
}
*{
    margin: 0px;
    padding: 0px;
}
body{
    font-family: 'Microsoft YaHei';
    color: #333;
    font-size: 14px;
    min-width: 1200px;
    margin: 0 auto;
}
.row{
    margin: 0px;
}

/*头部*/
.header{
    background: #F9F9F9;
    height: 40px;
}
.header-con{
        width: 1200px;
    margin: auto;
}
.head-l{
     width: 100px;
    float: left;
    vertical-align: middle;
    /* padding-top: 9px; */
    margin-right: 15px;
    margin-top: 9px;
}
.head-l img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.head-l span{
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.head-l span:hover{
    color: #333;
}
.head-r{
      width: 100px;
    float: right;
    vertical-align: middle;
    /* padding-top: 9px; */
    margin-right: 15px;
    margin-top: 9px;
}
.head-r img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.head-r span{
    font-size: 14px;
    color: #999;
    vertical-align: middle;
}
.head-r span:hover{
    color: #333;
}

/*鼠标上移出现二维码*/
.wx-ewm{
    position: absolute;
    top: 30px;
    z-index: 999;
    left: 125px;
     display: none;  
}
.wx-ewm img {
    width: 120px;
    height: 120px;
    border-radius: 0px;
}
.phone-ewm{
    position: absolute;
    top: 35px;
    z-index: 999;
    left: -10px;
     display: none;  
}
.phone-ewm img {
    width: 120px;
    height: 120px;
    border-radius: 0px;
}
.zxtk-ewm{
       position: absolute;
    top: 55px;
    z-index: 999;
    right: 115px;
     display: none;  
}
.zxtk-ewm img {
    width: 120px;
    height: 120px;
    border-radius: 0px;
}


/*导航栏*/
.menu{
    width: 1200px;
    margin: auto;
    height: 80px;
}
.logon{
    vertical-align: middle;
    line-height: 80px;
}
.logon img{  
    width: 63px;   
    height: 40px;   
    vertical-align: middle;
}
.logon span{
   
    font-size: 30px;
    color: #333;
    vertical-align: middle;
}
.menuli{
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.menuli a{
    color: #333; 
    font-size: 16px;  
    padding: 10px;
}
.menuli a:hover{
    color: #4372FF;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #4372FF;
}
.active{
    color: #4372FF !important;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #4372FF;
}
.tpic2{
    width: 80px;
    /* height: 120px; */
    overflow: hidden;
    float: left;
}
.tpic2 img{
    cursor: pointer;
    transition: all 0.5s;
}
.tpic2 img:hover{
    transform: scale(0.9);
}



/*课程*/
.more{
    width: 60px;
    float: left;
    line-height: 80px;
}
.more span{
    font-size: 14px;
    color: #999;
}
.more span img{ 
    width: 8px;
    height: 8px;
}
.more span:hover{
    color:#4372FF; 
}

/*搜索*/
.search{
    width: 109px;
    float: right;
    line-height: 80px;
}
.search input{
    width: 84px;
    height:19px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(204,204,204,1);
    opacity:1;
    border: none;
    margin-right: 5px;
}
.search img{
    width: 14px;
}

/*轮播图*/
.banner-div{
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

#swiper-container1 img{
    height: 480px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
#wrap{
    position: absolute;z-index: 999;top: 26px;left: 350px;
}
.logincard{
    position: absolute;z-index: 999;top: 75px;right: 350px;
}
@media screen and (max-width: 1200px){
    #wrap{
        left: 10px;
    }
    .logincard{
        right: 10px;
    }
}
@media screen and (width: 1200px){
    #wrap{
        left: 10px !important;
    }
    .logincard{
        right: 10px !important;
    }
}
@media screen and (width: 1024px){
    #wrap{
        left: 10px !important;
    }
    .logincard{
        right: 10px !important;
    }
}
@media screen and (width: 1100px){
    #wrap{
        left: 10px !important;
    }
    .logincard{
        right: 10px !important;
    }
}
/* @media screen and (max-width: 1200px){
    #wrap{
        left: 140px;
    }
    .logincard{
        right: 140px;
    }
} */
@media screen and (min-width: 1024px) and (max-width: 1440px){
    #wrap{
        left: 150px;
    }
    .logincard{
        right: 150px;
    }
}
/*@media screen and (min-width: 1440px){
    #wrap{
        left: 700px;
    }
    .logincard{
        right: 700px;
    }
}*/

/*第一部分*/
.sec{
    height: 480px;
    background-size: cover;
    /* margin-top: -480px; */
    z-index: 999;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.secon{
    width: 1200px;
    margin: auto;
    padding: 40px 0px;
}



/*右边部分*/
.logincard{
    width:250px;
    height:340px;
    background:rgba(255,255,255,0.8);
    float: right;
    text-align: center;
}
.logincard img{
    width: 80px;
    height: 80px;
    margin:20px 85px 5px 85px;
    border-radius: 50%;
}
.logincard .name{
     font-size: 16px;
    color: #333;
    text-align: center;
    /* margin: 20px 85px 50px 85px; */
    margin-bottom: 25px;
}
.logincard .logina{
     background: rgba(58, 181, 127,0.8);
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
}
.logincard .logina:hover{
    background: rgba(58, 181, 127,1);
}
.choose{
    margin-top: 25px;
}
.choose a{
    font-size: 16px;
}
.choose a:hover{
    color: #4372FF;
}
.logincard .line{
    border-bottom: 1px solid #ccc;
    width: 200px;
    margin: auto;
    margin-top: 20px;
}
.joina{
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}
.joina span{
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.joinsj{
    font-size: 12px;
    margin: 0px 31px;
    color: #7B7B7B;
    text-align: left;
    line-height: 27px;
}
.joinsj span{
    color: #999;
}



/*首页备考资料*/
.sybkzl{
    color: #666;
    line-height: 32px;
}
.sybkzl ul li{

}
.sybkzl ul li a{
    color: #666;
}
.sybkzl ul li .js{
    width: 90%;
    float: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.sybkzl ul li .sj{
    float: right;
    width: 10%;
}



/*第二部分*/
.sec2{
    background: #f5f5f5;
    width: 1200px;
    margin: auto;
    height: 150px;
    margin-top: 20px;
	margin-bottom: 20px;
}
.sec2con{
    background: #C5FBCC url(../img/book.png) no-repeat right;
    width: 360px;
    height: 100px;
    background-size: contain;
    margin-top: 27px;
}
.sec2con:hover{
    box-shadow: 0px 0px 10px #bbb;
}
.sec2con h3{
    background: linear-gradient(141deg,rgba(109,206,123,1) 0%,rgba(84,193,99,1) 50%,rgba(58,179,74,1) 100%);
    width: 80px;
    font-size: 12px;
    color: #fff;
    border-radius: 0px 20px 20px 0px;
    height: 20px;
    line-height: 18px;
    /* letter-spacing: 120px; */
    text-align: center;
}
.sec2con p{
    font-size: 14px;
    font-weight: bold;
    margin: 13px 0px 2px 10px;
    width: 80%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.sec2con span{
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    height: 21px;
    overflow: hidden;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 80%;
}
.sec2con a:hover{
    color: #4372FF;
}
.teac{
    background: #D7EAFB url(../img/teacher.png) no-repeat right;background-size: contain;
}
.teac h3{
    background:linear-gradient(141deg,rgb(136, 189, 236) 0%,rgb(53, 148, 232) 100%);
}
.mszl{
    background: #D2D2FF url(../img/ms.png) no-repeat right;background-size: contain;
}
.mszl h3{
    background:linear-gradient(141deg,rgb(133, 133, 224) 0%,rgb(114, 114, 212) 100%);
}

.gddn{
    float: right;
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
.gddn a{
	color:#666;
}

/*第三部分*/
.sec3{
    background:#617FA5;
    height: 300px;
}
.sec3con{
    width: 1200px;
    margin: auto;
    padding: 45px 0px;
}
.sec3con-c:hover{
    box-shadow: 0px 0px 10px #333;
}
.jchd{
    float: left;
}
.sec3con-l{

}
.sec3con-l img{
    width: 350px;
}
.sec3con-l p{
    font-size: 20px;
    color: #f5f5f5;
    margin-left: 60px;
    /* text-align: center; */
    /* left: 63px; */
    margin-top: 15px;
    margin-bottom: 20px;
}
.sec3con-l a{
    background: #56B929;
    color: #f5f5f5;
    padding: 10px 20px;
    margin: 0px 68px;
}
.sec3con-l a:hover{
    box-shadow: 0px 0px 10px #565656;
}
.sec3con-l span{
    color: #ccc;
    font-size: 14px;
    margin-left: 45px;
}

.sec3con-c{
    background:#fff;
    border-radius: 5px;
    width: 370px;
    height: 210px;
    padding: 12px;
}
.top{
    
}
.spa-l{
    font-size: 12px;
    color: #333;
    float: left;
}
.spa-l img{
    width: 20px;
}
.spa-r{   
    float: right;   
    color: #999;   
    font-size: 12px;
}
.sec3con-c h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
.centern{

}
.centern img{
    width: 120px;
    height: 72px;
    float: left;
}
.centern p{
    width: 215px;
    float: right;
    color: #666;
    height: 74px;
    overflow: hidden;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}
.centern ul{

}
.centern ul li{    
    font-size: 12px;   
    line-height: 25px;
    margin-left: 20px; 
    float: left;
}
.bottomn{
    margin-top: 15px;
}
.bot-l{
    font-size: 12px;
    float: left;
}
.bot-r{
    float: right;
    font-size: 12px;
    /* margin-top: 20px; */
}
.bot-r em{  
    color: #3AB34A; 
    font-style: normal;
    font-weight: bold;
}




/*第四部分*/
.sec4{
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}
.sec4-l{

}
.sec4-l ul li:hover{
    color: #4372FF;
}
.sec4-l h3{
    font-size: 26px;
    font-weight: bold;
    border-left: 5px solid rgba(249,92,92,1);
    padding-left: 20px;
}
.sec4-l h3 em{
    font-size: 14px;
    color: #999;
    font-style: normal;
    margin-left: 20px;
}
.sec4-l h3 span{  
    font-size: 14px;  
    color: #999;  
    float: right;
}
.sec4-l ul{
    margin-top: 25px;
}
.sec4-l ul li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
}
.sec4-l ul li:hover{
    /*transform: translateY(-2px);*/
}
.sec4-l ul li:nth-child(even){
    float: right;
    margin-right: 0px;
}
.sec4-l ul li img{
    width: 40%;
    float: left;
}
.rdzxpic{
	height:95px;
}
.hot-r{
    float: right;
    width: 56%;
}
.hot-r h4{
    font-size: 14px;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 23px;
    margin-top: 0px;
}
/*.hot-r h4:hover{
    color: #4372FF;
}*/
.botn{
    line-height: 17px;
        letter-spacing: 1px;
}
.botn a{
    float: left;
    border: 1px solid #5FC397;
    color: #5FC397;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 20px;
}
.bm:hover{
    background:#5FC397;
    color: #fff;
}
.bkgg{

}
.bkgg a{

}
.lookn{
    font-size: 12px;
    vertical-align: middle;
}
.lookn img{
    width: 14px !important;
    vertical-align: middle;
    padding-top: 5px;
}
.fbsj{
    color: #F95C5C;
    font-size: 12px;
    float: right;
}
.gd a{
    color: #999;
    font-weight: normal;
}
.gd a:hover{
    color: #4372FF;
}

/*右边部分*/
.sec4-r{

}
.sec4-r h3{
    font-size: 26px;
    font-weight: bold;
    border-left: 5px solid rgba(249,92,92,1);
    padding-left: 20px;
}
.sec4-r h3 span{  
    font-size: 14px;  
    color: #999;  
    float: right;
}
.sec4-r ul{
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 0px 25px;
}
.sec4-r ul li{
    line-height: 50px;
}
.sec4-r ul li a{
    color: #666;
    font-size: 14px;
}
.sec4-r ul li span{
    
}
.sec4-r ul li a:hover{
    color: #DF455F;
    font-size: 16px;
    margin-left: -20px;

}
.sec4-r ul li a:hover em{
    background: none;
}
.sec4-r ul li a em{
    width: 10px;
    height: 10px;
    background: rgba(204,204,204,1);
    border-radius: 50%;
    /* position: static; */
    vertical-align: middle;
    float: left;
    margin-right: 14px;
    /* line-height: 30px; */
    margin-top: 20px;
}


/*第五部分*/
.sec5{
    width: 1200px;
    margin: auto;
    height: 410px;
    background: #f5f5f5;
    /*margin-top: 20px;*/
    padding: 20px;
}
.top1{

}
.top1 h3{
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    float: left;
    line-height: 30px;
    letter-spacing: 2px;
}
.top1 ul{
    float: left;
    margin-left: 20px;
    margin-bottom: 0px;
}
.top1 ul li{
    float: left;
    margin-right: 14px;
    background: #fff;
    /* padding: 10px 23px; */
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.top1 ul li:hover{
    background: #1177BB;
}
.top1 ul li a{
    font-size: 14px;
    /* background: #fff; */
    /* padding: 10px 22px; */
}
.top1 ul li:hover a{
    color: #fff;
}


/*左边部分*/
.sec5lf{
    padding-left: 0px;
    margin-top: 30px;
    padding-right: 0px;
    /* width: 70%; */
}
.sec5on{
    background: #fff;
}
.sec5on-l{
    width: 390px;
    height: 300px;
    float: left;
   /*  padding:10px 0px 0px; */
}
.sec5on-l img{

}
.sec5on-r{
    float: right;
    width: 750px;
    padding: 10px 0px 0px;
}
.sec5on-r ul{
    border-left: 1px solid #eee;
    margin-left: 15px;
    padding-left: -37px;
}
.sec5on-r ul li{
    line-height: 30px;
}
.sec5on-r ul li a{  
    color: #666; 
    font-size: 14px;
}
.sec5on-r ul li a:hover{
    color: #1177BB;
}
.sec5on-r ul li a:hover em{
    background: #1177BB;
}
.sec5on-r ul li .bt{


}
.sec5on-r ul li .bt em{
    width: 10px;
    height: 10px;
    background: rgba(204,204,204,1);
    border-radius: 50%;
    /* position: static; */
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    /* line-height: 30px; */
    margin-top: 10px;
    margin-left: -5px;
}
.sec5on-r ul li .sj{
    float: right;
}
.sjb-ewm{
    position: absolute;
        top: -88px;
    z-index: 999;
    right: 285px;
    /* display: none; */
}
.sjb-ewm img {
    width: 120px;
    height: 120px;
    border-radius: 0px;
}
.wxx-ewm{
    position: absolute;
   top: -88px;
    z-index: 999;
    right: 0px;
    /* display: none; */
}
.wxx-ewm img {
    width: 120px;
    height: 120px;
    border-radius: 0px;
}



/*点播部分*/
.sec5on-r .kczxcon {
    width: 360px;
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
.sec5on-r .kczxcon .qrcode img {
    position: absolute;
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 5px;
}
.kczxcon:hover h3{
    color: #2770c1 !important;
}
.sec5on-r .kczxcon img {
    width: 140px;
    float: left;
    margin-right: 5px;
}
.sec5on-r .kczxcon .kcjs {
    width: 215px;
    float: right;
}
.sec5on-r .kczxcon .kcjs h3 {
    font-size: 15px;
    margin: 0px;
    color: #333;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}
.sec5on-r .kczxcon .kcjs p {
    color: #f00;
    font-size: 14px;
    padding: 20px 10px 0px;
}
.sec5on-r .kczxcon .kcjs p span {
    float: right;
    color: #666;
}



/*右边部分*/
.sec5rt{
    margin-top: 30px;
    padding-right: 0px;
}
.secrtn{
    padding-top: 10px;
}
.secrtn ul{
    margin-top: 20px;
}
.secrtn ul li{
    width: 85px;
    float: left;
    margin-right: 10px;
    /* background: #f5f5f5; */
    text-align: center;
    vertical-align: middle;
    /* line-height: 30px; */
    padding: 10px;
    border: 1px solid #eee;
}
.secrtn ul li:hover{
    box-shadow: 0px 0px 10px #dadada;
}
.secrtn ul li img{  
    width: 40px;  
    height: 40px; 
    /* margin-top: 10px; */ 
    border-radius: 5px;
}
.secrtn ul li p{   
    font-size: 14px;  
    margin-bottom: 0px;    
    /* line-height: 32px; */ 
    margin-top: 10px;
}
.tk{
    background: #1177BB;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    margin-top: 15px;
}
.tk a{
    color: #fff;
}
.tk:hover{
    box-shadow: 0px 0px 10px #8e8d8d;
}
.tklb{

}
.tklb li{
width: 112px !important;
    float: left;
    margin-right: 16px !important;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    border:1px solid rgba(238,238,238,1);
}
.tklb li:hover{
    background: #1177BB;
}
.tklb li:hover a{
    color:#fff;
}
.tklb li a{

}


/*考试倒计时*/
/*.ksdjs{
    margin-top: 30px;
    background: #1177BB;
    padding: 10px 20px;
}
.ksdjs .p1{
    border-bottom: 1px solid #dedede;
    padding: 5px 0px 10px 0px;
    font-size: 20px;
    color: #fff;
}
.ksdjs .p2{
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}
.ksdjs .p2 span{color: #ffe000;font-size: 20px;font-weight: bold;}
.ksdjs .p3{
    color: #c5c5c5;
}
.ksdjs .p3 b{
    color: #fb8200;
    font-weight: normal;
    font-size: 16px;
}*/


.ksdjs{
        margin-top: 25px;
        border-top: 1px solid #eee;
        padding-top: 19px;
}
.ksdjs .p1{
    font-size: 26px;
    border-left: 5px solid #f95c5c;
    padding-left: 15px;
    font-weight: bold;
}
.ksdjs-l{
    width: 260px;
    float: left;
}
.ksdjs-l .p2{
    margin: 15px 0px;
    font-size: 18px;
}
.ksdjs-l .p3{
    margin: 17px 0px;
    color: #666;
}
.ksdjs-l .p3 b{
    font-weight: normal;
    color: #ff5e00;
}
.ksdjs-r{
    float: right;
}
.ksdjs-r span{
    float: right;
    background: url(../img/ksrl1.png) no-repeat center;
    height: 100px;
    background-size: cover;
    width: 100px;
    margin-top: -25px;
    text-align: center;
    line-height: 130px;
    font-size: 24px;
    color: red;
    font-weight: bold;
}




/*第六部分-面授课程*/
/*第六部分-面授课程*/
.sec6{
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}
.top2{

}
.top2 h3{
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
    float: left;
    line-height: 30px;
    letter-spacing: 2px;
}
.top2 ul{
    float: left;
    margin-left: 20px;
    margin-bottom: 0px;
}
.top2 ul li{
    float: left;
    margin-right: 14px;
    background: #fff;
    /* padding: 10px 23px; */
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgba(238,238,238,1);
}
.top2 ul li:hover{
    background: #1177BB;
}
.top2 ul li a{
    font-size: 14px;
    /* background: #fff; */
    /* padding: 10px 22px; */
}
.top2 ul li:hover a{
    color: #fff;
}


/*左边第一个*/
.leftone{

}
.leftn{
     border: 1px solid rgba(238,238,238,1);
     padding: 0px 15px 15px;
}
.leftone a:hover{
    color: #4372FF;
}
.leftone a:hover .summary{
    color: #4372FF;
}
.leftone img{
    width: 100%;
     height: 192px; 
}
.leftone h4{
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    overflow: hidden;
}
.leftone .summary{
    color: #666;
    font-size: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 20px;
}
.bottn{

}
.bottn img{
    width: 18px;
    height: 18px;
}
.bottn .jg{
    color: #FF3600;
    font-size: 16px;
    float: left;
    width: 56%;
}
.bottn .bfl{
    color: #666;
    font-size: 14px;
    /* float: right; */
    vertical-align: middle;
}
.bottn .pl{
    color: #666;
    font-size: 14px;
    float: right;
    vertical-align: middle;
    margin-left: 20px;
}
.tpic1{
     /*width: 200px; */
    /*height: 120px;*/
    overflow: hidden;
}
.tpic1 img{
    cursor: pointer;
    transition: all 0.5s;
}
.tpic1 img:hover{
    transform: scale(1.1);
}



/*右边列表*/
.rightone{

}
.rightone ul{
    margin: 0px;
}
.rightone ul li{
    width: 23%;
    float: left;
    margin-right: 23px;
    margin-bottom: 5px;
}

.rightone a:hover{
    color: #4372FF;
}
.rightone a:hover .bottn1{
    color: #4372FF;
}
.rightone ul li:nth-child(4n){
    float: right;
    margin-right: 0px;
}
.rightone img{
    width:100%;
}
.tpic{
     /*width: 200px; */
    /*height: 120px;*/
    overflow: hidden;
	height: 120px;
}
.tpic img{
    cursor: pointer;
    transition: all 0.5s;
}
.tpic img:hover{
    transform: scale(1.1);
}
.rightone h4{
    font-size: 14px;
    font-weight: bold;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.bottn1{
    vertical-align: middle;
}
.bottn1 img{
    width: 14px;
    height: 14px;
}
.bottn1 .jg1{
    color: #FF3600;
    font-size: 12px;
    float: left;
    width: 52%;
    vertical-align: middle;
}
.bottn1 .bfl1{
    color: #666;
    font-size: 12px;
    /* float: right; */
    vertical-align: middle;
}
.bottn1 .pl1{
    color: #666;
    font-size: 12px;
    float: right;
    vertical-align: middle;
    /* margin-left: 10px; */
}




/*师资力量*/
.sec7{
    height: 400px;
    background: #eee;
    padding:44px 0px 36px 0px; 
}
.sec7con{
    width: 1200px;
    margin: auto;
}
.top3{

}
.top3 h3{
    font-size: 26px;
    font-weight: bold;
    margin: 0px;
}
.top3 h3 span{

color: #999;

font-size: 14px;

font-weight: bold;

margin-left: 30px;
}
/*轮播*/
.swiper-father {
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
    position: relative;
}
#swiper-container {
    width: 90%;
    height: 90%;
    margin-top: 30px;
}
#swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#swiper-container img{
    height: 250px;
}
.swiper-father .swiper-button-prev{
    /*color: #fff;*/
    /*opacity: 1;*/
    /*left: 0px;*/
    /*cursor: none;*/
    user-select: none ; 
    outline: none;
}
.swiper-father .swiper-button-next{
    /*color: #fff;*/
    /*opacity: 1;*/
    /*right: 0px;*/
    /*cursor: none;*/
    user-select: none ; 
    outline: none;
}
.itemcon{
    position: relative;
    top: -72px;
    background:rgba(51,51,51,0.5);
    color: #fff;
    height: 85px;
}
.itemcon h3{
    text-align: center;
    margin: 0px;
    padding: 12px 0px;
    font-size: 20px;
    color: #fff;
}
.itemcon .txx{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}
.sec7li{
    height: 250px;
	width: 100%;
}
.sec7li:hover .itemcon{
    transform: translateY(-180px);
    background:rgba(51,51,51,0.7);
    height: 250px;
    transition: 0.25s linear; /*上移速度*/
}
.sec7li:hover img{
    filter: blur(5px);               
    -webkit-filter: blur(5px);  /* chrome, opera */          
    -ms-filter: blur(5px);       
    -moz-filter: blur(5px);
}
.sec7li:hover .txx{
    display: none;
}
.sec7li .itemcon hr{
    margin: 0px;
    margin: auto;
    border-top: 3px solid #eee;
    width: 125px;
    padding-bottom: 10px;
}
.zz{
    padding: 0px 10px 15px;
    line-height: 22px;
    display: none;
    font-size: 14px;
    text-align: left;
    color: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.sec7li:hover .zz{
    display:block;
    transform: translateY(0px);
    height: 250px;
}


/*图书资料*/
.sec8{
    width: 1200px;
    margin: auto;
    margin-top: 30px;
}
.tslb{
    background: #F65558;
    border-radius: 5px;
}
.tslb h3{

font-size: 18px;

font-weight: bold;

color: #fff;

padding: 15px 0px 10px 10px;

margin: 0px;
}
.tslb .linex{

border: 2px solid #fff;

width: 20px;

margin-left: 15px;
    margin-bottom: 10px;
}
.tslb img{
    width: 102px;
    height: 102px;
    text-align: right;
    float: right;
    /* margin-bottom: 5px; */
    margin: 0px 10px 10px 0px;
}
.tslbn{
    padding: 0px;
    width: 15%;
    margin-top: 30px;
    float: left;
    margin-right: 24px;
}
.tslbn:hover{
    /*box-shadow: 0px 0px 10px #bbb;*/
    opacity: 0.9;
}


/*底部*/
.footer{
    background: #373737;
    margin-top: 30px;
    padding-bottom: 10px;
}
.footercon{
    width: 1200px;
    margin: auto;
    padding: 50px 0px 0px;
}
.footercon img{

}
.subtitle{

color: #fff;

font-size: 14px;

line-height: 30px;

margin-top: 20px;
}
.subtitle a{
    color: #fff;
}
.subtitle a:hover{
    color: #4372FF;
}
.bigtitle{

font-weight: bold;

color: #fff;

font-size: 14px;
}
.ewm{

width: 100px;
}
.logon{
    
height: 50px;
    
width: auto;
}
.footercon .fl{
    float: left;
}


/*.fixed_box{position:fixed; top:190px;left: 1%; width:75px;z-index:987654;font-size: 12px}*/
.fixed_box{position:fixed;top:28%;right: 20px;width: 71px;z-index:987654;font-size: 12px;background: #fff;border: 1px solid #e3e3e3;}
.fixed_box a:link,.fixed_box a:visited{
    display: block;
    width: 70px;
    height: 50px;
    margin-top: 1px;
    color: #333;
    background-position: center 10px;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 53px;
    line-height: 0px;
    z-index: 545;
    text-decoration: none;
    /* border-radius: 4px; */
    font-size: 12px;
    margin-bottom: 0px;
    border-right: 1px solid #e3e3e3;
    }
.fixed_box a:hover{
    color: #4372ff;
}
.fixed_box a{ position:relative;}
.fixed_box a.rtel{ height:53px; padding:0; position:relative;}
.fixed_box a.rtel span{border: none; position:absolute; width:53px;height:53px; background:#0cf; top:0; right:0; text-align:left; line-height:53px; font-size:16px; overflow:hidden;}
.fixed_box a.rtel span input{border:none;}
.fixed_box a.rtel span i{ width:53px; height:62px; float:right; padding-top:30px;background:#ce0205; color:#ffffff; background-position:center 8px; background-repeat:no-repeat; text-align:center;line-height:23px; font-style:normal; margin-right:10px; font-size:12px;}
.fixed_box a.rtel:hover span i{background-color:#484848;}
.fixed_box a span.ewm{ width:120px; height:120px;position:absolute; right:72px; top:0; display:none;}
.fixed_box a span.ewm img{ display:block;}
.an1, .an2{
    background-color: #fff;
    /*border-bottom: 1px solid #e4e4e4;*/
}
.an3{
    background-color: #fff;
    /*border-bottom: 1px solid #e4e4e4;*/
}
.an4{
    background-color: #fff;
    /*border-bottom: 1px solid #e4e4e4;*/
}
.an5{
    background-color: #fff;
    /*border-bottom: 1px solid #e4e4e4;*/
}
.lineb{
    border: 1px solid #f3f3f3;
    width: 60px;
    margin: auto;
}
/*.fixed_box .a1:hover{background-color: rgb(255, 51, 0);}
.fixed_box .a2:hover{background-color: rgb(255, 51, 0);}
.fixed_box .a4:hover{background-color:#f7340b;}
.fixed_box .a5:hover{background-color: rgb(68, 68, 68);}*/
/*右侧悬浮结束*/

