.content4{
    background: #000 url("../img/big-bg4.jpg") no-repeat center top;
}
.banner-con{
    height: 544px;
    overflow: hidden;
}
.US-banner{
    background: url("../img/US-banner.png") no-repeat center -60px;
}
.EU-banner{
    background: url("../img/EU-banner.png") no-repeat center -60px;
}
.AS-banner{
    background: url("../img/AS-banner.png") no-repeat center -60px;
}
.CIS-banner{
    background: url("../img/CIS-banner.png") no-repeat center -60px;
}
.banner p{
    font-size: 40px;
    text-indent: 20px;
    color: #FFF;
    font-family: SL;
    line-height: 1.5;
}
.banner p.banner-p1{
    margin-top: 133px;
}
.banner p.banner-p2{
    margin-top: 10px;
}
.banner p.banner-p3{
    font-size: 30px;
    color: #ffc40a;
    margin-top: 10px;
}
.banner a{
    margin-top: 20px;
    margin-left: 22px;
    width: 118px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
}
.banner a:hover{
    color: #e74c3c;
    border: 1px solid #e74c3c;
}

/*main start*/
.main-tab{
    overflow: hidden;
}
.main-tab ul li{
    float: left;
    margin: 31px 50px 31px 0px;
    width: 96px;
    height: 41px;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    color: #C8c8c8;
    border: 1px solid #c8c8c8;
    cursor: pointer;
}
.main-tab ul li.cur{
    color: #10151b;
    border: 1px solid #e74c3c;
    background: #e74c3c;
}
.main-tab ul li:hover{
    color: #10151b;
    border: 1px solid #c8c8c8;
    background: #c8c8c8;
}
.hide-ul{
    display: none;
}
.main-ul{
    background: url("../img/team-list-bg.png") repeat center top;
}
.main-ul ul li.block-li{
    position: relative;
    display: none;
    width: 100%;
    height: 1016px;
}
.block-li .video-box ul li,
.block-li.infor-con ul li{
    margin-top: 20px;
}
.main-sch-tab{
    overflow: hidden;
}
.main-sch-tab div{
    float: right;
    width: 74px;
    height: 33px;
    margin: 22px 22px 14px 0px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
}
.main-sch-tab div.cur{
    color: #10151b;
    background: #e74c3c;
    border: 1px solid #e74c3c;
}
.main-sch-con{
    overflow: hidden;
}
.slide-ul{
    position: relative;
    width: 2472px;
    height: 945px;
}
.slide-ul li{
    float: left;
    width: 1236px;
    height: 100%;
}
.slide-group{
    background: url("../img/minor-group-line.png") no-repeat center 148px;
}
.slide-tts{
    background: url("../img/minor-tts-line.png") no-repeat center 148px;
}
.slide-group .group{
    float: left;
    width: 618px;
    height: 100%;
}
.notice{
    position: absolute;
    bottom: 20%;
    width:  1236px;
    text-align: center;
    font-size: 18px;
    color: #fefefe;
    z-index: 1000;
}

/*main over*/
.team_list_bg.AS_team{
    background: url("../img/AS_team.png") no-repeat center;
}
.team_list_bg.EU_team{
    background: url("../img/EU_team.png") no-repeat center;
}
.team_list_bg.US_team{
    background: url("../img/US_team.png") no-repeat center;
}
.team_list_bg.CIS_team{
    background: url("../img/CIS_team.png") no-repeat center;
}