@charset "utf-8";
/* CSS Document */
.top{
    width: 100%;
    height:152px;
    background: #ffffff;
}
.head{
    margin: 0 auto;
    height:76px;
}
.head h1{
    float: left;
    position: relative;
    top:7px;
}
.head h1 img{
    width: 233px;
}
.top-fun{
    float: right;
    height: 74px;
}
.top-fun p{
    display: inline-block;
    float:right;
    line-height: 74px;
}
.top-fun p a{
    font-size:12px;
    color: #333333;
}
.top-fun span{
    display: inline-block;
    width: 271px;
    height: 27px;
    border-radius: 14px;
    position: relative;
    top: 24px;
    margin-right: 30px;
    background: #F7F3EE;
}
.top-fun span input{
    display: inline-block;
    height: 27px;
    border: none;
    background: none;
    float: left;
    width: 271px;
    padding: 0 10px;

}
.top-fun span button{
    display: inline-block;
    background: url("../images/search-icon.png") center center no-repeat;
    border: none;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    top: 0;
}
.nav{
    height:75px;
    border-top: 1px solid #EAEAEA;
}
.nav-fiex{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #ffffff;
}
.nav-auto{
    height:75px;
    margin:0 auto;
    display: flex;
}
.nav-auto ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.nav-auto ul li{
    display: flex;
    align-items: center;
    height:74px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    position: relative;
    cursor: pointer;
}
.nav-auto ul li::after{
    display: flex;
    width: 13px;
    height: 7px;
    background: url("../images/xla.png") center center no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    position: absolute;
    right:-20px;
/*    transition: .4s;*/
}
.nav-auto ul li.cur::after{
    display: flex;
    width: 13px;
    height: 7px;
    background: url("../images/sla.png") center center no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    position: absolute;
    right:-20px;
    transition: .2s;
}
.nav-auto ul li.cur{
    border-bottom:4px  solid #883032;
}
.nav-auto ul li:hover{
}

.nav-auto ul li:last-child{
}
.sub-nav{
    position: absolute;
    left:-20px;
    top:69px;
    z-index: 10;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
    width:120px;
    border-top: 4px solid #883032;
    transition: .4s;
    opacity: 0;
    transform: translateY(-8px);
    height: 0;
    overflow: hidden;
}
.nav-auto ul li.hover .sub-nav{
    transition: .4s;
    opacity: 1;
    transform: translateY(0px);
    height: auto;
    overflow: auto;
}
.three-nav{
    position: absolute;
    right: -113px;
    top:-5px;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
}
.sub-nav .sub-nav-list {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    position: relative;
}
.sub-nav .sub-nav-list a {
    color: #333;
}
.sub-nav .sub-nav-list:not(:last-child) {
    border-bottom: 1px solid #198B42;
}

.three-nav .sub-three-list {
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    position: relative;
}
.three-nav .sub-three-list:not(:last-child) {
    border-bottom: 1px solid #198B42;
}
/*page*/
.page{
    width: 100%;
    margin: 20px auto;
    padding-left: 0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page .first, .page .end, .page .prev, .page .next {
    font-size:16px;
    background: #A0595B;
    color: #fff;
    padding:0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    border-radius:4px;
}
.page .current {
    width: 28px;
    height: 28px;
    background: #A0595B;
    border-radius:4px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 0 10px;
}
.page .num {
    color: #999999;
    margin: 0 10px;
    font-size: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
/*------------20230224------------*/
.page{
    width: 100%;
}
