body,html{
    height: 100%;
    min-width: 1280px;
}

/*banner*/
.banner{
    background: url("../images/newCase/bannerBg.png") center no-repeat;
    height: 356px;
    width: 100%;
    text-align: center;
}
/*newCase_part1*/
.newCase_part1{
    padding: 60px 0;
    text-align: center;
}
.commonTitle{
    text-align: center;
}
.titleBox{
    display: inline-block;
    width: 290px;
    height: 190px;
    padding-top: 15px;
    background: url("../images/newCase/titleBg.png") no-repeat;
    background-size: 100% auto;
}
.titleIcon{
    width: 48px;
}
.title1{
    letter-spacing: 8px;
    font-size: 24px;
    color: #DA4571;
    margin-top: 20px;
    font-weight: bold;
}
.title2{
    margin-top: 30px;
    font-size: 20px;
    color: #333;
    letter-spacing: 6px;
}
.titleText{
    display: inline-block;
    width: 400px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.titleTextWhite{
    color: #fff;
}
.newCase_part1_content{
    overflow: hidden;
    width: 1200px;
    margin: 10px auto 0 auto;
}
.newCase_part1_line{
    margin-top: 40px;
    overflow: hidden;
}
.newCase_part1_box{
    float: left;
    width: 240px;
}

.newCase_part1_img_box{
    display: inline-block;
    position: relative;
    width: 160px;
    height: 160px;
    cursor: pointer;
}
.newCase_part1_img_box:hover .newCase_part1_img_bg{
    right: 7px;
    bottom: 7px;
}
.newCase_part1_img_box:hover .newCase_part1_img{
    left: 8px;
    top: 8px;
}
.newCase_part1_img{
    width: 145px;
    height: 145px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.newCase_part1_img_bg{
    box-sizing: border-box;
    width: 145px;
    height: 145px;
    border: 2px solid #333;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.newCase_part1_name{
    color: #333;
    font-size: 18px;
    margin-top: 15px;
    display: block;
    width: 100%;
    text-align: center;
}
.newCase_part1_info{
    font-size: 16px;
    margin-top: 5px;
    color: #666;
}
.newCase_part1_num{
    font-size: 30px;
    color: #DA4571;
}

/*newCase_part2*/
.newCase_part2_banner{
    background: url(../images/newCase/newCase_part2_bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}
.newCase_part2_content{
    overflow: hidden;
    padding: 60px 0;
    margin: 0 auto;
    width: 1200px;
}
.newCase_part2_line{
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
.newCase_part2_line_bottom{
    margin-top: 30px;
}
.newCase_part2_box{
    float: left;
    width: 270px;
    cursor: pointer;
    padding: 0 15px;
}
.newCase_part2_box_right{
    margin-left: 30px;
}
.newCase_part2_box_cover{
    width: 100%;
    height: 170px;
    position: relative;
}

.newCase_part2_box_bx{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
}
.newCase_part2_box_bx img{
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -39px;
}
.newCase_part2_info{
    width: 270px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding-top: 10px;
}
.newCase_part2_info_top{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #333;
    text-align: left;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newCase_part2_info_bottom{
    text-align: left;
    width: 100%;
    line-height: 22px;
    font-size: 14px;
    color: #999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newCase_part2_box:hover .newCase_part2_info_top{
    color: #DA4571;
}
.newCase_part2_box:hover .newCase_part2_info_bottom{
    color: #333;
}
/*newCase_part3*/
.newCase_part3_content{
    padding: 50px 0;
    overflow: hidden;
    text-align: center;
    padding-top: 0;
}
.newCase_part3_tab{
    display: inline-block;
    padding: 0 10px;
    height: 45px;
    border: 1px solid #e3e3e3;
}
.newCase_part3_tab_btn{
    display: inline-block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newCase_part3_tab_btn:hover{
    margin-top: -15px;
    background: #da4571;
    color: #fff;
}
.newCase_part3_tab_now{
    margin-top: -15px;
    background: #da4571;
    color: #fff;
}
.newCase_part3_list{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
    display: none;
    margin-top: 0;
}
.newCase_part3_box{
    /*clear: both;*/
    float: left;
    width: 270px;
    height: 270px;
    margin: 30px 15px 0 15px;
    position: relative;
}
.newCase_part3_box:hover .newCase_part3_box_cover{
    background: rgba(0,0,0,0);
}
.newCase_part3_box:hover .newCase_part3_box_info{
    bottom: 65px;
}
.newCase_part3_box:hover .newCase_part3_box_bg{
    left: 0;
    margin-left: 0px;
    width: 100%;
    height: 180px;
}
.newCase_part3_box_cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newCase_part3_box_info{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 180px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    padding-top: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newCase_part3_box_bg{
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    bottom: 0;
    background: rgba(238,64,124,0.8);
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.newCase_part3_name{
    color: #fff;
    position: relative;
    z-index: 2;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.newCase_part3_offer{
    margin-top: 5px;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 22px;
}

/*part4*/
.part4{
    background: #f3f6f9;
    padding: 50px 0;
}
.part4_content{
    width: 1200px;
    overflow: hidden;
    margin: 20px auto;
}
.part4_page{
    display: none;
}
.part4_line{
    overflow: hidden;
}
.part4_box{
    float: left;
    margin: 30px 25px 0 25px;
    width: 550px;
}
.part4_box_q{
    overflow: hidden;
}
.part4_box_icon{
    float: left;
    width: 33px;
    height: 33px;
    border: 1px solid #e3e3e3;
    border-radius: 100%;
    background: #fff;
    color: #333;
    text-align: center;
    line-height: 33px;
    font-size: 20px;
}
.part4_box_qText{
    padding-top: 4px;
    float: left;
    width: 485px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-left: 30px;
    font-weight: bold;
}
.part4_box_a{
    overflow: hidden;
    margin-top: 15px;
}
.part4_box_aText{
    padding-top: 4px;
    float: left;
    width: 485px;
    color: #999;
    font-size: 14px;
    line-height: 26px;
    margin-left: 30px;
}
.learnMore2{
    display: block;
    width: 170px;
    height: 50px;
    position: relative;
    cursor: pointer;
    margin: 60px auto 0 auto;
}
.learnMore2:hover .learnMoreBtn{
    left: 5px;
    top: 5px;
}
.learnMore2:hover .learnMoreBg{
    right: 5px;
    bottom: 5px;
}
.learnMoreBtn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #DA4571;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.learnMoreBg{
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #333;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*part5*/
.part5{
    padding: 60px 0;
}
.part5_line{
    text-align: center;
    margin-top: 60px;
}
.part5_box{
    width: 360px;
    height: 485px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    display: inline-block;
    position: relative;
    margin: 0 15px;
    padding-top: 240px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: default;
}
.part5_box:hover{
    background: #DA4571;
}
.part5_box:hover .part5_box_img{
    left: -20px;
    top: -20px;
}
.part5_box:hover .part5_box_bg{
    height: 455px;
}
.part5_box:hover .part5_title{
    color: #fff;
}
.part5_box:hover .part5_text{
    color: #fff;
}
.part5_box:hover .part5_learnMore{
    color: #DA4571;
    background: #fff;
}
.part5_box_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 240px;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.part5_box_bg{
    width: 30px;
    height: 240px;
    background: rgba(231,80,132,1);
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.part5_info{
    padding: 40px 20px 0 20px;
    text-align: left;
    position: relative;
    z-index: 3;
}
.part5_title{
    font-size: 24px;
    color: #333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.part5_text{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    line-height: 24px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.part5_learnMore{
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #DA4571;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/*视频弹窗*/
.coverBg1,.coverBg2,.coverBg3,.coverBg4,.coverBg5,.coverBg6,.coverBg7,.coverBg8,.coverBg9,.coverBg10,.coverBg11,.coverBg12{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 99999999999999999999;
}
.coverContent{
    width: 800px;
    height: 480px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -240px;
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}
/*.coverContent embed,.coverContent object,.coverContent video,.coverContent div{*/
    /*width: 100% !important;*/
    /*height: 100% !important;*/
/*}*/
.closeBtn{
    font-size: 24px;
    color: rgb(255, 255, 255);
    display: block; width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    text-decoration: none;
    outline: 0px;
    top: 0px;
    right: -40px;
    cursor: pointer;
    background: rgba(3,3,3,0.8);
}

/*selector*/
.newCase_selector{
    width: 1200px;
    margin: 30px auto 0 auto;
}
.newCase_selector_line{
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.newCase_selector_line:last-child{
    border-bottom: 0;
}
.newCase_selector_title{
    font-size: 16px;
    line-height: 18px;
    color: #1a1a1a;
    font-weight: bold;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.newCase_selector_tapBox{
    margin-left: 60px;
}
.newCase_selector_tap{
    font-size: 14px;
    line-height: 16px;
    color: #4c4c4c;
    float: left;
    padding: 10px;
    margin-left: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
}
.newCase_selector_tap:hover{
    border: 1px solid #e3e3e3;
}
.newCase_selector_tapNow{
    background: #ff0072;
    color: #fff;
}


/**/
.school_cont_p1{
    width:900px;
    overflow:hidden;
    clear:both;
    margin:20px auto;
    text-align:center;
    padding-top:20px;
}
.school_cont_p1 a{
    display:inline-block;
    width:25px;
    height:25px;
    border:1px solid #da4571;
    text-align:center;
    line-height:25px;
    margin-right:10px;
    color:#da4571;
    font-size:14px;
}
.school_cont_p1 a.a1{
    width:60px;
}
.school_cont_p1 a:hover,.school_cont_p1 a.a_mr{
    background:#da4571;
    color:#fff;
}
