@charset "utf-8";
/* ============容器============== */
/*===========Copyright@小码谷 www.xiaomaxue.cn 专业建站=============*/
body{
    margin:0;padding:0; background-color:#f3f7fb;
    font-size:14px; font-family:微软雅黑,Verdana, Geneva, sans-serif
}
div,li,td,p,select,input,textarea,a,button,input{color:#505050;text-decoration: none}
ul,li{margin:0px;padding:0px; list-style:none}
p{ margin:0; padding:0}
img { border:0}
a{color:#000;text-decoration: none;}
a:hover{color:#E61519;text-decoration: none;transition: all .3s}
.header {
    width:100%;
    height: 120px;
    background-color:#BD1B2D;
    /*box-shadow: 0 2px 14px 0 rgba(112,96,94,.08);*/
    /*position: fixed;
    top: 0;*/
    float: left;
    z-index: 0;
    /*box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);*/
    /*border-bottom: 1px #f1f1f1 solid;*/
    /*padding-bottom: 20px;*/
    min-width: 1200px;
}
.topNav{
    width: 100%;
    float: left;
    background-color: #f5f6f9;
    padding: 3px 0;
}
.topNavCon{
    width: 50%;
    line-height: 20px;
    padding: 5px 0;
    float: left;
}
.head-area{
    width: 1200px;
    float: left;
}
.logo{
    height: 56px;
    display: inline;
    float: left;
    margin-top: 32px;
}
.logo img{
    height: 56px;
    margin-top: 0px;
}
.logo-info{
    height: 22px;
    float: left;
    margin-left: 21px;
    margin-top: 53px;
}
.logo-info img{
    height: 22px;
}
.search-area{
    width: 430px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 0.95;
    float: left;
    margin-top: 35px;
    margin-left: 64px;
}
.search-area input{
    width: 340px;
    height: 52px;
    float: left;
    border:none;
    line-height: 52px;
    font-size: 16px;
    margin-left: 20px;
}
.search-area .btn{
    width: 60px;
    height: 52px;
    float: right;
    cursor: pointer;
    background: url("../images/search-btn.png") center center no-repeat;
    background-size: 28px;
}
.contact-area{
    height: 48px;
    float: right;
    margin-top: 36px;
}
.contact-area .tel{
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 50%;
    background: #fff url("../images/tel-top.png") center center no-repeat;
    background-size: 29px;
}
.contact-area .tel-no{
    height: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    float: left;
    margin-left: 15px;
}
.contact-area .tel-tle{
    clear: both;
    height: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    float: left;
    margin-left: 63px;
    margin-top: -20px;
}
.h5{
    float: right;
    margin-top: 10px;
}
.h5 img{
    height: 80px;
}
.container {
    clear:both;
    width:1200px;
    min-width: 1200px;
    margin:0 auto;
}
.menu-line{
    width: 100%;
    float: left;
    overflow: hidden;
    height: 1px;
    background-color: #99212F;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
}
.menu-area{
    width: 100%;
    float: left;
    height: 60px;
    background: #BD1B2D;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    min-width: 1200px;
}
.menu-con{
    float: left;
    margin-left: 61px;
    height: 52px;
    margin-top: 28px;
}
.menu{
    height: 60px;
    float: left;
}
.menu li{
    float: left;
    position: relative;
    margin-right: 50px;
    letter-spacing: 1px;
}
.menu li a{
    display: inline-block;
    font-size: 16px;
    color:#fff;
    height: 22px;
    margin-top: 19px;
    font-weight: 400;
    text-shadow: 0px 4px 10px rgba(0,0,0,0.06);
}
.menu li a:hover{
    text-decoration: none;
    color:#F4D289
}
.menu li.on {

}
.menu li.on a{
    color: #F4D289 ;
    font-weight: 600;
    height: 33px;
    font-size: 18px;
    border-bottom: 4px #F4D289 solid;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    margin-top: 18px;
}
.menu li.on{
    /*background: url("../images/menu-dot.png") center 36px no-repeat;
    background-size: 14px;*/
}
/*.menu li.on:after{
    content: '';
    position: absolute;
    width: 80%;
    min-width: 20px;
    height: 3px;
    background: #5184eb;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%,0);
}*/
.memLogin{
    height: 60px;
    float: right;
}
.memLogin li{
    float: left;
    position: relative;
    margin-left: 20px;
}
.memLogin li a{
    display: inline-block;
    font-size: 16px;
    color:#fff;
    height: 22px;
    margin-top: 19px;
    font-weight: 400;
}
.memLogin li a:hover{
    text-decoration: none;
    color:#F4D289
}
.memLogin li.on a{
    color: #F4D289 ;
    font-weight: 600;
    height: 33px;
    font-size: 18px;
    border-bottom: 4px #F4D289 solid;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.06);
    margin-top: 18px;
}
.mem-menu{
    height: 20px;
    float: right;
    margin-right: 0px;
    padding-top: 0px;
    margin-top: 2px;
}
.mem-menu a{
    text-decoration: none;
}
.mem-menu a.login{
    border-radius: 16px;
    padding: 2px 20px;
    width: 68px;
    height: 18px;
    border: 1px #ff2442 solid;
    color: #ff2442;
    font-size: 14px;
}
.mem-menu a.reg{
    border-radius: 16px;
    padding: 6px 20px;
    width: 68px;
    height: 32px;
    background-color: #ff2442;
    border: 1px #ff2442 solid;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}
.mem-info{
    height: 80px;
    float: right;
    margin-right: 20px;
    padding-top: 8px;
}
.top-blank{
    clear: both;
    width: 100%;
    height: 15px;
    float: left;
    overflow: hidden;
}
.banner-area{
    width: 100%;
    overflow: hidden;
    height: 470px;
    margin: 0 auto;
    min-width: 1200px;
}
.slide-news{
    width: 275px;
    float: right;
}
.slide-news-tle{
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.slide-news-tle a{
    float: right;
    color:#999;
    font-size: 14px;
    font-weight: normal;
    border: 1px #f5f5f5 solid;
    border-radius: 10px;
    padding: 0px 10px;
    text-decoration: none;
}
.slide-news-tle a:hover{
    border:1px #d32f2f solid;
    color: #d32f2f;
}
.slide-news-con{
    width: 100%;
    float: left;
    padding-top: 10px;
}
.slide-news-con li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide-news-con li a{
    padding-left: 5px;
}
.slide-news-con li span{
    float: right;
    color: #999;
}
.course-bg{
    width: 100%;
    float: left;
    background: url("../images/course-bg.jpg")center top no-repeat;
    background-size: cover;
    min-width: 1200px;
}
.indexProject{
    width: 266px;
    float: left;
    height: 465px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    /*opacity:0.9;*/
    /*filter:alpha(opacity=90);*/ /* 针对 IE8 以及更早的版本 */
    overflow: hidden;
    /*border-radius: 10px 0 0 10px;*/
    margin-top: -470px;
    opacity: 0.9;
    padding-top: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.05);
}
.projectCon{
    width: 246px;
    height: auto;
    float: left;
    padding-left: 20px;
}
.projectCon ul{
    float: left;
}
.projectCon li {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    width: 100%;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    text-overflow: ellipsis; /* 显示省略符号来代表被修剪的文本 */
    color:#666;
    padding: 5.5px 0;
}
.projectCon li.tle{
    width: 243px;
    font-weight: 400;
    font-size: 14px;
    background: url("../images/dot.png") 220px center no-repeat;
    background-size: 14px;
}
.projectCon:hover{
    background-color: #f5f5f5;
}
.projectCon.on{
    background-color: #f5f5f5;
}
.projectCon li a{
    color:#666;
    margin-left: 0;
    padding-left: 5px;
    margin-right: -13px;
    font-size: 13px;
}
.projectCon:hover li.tle a{
    color: #666;
}
.projectCon li.tle a:hover{
    color:#E61519
}
.projectCon li a.tle{
    color:#333;
    font-size: 14px;
    font-weight: 600;
    margin-right: 0px;
}
.projectCon li:hover a.tle{
    color:#E61519
}
.indexProject .on li a.tle{
    color:#E61519
}
.indexProjectCon{
    width: 760px;
    float: left;
    height: 470px;
    margin-top: -470px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    opacity:0.9;
    filter:alpha(opacity=90); /* 针对 IE8 以及更早的版本 */
    overflow: hidden;
    margin-left: 266px;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.05);
}
.projectConTle{
    width: 720px;
    margin-left: 20px;
    float: left;
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px #e5e5e5 solid;
    font-weight: 600;
}
.projectConList{
    width: 720px;
    margin-left: 20px;
    float: left;
    padding: 15px 0;
    font-size: 14px;
}
.projectConList li {
    height: 20px;
    line-height: 20px;
    float: left;
    margin-right: 20px;
    padding: 5px 0;
}
.leftbody{
    width: 855px;
    float: left;
    margin-top: 15px;
    background-color: #fff;
    overflow: hidden;
}
.rightbody{
    width: 310px;
    float: right;
    margin-top: 15px;
    background-color: #fff;
    overflow: hidden;
}
.tle-area{
    width: 100%;
    height: 36px;
    float: left;
}
.tle-area h2{
    float: left;
    font-size: 24px;
    color: #202228;
    line-height: 54px;
    margin-right: 56px;
    font-weight: 700;
}
.tle-area{
    float: left;
    line-height: 50px;
    padding: 10px 0;
}
.tle-area li{
    font-size: 16px;
    color: #111;
    float: left;
    margin-right: 30px;
    position: relative;
    padding-top: 3px;
}
.tle-area li a{
    font-size: 16px;
    text-decoration: none;
    color:#202228
}
.tle-area li.on a{
    color: #d32f2f;
}
.tle-area li.on:after{
    content: '';
    position: absolute;
    min-width: 20px;
    width: 60%;
    height: 1px;
    border: 1px solid #d32f2f;
    background: #d32f2f;
    bottom: 10px;
    border-radius: 2px;
    left: 50%;
    transform: translate(-50%,0);
}
.tle-area span{
    float: right;
    font-size: 14px;
}
.tle-area span a{
    text-decoration: none;
}
/*课程列表*/
.courseArea{
    width: 100%;
    float: left;
    background: #fff url("../images/course-bg-1.jpg") left top no-repeat;
    background-size: 1200px;
    border-radius: 12px;
    margin-top: 15px;
    margin-bottom: 70px;
}
.course-area{
    width: 1220px;
    float: left;
    padding-bottom: 25px;
}
.course-area li{
    width: 260px;
    height: 288px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
    transition:transform 0.4s;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    border-radius: 12px;
    margin-top: 25px;
    margin-left: 25px;
    overflow: hidden;
}
.course-area li:hover{
    transform:translate(0,-8px);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.3);
}
.course-area li p{
    width: 230px;
    float: left;
    margin-left: 15px;
}
.course-area li p.img {
    width: 260px;
    margin-top: 0px;
    margin-left: 0;
}
.course-area li p.img img{
    width: 260px;
    height: 161px;
    border-radius: 3px;
}
.course-area li p.tle{
    font-size: 14px;
    color: #333;
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 19px;
    line-height: 19px;
    font-weight: 600;
    margin-top: 15px;
}
.course-area li:hover p.tle{
    color:#E61519
}
.course-area li p.con{
    font-size: 12px;
    color: #999;
    width: 255px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    margin-top: 10px;
}
.course-area li p.tag{
    margin-top: 5px;
}
.course-area li p.tag span{
    background: #FFFFFF;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 12px;
    color: #925709;
    cursor: pointer;
    background: url("../images/tagbg1.png") left center repeat-x;
}
.course-area li p.tag span.tle2{
    background: #FFFFFF;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 12px;
    color: #925709;
    cursor: pointer;
    background: url("../images/tagbg2.png") left center repeat-x;
    margin-left: -3px;
}
.course-area li p.tag span:hover{

}
.course-area li p.info {
    padding-top: 15px;
}
.course-area li p.info span{
    float: left;
    color: #999;
    font-size: 12px;
    margin-left: 20px;
    line-height: 16px;
}
.course-area li p.info small{
    float: left;
    margin-right: 20px;
    font-size: 16px;
    color: #FF5252;
    font-weight: bold;
}
.course-area li p.info small a{
    font-size: 14px;
    font-weight: normal;
    color: #FF5252;
}
.course-area li p.info small a.txt{
    color:#FF5252;
    font-size: 12px;
    padding-left: 5px;
}
.course-area li.cad{
    width: 540px;
}
.course-area li.cad a img{
    width: 100%;
    height: 287px;
}
.news-area{
    width:308px;
    float: right;
    margin-top: 25px;
    overflow: hidden;
    margin-right: 25px;
}
.rnTle{
    width: 308px;
    float: left;
    font-size: 20px;
    margin-left: 20px;
    color:#202228;
}
.rnTag{
    width: 308px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.rnTag li{
    background-color: #f0f0f0;
    border-radius: 3px;
    height: 32px;
    width: 133px;
    text-align: center;
    line-height: 32px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
    /*box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);*/
}
.rnTag li:hover{
    background-color: #ffefef;
}
.rnTag li a{
    display: block;
}
.rnTle1{
    width: 308px;
    float: left;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px;
    color:#202228;
    font-weight: 600;
}
.rnCon{
    width: 308px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}
.rnCon li{
    line-height: 32px;
    float: left;
    margin-bottom: 10px;
    font-size: 15px;
}
.rnCon li span{
    width: 30px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    float: left;
    color:#d6dbe3
}
.rnCon li span.t{
    color:#FF2E2F
}
.rnCon li a{
    width: 250px;
    float: left;
    margin-left: 6px;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    line-break: anywhere;
    flex: 1;
    min-width: 0;
    transition: all .3s;
}
.rnCon li a:hover{
    transition: all .3s;
}
.category-area{
    width: 100%;
    height: 30px;
    float: left;
    padding-left: 20px;
    overflow: hidden;
}
.category-area li{
    height: 30px;
    float: left;
    line-height: 30px;
    padding: 0 15px;
    padding-top: 5px;
}
.category-area li a{
    font-size: 14px;
    text-decoration: none;
}
.category-area li.on a{
    color: #007ee8;
    font-size: 14px;
}
.con-area{
    width: 100%;
    float: left;
}
.con-area li{
    width: 815px;
    float: left;
    border-bottom: 1px #ddd dotted;
    padding: 20px 20px;
}
.con-area li p.nimg{
    width: 160px;
    height: 105px;
    float: left;
}
.con-area li p.nimg img{
    width: 160px;
    height: 105px;
}
.con-area li p.nDate{
    width: 50px;
    height: 66px;
    float: left;
}
.con-area li p.nDate .day{
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    color:#999;
    font-size: 36px;
}
.con-area li p.nDate .month{
    width: 50px;
    height: 16px;
    float: left;
    line-height: 16px;
    text-align: center;
    color:#999;
    font-size: 12px;
}
.con-area li p.ntle{
    width: 635px;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}
.con-area li p.ncon{
    width: 635px;
    float: right;
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    color: #999;
    font-size: 14px;
}
.con-area li p.ntime{
    width: 635px;
    float: right;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
}
.rightArcArea{
    width: 238px;
    float: left;
    border: 1px #eee solid;
    padding: 20px;
}
.tle-area-r{
    width: 238px;
    float: left;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 20px;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
    font-weight: 600;
}
.con-area-r{
    width: 238px;
    float: left;
}
.con-area-r li{
    width: 238px;
    float: left;
    border-bottom: 1px #eee solid;
    padding: 10px 0px;
}
.con-area-r li p.nimg{
    width: 40px;
    height: 26px;
    float: left;
    margin-top: 4px;
}
.con-area-r li p.nimg img{
    width: 40px;
    height: 26px;
}
.con-area-r li p.ntle{
    width: 190px;
    height: 32px;
    float: right;
    line-height: 16px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
/*分页*/
.page-area {
    clear:both;
    width:100%;
    display:inline;
    float:left;
    font-size:12px
}
.page-area ul{
    float:left;
    padding:12px 0px 12px 0;
}
.page-area ul li{
    float:left;
    font-family:Tahoma;
    line-height:17px;
    margin-right:6px;
    border:1px solid #E9E9E9;
    border-radius: 50%;
}
.page-area ul li.active{
    padding:5px 10px;
    background-color:#E61519;
    color:#fff;
    border-radius: 50%;
}
.page-area ul li.disabled{
    padding:5px 10px;
    color:#999;
    background-color:#eee
}
.page-area ul li a{
    float:left;
    padding:5px 10px;
    color:#555;
    display:block;
    font-family:Arial, Helvetica, sans-serif
}
.page-area ul li a:hover{
    color:#000;
    text-decoration:none;
    background-color:#f5f5f5;
    border-radius: 50%;
}
.page-area ul li.thisclass,
.page-area ul li.thisclass a,.pagebox ul li.thisclass a:hover{
    background-color:#F8F8F8;
    padding:5px 15px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif
}
.page-area .pageinfo{
    line-height:21px;
    padding:3px 15px;
    color:#999;
    float:left;
    background-color:#eee
}
.page-area .pageinfo strong{
    color:#555;
    font-weight:normal;
    margin:0px 2px;
}
.footer{
    width: 100%;
    float: left;
    margin-top: 15px;
    background-color: #222;
}
.footerArea{
    width: 100%;
    float: left;
    background-color: #222;
    padding: 5px 0;
}
.f-left{
    float: left;
}
.f-left li{
    width: 180px;
    float: left;
}
.f-left li a{
    clear: both;
    float: left;
    margin-top: 10px;
    color:rgba(255,255,255,.7);
    text-decoration: none;
    font-size: 14px;
}
.f-left li a:hover{
    color: rgba(255,255,255,.7);
}
.f-left li a.tle{
    color: rgba(255,255,255,.7);
    font-size: 18px;
    margin-bottom: 10px;
}
.f-right{
    float: left;
}
.f-right li{
    width:100px;
    float: left;
    margin-right: 30px;
}
.f-right li p.fimg{
    width: 100px;
    height: 100px;
    float: left;
}
.f-right li p.fimg img{
    width: 100px;
    height: 100px;
}
.f-right li p.ftle{
    width: 100px;
    height: 30px;
    float: left;
    line-height: 30px;
    color: rgba(255,255,255,.7);
    text-align: center;
}
.f-right li.tle{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 10px;
}
.f-line{
    width: 100%;
    height: 10px;
    float: left;
    line-height: 10px;
    border-top: 1px #b5b5b5 solid;
    margin-top: 20px;
}
.flink{
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 0px;
    margin-top: 30px;
    border-top: 1px #eee solid;
    padding-top: 30px;
}
.flink li{
    height: 20px;
    float: left;
    line-height: 20px;
    color: #333;
    margin-right: 15px;
    font-size: 16px;
}
.flink li.tle{
    margin-right: 5px;
}
.flink li a{
    font-size: 12px;
    color: #999;
}
.flink li a:hover{
    color:#E61519
}
.finfo{
    width: 100%;
    float: left;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.finfo img {
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}
.finfo a{
    color:#666;
}
.nav-area{
    width: 100%;
    float: left;
    padding: 20px 0 10px 0;
    color: #999;
}
.nav-area a{
    color:#999;
    text-decoration: none;
}
.nav-area a:hover{

}
.show-area{
    width: 100%;
    display: inline;
    float: left;
    background-color: #fff;
    padding: 30px 0;
}
.leftbody-show{
    width: 150px;
    float: left;
}
.show-info{
    width: 90px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}
.show-info li{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
    color:#333
}
.show-info li.time{
    font-size: 18px;
}
.show-info li.day{
    font-size: 28px;
    font-weight: bold;
}
.show-info li.tle{
    margin-top: 10px;
}
.show-info li.con{
    margin-top: -15px;
}
.rightbody-show{
    width: 969px;
    float: left;
    padding-left: 30px;
    border-left: 1px #ccc solid;
}
.rightbody-about-show{
    width: 939px;
    float: left;
    padding-left: 30px;
    border-left: 1px #ccc solid;
    overflow: hidden;
}
.show-area h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    padding-bottom: 10px;
    width: 1140px;
    margin-left: 30px;
    color:#333;
}
.showInfo{
    width: 1140px;
    float: left;
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin-left: 30px;
    border-bottom: 1px #eee solid;
    padding-bottom: 30px;
}
.show-con{
    width: 795px;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-left: 30px;
}
.show-con p{
    font-size: 16px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 10px;
    line-height: 32px;
    color: #333;
}
.show-con img{
    max-width: 100%;
}
.show-con p img{
    max-width: 100%;
}
.leftbody-about-show{
    width: 180px;
    float: left;
}
.left-about-menu{
    width: 120px;
    float: left;
    margin-left: 30px;
}
.left-about-menu li{
    width: 100px;
    padding: 20px 0;
    font-size: 16px;
    margin-bottom: 15px;
}
.left-about-menu li a{
    float: left;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
}
.left-about-menu li span{
    clear: both;
    width: 35px;
    height: 15px;
    float: left;
    line-height: 15px;
    overflow: hidden;
    border-top: 2px #ddd solid;
    margin-top: 5px;
}
.left-about-menu li.on a{
    color:#E61519;
    font-weight: bold;
}
.left-about-menu li.on span{
    border-top: 2px #E61519 solid;
}
.nearby{
    width: 795px;
    float: left;
    margin-left: 30px;
}
.nearby li{
    width: 340px;
    float: left;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    border: 1px #eee solid;
    padding: 20px;
}
.nearby li.r{
    margin-left: 30px;
}
.nearby li b{
    width: 340px;
    float: left;
    padding-bottom: 10px;
}
.nearby li a{
    width: 340px;
    float: left;
    color: #333;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*检索条件*/
.search-nav{
    width: 100%;
    float: left;
    padding-top: 15px;
}
.search-nav li{
    padding: 5px 0;
    float: left;
    margin-right: 20px;
}
.search-nav li a{
    text-decoration: none;
    display: block;
}
.search-nav li.on{
    background-color: #FAEDEE;
    border-radius: 5px;
    padding: 5px 10px;
}
.search-nav li.on a{
    color: #E61519;
    font-weight: bold;
}
/*课程详情*/
.course-info{
    clear: both;
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 30px 0;
}
.course-info-top{
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-bottom: 20px;
}
.cimg{
    width: 340px;
    float: left;
}
.cimg img{
    width: 340px;
    height: 190px;
}
.cinfo{
    width: 835px;
    float: right;
    padding-bottom: 40px;
}
.cinfo li{
    width: 100%;
    float: left;
}
.cinfo li.tle h1{
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.cinfo li.info{
    font-size: 14px;
    color: #999;
    padding: 10px 0;
    line-height: 19px;
}
.cinfo li.cinfos{
    font-size: 14px;
    color: #333;
    padding: 5px 0;
    line-height: 26px;
    margin-top: 15px;
}
.cinfo li.cinfos span{
    color: #666;
    width: 90px;
    float: left;
}
.cinfo li.info a{
    background: #FFFFFF;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 12px;
    color: #925709;
    cursor: pointer;
    background: url("../images/tagbg1.png") left center repeat-x;
}
.cinfo li.info a.tle2{
    background: #FFFFFF;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 12px;
    color: #925709;
    cursor: pointer;
    background: url("../images/tagbg2.png") left center repeat-x;
    margin-left: -3px;
}
.cinfo li.price{
    font-size: 20px;
    font-weight: bold;
    color: #FF5252;
    margin-top: 20px;
}
.cinfo li.price a{
    color: #ff4b00;
    font-size: 14px;
    font-weight: normal;
}
.cinfo li.price del{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    text-decoration: line-through;
}
.cinfo li.btn a{
    width: 96px;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 14px;
    text-align: center;
    color: #E61519;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
    border: 1px #E61519 solid;
    border-radius: 6px;
    /*opacity:0.9;
    filter:alpha(opacity=90); *//* 针对 IE8 以及更早的版本 */
}
.cinfo li.btn a:hover{
    opacity:1;
    filter:alpha(opacity=100); /* 针对 IE8 以及更早的版本 */
}
.course-detail{
    clear: both;
    width: 1200px;
    float: left;
    margin-top: 0px;
    margin-top: -10px;
}
.detail-menu{
    width: 100%;
    float: left;
    border-bottom: 1px #eee solid;
}
.detail-menu li{
    float: left;
    padding: 10px 20px;
    font-size: 20px;
    cursor: pointer;
}
.detail-menu li.on{
    background-color: #fff;
    border-bottom: 4px #E61519 solid;
    margin-top: -1px;
    color:#E61519;
    font-weight: 600;
}
.detail-content{
    width: 800px;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}
.detail-content p{
    font-size: 14px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 15px;
    line-height: 26px;
    color: #000;
}
.detail-content img,.detail-content p img{
    max-width: 1000px;
}
.detail-brochure{
    width: 900px;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 15px 0;
}
.province-area{
    width: 860px;
    float: left;
    background-color: #F2F4F6;
    padding: 38px 20px;
}
.area-tle1{
    width: 50px;
    float: left;
    height: 26px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
}
.area-tle2{
    width: 810px;
    float: left;
}
.area-tle2 li{
    float: left;
    font-size: 14px;
    color:#555C63;
    font-weight: 400;
    margin-right: 20px;
    cursor: pointer;
    background-color: #F2F4F6;
    border-radius: 4px;
    padding: 6px 8px;
    height: 14px;
    line-height: 14px;
}
.area-tle2 li.on{
    background-color: #FAEDEE;
    border-radius: 4px;
    color:#E61519;
    font-weight: 600;
    padding: 6px 8px;
    height: 14px;
    line-height: 14px;
}
.brochure-area{
    width: 900px;
    float: left;
    margin-top: 15px;
}
.brochure-list{
    width: 900px;
    float: left;
}
.detail-course{
    width: 860px;
    float: left;
    padding-bottom: 30px;
}
.detail-tle{
    width: 800px;
    font-size: 18px;
    font-weight: bold;
    color: #111;
    padding-bottom: 10px;
}
.detail-first-tle{
    clear: both;
    width: 860px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    padding-left: 30px;
}
.detail-second-tle{
    width: 830px;
    font-size: 16px;
    color: #666;
    padding: 10px 0;
    padding-left: 30px;
    cursor: pointer;
}
.detail-second-tle:hover{
    background-color: #f8f8f8;
}
.detail-second-tle span{
    float: right;
    margin-right: 30px;
}
.detail-third-tle{
    width: 860px;
    float: left;
    padding-top: 0px;
    padding-bottom: 15px;
}
.detail-third-tle li{
    width: 810px;
    float: left;
    padding: 5px 0;
    padding-left: 50px;
    line-height: 30px;
    font-size: 14px;
}
.detail-third-tle li:hover{
    background-color: #f8f8f8;
}
.detail-third-tle li span{
    float: right;
    color: #999;
    font-size: 14px;
    margin-right: 30px;
}
.detail-third-tle li a{
    text-decoration: none;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
}
.detail-third-tle li a i{
    font-size: 20px;
}
.course-teacher{
    width: 286px;
    float: right;
    margin-top: 30px;
    border: 1px #eee solid;
}
.t-tle{
    width: 200px;
    float: left;
    border-left: 2px #ff4b00 solid;
    font-size: 16px;
    margin: 10px 0;
    margin-left: 20px;
    padding-left: 10px;
}
.t-con{
    width: 246px;
    float: left;
    margin-left: 20px;
    padding-bottom: 10px;
}
.t-con a{
    text-decoration: none;
}
.t-con li{
    width: 100%;
    float: left;
    border-bottom: 1px #eee dotted;
    padding-bottom: 5px;
    margin: 10px 0;
}
.t-con li p.img{
    float: left;
    width: 58px;
    height: 58px;
}
.t-con li p.img img{
    width: 56px;
    height: 56px;
    border:1px #eee solid;
    border-radius: 50%;
}
.t-con li p.tle{
    width: 180px;
    float: right;
    font-weight: bold;
}
.t-con li p.con{
    width: 180px;
    float: right;
    color: #999;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
}
.err-area{
    width: 100%;
    height: 175px;
    float: left;
    background:#ff4b00 url("../images/404bg.jpg") center center no-repeat;
    margin: 260px 0 20px 0;
}
.err-info{
    width: 100%;
    height: 350px;
    float: left;
    background: url("../images/404img.png") 50px top no-repeat;
    position: relative;
    z-index: 10;
    margin-top: -210px;
}
.err-info p{
    width: 500px;
    float: left;
    margin-left: 600px;
}
.err-info p.err-con{
    font-size: 20px;
    margin-top: 170px;
    padding-left: 100px;
    color: #111;
}
.err-info p.err-btn{
    padding-left: 100px;
    margin-top: 40px;
}
.err-info p.err-btn a{
    border: 1px #fff solid;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.err-info p.err-btn a:hover{
    background-color: #fff;
    color: #ff4b00;
}
.teachers-area{
    width: 100%;
    float: left;
    padding: 0;
    padding-bottom: 60px;
}
.teachers-con{
    width: 1250px;
    float: left;
    margin-left: -50px;
    padding-bottom: 0px;
}
.teachers-con li{
    width: 210px;
    float: left;
    margin-left: 30px;
    padding-top: 30px;
    overflow: hidden;
}
.teachers-con li p{
    width: 210px;
    float: left;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
}
.teachers-con li p.img{
    width: 160px;
    height: 160px;
    margin-bottom: -60px;
    border: 1px #ddd solid;
    padding: 5px;
    border-radius: 50%;
    margin-left: 15px;
    transition:transform 0.3s;
}
.teachers-con li p.img img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 5px;
}
.teachers-con li:hover p.img{
    transform: scale(1.1) translate(0,-8px);
    /*transform:translate(0,-5px);*/
    border:1px #E61519 solid;
}
.teachers-con li:hover p.img img{
    margin-top: 6px;
}
.teachers-con li p.tle{
    width: 170px;
    font-size: 18px;
    line-height: 40px;
    padding-top: 60px;
    text-align: center;
    color:#111;
}
.teachers-con li p.dec{
    width: 170px;
    line-height: 20px;
    color:#666;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.teachers-con li p.intro{
    padding-bottom: 20px;
    margin-top: 20px;
    line-height: 22px;
    height: 70px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.indexMenu{
    width: 275px;
    float: right;
    height: 310px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    opacity: 0.9;
    border-radius: 10px;
}
.indexMenu li{
    width: 100%;
    float: left;
}
.indexMenu li{
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-size: 16px;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexMenu li.tle{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding-left: 0;
    color:#fff;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    width: 133px;
    border-bottom: 1px #d32f2f solid;
    background-color: #fff;
    color:#111;
}
.indexMenu li.tle-on{
    width: 132px;
    background-color: #d32f2f;
    color:#fff;
}
.indexMenu li.btn{
    width: 100%;
    background-color: #f30;
    overflow: hidden;
}
.indexMenu li.btn a{
    width: 100%;
    padding-left: 0;
}
.indexBtn{
    float: right;
    width: 275px;
    margin-top: -6px;
}
.indexBtn li{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.indexBtn li a{
    width: 100%;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.layui-layer-content{
    color:#fff;
}
.index-logo{
    height: 40px;
    float: left;
    padding: 10px 0;
}
.index-logo img{
    height: 30px;
}
.index-menu{
    height: 40px;
    float: right;
    line-height: 40px;
}
.index-menu li {
    height: 40px;
    float: left;
    margin-right: 30px;
    font-size: 16px;
}
.index-menu li.on a{
    color:#005baa;
    font-weight: 600;
}
.index-menu li a:hover{
    color:#ff7d00
}
.index-login{
    float: right;
}
.index-login a{
    background-color: #ff7d00;
    color:#fff;
    float: left;
    padding: 5px 20px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
}
.index-login a b{
    font-size: 14px;
}
.index-left1{
    width: 65%;
    float: left;
    margin-top: 60px;
}
.index-right1{
    width: 35%;
    float: right;
    margin-top: 60px;
    overflow: hidden;
}
.index-left2{
    width: 35%;
    float: left;
    margin-top: 60px;
}
.index-right2{
    width: 65%;
    float: right;
    margin-top: 60px;
    overflow: hidden;
}
.index-con-tle{
    width: 100%;
    float: left;
    font-size: 48px;
    font-weight: bold;
    margin-top: 10px;
    color:#222;
}
.index-con-tle1{
    width: 100%;
    float: left;
    font-size: 24px;
    margin-top: 10px;
    color:#000;
}
.index-con-con{
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 36px;
    color:#666;
    margin-top: 10px;
}
.index-con-btn{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.index-con-btn a{
    width: 200px;
    float: left;
    padding: 10px 0;
    background-color: #005baa;
    color:#fff;
    font-size: 18px;
    text-align: center;
}
.index-con-btn a:hover{
    background-color: #ff7d00;
}
.index-right2 .index-con-btn a{
    float: right;
}
.index-img{
    width: 350px;
    float: left;
    overflow: hidden;
}
.index-img img{
    width: 100%;
}
.index-right1 .index-img{
    float: right;
}
.h1Tle{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    color:#333;
    margin-top: 50px;
    font-family: PingFangSC, PingFang SC;
}
.h1Con{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color:#666;
    margin-top: 13px;
}
.courseCategorys{
    width: 1200px;
    float: left;
    margin-top: 60px;
}
.courseCategorys li{
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 16px;
    color:#333;
    margin-right: 33px;
    cursor: pointer;
    padding-top: 18px;
}
.courseCategorys li.on{
    font-weight: 600;
    color:#E61519
}
.courseCategorys li.tle{
    font-family: PingFangSC, PingFang SC;
    font-size: 26px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    padding-top: 0;
}
.courseCategorys li.tle:hover{
    color:#333;
    cursor: inherit;
}
.courseCategorys li:hover{
    color:#E61519
}
.indexIntro{
    width: 100%;
    height: 391px;
    float: left;
    margin-top: 30px;
    overflow: hidden;
}
.indexImg{
    width: 380px;
    height: 391px;
    float: left;
}
.indexImg img{
    width: 380px;
    height: 391px;
}
.indexIntroCon{
    width: 810px;
    float: left;
    margin-left: 10px;
}
.indexIntroCon li{
    width: 383px;
    height: 184px;
    float: left;
    margin-left: 20px;
    border: 1px #E7EAFF solid;
    border-radius: 12px;
    margin-bottom: 20px;
    background-color: #fff;
}
.indexIntroCon li.bg1{
    background: #fff url("../images/intro-bg1.png") 313px 27px no-repeat;
    background-size: 40px;
}
.indexIntroCon li.bg2{
    background: #fff url("../images/intro-bg2.png") 313px 27px no-repeat;
    background-size: 40px;
}
.indexIntroCon li.bg3{
    background: #fff url("../images/intro-bg3.png") 313px 27px no-repeat;
    background-size: 40px;
}
.indexIntroCon li.bg4{
    background: #fff url("../images/intro-bg4.png") 313px 27px no-repeat;
    background-size: 40px;
}
.indexIntroCon li p{
    margin: 0;
    padding: 0;
    float: left;
}
.indexIntroCon li p.tle{
    width: 260px;
    height: 33px;
    line-height: 33px;
    font-size: 24px;
    font-weight: 500;
    margin-left: 30px;
    color:#333;
    margin-top: 30px;
}
.indexIntroCon li p.con{
    width: 238px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
    color:#333;
    margin-top: 26px;
}
.intro-area{
    width: 100%;
    float: left;
    background: url("../images/service-bg.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    min-width: 1200px;
}
.intro-area-1{
    width: 100%;
    float: left;
}
.partner-area{
    width: 100%;
    float: left;
    background-color: #f8f8f8;
    min-width: 1200px;
}
.partnerCon{
    width: 1220px;
    float: left;
    padding-bottom: 60px;
    padding-top: 20px;
    margin-left: -20px;
}
.partnerCon li {
    width: 180px;
    height: 180px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.partnerCon li img{
    float: left;
    width: 180px;
    height: 180px;
    transform: scale(1.0);
    transition:transform 0.4s;
}
.partnerCon li:hover img{
    transform: scale(1.2);
}
.teacher-img{
    width: 100px;
    height: 100px;
    float: left;
    margin-top: 30px;
}
.teacher-img img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.teacher-info{
    width: 1070px;
    float: left;
    margin-top: 35px;
    margin-left: 30px;
    min-height: 450px;
}
.teacher-info li {
    float: left;
}
.teacher-info li.tle h1{
    font-size: 32px;
    color:#333;
    font-weight: bold;
    line-height: 43px;
}
.teacher-info li.info{
    font-size: 14px;
    color:#999;
    line-height: 16px;
    margin-left: 10px;
    padding-top: 20px;
}
.teacher-info li.cinfos{
    width: 1070px;
    float: left;
    padding-left: 0;
    margin-left: 0;
    color:#333;
    line-height: 19px;
    margin-top: 15px;
}
.bl{
    width: 100%;
    float: left;
    background-color: #fff;
}
.bl-1{
    width: 225px;
    float: left;
    margin-top: 40px;
}
.logo-bt{
    width: 225px;
    float: left;
}
.logo-bt img{
    height: 56px;
}
.contact-area-bt{
    float: left;
    margin-top: 25px;
}
.contact-area-bt .tel{
    width: 38px;
    height: 38px;
    float: left;
    border-radius: 50%;
    background: #BD1B2D url("../images/tel-bt.png") center center no-repeat;
    background-size: 23px;
}
.contact-area-bt .tel-no{
    height: 25px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    float: left;
    margin-left: 10px;
}
.contact-area-bt .tel-tle{
    clear: both;
    height: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #333;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    float: left;
    margin-left: 48px;
    margin-top: -15px;
}
.contact-area-bt .info{
    clear: both;
    height: 15px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #666;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    float: left;
    margin-top: 10px;
    margin-left: 48px;
}
.bl-2{
    width: 180px;
    float: left;
    margin-top: 40px;
    margin-left: 80px;
    margin-bottom: 10px;
}
.bl-tle{
    width: 100%;
    float: left;
    color:#333;
    font-size: 18px;
}
.bl-tle a{
    color:#333;
}
.bl-tle a:hover{
    color:#E61519
}
.bl-2 .bl-con{
    width: 260px;
}
.bl-3{
    float: left;
    margin-left: 130px;
    margin-top: 40px;
}
.bl-3 .bl-con{
    width: 130px;
}
.bl-con{
    float: left;
    margin-top: 5px;
}
.bl-con li{
    width: 120px;
    height: 20px;
    float: left;
    line-height: 20px;
    color:#666;
    font-size: 14px;
    margin-top: 10px;
}
.bl-con li a{
    color:#666;
}
.bl-con li a:hover{
    color:#E61519
}
.bl-4{
    width: 1px;
    float: left;
    height: 140px;
    background-color: #eee;
    margin-top: 70px;
}
.bl-5{
    width: 119px;
    float: right;
    margin-top: 40px;
    margin-left: 40px;
}
.bl-5 .bl-tle{
    width: 119px;
    text-align: center;
    font-size: 16px;
}
.bl-qrcode{
    width: 119px;
    height: 119px;
    float: left;
    margin-top: 13px;
}
.bl-qrcode img{
    width: 119px;
    height: 119px;
}
.bt-line{
    width: 100%;
    float: left;
    height: 1px;
    background-color: #eee;
    margin-top: 40px;
}
/* 蒙版层 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* 黑色透明蒙版 */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* 弹窗盒子 */
.popup-box {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
}

.popup-box img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: -32px;
    right: 0;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}

/* 弹窗显示类 */
.mask.show {
    display: flex;
}