.page-top-bg {
    width: 100%;
    height: 640px;
    /* background-image: url(../img/index1/img-main-bg.png); */
    background-size: cover;
}


.page-main-title {
    position: relative;
    width: 100%;
    height: 63px;
    padding-bottom: 31px;
    display: flex;
    align-items: end;
}

.page-main-title .more {
    position: absolute;
    right: 0;
    top: 27px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.page-main-title .cn-name {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #666666;
    margin-right: 8px;
}

.page-main-title .eu-name {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #999999;
}

.page-main-content1 {
    width: 100%;
    height: calc(100% - 63px);
    display: flex;
    justify-content: space-between;
}

.page-main-content1 .item {
    width: 420px;
}

.page-main-content1 .item .img {
    position: relative;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}

.page-main-content1 .item .img .img-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    background-color: #00000080;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}

.page-main-content1 .item .img-name {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.page-main-content1 .item .img img {
    width: 100%;
    height: 100%;
}

.page-box1 {
    padding-top: 80px;
    width: 100%;
    height: 480px;
}

.page-box2 {
    padding-top: 80px;
    width: 100%;
    height: 480px;
}

.page-box3 {
    position: relative;
    padding-top: 80px;
    width: 100%;
    height: 1218px;
}

.page-box3 .page-middle-bg {
    position: absolute;
    width: 100%;
    height: 480px;
    top: 143px;
    /* background-image: url(../img/index1/img-middle-bg.png); */
    background-size: cover;
}

.page-box3 .page-middle-info1 {
    position: absolute;
    left: 0;
    top: 174px;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 1px;
    color: #ffffff;
}

.page-box3 .page-middle-info2 {
    position: absolute;
    left: 0;
    top: 301px;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff;
}

.page-main-content2 {
    width: 100%;
    height: calc(100% - 63px);
    padding-top: 370px;
}

.page-main-content2 .menu-box {
    max-width: 100%;
    width: fit-content;
    margin: 0 auto;
    height: 222px;
    background-color: #fff;
    padding: 27px 33px;
    box-shadow: 0px 0px 12px 0px rgba(51, 51, 51, 0.1);
    margin-bottom: 50px;
}

.page-main-content2 .menu-box .menu-llist {
    width: fit-content;
    height: 162px;
    display: flex;
    align-items: center;
}

.page-main-content2 .menu-box .item {
    cursor: pointer;
    position: relative;
    width: 289px;
    margin-right: 36px;
    height: 100%;
    transition: background-color 0.5s linear;
    flex-shrink: 0;
}

.page-main-content2 .menu-box .item:last-child {
    margin-right: 0;
}

.page-main-content2 .menu-box .item img {
    width: 100%;
    height: 100%;
}

.page-main-content2 .menu-box .item .img-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #f3f3f3;
    transition: border 0.5s linear;
}


.page-main-content2 .menu-box .item.actived,
.page-main-content2 .menu-box .item:hover {
    border: solid 3px #ac8458;
}

.page-main-content2 .menu-box .item.actived .img-info,
.page-main-content2 .menu-box .item:hover .img-info {
    background-color: #ac8458;
    font-weight: bold;
}

.page-main-content2 .menu-title {
    position: relative;
    height: 30px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 35px;
}

.page-main-content2 .menu-title .more {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    letter-spacing: 0px;
    color: #999999;
}

.page-main-content2 .menu-info {
    width: 100%;
    height: 368px;
    display: flex;
}

.page-main-content2 .menu-info .left {
    width: 664px;
    height: 100%;
}

.page-main-content2 .menu-info .left img {
    width: 100%;
    height: 100%;
}

.page-main-content2 .menu-info .right {
    width: calc(100% - 664px);
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.page-main-content2 .menu-info .right .title {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ac8458;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333333;
}

.page-main-content2 .menu-info .right .content {
    height: 100%;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;

}

.page-box4 {
    padding-top: 80px;
    height: 743px;
    width: 100%;
}

.page-box4 .page-box {
    position: relative;
    height: 63px;
}

.page-box4 .page-box .page-on {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    width: 96px;
    height: 96px;
    left: 0;
    top: 206px;
    background: url(../img/index1/img-on.png);
    background-size: 100% 100%;
    transition: scale .5s linear;
}

.page-box4 .page-box .page-on:hover {
    transform: scale(1.1);
}

.page-box4 .page-main-content1 {
    position: relative;
}

.page-box4 .page-main-content1 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.video-info1 {
    position: absolute;
    left: 50%;
    top: 298px;
    width: 1330px;
    transform: translate(-50%, 0);
    font-size: 36px;
    color: #fbfbfb;
}

.video-info2 {
    position: absolute;
    left: 50%;
    top: 371px;
    width: 1330px;
    transform: translate(-50%, 0);
    font-size: 20px;
    line-height: 36px;
    color: #fbfbfb;
}

.page-box5 {
    padding-top: 80px;
    height: 283px;
    width: 100%;
}

#slide-box {
    width: 100%;
    height: 100%;
}

#slide-box .bd {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slide-box .tempWrap {
    width: 100% !important;
    height: 100% !important;
}

#slide-box .bd .item {
    width: fit-content !important;
    height: 100%;
    padding: 0 7.5px;
    padding-top: 20px;
    white-space: nowrap;
}

#slide-box .bd .item .ele {
    display: inline-block;
    cursor: pointer;
    width: 250px;
    height: 75px;
    margin-right: 15px;
}

#slide-box .bd .item .ele:last-child{
    margin-right: 0;
}


#slide-box .bd .item .ele img {
    width: 100%;
    height: 100%;
}


#slide-box .bd .item .ele img:hover {
    box-shadow: 0 1px 4px 3px rgba(0, 85, 166, 0.2);
    transform: scale(1.02);
    transition: transform .2s ease-in-out;
}