.wrap {
    width: 1300px;
    max-width: 1300px;
    margin: auto;
}
.currents {
    color: #d71718;
}
    .currents::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 60% !important;
        height: 2px;
        background: #d71718 !important;
        transform: translateX(-50%);
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        opacity: 1;
    }


.pcword {
    display: block;
}

.appword {
    display: none;
}

.head-no {
    width: 100%;
    height: 90px;
}




.head-box {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
}




.headb-tctri {
    display: flex;
    align-items: center;
}

.headb-tctr-dl {
    padding: 5px 15px;
    display: flex;
    align-items: center;
}

.headb-tctr-dl>a {
    font-size: 12px;
}

.headb-tctr-dl>span {
    padding: 0 5px;
}

.headb-tctr-crd {
    padding-left: 20px;
    border-left: 1px solid #c0c0c0;
}

.headb-tctr-crd a {
    display: flex;
    align-items: center;
}

.headb-tctr-crd a img {
    width: 20px;
    height: 20px;
}

.headb-tctr-crd a p {
    font-size: 12px;
    margin-left: 10px;
}

.headb-tctr-crd a p span {
    font-weight: 600;
}


.headb-cnt {
    background-color: #ffffff;
    padding: 15px 0;
}

.headb-ctbx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headb-ctbimg>img {
    width: 150px;
    height: auto;
}

.headb-ctble {
    display: flex;
    align-items: center;
}

.ctbl-ul {
    display: flex;
    align-items: center;
}

.ctbl-ul>li>a {
    padding: 15px 30px;
    font-size: 16px;
    position: relative;
}

.ctbl-ul>li>a:hover {
    color: #d71718;
}

.ctbl-ul>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d71718;
    transform: translateX(-50%);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    opacity: 1;
}

.headsw{
    color: #d71718;
}
.headsw::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d71718;
    transform: translateX(-50%);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    opacity: 1;
}

.ctbl-ul>li>a:hover::after {
    width: 60% !important;
}


.search-btn{
    margin-left: 20px;
}
.search-btn img{
    width: 30px;
    height: auto;
}






/* -----main-banner------- */
.classify-banner {
    max-width: 1920px;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.classify-banner img {
    width: 100%;
    height: auto;
}


.paging-box{
    display: flex;
    justify-content: center;
    align-items: center;
}




/* 回到头部 */
.cd-top{
    height: 60px;
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 120px;
    background-color: #5b4d3c;
    display: none;
}
.cd-top:hover{
    background-color: #d71718;
}

.cd-top a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-top a i{
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}







/* 底部 footer  */
.foot-box {
    background-color: rgba(51, 51, 51, 1);
}

.footb-cnt {
    padding: 40px 0;
    display: flex;
}

.footb-ctle {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.footb-ctle ul {
    width: 50%;
}

.footb-ctle ul li h3 {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
}

.footb-ctle ul li a {
    font-size: 14px;
    color: #ffffff;
    opacity: .8;
    margin-bottom: 15px;
}


.footb-ctri {
    width: 50%;
    display: flex;
    justify-content: space-between;
}
.footb-ctrlink{
    width: 45%;
}
.footb-ctrlink h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 25px;
}


.footb-ctrlink p {
    font-size: 14px;
    color: #ffffff;
    opacity: .8;
    margin-bottom: 15px;
    display: flex;
}
.footb-ctrlink p span{
    white-space: nowrap;
}



.footb-ctrcode{
    display: flex;
}


.footb-ctr-img {
    width: 120px;
    margin-left: 30px;
}

.footb-ctr-img img {
    width: 100%;
    height: auto;
}
.footb-ctr-img p{
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #ffffff;
}



.footb-btm {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footb-btm p{
    font-size: 14px;
    color: #c1c1c1;
}
.footb-btm p a{
    font-size: 14px;
    color: #c1c1c1;
    margin-left: 5px;
}

.footb-btm p img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}