.main {
    position: relative;
    height: 2880px;
    background-image: url('../img/boxDescBg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 2880px;
}
.container {
    position: relative;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
.nav-box {
    width: 130px;
    height: 38px;
    background: url('../img/backHome.png') no-repeat;
    cursor: pointer;
}
.nav-box:hover {
    background: url('../img/backHome_hover.png') no-repeat;
}
.top-box {
    width: 100%;
    padding-top: 100px;
    margin: 0 auto;
}
.top-box .top {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.top-box .bottom {
    display: flex;
    margin-top: -180px;
}
.top-box .bottom .left {
    width: 1034px;
    height: 1014px;
    margin-left: -250px;
    background: url('../img/topBg.png')  no-repeat;
}
.top-box .bottom .right {
    margin: 260px 0 0 50px;
}
.top-box .bottom .right .top {
    margin-bottom: 34px;
}
.top-box .bottom .right .top .item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.top-box .bottom .right .top .item p {
    margin-left: 10px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 24px;
    color: #FBEDBD;
    background: linear-gradient(0deg, #E5B46E 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-box .bottom .right .middle {
    width: 362px;
    height: 170px;
    margin-bottom: 34px;
    background: url('../img/boxNoticeBg.png') no-repeat;
}
.scroll-box {
    padding: 40px 20px 20px;
    box-sizing: border-box;
}
#FontScroll {
	width: 100%;
	height: 110px;
	margin: 0 auto;
    overflow: hidden;
}
#FontScroll a {
	font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 16px;
    color: #5A210D;
	text-decoration: none;
    letter-spacing: 2px;
}
#FontScroll a span {
    color: #DB0000;
}
#FontScroll .fontColor a {
	transition: all 1.5s ease 0s;
}
.top-box .bottom .right .download-btn {
    width: 252px;
    height: 84px;
    background: url('../img/boxDownloadBtnBg.png') no-repeat;
}
.top-box .bottom .right .download-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.box1,
.box2,
.box3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.box1 .left,
.box2 .right,
.box3 .left {
    min-width: 440px;
}
.box1 .left,
.box2 .left,
.box3 .left {
    margin-right: 120px;
}
.box1 .left .hd,
.box2 .left .hd,
.box3 .left .hd,
.box1 .right,
.box2 .left,
.box3 .right {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box1 .right,
.box2 .left,
.box3 .right {
    width: 562px;
    height: 520px;
}

.box1 .left .hd {
    width: 363px;
    height: 109px;
    background: url('../img/textBg4.png') no-repeat;
}
.bd {
    margin-top: 46px;
}
.bd .item {
    display: flex;
    align-items: center;
}
.bd .item p {
    margin-left: 10px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    font-size: 20px;
    color: #504E49;
    line-height: 42px;
}
.box1 .right {
    background: url('../img/textBg7.png') no-repeat;
}
.box2 {
    margin: 69px auto 0;
}
.box2 .left {
    background: url('../img/textBg8.png') no-repeat;
}
.box2 .right .hd {
    width: 312px;
    height: 109px;
    background: url('../img/textBg5.png') no-repeat;
}
.box3 {
    margin: 47px auto 0;
}
.box3 .left .hd {
    width: 309px;
    height: 109px;
    background: url('../img/textBg6.png') no-repeat;
}
.box3 .right {
    background: url('../img/textBg9.png') no-repeat;
}