*{padding: 0px ;margin: 0px}
body{
    margin: 0px;
    padding:0px;
}
ul{
    list-style: none;
}
.BigBox{
    width: 1300px;
    margin: 0 auto;
}
.container{
    display: flow-root;
}
.container_topBox{
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 30px;
    height: 300px;
}
.label_title{
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    position: absolute;
    margin: top;
    margin-top: 68px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 24px;
}
.lable_line{
    height: 1px;
    width: 320px;
    background: #E2E2E2;
    position: absolute;
    margin-top: 80px;
}
.lable_box{
    width: 140px;
    height: 60px;
    margin-top: -65px;
    margin-left: 235px;
}

.bottom_title1{
    font-size: 17px;
    font-weight: bold;
}
.bottom_title2{
    font-size: 19px;
    color: #0D50B3;
    margin-top: 10px;
    width: 400px;
}
.container_bottomBox{
    width: 100%;
    background-color: #FFFFFF;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.button_ul{
    display: flex;
    width: 900px;
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}
.button_ul li{
    width:60%;
    margin: 20px 20px;
    font-size: 16px;
    height: 70px;
    text-align:center;
    background-color: #F3F3F3;

}
.li_border{
    color: white;
    font-size: 16px;
    height: 40px;
    background-color: #42ACFE !important;
    box-shadow: 5px 4px 10px 0px rgba(66,172,254,0.57);
	cursor:hand;
} 
.li_image{
    width:35px;
    height: 35px;
    margin-top: 18px;
    margin-left:-180px;
}
.li_title{
    margin-top: 26px;
    position: absolute;
    margin-left: 15px;
    font-size: 17px;
    font-family: Arial;
}
.li_title1{
    margin-top: 37px;
    position: absolute;
    margin-left: 5px;
    margin-left: 6px;
    font-size: 17px;
    font-family: Arial;
}
.box_hidden{
    display: none;
}
.box_show{
    display: block;
}
.icon{
    width: 5px;
    height: 5px;
    background: #0D50B3;
    border-radius: 50%;
    margin-top: 8px;
    margin-left: 10px;
}
.rightBox_bottom_li{
    border: 2px solid #E2E2E2;
    padding: 20px;
    padding-bottom: 50px;
}
.rightBox_bottom_li ul li{
}
.label1{
    margin-left: 7px;
    color: #041F46 ;
    margin-top:-20px;
    font-size: 18px;
}
.label2{
    color: #666666;
    font-size: 16px;
    padding: 10px 0px 24px 0;
    margin-left: 24px;
    line-height: 25px;
}
.bottom_label{
    width: 388px;
    height: 19px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #291717;
    line-height: 43px;
}
.right_title{
    height: 19px;
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #291717;
    line-height: 43px;
    /* position: absolute; */
    margin-left: 45px;
}
.third_form input{
    width: 60%;
    padding: 13px 20px;
    margin: 10px 80px;
    border: 1px solid #F6F6F6;
    border-radius: 4px;
    background-color: #F6F6F6;;
    box-sizing: border-box;
}
.third_form textarea{
    width: 60%;
    padding: 13px 20px;
    margin: 10px 80px;
    border: 1px solid #F6F6F6;
    border-radius: 4px;
    background-color: #F6F6F6;;
    box-sizing: border-box;
}
.form_row{
    display: flex;
}

.top2_rightDiv{
    position: relative;
}

.sx{
    height: 60px;
    width: 0px;
    border: 0px;
    border-left:1px dashed #E2E2E2;
    display: inline-block;
    position: absolute;
    left: 45px;
    top:40px;
}