body,html{
    height: 100%;
    min-width: 1280px;
}

/*banner*/
.preCourseCD_banner{
    background: url("../images/BritainExpress/banner_bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 150px 0;
}
.newZPJ_banner_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    text-align: center;
}
.newZPJ_banner_p1 span{
    display: inline-block;
    position: relative;
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 6px;
}
.newZPJ_banner_p1 span:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 1px;
    background: #fff;
    content: '';
}
.newZPJ_banner_p1 span:after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 1px;
    background: #fff;
    content: '';
}
.newZPJ_banner_p2{
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.banner_btn{
    width: 160px;
    padding: 10px 0;
    background: #ef2f71;
    border-radius: 30px;
    display: block;
    margin: 40px auto 0 auto;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.banner_btn:hover{
    background: #fff;
    color: #ef2f71;
}
.banner_btn img{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.banner_btn span{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

/*part1*/
.preCourseCD_p1{
    width: 1200px;
    padding: 40px 0;
    height: 150px;
    margin: 0 auto;
    position: relative;
}
.boldStyle{
    font-size: 28px;
}
.preCourseCD_p1_bg1{
    width: 1180px;
    height: 250px;
    border: 2px solid #1a1a1a;
    border-top: none;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}
.preCourseCD_p1_bg2{
    width: 1180px;
    height: 270px;
    border: 2px solid #ef2f71;
    border-top: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
}
.preCourseCD_p1_content{
    text-align: center;
}

/*通用标题*/
.preCourseCD_titlePart{
    text-align: center;
    width: 660px;
    margin: 0 auto;
}
.preCourseCD_titlePart_title{
    font-size: 24px;
    color: #333;
}
.preCourseCD_titlePart_border{
    position: relative;
    margin: 25px auto 0 auto;
    width: 300px;
    height: 2px;
    min-height: 2px;
    background: #e3e3e3;
}
.preCourseCD_titlePart_icon{
    width: 18px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -7px;
}
.preCourseCD_titlePart_text{
    font-size: 18px;
    color: #666;
    line-height: 28px;
    width: 660px;
    margin-top: 15px;
}
.whiteStyle{
    color: #fff;
}
/**/

.preCourseCD_p1_content_text{
    width: 1000px;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

/*part2*/
.preCourseCD_p2{
    padding: 60px 0 40px 0;
    text-align: center;
}
.preCourseCD_p2_content{
    width: 1100px;
    margin: 40px auto 0 auto;
    overflow: hidden;
}
.preCourseCD_p2_box{
    float: left;
    width: 235px;
    padding: 20px;
    height: 280px;
}
.preCourseCD_p2_img{
    /*width: 70%;*/
}
.preCourseCD_p2_title{
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}
.preCourseCD_p2_text{
    margin-top: 10px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}
.preCourseCD_p2_box:hover{
    background: #f8f8f8;
}
.preCourseCD_p2_box:hover .preCourseCD_p2_title{
    color: #ef2f71;
}
/*part3*/
.ue_p3{
    padding: 40px 0;
    background: url("../images/BritainExpress/p3_bg.jpg") center no-repeat;
    background-size: cover;
}
.ue_p3_content{
    box-sizing: border-box;
    border: 3px solid #fff;
    width: 1100px;
    margin: 50px auto 0 auto;
    padding: 50px;
    position: relative;
}
.ue_p3_box{
    margin-top: 20px;
    overflow: hidden;
    width: 700px;
}
.ue_p3_img{
    float: left;
    width: 80px;
    text-align: left;
}
.ue_p3_info{
    float: left;
    width: 620px;
}
.ue_p3_title{
    font-size: 18px;
    color: #fff;
}
.ue_p3_text{
    font-size: 16px;
    color: #ccc;
    line-height: 24px;
    margin-top: 10px;
}
.ue_p3_box:hover .ue_p3_title{
    color: #ef2f71;
}
.ue_p3_box:hover .ue_p3_text{
    color: #fff;
}
.learnMore{
    display: block;
    width: 175px;
    height: 50px;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}
.learnMore_1{
    display: block;
    width: 175px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.learnMore:hover .learnMoreBtn{
    left: 5px;
    top: 5px;
}
.learnMore:hover .learnMoreBg{
    right: 5px;
    bottom: 5px;
}
.learnMore_1:hover .learnMoreBtn{
    left: 5px;
    top: 5px;
}
.learnMore_1:hover .learnMoreBg{
    right: 5px;
    bottom: 5px;
}
.learnMore_2{
    width: 165px;
    height: 40px;
    border: 2px solid #ef2f71;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #ef2f71;
    border-radius: 30px;
    line-height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.learnMore_3{
    background: none;
    color: #ef2f71;
}
.learnMore_2:hover{
    background: #999;
    border-color: #999;
}
.learnMore_3:hover{
    background: #ef2f71;
    border-color: #ef2f71;
    color: #fff;
}
.learnMoreBtn{
    width: 165px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ef2f71;
    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: 165px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    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;
}

/*part4*/
.ue_p4{
    padding: 40px 0;
    background: #f3f6f9;
    text-align: center;
}
.newCase_part3_tab{
    display: inline-block;
    margin-top: 50px;
    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: #ef2f71;
    color: #fff;
}
.newCase_part3_tab_now{
    margin-top: -15px;
    background: #ef2f71;
    color: #fff;
}
.ue_p4_tabPart{
    width: 1200px;
    margin: 20px auto 0 auto;
}
.ue_p4_tabPage{
    display: none;
}
.ue_p4_tabLine{
    margin-top: 30px;
    overflow: hidden;
}
.ue_p4_tabBox{
    float: left;
    width: 286px;
    margin: 0 7px;
}
.ue_p4_bg{
    width: 100%;
    height: 155px;
    position: relative;
    display: block;
}
.ue_p4_bg_info{
    background: #fff;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
}
.ue_p4_bg_infoBox{
    width: 100%;
    height: 64px;
    position: absolute;
    top: 50%;
    margin-top: -32px;
}
.ue_p4_bg_title{
    font-size: 26px;
    color: #333;
}
.ue_p4_bg_titleS{
    font-size: 26px;
    color: #333;
    height: 64px;
    line-height: 64px;
}
.ue_p4_bg_text{
    font-size: 18px;
    color: #333;
    margin-top: 5px;
}
.ue_p4_ul{
    background: #fff;
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 10px 0;
}
.ue_p4_li{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
    padding: 10px 15px 10px 15px;
}
.ue_p4_li_title{
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    clear: both;
    display: block;
}
.ue_p4_li_text{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.ue_p4_li:hover{
    background: #f8f8f8;
}
.ue_p4_li:hover .ue_p4_li_title{
    color: #ef2f71;
}
.ue_p4_li:hover .ue_p4_li_text{
    color: #ef2f71;
}

/*part5*/
.ue_p5{
    padding: 40px 0;
    text-align: center;
    background: url("../images/BritainExpress/p5_bg.jpg") no-repeat;
    background-size: cover;
}
.ue_p5_content{
    width: 1200px;
    margin: 50px auto 0 auto;
    text-align: center;
}
.ue_p5_line{
    overflow: hidden;
    margin-top: 10px;
}
.ue_p5_box{
    float: left;
    box-sizing: border-box;
}
.bs1{
    margin-left: 26px;
}
.bs2{
    margin-left: 55px;
}
.bs3{
    margin-left: 40px;
}
.bs4{
    margin-left: 60px;
}
.bs5{
    margin-left: 80px;
}
.bs6{
    margin-left: 98px;
}
.ue_p5_title{
    font-size: 20px;
    color: #fff;
}
.ue_p5_text{
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
}

/*part6*/
.ue_p6{
    padding: 40px 0;
    text-align: center;
}
.ue_p6_content{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.ue_p6_box{
    float: left;
    margin: 0 15px;
    width: 270px;
    height: 270px;
    position: relative;
    cursor: default;
}
.ue_p6_box_border{
    width: 260px;
    height: 260px;
    box-sizing: border-box;
    border: 2px solid #ef2f71;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ue_p6_box_info{
    width: 260px;
    height: 260px;
    box-sizing: border-box;
    border: 2px solid #666;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ue_p6_box_img{
    width: 120px;
    position: absolute;
    right: 15px;
    top: 30px;
}
.ue_p6_box_word{
    width: 220px;
    position: absolute;
    top: 140px;
    height: 100px;
    left: 25px;
    text-align: left;
}
.ue_p6_box_title{
    color: #333;
    font-size: 18px;
}
.ue_p6_box_text{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.ue_p6_box:hover .ue_p6_box_border{
    left: 0;
    top: 0;
}
.ue_p6_box:hover .ue_p6_box_info{
    background: #ef2f71;
}
.ue_p6_box:hover .ue_p6_box_title{
    color: #fff;
}
.ue_p6_box:hover .ue_p6_box_text{
    color: #fff;
}


/*part7*/
.preCourseCD_p6{
    padding: 40px 0;
    background: #f3f6f9;
}
.preCourseCD_p6_content{
    width: 1100px;
    margin: 0 auto 0 auto;
}
.preCourseCD_p6_line{
    overflow: hidden;
    margin-top: 40px;
}
.preCourseCD_p6_box{
    float: left;
    width: 245px;
    height: 300px;
    position: relative;
    display: block;
    margin-left: 40px;
    margin-bottom: 40px;
}
.preCourseCD_p6_box:nth-child(4n-3){
    margin-left: 0;
}
.preCourseCD_p6_box:hover .preCourseCD_p6_box_top{
    border: 2px solid #ef2f71;
}
.preCourseCD_p6_box:hover .preCourseCD_p6_box_bottom{
    background: rgba(241,67,127,0.7);
}
.preCourseCD_p6_boxRight{
    margin-left: 40px;
}
.preCourseCD_p6_box_top{
    width: 245px;
    height: 245px;
    box-sizing: border-box;
    border: 2px solid #333;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.preCourseCD_p6_box_img{
    width: 215px;
    height: 215px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.preCourseCD_p6_box_bottom{
    width: 190px;
    height: 110px;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    background: #242542;
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -95px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.preCourseCD_p6_box_name{
    font-size: 16px;
    margin-top: 10px;
    color: #fff;
}
.preCourseCD_p6_box_info{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}

/*part8*/
.preCourseCD_p8Wrap{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
}
.preCourseCD_p8{
    width: 665px;
    float: left;
    overflow: hidden;
    padding-left: 45px;
}
.preCourseCD_p8_content{
    width: 665px;
    /*background: #f3f6f9;*/
    padding: 35px 0;
    box-sizing: border-box;
    overflow: hidden;
}
.preCourseCD_p8_left{
    width: 665px;
    overflow: hidden;
    clear: both;
}
.preCourseCD_p8_box{
    padding: 20px 0;
    border-bottom: 1px dashed #000;
    text-align: left;
    width: 665px;
    overflow: hidden;
    clear: both;
}
.preCourseCD_p8_boxLast{
    border-bottom: none;
}
.part4_box_q{
    overflow: hidden;
    width: 665px;
    clear: both;
}
.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;
}
.iconColor{
    color: #ef2f71;
}
.part4_box_a{
    overflow: hidden;
    margin-top: 15px;
    width: 665px;
    clear: both;
}
.part4_box_qText{
    padding-top: 6px;
    float: left;
    width: 610px;
    color: #333;
    font-size: 16px;
    margin-left: 20px;
}
.part4_box_aText{
    padding-top: 4px;
    float: left;
    width: 610px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-left: 20px;
}
.preCourseCD_p8_right{
    float: left;
    margin: 0 35px;
    width: 530px;
    overflow: hidden;
}
.preCourseCD_p9{
    width: 380px;
    float: right;
    border: 1px solid #e3e3e3;
    padding-top: 50px;
}
.preCourseCD_p9_list{
    width: 90%;
    overflow: hidden;
    clear: both;
    padding: 0 5%;
    margin-top: 20px;
}
.preCourseCD_p9_list li{
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px dashed #e3e3e3;
    padding: 8px 0;
}
.preCourseCD_p9_list li a{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: block;
    width: 100%;
}
.preCourseCD_p9_list li span{
    font-size: 12px;
    color: #999;
    line-height: 22px;
    display: block;
    width: 100%;
    margin-top: 3px;
}
.preCourseCD_p9_list li:hover a{
    color: #ef2f71;
}
.preCourseCD_p9_list li:last-child{
    border-bottom: 0;
}

/*弹出框*/
.indexAlertCover{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    display: none;
}
.indexAlertContent{
    background: #fff;
    position: absolute;
    width: 600px;
    height: 560px;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -280px;
}
.portFolioAlert .indexAlertContent{
    height: 400px;
    margin-top: -200px;
}
.alertTitleBox{
    padding: 15px 0;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
.alertTitle{
    font-size: 20px;
    color: #333;
}
.closeBtn5{
    width: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}
.alertLine{
    margin-top: 25px;
    text-align: center;
}
.alertLabel{
    padding-right: 20px;
    width: 140px;
    font-size: 16px;
    color: #333;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}
.alertInputBox{
    position: relative;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}
/*.alertInputBox:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ededed;
    left: 6px;
    top: 6px;
    z-index: 1;
}*/
.alertInput{
    display: inline-block;
    width: 280px;
    padding: 7px 0;
    font-size: 14px;
    padding-left: 20px;
    border:1px solid #e3e3e3;
    position: relative;
    background: none;
    z-index: 2;
    color: #666;
}
.alertBtnLine{
    margin-top: 40px;
    text-align: center;
}
.alertBtnBox{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.alertBtnBox button{
    display: block;
    padding: 10px 40px;
    background: #ef2f71;
    border: none;
    color: #fff;
}
.alertBtnBorder{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -6px;
    top: -6px;
    border: 1px solid #333;
    z-index: -1;
}
.alertBtnBox button:hover{
    background: #333;
}
.alertBtnBox:hover .alertBtnBorder{
    border: none;
}
.alertInputBox2{
    vertical-align: middle;
    text-align: left;
}
.alertInputBox2 input{
    display: inline-block;
    vertical-align: middle;
}
.alertInputBox2 label{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    padding-left: 5px;
}

.publishedTimetable_search_centerNr{
    width: 180px;
    font-size: 14px;
    border:1px solid #e3e3e3;
    position: relative;
    background: none;
    z-index: 2;
    color: #666;
    vertical-align: middle;
    background: url(../images/BritainExpress/usExpress_xl.png) 150px no-repeat;
    background-size: 20px;
    cursor: pointer;
}
.publishedTimetable_search_centerNr img.img1{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    padding-left: 5px;
}
.publishedTimetable_search_centerNr span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    padding: 8px 5px 9px 5px;
    width: 100px;
    text-align: center;
}
.publishedTimetable_search_centerNr img.img2{
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    padding-right: 5px;
}
.publishedTimetable_search_centerList{
    width: 180px;
    overflow: hidden;
    clear: both;
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    display: none;
    z-index: 3;
    box-shadow: 1px 2px 2px 1px rgba(0,0,0,0.1);
    height: 150px;
    overflow-y: auto;
}
.publishedTimetable_search_centerList li{
    width: 100%;
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
.publishedTimetable_search_centerList li:hover{
    color: #181f29;
}
.alertInputBox textarea{
    width: 100%;
    height: 70px;
    border: 1px solid #e3e3e3;
}