﻿.navtwobjtitle {
    color: #FFF;
    text-align: center;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-top: 241px;
}

.navtwobjtitle1 {
    margin-top: 6px;
    padding-bottom: 208px;
    color: #FFF;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.navtwobj_mb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}

.navtwobj {
    position: relative;
}

.navtwobjbox {
    position: relative;
    z-index: 1;
}

/* 二級導航 */
.two_nav {
    overflow-x: auto;
    /* opacity: 0.8; */
    background: rgba(145,40,34,0.8);
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;

}

.two_navever {

    flex-grow: 0;
    flex-shrink: 0;

}

.two_navever a {
    display: inline-block;
    padding: 29px 0 30px;
    margin-right: 50px;
    margin-left: 30px;
    font-family: Microsoft YaHei;
    font-style: normal;
    line-height: normal;
    flex-grow: 0;
    flex-shrink: 0;
    color: #FFF;

    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;


}

.two_navever a::after {
    content: '';
    position: absolute;
    /* width: 100%; */
    width: 0%;
    height: 2px;
    background-color: #fff;
    left: 50%;
    bottom: 20px;
    transition: .3s;
    transform: translateX(-50%);

}

.two_navever.active a {
    font-weight: 700;

}

.two_navever.active a::after {
    width: 100%;
    transition: .3s;

}

.two_navall {
    display: flex;
    align-items: center;
}



.mbx_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.link {
    color: #CCC;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
    text-transform: capitalize;
}

.jt {
    margin: 0 10px;
}

.home_icon {
    margin-right: 10px;
}

.mbx {
    padding-top: 20.5px;
    padding-bottom: 10.5px;
    background-color: #fff;

}

.icon-l {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-l>div {
    width: 17px;
    height: 30px;
    border: 1px solid #912822;
    opacity: 1;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-l>div>div {
    width: 1px;
    height: 5px;
    background: #912822;
    opacity: 1;
    -webkit-animation-name: top-bottom;
    animation-name: top-bottom;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}


@keyframes top-bottom {
    form {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    to {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.mbx_right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}


















/* @media (max-width:901px) {

    .mbx_right {
        display: none;
    }

    .two_navever {
        margin-left: 0;
    }

    .navtwobjtitle {
        padding-top: 200px;
    }

    .navtwobjtitle1 {
        padding-bottom: 200px;
    }

    .two_navever {
        margin-right: 35px;
    }
} */

@media (max-width:500px) {

    .mbx img {
        margin: 0 5px;
    }

    .mbx {

        padding-bottom: 20px;
    }

    .two_navever {
        padding: 0;
    }
    .two_navever a {
        margin-right: 20px;
        margin-left: 20px;
        padding: 20px 0 20px;
    }
 
    .two_navever {
        margin-right: 10px;
    }
    .two_navever a::after {
       
        bottom: 9px;
    }
    .mbx_right{
        display: none;
    }
}