body{
    margin: 0;
}
.home{
    min-width: 1200px;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.header_wrap{
    width: 100%;
    background: rgba(0,0,0,0.7);
}
.head{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 100px;
}
.head div{
    padding: 0 20px;
    color: #fff;
}
.head #privacy{
    cursor:pointer;
    text-decoration: dashed;
}
.banner{
    position: relative;
    height: 900px;
}
.banner_content{
    position: relative;
    z-index: 2;
    height: 630px;
}
.banner_content .banner_content_text{
    position: absolute;
    left: 150px;
    top: 250px;
}
.banner_content .banner_content_text .title{
    font-size: 60px;
    font-weight: bold;
    color: white;
}
.banner_content .banner_content_text .text{
    font-size: 20px;
    
}
.banner_content .banner_content_text .btn{
    font-size: 14px;
    padding: 0 20px;
    margin-top: 80px;
    background: #eb5959;
    border-radius: 16px;
    line-height: 30px;
    display: inline-block;
    color: white;
}
.banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
}
.middle_content{
    width: 1200px;
    height: 750px;
    background-size: 1200px 750px;
    position: relative;
    padding-top: 40px;
    text-align: center;
}
.middle_content img{
    width: 650px;
}
.middle_content .middle_content_text {
    text-align: center;
}
.middle_content .middle_content_text .text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.middle_content .middle_content_text .title{
    font-size: 40px;
    font-weight: bold;
}
.service {
    padding: 0 30px;
    background: url(./imgs/moregold/10.png) no-repeat left top ;
    background-size: 100% 100%;
}
.service .title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.service_list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 40px;
 
}
.service_list .service_list_item{
    width: 280px;
    height: 450px;
    flex-shrink: 1;
    border-radius: 16px;
    text-align: center;
    padding: 20px 30px;
    flex-shrink: 0;
}
.service_list .service_list_item img{
    width: 100%;
}
.service_list .service_list_item .title{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.about{
    width: 1200px;
    position: relative;
}
.about_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 100px 0 0 55%;
    box-sizing: border-box;
}
.about_content .title{
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
}
.about_content .text{
    padding: 30px 50px 0;
}
.about img{
    width: 100%;
}
.footer{
    padding: 106px 177px;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
}
.footer .content{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;

}
.footer .content .left {
    width: 50%;
}
.footer .content .right {
    width: 50%;
    font-size: 20px;
}
