html,body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    height: 100%;
}
ul,ol {
    list-style-type: none;
}
a{
    text-decoration:none;
}
a:link {
    text-decoration:none;
}

.body {
    overflow: hidden;
}
.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.none {
    display: none;
}


/* .sjLogo {
    display: none;
}
@media screen and (max-width: 767px) {
    .sjLogo {
        display: block;
    }
    .colorLogo {
        display: none;
    }
} */


/* 手机导航按钮 */
.cda-navbar-toggler {
    transform: translateY(-10px);
}
/* 手机导航按钮 */


/* 顶部导航 */
.cda-navbar-toggler #nav-icon3 {
    width: 28px;
}
.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}
.mainNavigationBox .mainNavigationInner ul > li.level1 .subNavBox {
    /* top: 80px; */
    top: 65px;
}
.mainNavigationBox .mainNavigationInner ul > li.level1:hover .subNavBox {
    /* top: 80px; */
    top: 65px;
}
.mainNavigationBox .mainNavigationInner ul > li.level1 .subNavBox:before {
    display: none;
    left: 50%;
    margin-left: -15px;
}
/* 顶部导航结束 */



/* 底部导航 */
.outer-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.outer-wrapper .col-md-3 {
    max-width: 20%;
}
/* 底部导航结束 */



/* footer_copyright */
.footer_copyright {
    background-color: #1f1f1f;
    padding: 14px 0;
}
.footer_copyright .w {
    width: 1200px;
    margin: 0 auto;
}
.footer_copyright .w>p {
    /* line-height: 50px; */
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.footer_copyright .w p a {
    color: #fff;
}
/* footer_copyright结束 */

@media screen and (max-width:1200px) {
    .footer_copyright .w {
        width: 90%;
    }
}
@media screen and (max-width:991px) {
    .mainNavigationBox .logo img {
        height: 60px;
        padding: 10px 0 10px 13px;
    }
}


.inside_sort {
    border-bottom: 1px #e5e5e5 solid;
}
.inside_sort>ul {
    display: flex;
    width: 1100px;
    margin: 0 auto;
    padding: 0;
}
.inside_sort>ul>li {
    cursor: pointer;
    width: 200px;
    line-height: 70px;
    font-size: 18px;
    text-align: center;
    position: relative;
    background: url(../images/bg09.jpg) no-repeat right center;
}
.inside_sort>ul>li:last-child {
    background-image: none;
}
.inside_sort>ul>li>a {
    color: #1f1f1f;
    border-right: #1f1f1f;
}
.cur {
    background-color: #00a032!important;
    background-image: none!important;
}
.inside_sort>ul>li.cur a {
    color: #fff;
}
.inside_sort>ul>li.cur a:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #00a032;
    position: absolute;
    bottom: -7px;
    left: 92px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.inside_sort>ul>li:hover {
    background-color: #00a032;
    background-image: none;
}
.inside_sort>ul>li:hover a {
    color: #fff;
}
.inside_sort>ul>li:hover a:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #00a032;
    position: absolute;
    bottom: -7px;
    left: 92px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
@media screen and (max-width:1199px) {
    .inside_sort>ul {
        width: 100%;
    }
}
#bgwhite {
    display: none;
}
@media screen and (max-width:991px) {
    #bgwhite {
        display: block;
        position: fixed;
        z-index: 9999;
        height: 60px;
        background-color: white;
    }
    #bgwhite .cda-navbar-toggler #nav-icon3 span {
        background-color: #00a032;
    }
}
@media screen and (max-width:767px) {
    #sjLogo {
        display: none;
    }
    .main-footer {
        display: none;
    }
    .dark-grey-bg {
        background: #00a032;
    }
    .inside_sort {
        padding: 20px 10px 0 10px;
        border-bottom: 0;
    }
    .inside_sort>ul {
        justify-content: center;
    }
    .inside_sort>ul>li {
        width: 22%;
        margin-right: 4%;
        line-height: 40px;
        background-color: rgb(224, 224, 224);
    }
    .inside_sort>ul>li:last-child {
        margin-right: 0;
    }
    .inside_sort>ul>li a {
        display: block;
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .inside_sort>ul>li a:after {
        display: none;
    }
}



.address-footer>.container>.row>.col-12>a:hover {
    color: #fff;
}