





/*PC轮播图区域*/

.lunbo{
    height: auto;
    padding: 0;
    margin: 0 0;
    overflow: hidden;
}
.lunbo .swiper-container-horizontal>.swiper-pagination{
    display: inline-block;
    right: 5%;
    bottom: 60px;
    width: 30%;
    left: auto;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width: 32px;
    height: 32px;
    background: none;
    margin: 0 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #FFE8ED;
    line-height: 26px;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    padding: 0 0 80px 0;
}
.lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    width: 1px;
    height: 50px;
    display: inline-block;
    content: ' ';
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.lunbo .swiper-button-prev{
    background-size: 16px;
    left: 12%;
    top: auto;
    bottom: 60px;
    margin: 0 0 0 0 ;
}
.lunbo .swiper-button-next{
    background-size: 16px;
    left: 12%;
    top: auto;
    bottom: 60px;
    margin: 0 0 0 50px ;
}




/*手机轮播图区域*/
.mobileLunBo{
    height: auto;
    padding: 0 10px;
    width:100% !important;
    margin: 0 0%;
    overflow: hidden;
}
.mobileLunBo .swiper-slide img{
    width: 100% !important;
}

.mobileLunBo .swiper-container-horizontal>.swiper-pagination{
    bottom: 12px;
}
.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
}

.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
    width:6px;
    height:3px;
    background:rgba(255,255,255,1);
    border-radius:6px;
    opacity: 1;
    display: inline-block;
}

.mobileLunBo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active {
    width:14px;
    height:3px;
    border-radius:6px;
    display: inline-block;
    background:#FF5F83;
}



/*关于我们区域*/
.aboutdome{
    margin-top: 100px;
    padding: 50px 0 0 0;
    position: relative;
}
.aboutdome .abouttext{
    margin: 0 0 70px 2%;
}
.aboutdome .aboutren{
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
}
.aboutdome .aboutleft{
    padding: 0 0;
}


.aboutdome .abouticon{
    padding: 0 0 20px 0;
    margin: 30px 0 40px 0 ;
    border-bottom: 1px #e6e6e6 solid;
}
.aboutdome .abouticon span{
    font-size: 17px;
    font-weight: 400;
    color: #454545;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0 30px 0 0 ;
}
.aboutdome .abouticon span:hover,
.aboutdome .abouticon span.active{
    color: #FF5F83;
    cursor: pointer;
}
.aboutdome .aboutsay{
    margin:  0 0 0 0;
}
.aboutdome .aboutsay h4{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.aboutdome .aboutsay .text{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 0 50px 0;
}



/*旗下品牌*/
.branddome{
    margin: 80px 0 0 0;
    padding: 70px 0 50px 0;
    background: url("../img/indeximg1.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.branddome .indextitle span{
    color: #ffffff;
}
.branddome .indextitlep{
    color: #ffffff;
}

.branddome .brandsan{
    margin-top: 50px;
}
.branddome .brandsan{
    padding: 0  0px 0 0;
    position: relative;
}

.branddome .brandsan ul li a{
    background: #FFFFFF;
    display: block;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
}


.branddome .brandsan ul li a p{
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0;
    margin: 10px 0 20px 0;
}
.branddome .brandsan ul li a i{
    width: 40px;
    height: 40px;
    background: url("../img/downLeft.png") no-repeat center;
    background-size: 7px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    display:inline-block;
    content: ' ';
}
.branddome .brandsan ul li a:hover{
    box-shadow: 0px 0px 12px #f7f7f7;
}
.branddome .brandsan ul li a:hover i{
    background: url("../img/downLeftr.png") no-repeat center;
    background-size: 7px;
    border: 1px solid #FF5F83;
}




/*视频专辑*/
.moivedome{
    margin: 160px 0 0 0;
    padding: 0 0;
    position: relative;
}
.moivedome .moivetext{
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 3%;
    z-index: 100;
}
.moivedome .containerbig{
    display: block;
    max-width: 1520px;
    margin: 0 auto;
    background: #F7F8FA;
    padding: 50px 0 ;
    position: relative;
}
.moivedome .containerbig:after{
    width: 70%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #E24E6F;
}
.moivedome .containerbig .left{
    width: 27.7%;
    display: inline-block;
    padding: 0 0 0 0;
    float: left;
}
.moivedome .containerbig .left .indextitlep{
    padding: 0 0 12px 0;
    margin: 20px 0 43px 0;
    border-bottom: 1px #e2e2e2 solid;
    display: inline-block;
}
.moivedome .containerbig .left .moiveul li a:before{
    width: 6px;
    height: 6px;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 17px;
    left: 0;
    border: 1px solid #FF5F83;
    border-radius: 50%;
}
.moivedome .containerbig .left .moiveul li a{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    position: relative;
    padding: 0 10px 0px 14px;
    display: inline-block;
    margin: 0 0 10px 0 ;
}
.moivedome .containerbig .left .moiveul li.check a,
.moivedome .containerbig .left .moiveul li a:hover{
    background: #FF5F83;
    border-radius: 20px;
    color: #ffffff;
}

.moivedome .containerbig .right{
    width: 68%;
    display: inline-block;
    border-radius: 6px;
    overflow: hidden;
    border: 4px #ffffff solid;
    float: right;
    position: relative;
    z-index: 60;
    background: rgba(0,0,0,1);
}
.moivedome .containerbig .right .moive{
    display: none;
}
.moivedome .containerbig .right .moive.moiveactive{
    display: block;
}
.moivedome .containerbig .moreBtn:hover{
    background: #FF5F83;
}




/*公司简介*/
.saydome{
    margin: 130px 0 0 0;
    padding: 0 30px 60px 30px;
    position: relative;
    background: url("../img/indeximg7bg.jpg") no-repeat left bottom;
    background-size: 100% 90%;
}
.saydome .left{
    padding: 0 6% 0 0;
}
.saydome .left p{
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.saydome .left img{
    width: 100%;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
}
.saydome .left img:hover{
    transform: scale(1.12);
}
.saydome .right{
    margin: 0 0px 0 0;
    padding: 0 30px 0 0;
}
.saydome .right .indextitle{
    margin:30px 0 30px 0;
}
.saydome .right .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin: 0 0 50px 0;
}
.saydome .right .moreBtn:hover{
    background: #FF5F83;
}



/*在线学习*/
.studydome{
    display: block;
    padding: 80px 0 90px 0;
    background: url("../img/indeximg3.png") no-repeat 0 0;
    background-size: 100% 100%;
}
.studydome .titlestudy{
    display: inline-block;
}
.studydome .titlestudy em{
    font-size: 100px;
    font-weight: bold;
    color: rgba(73, 15, 22, 0);
    line-height: 90px;
    -webkit-text-stroke: 1px #490F15;
    text-stroke: 1px #490F15;
    font-style: normal;
}
.studydome .titlestudy h3{
    font-weight: bold;
    margin: -20px 0 0 0;
    position: relative;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 60px;
}
.studydome .titlestudy h3 span:nth-child(1){
    display: inline-block;
    position: relative;
    z-index: 100;
}
.studydome .titlestudy h3:before {
    width: 14px;
    height: 60px;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0.4%;
    z-index: 1;
    background: #FF5F83;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
}
.studydome .titlestudy h3 span:nth-child(2){
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #E24E6F;
    padding: 0 13px;
    line-height: 58px;
    display: inline-block;
    position: relative;
}
.studydome .titlestudy h3 span:nth-child(2):after {
    width: 0;
    height: 0;
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 40%;
    left: -17px;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.7);
}
.studydome .titlestudy p{
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    padding: 0 0 20px 0 ;
    margin: 30px 0 0 0;
    display: inline-block;
    border-bottom: 1px rgba(255,255,255,0.5) solid;
}
.studydome .wxsay{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 16px 0 0;
}
.studydome .wxsay p{
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
    letter-spacing: 0;
    margin: 0 ;
    position: relative;
}
.studydome .wxsay p span{
    position: relative;
    z-index: 100;
}
.studydome .wxsay p:nth-child(2):after{
    width: 100%;
    height: 10px;
    display: inline-block;
    background: #ca284f;
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.studydome  .wximg{
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    background: #FFFFFF;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}





/*新闻中心*/
#new {
    margin: 80px 0 0 0;
}
#new .borderbotttom{
    display: block;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    padding: 0 0 14px 0;
}
#new .borderbotttom .indextitle{
    display: inline-block;
}
#new .borderbotttom a{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #FF5F83;
    line-height: 30px;
}
#new .text{
    display: block;
    overflow: hidden;
    margin: 40px 0 0 0;
}

#new .hot{
    display: inline-block;
    position: relative;
    padding: 0  30px 0 0;

}
#new .hot a{
    width: 100%;
    display: block;
}
#new .hot a.img{
    display: block;
    overflow: hidden;
    width: 100%;
}
#new .hot a.img img{
    width: 100%;
    transition: all 0.3s;
}
#new .hot a.img img:hover {
    transform: scale(1.12);
}

#new .hot .hotText {
    margin: 0px 0 0 0;
    display: block;
    overflow: hidden;
}
#new .hot .hotText .info{
    width: 100%;
    padding: 15px 12px;
    border: 1px #efefef solid;
    position: relative;
    box-sizing: border-box;
}
#new .hot .hotText:hover .info h2{
    color:#FF5F83;
}
#new .hot .hotText .info h2{
    font-size: 20px;
    color: #202020;
    box-sizing: border-box;
    padding: 0 120px 0 0 ;
    position: relative;
    white-space:nowrap;/* è§„å®šæ–‡æœ¬æ˜¯å¦æŠ˜è¡Œ */
    overflow: hidden;/* è§„å®šè¶…å‡ºå†…å®¹å®½åº¦çš„å…ƒç´ éšè— */
    text-overflow: ellipsis;
}
#new .hot .hotText .info h2 span{
    font-size: 16px;
    float: right;
    margin: 4px 0 0 0;
    color: #666666;
    position: absolute;
    top: 0;
    right: 0;
    letter-spacing: 0.5px;
}

#new .hot .hotText a{
    display: block;
    overflow: hidden;
}
#new .hot .hotText  span.borderB{
    width: 0%;
    display: inline-block;
    height: 1px;
    background: #fa7e24;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

#new a:hover{
    text-decoration: none;
}
#new ul{
    overflow: hidden;
    display: block;
    font-size: 0;
    padding: 0 0  0 30px;
}
#new li a{
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px #e5e5e5 solid;
    margin: 0 0 0px 0;
    padding: 0 0 0 0;
    display: block;
}
#new .time{
    display: inline-block;
    width: 76px;
    color: #5f5f5f;
    text-align: center;
    padding: 6px 4px;
    float: left;
    margin: 36px 0;
    background: #ffffff;
    border: 1px #cccccc solid;
}
#new  li:nth-child(1) .time{
    margin-top:0;
}
#new .time span:nth-child(1){
    display: block;
    font-size: 44px;
    margin: 0 0 0 0;
    line-height: 44px;
    letter-spacing: 0;
    font-weight: bold;
}
#new .time span:nth-child(2){
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.2px;
    border-top: 1px #cccccc solid;
    margin: 6px 0 0 0;
    padding: 5px 0 0 0;
}
#new .info{
    width: 85%;
    height: 100%;
    display: inline-block;
    padding: 36px 0 0 20px;
    vertical-align: top;
    text-align: left;
}
#new li:nth-child(1) .info {
    padding-top: 8px;
}
#new .info h2{
    margin: 0 0 0 0;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#new .info p{
    font-size: 14px;
    color: rgb(153, 153, 153);
    overflow: hidden;
    max-height: 38px;
    line-height: 20px;
    margin: 10px 0 0 0;
}
#new li:hover .info h2{
    color: #FF5F83;
}
#new li:hover .time {
    color: #FF5F83;
    border: 1px #FF5F83 solid;
}
#new li:hover .time span:nth-child(2) {
    border-top: 1px #FF5F83 solid;
}


















@media screen and (max-width: 1440px) {
    .lunbo .swiper-slide .info p {
        margin: 30px 0 40px 0;
    }

    .studydome .navbar-right{
        margin: 0;
    }

    .saydome .right {
        margin: 0 0px 0 0;
        padding: 0;
    }
    .saydome .right .saytextbox img{
        max-width: 100%;
    }

}

@media screen and (max-width: 1430px) {
    .row{
        margin: 0;
    }
    .container {
        width: 100%;
        padding: 0 10px;
    }

}


@media screen and (max-width: 1400px) {

    .container {
        padding: 0 0px;
    }



    .lunbo .swiper-button-prev{
        background-size: 11px;
    }
    .lunbo .swiper-button-next{
        background-size: 11px;
        margin: 0 0 0 37px;
    }
    .lunbo .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
        width: 28px;
        height: 28px;
        margin: 0 6px;
        font-size: 15px;
        line-height: 28px;
    }


    .aboutdome {
        margin-top: 50px;
        padding: 40px 4% 0 4%;
        position: relative;
    }
    .aboutdome .abouttext {
        margin: 0 0 24px 0%;
        width: 300px;
    }

    .aboutdome .abouticon {
        padding: 0 0 8px 0;
        margin: 12px 0 20px 0;
        border-bottom: 1px #e6e6e6 solid;
    }
    .aboutdome .abouticon span {
        font-size: 15px;
        line-height: 32px;
        margin: 0 18px 0 0;
    }
    .aboutdome .aboutsay .text {
        font-size: 15px;
        line-height: 30px;
        margin: 0 0 23px 0;
    }

    .branddome {
        margin: 40px 0 0 0;
        padding: 70px 4% 50px 4%;
    }
    .indextitlep {
        font-size: 16px;
        margin: 7px 0 0 0;
    }
    .branddome .brandsan ul li a {
        padding: 24px;
    }
    .branddome .brandsan ul li a p {
        font-size: 16px;
        line-height: 26px;
        margin: 8px 0 16px 0;
    }
    .moivedome {
        margin: 80px 0 0 0;
        padding: 0 4%;
    }
    .moivedome .containerbig {
        padding: 30px ;
    }
    .moivedome .moivetext {
        width: 100%;
        max-width: 400px;
    }
    .moivedome .containerbig .left {
        padding: 0 2% ;
    }
    .moivedome .containerbig  video{
        height: 450px;
    }


    .saydome {
        margin: 60px 0 0 0;
        padding: 0 4% 50px 4%;
    }
    .saydome .left {
        padding: 0 3% 0 0;
    }
    .saydome .right .saytextbox{
        width: 100%;
        max-width: 400px;
    }
    .saydome .right .indextitle {
        margin: 20px 0 10px 0;
    }
    .saydome .right .text {
        font-size: 15px;
        line-height: 28px;
        margin: 0 0 20px 0;
    }

    .studydome {
        padding: 60px 4%;
    }
    .studydome .titlestudy em {
        font-size: 78px;
        line-height: 80px;
    }
    .studydome .titlestudy h3 {
        font-size: 44px;
        line-height: 58px;
    }
    .studydome .titlestudy p {
        font-size: 30px;
        line-height: 32px;
        padding: 0 0 10px 0;
        margin: 20px 0 0 0;
    }
    .studydome .wxsay p {
        font-size: 26px;
        line-height: 32px;
    }
    .studydome .wximg{
        width: 150px;
        padding: 6px;
    }
    #new {
        margin: 40px 0 0 0;
        padding: 0 4%;
    }
    #new .time {
        margin: 24px 0;
    }


}





@media screen and (max-width: 1200px) {


    @font-face {
        font-family: 'webfont';
        font-display: swap;
        src: url('//at.alicdn.com/t/webfont_zgs00o87tlg.eot'); /* IE9*/
        src: url('//at.alicdn.com/t/webfont_zgs00o87tlg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('//at.alicdn.com/t/webfont_zgs00o87tlg.woff2') format('woff2'),
        url('//at.alicdn.com/t/webfont_zgs00o87tlg.woff') format('woff'), /* chrome、firefox */
        url('//at.alicdn.com/t/webfont_zgs00o87tlg.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url('//at.alicdn.com/t/webfont_zgs00o87tlg.svg#Alibaba-PuHuiTi-Regular') format('svg'); /* iOS 4.1- */
    }
    .aboutdome {
        margin-top: 24px;
        padding: 0px 10px;
        overflow: hidden;
    }
    .aboutdome .abouttext {
        margin: 0 0 17px 0%;
        width: 220px;
    }
    .aboutdome .abouttext span {
        font-family: 'webfont';
        font-size: 20px;
        letter-spacing: 0;
        font-weight: bold;
    }
    .aboutdome .abouticon span {
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 0;
        margin: 0 2px 0 0;
    }

    .aboutdome .abouticon {
        padding: 0 4px 8px 0;
        margin: 8px 0 0px 0;
        width: 60%;
    }
    .aboutdome .aboutsay {
        padding: 14px 0 0 0;
    }
    .aboutdome .aboutsay h4 {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 8px 0;
    }
    .aboutdome .aboutsay .text {
        font-size: 13px;
        line-height: 23px;
        margin: 0 0 10px 0;
    }


    .branddome {
        margin: 24px 0 0 0;
        padding: 30px 10px 26px 10px;
        background-size: 100%;
    }
    .indextitlep {
        font-size: 13px;
        line-height: 20px;
        margin: 11px 0 0 0;
    }

    .branddome .brandsan ul{
        margin: 0 -4px;
    }
    .branddome .brandsan ul li{

        padding: 0 4px;
    }
    .branddome .brandsan ul li a {
        border: 2px solid #FFFFFF;
        border-radius: 4px;
        padding: 6px 6px;
    }
    .branddome .brandsan {
        margin-top: 16px;
        padding: 0 0% 0 0 ;
    }
    .branddome .brandsan ul{
        margin: 0 -4px;
    }
    .branddome .brandsan ul li{
        padding: 0 4px;
    }
    .branddome .brandsan ul li a {
        border: 2px solid #FFFFFF;
        border-radius: 4px;
        padding: 6px 6px;
    }
    .branddome .brandsan ul li a img{
        height: 38px;
        margin: 3px 0 0 0;
    }
    .branddome .brandsan ul li a p {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: -0.2px;
        margin: 4px 0 2px 0;
        height: 44px;
        overflow: hidden;
    }
    .branddome .brandsan ul li a i {
        width: 22px;
        height: 22px;
        background-size: 4px;
    }
    .branddome .brandsan .moretwo {
        width: 18%;
        border-radius: 4px;
        font-size: 16px;
        color: #e24e6f;
        font-weight: bolder;
    }


    .moivedome {
        margin: 40px 0 0 0;
        padding: 0 0px;
        background: #F7F8FA;
    }
    .moivedome .moivetext {
        display: none;
    }
    .moivedome .indextitle {
        margin: 0 0 5px 0;
    }
    .moivedome .containerbig {
        display: block;
        padding: 20px 10px 20px 10px;
    }
    .moivedome .containerbig:after {
        width: 0;
    }
    .moivedome .abouttext span {
        font-family: 'webfont';
        font-size: 20px;
        letter-spacing: 0;
        font-weight: bold;
        margin: 24px 0 4px 10px;
    }
    .moivedome .containerbig .left .indextitlep {
        padding: 0 0 6px 0;
        margin: 6px 0 10px 0;
        width: 100%;
    }
    .moivedome .containerbig .left .indextitlep br{
        display: none;
    }
    .moivedome .containerbig .left {
        width: 100%;
    }
    .moivedome .containerbig .left .moiveul{
        display: block;
        overflow: hidden;
        margin: 2px 0 12px 0;
    }
    .moivedome .containerbig .left .moiveul li{
        width: 50%;
        display: inline-block;
        float: left;
    }
    .moivedome .containerbig .left .moiveul li a {
        font-size: 14px;
        line-height: 28px;
        padding: 0 10px;
        margin: 0 0 6px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        display: block;
        width: 98%;

        border: 1px #7f7f7f solid;
        background: #7f7f7f;
        border-radius: 20px;
        color: #ffffff;
        letter-spacing: -0.2px;
    }
    .moivedome .containerbig .left .moiveul li.check a,
    .moivedome .containerbig .left .moiveul li a:hover{

        border: 1px #FF5F83 solid;
    }


    .moivedome .containerbig .left .moiveul li a:before {
        width: 4px;
        height: 4px;
        top: 13px;
        display: none;
    }
    .moivedome .containerbig .right {
        width: 100%;
        border-radius: 2px;
        border: 2px #88152f solid;
    }
    .moivedome .containerbig .right video{
        height: 380px;
    }


    .saydome {
        margin: 30px 0 0 0;
        padding: 0 10px 20px 10px;
        background:none;
    }
    .saydome .left {
        padding: 0 3% 0 0;
    }
    .saytextbox  span {
        font-family: 'webfont';
        font-size: 20px;
        letter-spacing: -0.2px;
        font-weight: bold;
        margin: 0;

    }
    .saydome .container .right{
        padding: 0 0;
    }
    .saydome .right .indextitle {
        margin: 1px 0 6px 0px;
    }
    .saydome .right .text {
        font-size: 13px;
        line-height: 25px;
        margin: 10px 0;
    }

    .studydome {
        padding: 30px 10px 30px 10px;
        background: url(../img/indeximg3.png) no-repeat center;
        background-size: auto 100%;
    }
    .studydome .titlestudy em {
        font-size: 32px;
        line-height: 34px;
       /* -webkit-text-stroke: 1px #9e4c55;
        text-stroke: 1px #9e4c55;*/

        -webkit-text-stroke: 1px #ffffff;
        text-stroke: 1px #ffffff;
        margin: 0 0 10px 0;
        display: block;
    }
    .studydome .titlestudy {
        width: 100%;
        text-align: center;
    }
    .studydome .titlestudy h3 {
        margin: 0;
        font-size: 18px;
        line-height: 20px;
        display: inline-block;
    }
    .studydome .titlestudy h3 span:nth-child(1) {
        margin: 0 10px 0 0px;
    }
    .studydome .titlestudy h3 span:nth-child(2) {
        border-radius: 4px;
        padding: 0 6px;
        line-height: 26px;
    }
    .studydome .titlestudy h3 span:nth-child(2):after {
        left: -10px;
        border-top: 3px solid transparent;
        border-left: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-right: 6px solid rgba(255, 255, 255, 0.7);
    }
    .studydome .titlestudy h3:before {
        width: 8px;
        height: 100%;
        top: 0;
        left: 1%;
    }
    .studydome .titlestudy p {
        font-size: 14px;
        line-height: 18px;
        padding: 0 0 8px 0;
        margin: 8px 0 0 0;
        width: 100%;
        text-align: center;
        border-bottom: none;
    }
    .studydome .wx{
        text-align: center;
        margin: 20px 0 0 0 ;
        width: 100%;
    }

    .studydome .wximg {
        padding: 2px;
        width: 90px;
    }
    .studydome .wxsay {
        width: 100px;
        margin: 10px auto 0 auto;
    }
    .studydome .wxsay p{
        text-align: center;
        font-size: 13px;
        line-height: 16px;
    }

    #new {
        margin: 30px 0 0 0;
        padding: 0 10px;
    }
    #new .borderbotttom {
        padding: 0 0 8px 0;
    }
    #new .borderbotttom a {
        font-size: 13px;
        line-height: 24px;
    }
    #new .text {
        margin: 10px 0 0 0;
    }
    #new .hot{
        margin: 0;

    }
    #new .hot .hotText .info {
        padding: 8px 6px;
    }
    #new .hot .hotText .info h2 {
           font-size: 14px;
    padding: 0 70px 0 0;
    line-height: 16px;
    }
    #new .hot .hotText .info h2 span {
        font-size: 12px;
        margin: 0;
    }
    #new ul {

        margin: 16px 0 0 0;
    }

    #new li a {
        margin: 0 0 4px 0;
        padding: 0 0 10px 0;
    }
    #new .time{
        width: 62px;
        height: auto;
        padding: 4px 0 6px 0;
        margin: 16px 0;
    }
    #new .info {
        width: 80%;
        padding: 19px 0 0 10px;
    }
    #new .info h2 {
        font-size: 14px;
		line-height: 16px;
    }
    #new .info p {
        font-size: 12px;
        max-height: 34px;
        line-height: 17px;
        margin: 4px 0 0 0;
    }
    #new .time span:nth-child(1) {
        font-size: 24px;
        line-height: 27px;
    }
    #new .time span:nth-child(2) {
        margin: 4px 0 0 0;
        padding: 2px 0 0 0;
    }


}




@media screen and (max-width: 1000px) {
    #new ul {
        margin: 16px 0 0 0;
        padding: 0 ;
    }
    #new .time {
        margin: 10px 0;
    }
    #new .info {
        padding: 15px 0 0 10px;
    }

}



@media screen and (max-width: 900px) {
    .branddome {
        background-size: auto 100%;
    }
}



@media screen and (max-width: 767px) {


    .aboutdome .abouttext {
        margin: 0 0 0px 0;
        width: 100%;
    }
    .aboutdome .aboutleft:after{
        width: 100%;
        height: 20%;
        content: ' ';
        background: #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .aboutdome .aboutren {
        position: absolute;
        top: 0;
        right: 10px;
        width: 36%;
    }
    .aboutdome .aboutsay {
        background: #ffffff;
        z-index: 100;
        position: relative;
        padding: 14px 0 0 0;
    }
    .aboutdome  a.moreBtn{
        z-index: 10;
        position: relative;
    }
    .branddome .brandsan {
        padding: 0;
        margin-top: 16px;
    }
    .branddome .brandsan ul{
        margin: 0 -4px;
    }
    .branddome .brandsan ul li{
        margin-bottom: 12px;
        width: 50%;
        padding: 0 4px;
    }
    .branddome .brandsan ul li a {
        border: 2px solid #FFFFFF;
        border-radius: 4px;
        padding: 6px 6px;
    }
    .branddome .brandsan ul li a img{
        height: 36px;
        margin: 3px 0 0 0;
    }
    .branddome .brandsan ul li a p {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.2px;
        margin: 5px 0 4px 0;
        height: 40px;
        overflow: hidden;
    }
    .branddome .brandsan ul li a i {
        width: 22px;
        height: 22px;
        background-size: 4px;
    }

    .branddome .brandsan ul li a:hover i {
        background-size: 4px;
    }
    .moivedome {
        margin: 0px 0 0 0;
    }
    .moivedome .abouttext span {
        margin: 28px 0 4px 10px;
    }
    .moivedome .containerbig {
        display: block;
        padding: 0px 10px 20px 10px;
    }
    .moivedome .containerbig .left {
        padding: 0;
    }
    .moivedome .containerbig .right video{
        height: 240px;
    }
    .saydome .left {
        padding: 0 0% 0 0;
    }


    #new ul {
        padding: 0;
        margin: 16px 0 0 0;
    }
    #new .time {
        margin: 6px 0 0 0;
    }
    #new .hot{
        padding: 0 0px;
    }

}






@media screen and (max-width: 766px) {

    .studydome .wx {
        margin: 8px 0 0 0;
    }

}


@media screen and (max-width: 340px) {
    .aboutdome .aboutren {
        top: 20px;
    }
    #new .time{
        width: 58px;
    }

}













