*{padding: 0; margin: 0; list-style: none;box-sizing: border-box;}
img{vertical-align: middle;object-fit: cover;}
a{color: inherit;text-decoration: none;}
.font-cinzel{font-family: "cinzel", serif}
.font-Yeseva-one{font-family: "yeseva one", sans-serif}
::-webkit-input-placeholder{color: rgb(187, 187, 187); font-weight: normal;}
.u-section{
    padding: 60px 15% 40px;
}
.u-title{
    font-size: 48px;
    color: #000;
    text-align: center;
    margin-bottom: 16px;
}
.u-des{
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.u-showPC{
    display: block;
}
.u-showH5{
    display: none;
}
.nav.fixed{
    height: 69px;
}
.nav.fixed .top{
    display: none;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 16px;
    color: #fff;
    z-index: 99;
    background: #000;
    text-align: center;
    height: 226px;
    transition: all 0.2s ease-in-out;
}
.nav .top img{
    height: 100px;
}
.nav .top p{
    font-size: 16px;
    margin: 12px 0 24px;
    color: rgba(255,255,255,0.6);
}
.nav .bottom a{
    margin: 0 16px;
    font-size: 18px;
    text-decoration: none;
}
.nav .bottom a:hover{
    text-decoration: underline;
}
.banner{
    position: relative;
    margin-top: 226px;
}
.banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(114,83,97,0.35);
    z-index: 1;
}
.banner img{
    width: 100%;
    height: 540px;
}
.banner h2{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 140px;
    left: 10%;
    width: 80%;
    text-align: center;
    z-index: 2;
}
.banner p{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 200px;
    left: 10%;
    width: 80%;
    text-align: center;
    z-index: 2;
}
.banner .btn{
    padding: 16px 28px;
    border-radius: 8px;
    background: #ea8357;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.banner .btn:hover{
    opacity: 0.5;
}
.section1 .imgs{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.section1 .imgs .item{
    flex: 1 1 calc((100% - 48px) / 3);
    margin-bottom: 24px;
    border: 2px solid rgb(204, 204, 204);
    padding: 12px;
}
.section1 .imgs .item img{
    height: 232px;
    width: 100%;
    object-fit: cover;
}
.section1 .imgs .item h6{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 12px; 
}
.section1 .imgs .item p{
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.section2 {
    margin-top: 40px;
    background: #ea8357;
    padding-bottom: 40px;
}
.section2 .item {
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.section2 .item img{
    height: 286px;
    width: 382px;
    object-fit: cover;
    margin-right: 16px;
}
.section2 .item .right{
    flex: 1;
    padding: 16px;
}
.section2 .item .right .words{
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: bold;
}
.section2 .item .right .name{
    margin-top: 12px;
    font-size: 14px;
    color:  #000;
    line-height: 22px;
}
.section2 .item.reverse{
    flex-direction: row-reverse;
}
.section2 .item.reverse img{
    margin-right: 0;
    margin-left: 16px;
}
.section2 .u-title,
.section2 .u-des, 
.section2 .item .right .words,
.section2 .item .right .name{
    color: rgb(232, 234, 236);
}
.section3 {
    margin-top: 40px;
    padding-bottom: 40px;
}
.section3 .item {
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    background: #f4ded3;
}
.section3 .item img{
    height: 300px;
    width: 240px;
    object-fit: cover;
    margin-right: 16px;
    border-radius: 12px;
}
.section3 .item .right{
    flex: 1;
    padding: 16px;
}
.section3 .item .right .words{
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: bold;
}
.section3 .item .right .name{
    margin-top: 12px;
    font-size: 14px;
    color:  #000;
    line-height: 22px;
}
.section3 .item.reverse{
    flex-direction: row-reverse;
}
.section3 .item.reverse img{
    margin-right: 0;
    margin-left: 16px;
}
.section4 .imgs{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.section4 .imgs .item{
    flex: 1 1 calc((100% - 48px) / 3);
    margin-bottom: 24px;
    border: 2px solid rgb(204, 204, 204);
    padding: 12px;
}
.section4 .imgs .item img{
    height: 174px;
    width: 100%;
    object-fit: cover;
}
.section4 .imgs .item h6{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 18px 0 12px; 
}
.section4 .imgs .item p{
    color: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.section5 .center{
    text-align: center;
}
.section5 .center input{
    display: block;
    height: 44px;
    line-height: 44px;
    width: 400px;
    padding: 0 12px;
    border: 1px solid rgb(187, 187, 187);
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.section5 .center .input{
    height: 44px;
    line-height: 44px;
    width: 400px;
    border-radius: 4px;
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.section5 .center .input select{
    height: 44px;
    line-height: 44px;
    width: 80px;
    padding: 0 12px;
    border: 1px solid rgb(187, 187, 187);
    border-right: 0;
}
.section5 .center .input input{
    border: 0;
    border: 1px solid rgb(187, 187, 187);
    flex: 1;
    padding: 0 8px;
    margin: 0;
}
.section5 .center textarea{
    display: block;
    line-height: 24px;
    width: 400px;
    padding: 6px 12px;
    border: 1px solid rgb(187, 187, 187);
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.section5 .center .btn{
    padding: 16px 28px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ea8357;
    display: inline-block;
    cursor: pointer;
}
.section5 .center .btn:hover{
    opacity: 0.5;
}
.section6{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px 48px 80px;
    background: rgb(232, 234, 236);
}
.section6 .left {
    display: flex;
    gap: 16px;
    align-items: center;
}
.section6 .left .item{
    display: flex;
    gap: 8px;
    align-items: center;
}
.section6 .left .item .text{
    color: rgb(80, 85, 92);
    font-size: 14px;
}
.section6 .right{
    font-size: 18px;
    color: rgb(80, 85, 92);
}

@media screen and (max-width: 1200px) {
    @keyframes menuPop {
        0%{opacity: 0;}
        100%{opacity: 1;}
    }
    @keyframes showUp {
        0%{top: -600px; opacity: 0;}
        100%{top: 0; opacity: 1;}
    }
    .u-showPC{
        display: none !important;
    }
    .u-showH5{
        display: block;
    }
    .home{
        padding-top: 76px;
    }
    .navH5{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 8px 12px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99;
        box-shadow: 3px 0px 5px 0px #00000026;
    }
    .navH5 .logo{
        width: auto;
        height: 60px;
        margin: 0;
    }
    .navH5 .menu{
        position: absolute;
        top: 50%;
        left: 0;
        width: 80px;
        height: 60px;
        transform: translateY(-50%);
        z-index: 2;
    }
    .navH5 .menu span{
        position: absolute;
        top: 22px;
        left: 24px;
        width: 24px;
        height: 3px;
        background: #0c9cf4;
        transform-origin: left center;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
        opacity: 1;
        border-radius: 2px;
    }
    .navH5 .menu span:nth-of-type(1){
        top: 22px;
    }
    .navH5 .menu span:nth-of-type(2){
        top: 29px;
    }
    .navH5 .menu span:nth-of-type(3){
        top: 36px;
    }
    .navH5 .menu.active span:nth-of-type(1){
        transform: rotate(45deg);
        left: 27px;
    }
    .navH5 .menu.active span:nth-of-type(2){
        opacity: 0;
    }
    .navH5 .menu.active span:nth-of-type(3){
        top: 39px;
        transform: rotate(-45deg);
        left: 27px;
    }
    .navH5 .menuPop{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        display: none;
    }
    .navH5 .menuPop .showUp{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background: #fff;
        padding: 80px 24px 36px;
    }
    .navH5 .menuPop .showUp a{
        display: block;
        border-bottom: 1px solid #f6e4ed;
        padding: 15px 30px;
        color: #666;
        font-size: 18px;
        font-weight: bold;
    }
    .navH5 .menuPop.active{
        display: block;
        animation: menuPop 0.5s ease-in-out forwards;
    }
    .navH5 .menuPop.active .showUp{
        animation: showUp 0.25s ease-in-out forwards;
    }
    .u-section{
        padding: 24px 16px;
    }
    .u-title{
        font-size: 28px;
        margin-bottom: 12px
    }
    .u-des{
        font-size: 16px;
        margin-bottom: 24px;
    }

    /* index */
    .banner{
        margin: 0;
    }
    .banner img{
        height: 400px;
    }
    .banner h2{
        font-size: 24px;
        top: 100px;
        line-height: 28px;
        left: 5%;
        width: 90%; 
    }
    .banner p{
        font-size: 16px;
        top: 200px;
        line-height: 24px;
        left: 5%;
        width: 90%;
    }
    .banner .btn{
        width: auto;
        padding: 12px 16px;
        font-size: 16px;
        top: 260px;
    }
    .section1 .imgs{
        display: block;
    }
    .section2 .item {
        display: block;
        padding: 0;
    }
    .section2 .item img {
        margin: 0 !important;
        width: 100%;
        height: auto;
    }
    .section2 .item .right{
        padding: 16px 0;
    }
    .section3 .item{
        display: block;
    }
    .section3 .item img {
        margin: 0 !important;
        width: 100%;
        height: auto;
    }
    .section3 .item .right{
        padding: 16px 0;
    }
    .section3 .item .right .words{
        font-size: 16px;
        line-height: 24px;   
    }
    .section4 .imgs{
        display: block;
    }
    .section4 .imgs .item img {
        margin: 0 !important;
        width: 100%;
        height: auto;
    }
    .section4 .imgs .item .right{
        padding: 16px 0;
    }
    .section5 .center input{
        width: 100%;
    }
    .section5 .center textarea{
        width: 100%;
    }
    .section5 .center .input{
        width: 100%;
    }
    .section5 .center .btn{
        padding: 8px 16px;
    }
    .section6{
        display: block;
        padding: 24px;
    }
    .section6 .left{
        display: block;
    }
    .section6 .left .item{
        margin-bottom: 16px;
    }
    .section6 .right{
        font-size: 12px;
        text-align: center;
    }
}
