.section{
    overflow: hidden;
}
.section .wrap{
    padding: 0 122px;
    margin: 177px auto 111px;
}
.section .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #c19a63;
    display: block;
    margin: 0 0 51px 0;
    text-align: center;

}
.section2 .wrap .move{
    margin: 45px 0 0 0;
}
.section2 .wrap .move p{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #c19a63;
}
.section2 .wrap .move .picture{
    margin: 58px 0 0 0;
    display: flex;
    align-items: center;
}
.section2 .wrap .move .picture a{
    max-width: 211px;
    min-width: 210px;
    display: block;
    border: 1px solid #f1f1f1;
}
.section2 .wrap .move .picture a img{
    max-width: 100%;
}
.section2 .wrap .move .picture a:not(:last-child) {
    margin: 0 98px 0 0;
}
.section .wrap .text{
    margin: 105px 0 0 0;
}
.section .wrap .text span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #c19a63;
    display: block;
    margin: 0 0 45px 0;
}
.section .wrap .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.section .wrap .text p:not(:last-child){
    margin: 0 0 27px 0;
}


.section2{
    width: 100%;
    overflow: hidden;
}
.section2 .wrap{
    margin: 20px auto 82px;
    padding: 0 120px;
}
.section2 .wrap .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.section2 .wrap .title .steps{
    margin: 62px 0 0 0;
    display: flex;
    align-items: center;
}
.section2 .wrap .title .steps a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    position: relative;
}
.section2 .wrap .title .steps a:after{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(51, 51, 51, 0.24);
    opacity: 0;
    transition: 1s;
}
.section2 .wrap .title .steps a:not(:last-child) {
    margin: 0 64px 0 0;
}
.section2 .wrap .title .steps a.active{
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: Source Han Sans CN M;
}
.section2 .wrap .title .steps a.active:after{
    opacity: 1;
}
.section2 .wrap .text{
    margin: 83px 0 0 0;
}
.section2 .wrap .text .list{
    display: none;
}
.section2 .wrap .text .list.on{
    display: block;
}
.section2 .wrap .text > span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}
.section2 .wrap .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
}
.section2 .wrap .pull_down{
    margin: 41px 0 0 0;
}
.section2 .wrap .pull_down .item:not(:last-child) {
    margin: 0 0 25px 0;
}
.section2 .wrap .pull_down .item .show{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 29px 0 25px;
    height: 60px;
    border-bottom: 1px solid rgba(178, 149, 99, 0.37);
    cursor: pointer;
}
.section2 .wrap .pull_down .item .show span{
    font-size: 20px;
    font-family: Source Han Sans CN M;
    font-weight: 500;
    color: #333333;
}
.section2 .wrap .pull_down .item .show .trigger{
    width: 12px;
    height: 12px;
    position: relative;
}
.section2 .wrap .pull_down .item .show .trigger div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
}
.section2 .wrap .pull_down .item .show .trigger div:first-child{
    width: 12px;
    height: 1px;
    background: rgba(195, 195, 195, 1);
}
.section2 .wrap .pull_down .item .show .trigger div:nth-child(2){
    width: 1px;
    height: 12px;
    background: rgba(195, 195, 195, 1);
}
.section2 .wrap .pull_down .item .hide{
    display: none;
}
.section2 .wrap .pull_down .item .hide div{
    padding: 28px 25px 25px 25px;
}
.section2 .wrap .pull_down .item .hide div p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.section2 .wrap .pull_down .item:first-child .hide{
    display: block;
}
.section2 .wrap .pull_down .item.active .trigger div:nth-child(2){
    opacity: 0;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	.section2 .wrap{
        padding: 0;
        width: 90%;
    }
    .section2 .wrap .move .picture a{
        min-width: auto;
    }
    .section .wrap{
        margin: 140px auto 60px;
    }
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	.section2 .wrap .move .picture a:not(:last-child) {
        margin: 0 40px 0 0;
    }
}

@media screen and (max-width: 1440px){
    .section2 .wrap .title span,
	.section .wrap .title span {
        font-size: 32px;
    }
    .section .wrap {
        margin-bottom: 0;
    }
    .section .wrap .title span {
        margin-bottom: 30px;
    }
    .section2 .wrap .title .steps {
        margin: 40px 0 0 0;
    }
    .section2 .wrap .move .picture {
        margin: 40px 0 0 0;
    }
    .section2 .wrap .text {
        margin: 50px 0 0 0;
    }

}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .section .wrap {
        margin: 100px auto 40px;
    }
    .section2 .wrap{
        width: 100%;
        padding: 0 20px;
    }
    .section2 .wrap .text p img{
        width: 100%;
    }
}


@media screen and (max-width: 820px){
    .section2 .wrap .move .picture a:not(:last-child) {
        margin: 0 20px 0 0;
    }
    .section2 .wrap .move .picture{
        flex-wrap: wrap;
    }
    .section2 .wrap .move .picture a,
    .section2 .wrap .move .picture a:not(:last-child){
        margin-bottom: 20px;
    }
    .section .wrap {
        margin: 100px auto 20px;
    }
    
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .section2 .wrap .move .picture a:not(:last-child) {
        margin-right: 0;
    }
    .section2 .wrap .move .picture a{
        width: 48%;
        max-width:none;
    }
    .section2 .wrap .move .picture{
        justify-content: space-between;
    }
    .section2 .wrap .text {
        margin: 30px 0 0 0;
    }
    .section2 .wrap .move p {
        font-size: 24px;
    }
}


@media screen and (max-width: 414px){
	.section2 .wrap .title span, .section .wrap .title span {
        font-size: 28px;
    }
    .section2 .wrap .text p {
        font-size: 14px;
        line-height: 30px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 