/*
一些通用的基本不变的样式
*/
/* .maximum{
    padding-bottom: 40px;
} */
@font-face {
    font-family: '01';
    src: url(../font/001.otf);
}
nav{
    background: rgba(255, 255, 255, 1);
}
nav .nav_links{
    padding-top: 0;
    top: 140px;
    left: 10px;
    width: 100vw;
    background-color: #fff;
}
nav .nav_links a{
    height: 40px;
    line-height: 40px;
}
.nav{
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    background-size: 100% 100%;
    background: linear-gradient(to bottom,#ff7d28,#ffa732);
}
.open img{
    width: 40%;
    height: 100%;
    margin: 0 0 0 20px;
}
.logo img{
    margin-left: 35px;
    width: 40px;
    height: 40px;
}
.open{
    width: 22%;
    height: 25px;
}
.open span{
    text-align: center;
    display: block;
    height: 100%;
    line-height: 30px;
    color: #d77117;
    font-size: 16px;
    font-weight: bold;
}
.nav .top-nav{
    width: 100%;
    display: flex;
    background-size: 100% auto;
    justify-content: space-between;
    align-items: center;
}
.nav .top-nav .logo{
    display: flex;
    margin: 0;
    height: 70px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.nav .top-nav .logo span{
    height: 30px;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
    font-size: 25px;
}
.nav .top-nav .logo p{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
.nav .login{
    height: 70px;
    line-height: 70px;
    color: #fff;
}
.nav .login a{
    color: #fff;
}
.shurff{
    position: relative;
    height: 240px;
    margin: 0px auto 10px;
    width: 100%;
    overflow: hidden;
}
.top-banner{
    height: 240px;
}
.top-banner a{
    height: 240px;
    width: 100%;
}
.top-banner a img{
    height: 240px;
}
.top-banner-span{
    position: unset!important;
    display: flex;
    height: 30px;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}
.top-banner-span span{
    margin: 5px!important;
    border-radius: 0!important;
    width: 8px!important;
    height: 8px!important;
    background-color: #f48c21!important;
    transform: rotate(45deg);
}
.top-banner-span span.swiper-pagination-bullet-active{
    width: 10px!important;
    height: 10px!important;
    background-color: #0a9234!important;
}
.Region{
    position: relative;
}
/* 搜索框 */
.top_input div{
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
     width: 20%;
     height: 28px;
     line-height: 28px;
     box-sizing: border-box;
     overflow: hidden;
     background: linear-gradient(to bottom,#ff9c2f,#ffa331);
}
.top_input div span{
     display: block;
     width: 100%;
     height: 28px;
     line-height: 28px;
     text-align: center;
     font-size: 14px;
}
.top_input .option-ul{
    top: 50px;
    background: rgba(255,126,49,0.6)!important;
    height: 200px;
    line-height: 40px;
    width: 20%;
    position: absolute;
    z-index: 8;
    flex-wrap: wrap;
    border-radius: 0;
}
.top_input .option-ul span{
     display: block;
     width: 100%;
}
.top_input{
    position: relative;
    width: 70%;
    height: 40px;
    box-sizing: border-box;
    background: #ffecd6;
    padding: 5px;
    border-radius: 5px;
}
.top_input div span{
    color: #535352;
}
.top_input img{
    width: 20px;
    height: 20px;
}
.top_input input[type=text]{
    padding: 0!important;
    height: 28px!important;
    line-height: 28px!important;
    border-style: none;
    width: 60%;
    border-left: 1px solid #583309;
    box-sizing: border-box;
    border-right: none;
    background: none;
    background: linear-gradient(to bottom,#ff9b2f,#ffa331);
}
.top_input button{
    box-sizing: border-box;
    padding: 0!important;
    width: 20%;
    height: 28px;
    background: none;
    border-left: none;
    color: #fff;
    background: linear-gradient(to bottom,#ff9b2f,#ffa331);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_input button img{
    width: 20px;
    height: 20px;
}
/* end */
.ns-nav a{
    display: flex;
    margin-top: 10px;
    width: 22vw;
    height: 23vw;
    background: url(../img/nav-a.png)no-repeat;
    background-size: 100% 100%;
    align-content: center;
    flex-wrap: wrap;
}
.ns-nav a span{
    width: 4em;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
}
.ns-nav a img{
    width: 30%;
    height: auto;
    padding: 0 calc(70%/2);
}

.bg-color{
    background-color: #f2ede9;
}
.bah p{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
