@font-face {
    font-family: 'XinYuGongZhangJiaSongA';
    src: url('../font/XinYuGongZhangJiaSongA.eot');
    src:
            url('../font/XinYuGongZhangJiaSongA.eot?#font-spider') format('embedded-opentype'),
            url('../font/XinYuGongZhangJiaSongA.woff') format('woff'),
            url('../font/XinYuGongZhangJiaSongA.TTF') format('truetype'),
            url('../font/XinYuGongZhangJiaSongA.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DreamHanSansCN-W21';
    src: url('../font/DreamHanSansCN-W21.eot');
    src:
            url('../font/DreamHanSansCN-W21.eot?#font-spider') format('embedded-opentype'),
            url('../font/DreamHanSansCN-W21.woff') format('woff'),
            url('../font/DreamHanSansCN-W21.TTF') format('truetype'),
            url('../font/DreamHanSansCN-W21.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SimHei';
    src: url('../font/SimHei.eot');
    src:
            url('../font/SimHei.eot?#font-spider') format('embedded-opentype'),
            url('../font/SimHei.woff') format('woff'),
            url('../font/SimHei.TTF') format('truetype'),
            url('../font/SimHei.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DengXian';
    src: url('../font/DengXian.eot');
    src:
            url('../font/DengXian.eot?#font-spider') format('embedded-opentype'),
            url('../font/DengXian.woff') format('woff'),
            url('../font/DengXian.TTF') format('truetype'),
            url('../font/DengXian.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DreamHanSansCN-W4';
    src: url('../font/DreamHanSansCN-W4.eot');
    src:
            url('../font/DreamHanSansCN-W4.eot?#font-spider') format('embedded-opentype'),
            url('../font/DreamHanSansCN-W4.woff') format('woff'),
            url('../font/DreamHanSansCN-W4.TTF') format('truetype'),
            url('../font/DreamHanSansCN-W4.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.banner{
    width: 100%;
    background-color: #fff;
}
.banner img{
    display: block;
    width: 100%;
    height: auto;
}

.page1{
    background: #fff;
    padding: 36px 0 60px;
}
.page1-title{
    font-family: XinYuGongZhangJiaSongA, serif;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 62px;
    letter-spacing: 5px;
    color: #f69d10;
    text-align: center;
}

.page-list{
    width: 1340px;
    margin: 70px auto;
}
.page1-item{
    width: 268px;
    height: 411px;
    overflow: hidden;
    position: relative;
}
.page1-item-bg{
    display: block;
    width: 270px;
}

.page1-item h3{
    position: absolute;
    top: 62px;
    left: 0;
    width: 268px;
    height: 43px;
    background-color: rgba(181, 181, 181, 0.38);
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    color: #fff;
}

.page1-item-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    display: block;
}

.page1-item div{
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
}
.page1-item div p{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}
.page1-item div p.active{
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.page2{
    width: 100%;
    height: 859px;
    padding: 80px 0;
    background: url("../img/page2-bg.jpg") no-repeat center;
}

.page2-info{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 1600px;
    margin: 0 auto;
}

.page-left{
    width: 500px;
}

.page-left img{
    display: block;
    width: 133px;
    margin: 30px 0;
}

.page-left h2{
    font-family: DreamHanSansCN-W21;
    font-size: 57px;
    font-stretch: normal;
    line-height: 100px;
    letter-spacing: 3px;
    color: #ffffff;
}
.page-left h3{
    font-family: SimHei;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 80px;
    letter-spacing: 3px;
    color: #e5e5e5;
}
.page-left p{
    font-family: SimHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #e5e5e5;
}

.page2-right{
    width: 1050px;
    position: relative;
}
.page2-info-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 700px;
    height: 700px;
    background: rgba(229, 229, 229, 0.7);
    border-radius: 350px;
    overflow: hidden;
}

.info-img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 530px;
    height: 530px;
    border-radius: 265px;
    overflow: hidden;
}

.info-img-box img{
    height: 530px;
}


.page2-right-item{
    position: absolute;
    top: 100px;
    right: 0;
    display: flex;
    align-items: center;
    width: 420px;
}
.page2-right-item.active .page2-item-img{
    border: 4px solid #a40000;
}

.page2-item-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 124px;
    border: 4px solid #fff;
    border-radius: 124px;
    overflow: hidden;
}
.page2-item-img img{
    display: block;
    height: 124px;
}

.page2-item-text{
    flex: 1;
    margin-left: 20px;
}

.page2-item-text h3{
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #f69d10;
    margin-bottom: 10px;
}
.page2-item-text p{
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #e5e5e5;
}

.page3{
    padding: 80px 0 0;
    background: #e5e5e5;
}

.page3-title {
    width: 1600px;
    margin: 0 auto 65px;
}
.page3-title h2{
    display: flex;
    align-items: center;
    font-family: DreamHanSansCN-W21;
    font-size: 57px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 3px;
    color: #575350;
}
.page3-title h2 img{
    display: block;
    width: 135px;
    margin-right:  38px;
}

.page3-title h3{
    font-family: SimHei;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 3px;
    color: #504f4d;
    margin: 30px 0 0;
}
.page3-title p{
    font-family: SimHei;
    font-size: 27px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #3f3c39;
}

.page3-info{
    width: 100%;
    height: 456px;
    background-color: #f69d10;
}

.page3-info-box{
    display: flex;
    justify-content: space-around;
    width: 1600px;
    margin: 0 auto;
}
.page3-left{
    width: 760px;
    height: 280px;
    padding: 70px 0;
    margin-left: -40px;
}
.page3-left h2{
    font-family: XinYuGongZhangJiaSongA;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fcf4e9;
    margin-bottom: 20px;
    padding-left: 20px;
}
.page3-left p{
    font-family: DengXian;
    font-size: 16px;
    font-weight: lighter;
    line-height: 24px;
    color: #fcf4e9;
    padding-left: 20px;
}

.page3-left-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 820px;
    margin-top: 40px;
}
.page3-left-img img{
    width: 190px;
}
.page3-bottom{
    width: 100%;
    height: 52px;
    background: #e5e5e5;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.page3-swiper{
    width: 763px;
    height: 600px;
    margin: -117px 0 0 120px;
}
.swiper-slide{
    width: 763px;
    height: 600px;
}
.swiper-slide img{
    width: 700px;
    height: auto;
}

.page4{
    width: 100%;
    padding: 60px 0 90px;
    background-color: #f3f3f3;
}

.page-all-title h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DreamHanSansCN-W21;
    font-size: 57px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 3px;
    color: #575350;
}

.page-all-title h2 img{
    display: block;
    width: 135px;
    margin-right:  38px;
}

.page-all-title h2 span{
    font-family: SimHei;
    font-size: 45px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 3px;
    color: #504f4d;
    margin-left: 30px;
}
.page-all-title p{
    text-align: center;
    /*font-family: DreamHanSansCN-W21;*/
    font-size: 27px;
    font-weight: lighter;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #3f3c39;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page4-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1600px;
    margin: 0 auto;
}
.page4-item{
    width: 390px;
}
.page4-item img{
    width: 390px;
}
.page4-item p{
    /*font-family: DreamHanSansCN-W21;*/
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #c48c45;
    text-align: center;
    margin-top: 15px;
}

.page5{
    width: 100%;
    padding: 60px 0 20px;
    background-color: #e5e5e5;
}
.page5-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1300px;
    margin: 30px auto 120px;
}
.page5-item{
    display: flex;
    align-items: start;
    width: max-content;
}
.page5-item img{
    display: block;
    width: 83px;
    margin-right: 15px;
}

.page5-item h3{
    font-family: DreamHanSansCN-W21;
    font-size: 31px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c38b45;
    padding-top: 20px;
    margin-bottom: 10px;
}
.page5-item p{
    /*font-family: DreamHanSansCN-W21;*/
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 180%;
    letter-spacing: 0px;
    color: #263647;
    text-align: right;
    padding-right: 10px;
}

.page6 {
    width: 100%;
    background: #f69d10;
    padding: 40px 0;
}

.page6-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}


.page6-item1{
    width: 381px;
    height: 257px;
    padding: 35px 55px;
    background-color: #575350;
}

.page6-item1 h2,
.page6-item5 h2,
.page6-item3 h2{
    font-family: XinYuGongZhangJiaSongA;
    font-size: 39px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #f69d10;
    text-align: right;
    margin-bottom: 15px;
}
.page6-item1 p,
.page6-item5 p,
.page6-item3 p{
    font-family: DreamHanSansCN-W4;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    color: #ffffff;
    text-align: right;
}
.page6-item5 p{
    color: #575350;
}

.page6-item2{
    width: 394px;
    height: 257px;
}
.page6-item2 img{
    width: 394px;
    height: 257px;
}
.page6-item3{
    width: 336px;
    height: 257px;
    padding: 35px 55px;
    background-color: #575350;
}
.page6-item4{
    width: 607px;
    height: 257px;
    background-color: #ffffff;
}
.page6-item4 img{
    width: 607px;
    height: 257px;
}
.page6-item5{
    width: 432px;
    height: 257px;
    padding: 35px 55px;
    background-color: #ffffff;
}
.page6-item6{
    width: 71px;
    height: 257px;
    background-color: #575350;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 50px;
    top: 120px;
    left: -10px;
    right: unset;
    bottom: unset;
    height: 450px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    transform: rotate(8deg);
}

.swiper-pagination-bullet{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 30px;
    color: #f69d10;
    font-size: 22px;
    margin-bottom: 30px;

}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #f69d10;
    color: #fff;
    border: 2px solid #fff;
}