﻿*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
body{
    background: #fff;
}
img{
    width: 100%;
    height: auto;
    max-width: 100%;
    transition: 0.3s;
    vertical-align: top;
    border: none;
}
.skill-tag,.tag-hidden {
    display:none;
}
/*首页*/
.menu{
    width: 36px;
    height: 26px;
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    display: none;
}
.menu span{
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 2px;
}
.header{
    width: 100%;
    height: 80px;
    background: #fff;
}
.h-container{
    max-width: 1470px;
    height: 100%;
    margin: 0 auto;
}
.logo{
    width: auto;
    height: 100%;
    /* max-width: 300px; */
    padding: 10px 0;
    display: flex;
    float: left;
    align-items: center;
}
.logo a img{
    vertical-align: middle;
}
.yt-ewm{
    width: 60px;
    height: 60px;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.head-wen{
    width: auto;
    float: left;
    margin-left: 20px;
    height: 30px;
    margin-top: 35px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    letter-spacing: 5px;
}
.head-wen span{
    color: #d32a2d;
}
.yt-box{
    width: auto;
    float: right;
    height: 50px;
    margin-top: 25px;
    /* margin-right: 30px; */
    padding-left: 50px;
    background: url("../images/yttel.png") no-repeat 0 center;
    background-size: 40px;
}
.yt-box p{
    height: 100%;
    float: left;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}
.yt-box p:first-child{
    margin-right: 30px;
}
.nav-box{
    width: 100%;
    height: 60px;
    background: #070707;
}
.nav-ul{
    width: auto;
    height: 100%;
    float: right;
}
.nav-ul li{
    width: 145px;
    float: left;
    height: 100%;
    position: relative;
}
.nav-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nav-ul li a p{
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.nav-ul li a span{
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    text-align: center;
}
.nav-ul li a:hover{
    background: #cf181b;
}
.nav-ul li a:hover span{
    color: #fff;
}
.nav-ul li a.focus{
    background: #cf181b;
}
.nav-ul li a.focus span{
    color: #fff;
}
.nav-ul li ul{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 7;
    display: none;
}
.nav-ul li:hover ul{
    display: block;
}
.nav-ul li ul li{
    width: 100%;
    border-top: 1px solid #eeeeee;
}
.nav-ul li ul li a{
    width: 100%;
    height: 59px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #666;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.nav-ul li ul li a:hover{
    color: #fff;
}
.banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position:relative;
}
.pagelist{display:none;}
.page { overflow: hidden; text-align: center; padding: 40px 0; }
.page ul li { display: inline-block;margin-bottom:5px; }
.page ul li a, .page ul li span { padding: 12px 15px; background: #fff; display:block; color: #888; margin: 0 2px; border: 1px solid #888;}
.page ul li.active span { background: #cf181b; color: #fff; border-color: #cf181b }
.page ul li:hover a { background: #cf181b; color: #fff; border-color: #cf181b }
/*页脚*/
.footer{
    background: #262626;
    width: 100%;
    padding: 20px 0;
}
.ft-nav{
    width: auto;
    overflow: hidden;
    margin-bottom:10px;
}
.ft-nav li{
    width: auto;
    height: 16px;
    padding: 0 15px;
    border-right: 2px solid #999999;
    line-height: 16px;
    float: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.ft-nav li:last-child{
    border-right: none;
}
.ft-nav li:first-child{
    padding-left: 0;
}
.ft-nav li a{
    color: #999;
}
.flink-box{
    width: 100%;
    display:none;
}
.flink-box span{
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 16px;
    color: #666;
}
.flink-box ul{
    margin-left: 80px;
    overflow: hidden;
}
.flink-box ul li{
    width: auto;
    height: 100%;
    float: left;
    margin: 0 5px;
    /* margin-bottom: 10px; */
    line-height: 30px;
    font-size: 16px;
}
.flink-box ul li a{
    color: #666;
}
.flink-box ul li a:hover{
    text-decoration: underline;
}
.yj-con{
    width: 100%;
    margin-top: 20px;
}
.yj-con h3{
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}
.yj-cinfo{
    width: 50%;
    float: left;
}
.yj-cinfo li{
    width: 100%;
    margin-bottom: 10px;
    /* padding-left: 30px; */
}
.yj-cinfo li:last-child{
    margin-bottom: 0;
}
/* .yj-cinfo li:nth-child(1){
    background: url("../images/ft1.png") no-repeat 0 5px;
}
.yj-cinfo li:nth-child(2){
    background: url("../images/ft2.png") no-repeat 0 5px;
}
.yj-cinfo li:nth-child(3){
    background: url("../images/ft3.png") no-repeat 0 5px;
} */
.yj-cinfo li{
    padding-left: 30px;
}
.yj-cinfo li:nth-child(1){
    background: url("../images/ft2.png") no-repeat 0 5px;
}
.busline li:first-child{
    background: url("../images/ft3.png") no-repeat 0 5px;
}
.yj-cinfo li p{
    line-height: 30px;
    font-size: 14px;
    color: #777777;
}
.la-foot{
    padding: 15px 0;
    color: #777;
    background: #262626;
    border-top: 1px solid #333;
    text-align: center;
}
.lfoot-p{
    line-height: 25px;
    font-size: 14px;
}

/*主体*/
.tit-box{
    width: auto;
    display: table;
    margin: 0 auto;
}
.sy-title{
    width: auto;
    height: 67px;
    padding: 0 60px;
    background: url("../images/title.png") no-repeat center center;
    background-size: 100% 100%;
}
.sy-title h3{
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    color: #333;
    position: relative;
    top: -20px;
    font-weight: normal;
    text-align: center;
}
.sy-title p{
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: -20px;
    text-align: center;
}
.sy-title h3 span{
    color: #ff1418;
}
.syab-pic{
    width: 50%;
    float: left;
    overflow: hidden;
}
.syab-rgh{
    width: 50%;
    float: left;
    padding-left: 40px;
}
.syab-h3{
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #333;
    margin: 10px 0;
    text-align: center;
}
.syab-det{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #595959;
}
.syab-det p{
    line-height: 30px;
    font-size: 16px;
    color: #595959;
}
.about-more{
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background: #cf181b;
    float: right;
}
.about-more:hover{
    opacity: 0.8;
}
.sybg1{
    width: 100%;
    background: url("../images/sybg1.png") no-repeat center center;
    background-size: cover;
}
.zm-couul{
    margin: 0 -15px;
    overflow: hidden;
}
.zm-couul li{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.zm-couul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.zmcou-pic{
    width: 100%;
    overflow: hidden;
}
.zmcou-info{
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s;
}
.zmcou-info h3{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.zmcou-info p{
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.zm-couul li a:hover{
    background: #fff;
}
.zm-couul li a:hover .zmcou-info{
    color: #cf181b;
}
.see-more{
    display: block;
    width: 100px;
    height: 40px;
    border: 1px solid #cf181b;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #cf181b;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 40px;
}
.see-more:hover{
    background: #cf181b;
    border-color: #cf181b!important;
    color: #fff;
}
.sybg2{
    width: 100%;
    background: url("../images/sybg2.png") no-repeat center bottom;
    background-size: 100% 50%;
}
.sybg21{
    width: 100%;
    background: url("../images/sybg21.png") no-repeat center bottom;
    background-size: 100% 50%;
}
.shey-box{
    margin: 0 -70px;
    padding: 0 70px;
    position: relative;
}
.swiper-button-prev1, .swiper-button-next1 {
    width: 40px;
    height: 70px;
    margin-top: -65px;
    background-size: auto;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next1{
    background-image: url("../images/nextons.png");
    right: 0;
}
.swiper-button-prev1{
    left: 0;
    background-image: url("../images/prevons.png");
}
.swiper-button-prev1.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next1.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}
.shey-pic{
    width: 100%;
    overflow: hidden;
}
.shey-pic a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.shey-pic a:hover .kcxiu-zhe {
    top:0;
}
.shey-info{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    background: #fff;
}
.shey-info h3{
    height: auto;
    font-weight:normal;
    overflow: hidden;
}
.shey-info h3 .th-alik{
    display:block;
    width:100%;
    /* float: left; */
    /* max-width: calc( 100% - 65px ); */
    line-height: 30px;
    font-size: 16px;
    height:30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.shey-dbx{
    overflow: hidden;
    width: 100%;
}
.shey-info h3 div{
    width: 60px;
    height: 26px;
    font-size: 14px;
    background: #cf181b;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    float: right;
    margin-top: 2px;
}
.shey-info h3 div a {
    display:block;
    width:100%;
    height:100%;
    color: #fff;
}
.shey-dbx p{
    line-height: 26px;
    font-size: 14px;
    color: #999;
    float: left;
}
.shey-dbx p:last-of-type{
    float: right;
}
.swiper-button-prev3, .swiper-button-next3 {
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next3{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev3{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev3.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next3.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}
.huaz-pic{
    width: 100%;
    overflow: hidden;
}
.huaz-pic a {
    display:block;
    width:100%;
    height:100%;
    position:relative;   
}
.kcxiu-zhe {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:100%;
    background:rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px;
    transition:0.3s;
}
.kcxiu-zhe h3 {
    width:100%;
    height:30px;
    line-height:30px;
    font-size: 16px;
    color: #fff;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
}
.kcxiu-zhe p {
    width:100%;
    max-height:100px;
    line-height:25px;
    font-size: 14px;
    color: #fff;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; 
}
.kcxiu-zhe span {
    display:block;
    width:100%;
    height:25px;
    line-height:25px;
    font-size: 14px;
    color: #cf181b;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; 
}
.huaz-pic a:hover .kcxiu-zhe{
    top:0;
}
.huaz-info{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px 15px;
    background: #fff;
}
.huaz-info h3{
    height: auto;
    font-weight: normal;
    overflow: hidden;
}
.huaz-info h3 .th-alik {
    display:block;
    width:auto;
    /* max-width: calc( 100% - 65px ); */
    /* float: left; */
    height:30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}
.huaz-dbx{
    overflow: hidden;
    width: 100%;
}
.huaz-info h3 div{
    width: 60px;
    height: 26px;
    float: right;
    font-size: 14px;
    background: #cf181b;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    margin-top: 2px;
}
.huaz-info h3 a {
    display:block;
    width:100%;
    height:100%;
    color: #fff;
}
.huaz-dbx p{
    line-height: 26px;
    font-size: 14px;
    color: #999;
    float: left;
}
.huaz-dbx p:last-of-type{
    float: right;
}


.hzpeix-ul{
    margin: -30px -15px 0 -15px;
    overflow: hidden;
}
.hzpeix-ul li{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-top: 30px;
}
.hzpeix-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.sykc-tbox{
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.sykc-left{
    width: auto;
    overflow: hidden;
    max-width: 80%;
    float: left;
}
.sykc-left span{
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.sykc-left1 span{
    color: #fff;
}
.sykc-left2 span{
    color: #fff;
}
.sykc-left ul{
    margin-left: 105px;
}
.sykc-left ul li{
    width: auto;
    height: 30px;
    float: left;
    margin: 0 3px;
    margin-bottom: 10px;
}
.sykc-left ul li a{
    display: block;
    height: 100%;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}
.sykc-left1 ul li a{
    color: #999;
}
.sykc-left ul li a:hover{
    border-color: #cf181b;
    color: #cf181b;
}
.sykc-left1 ul li a:hover{
    border-color: #fff;
    color: #fff;
}
.sykc-left2 ul li a{
    color: #fff;
}
.sykc-left2 ul li a:hover{
    border-color: #fff;
    color: #fff;
}
.smore-cour{
    display: block;
    width: 120px;
    height: 36px;
    float: right;
    text-align: center;
    background: #cf181b;
    border-radius: 4px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}
.smore-cour:hover{
    opacity: 0.9;
}

/*技巧学习*/
.jiqiao-box{
    margin: 0 -15px;
}
.jiqiao-inner{
    width: 33.333333%;
    padding: 0 15px;
    float: left;
}
.jiqiao-top{
    width: 100%;
    height: 30px;
    border-left: 2px solid #cf181b;
    padding-left: 10px;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    margin-bottom: 20px;
}
.jiqiao-top span{
    font-size: 14px;
    margin-left: 10px;
}
.jiqiao-remen{
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 5px 1px #ccc;
}
.jiqiao-remen a{
    display: block;
    padding: 10px;
    height: 100%;
}
.jiqiao-spic{
    width: 120px;
    height: 100%;
    float: left;
    overflow: hidden;
}
.jiqiao-spic img{
    height: 100%;
}
.jiqiao-rgh{
    margin-left: 130px;
}
.jiqiao-rgh h3{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
}
.jiqiao-rgh p{
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.jiqiao-rgh h6{
    line-height: 22px;
    font-size: 14px;
    color: #999;
    margin: 0;
    font-weight: normal;
}
.jiqiao-rgh h6 span{
    float: right;
    color: #cf181b;
    line-height: 20px;
}
.jiqiao-remen a:hover .jiqiao-rgh h3{
    color: #cf181b;
}
.jiqiao-tjul{
    width: 100%;
}
.jiqiao-tjul li{
    width: 100%;
    height: 30px;
}
.jiqiao-tjul li a{
    display: block;
    height: 100%;
    font-size: 14px;
    padding: 0 10px;
    color: #808080;
}
.jiqiao-tjul li a p{
    width: auto;
    height: 100%;
    max-width: 60%;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
}
.jiqiao-tjul li a span{
    float: right;
    line-height: 30px;
}
.jiqiao-tjul li a:hover p{
    color: #cf181b;
}

/*资讯*/
.zixun-inner{
    width: 50%;
    padding: 0 15px;
    float: left;
}
.zixun-inner .jiqiao-top{
    border-color: #fff;
    color: #fff;
}
 .jiqiao-top span{
    border-bottom: 1px dashed #fff;
}
.zixun-inner .jiqiao-remen{
    height: 190px;
    margin-bottom: 20px;
}
.zixun-inner .jiqiao-remen a{
    padding: 20px;
}
.zixun-inner .jiqiao-remen a .jiqiao-spic{
    width: 220px;
}
.zixun-inner .jiqiao-remen a .jiqiao-rgh{
    margin-left: 240px;
}
.zixun-inner .jiqiao-remen a .jiqiao-rgh h3{
    height: 30px;
    line-height: 30px;
}
.zixun-inner .jiqiao-remen a .jiqiao-rgh p{
    height: 88px;
    -webkit-line-clamp: 4;
    margin: 3px 0;
}
.zixun-inner .jiqiao-remen a .jiqiao-rgh h6{
    line-height: 25px;
}
.zixun-inner .jiqiao-tjul li a{
    color: #fff;
    font-size: 16px;
}
.zixun-inner .jiqiao-tjul li a:hover p{
    color: #fff;
    text-decoration: underline;
}
.sybg7{
    width: 100%;
    background: url("../images/sybg7.png") no-repeat center center;
    background-size: cover;
}
.sybg7 .tit-box{
    margin-top: -85px;
}
.sybg7 .tit-box p{
    margin-top: -9px;
}


.sybg3{
    width: 100%;
    background: url("../images/sybg3.png") no-repeat center center;
    background-size: cover;
}
.wenx-ul{
    width: 100%;
    overflow: hidden;
}
.wenx-ul li{
    width: 24.34%;
    float: left;
    /* height: 210px; */
    margin-right: 10px;
    margin-bottom: 20px;
}
.wenx-ul li:nth-child(4n){
    margin-right: 0;
}
.wenx-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.wenx-pic{
    width: 100%;
    float: left;
    height: 100%;
    overflow: hidden;
}
.wenx-pic a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}
.wenx-pic a:hover .kcxiu-zhe {
    top:0;
}
.wenx-info{
    width: 100%;
    /* float: left; */
    background: #fff;
    padding: 10px;
    /* height: 100%; */
}
.wenx-info h3{
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
    transition: 0.3s;
    
}
.wenx-info h3 a {
    display:block;
    width:100%;
    height:100%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 10px;
}
.wenx-info p{
    width: 50%;
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    font-size: 14px;
    color: #888;
    padding: 0 10px;
}
.wenx-info p span{
    line-height: 30px;
}
.wenx-info div{
    width: 60px;
    height: 26px;
    font-size: 14px;
    background: #cf181b;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    margin: 0 auto;
    margin-top: 20px;
}
.wenx-info div a {
    display:block;
    width:100%;
    height:100%;
    color: #fff;
}
.wenx-info h6{
    line-height: 25px;
    font-size: 14px;
    color: #999;
    text-align: center;
    font-weight: normal;
    margin: 10px 0 0 0;
}
.meijia-ul li .wenx-info{
    border: 1px solid #e6e6e6;
}
.wenx-ul li a:hover .wenx-info h3{
    color: #cf181b;
}
.sybg4{
    width: 100%;
    background: url("../images/sybg4.png") no-repeat center center;
    background-size: cover;
}
.jshi-ul{
    width: 100%;
    overflow: hidden;
}
.jshi-ul li{
    width: 50%;
    padding: 0 10px;
    height: 160px;
    float: left;
    margin-bottom: 30px;
}
.jshi-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.jshi-pic{
    width: 160px;
    height: 160px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}
.jshi-info{
    height: 100%;
    margin-left: 180px;
    padding: 10px 0;
}
.jshi-info h3{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    transition: 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.jshi-info h3 span{
    font-size: 14px;
    margin-left: 30px;
    line-height: 30px;
    color: #ccc;
    transition: 0.3s;
}
.jshi-info p{
    height: 100px;
    line-height: 25px;
    color: #ccc;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.jshi-ul li a:hover .jshi-info h3,.jshi-ul li a:hover .jshi-info h3 span{
    color: #cf181b;
}
.sy-honor .shonor-box{
    width: 1150px;
    height: 280px;
    margin: 0 auto;
}
.sy-honor .shonor-box ul{
    width: 100%;
}
.sy-honor .shonor-box ul li{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sy-honor .shonor-box ul li img{
    width: 100%;
    height: 100%;
}
.zy-Slide .section:nth-child(1), .zy-Slide .section:nth-child(2){
    width: 40px;
    height: 70px;
    border-radius: 0;
    margin-top: -35px!important;
    border: none;
    padding: 0;
}
.zy-Slide .section:nth-child(1){
    left: -70px!important;
}
.zy-Slide .section:nth-child(2){
    right: -70px!important;
}
.sybt-gs{
    line-height: 2em;
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}
.xuewk-ul{
    margin: 0 -12px;
    overflow: hidden;
}
.xuewk-ul li{
    width: 25%;
    float: left;
    padding: 0 12px;
    margin-bottom: 20px;
}
.xuewk-nomar li{
    margin-bottom: 0;
}
.xuewk-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.xuewk-pic{
    width: 100%;
    overflow: hidden;
}
.xuewk-info{
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 4px 1px #ddd;
}
.xuewk-info h3{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    transition: 0.3s;
    text-align: center;
}
.xuewk-info h3 span{
    float: right;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.xuewk-info p{
    line-height: 30px;
    font-size: 14px;
    color: #999;
    transition: 0.3s;
}
.xuewk-ul li a:hover .xuewk-info h3,.xuewk-ul li a:hover .xuewk-info p,.xuewk-ul li a:hover .xuewk-info h3 span{
    color: #fff;
}
.xuewk-ul li a:hover .xuewk-info{
    background: #cf181b;
    border-color: #cf181b;
}
.prai-pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-button-prev2, .swiper-button-next2 {
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next2{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev2{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev2.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next2.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}
.sybg5{
    width: 100%;
    background: url("../images/sybg5.png") no-repeat center center;
    background-size: cover;
}
.compe-ul{
    margin: 0 -20px;
    overflow: hidden;
}
.compe-ul li{
    width: 20%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}
.compe-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.compe-pic{
    width: 100%;
    overflow: hidden;
}
.compe-info{
    width: 100%;
    padding: 5px 10px;
}
.compe-info h3{
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.compe-info p{
    line-height: 25px;
    font-size: 14px;
    color: #ccc;
}
video{
    width: 100%;
    height: 100%;
    object-fit:fill;
}
.video-ul{
    margin: 0 -40px;
    overflow: hidden;
}
.video-ul li{
    width: 33.333333%;
    float: left;
    padding: 0 40px;
    margin-bottom: 10px;
}
.video-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.video-pic{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.v-play{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/play.png") no-repeat center center;
}
.video-info{
    width: 100%;
    padding: 5px 10px;
}
.video-info h3{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: normal;
    text-align: center;
}
.video-info p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.syvideo-ul li a .video-info h3,.syvideo-ul li a .video-info p{
    color: #fff;
}

.divx_01 {
    width:100%;
    overflow:hidden;
    height:100%;
    background:rgba(0,0,0,0.5);
    position:fixed;
    top:0;
    left:0;
    display:none;
    z-index:20;
}
.divx_01 .div_shipin {
    width:800px;
    position:absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-height:50%;
    top: 25%;
}
.close-vdo{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -35px;
    right: -35px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.close-vdo img{
    width: 50%;
    display: block;
    margin: 25% auto;
}
.sz-img{
    padding: 0 80px;
}
.sz-img1 {
    padding: 0 10px;
    margin-top:20px;
    display:none;
}
.sybg6{
    width: 100%;
    background: url("../images/sybg6.png") no-repeat center center;
    background-size: cover;
}
.syhang-box{
    margin: 0 -15px;
    overflow: hidden;
}
.syhang-ul{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.syhang-div{
    width: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px 20px;
    background: #fff;
}
.syxin-top{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e9e7e7;
    margin-bottom: 20px;
}
.syxin-top p{
    line-height: 39px;
    float: left;
    font-size: 20px;
    color: #333;
    border-bottom: 1px solid #cf181b;
}
.syxin-top a{
    display: block;
    width: auto;
    float: right;
    height: 100%;
}
.syxin-top a span{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #999999;
    float: left;
    margin: 15px 3px;
}
.syremen{
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
}
.syremen a{
    display: block;
    width: 100%;
    height: 100%;
}
.syre-pic{
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.syre-pic img{
    width: 100%;
    height: 100%;
}
.syre-info{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.syre-info h3{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
}
.syre-info p{
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.syre-info h6{
    line-height: 20px;
    font-size: 14px;
    text-align: right;
    margin: 0;
    color: #cf181b;
    font-weight: normal;
}
.syremen a:hover .syre-info h3{
    color: #cf181b;
}
.sytui-ul{
    width: 100%;
}
.sytui-ul li{
    width: 100%;
    height: 30px;
}
.sytui-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.sytui-ul li a:hover{
    color: #cf181b;
}
.coop-ul{
    margin: 0 -20px;
    overflow: hidden;
}
.coop-ul li{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}
.coop-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 2px solid #ccc;
    /*box-shadow: 0 0 4px 1px #ccc;*/
}
.mess-box{
    width: 660px;
    margin: 0 auto;
}
.mess-li{
    width: 100%;
    height: 45px;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
}
.mess-li span{
    display: block;
    width: 90px;
    float: left;
    height: 100%;
    line-height: 45px;
    font-size: 18px;
    color: #666;
    text-align: right;
}
.mess-li div{
    height: 100%;
    margin-left: 100px;
}
.mess-li input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    line-height: 45px;
    font-size: 16px;
    color: #666;
}
.submit-btn{
    width: 160px;
    height: 50px;
    margin: 0 auto;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: #cf181b;
    cursor: pointer;
}
.zuix-pt{
    line-height: 40px;
    font-size: 18px;
    color: #666;
    text-indent: 20px;
    margin: 10px 0;
}
.yuyue-box{
    width: 100%;
    border-radius: 6px;
    background: #fff;
    padding: 10px 20px;
}
.yuyue-pos{
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.yuyue-ul{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}
.yuyue-ul li{
    width: 100%;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}
.yuyue-ul li span{
    margin-right: 20px;
}
.yuyue-ul li span:last-child{
    margin-right: 0;
}
.yuyue-ul li:hover{
    color: #cf181b;
}


/*精彩视频*/
.ny-banner{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.ny-rcdh{
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}
.mbx-dh{
    width: 100%;
    overflow: hidden;
}
.mbx-dh span{
    display: block;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin: 0 1px;
}
.mbx-dh span a{
    color: #333;
}

/*讲师集锦*/
.njshi-ul li a .jshi-info h3{
    color: #333;
}
.njshi-ul li a .jshi-info h3 span,.njshi-ul li a .jshi-info p{
    color: #999;
}

/*真实好评*/
.npar-ul{
    margin: 0 -15px;
    overflow: hidden;
}
.npar-ul li{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.npar-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*摄影教育*/
.tpho-ul{
    margin: 0 -15px;
    overflow: hidden;
}
.tpho-ul li{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.tpho-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.tpho-pic{
    width: 100%;
    overflow: hidden;
}
.tpho-pic a {
    position:relative;
}
.tpho-pic a:hover .kcxiu-zhe {
    top:0;
}
.tpho-info{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background: #fff;
}
.tpho-info h3{
    height: auto;
    overflow: hidden;
    font-weight: normal;
}
.tpho-info h3 .th-alik{
    max-width: calc( 100% - 65px );
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
}
.tpho-dbx{
    overflow: hidden;
    width: 100%;
}
.tpho-info h3 div{
    width: 60px;
    height: 26px;
    font-size: 14px;
    background: #cf181b;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    float: right;
    margin-top: 2px;
}
.tpho-info h3 div a {
    color: #fff;
}
.tpho-dbx p{
    line-height: 26px;
    font-size: 14px;
    color: #999;
    float: left;
}
.tpho-dbx p:last-of-type{
    float: right;
}
.tpho-ul li .tph-sdv:hover{
    box-shadow: 0 0 4px 1px #ddd;
}

/*化妆教育*/
.hmake-ul{
    margin: 0 -15px;
}
.hmake-ul li{
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.hmake-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.hmake-pic{
    width: 100%;
    overflow: hidden;
}
.hmake-pic a {
    position:relative;
}
.hmake-pic a:hover .kcxiu-zhe {
    top:0;
}
.hmake-info{
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    background: #fff;
}
.hmake-info h3{
    height: auto;
    overflow: hidden;
    font-weight: normal;
}
.hmake-info h3 .th-alik{
    text-align: center;
    height: 30px;
    float: left;
    color: #666;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.hmake-dbx{
    overflow: hidden;
    width: 100%;
}
.hmake-info h3 div{
    width: 60px;
    height: 26px;
    float: right;
    font-size: 14px;
    background: #cf181b;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    margin-top: 2px;
}
.hmake-info h3 div a {
    color: #fff;
}
.hmake-dbx p{
    line-height: 26px;
    font-size: 14px;
    color: #999;
    float: left;
}
.hmake-dbx p:last-of-type{
    float: right;
}
.hmake-ul li .tph-sdv:hover{
    box-shadow: 0 0 4px 1px #ddd;
}


/*关于卓美*/
.envir-ul{
    margin: 0 -15px;
    overflow: hidden;
}
.envir-ul li{
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.envir-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hying-ul li{
    width: 33.333333%;
}
.nt-abdet{
    width: 100%;
    margin-top: 20px;
}
.nt-abdet p {
    line-height: 30px;
    font-size: 16px;
    color: #595959;
}

/*行业资讯*/
.news-lt{
    width: 300px;
    float: left;
    border: 1px solid #e4e4e4;
    height: 100%;
    padding: 10px 20px 100px 20px;
}
.news-lt ul{
    width: 100%;
}
.news-lt ul li{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e9e7e7;
}
.news-lt ul li a{
    display: table;
    height: 100%;
    margin: 0 auto;
}
.news-lt ul li a p{
    height: 100%;
    float: left;
    margin: 0 auto;
    line-height: 54px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 22px;
    color: #333;
    transition: 0.3s;
}
.news-lt ul li a:hover p{
    color: #cf181b;
}
.news-lt ul li.active a p{
    color: #cf181b;
}
.news-rt{
    margin-left: 320px;
}
.ny-nwtit{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border-top: 1px solid #e4e4e4;
}
.news-rtbox{
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 20px;
}
.nynew-ul {
    width: 100%;
}
.nynew-ul li{
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
}
.nynew-ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.nynew-pic{
    width: 200px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.nynew-pic img{
    height: 100%;
}
.nynew-info{
    height: 100%;
    margin-left: 200px;
    border: 1px solid #cccccc;
    border-left: none;
    padding: 5px 20px;
}
.nynew-info h3{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.3s;
}
.nynew-info p{
    height: 50px;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nynew-info h6{
    line-height: 25px;
    font-size: 14px;
    color: #cf181b;
    font-weight: normal;
    margin: 0;
    text-align: right;
}
.nynew-ul li a:hover .nynew-info h3{
    color: #cf181b;
}

/*详情*/
.det-ht{
    width: 100%;
    line-height: 40px;
    font-size: 26px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}
.det-fht{
    width: auto;
    display: table;
    margin: 0 auto;
}
.det-fht p{
    float: left;
    line-height: 30px;
    margin: 0 20px;
    font-size: 14px;
    color: #999;
}
.xanq-con{
    width: 100%;
    line-height: 2em;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}
.xanq-con img{
    width: auto;
}
.pn-box{
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
}
.pn-box p{
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}
.pn-box p a:hover{
    color: #cf181b;
}



/*学校荣誉*/
.deve-box{
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.deve-box .deve-line{
    display: block;
    width: 4px;
    height: 100%;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    margin-left: auto;
    margin-right: auto;
}
.deve-ul{
    width: 100%;
}
.deve-ul li{
    width: 100%;
    padding: 10px 0 20px 0;
    overflow: hidden;
    position: relative;
}
.deve-lt{
    width: 50%;
    float: left;
    overflow: hidden;
}
.deve-pic{
    width: 190px;
    height: 120px;
    overflow: hidden;
    float: right;
}
.deve-rt{
    width: 50%;
    float: right;
    padding-left: 40px;
}
.deve-rt h3{
    line-height: 30px;
    font-size: 16px;
    color: #cf181b;
    font-weight: normal;
}
.deve-rt p{
    line-height: 28px;
    font-size: 14px;
    color: #999;
}
.deve-cir{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid #fff;
    background: #ff8789;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 2px;
    box-shadow: 0 0 3px 1px #ccc;
}
.deve-bg{
    width: 210px;
    height: 120px;
    float: right;
    background: url("../images/devebg.png") no-repeat center center;
    background-size: 100% auto;
}
.deve-ul li:nth-child(2n) .deve-lt{
    float: right;
}
.deve-ul li:nth-child(2n) .deve-lt .deve-pic{
    float: left;
}
.deve-ul li:nth-child(2n) .deve-rt{
    float: left;
    padding-left: 0;
    padding-right: 40px;
}
.deve-ul li:nth-child(2n) .deve-rt h3,.deve-ul li:nth-child(2n) .deve-rt p{
    text-align: right;
}
.deve-ul li:nth-child(2n) .deve-lt .deve-bg{
    float: left;
    background-image: url("../images/devebg-r.png");
}


/*侧栏*/
.celan-box{
    width: 120px;
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 11;
}
.celan-box li{
    width: 100%;
    height: 80px;
}
.celan-box li a{
    display: block;
    width: 100%;
    height: 100%;
}
/* .celan-box li:nth-child(1) a{
    background: #333 url("../images/ce1.png") no-repeat center 12px;
}
.celan-box li:nth-child(2) a{
    background: #333 url("../images/ce2.png") no-repeat center 12px;
}
.celan-box li:nth-child(3) a{
    background: #333 url("../images/ce3.png") no-repeat center 12px;
}
.celan-box li:nth-child(4) a{
    background: #333 url("../images/ce4.png") no-repeat center 12px;
}
.celan-box li:nth-child(5) a{
    background: #333 url("../images/ce5.png") no-repeat center 12px;
} */
.celan-box li:nth-child(1) a{
    background: #333 url("../images/ce6.png") no-repeat center 12px;
}
.celan-box li a p{
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 50px;
}
.celan-box li a:hover{
    background-color: #cf181b;
}






.swiper-button-prev4, .swiper-button-next4 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next4{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev4{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev4.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next4.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.swiper-button-prev5, .swiper-button-next5 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next5{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev5{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev5.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next5.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.swiper-button-prev6, .swiper-button-next6 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next6{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev6{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev6.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next6.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.swiper-button-prev7, .swiper-button-next7 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next7{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev7{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev7.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next7.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.swiper-button-prev8, .swiper-button-next8 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next8{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev8{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev8.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next8.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.swiper-button-prev9, .swiper-button-next9 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next9{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev9{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev9.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next9.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.haop-md{
    display: none;
}
.haop-yd{
    display: none;
}






.swiper-button-prev10, .swiper-button-next10 {
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next10{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev10{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev10.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next10.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}

.swiper-button-prev11, .swiper-button-next11 {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background-size: auto;
    background-color: #cf181b;
    opacity: 1!important;
    outline: none;
}
.swiper-button-next11{
    background-image: url("../images/nexton.png");
    right: 0;
}
.swiper-button-prev11{
    left: 0;
    background-image: url("../images/prevon.png");
}
.swiper-button-prev11.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/prev.png");
}
.swiper-button-next11.swiper-button-disabled{
    background-color: transparent;
    background-image: url("../images/next.png");
}



.honor-md{
    display: none;
}
.honor-yd{
    display: none;
}

.yd-top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 7;
    width: 40px;
    height: 40px;
    background: #d32a2d;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    display: none;
}
.yd-top img{
    display: block;
    width: 60%;
    margin: 20% auto;
}

.workyd-sx {
    display:none;
}
.jishi-yd {
    display:none;
}






.kc-daoh {
    width:230px;
    height: 60px;
    float:left;
    position:relative;
    background: #cf181b;
}
.kcdh-hov{
    width: 100%;
    height: 100%;
    cursor:pointer;
    overflow: hidden;
}
.kcdh-hov p{
    line-height: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}
.kcdh-hov span{
    display: block;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}


.ban-nav{
    width: 100%;
    height: auto;
    position:absolute;
    left:0;
    top:60px;
    z-index:7;
    opacity: 0.9;
}
.ban-nav li{
    width: 100%;
    height: 45px;
    border-top: 1px solid #eeeeee;
    position: relative;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.ban-nav li:last-child{
    border-bottom: 1px solid #eeeeee;
}
.ban-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    text-align:center;
    line-height: 44px;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.ban-nav li a:hover{
    color: #fff;
    background: #cf181b;
}
.ban-nav li ul{
    width: 100%;
    height: auto;
    position: absolute;
    left: 100%;
    top: -1px;
    display: none;
}
.ban-nav li ul li{
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.ban-nav li ul li:last-child{
    border-bottom: 1px solid #eeeeee;
}
.ban-nav li:hover ul{
    display: block;
}



/*网站改版*/
/*查看更多化妆培训课程*/
.makeup-more {
    margin-top:0;
}
.makeup-list{
    margin:0 -20px 60px;
}
.makeup-list li{
    width:33.333%;
    float:left;
    padding:0 20px;
    text-align:center;
}
.makeup-list li p{
    font-size:18px;
    color:#333;
    line-height:40px;
    font-weight:700;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.makeup-list li:hover p{
    color:#cf181b;
}
.makeup-list li:hover .makeup-bgc{
    height:100%;
    opacity:1;
}
.makeup-list li a {
    display: block;
    width: 100%;
}
.makeup-img{
    position:relative;
}
.makeup-bgc{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background:rgba(107,107,107,0.5);
    padding:60px 60px 40px;
    text-align:center;
    transition:all 0.3s;
    opacity:0;
}
.makeup-bgc span{
    font-size:14px;
    color:#fff;
    line-height:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tjread-bqian.aa{
    margin-bottom:20px;
}
.tjread-bqian.aa a{
    margin-bottom:10px;
    margin-right:10px;
}



.tblist-box {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    overflow: hidden;
}
.tjread-left{
    width: 895px;
    float: left;
}
.tjread-wrap{
    width: 100%;
}
.tblist-tit{
    width: 100%;
    height: 30px;
    border-left: 2px solid #cf181b;
    padding-left: 10px;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}
.tblist-tit span{
    font-size: 14px;
    color: #808080;
    margin-left: 10px;
    border-bottom: 1px dashed #999;
    font-weight: normal;
}
.tjread-ul{
    width: 100%;
}
.tjread-ul li{
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.tjread-ul li a{
    display: block;
    height: 100%;s
}
.tjread-pic{
    width: 280px;
    height: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #cccccc;
}
.tjread-pic a img{
    height: 100%;
}
.tjread-info{
    /* margin-left: 280px; */
    padding: 10px 15px;
}
.tjread-info h3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.tjread-info h3 a{
    width: 100%;
    height: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.tjread-info h3 a:hover{
    color: #cf181b;
}
.tjread-info p{
    width: 100%;
    height: 90px;
    line-height: 30px;
    font-size: 16px;
}
.tjread-info p a{
    width: 100%;
    height: 100%;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tjread-bott{
    width: 100%;
    height: 26px;
    margin-top: 8px;
}
.tjread-bqian{
    width: auto;
    height: 100%;
    max-width: 70%;
    overflow: hidden;
}
.tjread-bqian a{
    width: auto;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    float: left;
    margin-right: 15px;
}
.tjread-bqian a:last-child{
    /*margin-right: 0;*/
}
.tjread-bqian a:hover{
    border-color: #cf181b;
    background: #cf181b;
    color: #fff;
}
.tjread-author{
    width: auto;
    height: 100%;
    float: left;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}
.tjread-time{
    width: auto;
    height: 100%;
    float: right;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}
.tjread-rgh{
    width: 225px;
    float: right;
    padding-top: 60px;
}
.yuedu-xgbox{
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 20px 9px;
}
.yuedu-bqul{
    margin: 0 -3px;
    overflow: hidden;
}
.yuedu-bqul li{
    width: 50%;
    float: left;
    height: 30px;
    margin-bottom: 15px;
    padding: 0 3px;
}
.yuedu-bqul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.yuedu-bqul li a:hover{
    border-color: #cf181b;
    background: #cf181b;
    color: #fff;
}
.smore-bq{
    display: block;
    width: 100%;
    text-align: right;
    line-height: 20px;
    font-size: 14px;
    color: #cf181b;
}
.tblist-box1{
    width: 100%;
    padding-top: 15px;
}
.zxin-wul{
    margin: 0 -20px;
}
.zxin-wul li{
    width: 33.333333%;
    float: left;
    padding: 0 20px;
}
.zxin-wul li a{
    display: block;
    width: 100%;
}
.zxin-wpic{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.zxin-wpic h3{
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: rgba(0,0,0,0.5);
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    opacity: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.zxin-wul li a:hover .zxin-wpic h3{
    opacity: 1;
}
.zxin-winfo{
    width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 4px 1px #ddd;
}
.zxin-winfo p{
    width: 100%;
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.zxin-winfo h6{
    width: 100%;
    height: 30px;
    margin: 0;
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}
.zxin-winfo h6 span{
    float: right;
    color: #808080;
    line-height: 30px;
}
.skill-gao{
    width: 100%;
    height: 210px;
}
.skill-gao a{
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}
.skill-gao a h3{
    line-height: 60px;
    font-size: 42px;
    color: #fff;
    text-align: center;
    text-indent: 5px;
    letter-spacing: 5px;
    font-weight: normal;
}
.skill-gao a p{
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 15px;
}
.skill-gao a p span{
    display: inline-block;
    height: 100%;
    padding: 0 25px;
    border: 1px dashed #fff;
    border-radius: 4px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
}
.tjread-ul1 li{
    height: 150px;
}
.tjread-ul1 li .tjread-pic{
    width: 250px;
    height: 150px;
}
.tjread-ul1 li .tjread-info{
    margin-left: 250px;
}
.tjread-ul1 li .tjread-info p{
    height: 60px;
}
.tjread-ul1 li .tjread-info p a{
    -webkit-line-clamp: 2;
}
.relat-bul{
    width: 100%;
    margin-bottom: 30px;
}
.relat-bul li{
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}
.relat-bul li a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #bfbfbf;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.relat-bul li a span{
    display: inline-block;
    line-height: 48px;
}
.relat-bul li a i{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-bottom;
    background: url("../images/star.png") no-repeat center center;
    display: none;
}
.relat-bul li a:hover{
    background: #cf181b;
    color: #fff;
}
.relat-bul li a:hover i{
    display: inline-block;
}

.baom-xztit{
    width: 100%;
    line-height: 40px;
    font-size: 26px;
    color: #333;
    text-align: center;
    margin: 40px 0 20px 0;
}
.baom-xzcon{
    width: 100%;
    line-height: 2em;
    font-size: 16px;
    color: #666;
}
.baom-xzcon img{
    width: auto;
}
.ganxq-left{
    width: 50%;
    float: left;
}
.ganxq-tit{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #808080;
    margin-bottom: 10px;
}
.ganxq-ul{
    width: 100%;
    overflow: hidden;
}
.ganxq-ul li{
    width: auto;
    height: 40px;
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
}
.ganxq-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-radius: 20px;
    border: 1px solid #d2d2d2;
    line-height: 38px;
    font-size: 14px;
    color: #333;
}
.ganxq-ul li a:hover{
    background: #cf181b;
    border-color: #cf181b;
    color: #fff;
}

.quest-ul{
    width: 100%;
}
.quest-ul li{
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    box-shadow: 0 0 4px 1px #ddd;
}
.quest-ul li:last-of-type{
    margin-bottom: 0;
}
.quest-h3{
    width: 100%;
    line-height: 35px;
    font-size: 18px;
    color: #333;
}
.ques-detcon{
    width: 100%;
    line-height: 2em;
    font-size: 16px;
    color: #666;
}
.ques-detcon img{
    width: auto;
}
.conewm-box{
    width: 100%;
    text-align: center;
}
.newm-li{
    width: auto;
    display: inline-block;
    margin: 0 30px;
}
.newm-li img{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.newm-li p{
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
.online-sul{
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}
.online-sul li{
    width: 25%;
    float: left;
    padding: 0 20px;
}
.onlin-pic{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url("../images/u6658.png") no-repeat center center;
    background-size: 80% auto;
}
.online-sul li:nth-child(2) .onlin-pic{
    background-image: url("../images/u6659.png");
}
.online-sul li:nth-child(3) .onlin-pic{
    background-image: url("../images/u6660.png");
}
.online-sul li:nth-child(4) .onlin-pic{
    background-image: url("../images/u6661.png");
}
.online-sul li h3{
    text-align: center;
    line-height: 30px;
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}
.online-sul li p{
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    color: #666;
}
.jyu-cbox{
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-top: 150px;
}
.jyu-lps{
    color: #666;
    font-size: 16px;
}
.jyu-lps span{
    display: block;
    width: 100px;
    float: left;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}
.jyu-lps p{
    margin-left: 100px;
    line-height: 30px;
}
.mess-obox{
    width: 50%;
    float: right;
}
.mess-li textarea {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    line-height: 25px;
    font-size: 16px;
    color: #666;
    resize: none;
    padding: 10px 0;
}
.mess-li-text{
    height: 120px;
}
.gs-map{
    width: 100%;
    height: 500px;
    margin-top: 40px;
}
iframe{
    width: 100%;
    height: 100%;
}
.yling-ul{
    width: 100%;
}
.yling-ul li{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.yling-ul li:last-of-type{
    margin-bottom: 0;
}
.yling-info{
    width: 50%;
    padding: 20px 20px;
    float: left;
}
.yling-info h3{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.yling-info h3 span{
    color: #cf181b;
}
.yling-info p{
    height: 150px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}
.yling-pic{
    width: 50%;
    float: right;
    height: 230px;
    overflow: hidden;
}
.yling-pic img {
    height:100%;
}
.yling-ul li:nth-child(2n) .yling-info{
    float: right;
}
.yling-ul li:nth-child(2n) .yling-pic{
    float: left;
}
.phua-aul{
    margin: 0 -15px;
    margin-top: 30px;
}
.phua-aul li{
    width: 33.333333%;
    float: left;
    padding: 0 20px;
}
.phua-aul li a{
    display: block;
    width: 100%;
    /*box-shadow: 0 0 4px 1px #ddd;*/
}
.phua-apic{
    width: 100%;
    overflow: hidden;
}
.phua-axin{
    background: #fff;
    padding: 10px;
}
.phua-axin h3{
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #333;
}
.phua-axin p{
    line-height: 25px;
    font-size: 14px;
    color: #666;
}

.tra-dtbox{
    width: 100%;
    overflow: hidden;
}
.tra-depic{
    width: 500px;
    height: 330px;
    float: left;
    overflow: hidden;
}
/*.tra-depic img{
    height: 100%;
}*/
.tra-deinfo{
    margin-left: 500px;
    padding-left: 40px;
    padding-top: 10px;
}
.tra-dth3{
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.tra-dtfei{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin: 5px 0;
}
.tra-dtfei span{
    font-weight: bold;
    font-size: 18px;
    color: #cf181b;
}
.tra-song{
    width: 100%;
}
.tra-song span{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.tra-song p{
    line-height: 30px;
    font-size: 16px;
    color: #999;
}
.tra-dlink{
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    background: #d32a2d;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}
.tra-bdetcon{
    width: 100%;
    line-height: 2em;
    font-size: 16px;
    color: #666;
}
.tra-bdetcon img{
    width: auto;
}
.tdet-tits{
    height: 25px;
    border-left: 2px solid #cf181b;
    font-size: 20px;
    color: #333;
    padding-left: 10px;
    margin: 30px 0;
}
.tdet-tits p{
    display: block;
    float: left;
    line-height: 25px;
}
.tdet-tits span{
    display: block;
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px dashed #dcdcdc;
    margin-left: 10px;
}
.tra-dtsul{
    width: 100%;
    overflow: hidden;
}
.tra-dtsul li{
    width: auto;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    float: left;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.tra-dtsul li:hover{
    background: #cf181b;
    color: #fff;
    border-color: #cf181b;
}
.tra-zhup{
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #cf181b;
}
.tra-payli{
    width: auto;
    float: left;
    height: 40px;
    margin-right: 40px;
}
.tra-payli p{
    display: block;
    float: left;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.tra-payli span{
    display: block;
    float: left;
    width: auto;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    margin-left: 30px;
}
.tese-dtit{
    width: 100%;
    line-height: 35px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.tese-sline{
    width: 150px;
    height: 2px;
    background: #d32a2d;
    margin: 10px auto;
}
.tese-deng{
    line-height: 25px;
    font-size: 14px;
    color: #808080;
    text-align: center;
    margin-bottom: 20px;
}
.week-sul{
    width: 100%;
    margin-top: 30px;
}
.week-sul li{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 4px 1px #ddd;
}
.week-sul li:last-of-type{
    margin-bottom: 0;
}
.week-left{
    width: 170px;
    height: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #cf181b;
}
.week-left p{
    line-height: 40px;
    font-size: 28px;
}
.week-left span{
    display: block;
    line-height: 30px;
    font-size: 16px;
}
.week-rgh{
    margin-left: 170px;
    padding: 20px 30px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px;
    font-size: 16px;
    color: #808080;
}
.cour-bqbox{
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.cour-bqbox li{
    width: auto;
    height: 40px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}
.cour-bqbox li a{
    display: block;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #cccccc;
    padding: 0 20px;
    line-height: 38px;
    font-size: 16px;
    color: #999;
}
.cour-bqbox li a:hover{
    background: #cf181b;
    color: #fff;
    border-color: #cf181b;
}

/*标签*/
.tag-head{
    width: 100%;
    padding: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}
.tag-sear{
    margin: 20px 0;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    padding: 0 10px;
    font-weight: bold;
}
.tag-sear span{
    color: #cf181b;
}
.tag-artic{
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    overflow: hidden;
}
.tagread-rgh{
    padding-top: 0;
}
.all-tags{
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.all-tags:last-of-type{
    margin-bottom: 0;
}
.atag-tit{
    line-height: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.atag-nul{
    width: auto;
    margin: 0 -10px;
    overflow: hidden;
    text-align: center;
}
.atag-nul li{
    width: 25%;
    height: 100px;
    float: left;
    padding: 0 10px;
    margin-top: 20px;
}
.atag-nul li a{
    width: 100%;
    height: 100%;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ccc;
}
.atag-nul li a:hover{
    color: #cf181b;
}
.tahlist-ul{
    overflow: hidden;
    margin-top: 10px;
}
.tahlist-ul li{
    min-width: 100px;
    height: 30px;
    float: left;
    margin: 10px 10px 0 0;
}
.tahlist-ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 28px;
}
.tahlist-ul li a:hover{
    border-color: #cf181b;
    background: #cf181b;
    color: #fff;
}
.mfooter {
    display: none;
}

@media (max-width: 1470px){
    .h-container{
        max-width: 1150px;
    }
    .yt-box p:first-child{
        margin-right: 20px;
    }
    .nav-ul li{
        width: 130px;
    }
}


@media (max-width: 1400px){
    .celan-box {
        width:80px;
    }
    .celan-box li a p {
        font-size:12px;
    }
}
@media (max-width: 1290px){
    .shey-box{
        margin: 0;
        padding: 0 50px;
    }
}
@media (max-width: 1300px){
    #Slide1{
        display: none;
    }
    .honor-md{
        display: block;
    }
}



@media (max-width: 1150px){
    .h-container{
        max-width: 1000px;
    }
    .nav-ul li {
        width: 112px;
    }
    .nav-ul li a p,.kcdh-hov p,.nav-ul li ul li a,.ban-nav li a{
        font-size: 14px;
    }
    .banner,.ny-banner {
        height:500px;
    }
    .kc-daoh {
        width:205px;
    }
    .ban-nav {
        height: 500px;
    }
    .jiqiao-top{
        height: 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .tjread-left{
        width: 745px;
    }
    .jiqiao-top span{
        display: none;
    }
    .yling-info {
        padding:15px 20px;
    }
    .yling-info p {
        height: 175px;
        -webkit-line-clamp: 7;
    }
    .yling-pic{
        height: 245px;
    }
    .jiqiao-box{
        margin: 0 -10px;
    }
    .jiqiao-inner{
        padding: 0 10px;
    }
    .syab-rgh{
        padding-left: 20px;
    }
    .zmcou-info h3{
        font-size: 14px;
    }
    .zmcou-info p{
        font-size: 14px;
    }
    .wenx-info p{
        width: 70%;
    }
    .wenx-ul li{
        height: 165px;
    }
    .wenx-info h3{
        margin-top: 0;
        font-size: 16px;
    }
    .wenx-info p{
        margin-top: 5px;
    }
    .wenx-info div{
        margin-top: 15px;
    }
    .compe-info h3{
        font-size: 14px;
    }
    .video-info h3{
        font-size: 14px;
    }
    .video-info p{
        height: 25px;
        line-height: 25px;
    }
    .celan-box{
        width: 100px;
    }
    .ft-nav li{
        padding: 0 10px;
    }
    .news-lt{
        width: 240px;
    }
    .news-rt{
        margin-left: 260px;
    }
    .jshi-pic{
        width: 140px;
        height: 140px;
        margin-top: 10px;
    }
    .jshi-info{
        margin-left: 150px;
    }
    .jshi-ul li{
        padding: 0 5px;
    }
    .jshi-info h3 span{
        margin-left: 10px;
    }
    .tra-depic{
        width: 450px;
        height: 300px;
    }
    .tra-deinfo{
        margin-left: 450px;
        padding-left: 30px;
    }
    .kcxiu-zhe p {
        max-height:75px;
        -webkit-line-clamp: 3;
    }
}


@media (max-width: 1000px){
    .makeup-list li{
        width:100%;
    }
    .tblist-tit .wenzi {
        display: block;
        margin-left: 1px;
        line-height:25px;
    }
    .tblist-tit.aa {
        
    }



    .banner, .ny-banner {
        height: 400px;
    }
    .sy-title{
        margin-top: 20px;
        height: 60px;
    }
    .syab-pic{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .syab-rgh{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .about-more{
        margin: 0 auto;
        float: none;
    }
    .header{
        height: 60px;
    }
    .yt-box{
        margin-top: 5px;
    }
    .yt-box p:first-child{
        margin-right: 20px;
    }
    .yt-box{
        background-size: 35px 32px;
        padding-left: 45px;
    }
    .zm-couul li{
        width: 33.33%;
    }
    .sy-title h3{
        font-size: 22px;
    }
    .sy-title p{
        line-height: 25px;
    }
    .huaz-info{
        padding: 5px 10px;
    }
    .wenx-ul li{
        height: auto;
    }
    .wenx-pic{
        width: 100%;
        float: none;
    }
    .wenx-info{
        width: 100%;
        float: none;
        padding:0px;
    }
    .wenx-info h3 a {
        padding-top: 5px;
    }
    .meijia-ul li .wenx-info{
        border-top: none;
    }
    .jshi-ul li{
        width: 100%;
    }
    .jshi-pic{
        width: 160px;
        height: 160px;
        margin-top: 0;
    }
    .jshi-info{
        margin-left: 180px;
    }
    .jshi-ul li{
        padding: 0;
    }
    .xuewk-info{
        padding: 5px 10px;
    }
    .xuewk-info p{
        font-size: 14px;
    }
    .swiper-button-prev2, .swiper-button-next2,.swiper-button-prev1, .swiper-button-next1,.swiper-button-prev3, .swiper-button-next3,.swiper-button-prev10, .swiper-button-next10{
        width: 30px;
        height: 60px;
        margin-top: -30px;
    }
    .video-ul{
        margin: 0 -10px;
    }
    .video-ul li{
        padding: 0 10px;
    }
    .xuewk-ul{
        margin: 0 -10px;
    }
    .xuewk-ul li{
        padding: 0 10px;
    }
    .see-more{
        margin-top: 20px;
    }
    .compe-ul{
        margin: 0 -10px;
    }
    .compe-ul li{
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .compe-info{
        padding: 5px;
    }
    .compe-info h3{
        height: 40px;
        line-height: 20px;
    }
    .compe-info p{
        font-size: 12px;
    }
    .syhang-box{
        margin: 0 -10px;
    }
    .syhang-ul{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .syhang-ul:last-child{
        margin-left: 25%;
    }
    .coop-ul{
        margin: 0 -10px;
    }
    .coop-ul li{
        padding: 0 10px;
    }
    .mess-li span{
        font-size: 16px;
    }
    .submit-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .ft-nav li{
        font-size: 14px;
    }
    .ft-nav li:first-child{
        padding-left: 10px;
    }
    .mess-li{
        height: 40px;
    }
    .mess-li span{
        line-height: 40px;
    }
    .mess-li input{
        line-height: 40px;
    }
    .ft-nav{
        margin-bottom: 20px;
    }
    .yj-con h3 {
        line-height: 30px;
        font-size: 20px;
    }
    .divx_01 .div_shipin{
        width: 80%;
    }
    .shey-box{
        margin: 0;
        padding: 0 40px;
    }
    .news-lt {
        width: 200px;
        padding: 10px 10px 100px 10px;
    }
    .news-lt ul li a p{
        font-size: 18px;
        line-height: 44px;
    }
    .news-lt ul li{
        height: 45px;
    }
    .news-rt{
        margin-left: 220px;
    }
    .det-ht {
        line-height: 30px;
        font-size: 22px;
    }
    .npar-ul{
        margin: 0 -10px;
    }
    .npar-ul li{
        padding: 0 10px;
    }
    .npar-ul li{
        margin-bottom: 20px;
    }
    .tpho-ul{
        margin: 0 10px;
    }
    .tpho-ul li{
        padding: 0 10px;
    }
    .tpho-info{
        padding: 5px;
    }
    .shey-info{
        padding: 5px 10px;
    }
    .hmake-ul{
        margin: 0 -10px;
    }
    .hmake-ul li{
        padding: 0 10px;
    }
    .envir-ul{
        margin: 0 -10px;
    }
    .envir-ul li{
        padding: 0 10px;
    }
    .deve-box{
        width: 100%;
    }
    .deve-bg{
        width: 180px;
    }

    .haop-md{
        display: block;
    }
    .haop-pc{
        display: none;
    }
    .video-info{
        padding: 5px;
    }
    .nav-ul{
        display: none;
    }
    .kc-daoh{
        display: none;
    }
    .yt-ewm{
        display: none;
    }
    .h-container{
        max-width: 740px;
    }
    .menu{
        display: block;
    }
    .sykc-left ul li a {
        line-height: 28px;
        font-size: 14px;
        border-color: #cf181b;
        color: #cf181b;
    }
    .sykc-left1 ul li a{
        border-color: #fff;
        color: #fff;
    }
    .sykc-left2 ul li a{
        border-color: #fff;
        color: #fff;
    }
    .sykc-left span{
        font-size: 14px;
        width: 85px;
    }
    .sykc-left ul{
        margin-left: 90px;
    }
    .smore-cour{
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    .jiqiao-inner{
        width: 100%;
        margin-bottom: 20px;
    }
    .jiqiao-inner:last-of-type{
        margin-bottom: 0;
    }
    .jiqiao-top{
        font-size: 16px;
    }
    .sybt-gs{
        font-size: 16px;
    }
    .zixun-inner{
        width: 100%;
        margin-bottom: 20px;
    }
    .zixun-inner:last-of-type{
        margin-bottom: 0;
    }
    .yling-info{
        width: 100%;
        float: none;
    }
    .yling-pic{
        width: 100%;
        height: auto;
        float: none;
    }
    .yling-info p{
        height: auto;
        -webkit-line-clamp: initial;
    }
    .yling-ul li{
        margin-bottom: 0;
    }
    .yling-ul li:nth-child(2n) .yling-info,.yling-ul li:nth-child(2n) .yling-pic{
        float: none;
    }
    .phua-aul{
        margin: 0 -10px;
        margin-top: 20px;
    }
    .phua-aul li{
        padding: 0 10px;
    }
    .skill-gao{
        height: 180px;
    }
    .skill-gao a{
        padding-top: 35px;
    }
    .skill-gao a h3{
        line-height: 50px;
        font-size: 28px;
    }
    .skill-gao a p{
        height: 40px;
    }
    .skill-gao a p span{
        line-height: 38px;
        font-size: 18px;
    }
    .tjread-rgh{
        display: none;
    }
    .zxin-wpic h3{
        height: 35px;
        font-size: 14px;
        line-height: 35px;
        opacity: 1;
    }
    .zxin-wul{
        margin: 0 -10px;
    }
    .zxin-wul li{
        padding: 0 10px;
    }
    .xuewk-info h3{
        height: auto;
    }
    .xuewk-info h3 span{
        display: block;
        float: none;
    }
    .jyu-cbox{
        width: 100%;
        float: none;
        padding: 0;
    }
    .mess-obox{
        width: 100%;
        float: none;
    }
    .tra-depic{
        width: 350px;
        height: 235px;
    }
    .tra-deinfo {
        margin-left: 350px;
        padding-left: 20px;
        padding-top: 0;
    }
    .week-left{
        width: 130px;
    }
    .week-left p {
        line-height: 30px;
        font-size: 18px;
    }
    .week-left span{
        font-size: 14px;
    }
    .week-rgh{
        margin-left: 130px;
    }
    .hzpeix-ul{
        margin: 0 -10px;
    }
    .hzpeix-ul li{
        padding: 0 10px;
        margin-top: 20px;
    }
    .tjread-left{
        width: 100%;
    }
    .head-wen{
        display: none;
    }
    .huaz-info h3 div,.hmake-info h3 div,.shey-info h3 div,.tpho-info h3 div{
        height: 24px;
        line-height: 24px;
        margin-top: 3px;
    }

}

@media (max-width: 760px){
    .banner,.ny-banner {
        height:180px;
    }
    .container,.h-container{
        padding: 0 10px;
    }
    .mess-box{
        width: 100%;
    }
    .celan-box{
        display: none;
    }
    .yd-top{
        display: block;
        bottom: 75px;
    }
    .syxin-top p{
        font-size: 18px;
    }
    .header{
        height: 50px;
    }
    .yt-box{
        height: 40px;
        margin-right: 5px;
        background-image: none;
        padding-left: 0;
        float: left;
        margin-top: 8px;
    }
    .yt-box p{
        line-height: 20px;
        height: 50%;
        font-size: 12px;
        float: none;
        color: #fff;
    }
    .yt-box p:first-child{
        margin-right: 0;
    }
    .sy-title{
        height: 45px;
        padding: 0 30px;
    }
    .sy-title h3{
        font-size: 18px;
        line-height: 30px;
        top: -15px;
    }
    .sy-title p{
        font-size: 12px;
    }
    .syab-h3{
        font-size: 20px;
    }
    .syab-pic{
        margin-bottom: 0;
    }
    .about-more{
        font-size: 14px;
    }
    .zmcou-info{
        padding: 5px;
    }
    .zm-couul{
        margin: 0 -5px;
    }
    .zm-couul li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .wenx-ul li{
        padding-right: 5px;
        margin-bottom: 10px;
        width: 47%;
    }
    .wenx-ul li:nth-child(2n) {
        padding-right: 0;
        padding-left: 5px;
    }
    .see-more{
        font-size: 14px;
    }
    .jshi-pic{
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }
    .jshi-info{
        margin-left: 130px;
    }
    .jshi-info h3 {
        height:55px;
        -webkit-line-clamp: 2;
    }
    .jshi-info h3 span {
        margin-left: 0;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .jshi-info p {
        height:75px;
        -webkit-line-clamp: 3;
    }
    .jshi-ul li{
        margin-bottom: 10px;
    }
    .xuewk-ul{
        margin: 0 -5px;
    }
    .xuewk-ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .xuewk-nomar li{
        margin-bottom: 0;
    }
    .xuewk-info{
        padding: 5px;
    }
    .compe-ul li{
        width: 50%;
    }
    .video-ul{
        margin: 0 -5px;
    }
    .video-ul li{
        padding: 0 5px;
        width: 50%;
    }
    .syhang-ul{
        width: 100%;
    }
    .syhang-ul:last-child{
        margin-left: 0;
    }
    .syhang-div{
        padding: 10px;
    }
    .coop-ul li{
        width: 50%;
    }
    .mess-li{
        padding: 0 10px;
    }
    .yj-cinfo{
        width: 100%;
        float: none;
    }
    .yj-cinfo:first-child{
        margin-bottom: 10px;
    }
    .la-foot{
        padding: 10px 0;
        margin-bottom: 40px;
    }
    .ft-nav{
        margin-bottom: 10px;
    }
    .yj-con h3{
        font-size: 18px;
    }
    .envir-ul li{
        width: 50%;
    }
    .envir-ul{
        margin: 0 -5px;
    }
    .envir-ul li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .hmake-ul{
        margin: 0 -5px;
    }
    .hmake-ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .tpho-ul{
        margin: 0 -5px;
    }
    .tpho-ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .deve-pic{
        width: 100%;
        float: none;
        height: auto;
        padding-right: 10px;
    }
    .deve-ul li:nth-child(2n) .deve-lt .deve-pic{
        padding-right: 0;
        padding-left: 10px;
    }
    .deve-rt{
        padding-left: 30px;
    }
    .deve-ul li:nth-child(2n) .deve-rt{
        padding-left: 0;
        padding-right: 30px;
    }
    .npar-ul{
        margin: 0 -5px;
    }
    .npar-ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .news-lt{
        width: 100%;
        float: none;
        padding: 0 10px 10px 10px;
        margin-bottom: 10px;
    }
    .news-rt{
        margin-left: 0;
    }
    .ny-nwtit{
        height: 50px;
        line-height: 50px;
    }
    .news-rtbox{
        padding: 10px;
    }
    .nynew-ul li{
        height: 90px;
        margin-bottom: 10px;
    }
    .nynew-pic{
        width: 150px;
    }
    .nynew-info{
        margin-left: 150px;
        padding: 5px 10px;
    }
    .nynew-info h3{
        height: 25px;
        line-height: 25px;
    }
    .nynew-info h6{
        display: none;
    }
    .ny-rcdh{
        padding: 0;
    }
    .det-ht{
        font-size: 20px;
    }

    .haop-md{
        display: none;
    }
    .haop-yd{
        display: block;
    }

    .honor-md{
        display: none;
    }
    .honor-yd{
        display: block;
    }
    .noslid-pad {
        padding:0;
    }

    .workyd-sx {
        display:block;
        padding:0;
    }
    .workpc-sx {
        display: none;
    }
    .ydsabo-det {
        max-height:300px;
        overflow:auto;
    }
    .ydsabo-det2 {
        display:none;
    }
    .jishi-pc {
        display:none;
    }
    .jishi-yd {
        display:block;
    }
    .sykc-left{
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .hzpeix-ul{
        margin: 0 -5px;
    }
    .hzpeix-ul li{
        width: 50%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .sykc-left ul{
        margin-left: 0;
    }
    .sykc-left span{
        float: none;
        margin-bottom: 10px;
    }
    .zixun-inner .jiqiao-remen{
        height: 120px;
        margin-bottom: 10px;
    }
    .zixun-inner .jiqiao-remen a{
        padding: 10px;
    }
    .zixun-inner .jiqiao-remen a .jiqiao-spic{
        width: 130px;
    }
    .zixun-inner .jiqiao-remen a .jiqiao-rgh{
        margin-left: 140px;
    }
    .zixun-inner .jiqiao-remen a .jiqiao-rgh p {
        height: 44px;
        -webkit-line-clamp: 2;
        margin: 0;
    }
    .zixun-inner .jiqiao-tjul li a{
        font-size: 14px;
    }
    .close-vdo{
        right: 0;
    }
    .tra-depic{
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 20px;
    }
    .tra-deinfo{
        margin-left: 0;
        padding: 0;
    }
    .tra-dth3{
        font-size: 18px;
    }
    .tra-dlink{
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .tdet-tits{
        margin: 20px 0;
        font-size: 18px;
    }
    .tra-dtsul li,.tra-payli span{
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 10px;
        margin-right: 10px;
    }
    .tra-payli{
        height: 30px;
        margin-bottom: 10px;
    }
    .tra-payli:last-of-type{
        margin-bottom: 0;
    }
    .tra-payli p{
        line-height: 30px;
    }
    .tese-dtit{
        margin-top: 20px;
        font-size: 18px;
    }
    .tese-sline{
        margin: 5px auto;
    }
    .week-left{
        width: 100%;
        position: relative;
        height: auto;
        padding: 5px 0;
    }
    .week-rgh{
        margin-left: 0;
        padding: 15px;
        line-height: 25px;
        font-size: 14px;
    }
    .tra-bdetcon{
        font-size: 14px;
    }
    .week-left p {
        line-height: 25px;
        font-size: 16px;
    }
    .week-left span {
        line-height: 25px;
    }
    .cour-bqbox{
        padding-top: 20px;
    }
    .cour-bqbox li{
        height: 30px;
        margin-right: 10px;
    }
    .cour-bqbox li a{
        line-height: 28px;
        font-size: 14px;
        padding: 0 10px;
    }
    .ganxq-left{
        width: 100%;
        float: none;
    }
    .ganxq-ul li{
        height: 30px;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .ganxq-ul li a{
        line-height: 28px;
        padding: 0 15px;
    }
    .tjread-ul li{
        height: auto;
        margin-bottom: 0;
    }
    .tjread-pic{
        width: 100%;
        height: auto;
        float: none;
    }
    .tjread-info{
        margin-left: 0;
        padding: 10px;
    }
    .tblist-box{
        padding-top: 20px;
    }
    .tblist-tit{
        margin-bottom: 20px;
        font-size: 18px;
        height: 25px;
        line-height: 25px;
    }
    .tblist-tit.aa {
        margin-bottom: 40px;
    }
    .tjread-info h3{
        font-size: 16px;
    }
    .tjread-info p{
        height: 75px;
        line-height: 25px;
        font-size: 14px;
    }
    .tjread-bott{
        height: auto;
        overflow: hidden;
    }
    .tjread-bqian a{
        margin-bottom: 10px;
    }
    .zxin-wul li{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .zxin-wul li:last-of-type{
        margin-bottom: 0;
    }
    .skill-gao{
        height: 120px;
    }
    .skill-gao a {
        padding-top: 20px;
    }
    .skill-gao a h3 {
        line-height: 40px;
        font-size: 20px;
    }
    .skill-gao a p {
        height: 30px;
        margin-top: 0;
    }
    .skill-gao a p span {
        line-height: 28px;
        font-size: 16px;
        padding: 0 15px;
    }
    .tjread-ul1 li .tjread-pic{
        width: 100%;
        height: auto;
    }
    .tjread-ul1 li .tjread-info{
        margin-left: 0;
    }
    .tjread-ul1 li .tjread-info p{
        height: 50px;
    }
    .baom-xztit{
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0;
        font-weight: bold;
    }
    .quest-ul li{
        padding: 10px;
    }
    .quest-h3{
        font-size: 16px;
    }
    .ques-detcon{
        font-size: 14px;
    }
    .newm-li{
        margin: 0 10px;
    }
    .newm-li img{
        width: 80px;
        height: 80px;
    }
    .newm-li p{
        width: 120px;
        font-size: 14px;
        line-height: 25px;
    }
    .online-sul{
        margin: 20px 0;
    }
    .online-sul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .online-sul li:last-of-type{
        margin-bottom: 0;
    }
    .online-sul li h3{
        font-size: 16px;
        margin: 5px 0;
    }
    .online-sul li p{
        font-size: 14px;
    }
    .jyu-lps{
        font-size: 14px;
    }
    .jyu-lps span{
        width: 80px;
    }
    .jyu-lps p {
        margin-left: 80px;
    }
    .gs-map{
        height: 320px;
    }
    .yling-info{
        padding: 15px 10px;
    }
    .yling-info h3{
        font-size: 18px;
    }
    .phua-aul li{
        width: 100%;
    }
    .phua-axin h3{
        font-size: 16px;
    }
    .huaz-info h3 div,.hmake-info h3 div,.shey-info h3 div,.tpho-info h3 div{
        float: none;
        margin-top: 0;
        margin-bottom: 2px;
    }
    .huaz-info h3 .th-alik,.hmake-info h3 .th-alik,.shey-info h3 .th-alik,.tpho-info h3 .th-alik{
        float: none;
        max-width: 100%;
    }
    .huaz-dbx p,.hmake-dbx p,.shey-dbx p,.tpho-dbx p{
        float: none;
    }
    .huaz-dbx p:last-of-type,.hmake-dbx p:last-of-type,.shey-dbx p:last-of-type,.tpho-dbx p:last-of-type{
        float: none;
    }
    .tag-head{
        font-size: 16px;
        padding: 5px 0;
    }
    .tag-sear{
        font-size: 16px;
        margin: 10px 0;
        padding: 0;
    }
    .tag-artic{
        margin-top: 20px;
        padding-top: 0;
    }
    .all-tags{
        padding: 10px;
    }
    .atag-nul {
        margin: 0 -5px;
    }
    .atag-nul li{
        padding:0 5px;
        height:80px;
        margin-top:10px;
    }
    .atag-tit{
        font-size: 16px;
    }
    .tahlist-ul{
        margin-top: 0;
    }
    .atag-nul li a{
        padding: 5px;
        font-size: 14px;
        line-height: 25px;
    }
    .tra-dtfei span {
        font-size:16px;
        margin:0;
    }
    .kcxiu-zhe {
        display:none;
    }
    .sybg7 .tit-box{
        margin-top: -58px;
    }
    .sybg7 .tit-box p{
        margin-top: -11px;
    }
    #links{
        display: none;
    }
    .footer{
        display: none;
    }
    .mfooter {
        display: block;
        width: 100%;
        height: 4rem;
        background-color: #070707;
        text-align: center;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
    }
    
    .mfooter a {
        width: 33.3%;
        height: 100%;
        display: block;
        float: left;
        border-right: 1px solid rgba(255,255,255,.3);
        color: #fff;
        line-height: 4rem;
        box-sizing: border-box
    }
    
    .mfooter a .iconfont {
        font-size: 16px;
        margin-right: 3px
    }
    .page{display:none;}
    .pagelist{ display:block;padding:20px 12px; background:#fff; text-align:center; overflow:hidden;}
    .pagelist li{ display:inline-block; margin:5px 3px;}
    .pagelist a,.pagelist span{ padding:3px 8px; border:1px solid #ddd; }
    .pagelist a:hover,.pagelist li.active span{ background:#d01616; border-color:#d01616; color:#fff;}
    .pagelist label{ display:none;}
    #allmap{height:300px !important;}
}

@media (max-width: 380px){
    .deve-bg{
        width: 100%;
    }
}