html,body {
    width: 100%;
    height: 100%;
}
.index-container .swiper-slide {
    position: relative;
    overflow: hidden;
}
.index-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.container_1{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
#container_1_cont{
    width:1200px;
    height:500px;
    border:#ccc solid 1px;
    z-index: 900;
}
.container_2{
    width: 1000px;
    height: 380px;
    margin: 0 auto;
}
.container_2_cont{
    width: 1000px;
    height: 300px;
    margin: 0 auto;
    margin-top: -20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(38, 63, 118, 0.2);
    border-radius: 10px;
    z-index: 998;
    position: relative;
}
.container_2_cont_top{
    width: 895px;
    height: 85px;
    margin: 0 auto;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4E2C70;
}
.container_2_cont_top_left{
    float: left;
    margin-top: 50px;
}
.container_2_cont_top_right{
    float: left;
    margin-top: 50px;
    margin-left: 640px;
}
.container_2_cont_midle{
    width: 845px;
    height: 10px;
    margin-left: 53px;
}
.container_2_cont_midle_left{
    width: 60px;
    border-bottom: 3px solid #4E2C70;
    box-shadow: 0px 0px 10px 0px rgba(38, 63, 118, 0.2);
    border-radius: 2px;
    float: left;
}
.container_2_cont_midle_right{
    width: 60px;
    border-bottom: 3px solid #4E2C70;
    box-shadow: 0px 0px 10px 0px rgba(38, 63, 118, 0.2);
    border-radius: 2px;
    float: left;
    margin-left: 677px;
}
.container_2_cont_bottom{
    width: 100%;
    height: 150px;
    margin: 0 auto;
    margin-top: 20px;
}
.container_2_cont_bottom_left{
    width: 252px;
    height: 150px;
    margin-left: 53px;
    line-height: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4E2C70;
    float: left;
}
.container_2_cont_bottom_center{
    width: 400px;
    height: 150px;
    margin-left: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4E2C70;
    float: left;
}
.container_2_cont_bottom_right{
    width: 215px;
    height: 150px;
    line-height: 30px;
    margin-left: 10px;
    float: left;
}
.container_2_cont_bottom_right img{
    width: 80px;
    height: 80px;
    margin-top: 20px;
    float: left;
    /*margin-left: 20px;*/
}
.container_2_cont_bottom_right_text{
    width: 120px;
    height: 65px;
    margin-left: 10px;
    margin-top: 42px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #4E2C70;
    line-height: 20px;
    float: left;
}
.item8{
    padding: 0px 2px 4px 2px;
    border-bottom: 2px solid #2569AD;
    font-weight: bold;
}

p{
    margin: 0;
    padding: 0;
}