.today span:hover{color: red}

.header_in .account span {font-weight: 400;}

.kind {
    width: 1920px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    background: #ed3a40;
    margin-top: 10px !important;
}

.header_in .nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
}

.header_in .nav ul li a:hover{color: red;text-decoration: underline!important}

.login{
    display: inline-block;
    width: 58px;
    height: 24px;
    border: 1px solid #d0d0d0;
    color: #666;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    margin-left: 18px;
    border-radius: 3px;
}

.login:hover{border-color: red;color: red}

.header {
    height: 70px;
    overflow: hidden;
    padding-bottom: 10px;
}

.kind-1 {
    color: black;
    font-size: 18px;
    width: 1200px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.kind-2 {
    width: 200px;
    text-align: center;
    float: left;
    color: #fff;
}

.kind-2:hover{background: #cc2222}

.cximg {
    position: relative;
    width: 810px;
    left: 580px;
    /* z-index: 9999; */
    display: none;
    margin: 0 auto;
    z-index: 99999;
}

.cximg img {
    width: 259px;
    position: absolute;
    z-index: 9;
}

.whole {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
    clear: both
}

.top_t_1 {margin-top: 10px;overflow: auto;margin-bottom: 10px;}

.same{float: left}

.show_left {
    width: 500px;
    margin: 0 5px;
    margin-right: 0;
}

.show_left img {
    width: 100%;
    height: 352px;
    display: block;
}

.show_center {
    margin: 0 10px;
    box-shadow: 0px 1px 4px #ccc;
    width: 378px;
    border-top: 2px solid #cc3333;
    margin-bottom: 1px;
    height: 350px !important;
    overflow: hidden;
}

.today-top {
    width: 120px;
    color: white;
    background: #cc3333;
    text-align: center;
    height: 35px;
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 14px;
}    

.more {
    float: right;
    line-height: 30px;
    padding-right: 10px;
    color: #666;
}

.text-list {
    width: 365px;
    margin: 0 auto;
    text-align: left;
    /* padding: 10px 0; */
    overflow: hidden;
    margin-top: 7px !important;
}

.hover-red {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
    margin-bottom: 0 !important;
}

.hover-red:hover{background: #f0f0f0}

.text-p {
    font-size: 14px;
    color: #f4674b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.text-p-1 {
    padding-left: 2%;
    margin: 0.5%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-p-1:hover{text-decoration:underline;}

.text-p-1 b {
    color: #0066ff;
    border: 1px solid #0066ff;
    /* padding: 1px; */
    font-weight: 400!important;
    margin-right: 3px;
    font-size: 12px !important;
}

.text-p-jie{
    font-size: 14px;
    color: #333;
    white-space: pre-wrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}

.show_right {
    box-shadow: 0px 1px 4px #ccc;
    width: 292px;
    border-top: 2px solid #cc3333;
    height: 349px;
    overflow: scroll;
    margin-bottom: 1px;
}

.today-dif{
    overflow: auto;
/*    position: fixed;*/
    width: 293px;
    margin-bottom: 10px;
    background: white;
}    

.teacher {
    overflow: auto;
    margin-top: 35px !important;
}

.teacher li {
    width: 272px;
    margin: 0 auto;
    background: #ccc;
    overflow: auto;
    margin-top: 10px;
    height: 100px !important;
}

.demo1{height: 340px !important}

.techer li:hover{
    cursor: pointer;
    
}

.text-p-jie:hover{color: red}

.li-teacher {
    padding: 5px;
    overflow: auto;
    cursor: pointer
}

.li-tea-left {width: 67px;}

.li-tea-left img{width: 100%;}

.li-tea-right {
    padding: 0 10px;
    padding-left: 20px;
    width: 155px;
}

.li-tea-right p {
    font-size: 14px;
    padding: 1px 0;
}

::-webkit-scrollbar{
    display:none;
}

.mid-left {
    width: 500px;
    box-shadow: 0px 0px 4px #ccc;
    border-top: 2px solid #cc3333;
    margin: 0 10px 3px 5px;
}

.img-list {
    overflow: auto;
    margin: 15px 0;
    /* margin-right: 0; */
    text-align: center;
}

.img-li {
    width: 128.5px;
    text-align: center;
    float: left;
    padding: 15px;
    border-right: 1px dotted red;
    border-bottom: 1px dotted red;
}

.img-list p{font-size: 14px;color: #666;}

.border-red {
    border-top: 1px dotted red;
    border-left: 1px dotted red;
}

.border-red p:hover{color: red}

.img-li img{
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}

.border-red img:hover {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.blue:hover{color: #3399cc!important}


/*
.box-col-1{background: #d1e0fd}
.box-col-2{background: #ffffcc}
.box-col-3{background: #e4d1fe}
.box-col-4{background: #e4d1fe}
.box-col-5{background: #ffcccc}
.box-col-6{background: #d1e0fd}
*/

.mid-right {
    width: 682px;
    box-shadow: 0px 1px 2px #ccc;
    border-top: 2px solid #cc3333;
    padding-bottom: 2px;
}


.img-li-teacher:hover .jt {
	background-position: 0 -2400px!important
}

.img-li-teacher:hover {
	-webkit-box-shadow: 3px 3px 6px 0 #ccc;
	-moz-box-shadow: 3px 3px 6px 0 #ccc;
	box-shadow: 3px 6px 3px 0 #ccc;
    cursor: pointer
}


.jt {
    display: block;
    width: 42px;
    height: 42px;
    background-position: 0 -2350px !important;
    top: 42%;
    left: 42%;
    margin: -21px 0 0 -21px;
}

.an {
    background: url(//www.med66.com/OtherItem/images/demo2017/an.png) no-repeat;
    _background: url(//www.med66.com/OtherItem/images/demo2017/an.gif) no-repeat;
}

.abd {
    position: absolute;
}

.img-li-teacher {
    width: 213.5px;
    float: left;
    margin-left:10px;
    margin: 0 1%;
}

.img-li-teacher img{width: 100%;display: block;}

.img-li-teacher:hover {
    transform: scale(1);
}

.img-li-teacher {
    width: 23.5%;
    transform: scale(0.98);
    background-color: #fff;
    -webkit-box-shadow: 0 0 0px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
    box-shadow: 0 0 0px #efefef;
    /* border: 1px solid #f8f8f8; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.img-li-teacher span {
    color: #333;
    border-top: 0;
    box-shadow: 0px 2px 4px #ccc;
    padding: 10px;
    /* padding-bottom: 16px; */
    margin-top: 0;
    width: 91%;
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
}

.top_t_2 {
    overflow: auto;
    /* box-shadow: 0px 1px 2px #ccc; */
    width: 1225px;
    margin: 0 auto;
    margin-bottom: 12px !important;
    clear: both;
}

.coach{
    border-top: 2px solid #cc3333;
    width: 1194px ;
    margin: 0 auto
}

.price {
    overflow: auto;
    padding: 10px;
    padding-bottom: 0;
}

.price li {
    overflow: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    
}

.price-1{width: 180px;}

.price-1 img{width: 100%;display: block;}

.price-2{
    width: 230px;
    text-align: center;
    line-height: 55px;
}

.shu{text-align: center;line-height: 30px;padding: 20px 0}

.price-2 p {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
}

.price-3{width: 476px;}

.price-3 span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 30px;
    font-size: 14px;
}

.price-4{width: 150px}

.price-4 p {
    color: red;
    font-size: 18px;
}

.price-4 a {
    font-size: 12px;
    color: #999;
}

.price-5 {
    text-align: center;
    line-height: 64px;
    padding: 20px 0;
    width: 133px;
}

.price-5 p {
    border-radius: 10px;
    border: 1px solid red;
    width: 80px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    letter-spacing: 1px;
    background: red;
    color: white;
    font-size: 14px;
}

.price-5 p:hover{background: #ff6464;border: 1px solid #f64747}

.xian {
    width: 1px;
    
    height: 55px;
    margin-top: 25px;
    background: #ccc;
    float: left;
}

.half-bot {
    width: 590px;
    overflow: auto;
    box-shadow: 0px 1px 4px #ccc;
    margin: 0px 5px;
    margin-bottom: 2px !important;
    border-top: 2px solid #cc3333;
}

.text-list-2 {
    width: 570px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.text-list-2 li {
    margin: 10px 0;overflow: auto
}

.text-list-2 p:hover{color: #f4674b;text-decoration: underline}

.text-x {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%
}

.text-x-1 {
    /* margin: 0.5%; */
    color: #999;
    width: 24%;
    text-align: right;
}

.text-x-b{color: #666}

.footer-1 {
    background: #666666;
    color: white;
	position: absolute;
	width: 100%;
	margin: 0 auto;
}

.foot {
    margin: 0 auto;
    width: 1200px;
}

.link {
    padding-top: 10px;
	float: left;
}

.link-1 {
    padding-bottom: 5px;
    color: white;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.link p {
    padding-right: 96px;
    color: white;
	padding-bottom: 5px;
	font-size: 14px;

}

.fl {
    float: left;
    _display: inline
}


.fr {
    float: right;
    _display: inline
}

.pr {
    position: relative
}

.abs {
    position: absolute;
}

input, textarea {
    outline: none
}

textarea {
    resize: none;
    overflow: auto
}

.ani_tran {

    display: block;
    width: 149px;
    height: 42px;
    font: 16px/36px microsoft yahei;
    color: #fff;
    overflow: hidden;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}




.free-eyes-containter img{

    width: 30px;
}

.ui-containter-listen{
	position: relative;
    left: -17px;
}

.footer p{
	color: white;
	
}

.footer .f_nav2 {
    text-align: center;
    font-size: 14px;
    line-height: 50px;
    color: white;
}

.footer .f_nav2 a {
    color: white;
    margin: 0 6px;
}

ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    height: 106px;
    background-size: 85%;
position:relative;
background-repeat: no-repeat;
     overflow: hidden;
      

}
ul.countdown li {
     display: inline-block;
    margin-left: 20px;
    margin-top: 69px;
    margin-top: 69px;
    position: relative;
    margin-left: -1px;
    position: relative;
    left: 37px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 69px;
    margin-top: 62px;
    position: relative;
    margin-left: -1px;
    position: relative;
    left: 5px;
}
ul.countdown li span {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
ul.countdown li.seperator {
    font-size: 80px;
    line-height: 50px;
    vertical-align: top;
}

html {
   
    background-repeat: no-repeat;
    background-size: 109.7%;
    }
ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #66ccff !important;
}
.countdown .source {
    width: 405px;
    margin: 0 auto;
    background: #4f5861;
    color: #a7abb1;
    font-weight: bold;
    display: block;
    white-space: pre;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 .btn {
    background: #f56c4c;
    margin: 40px auto;
    padding: 12px;
    display: block;
    width: 100px;
    color: white;
    text-align: center;
  
}
.btn:hover {
    text-decoration: none;
    opacity: .7;
}





.times{
    width:100%;
}

.countdown{
    float: right;
    width:389px !important;

}


.daytime{
    color:white;
    font-size:24px;
    font-weight: bold;
        position: relative;
    left: 2px
}



#up-down{
    width: 292px;
    position: absolute;
    z-index: 9998;
    text-align: center;
    height: 18px;
    margin-top: 33px;
    background: white;
}

#down-up{
    width: 292px;
    position: absolute;
    z-index: 9999;
    text-align: center;
    height: 18px;
    margin-top: -98px;
    background: white;
}



img{vertical-align: middle;}
.fl{float: left;}
.coaches :first-child{margin-left: 0;}
.coaches :last-child{margin-right: 0;}
.coaches{
    width: 100%;
}
.coach-li{
    width: 18.489%;
    text-align: center;
    padding-bottom: 2%;
    border: 1px solid #ccc;
    margin: 10px;
    box-shadow: 1px 2px 7px 3px #f5f5f5;
}
.network{
    background-repeat: no-repeat;
    padding: 20%;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    background-size: 100% 100%;
    font-weight: bold;
}
.red{background-image: url(/view/ApplicationGuide/static/images/red.png); }
.redzi{color:#ff0000;}
.redzi img{background-color: #ff0000;border-radius: 50%;margin-right: 3% !important;width: 15%;padding: 1%;}
.yellow{background-image: url(/view/ApplicationGuide/static/images/yellow.png);}
.yellowzi{color:#ff6600;}
.yellowzi img{background-color: #ff9966;border-radius: 50%;margin-right: 3% !important;width: 15%;padding: 1%;}
.blue{background-image: url(/view/ApplicationGuide/static/images/blue.png);}
.bluezi{color:#00ccff;}
.bluezi img{background-color: #66ccff;border-radius: 50%;margin-right: 3% !important;width: 15%;padding: 1%;}
.purple{background-image: url(/view/ApplicationGuide/static/images/purple.png);}
.purplezi{color:#3300ff;}
.purplezi img{background-color: #9966ff;border-radius: 50%;margin-right: 3% !important;width: 15%;padding: 1%;}
.lesson{
    width: 65%;
    margin: 0 auto;
    margin-top: 5%;
    padding: 0;
    /* border: 1px solid #333; */
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.lessonss{
    width: 85%;
    margin: 0 auto;
    padding: 3% 0;
}
.lessonss li{
    padding: 2% 5%;
    font-size: 16px;
    text-align: left;
    /* font-weight: bold; */
}
.center li{text-align: center;}
.lessonss h{color: red;}
.sike{
    font-size: 22px;
    font-weight: bold;
    padding-top: 5%;
    width: 85%;
    margin: 0 auto;
}
  
.yuan{
    color: #666;
    font-size: 16px;
    /* text-align: right; */
    width: 50%;
    text-decoration: line-through;
    margin: 0 auto;
}
.buy{
    width: 60%;
    margin: 0 auto !important;
    color: #fff;
    padding: 2%;
    margin-top: 3% !important;
    border-radius: 20px;
    margin: 0 auto;
    clear: both;
    font-size: 16px;
    letter-spacing: 1px;
}
.juli{margin-top: 26% !important;}
.line{width:85%;margin: 0 auto;border-top:1px solid #ccc;}
.redyuan h{color: #ff6666;}
.redbuy{background: #ff6666;}
.yellowyuan h{color: #ff9966;}
.yellowbuy{background: #ff9966;}
.blueyuan h{color: #66ccff;}
.bluebuy{background: #66ccff;}
.purpleyuan h{color: #9966ff;}
.purplebuy{background: #9966ff;}

.head{
    width: 100%;
    margin-bottom: 2%;
    background-image: url(/project/kouqiangrecruitstudents/static/images/icon/zhaosheng.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.zhuanye{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 1px 3px 11px #333;
}
.zhuanye-1{
    font-size: 100px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    /* text-shadow: 0px 11px 20px #666; */
    background-image: -webkit-linear-gradient(bottom,#fae195,#e8be7c,#fae195);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.time{
    color: #fff;
    font-size: 26px;
    width: 60%;
    margin: 0 auto;
    background: #5687c2;
    border-radius: 20px;
    margin-top: 1%;
    padding: 6px 10px;
}
.sametime{
    width: 60px;
    line-height: 39px;
    color: white;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: bold !important;
    font-size: 26px !important;
    background: #b6d0eb;
    border-radius: 5px;
    margin-right: 6px;
}
.zhuanwen{
    width: 66%;
    margin: 0 auto;
    text-align: center;
    padding: 3% 0;
}






.question{
    width: 63.2%;
    margin: 0 auto;
    overflow: auto;
    box-shadow: 3px 1px 10px 2px #f9baba;
    border-radius: 8px;
    padding: 10px;
    padding-bottom: 0 !important;
    margin-bottom: 2% !important;
}
.question li{
    float: left;
    width: 21%;
    margin: 0px 2%;
    /* margin-top: 2%; */
} 
.people{}
.people p{
    font-size: 16px;
    color: #666;
}
.people h{
    font-size: 26px;
    color: #333;
    font-weight: bold;
}
.people img{
    width: 110%;
    padding: 0 !important;
}
.question-s{
    text-align: center;
    margin-top: 1% !important;
    margin: 1% 0 0 !important;
}
.question-s p{
    font-size: 18px !important;
    font-weight: bold;
    border-bottom: 3px solid red;
    width: 31%;
    margin: 0 auto;
}
.circle{
    background: #fcf5f5;
    /* margin: 5%; */
    padding: 5% 10%;
    text-align: left;
    border-radius: 5px;
}
.circle p{
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: 500;
    border: none;
    width: 100%;
    color: #666;
}
.service{
    width: 60%;
    margin: 0 auto;
    background: #fa4343;
    padding: 12px 0;
    color: #fff;
    border-radius: 5px;
    margin-top: 7%;
    background-image: linear-gradient(to right, #ff6666, #ff3333);
    /* position: relative; */
    /* bottom: 15px; */
    font-size: 16px;
    border: none;
}
.service a{
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
}
.content {display: none;}
.active {background-color: #ff6666;color: #fff;/* border-radius: 20px; */}

button:focus{outline: none;}
.freelisten {
    padding: 20px 0;
    background: #fcf5f5;
    text-align: center;
    width: 100%;
    overflow: auto;
}
.tltle-free{
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
}
.tltle-free h{
    color: #ff6666;
    margin: 10px;
}
.img-list :first-child{margin-left: 0;}
.img-list :last-child{margin-right: 0;}
.buttononon{
    width: 101%;
    margin: 0 auto;
    /* border: 0.5px solid #ff6600; */
    border-radius: 20px;
    overflow: hidden;
}

.smallprice{
    overflow: auto;
    margin: 10px 0;
}
.setmeal{
    overflow: auto;
    width: 100%;
}

.setmeal li{
    margin: 15px 0;
    box-shadow: 5px 4px 7px -2px #f5f5f5;
    border: 0.5px solid #f1f1f1;
    overflow: hidden;
    width: 99%;
    text-align: center;
    height: 136px;
}
.chosee-set-1{
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    padding: 4% 0;
    border-radius: 0 80px 80px 0;
    width: 18%;
}
.chosee-set-2{
    /* margin: 3% 0; */
    font-size: 24px;
    font-weight: bold;
    width: 60%;
    /* height: 100%; */
    letter-spacing: 2px;
    /* padding: 3.3% 0; */
    /* border-right: 1px dashed #ff3300; */
    text-align: left;
    padding: 3% 0 0;
    text-indent: 30px;
    /* top: 30%; */
    /* position: relative; */
}
.chosee-set-3{
    width: 19%;
    padding-top: 13px;
    padding-left: 10px;
}
.nowprice{
    color: #ff3333;
    font-size: 24px;
    font-weight: bold;
}
.fur-price{
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}
.gobuy{
    margin-top: 5%;
    clear: both;
}
.nowbuy{
    background: #fa4242;
    color: #fff;
    padding: 3% 9%;
    border-radius: 20px;
    font-size: 15px;
    margin-right: 10px;
}
.nowask{
    padding: 3% 9%;
    border-radius: 20px;
    border: 1px solid #fa4242;
    color: #fa4242;
    font-size: 15px;
}

.chosee-mea-1{background: #fd7462;}
.chosee-mea-2{background: #fcb568;}
.chosee-mea-3{background: #9159fa;}
.shuline{
    /* width: 1px; */
    padding: 2.99% 0;
    float: left;
    margin: 3% 0;
    border: 0.1px dashed #ff6633;
}

nav li{
    display: inline;
    width: 21%;
    text-decoration: none;
    padding: 1.25%;
    float: left;
    color: #333;
    font-size: 28px;
    font-weight: bold;
}
nav li h{
    font-size: 17px;
    font-weight: 500;
    color: #666;
}
nav li img{
    width: 40%;
    /* display: block; */
    /* margin: 0 auto !important; */
    text-align: center;
    margin-bottom: 5%;
}
.teach-p{
    font-size: 32px;
    font-weight: bold;
    margin: 15px 0;
    text-align: center;
    color: #fff;
}
.teaching{
    background: #fcf5f5;
    /* padding: 1% 0 2%; */
}

.act{
    color: #fff;
    background-image:url(/view/ApplicationGuide/static/images/act.png) !important;
    background-size: 100% 103% !important;
    background-color: #ff6666 !important;
    height: 210px;
    padding: % !important;
    /* position: absolute; */
    /* z-index: 99; */
    background-color: none !important;
    -webkit-box-shadow: 0 0 0px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
    box-shadow: 0 0 0px #efefef;
    /* border: 1px solid #f8f8f8; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.act h{color: #fff;}
.tab{width: 100%;}
.tab img{width: 100%;}
.nav{
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.nav :first-child{margin-left: 0;}
.nav :last-child{margin-right: 0;}
.nav ul li{
    text-align: center;
    background: #fff;
    margin: 0 1%;
}
.container{
    overflow: auto;
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 0px #efefef;
    -moz-box-shadow: 0 0 10px #efefef;
    -o-box-shadow: 0 0 10px #efefef;
    -ms-box-shadow: 0 0 10px #efefef;
    box-shadow: 0 0 0px #efefef;
    /* border: 1px solid #f8f8f8; */
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.wechatimg{
    width: 1200px;
    margin: 0 auto;
    padding: 1.2% 0;
}
.wechatimg img{
    width: 100%;
}
a{cursor: pointer;color: none !important;}
button{cursor: pointer;}
.nowprice h{color: #666;font-size: 18px;}
.price-left{
    width: 45%;
    margin: 5% 3%;
}
.price-right{
    width: 45%;
    margin: 5% 0;
}
.freelisten-center{
    width: 64%;
    margin: 0 auto;
    overflow: auto;
}
.nutton{
    width: 25%;
    margin: 0 auto;
    overflow: hidden;
    border: 0.5px solid #ff6633;
    border-radius: 20px;
    background: #ff6633;
}

.circle p:first-child{
    /* text-align: center; */
    font-size: 22px !important;
    color: #333;
    font-weight: 550;
    margin-top: 0;
    margin-bottom: 15px;
}

.question img{
    
float: left;
    
padding: 5% 10px;
}

.service a:hover{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.shiting{
    width: 15%;
    /* margin-right: 1%; */
}
.shiting img{
    width: 100%;
}
.teachers{
    width: 100%;
}
.teachers li{
    margin: 0 0.65%;
}
.teacher-li{
    width: 27%;
    /* margin: 0 0.8%; */
    float: left;
    position: relative;
    background-image: url(/view/linchuangrecruitstudents/static/images/icon/beijing.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 100%;
}
.laoshi{
    width: 95%;
    padding: 6% 0;
    position: absolute;
    display: block;
    /* float: right; */
}
.laoshi p{
    text-align: right;
    color: #333;
    font-size: 15px;
    /* margin: 3px 0; */
    /* padding: 0 10px; */
}
.laoshi p:first-child{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 3%;
}
.radius{
    background: #ff3333;
    color: white;
    font-size: 16px;
    border-radius: 20px;
    margin: 6% 0;
    padding: 5px;
    width: 35%;
    float: right;
}
.radius img{
    width: 23%;
}
.lao-width{width: 57%;}
.teachers li:last-child{margin-right: 0;}
.teachers li:first-child{margin-left: 0;}
.teachers li:hover{
    cursor: pointer;
}
.smallprice h1{
    text-align: center;
    font-size: 36px;
    color: #999;
    letter-spacing: 5px;
}
.smallprice h1 h{
    color: #ff3333;
    font-size: 40px;
    padding-right: 3px;
}
.introduce-ke{
    width: 100%;
    margin: 0 auto;
    overflow: auto;
}
.introduce-ke-li{
    /* display: inline; */
    width: 31.3%;
    border: 1px solid #ccc;
    overflow: auto;
    float: left;
    margin: 2% 1%;
    box-shadow: -1px 0px 11px -1px #ccc;
}
.introduce-ke-p{
    text-align: center;
    padding: 8px;
    background: #e6eaf3;
    color: #9190a8;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}
.introduce-ke-p h{
    font-size: 12px;
    color: #ff3333;
}
.introduce-ke-div{
    overflow: auto;
    width: 95%;
    margin: 0 auto;
    padding: 2% 0;
    border-bottom: 2px solid #ff3333;
}
.introduce-ke-div-ri{
    width: 55%;
    text-align: center;
    padding: 5% 5px;
    padding-left: 3%;
}
.introduce-ke-div-ri p{
    text-align: left;
    font-size: 20px;
    color:#666;
    float: left;
    width: 60%;
    padding-top: 3px;
}
.introduce-ke-div-ri h{
    color: #ff3333;
    float: left;
    text-align: center;
    /* margin-right: 5%; */
    font-size: 24px;
    width: 30%;
    clear: both;
    letter-spacing: 1px;
}
.introduce-ke-pirce{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 4%;
}
.introduce-ke-jia{
    width: 95%;
    overflow: auto;
    border: 1px solid #ccc;
    margin-top: 4% !important;
    margin-bottom: 4% !important;
    padding: 2%;
    margin: 0 auto;
}
.introduce-ke-jia p{
    float: left;
    width: 73%;
    color: #ff3333;
    /* width: 30% !important; */
    font-size: 24px;
    font-weight: bold;
}
.introduce-ke-buy{
    clear: both;
    overflow: auto;
    width: 100%;
    margin: 0 auto;
}
.jia-rig{
    text-align: center;
    width: 25% !important;
    background: #fdefef;
    padding: 2.5px 0; 
    font-size: 14px !important;
    margin-top: 5px;
}
.introduce-ke-buy-1{
    width: 46%;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 0 3.5% 0 0;
    padding: 2% 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    cursor: pointer;
}
.introduce-ke-buy-2{
    width: 45%;
    text-align: center;
    border: 1px solid #ff3333;
    border-radius: 10px;
    /* margin: 0 2% 2%; */
    padding: 2%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(to right, #ff6666, #ff3333);
}

.introduce-ke-div-img{width: 40%;}
.introduce-ke li:first-child{/* margin-left: 0; */}
.introduce-ke li:last-child{margin-right: 0;}

.title-san{
    background-image: url(/view/linchuangrecruitstudents/static/images/icon/sanda.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 36px;
    color: #ff3333;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 2.5% 0;
    width: 99.5%;
}

.combination{
    overflow: auto;
    width: 95%;
    border: 1px solid #ccc;
    padding: 2%;
    box-shadow: -1px 0px 11px -1px #ccc;
    margin: 1% 0;
}
.combination li{
    float: left;
}
.combination-li{
    width: 20%;
    border: 1px solid #f2efef;
    box-shadow: -1px 0px 20px -1px #f2efef;
    box-shadow: -1px 0px 11px -1px #ccc;
}
.combination-li-img{
    text-align: right;
    width: 93%;
    margin: 0 auto;
}
.combination-li-biao{
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 2% 5% 5%;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.combination-li-price{
    text-align: center;
    margin: 5% 0;
    color: #999;
    font-size: 18px;
}
.jiajia{
    width: 5%;
    text-align: center;
    font-size: 48px;
    padding: 2.8% 0;
    color: #ccc;
}
.yuanjia{
    text-align: center;
    color: #999;
    font-size: 20px;
    /* text-decoration-line: unset; */
    margin-top: 6%;
}
.zuhejia{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ff3333;
    margin: 3% 0;
}
.combination-li-li{
    width: 24%;
}

.zzixxun{width: 45%;}


.mingshi-kecheng{background: #fcf5f5;padding-bottom: 10px;}
.mingshi-kecheng h1{
    text-align: center;
    text-align: center;
    font-size: 36px;
    color: #999;
    letter-spacing: 5px;
}
.mingshi-kecheng h1 h{
    color: #ff3333;
    font-size: 40px;
    padding-right: 3px;
}
.mingshi-kecheng-p{
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 10px;
}
.mingshi{width: 1200px;margin: 0 auto;}
.mingshi-ul{
    overflow: auto;
}
.mingshi-ul-li{
    float: left;
    width: 23.85%;
    background: #fff;
    margin-right: 1.5%;
    overflow: auto;
}
.xingshi{
    width: 100%;
    text-align: center;
    padding: 4% 0 0;
}
.banci{
    text-align: center;
    background: #d5dceb;
    color: #1f1f38;
    font-size: 28px;
    font-weight: bold;
    padding: 6% 0;
}
.xiang{
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    background: #f2f0f0;
    padding: 1% 2%;
}
.shequn{
    overflow: auto;
    width: 100%;
    margin: 5% 0;
}
.shequn p{
    width: 30%;
    background: #f2f0f0;
    margin: 0 2.5%;
    font-size: 16px;
    background: #f2f0f0;
    padding: 1% 2%;
}
.shequn-p{
    width: 54% !important;
    margin: 0 !important;
    background: #fcebeb !important;
    color: #ff3333;
}
.fivedada{
    font-size: 16px;
    color: #999;
    background: #fcebeb;
    text-indent: 15px;
}
.baokuo{
    padding: 10px 0 10px 10px;
    padding-right: 0;
    overflow: auto;
    height: 630px;
}
.circle-yuan{
    /* padding: 0.5%; */
    background: #fff;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    float: left;
    margin-right: 0;
    /* margin-top: 2px; */
    z-index: 999;
    position: relative;
    background-image: url(/view/linchuangrecruitstudents/static/images/icon/zeng.png);
    background-size: 100%;
}
.fenlei{
    color: #ff6666;
    font-size: 16px;
    margin: 3% 0;
    /* overflow: auto; */
    clear: both;
}
.mianshou{
    overflow: auto;
    width: 95%;
    float: right;
    display: block;
    margin-bottom: 1% !important;
    margin: 0 auto;
}
.mianshou-li{
    width: 45%;
    margin: 1% 2.5%;
    font-size: 14px;
    color: #666;
}
.ziliao{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 100px;
}
.ziliao-li{
    float: left;
    width: 48%;
    font-size: 14px;
    color: #666;
    margin: 1%;
    text-align: left;
}
.fivedada h{
    color: #ff3333;
    font-size: 22px;
    font-weight: bold;
    padding-right: 3px;
}
.ziliao-li-22{width: 100%;}
.mianshou-li22{width: 100%;}
.mingshi-ul-first{margin-left: 0;}
.mingshi-ul-last{margin-right: 0;}
.mingshi-ul-li-2{
    background: #a0a8bd !important;
    color: #333;
    font-size: 36px;
    padding: 11px 0;
}
.mingshi-ul-li-2img{
    width: 10%;
}
.head-ming{
    position: absolute;
    background: #ff9633;
    width: 96.5%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    right: 0%;
    top: 81%;
    letter-spacing: 1px;
}

.learn-down{
    width: 100%;
    overflow: auto;
    padding-bottom: 3%;
}
.down-ul{
    overflow: auto;
    width: 100%;
}
.down-li{
    float: left;
    width: 20%;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 10px;
    padding: 3% 1%;
    box-shadow: -1px 0px 7px -1px #ccc;
    margin: 0.5% 1.85%;
}
.down-img{}
.down-img img{}
.down-zi{
    margin-top: 5%;
}
.ziliao-down{
    width: 1200px;
    margin: 0 auto;
}
.xiazai-down{
    font-size: 28px;
    color: #666;
    font-weight: bold;
    margin: 1% 0;
}
.xiazai-down img{}
.down-zi p{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
}
.down-zi-p{
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 500 !important;
}
.down-ul li:first-child{margin-left: 5px;}
.down-ul li:last-child{margin-right: 0}
.introduce-ke-3{
    width: 60%;
    margin-top: 3%;
}
.introduce-ke-buy-13{
    padding: 1%;
    color: #fff;
    background-image: linear-gradient(to right, #ff6666, #ff3333);
    letter-spacing: 1px;
}
.introduce-ke-buy-23{
    padding: 1.6%;
    background: #fff;
    color: #666;
    border: 1px solid #666;
    letter-spacing: 1px;
}
.introduce-ke-buy-13 img{
    width: 10%;
}
.shuxian3{height: 570px;}
.shuxian{
    
width: 1px;
    
float: left;
    
border-left: 0.5px solid #ccc;
    
position: relative;
    
right: -22.45px;
    
margin-top: 7%;
}
.shuxian1{height: 450px;}
.shuxian2{height: 130px;}
.all-live{
    background: #ff6666;
    color: #fff;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 2px 0;
}

.button {
    position: relative;
    border: none;
    background-color: transparent;
    /* cursor: pointer; */
    outline: none;
    font-size: 20px;
}

.button.type1.type1::after,
.button.type1.type1::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}
.button.type1.type1::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #ff3333;
    border-right-color: #ff3333;
}
.button.type1.type1::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #ff3333;
    border-left-color: #ff3333;
}
.button.type1.type1:hover:after,
.button.type1.type1:hover:before {
    width: 100%;
    height: 100%;
}

.freetalk{
    text-align: center;
    color: white;
    opacity: 0.6;	
    /* transition: opacity 1s;	 */
}


.xiding{
    clear: both;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fcf5f5;
    padding-top: 3%;
}
.xiding li:first-child{margin-left: 0;/* margin-top: 2.89%; */}
.xiding li:last-child{margin-right: 0;}
.xiding-li{
    float: left;
    width: 23.85%;
    margin-right: 1.5%;
    background: #fff;
    /* width: 300px; */
    position: relative;
    /* margin-top: 2.9%; */
}
.road-tab-fixed {
    position: fixed;
    top: 0%;
    width: 1200px;
    margin: 0 auto;
    z-index: 99999;
  }

.top {
    background: #c4f8b4;
    height: 50px;
}

.list {
    background: #ccc;
    width: 100%;
}

.introduce-ke-buy-1:hover{
    background: #d5dceb;
    color: #fff;
    /* transition:all 1s */
}
/* .introduce-ke-buy-1{transition:all 1s} */
.introduce-ke-buy-2:hover{
    /* box-shadow:0 0 10px #e52d18; */
    /* transition:all 1s; */
    background: red;
}
.introduce-ke-buy-2{/* transition:all 1s */}

.teacher-li{
    transition:all 0.8s;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: scale(1);
}
.teacher-li:hover{
    /* transition:all 0.8s; */
    transform: scale(1.1);
}

.freetalk:hover {
    color: white;	
    opacity: 1;		

}

.service:hover{background:red;}
.introduce-ke-buy-13:hover{background:red !important;}
.introduce-ke-buy-23:hover{background:#d5dceb !important;color: white;border:#d5dceb ;}
.abo-yellow{
    font-size: 12px;
    right: 0;
    color: #fff;
    background: #ff9633;
    width: 60%;
    float: right;
    position: absolute;
    bottom: 0;
    border-radius: 10px 0 0px 10px;
    text-align: center;
}


.ban {
    right: 3% !important;
    font-size: 14px;
    /* bottom: 0 !important; */
    width: 20% !important;
    font-weight: bold;
}
.ban1 {
    right: 1% !important;
    font-size: 14px;
    bottom: 100% !important;
    width: 20% !important;
    font-weight: bold;
}
.airplane {
    position: absolute;
    width: 15%;
    right: 20%;
    display: block;
    bottom: 100%;
}
.location{
    position: absolute;
    width: 15%;
    right: 20%;
    display: block;
    bottom: 100%;
}
.ziliao_shi{height: 250px;}
.zengsong{
    text-align: center;
    font-size: 20px;
    color: #666;
    margin: 10px auto;
}
.shuxian4{
    height: 540px;
}
