/*
一些通用的基本不变的样式
*/
/* .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:url(../img/topbg.jpg) no-repeat center;
}
.open img{
    width: 80%;
    height: 75%;
    margin: calc((100% - 75%)/2);
}
.logo img{
    margin-left: 20px;
    height:80%;
    width: 90%;
}
.logo span{
    color: #fcecd8!important;
}
.open{
    margin-left: 15px;
    width: 8%;
}
.open span{
    text-align: center;
    display: block;
    height: 100%;
    line-height: 30px;
    color: #fcecd8;
    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: 44px;
    justify-content: center;
}
.nav .top-nav .logo span{
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    margin-left: 2.3em;
}
.nav .login{
    height: 70px;
    line-height: 70px;
    color: white;
}
.nav .login a{
    color: white;
}
.shurff{
    position: relative;
    height: 210px;
    margin: 0px auto 10px;
    width: 100%;
    overflow: hidden;
}
.top-banner{
    height: 210px;
}
.top-banner a{
    height: 210px;
    width: 100%;
}
.top-banner a img{
    height: 210px;
}
.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;
}
.logo{
    align-items: center;
}
.Region{
    position: relative;
}
/* 搜索框 */

.top_input div {
    width: 27%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cf2e6b;
    box-sizing: border-box;
}

.top_input div span {
    display: block;
    width: 80%;
    text-align: center;
}
.searkai{
    background-color: #cf2e6b;
    display: flex;
}
.searkai img{
    background:none;
    width:8px !important;
    height: 8px !important;
    margin-top: 13px;
    margin-right: 2px;

}
.top_input .option-ul {
    top: 36px;
    height: 200px;
    line-height: 30px;
    width: 20%;
    position: absolute;
    z-index: 8;
    flex-wrap: wrap;
}

.top_input .option-ul span {
    display: block;
    width: 100%;
}

.top_input {
    position: relative;
    width: 80%;
    height: 40px;
    margin: 10px auto 0;
    display: flex !important;
    justify-content: space-between;
}

.top_input div span {
    color: white;
    line-height: 32px;
    background-color: #cf2e6b;
    border: 1px solid #cf2e6b;
}

.top_input input[type=text] {
    padding: 0 !important;
    height: 36px !important;
    line-height: 36px !important;
    width: 90%;
    text-indent: 16px;
    border: 1px solid #cf2e6b;
    box-sizing: border-box;
    border-right: none;
}

.top_input button {
    border: 1px solid #cf2e6b;
    box-sizing: border-box;
    padding: 0 !important;
    width: 24%;
    height: 36px;
    background-color: #cf2e6b;
    border-left: none;
}

.top_input button img {
    width: 15px;
    height: 20px;
}
/* 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: 30px;
    line-height: 30px;
    font-size: 16px;
}
.ns-nav a img{
    width: 70%;
    height: auto;
    padding: 0 calc(30%/2);
}

.bg-color{
    background-color: #f2ede9;
}
.bah p{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
