/* 
一些通用的基本不变的样式
*/
/* .maximum{
    padding-bottom: 40px;
} */

nav{
    background: rgba(255, 255, 255, 1);
}
nav .nav_links{
    padding-top: 0;
    top: 70px;
    left: 10px;
    width: 100vw;
    background-color: #fff;
}
nav .nav_links a{
    height: 40px;
    line-height: 40px;
}
.nav{
    /* height: 70px; */
    display: flex;
    flex-wrap: wrap;
    background-size: 100% 100%;
    background-color: #92c70d;
    /* background: url(../img/top-bg.jpg)no-repeat; */
}
.open img{
    width: 65%;
    height: 65%;
    margin: calc((100% - 75%)/2);
    margin-top: 18%;
}
.logo img{
    margin-left: 1%;
    height:60%;
    width: 100%;
}
.login a img{
    width: 26px;
    height: 28px;
}
.logo span{
    color: #f5b201!important;
}
.open{
    margin-left: 15px;
    width: 15%;
}
.open span{
    text-align: center;
    display: block;
    height: 100%;
    line-height: 30px;
    color: #f8e7d5;
    font-size: 14px;
}
.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: 60px;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 50%;
}
.nav .top-nav .logo span{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-left: 1em;
}
.nav .top-nav .logo h1{
    font-size: 24px;
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
}
.nav .login{
    height: 60px;
    line-height: 60px;
    color: #fff;
}
.nav .login a{
    color: #fff;
    font-weight: normal;
}
.shurff{
    position: relative;
    height: 225px;
    margin: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
}
.top-banner{
    height: 235px;
}
.top-banner a{
    height: 205px;
    width: 100%;
}
.top-banner a img{
    height: 235px;
}
.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: #fff!important;
    transform: rotate(45deg);
}
.top-banner-span span.swiper-pagination-bullet-active{
    width: 10px!important;
    height: 10px!important;
    background-color: #0a9234!important;
}
.logo{
    align-items: center;
}
.Region{
    position: relative;
}
/* 搜索框 */
.top_input div{
    width: 30%;
    height: 38px;
    line-height: 38px;
}


.top_input select{
	 border: 1px solid #ccc; 
}
.top_input div span{
     display: block;
     width: 100%;
     height: 38px;
     line-height: 38px;
     text-align: center;
     border-right:none;
}
.top_input .option-ul{
    top: 40px;
    background: rgba(255, 255, 255, 0.8)!important;
    height: 264px;
    line-height: 40px;
    width: 24%;
    position: absolute;
    z-index: 999;
    flex-wrap: wrap;
}
.top_input .option-ul span{
     display: block;
     width: 100%;
}
.top_input{
    position: relative;
    width: 80%;
    height: 40px;
    margin: 10px auto 0;
    background-color: #FFF; 
    border: 1px solid #2e69ff;
    border-radius: 0;
}
.top_input div span{
    color: #666666;
}
.top_input img{
    width: 20px;
    height: 20px;
}
.top_input input[type=text]{
    padding: 0!important;
    height: 40px!important;
    line-height: 40px!important;
    border-style: none;
    background: none!important;
    height: 100%;
    line-height: 100%;
    width: 75%;
    border-left: none;
    box-sizing: border-box;
    border-radius:0;
    
}
/* .top_input input[type=submit]{
    color: #fff;
    background: linear-gradient(to top,#343434,#7c7c7c);
} */
.top_input button{
    padding: 0!important;
    width: 30%;
    height: 38px;
    background-color: #2e69ff;
    color: #fff;
    border-radius:0;
}
.top_input button img{
    width: 26px;
    height: 24px;
}
/* end */

.ns-nav a{
    display: flex;
    margin-top: 10px;
    width: 22vw;
    height: 22vw;
    background: url(../img/nav-bg.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{
    /*line-height: 40px;*/
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}