/*banner 轮播图修改过的单独的css*/
/*banner start*/
.banner_content{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin:0;
    padding:0;
}
.banner_item{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}
/* .carousel{
    margin-bottom: -2px;
} */
.carousel-indicators{
    display:block;
    bottom:0px;
}
.carousel-indicators1{
    position:absolute;
    top:119%;
    display:block;
}
.carousel-indicators li{
    width: 8px;
    height: 8px;
}
.carousel-indicators li.active{
    width: 10px;
    height:10px;
}
.carousel-indicators1 li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d0d7d9;
    border: 1px solid #d0d7d9;
    border-radius: 10px;
}
.carousel-indicators1 li.active{
    width: 25px;
    height: 10px;
    background-color: #ff625c;
    border:1px solid #ff625c;
}

/* .carousel-inner{
    top:-2px;
} */

.banner_arrow_left{
    position: absolute;
    left:0;
    bottom:39%;
    display: block;
    width: auto;
}
.banner_arrow_right{
    position: absolute;
    right:0;
    bottom:39%;
    display: block;
    width: auto;
}
.speaker_arrow_left:visited,.speaker_arrow_left:active,.speaker_arrow_right:visited,.speaker_arrow_right:active{
    text-decoration: none!important;
}
.speaker_arrow_left:hover{
    background-color:#ff625c;
    text-decoration: none!important;
    box-shadow:none;
    background-position:8px -134px;
}
.speaker_arrow_right:hover{
    background-color:#ff625c;
    text-decoration: none!important;
    box-shadow:none;
    background-position:10px -184px;
}

.banner_slogen{
    position:absolute;
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
    top:19%;
    left:20px;
}
.carousel_title{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:46px;
    color:#ffffff;
    margin-bottom:30px;
}
.carousel_title1{
    margin-top: 30px;
}
.carousel_title2{
    margin-top: 30px;
    font-size: 30px;
    line-height: 36px;
}
.carousel_title_a,.carousel_title_a:hover{
    position: relative;
    width: 50%;
    color:#ffffff!important;
}
.carousel_desc{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:18px;
    color:#ffffff;
    line-height:30px;
    margin-bottom:20px;
}
.carousel_desc1{
    width:50%;
}
.carousel_partner{
    position:relative;
    width:100%;
    height:auto;
    display:block;
}
.carousel_partner1{
    margin-top: 50px;
}
.carousel_partner_title{
    position:relative;
    width:100%;
    height:auto;
    display:block;
    font-size:16px;
    color:#ffffff;
    margin-bottom:10px;
}
.carousel_partner_title1{
    position:absolute;
    left:0;
    top:-35px;
    width:auto;
    height:auto;
    display:block;
    font-size:16px;
    color:#ffffff;
    margin-bottom:10px;
}

.carousel_partner_link{
    position:relative;
    width:auto;
    height:auto;
    display:inline-block;
    border:none;
    margin-right:-10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.carousel_partner_link1{
    margin-left: 10px;
    margin-right:-50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.carousel_partner_pic{
    position:relative;
    width:80%;
    height:auto;
    display:inline-block!important;
    border:none;
}
.banner_arrow_left {
    position: absolute;
    left: 0;
    bottom: 45%;
    display: block;
    width: auto;
}
.banner_arrow_right {
    position: absolute;
    right: 0;
    bottom: 45%;
    display: block;
    width: auto;
}
/*banner end*/

@media screen  and (min-width:1400px) and (max-width:1600px){

}
@media screen and (min-width:1601px) and (max-width:1920px){
    .banner_slogen{
        top:24%;
    }
    .carousel_title{
        font-size:52px;
    }
    .carousel_title2{
        font-size: 36px;
    }
    .carousel_desc{
        font-size:24px;
        line-height:50px;
    }
    .carousel_desc1{
        width:52%;
    }
    .carousel_partner_title{
        font-size:18px;
        margin-bottom:20px;
    }
    .carousel_partner_title1{
        top:-45px;
        font-size:18px;
    }
    .carousel_partner1{
        margin-top: 80px;
    }

    /*entrance mobile start*/
    .entrance{
        padding:60px 0;
    }
    .live_btn,.live_btn:hover{
        padding: 10px 30px;
    }
    .live_play{
        bottom:-60px;
        width:30%;
    }
    .live_desc,.app_desc{
        margin: 20px 0;
    }
    .app_btn,.app_btn:hover{
        padding: 10px 30px;
    }
    .app_phone{
        width:25%;
        bottom: -60px;
        right:-60px;
    }
    /*entrance mobile end*/


}
@media screen and (min-width:1px) and (max-width:768px){
    .register_pic{
        width:135px;

    }
}