*{
    margin: 0;
    padding: 0;
}
html{
    height: 100%;
    width:100%;
}
body{
    height: 100%;
    width: 100%;
    position: relative;
}
.container{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    /*overflow: hidden;*/
}
.wrap{
    width: 100%;
    height: 100%;
    /*overflow:hidden;*/
}
ul{
    list-style: none;
}
.menu a{
    text-decoration: none;
    color: #B28750;
}
li a{
    text-decoration: none;
    color: #000;
}
.clear{
    clear: both;
}
/*头部样式*/
.header{
    width: 100%;
}
.header_top{
    height: 2.5rem;
    width: 100%;
    background-color: #B28750;
}
.header_top>li{
    float: left;
}
.index{
    margin-left: 5%;
    width: 8%;

}
/*将字体导入项目中*/
@font-face
{
    font-family: 方正铁筋隶书简体;
    src:url('../font/方正铁筋隶书简体.ttf')
}
.header_top li.write{
    display: inline-block;
    margin: 3% 28%;
    letter-spacing: 5px;
    font-family: 方正铁筋隶书简体;
    font-size: 30px;
    color: #ffffff;
}
.menu>button{
    border: none;
    margin-top: 40%;
    outline: none;
    background-color: rgba(255,255,255,0);
    z-index: 5;
    width: 75%;
    height: 45%;
}
.menu>button>img{
    width: 100%;
    height: 100%;
}
.header_top>li>img{
    width: 100%;
    height: 100%;
    margin-top: 50%;
    vertical-align: bottom;
}
.header_search{
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 4%;

}
.header_search input{
   width: 100%;
    height: 65%;
    border-radius: 3rem;
    border: 0.08rem solid #c9c9c9;
    outline: none;
    text-align: center;
    letter-spacing: 3px;
    font-size: 0.6rem;
    padding: 0 5%;
}

.header_search img{
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 28%;
    top: 20%;
    width: 7%;
}
.menu{
    position: relative;
    height: 100%;
    width: 10%;
}
.menu ul{
    display: none;
    width: 475%;
    position: absolute;
    left: -380%;
    top: 100%;
    background-color: #ffffff;
    z-index: 10;
    text-align: center;
    box-shadow: 0px 0px 30px #908383d1;
}
.menu ul li{
    line-height:1.5rem;
    height: 1.5rem;
    border-bottom: 1px solid #B28750;
    font-size: 0.5rem;
    letter-spacing: 3px;
}
.menu ul .child{
    border-bottom: none;
}
.menu  li img{
    vertical-align: middle;
    margin-right: 10px;
}
/*主体样式*/
/*.main{*/
    /*margin-top: 0.5%;*/
/*}*/
.main img{
    width: 100%;
}
/*尾部样式*/
.footer{
    width: 100%;
    margin-top: 5%;
    overflow:hidden;
}
.footer ul,
.footer ul li{
    overflow:hidden;
}
.footer ul li a{
    width: 95%;
    height: 5rem;
    display: block;
    border: 4px solid #dbc795;
}
.footer ul{
    width:90%;
    margin:0 auto;
}
.footer ul li{
    float: left;
    width: 48%;
    position: relative;
    margin-bottom: 6%;
}
.footer ul li.pic{
    margin-left: 8%;
    margin-right: 4%;
}
.footer li p{
    text-align: center;
    font-size: 0.6rem;
}
.footer li a>img{
   width: 88%;
    height: 85%;
    border: 4px solid #dbc795;
    margin-left: 3%;
    margin-top: 3%;
}
.title{
    position: absolute;
    top: 63%;
    left: 10%;
    display: block;
    color: #FFFFFF;
    font-size: 0.5rem;
    background-color:#370800;
}
ul li.one{
    margin-right:4%;
}

/*.searchIphone {
    width: 72%;
    margin: 0 7%;
    height: 100%;
}*/
.search{
    width: 60%;
    margin: 0 7%;
    height: 100%; 
}
@media screen and (min-width: 720px) {
    .index {
    margin-left: 7%;
    width: 8%;
}
    .search{
        width: 60%;
        height: 2rem;
        margin:0 5%;
    }
    .header_search {
    width: 100%;
    height: 100%;
    position: relative;
    /*margin-top: 4%;*/
}
.header_search input {
    width: 100%;
    height: 65%;
    border-radius: 3rem;
    border: 0.08rem solid #c9c9c9;
    outline: none;
    text-align: center;
    letter-spacing: 3px;
    font-size: 0.5rem;
    padding: 0 5%;
}
    .menu>button {
    border: none;
    margin-top: 50%;
    outline: none;
    background-color: rgba(255,255,255,0);
    z-index: 5;
    width: 75%;
    height: 40%;
}
.header_search img {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    left: 32%;
    top: 28%;
}
}


.swiper-container {
        width: 100%;
        height: 100%;

    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-pagination-bullet{
        background: #b28750;
    }