.banner {
    width: 100%;
    margin: 0 auto;
}

#floor1 {
    background: url("../img/01-index/home_banner_01.png") no-repeat center;
    min-width: 1240px;
    height: 600px;
}

#floor2 {
    height: 1356px;
    background-color: #efeff4;
    width: 100%;
    min-width: 1240px;
}
.swiper-container{
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    float: left;
    width: 1920px;
    height: 600px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*.banner_imgs{*/
    /*width: 1920px;*/
    /*height: 600px;*/
    /*display: block;*/
    /*margin-left: -120px;*/
/*}*/
.banner_imgs{
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%) ;
    -ms-transform:translateX(-50%) ;
    /*margin-left: -960px;*/
    width: 1920px;
    height: 600px;
    position: absolute;
    transition: 0.2s;
    border: 0px;
}

.swiper-pagination-bullet{
    width: 15px;
    height: 15px ;
    margin: 0px 5px;
}
.swiper-container {
    margin:0 auto;
    position:relative;
    overflow:hidden;
    direction:ltr;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    /* Fix of Webkit flickering */
    z-index:1;
}
.swiper-wrapper {
    position:relative;
    width:100%;
    -webkit-transition-property:-webkit-transform, left, top;
    -webkit-transition-duration:0s;
    -webkit-transform:translate3d(0px,0,0);
    -webkit-transition-timing-function:ease;

    -moz-transition-property:-moz-transform, left, top;
    -moz-transition-duration:0s;
    -moz-transform:translate3d(0px,0,0);
    -moz-transition-timing-function:ease;

    -o-transition-property:-o-transform, left, top;
    -o-transition-duration:0s;
    -o-transform:translate3d(0px,0,0);
    -o-transition-timing-function:ease;
    -o-transform:translate(0px,0px);

    -ms-transition-property:-ms-transform, left, top;
    -ms-transition-duration:0s;
    -ms-transform:translate3d(0px,0,0);
    -ms-transition-timing-function:ease;

    transition-property:transform, left, top;
    transition-duration:0s;
    transform:translate3d(0px,0,0);
    transition-timing-function:ease;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.f2-content {
    width: 1240px;
    margin: 0 auto;
}

.f2-top {
    text-align: center;
}

.f2-top_p1 {
    color: #da3833;
    font-size: 48px;
    font-family: 'microsoft sans serif';
    font-weight: bold;
    padding-top: 50px;
}

.f2-top_p2 {
    color: #da3833;
    font-size: 18px;
}

.f2-mid {
    margin-top: 52px;
    display: inline-flex;
    width: 1240px;
    text-align: center;
    padding-left: 20px;
}

.f2-mid_1 {
    width: 285px;
    height: 360px;
    background-color: #608be9;
    border-radius: 10px;
}

.f2-mid_1_p1 {
    font-size: 32px;
    color: #fefefe;
    margin-top: 38px;
    font-family: 'microsoft yahei';
    font-weight: bold;
    letter-spacing: 2px;
}

.f2-mid_1_p2 {
    font-size: 18px;
    color: #fefefe;
    margin-top: 24px;
}

.f2-mid_1_p3 {
    font-size: 18px;
    color: #fefefe;
}

.f2-mid_2 {
    width: 285px;
    height: 360px;
    background-color: #d73f3e;
    border-radius: 10px;
    margin-left: 20px;
}

.f2-mid_3 {
    width: 285px;
    height: 360px;
    background-color: #20b892;
    border-radius: 10px;
    margin-left: 20px;
}

.f2-mid_4 {
    width: 285px;
    height: 360px;
    background-color: #f6bf2e;
    border-radius: 10px;
    margin-left: 20px;
}

#bd {
    padding-left: 20px;
    width: 800px;
    height: 400px;
    min-width: 1240px;
}

#f2_bot_table {
    width: 800px;
    height: 400px;
    margin-top: 76px;
    text-align: center;
}

#f2_bot_table td {
    width: 800px;
    height: 40px;
}

#demo2 {
    width: 800px;
    height: 400px;
    margin-top: 76px;
    text-align: center;
}

.f2-bot-tab {
    background-color: #FFFFFF;
    height: 340px;
    width: 800px;
    border: 0;
    text-align: center;
}

.f2-bot-tab_bt {
    font-size: 24px;
    color: #C7281E;
    text-align: center;
    background-color: #FFFFFF;
    font-family: 'microsoft yahei';
    height: 60px;
    width: 800px;
    line-height: 60px;
}

.f2-bot-tab_t1 {
    background-color: #C7281E;
    color: white;
    font-size: 20px;
    line-height: 5px;
}

.part1_tr {
    font-size: 18px;
}

.part1_tr1 {
    font-size: 18px;
    background-color: #F5F5F5;
    line-height: 10px;
}

.part1_zx {
    border: 1px solid #C7281E;
    text-decoration: none;
    padding: 5px 10px;
    color: #C7281E;
    border-radius: 5px;
}

.part1_zx:hover {
    color: #ffffff;
    background-color: #C7281E;
}

.part1_r {
    position: relative;
    float: right;
    height: 645px;
    width: 200px;
    top: -400px;
    right: 180px;
}
.part1_r_a1{
    width: 360px;
    height: 145px;
    display: block;
}
.part1_r_a2{
    width: 360px;
    height: 145px;
    display: block;
    margin-top: 20px;
}
.part1_r_a1:hover{
    -webkit-box-shadow: 0 0 10px red;
    -moz-box-shadow: 0 0 10px red;
    /* box-shadow: 0 0 10px #0CC; */
}
.part1_r_a2:hover{
    -webkit-box-shadow: 0 0 10px red;
    -moz-box-shadow: 0 0 10px red;
    /* box-shadow: 0 0 10px #0CC; */
}

.floor3 {
    width: 100%;
    background-color: #2a77df;
    height: 900px;
    min-width: 1240px;
    color: white
}

.floor3_1 {
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    min-width: 1240px;
}

.floor3_1_p1 {
    font-size: 47px;
    font-family: 'microsoft yahei';
    font-weight: bold;
    letter-spacing: 3px;
    padding-left: 200px;
    padding-top: 50px;
    color: #ffffff;
}

.floor3_1_p2 {
    font-size: 18px;
    font-family: 'microsoft yahei';
    text-align: center;
    padding-left: 150px;
    letter-spacing: 2px;
    margin-top: 20px;
    color: #ffffff;
}

#datasbox {
    margin-top: 30px;
    border-radius: 10px;
    background-color: #5396f1;
}

.datas_title {
    list-style: none;
    min-width: 1200px;
    font-size: 20px;
    line-height: 70px;
}
.content_s{
    width: 1200px;
    height: 700px;
    clear: both;
    position: absolute;
    margin-top: 50px;
}
.content-head_ss {
    width: 1200px !important;
    height: 63px;
    background-color: #5396f1;
    overflow: hidden;
}

 .head-item {
     width: 12%;
     height: 63px;
     text-align: center;
     line-height: 63px;
     color: #ffffff;
     font-size: 20px;
     float: left;

}
.head-item1 {
    width: 10%;
    height: 63px;
    text-align: center;
    line-height: 63px;
    color: #ffffff;
    font-size: 20px;
    float: left;
}

.head-item2 {
    width: 23%;
    height: 63px;
    text-align: center;
    line-height: 63px;
    color: #ffffff;
    font-size: 20px;
    float: left;
}

.head-item3 {
    width: 10%;
    height: 63px;
    text-align: center;
    background-color: red;
    line-height: 63px;
    color: #ffffff;
    font-size: 20px;
    float: left;
}

.content-list {
    /*border: 1px solid #cccccc;*/
    background-color: #ffffff;
    border-bottom: none;
    width: 1202px !important;
}

.content-list .list-item {
    height: 60px;
    /* border-bottom: 1px solid #cccccc;*/
}
.bd ul{
    width: 1200px !important;
    overflow: hidden;
}
.content-list .list-item .list-item-list {
    float: left;
    width: 12%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #666666;
    position: relative;
}

.content-list .list-item .list-item-list1 {
    float: left;
    width: 10%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #666666;
    position: relative;
}

.content-list .list-item .list-item-list2 {
    float: left;
    width: 23%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #666666;
    position: relative;
}

.content-list .list-item .list-item-list3 {
    float: left;
    width: 10%;
    height: 60px;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    color: #666666;
    position: relative;
    border-left: 2px solid red;
    border-right: 2px solid red;
}

.signupenter {
    width: 400px;
    height: 60px;
    margin: 635px auto 0;
    border-radius: 30px;
    background-color: #5396f1;
    text-align: center;
    position: relative;
}

.signupenter a {
    font-size: 26px;
    line-height: 60px;
    color: #ffffff;
}

.signupenter:hover {
    background-color: red;
}

.floor4 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.outer {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.inner {
    width: 1200px;
    height: 400px;
    margin-top: 15px;
}

.inner_1 {
    background: url("../img/01-index/home_img_course01.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
    position: relative;
}

.inner_2 {
    background: url("../img/01-index/home_img_course02.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    position: relative;
}

.inner_3 {
    background: url("../img/01-index/home_img_course03.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
    position: relative;
}

.inner_4 {
    background: url("../img/01-index/home_img_course04.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    position: relative;
}

.inner_5 {
    background: url("../img/01-index/home_img_course05.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
    position: relative;
}

.inner_6 {
    background: url("../img/01-index/home_img_course06.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    position: relative;
}

.inner_7 {
    background: url("../img/01-index/home_img_course07.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
    position: relative;
}

.inner_8 {
    background: url("../img/01-index/home_img_course08.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    position: relative;
}

.inner_9 {
    background: url("../img/01-index/home_img_course09.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
    position: relative;
}

.inner_10 {
    background: url("../img/01-index/home_img_course10.png") no-repeat;
    width: 590px;
    height: 394px;
    float: left;
    background-size: 100% auto;
    position: relative;
}

.zxbm{
    display: inline-block;
    width: 173px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    margin-left: 35.5%;
    margin-top: 51.5%;
}

.zxbm:hover {
    color: red;
    border: 2px solid red;
}

/*.inner_2 a {
    display: block;
    width: 173px;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: relative;
    margin-left: 35.5%;
    margin-top: 51.5%;
}

.inner_2 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_3 a {
    display: inline-block;
    width: 173px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 58.5%;
    margin-top: 37.5%;
}

.inner_3 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_4 a {
    display: block;
    width: 173px;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 21%;
    margin-top: 37.5%;
}

.inner_4 a:hover {
    color: red;
    border: 2px solid red;
}*/

/*
.inner_5 a {
    display: inline-block;
    width: 173px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 58.5%;
    margin-top: 37.5%;
}

.inner_5 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_6 a {
    display: block;
    width: 173px;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 21%;
    margin-top: 37.5%;
}

.inner_6 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_7 a {
    display: inline-block;
    width: 173px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 58.5%;
    margin-top: 37.5%;
}

.inner_7 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_8 a {
    display: block;
    width: 173px;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 21%;
    margin-top: 37.5%;
}

.inner_8 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_9 a {
    display: inline-block;
    width: 173px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 58.5%;
    margin-top: 37.5%;
}

.inner_9 a:hover {
    color: red;
    border: 2px solid red;
}

.inner_10 a {
    display: block;
    width: 173px;
    height: 53px;
    border: 2px solid #fff;
    border-radius: 8px;
    line-height: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    margin-left: 21%;
    margin-top: 37.5%;
}

.inner_10 a:hover {
    color: red;
    border: 2px solid red;
}
*/

.floor5 {
    width: 100%;
    min-width: 1240px;
    padding-top: 50px;
    height: 1399px;
    background-color: #efeff4;
}

.floor5_1 {
    width: 1240px;
    margin: 0 auto;
    padding-left: 20px;
    min-width: 1240px;
}

.javacourse {
    width: 580px;
    height: 600px;
    background-color: white;
}

.floor5_1_p1 {
    line-height: 100px;
    text-align: left;
    font-size: 26px;
    padding-left: 20px;
}

.goon {
    width: 200px;
    height: 60px;
    margin-left: 20px;
}

.price {
    width: 300px;
    height: 30px;
    position: relative;
    left: 272px;
    top: -70px;
    font-size: 24px;
    color: #ff0d57;
}

.price span {
    font-size: 48px;
    font-weight: bold;
}

.ccourse {
    width: 580px;
    height: 600px;
    float: right;
    top: -600px;
    position: relative;
    background-color: white;
}

.uicourse {
    width: 580px;
    height: 600px;
    background-color: white;
    margin-top: 40px;
}

.netcourse {
    width: 580px;
    height: 600px;
    background-color: white;
    margin-top: 40px;
    float: right;
    top: -643px;
    position: relative;
}

.floor6 {
    width: 100%;
    margin: 0 auto 10px;
}

.floor6_bg {
    background: url("../img/01-index/home_img_ad.png") no-repeat center;
    min-width: 1240px;
    height: 400px;
}

.floor7 {
    margin-top: -60px;
    width: 100%;
}

.floor7_bg {
    background: url("../img/01-index/home_btn_pk.png") no-repeat center;
    min-width: 1240px;
    height: 60px;
    position: relative;
    top: 580px;
}

.floor7_bg_1 {
    background: url("../img/01-index/home_img_pk.png") no-repeat center;
    min-width: 1240px;
    height: 830px;
}

.floor8 {
    width: 100%;
    margin: 0 auto;
}

.cooperation {
    min-width: 1240px;
    height: 400px;
    background-color: #F5F5F5;
}

.cooperation h5 {
    color: #da3833;
    font-size: 48px;
    font-family: 'microsoft sans serif';
    font-weight: bold;
    padding-top: 50px;
    text-align: center;
}

.floor8_p1 {
    color: #da3833;
    font-size: 18px;
    text-align: center;
    margin-top: 26px;
}

.coops {
    margin: 0 auto;
    width: 1240px;
}

#coopration {
    width: 100%;
}

#coopration .content {
    width: 1200px;
    margin: auto;
}

.swiper5 {
    width: 1200px;
    height: 339px;
    /*margin-bottom: 70px !important;*/
}

.swiper_btn1, .swiper_btn2 {
    width: 29px !important;
    height: 28px !important;
    background-color: #cccccc;
    background-image: none !important;
}

.swiper_btn1 img, .swiper_btn2 img {
    border: 0px;
    margin: 7px 10.5px;
}

.school {
    width: 1200px;
    height: 270px;
    margin: 34.5px 0px;
}

.school div {
    float: left;
    width: 150px;
    height: 135px;
    /*margin: 0px 9px;*/
}

.school div img {
    border: 0px;
    display: block;
    margin: 0 auto;
}

.school div p {
    text-align: center;
    margin: 10px auto;
}

.content .part .title {
    position: relative;
    margin: 0 auto;
    padding: 0px 0 18px;
    max-width: 1200px;
    width: 100%;
    transition: 0.2s;
    font-size: 34px;
    color: red;
    text-align: center;
}

.content .part .title_tl {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    transition: 0.2s;
    text-align: center;
    color: red;
    font-size: 20px;
}

.find_details_box{
    width: 1200px;
    height:400px;
    margin: 0 auto;
    position: relative;    
}

.find_details{
    width: 160px;
    height:42px;
    border:1px solid #2cbdea;
    border-radius: 3px;
    text-align: center;
    position: relative;
    left:7%;
    top:76%;
}

.find_details a{
    color:#2cbdea;
    line-height: 40px;
}
.find_details:hover{
    background-color: #2cbdea;
}

.find_details:hover a{
    color:#05102c;
}
