/*广告*/
.guanggao{height: 116px; background:url(../picture/guanggao01.jpg) no-repeat center bottom;}
.guanggao a{ display:block; width:100%;height:116px; }
.guanggao img{ float:right; margin:16px 180px 0 0;cursor:pointer; }
/*广告2*/
.guanggao2{height: 116px; background:url(../picture/guanggao02.jpg) no-repeat center bottom;}
.guanggao2 a{ display:block; width:100%;height:116px; }
.guanggao2 img{ float:right; margin:16px 180px 0 0;cursor:pointer; }
/*热门课程*/
.rmkc{
margin-top: 20px;
}

.rmkc .content{
    margin: 0 auto;
    max-width: 1200px;
}
.rmkc .cont ul{
    width: 1200px;
}
.rmkc .cont ul li{
        width: 285px;
        height: 140px;
        background: #f2f2f2;
        float: left;
        margin: 29px 15px 0 0;
        border-radius: 0.5rem;
}
.rmkc .cont ul li div{
    width: 180px;
    float: left;
    margin: 20px 0 0 15px;
}
.rmkc .cont ul li h5 a{
    color: #c70000;
    font:bold 18px/18px "Microsoft Yahei";
    
}
.rmkc .cont ul li dl dd{
    color: #888;
    font:14px/24px "Microsoft Yahei";  
    margin-top: 10px; 
}
.rmkc .cont ul li dl dt,.rmkc .cont ul li dl dd{
    float: left;

}
.rmkc .cont ul li dl dd{
width: 180px;

}
.rmkc .cont ul li img{
    float: right;
    margin: 37px 10px 0 0;
    width: 20%;
}
.rmkc .cont ul li .h{
    display: none;
}

.rmkc .cont ul li:hover{
    background: #c70000;
}
.rmkc .cont ul li:hover h5 a{
    color: #fff;
}
.rmkc .cont ul li:hover dd{
    color: #fff;
}
.rmkc .cont ul li:hover .h{
   display: block;
}
.rmkc .cont ul li:hover .s{
    display: none;
}

.tit{
    width: 272px;
    height: auto;
    margin: 0 auto;
    text-align: center;

}
.tit span{
    display: block;
    text-align: center;
    font:bold 18px/18px "Microsoft Yahei";
    color: #333;
    margin-top: 5px;
   }
.tit h2{
    text-align: center;
 font:bold 24px/24px "Microsoft Yahei";
 color: #333; 
 margin-top: 25px;
}
.tit em{
    display: block;
    width: 25px;
    height: 3px;
    background: #ea421e;
    margin: 20px 0 0 118px;
}
/*教学特色*/
.tabs {
        width: 100%;
        max-width: 1200px;
        margin: 20px auto auto auto;
        height: 680px;
    }

.tabs input {
            opacity: 0;
            display: none;
        }

.tabs label {
            cursor: pointer;
            background:#f5f5f5;
            color: #888;
            padding: 1.0% 6%;
            float: left;
            margin-right: 15px;
            font: 16px/30px "microsoft yahei";
            text-align: center;
            margin-top: 25px;
        }

.tabs label:hover {
                background: #c70000;
                color: #fff;
            }

.tabs input:checked + label {
                background: #c70000;
                color: #fff;
                font: 18px/30px "microsoft yahei";
                text-align: center;
            }

.tabs input:nth-of-type(1):checked ~ .panels .panel:first-child,
.tabs input:nth-of-type(2):checked ~ .panels .panel:nth-child(2),
.tabs input:nth-of-type(3):checked ~ .panels .panel:nth-child(3),
.tabs input:nth-of-type(4):checked ~ .panels .panel:nth-child(4),
.tabs input:nth-of-type(5):checked ~ .panels .panel:last-child {
            opacity: 1;
            -webkit-transition: .3s;
        }

.panels {
            float: left;
            clear: both;
            position: relative;
            width: 100%;
            background: #fff;
            border-radius: 0 10px 10px 10px;
            min-height: 315px;
        }

.panel {
                width: 100%;
                opacity: 0;
                position: absolute;
                background: #fff;
                border-radius: 0 10px 10px 10px;
                padding: 2% 0;
                box-sizing: border-box;
            }
.panel .teacher{
    float: left;
    width: 35%;
    margin-right: 4%;
    border-radius: 0.2rem;
    background: #c70000;
    padding: 3% 2% 1% 2%;
}
.panel .teachers{
    float: left;
    width: 59%;
}
.panel .teachers img{
    width: 100%;
    height: auto;
    border-radius: 0.2rem;
    border: 2px solid #c70000;
}
.panel .teacher h2 {
 text-align: left;
 font:bold 24px/28px "Microsoft Yahei";
 color: #fff; 
                }
.panel .teacher p{
     display: block;
    text-align: left;
    font:bold 17px/38px "Microsoft Yahei";
    color: #fff;
    margin-top: 15px;
    font-weight: 500;
}
/* 就业服务 */
.jyfw{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.jyfw .cont{
    width: 1200px;
    padding-top: 25px;
    margin: 0 auto;
}
.jyfw .cont div{
    width: 220px;
    height: 370px;
    background: #fff;
    border-radius: 0.5rem;
    border:1px solid #f2f2f2;
    float: left;
    margin: 0 15px 0  0;
}
.jyfw .cont div img{
    display: block;
    margin: 20px auto 18px;
}

.jyfw .cont div h5{
    height: 60px;
    font:bold 18px/25px "Microsoft Yahei";
    color: #f7441b;
    text-align: center;

}
.jyfw .cont div span{
    display: block;
    width: 45px;
    height: 2px;
    background: #f7441b;
    margin: 0 auto 0;
}.jyfw .cont>img{
    margin: 40px 0 0 0;
}
.jyfw .cont div p{
    width: 185px;
    font:15px/30px "Microsoft Yahei";
    color: #666666;
    margin: 15px auto 0;

}
/*t型人才*/
.talent .titles h2{
    font-size: 18px;
    line-height: 32px;
    color: #333;
    text-align: left;
    margin: 0 auto;
    text-indent:0em;
    max-width: 1200px;
    font-weight: 600;
    padding-top: 25px;
}
.talent .titles p{
    font-size: 17px;
    line-height: 35px;
    color: #666;
    text-align: left;
    margin: 0 auto;
    text-indent: 2em;
    max-width: 1200px;
    font-weight: 500;
    padding-top: 10px;
}
.talent .hot{
    margin-top:22px;
}
.talent .hot .container{
    width:1200px;
}
.talent .hot .box{
    margin-right:20px;
    float:left;
    width:280px;
    height:90px;
    overflow:hidden;
    position:relative;
    border:1px solid #e4e4e4;
    transition:0.5s;
    border-radius: 0.5rem;
}
.talent .main{width: 1200px; margin: 0 auto;}
.talent .clearfix:before{
  talent: "";
  display: ta;
}
.talent .hot .box.tag1{
    background:url("../picture/tag1.png") no-repeat 10px center;
}
.talent .hot .box.tag2{
    background:url("../picture/tag2.png") no-repeat 10px center;
}
.talent .hot .box.tag3{
    background:url("../picture/tag3.png") no-repeat 10px center;
}
.talent .hot .box.tag4{
    background:url("../picture/tag4.png") no-repeat 10px center;
}
.talent .hot .box a{
    cursor:pointer;
}
.talent .hot .box .aaaaaaa{
    cursor:pointer;
}
.talent .hot .box .info{
    margin-top:21px;
    margin-left:60px;
}
.talent .hot .box .info h2{
    font-size:17px;
    color:#666666;
    font-weight: 600;
    line-height: 25px;
}
.talent .hot .box .info p{
    font-size:15px;
    color:#999999;
    padding: 5px 0 0 0;
}
.talent .hot .box .link{
    top:100%;
    width:100%;
    height:100%;
    position:absolute;
    background:#c70000;
    background:rgba(199,0,0,0.8);
    transition:0.2s;
}
.talent .hot .box:hover .link{
    top:0;
    transition:0.2s;
}
.talent .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;
}
.talent .know{
    width:1200px;
    margin: 0 auto;
    margin-top: 30px;margin-bottom: 30px;
}
.talent .know .box{
    margin-right:20px;
    float:left;
    width:380px;
    height:260px;
}
.talent .know .box h2{
    width:100%;
    height:79px;
    line-height:79px;
    font-size:21px;
    text-align:center;
    color:#ffffff;
    letter-spacing: 0.1rem;
}
.talent .know .box ul{
    margin:20px 20px 0 20px;
}
.talent .know .box ul li{
    margin-bottom:16px;
    line-height:28px;
    font-size: 16px;
    letter-spacing: 0.05rem;
}
.talent .know .box ul li a{
    transition:1s;
}
.talent .know .box.c1{
    border:1px solid #f96c8f;
}
.talent .know .box.c1 h2{
    background:#f96c8f;
}
.talent .know .box.c2{
    border:1px solid #fea760;
}
.talent .know .box.c2 h2{
    background:#fea760;
}
.talent .know .box.c3{
    border:1px solid #6eb4fc;
}
.talent .know .box.c3 h2{
    background:#6eb4fc;
}
.talent .know .box.c1 ul li a:hover{
    color:#f96c8f;
    transition:0.2s;
}
.talent .know .box.c2 ul li a:hover{
    color:#fea760;
    transition:0.2s;
}
.talent .know .box.c3 ul li a:hover{
    color:#6eb4fc;
    transition:0.2s;
}

.talent .audition{
    max-width:1200px;
    margin:0 auto;
}
.talent .audition .audDiv{
    height:auto;
    overflow:hidden;
    transition:0.5s;
    margin-top:20px;
}
.talent .audition .box{
    margin-bottom:20px;
    margin-right:20px;
    float:left;
    width:380px;
    height:329px;
    overflow:hidden;
    position:relative;
    border:1px solid #f5f5f5;
    transition:0.2s;
    border-radius: 0.5rem;
}
.talent.audition .box:hover{
    border:1px solid #e72a86;
    transition:0.2s;
}
.talent .audition .box img{
    top:10%;
    left:35%;
    width:25%;
    height:25%;
    position:relative;
    border-radius: 50%;
    margin-top: 5%;
}
.talent .audition .box i{
    border-bottom:1px dashed #888;
    padding: 10px 0;
    width: 350px;
    margin: 0 auto;
    display: block;
}
.talent .audition .box h2{
    margin-top:20px;
    font-size:18px;
    line-height:28px;
    color:#333;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.talent .audition .box h3{
    margin:0 auto;
    font-size:17px;
    line-height:30px;
    color:#666;
    text-align: center;
    padding-top: 15px;
    width: 300px;
    font-weight: 500;
}
.talent .audition .box a{
    display:block;
}
/*咨询中*/
.seek{
    margin: 0 auto;
    max-width: 1200px;
    height: 753px;
}
.seek .titles p{
    font-size: 17px;
    line-height: 35px;
    color: #666;
    text-align: left;
    margin: 0 auto;
    text-indent: 2em;
    max-width: 1200px;
    font-weight: 500;
    padding-top: 10px;
}
.seek ul{
    float:left;
    position: relative;
}
.seek li{
    float: left;
    width: 280px;
    height: 223px;
    margin: 20px 0px 0 25px;
    padding-right: 25px;
    border-right: 1px dashed #888;
}
.seek .first{ margin-left: 0px;}
.seek .last{
    border: none
}
.seek li img{
  display: inline-block;
  margin: 0 11px 4px 0;
  width: 250px;
  height: auto;
}
.seek li h5 a{
    font:500 18px/32px "Microsoft Yahei";
    color: #666;
}
.seek li h5 img{
  display: inline-block;
  margin: 0 11px 8px 0;
  width: 15px;
  height:15px;
  vertical-align: middle;
}
.seek li span{
    font:18px/28px "Microsoft Yahei";
    color: #666;
    letter-spacing: 1px;
    display: block;
    margin-top: 11px
}
/*疑难解惑*/
.Trouble_answer{max-width:1200px; overflow:hidden; margin: 0 auto;}
.Trouble_an{width:267px; height:305px; float:left; text-align:center; padding-top:30px; margin:30px 25px 5px 0; border: 1px solid #f5f5f5; border-radius: 0.2rem;}
.Trouble_an img{
  display: inline-block;
  margin: 0 11px 14px 0;
  width: 25%;
  height: auto;
}
.Trouble_an h2{font:bold 21px/26px "Microsoft Yahei";color:#666;}
.Trouble_an p{font:18px/22px "Microsoft Yahei";color:#888; padding:14px 0 26px; margin:0;}
.Trouble_an a{display:inline-block;*display:inline; zoom:1; width:140px; height:44px; text-align:center; color:#fff; font:16px/44px "Microsoft Yahei"; background:#c70000;border-radius: 0.5rem;}
.Trouble_an a:hover{background:#ff7901; color: #fff}
/*提交信息*/
.from{
    margin-top: 20px;
    width: 100%;
    height: 120px;
    background: #c70000;
    margin-bottom: 1px;
}
.from .content{
    margin: 0 auto;
    max-width: 1200px;
}
.from .from_pic{
    float: left;
    margin: 19px 15px 0 0;
}
.from .from_in {
    float: left;
    width:1000px;
    overflow: hidden;
}
.from .from_in  p{
    font: 16px/20px "Microsoft Yahei";
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.from form{
    margin-top: 19px;
    /* overflow: hidden; */
}
.from form .z-form-item {
    display:block;
    float: left;
    margin-right: 10px;

}

.from form .z-form-label {
    width: 60px;
    padding: 9px 0px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color:#fff;
    font-size: 18px;
    float: left;
}

.from form .z-form-block {
    float: left;
    min-height: 36px;
    width: 200px;
}

.from form .z-form-ipt {
    width: 180px;
    height: 40px;
    padding: 0 0 0 10px;
    font: 16px/40px "Microsoft Yahei";
    color: #666666;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 30px 0 0;
    border: none;
}

.from form .z-form-ipt:hover {
    border:none;
    /* visibility: ; */
}
.from form .from_btn{
    float: right;
    width: 200px;
    height: 40px;
    background: #ff9f00;
    border-radius: 5px;
    margin: 0px 0 0 -50px;
    text-align: center;
    color: #ffffff;
    font: 16px/40px "Microsoft Yahei";
    cursor:pointer;
    border: 1px solid #ff9f00;
}