/* * {
    outline: solid #f00 1px !important;
    background: #000 !important;
    color: #fff !important;
} */

.container_w1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.container_w1450 {
    max-width: 1450px;
    margin: 0 auto;
}

.container_w1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.container_w1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.container_w1725 {
    max-width: 1725px;
    margin: 0 auto;
}

.container_w1780 {
    max-width: 1780px;
    margin: 0 auto;
}

.container_w1800 {
    max-width: 1800px;
    margin: 0 auto;
}

.container_w1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.text_center {
    text-align: center;
}

.div_padding0 {
    padding: 0;
}

.imgS {
    width: 100%;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.outlineNone {
    outline: none !important;
}

.font_white {
    color: #fff;
}

.font_white>p,
.font_white>span,
.font_white>div,
.font_white>h1,
.font_white>h2,
.font_white>h3,
.font_white>h4,
.font_white>h5,
.font_white>h6 {
    color: #fff;
}

.font_black {
    color: #333;
}

.font_black>p,
.font_black>span,
.font_black>div,
.font_black>h1,
.font_black>h2,
.font_black>h3,
.font_black>h4,
.font_black>h5,
.font_black>h6 {
    color: #333;
}

.line_bottom_black {
    position: relative;
}

.line_bottom_black::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 4px;
    width: 8%;
    background-color: #333;
}

.position_a_w100 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}


/* 图片居中定位占满img */

.AdaptiveScalingImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    object-fit: cover;
}


/* 头部 start */

.navbar {
    /* padding-top: 30px; */
    background-color: rgba(34, 151, 133, .8);
    padding: 17px;
}

.head_navBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    color: #fff;
}

.logo-sm-height {
    height: 49px;
    vertical-align: middle;
}

.nav-item {
    position: relative;
}

.nav_active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform: translate(-50%, 0);
}

.nav-link {
    color: #fff !important;
}


/* 头部 end */


/* 尾部 start */

.footerBGBox {
    background-color: #090808;
    color: #fff;
}

.foot_oneBox {
    line-height: 30px;
    font-size: 16px;
}

.li_top_8 {
    margin-top: 8px;
}

.foot_oneBox_s1 {
    max-width: 255px;
}

.foot_twoBox {
    padding-left: 10px;
}

.foot_twoBox_l1 {
    line-height: 20px;
    margin-top: 20px;
}

.foot_twoBox_h5 {
    font-size: 16px;
    line-height: 55px;
}

.foot_twoBox_a {
    color: #999999;
    font-size: 14px;
    line-height: 14px;
}

.foot_twoBox_a:hover {
    color: #fff;
}

.foot_fiveBox {
    padding-left: 50px;
    padding-right: 1px;
}

.foot_sixBox {
    text-align: right;
    padding-top: 65px;
}

.foot_sixBox_p1 {
    line-height: 45px;
}

.foot_sixBox_p2 {
    margin-top: 20px;
}

.foot_sixBox_img {
    max-width: 87px;
}

.bg-info {
    background-color: #1c1c1c!important;
}


/* 友情链接 */

.LinksBox {
    margin: 10px auto;
}

.LinksBox span {
    margin-right: 30px;
}

.LinksBox span a {
    color: #939393;
    line-height: 24px;
}

.LinksBox span a:hover {
    color: #fff;
}

.LinksBox span:nth-child(1) {
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .displayNone_w990 {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .foot_oneBox {
        line-height: 1.5rem;
        font-size: 1rem;
    }
}

.foot_bottomBox {
    padding: 30px 15px;
    color: #999999;
    font-size: 14px;
}

.foot_bottomBox_fourBox {
    text-align: right;
}

.foot_bottomBox_fourBox_d1 {
    margin-left: 30px;
}

@media screen and (max-width: 992px) {
    .navbar {
        padding-top: 1rem;
    }
    .head_navBox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        color: #fff;
        background-color: #333;
        text-align: center;
    }
    .Placeholder_w992_Show {
        height: 77px;
    }
    .logo-sm-height {
        height: 50px;
    }
    .icon-daohanglan_style {
        font-size: 2rem;
        color: #fff;
    }
}

.nav_otherTopAD_img {
    width: 100%;
    transform: scale(1);
    transition: all .5s;
    animation: imgZoom 3s;
}

@keyframes imgZoom {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1);
    }
}