@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body{
    font-size: 18px;
}

.main_con{
    width: 1200px;
    margin: 0 auto;
}

#section_a{
    display: block;
    height: 960px;
    background-image: url(../Images/bg_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-align: center;
    padding-top: 50px;
    position: relative;
}


#tu_logo{
    padding: 30px 0;
    display: block;
    margin: 0 auto;
}

#text_logo{
    display: block;
    margin: 0 auto;
}

#down{
    position: absolute;
    bottom: 100px;
    width: 50px;
    animation:twinkling 1s infinite ease-in-out ;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    -ms-animation: twinkling 1s infinite ease-in-out;
    -o-animation:twinkling  1s infinite ease-in-out;
    -moz-animation:twinkling 1s infinite ease-in-out;
}

#section_b{
    background:url('../Images/bg_all.jpg');
}

#section_b .s_title{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
}

#section_b .con .tu_title{
    height: 66px;
    background-position: center center;
    margin:50px 0;
}

#section_b .tu_title .s_title{
    line-height: 55px;
}

#section_b .lunbo_l{
    width: 1305px;
    margin: 0 auto;
    height: 460px;
}

#section_b .lunbo_l .swiper-slide{
    position: relative;
}

#section_b .lunbo_l .swiper-slide li{
    display: inline-block;
    margin: 0 5px;
    width: 250px;
    height: 430px;
}

#section_b .lunbo_l .swiper-slide li img{
    width:245px;
    height:360px;
}

.lunbo_l .swiper-slide .des{
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}



.lunbo_l .swiper-pagination-bullet-active{
    background: #ffffff;
    opacity: 1;
}

.lunbo_l .swiper-pagination{
    position: absolute;
    bottom: 5px;
}


#con_1 .s_title{
    text-align: left;
    padding: 20px 0;
}

#con_1 .b_con{
    height: 340px;
}

#con_1 .fl_con{
    width: 584px;
}

#con_1 .fl_con .b_con{
    position: relative;
}

#con_1 .fl_con #video{
    width: 584px;
    height: 340px;
}

#con_1 .fl_con #play{
    width: 80px;
}


#con_1 .fr_con
{
    width: 580px;
}

#con_1 .fr_con .b_con{
    background: #fcebed;
}

#nav_con{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    background: #ffffff;
    font-family: '微软雅黑 Light';
    font-weight:600;
}

#nav_con .nav{
    cursor: pointer;
    padding: 0 30px;
}

#nav_con .nav.active{
    background: #fd70da;
    color: #ffffff;
}

#con_1 .fr_con .canshow {
    display: none;
    height: calc(100% - 50px);
    padding: 40px 38px 0;

}

#con_1 .fr_con .canshow li
{
    width: 50%;
    line-height: 35px;
    text-align: center;
}


#con_1 .fr_con #canshow_1{
    display: block;
    margin-top: 85px;

}

#con_1 .fr_con #canshow_1 li{
    width: 100%;
    text-align: center;
}

#con_1 .fr_con #canshow_2{
    margin-top: 55px;
}

#con_1 .fr_con #canshow_3{
    margin-top: 15px;
}

#con_1 .fr_con #canshow_4{
    margin-top: 70px;
}

@-webkit-keyframes twinkling{
    0%{
        opacity:0; /*透明度为0*/
    }
    100%{
        opacity:1; /*透明度为1*/
    }

}

#con_2top .tu_title{
    background: url("../Images/beauty_logo.png") no-repeat;
}

#con_2 .tu_title{
    background: url("../Images/per_logo.png") no-repeat;
}

#con_2top .b_con .inner-con{
    background: #ffffff;
    padding: 50px 50px 10px;
}

#con_2top .b_con ul{
    width: 100%;
}

#con_2top .b_con ul li{
    width:85%;
    text-align: left;
    margin-bottom: 35px;
    margin-left:auto;
    margin-right:auto;
}

#con_2top .b_con ul li a{
    color:#000000;
}

#con_2top li .pic_con{
    margin-right:30px;
}
#con_2top li .pic_con img{
    width:200px;

}

#con_2top li .intro_con{
    width:400px;
    padding-top:20px;
}

#con_2top li .school_name{
    font-size: 16px;
    margin-bottom: 10px;
}

#con_2top li .new_title{
    font-family: '微软雅黑 Light';
    font-size: 16px;
    font-weight:600;
}

#L_title{
    margin: 50px 0;
    text-align: center;
}


#con_9{
    padding: 50px 0;
}

#con_9 li{
    width: 380px;
    height: 226px;
}

#con_9 #box_con{
    width: 100%;
    height: 226px;
    overflow: hidden;
    white-space: nowrap;
}

#con_9 .box{
    display: inline-block;
    height: 226px;
    white-space: nowrap;
}

#con_9 .box a{
    display: inline-block;
    width: 380px;
    height: 226px;
    margin-right: 20px;
}

#con_9 .box a img{
    width: 380px;
    height:250px;
}

#con_9 .k_con{
    margin: 0 30px;
}

#top_con{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    animation:twinkling 1s infinite ease-in-out ;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    -ms-animation: twinkling 1s infinite ease-in-out;
    -o-animation:twinkling  1s infinite ease-in-out;
    -moz-animation:twinkling 1s infinite ease-in-out;
}

#top_con img{
    width: 50px;
}
#con_2top .main_con .title_con{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
#con_2top .main_con .title_con .title_txt{
    font-size:20px;
    text-align: center;
    font-family: '微软雅黑 Light';
    font-weight: 600;
}

#con_2top .main_con .title_con .l_line{
    position: absolute;
    top:12px;
    width:90px;
    height:1px;
    border-top:1px solid #000000;
    left:420px;
}
#con_2top .main_con .title_con .r_line{
    position: absolute;
    top:12px;
    width:90px;
    height:1px;
    border-top:1px solid #000000;
    right:420px;
}




@-moz-keyframes twinkling{
    0% { opacity: 0; }
    100% { opacity: 1;}
}
@-o-keyframes twinkling {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes twinkling {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes twinkling {
    0% { opacity: 0; }
    100% { opacity: 1; }
}



