@charset "UTF-8";
.nav-ce{
    display: none;
}
.list-opt-pd{
    border:1px solid #CCCCCC;
    background-color: #fff;
    border-radius: 5px;
}
.list-cate-item{
    border-bottom: 1px solid #CCCCCC;
}
.list-cate-item:last-child{
    border-bottom: none;
}
.course-cate-choose{
    padding: 15px 20px;
}
.list-cate-title {
    background-color: #EDEDED;
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-size: 14px;
    width: 105px;
    line-height: 50px;
    text-align: right;
}
.list-cate-ul-w1 {
    width: 1089px;
    padding-left: 10px;
}
.list-cate-ul-w1 .revi-search-bar{
    margin:10px 0;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.list-cate-ul-w1 .revi-searchbar-content{
    height: 30px;
}
.list-cate-ul-w1  .revi-search-ipt{
    padding: 0 10px ;
    line-height: 30px;
    font-size: 12px;
    height: 28px;
}
.list-cate-ul-w1 .revi-search-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.list-cate-ul-w1 .revi-search-btn  i{
    color: #fff;
}
.list-cate-ul > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 13px;
}
.list-cate-ul > li > a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    padding: 2px 7px;
}
.listCate-ul-w{
    overflow: hidden;
}
.cert-more-look{
    display: none;
    font-size: 14px;
    color: #E63631;
    line-height: 50px;
    cursor: pointer;
}
.choi-more-icon{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.drop-arrow-more{
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #dadada;
    background: #eeecec;
    font-size: 12px;
    color: #8d8d8d;
    text-align: center;
    line-height: 16px;
}
.list-cate-ul-h {
    height: 45px;
    overflow: hidden;
}
.list-cate-ul > .select > a,.list-cate-ul  a:hover{
    background: #E63631;
    color: #fff;
}
.list-choose-item {
    display: inline-block;
    border: 1px solid transparent;
    font-size: 14px;
    color: #555;
    background: #f4f4f4;
    padding: 3px 8px;
    margin-right: 12px;
}
.list-choose-item a {
    display: inline-block;
    margin-right: 5px;
    color:#555;
}
.set-close-ico {
    display: inline-block;
    vertical-align: middle;
    font-size: 8px;
    cursor: pointer;
    color: #383741;
    margin-left: 17px;
}
.course-choose-clear{
    font-size: 14px;
    color: #555;
    display: inline-block;
}
.course-choose-clear:hover{
    color: #E63631;
}
.list-choose-item:hover {
    background: #E63631;
}
.list-choose-item:hover a{
    color: #fff;
}
.list-choose-item:hover .set-close-ico{
    color: #fff;
}
.list-ul-box{
    position: relative;
}
.inline{display: inline-block;}
/*搜索-筛选*/
.search-fix{
    position: fixed;
    width: 100%;
    top: 50px;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}
.choose-nav-ul{

}
.choose-nav-item{
    float: left;
    width: 33.33%;
    text-align: center;
}

.choose-nav-li p{
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    position: relative;
    background-color: #fcfcfc;
}
.choose-nav-li p:before{
    content: "";
    height: 30px;
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    background: #ccc;
}
.choose-nav-item:last-child .choose-nav-li p:before{
    display: none;
}
.choose-nav-li .active{
    color: #E63631;
}
.active .search-nav-icon{
    transform:rotate(180deg);
    color: #E63631;
    margin-right: 0;
}
.search-nav-icon{
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    color: #c7c7cc;
}
.choose-cate-block {
    background: #fcfcfc;
    width: 100%;
    position: absolute;
    z-index: 99;
    text-align: left;
    left: 0;
    /*top: 189px;*/
}
.choose-cate-ul {
    position: relative;
    height:280px;
    overflow: scroll;
}
.choose-cate-ul>li{
    position: relative;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.choose-cate-ul .select-choose-li{
    border-left-color: #E63631;
}
.choose-cate-major, .other-item{
    justify-content: space-between;
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
}
.select-choose-icon{
    margin-top: 12px;
    float: right;
    font-size: 12px;
    color: #c7c7cc;
}
.select-choose-li .select-choose-icon{
    color: #E63631;
}
.choose-cate-subul {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    display: block;
    height:280px;
    overflow: scroll;
    background: #fff;
    border-left: 1px solid #ddd;
    z-index: 9;
}
.choose-cate-h{
    height:280px;
}
.choose-cate-subul > li {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.select-choose-li .choose-cate-major{
    color: #E63631;
}
.other-item-l {
    width: 85%;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.select-choose-li .serv-hook-icon {
    display: block;
}
.serv-hook-icon {
    display: none;
    float: right;
    font-size: 12px;
    color: #E63631;
}
.click-cover-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    position: fixed;
    top: 0;
    z-index: 9;
}
.main-tit{
    padding: 20px 0 10px;
}
.main-tit h2{
    font-size: 14px;
    color: #474f55;
    line-height: 18px;
    padding-bottom: 15px;
}
.main-tit h2 a{
    font-size: 14px;
    color: #474f55;
    line-height: 18px;
}
.main-tit h2 a:not([href='']){
    color: #E63631;
}
.huibg{
    background-color: #F5F6FB;
}
.padd20{
    padding: 20px 0;
}
.kc-content{
    background-color: #fff;
}
.bx-list ul li{
    float: left;
    width:25%;
    padding: 0 20px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s linear ;
    -moz-transition: all 0.3s linear ;
    -ms-transition: all 0.3s linear ;
    -o-transition: all 0.3s linear ;
    transition: all 0.3s linear ;
}
.bx-list ul li a{
    display: block;
    border: 1px solid #ddd;
}
.bx-list ul li .bx-img img{
    width: 100%;
}
.bx-text{
    padding: 10px 15px 15px;
    background-color: #FBFBFB;
}
.bx-list ul li p{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.bx-list ul li span{
    color: #C1C1C1;
    float: right;
    font-size: 14px;
}
.bx-list ul li b{
    font-size: 16px;
    color:#CC463A;
}
.bx-list ul li:hover p{
    color:#CC463A;
}
.bx-list ul li:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mypage {
    clear: both;
    width:100%;
    height:auto;
    border:#E73631 0px solid;
    margin:4% auto;
    padding: 40px 0;
    text-align:center;
}
.exampage {
    clear: both;
    width:100%;
    height:auto;
    border:#E73631 0px solid;
    margin:4% auto;
    text-align:center;
}
.exampage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.exampage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.exampage .linking,.exampage a:hover {
    color: #fff;
    background: #E73631;
    border:1px solid transparent;
    border-radius: 4px;
}
.pc_dis{
    display: none;
}
.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #fff;
    background: #E73631;
    border:1px solid transparent;
    border-radius: 4px;
}
.success{
    width:100%;
    height:auto;
}
.green{
    color: #E73631;
}
.main-cont-title{
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.main-cont-title .m-cont-all{
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    padding: 0 20px;
    border-bottom: 2px solid #E63631;
}
.main-cont-title .m-cont-exam{
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
}
.m-cont-examcont{
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
}
.main-cont-title a {
    font-size: 14px;
    display: inline-block;
}
.main-cont-title p{
    font-size: 14px;
    color: #535353;
    padding-right: 15px;
    padding-top: 15px;
}
.main-cont-title p .red{
    color: #CC463A;
}
.baibg{
    background-color: #fff;
}
.case_cont{
    padding: 15px;
    overflow: hidden;
}
.case_lf{
    float: left;
    width: 470px;
}
.case_rt{
    margin-left: 505px;
}
.case_rt h1{
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}
.case_rt h6{
    font-size: 14px;
    color: #666666;
    margin-bottom: 40px;
}
.case_text{
    overflow: hidden;
    background-color: #F5F6FB;
}
.case_t_lf{
    width: 100px;
    height: 100px;
    float: left;
    padding: 20px;
    font-size: 14px;

    text-align: center;
}
.case_t_lf span{
    display: inline-block;
    line-height: 30px;
}
.case_t_rt{
    margin-left: 100px;
    padding: 20px 0;
}
.case_t_rt span{
    font-size: 22px;
    color: #CC463A;
}
.case_t_rt p{
    font-size: 14px;
    color: #333333;
}
.price-btn{
    padding-top: 30px;
}
.price-btn a{
    display: inline-block;
    width: 145px;
    height: 50px;
    background-color: #D90000;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-right: 30px;
}
.case_main{
    overflow: hidden;
}
.case_main_lf{
    float: left;
    width: 940px;
    padding: 15px;
    min-height: 800px;
}
.case_main_rt{
    margin-left: 965px;
    min-height: 800px;
}
.case_tit{
    border-bottom: 1px solid #ddd;
}
.case_tit h3{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    margin-right:80px;
    line-height: 50px;
    border-bottom: 2px solid transparent;
}
.case_tit h3.active,.case_tit h3:hover{
    color: #CC463A;
    border-bottom: 2px solid #CC463A;
}
.case_item{
    display: none;
    padding: 20px;
}
.case_item.active{
    display: block;
}
.menu ul li a{
    display: block;
    font-size: 14px;
    padding: 15px 0;
}
.case_main_rt .bx-list ul li{
    width: 100%;
    padding: 0 10px;
}
.case_main_rt .bx-list ul li a{
    border: none;
}
.case_main_rt .bx-list .bx-text{
    background: none;
}
.hot_tit{
    height: 60px;
    padding: 0 30px;
    text-align: center;
}
.hot_tit h1{
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.hot_tit  span{
    position: relative;
    top: 6px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    padding: 0 15px;
    background-color: #fff
}
.qing h4{
    font-size: 14px;
    color: #333;
}
.qing p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.qing p img{
   max-width: 100%;
}
.comment ul li{
    float: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.comment ul li .xy-img {
    float: left;
    width: 50px;
}
.comment>ul>li{
    padding: 30px 0;
}
.comment ul li .xy-img img{
    width: 100%;
}
.comment ul li .xyid {
    padding-left: 20px;
   margin-left: 50px;
}
.comment ul li .xyid b{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}
.comment ul li span{
    display: inline-block;
    color: #999;
    margin-right: 20px;
    line-height: 30px;
}
.heibg{
    background-color: #000;
}
.case_cont video{
    width: 100%;
}
/*登录*/
.login{
    height: 670px;
    background: url("../image/login.jpg") no-repeat center;
    position: relative;
}
.post{
    position: absolute;
    width: 450px;
    height: 480px;
    top:50%;
    margin-top: -225px;
    right: 20%;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 45px;
}
.login_tit{
    text-align: center;
    padding:30px 0;
}
.login_tit h1{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    width: 49%;
    line-height: 50px;
    border-bottom: 2px solid transparent;
}
.login_tit h1.active,.login_tit h1:hover{
    color: #CC463A;
    border-bottom: 2px solid #CC463A;
}
.login_item li span{
    display: block;
    float: left;
    width: 70px;
    font-size: 22px;
    color: #666666;
    line-height: 40px;
}

.login_item .rsgfrm li span{
    font-size: 16px;
    width: 90px;
}
.rsgfrm .login_form {
    margin-left: 90px;
}
.login_item .rsgfrm  li {
    margin-bottom: 17px;
}
.login_item li{
    margin-bottom: 35px;
}
.login_form{
    margin-left: 70px;
}
.login_form input{
   width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #ddd;
}
.login_item a{
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}
.login_item button{
    height: 3em;
    padding-left: 0px;
    background-color: #D12629;
    line-height: 3em;
    font-size: 1.3em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 100%;
}
.login_item .yan button {
    position: absolute;
    right: 0;
    top: 0;
    width: 87px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.login_item{
    display: none;
}
.login_item.active{
    display: block;
}
.yan{
    position: relative;
    padding-right: 90px;
}
.yan img{
	height:39px;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
}
.acv{
    margin-bottom: 35px;
    font-size: 14px;
}
.acv a{
    display: inline-block;
    font-size: 14px;
    color: #D12629;
    margin-bottom: 0;
}
/*忘记密码*/
.return{
    height: 60vh;
}
.return-title{
    height: 100px;
    background-color: #F0F0F0;
}
.return-title h1{
    line-height: 100px;
    font-size: 24px;
}
.return-cont p{
    margin-top: 60px;
    font-size: 16px;
    padding-left: 30px;
}
.return-cont p i{
    display: inline-block;
    width: 26px;
    height: 26px;
    background:url("../images/index/i.png");
    position: relative;
    top:7px;
}
.return-cont ul{
    padding-left: 100px;
    margin-top: 80px;
}
.return-cont ul li label{
    font-weight: normal;
    font-size: 16px;
    color: #868686;
}
.return-cont ul li input{
    width: 240px;
    height: 40px;
    border: solid 1px rgba(212, 212, 212, 1);
}
.return-btn{
    margin-top: 30px;
    padding-left: 70px;
}
.return-btn a{
    width: 120px;
    height: 40px;
    background-color: #FF4700;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.step{ margin:30px auto; display:block; height:60px;}
.step li{ position:relative; text-align:center;}
.step .line_bg{ height:3px; background:#B7B7B7; display:inline-block; width:50%; top:13px; position:absolute; z-index:1;}
.step .lbg-l{left:0;}
.step .lbg-r{right:0;}
.step .num{ position:relative; z-index:2; background:#fff;width:54px; height:30px;text-align:center; display:inline-block;}
.step .num em,.num i{width:24px; height:24px; display:inline-block; left:15px; top:2px;position:absolute;}
.step .num em{ background:#B7B7B7;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);z-index:2;}
.step .num i{  z-index:3; color:#fff; font-style:normal; font-weight:700; top:4px;}
.step .lbg-txt{ position:relative; color:#B7B7B7; font-size:13px;}
.step .on .lbg-txt{color:#FF7001;}
.step .on .line_bg,.step .on .num em{ background:#FF7001}
.return-cz{
    text-align: center;
}
.return-cz ul{
    margin: auto;
    width: 50%;
}
.return-cz ul li{
    text-align: left;
    line-height: 50px;
    font-size: 14px;
}
.return-cz ul li label{
    width: 80px;
    font-weight: normal;
    font-size: 16px;
    color: #868686;
}
.return-cz ul li  input{
    width: 240px;
    height: 40px;
    border: solid 1px rgba(212, 212, 212, 1);
    font-size: 14px;
}
.return-cz ul li button{
    width: 120px;
    height: 40px;
    background-color: #FF7001;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 14px;
}
.return-cz ul li a{
    width: 120px;
    height: 40px;
    background-color: #FF4700;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.return-cz  .return-btn{
    margin-top: 30px;
    padding-left:80px;
}
.return-cz p{
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 16px;
}
.return-cz p i{
    display: inline-block;
    width: 66px;
    height: 71px;
    background:url("../images/index/cg.png");
    position: relative;
    top:28px;
}
.verify{
    width: 280px;
    height: 40px;
    margin-top: 30px;
}
.verify span{
    width: 64px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #868686;
    margin-right: 23px;
}
#verify_box{
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    position: relative;
    background-color: rgba(212, 212, 212, 1);
    top:-40px;
    right:-71px;
}
#verify_xbox{
    width: 54px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    position: absolute;
    background: #7BBB55;
}
#btn{
    cursor: pointer;
    width: 54px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border: solid 1px rgba(212, 212, 212, 1);
    float: right;
}
.continue{
    width: 120px;
    height: 40px;
    background-color: rgba(212, 212, 212, 1);
    margin: 0 70px;
    border: none;
    color: #302f41;
    font-size: 16px;
}
.continue:hover{
    background-color: rgba(235, 54, 38, 1);
    color: #ffffff;
}
.sebg{
    height: 360px;
    background-repeat: no-repeat;
    background-position: center;
}
.tushu{
    background-image: url("../images/dyf/shubg.jpg");
}
.books{
    overflow: hidden;
}
.books_lf{
    float: left;
    width: 230px;
}
.books_rt{
    margin-left: 250px;
}
.books_item{
    background-color: #fff;
}
.books_item h4{
    font-size: 14px;
    padding: 0 20px;
    background-color: #CC463A;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
}
.books_item p{
    border-bottom: 1px solid #F4F3F3;
    padding: 0 20px;
}
.books_item p a{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
}
.books_item p.active,.books_item p:hover{
    background-color: #CC463A;
}
.books_item p.active a,.books_item p:hover a{
    color: #fff;
}
.books{
    padding-bottom: 30px;
}
.books_rt{
    padding: 0 10px;
}
.books_rt ul li{
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
    background-color: #fff;
    overflow: hidden;
}
.books_img{
    float: left;
    width: 180px;
}
.books_img img{
    width: 100%;
}
.books_text{
    margin-left: 210px;
    padding-top: 15px;
}
.books_text h4{
    font-size: 18px;
    color: #CC463A;
    line-height: 40px;
}
.books_text p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    margin-bottom: 30px;
    overflow: hidden;
}
.books_text span{
    color: #999;
}
.books_rt ul li:hover span{
    color: #CC463A;
}
.notice_title h4{
    width: 140px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-bottom: 1px solid transparent;
    display: inline-block;
    margin: 0 15%;
}
.notice_title h4.active,.notice_title h4:hover{
    border-bottom: 1px solid #CC463A;
    color: #CC463A;
}
.notice_title{
    padding: 30px 0 20px;
    text-align: center;
    margin-bottom: 15px;
}
.notice_lf{
    float: left;
    width: 950px;
    padding: 0 15px;
}
.notice_rt{
    margin-left: 965px;
}
.notice_lf .books_text{
    margin-left: 0;
}
.notice_lf ul li{
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
    background-color: #fff;
    overflow: hidden;
}
.notice_lf ul li:hover span{
    color: #CC463A;
}
.ms{
    padding-bottom: 30px;
}
.no_top{
    padding: 0 10px;
    margin-bottom: 30px;
}
.no_top_img img{
   width: 100%; 
}
.no_top_tiem p{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 15px;
    position: relative;
}
.no_top_tiem p i{
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #E8E8E8;
    top:16px;
    left: 0;
}
.no_top_tiem p:hover a{
    color: #CC463A;
}
.no_top_tiem p:hover i{
    background-color: #CC463A;
}
.notice_lf_item{
    display: none;
}
.gybg{
    background-image: url("../images/dyf/gybg.jpg");
}
.pad{
    padding: 30px;
}
.lian_tit h4{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.lian_tit p{
    font-size: 14px;
    color: #4C4C4C;
}
.lian_tit{
    margin-bottom: 40px;
}
.lian_cont p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.lian_cont{
    margin-bottom: 40px;
} 
}
.lian_cont p em{
    color: #CC463A;
}
.lianbg{
    background-image: url("../images/dyf/lianbg.jpg");
}
#map{
    width: 100%;
    height: 360px;
}
.notice_lf_item .books_rt{
    margin-left: 0;
}
.news_tit h4{
    margin: 0 1%;
}
.news .qing{
    padding: 30px;
}
.news h4{
    font-size: 18px;
    color: #CC463A;
}
.news .qing a{
    text-align: center;
    margin: 20px auto;
    display: block;
    height: 3em;
    padding-left: 0px;
    background-color: #D12629;
    line-height: 3em;
    font-size: 1.3em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 150px;
}
.inquiry{
    background: url("../images/dyf/inform.png") no-repeat center;
    background-size: cover;
}
.inquiry-form{
    width: 420px;
    margin: auto;
}
.inquiry-form input{
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
    color: #ABABAB;
    border: 1px solid #ABABAB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.inquiry-form ul li{
    margin-bottom: 20px;
}
.inquiry-form ul li em{
    color: #FF0000;
}
.inquiry-form ul li.yan input{
    width: 290px;
}
.inquiry-form a{
    display: block;
    margin: 20px auto;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #9C9C9C;
    background-color: #E7E7E7;
    font-size: 16px;
}
.zs_title{
    text-align: center;
    margin-bottom: 30px;
}
.zs_title h1{
    font-size: 30px;
    color: #1F1F1F;
    margin-bottom: 20px;
}
.zs_title p{
    font-size: 16px;
    color: #2A2A2D;
}
.padd50{
    padding: 50px 0;
}
.expert_list ul li{
    float: left;
    width: 25%;
    padding: 0 10px;
}
.expert_list ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.expert_img img{
    width: 100%;
}
.expert_hide{
    position: absolute;
    top:100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF0000;
    padding-top:20px;
    padding-left: 30px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.expert_list ul li a:hover .expert_hide{
    top:40%;
}
.expert_hide h4{
    font-size: 18px;
    margin-bottom: 15px;
}
.expert_hide p{
    font-size: 16px;
    line-height:30px;
}
.teacher-top-img{
    width: 350px;
    text-align: center;
}
.teacher-top-img div{
    display: inline-block;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    background-color: #F5F7FA;
}
.teacher-top-img img{
    width: 195px;
    height: 195px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.teacher-top-text{
    padding-left: 350px;
}
.teacher-top-text h1{
    font-size: 32px;
    color: #FF0000;
    line-height: 40px;
}
.teacher-top-text h1 span{
    color: #C3C3C3;
    font-size: 16px;
}
.teacher-top-text p{
    font-size: 14px;
    color: #8E8B89;
    line-height: 25px;
}
.teacher-top-text h6{
    font-size: 16px;
    color: #FF0000;
    margin-top: 50px;
}
.Introduction{
    padding-top: 40px;
}
.Introduction h3{
    font-size: 20px;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    margin: 20px 0;
}
.Introduction h3 b{
    display: inline-block;
    height: 18px;
    width: 3px;
    background-color: #FF0000;
    margin-right: 5px;
}
.Introduction p{
    font-size: 14px;
    line-height: 25px;
}
.teacher-bto .course-bottom{
    margin-top: 0;
}
.question-content{
    margin-top: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
}
.question-content ul li{
    padding: 1em;
    border-bottom: 1px solid #ddd;
}
.course{
    padding: 30px;
}
.tt_progress {
    height: 116px;
    border: 1px solid #ededed;
    padding: 0 218px;
}
.tt_progress dl {
    float: left;
    text-align: center;
    padding: 30px 80px;
}
.tt_progress dl dt {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #d3d3d3;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.tt_progress dl.complete dt {
    background-color: #C40000;
}
.tt_progress dl dd {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}
.tt_progress dl.complete dt:before,.tt_progress dl.complete dt:after {
    background-color: #C40000;
}
.tt_progress dl dt:before {
    right: 20px;
    top: 10px;
}
.tt_progress dl dt:after {
    left: 20px;
    top: 10px;
}
.tt_progress dl dt:before,.tt_progress dl dt:after {
    content: '';
    display: block;
    width: 108px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
}
.jr-text{
    padding:35px 30px 0 20px;
}
.jr-text b{
    font-size: 16px;
}
 .jr-text p{
    font-size:14px;
    color:#8D8D8D;
    line-height: 50px;
}
.is-disable{
    margin-left: 40px;
    margin-top:20px;
}
.is-disable input[type=checkbox]{
    margin-right: 10px;
}
.r-xyb {
    display: block;
    background-color: #c43333;
    color: #fff;
    border: none;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100px;
    margin: 40px auto;
}
.padd30{
    padding: 30px 0;
}
.jr-form{
    padding: 20px;
    border: 1px solid #ededed;
    margin: 25px 0;
}
.jr-form form{
    width: 600px;
    margin: 0 auto;
}
.jr-form form .w-fm{
    overflow: hidden;
    /* width: 600px; */
    margin-bottom: 6px;
}
.w-lf{
    width: 140px;
    float: left;
}
.w-rt{
    width: 440px;
    float: left;
}
.jr-form form input{
    width:320px;
    height:30px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.w-rt label{
    color: #292929;
    width: 25%;
    vertical-align: middle;
    margin: 6px 0 6px 0;
}
.jr-form form b{
    display: block;
    text-align: right;
   /* height: 30px;*/
    line-height: 30px;
}
.jr-form form i{
    display: inline-block;
    width: 8px;
    height: 18px;
    margin-right: 5px;
}
.z-xing{
    float: left;
    display: block;
    position: relative;
    left: 0;
    top: 16px;
    margin-right: 0;
}
.jr-form form span{
    display: inline-block;
    font-size: 14px;
    color:#000;
    font-weight: 300;
}
.z-sp{
    padding-left: 3px;
}
.jr-form form input[type=radio]{
    width:12px;
    margin:0 10px;
    height:12px;
}
.w-zy{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #666;
}
.w-tj{
    display: inline-block;
    width: 66px;
    height: 30px;
    background: #c43333;
    /*background: #ccc;*/
    color: #fff;
    border: none;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.w-tj:focus{
    text-decoration: none;
}
.w-rt textarea{
    width: 320px;
    height: 150px;
    resize: none;
    padding: 10px ;
}
.jr-form form .scimg {
    width: 80px;
    height: 30px;
    margin-top: 20px;
    background: #eee;
    color: #777777;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    border: 1px solid #cccccc;
}
.jr-form form p{
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
.jr-form .tjsq{
    display: block;
    width: 124px;
    height: 30px;
    background: #c43333;
    /*background: #ccc;*/
    color: #fff;
    border: none;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin: 25px auto 0;
}

/*2020-3-18*/
.tailoring-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.3);
}
.tailoring-container .tailoring-content {
    position: absolute;
    width: 30%;
    height: 300px;
    background: #fff;
    z-index: 1002;
    left: 35%;
    top: 30%;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    padding-bottom: 30px;
}
.tailoring-content-one {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid #DDD;
    background-color: #c40000;
    text-align: center;
    position: relative;
}
.tailoring-content-one h1 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.tailoring-content .close-tailoring {
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    right: 5px;
    top: 2px;
    cursor: pointer;
}
.tailoring-content .tailoring-content-two {
    width: 100%;
    position: relative;
    padding: 30px 0;
    /*border-bottom: 2px solid #EDF2FA;*/
}
.queen_text h4 {
    color: #c40000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.queen_text p {
    font-size: 18px;
    line-height: 30px;
}
#sf {
    border: 1px solid #ddd;
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.queen_text button {
    width: 100px;
    height: 30px;
    background-color: #c40000;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    border: none;
    margin-top: 15px;
}

@media screen and (max-width: 1023px){
    .tailoring-container .tailoring-content{width: 50%;left:25%;}
}


@media screen and (max-width:768px) {
    .pc_dis{
        display: block;
    }
    .ph_dis{
        display: none;
    }
    .bx-list ul li{
        width:50%;
        padding: 0 10px;
    }
    .main-cont-title .m-cont-all {
        font-size: 16px;
    }
    .main-cont-title p {
        font-size: 12px;
        padding-top: 18px;
    }
    .bx-list ul li p {
        font-size: 14px;
    }
    .bx-list ul li b {
        font-size: 14px;
    }
    .bx-list ul li span {
        font-size: 12px;
    }
    .bx-text {
        padding: 10px 5px 10px;
        background-color: #FBFBFB;
    }
    .case_lf {
        float: none;
        width: 100%;
    }
    .case_rt {
        margin-left: 0;
        padding-top: 20px;
    }
    .case_main_lf {
        float: none;
        width: 100%;
        padding:10px;
        min-height:auto;
    }
    .case_main_rt {
        display: none;
    }
    .case_tit h3 {
        font-size: 14px;
        margin-right: 15px;
        line-height: 40px;
    }
    .case_rt h1 {
        font-size: 18px;
    }
    .case_t_rt span {
        font-size: 18px;
    }
    .price-btn a{
        height: 40px;
        line-height: 40px;
    }
    .case_item{
        padding: 10px;
    }
    .return-cont ul {
        padding-left: 10px;
    }
    .return-cont ul li input {
        width: 206px;
    }
    .return-cz ul {
        margin: auto;
        width: 100%;
        padding: 0 10px;
    }
    .return-cz ul li input {
        width: 120px;
    }
    .post{
        width: 300px;
        height: 480px;
        top:50%;
        margin-top: -225px;
        margin-right: -150px;
        right: 50%;
        background-color: #fff;
        border-radius: 20px;
        padding: 0 15px;
    }
    .login_tit h1 {
        font-size: 20px;
    }
    .login_item li span {
        font-size: 15px;
    }
    .books_lf{
        display: none;
    }
    .books_rt{
        margin-left:0;
    }
    .books_img {
        width: 130px;
    }
    .books_text {
        margin-left: 140px;
        padding-top: 0;
    }
    .books_text p{
        margin-bottom: 8px;
    }
    .notice_lf{
        float: none;
        width: 100%;
        padding: 0 15px;
    }
    .notice_rt{
        display: none;
    }
    .notice_title h4 {
        width: 96px;
        line-height: 50px;
        font-size: 15px;
        margin: 0 5%;
    }
    .inquiry-form {
        width: 80%;
        margin: auto;
    }
    .inquiry-form ul li.yan input {
        width: 150px;
    }
    .inquiry-form input {
        width: 84%;
    }
    .expert_list ul li {
        width: 50%;
        margin-bottom: 20px;
    }
    teacher-top-img {
        width: 100px;
        text-align: center;
    }
    .teacher-top-img div {
        display: inline-block;
        width: 80px;
        height: 80px;
    }
    .teacher-top-img img {
        width: 75px;
        height: 75px;
    }
    .teacher-top-text {
        padding-left: 100px;
    }
    .teacher-rt {
        padding: 10px;
    }
    .teacher-top-text h1 {
        font-size: 22px;
    }
    .teacher-top-text h6 {
        margin-top: 10px;
    }
    .item{
        width: 95%;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .item img{
        width: 100%
    }
    .course {
        padding: 10px;
    }
    .teacher-top-img {
        width: 100px;
        text-align: center;
    }
    .tt_progress dl{
        padding: 10px 0;
        width: 100px;
    }
    .tt_progress dl.complete{
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }
    .tt{
        text-align: center;
        font-size: 22px;
        margin: 20px 0;
    }
    .tt_progress{
        padding: 0;
        height: 68px;
        width: 302px;
        margin: 0 auto;
        border: 0;
    }
    .tt_progress dl dt:before, .tt_progress dl dt:after{
        width: 41px;
    }
    .jr-text {
        padding:10px;
    }
    .jr-form form{
        width: 100%;
    }
    .jr-form form input{
        width: 200px;
        height: 24px;
        margin-bottom: 5px;
    }
    .jr-form form span{
        font-size: 12px;
    }
    .jr-form form b{
        line-height: 24px;
        height: 24px;
    }
    .w-lf{
        width: 80px;
    }
    .w-rt{
        width: 210px;
    }
    .w-xs label{
        width: 94px;
    }
    .w-rt textarea{
        width: 210px;
    }
}

/*2020-1-12*/
.clear:after{
    display: block;
    content:'';
    clear: both;
}
.fourlxnr-nr>div.lf{
    width: 65%;
}
.fourlxnr-nr>div.rt{
    width: 35%;
}
.fourlxnr-nr>div.rt a{
    margin-right: 10px;
    background: #c40000;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.fourlxnr ul li{
    padding:10px 2%;
    border-bottom: 1px solid #f0f0f0;
}
.tu{margin-right: 2%;}
.tu i{
    font-size: 20px;
    color:#f0594b;
}
.mingcheng h1{
    color:#3a3a3a;
    font-size: 16px;
    line-height: 25px;
}
.mingcheng p{
    display: inline-block;
    color:#aeb3b8;
    font-size: 14px;
    margin-right: 25px;
}




@media screen and (max-width:768px) {
    .pc_dis{
        display: block;
    }
    .ph_dis{
        display: none;
    }
    .bx-list ul li{
        width:50%;
        padding: 0 10px;
    }
    .main-cont-title .m-cont-all {
        font-size: 16px;
    }
    .main-cont-title p {
        font-size: 12px;
        padding-top: 18px;
    }
    .bx-list ul li p {
        font-size: 14px;
    }
    .bx-list ul li b {
        font-size: 14px;
    }
    .bx-list ul li span {
        font-size: 12px;
    }
    .bx-text {
        padding: 10px 5px 10px;
        background-color: #FBFBFB;
    }
    .case_lf {
        float: none;
        width: 100%;
    }
    .case_lf img{
        width: 100%;
    }
    .case_rt {
        margin-left: 0;
        padding-top: 20px;
    }
    .case_main_lf {
        float: none;
        width: 100%;
        padding:10px;
        min-height:auto;
    }
    .case_main_rt {
        display: none;
    }
    .case_tit h3 {
        font-size: 14px;
        margin-right: 15px;
        line-height: 40px;
    }
    .case_rt h1 {
        font-size: 18px;
    }
    .case_t_rt span {
        font-size: 18px;
    }
    .price-btn a{
        height: 40px;
        line-height: 40px;
        width:70px
    }
    .case_item{
        padding: 10px;
    }
    .return-cont ul {
        padding-left: 10px;
    }
    .return-cont ul li input {
        width: 206px;
    }
    .return-cz ul {
        margin: auto;
        width: 100%;
        padding: 0 10px;
    }
    .return-cz ul li input {
        width: 120px;
    }
    .post{
        width: 300px;
        height: 480px;
        top:50%;
        margin-top: -225px;
        margin-right: -150px;
        right: 50%;
        background-color: #fff;
        border-radius: 20px;
        padding: 0 15px;
    }
    .login_tit h1 {
        font-size: 20px;
    }
    .login_item li span {
        font-size: 15px;
    }
    .fourlxnr-nr>div.lf {
        width:100%;
    }
    .fourlxnr-nr>div.rt {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .mingcheng h1{font-size: 14px;}
    .fourlxnr-nr>div.rt a{font-size: 12px;}
    .tailoring-container .tailoring-content{width: 90%;left:5%;}
}