body {
    font: 12px/180% Arial, Helvetica, sans-serif, "Microsoft YaHei UI";
}

.sidebar-right {
    position: fixed;
    right: 1px;
    top: 62%;
    margin-top: -100px;
    z-index: 100
}

.right-menu {
    position: relative;
}

.right-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #fff;
}

.right-box {
    position: absolute;
    top: 0px;
    right: 48px;
    padding-right: 25px;
    display: none;
}

.right-box .box-border {
    border: 1px solid #ccc;
    border-top: 2px solid #e60012;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    position: relative
}

.right-box .box-border .arrow-right {
    display: block;
    width: 13px;
    height: 16px;
    background: url(../image/arrow.png) no-repeat;
    position: absolute;
    right: -13px;
    top: 12px;
}

.right-menu:hover .right-box {
    display: block
}

/*在线客服*/
.menu-service .right-btn {
    border-color: #e60012;
    background: url(../image/customer_service_icon.png) no-repeat #e60012 center;
}

/*热线电话*/
.menu-contact .right-box .box-border {
    width: 180px;
}

.menu-contact .right-box .phone {
    color: #e60012;
    font-size: 18px;
    line-height: 3px;
}

.menu-contact .right-btn {
    background: url(../image/phone_icon.png) no-repeat #ffffff center;
}

.menu-contact.right-menu:hover .right-btn {
    background: url(../image/phone_icon_white.png) no-repeat #e60012 center;
}

/*返回顶部*/
.menu-top .right-btn {
    background: url(../image/back_2_top_icon.png) no-repeat #ffffff center;
}

.menu-top .right-btn:hover {
    background: url(../image/back_2_top_icon_white.png) no-repeat #e60012 center;
}

.news-list a, .news-list a:hover {
    text-decoration: none;
}

.itemtopnavbar ul li {
    width: 25%;
}

.itemtopnavbar ul li a {
    color: #333333;
    text-decoration: none;
}

.itemtopnavbar ul li a:hover {
    text-decoration: none;
}

.item a, .item a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 861px) {
    .itemtopnavbar ul li {
        width: 50%;
        border-bottom: 1px solid #eee;
    }

    .itemtopnavbar ul li:nth-child(3) {
        border-left: 0px;
    }

    .itemtopnavbar ul li:nth-child(5) {
        border-left: 0px;
    }

    .itemtopnavbar {
        border-bottom: 0px !important;
    }
}


.topnavbar ul li {
    width: 50%;
}

.topnavbar ul li a {
    color: #333333;
    text-decoration: none;
}

.topnavbar ul li a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 861px) {
    .topnavbar ul li {
        width: 50%;
        border-bottom: 1px solid #eee;
    }

    .topnavbar ul li:nth-child(3) {
        border-left: 0px;
    }

    .topnavbar ul li:nth-child(5) {
        border-left: 0px;
    }

    .topnavbar {
        border-bottom: 0px !important;
    }
}

.fl a, .fl a:hover {
    text-decoration: none;
}

.newsitem a, .newsitem a:hover {
    text-decoration: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: text-bottom;
    line-height: 18px;
    position: relative;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #e50232;
    color: #e50232;
    font-size: 20px;
    font-weight: bold;
}

.space-40 {
    height: 40px;
}