/* header */
.header{
    position: relative;
    width:1440px;
    max-width: 1440px;
    margin:0 auto;
    height: 800px;
    background:url(../images/banner_2.png) no-repeat center/100%;
}

.header_1{
    width: 455px;
    height: 634px;
    background: #F6E4DA;
    position: absolute;
    top: 0;
    left: 134px;
}

.header_1 h1{
    font-size: 70px;
    font-weight: 500;
    color: #A95B45;
    line-height: 98px;
    margin-top: 145px;
    margin-left: 83px;
}
.header_1>span{
    display: block;
    width: 110px;
    height: 3px;
    background: #B8735D;
    margin-top: 21px;
    margin-left: 83px;
}
.title{
    font-size: 36px;
    font-weight: 400;
    color: #A95B45;
    line-height: 50px;
    margin-top: 36px;
    margin-left: 83px;
}

.download{
    width: 288px;
    height: 64px;
    border-radius: 12px;
    border: 2px solid rgba(169, 91, 69, .5);
    display:flex;
    margin-left: 83px;
}
.download_1{
    margin-top: 64px;
}
.download_2{
    margin-top: 33px;
}
.download img{
    width:36px;
    height:36px;
    margin-left: 24px;
    margin-top: 14px;
    margin-right: 12px;
}
.download span{
    font-size: 24px;
    font-weight: 500;
    color: rgba(169, 91, 69, .5);
    line-height: 33px;
    letter-spacing: 1px;
    margin-top: 16px;
}

.download span:first-of-type{
    width:140px;
}
.download_2 span:first-of-type{
    letter-spacing: 3px;
}

.download_1:hover,.download_2:hover{
    border: 2px solid rgba(169, 91, 69, 1);
}
.download_1:hover span,.download_2:hover span{
    color: rgba(169, 91, 69,1) !important;
}

/* content */
.content h3{
    height: 50px;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    text-align: center;
    margin-top: 94px;
    margin-bottom: 58px;
}
.contents{
    width:1440px;
    max-width: 1440px;
    height:2946px;
    margin:0 auto;
    position: relative;
}
.contents h2{
    height: 67px;
    font-size: 48px;
    font-weight: 500;
    color: #333333;
    line-height: 67px;
    margin-bottom: 16px;
    text-align: center;
}
.contents p{
    height: 33px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    margin-bottom: 10px;
    text-align: center;
}
.content-1{
    position: absolute;
    top:225px;
    left:262px;
}
.content-2{
    position: absolute;
    width:420px;
    top: 0px;
    right:210px;
}
.content-3{
    position: absolute;
    width:420px;
    top: 687px;
    left:169px;
}
.content-4{
    position: absolute;
    top: 937px;
    right:266px;
}
.content-5{
    position: absolute;
    top:1727px;
    left:209px;
}
.content-6{
    position: absolute;
    width:420px;
    top: 1362px;
    right: 220px;
}
.content-7{
    position: absolute;
    width:420px;
    top: 2080px;
    left:156px;
}
.content-8{
    position: absolute;
    top: 2401px;
    right:250px;
}