html,body {
    width: 100%;
    height: 100%;
}
.index-container .swiper-slide {
    position: relative;
    overflow: hidden;
}
.index-container {
    position: relative;
    width: 100%;
    /*height: 930px;*/
    margin: 0 auto;
}
.container_1{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
.container_1_cont{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}
.container_1_cont_img{
    width:1200px;
    height: 260px;
    margin: 0 auto;
    background: url('../images/agency_1.png') no-repeat;
    background-size: 100%;
}
.container_1_cont_text{
    width:100%;
    height: 230px;
/*    margin-left: 200px;
    */margin-top: 60px;
    
}
.container_1_cont_text_top{
    width: 400px;
    height: 75px;
    
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4E2C70;
    line-height: 30px;
}
.container_1_cont_text_bottom{
    width: 400px;
    height: 75px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #4E2C70;
    line-height: 30px;
}
.container_2{
    width: 1200px;
    height: 320px;
    margin: 0 auto;
    margin-top: 20px;
}
.container_2_cont{
    width: 500px;
    height: 300px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(38, 63, 118, 0.2);
    border-radius: 10px;
}
.container_2_cont_top{
    width: 300px;
    height: 75px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4E2C70;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 30px;
}
.container_2_cont_middle{
    width: 400px;
    margin: 0 auto;
    margin-top: 15px;
}
.container_2_cont_middle_text1{
    width: 100%;
    background: #FFFFFF;
    border-color:#A0A0A0;
}
.container_2_cont_middle_text1 input{
    width: 325px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    padding-left: 70px;
    cursor: pointer;
}
/*#email{
    width: 200px;
    height: 30px;
}*/
.text_email{
    /* width: 50px; */
    /* height: 30px; */
    position: absolute;
    margin-left: 25px;
    line-height: 35px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4E2C70;
}
.container_2_cont_middle_text2{
    width: 400px;
    margin-top: 10px;
    background: #FFFFFF;
    border-color: #A0A0A0;
    
}
.container_2_cont_middle_text2 input{
    width: 325px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    padding-left: 70px;
    cursor: pointer;
}
.text_name{
    position: absolute;
    margin-left: 25px;
    line-height: 35px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4E2C70;
}
.text_phone{
    position: absolute;
    margin-left: 25px;
    line-height: 35px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4E2C70;
}
.container_2_cont_bottom{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #4E2C70;
    border: 1px solid #A0A0A0;
    margin-top: 20px;
    
}
.container_2_cont_bottom_text{
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    top: 5px;
    cursor: pointer;
}
.container_3{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.container_3_cont{
    width: 500px;
    height: 100px;
    margin: 0 auto;
   
}
.container_3_cont_left{
    width: 45px;
    height: 45px;
    float: left;
    margin-top: 10px;
    margin-left: 45px;
}
.container_3_cont_left img{
    width: 45px;
    height: 45px;
}
.container_3_cont_right{
    width: 380px;
    height: 50px;
    float: left;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4E2C70;
    margin-left: 30px;
    margin-top: 20px;
}
.item4{
    padding: 0px 2px 4px 2px;
    border-bottom: 2px solid #2569AD;
    font-weight: bold;
}
p{
    margin: 0;
    padding: 0;
}