
.bannermodel1 .swiper-container .swiper-slide:hover .inner{
    transition: all 0.5s ease;
}

@font-face {
  font-family: SYst;
  src: url("../../fonts/SourceHanSerifCN-Regular.otf") format("truetype"),
    url("../../fonts/SourceHanSerifCN-Regular.otf") format("otf-opentype");
}
body{
}
.header{
    position: relative;
}

.headertopmodel1{
    font-family: SYst;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}
.searchbtn{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    bottom: -35px;
    margin-left: -35px;
    z-index: 99;
    border-radius: 50%;
    background: url('../icon/icon-search.png') no-repeat center center #c5a364;
    cursor: pointer;
}
.section1{
    margin: 0 0 70px 0;
}
.section2{
    margin: 160px 0 0;
    background: url(../../images/bgimg4.jpg) no-repeat center top;
    height: 900px;
}

.titlebox{
    width: 880px;
    height: 190px;
    padding: 10px;
    background: #fff;
    position: relative;
    left: 50%;
    margin-left: -440px;
    top: -95px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.titlebox .titlemodel{
    height: 100%;
    background: url(../../images/bgimg5.jpg) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
.titlebox .titlemodel h2,
.titlebox .titlemodel p{
    color: #fff;
}
.titlebox .titlemodel p:after{
    background: #fff;
}
.section2 .desc{
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 36px;
}
.section2 .bgcon{
    background: rgba(132, 86, 0, 0.7);
    height: 260px;
    margin: 60px 0 0;
    padding: 45px 0 0;
}
.section2 .bgcon ul{
    margin-bottom: 40px;
}
.section2 .bgcon ul li{
    float: left;
    height: 110px;
    text-align: center;
    width: 33.3333333%;
    border-right: solid 1px #fff;
}
.section2 .bgcon ul li:last-child{
    border-right: none;
}
.section2 .bgcon ul li h1,
.section2 .bgcon ul li p,
.section2 .bgcon h3{
    color: #fff;
    position: relative;
}
.section2 .bgcon ul li h1{
    font-size: 60px;
    top: -10px;
}
.section2 .bgcon ul li p{
    font-size: 20px;
    bottom: -10px;
}
.section2 .bgcon h3{
    text-align: center;
    font-size: 20px;
}
.section3 {
    padding: 40px 0 60px;
}
.section3 .bannermodel1{
    padding: 40px 0 60px;
}
.section4{
    overflow: hidden;
}
.section5{
    margin: 40px 0 60px;
    padding: 185px 0 0;
    height: 800px;
    background: url('../../images/bgimg2.png') no-repeat center top;
    background-size: 100% 100%;
}
.section5 ul li{
    text-align: center;
    position: relative;
    top: 140px;
}
.section5 ul li a{
}
.section5 ul li.li2 {
    position: relative;
    top: 0;
}
.section5 ul li.li2 a{
    display: inline-block;
    width: 250px;
    height: 550px;
    background: url(../../images/bgimg3.jpg) no-repeat;
    background-size: 100% 100%;
    border: solid 10px #c5a364;
    padding: 45px 0 0;
}
.section6{
    padding: 50px 0;
}
.section6 .ul1{
    margin: 40px -8px 0;
}
.section6 .ul1 li{
    padding: 0 8px;
    margin: 0 0 16px;
}
.section6 .ul1 li a{
    border: solid 1px #c5a364;
    padding: 9px;
    display: block;
}
.section6 .ul1 li a img{
    width: 100%;
    vertical-align: top;
}
.footer{
    background: #333333;
    padding: 20px 0;
    text-align: center;
}
.footer p{
    color: #fff;
    font-size: 18px;
}
.ydshow{
    display: none;
}
.pcshow{
    display: block;
}
@media only screen and (max-width: 1440px){
}
@media only screen and (max-width: 768px){
    .section1{
        margin: 0 0 1rem 0;
    }
    .section2{
        margin: 0;
        background: none;
        height: auto;
    }
    .section3{
        padding: 2rem 0 1rem;
        overflow: hidden;
    }
    .section4{
        overflow: hidden;
    }
    .ydshow{
        display: block;
    }
    .pcshow{
        display: none;
    }
    .container{
        width: 100%;
        padding: 0 1rem;
    }
    .headertop .box,
    .searchbtn{
        display: none;
    }
    .headertop{
        padding: 1rem 1rem 0;
    }
    
    .titlemodel{
        padding: 1rem 0;
    }
    .titlemodel h2,
    .titlemodel p{
        float: left;
    }
    .titlemodel h2{
        font-size: 1.6rem;
    }
    .titlemodel p{
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 0 0 0.5rem;
    }
    .titlemodel p:after{
        display: none;
    }
    .titlemodel h2:after{
        display: block;
        content: '';
        width: 2rem;
        height: 0.1rem;
        background: #d3af68;
        position: absolute;
        left: 0;
        bottom: -0.8rem;
    }
    .titlemodel a.amoremodel{
        left: auto;
        margin: 0;
        width: 30%;
        font-size: 0.7rem;
        height: 2rem;
        line-height: 1.9rem;
        top: 0.3rem;
    }
    .titlebox{
        width: 100%;
        height: auto;
        left: auto;
        top: auto;
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
    .titlebox .titlemodel{
        background: none;
    }
    .titlebox .titlemodel h2, 
    .titlebox .titlemodel p{
        color: inherit;
    }
    .titlebox .titlemodel p{
        color: #c9c7c3;
    }
    .section2 .bgcon ul li h1, 
    .section2 .bgcon ul li p, 
    .section2 .bgcon h3,
    .section2 .desc,
    .model2 li p{
        color: #333;
    }
    .section2 .desc,
    .section2 .bgcon h3{
        font-size: 1rem;
    }
    .section2 .desc{
        text-align: left;
        line-height: 1.6rem;
        margin: 1rem 0 0;
    }
    .section2 .bgcon{
        background: none;
        height: auto;
        margin: 1.5rem 0 0;
        padding: 0 0;
    }
    .section2 .bgcon ul{
        margin: 0 0 1.5rem 0;
    }
    .section2 .bgcon ul li{
        height: auto;
        border-right: solid 1px #e9e9e9;
    }
    .section2 .bgcon ul li h1{
        font-size: 2rem;
        color: #c5a364;
        top: -0.5rem;
    }
    .section2 .bgcon ul li p{
        bottom: 0;
        font-size: 0.8rem;
    }
    .section2 .model2{
        border-bottom: solid 1px #e9e9e9;
        padding: 1.5rem 0 2rem;
    }
    .section2 .model2 li p{
        font-size: 1rem;
    }
    .section3 .bannermodel1{
        margin: 0 -1rem 0 0;
        padding: 1.6rem 0 2rem;
    }
    .section4{
        padding: 0;
    }
    .section4 .titlemodel{
        border-top: solid 1px #e9e9e9;
        padding-top: 2.5rem;
        padding: 2.5rem 1rem 0;
    }
    .section5{
        display: none;
        height: auto;
        background: none;
        padding: 2rem 0;
    }
    .section5 ul li{

    }
    .section6{
        padding: 0rem 0 3rem;
    }
    .section6 .ul2 {
        margin: 1rem 0 0;
    }
    .section6 .ul2 li a{
        font-size: 1rem;
        line-height: 2rem;
    }
}