h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
}

.logo {
    width: 200px;
    height: 80px;
}
/* 右侧微信 */
.toolbar-wechat-group {
    position: fixed;
    right: 2rem;
    top: calc(50% + 12rem);
    z-index: 1000;
    display: grid;
    justify-content: center;
}

.wechat_group_box {
    display: flex;
    justify-content: center;
}

.toolbar-wechat-group .wechat_group_close {
    position: absolute;
    right: -1rem;
    top: -1.8rem;
    cursor: pointer;
}

    .toolbar-wechat-group .wechat_group_close img {
        width: 2rem;
        height: 2rem;
    }

.wechat_group_title {
    background: #f5f6f7;
    width: 13rem;
    font-size: 0.6rem;
    display: grid;
    justify-content: center;
    padding-top: 0.5rem;
    border-radius: 0.2rem;
}

    .wechat_group_title div {
        text-align: center;
        margin-top: 0.2rem;
    }

    .wechat_group_title img {
        width: 10rem;
        border-radius: 0.5rem;
        margin: 0 auto;
    }

/* 侧边工具 */

.toolbar-service {
    position: fixed;
    right: 1rem;
    top: calc(50% + 2rem);
    z-index: 1000;
    display: grid;
    justify-content: center;
    padding-left: 2rem;
}

    .toolbar-service .service_left {
        width: 9rem;
        background: #e58030;
        box-shadow: 1px 2px 5px #e58030;
        font-size: 1.0rem;
        text-align: center;
        color: white;
        padding: 0.5rem;
        border-radius: 0.5rem;
    }

    .toolbar-service .kefu_icon img {
        width: 4rem;
    }


    .toolbar-service .service_box {
        display: none;
        position: absolute;
        max-width: 50rem;
        text-align: center;
        color: white;
        background: white;
        border-radius: 0.5rem;
        right: 6rem;
        z-index: 999;
        box-shadow: 1px 2px 5px #d7c0ad;
        padding-bottom: 1rem;
        width: 75rem;
    }

.service-title {
    display: flex;
    color: #e58030;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1rem 0;
}

    .service-title img {
        width: 1.5rem;
        margin-right: 1rem;
        margin-left: 1rem;
        height: 1.5rem;
    }

.service-center {
    border-top: 2px solid #e58030;
    padding: 1rem 0;
}

    .service-center .service-type {
        display: flex;
        float: left;
        width: 10rem;
        background: #EDEFF2;
        color: #252A4D;
        font-weight: bold;
        margin: 0.5rem 1rem;
        padding: 0.5rem;
        border-radius: 0.5rem;
        cursor: pointer;
    }

        .service-center .service-type:hover {
            background: #e58030;
            color: white;
        }



        .service-center .service-type img {
            width: 1.5rem;
            margin-right: 1rem;
            height: 1.5rem;
        }

.toolbar-service:hover .service_box,
.toolbar-service .service_box:hover {
    display: block;
}

.address h3 {
    margin-bottom: 3rem;
}
/* 滑动效果 */
.service-bot-sty1 .container {
    opacity: 0;
    margin-top: 100px;
}

.advantage-bot-sty1 .container {
    opacity: 0;
    margin-top: 100px;
}

.about-bot-sty1 .abImg img {
    opacity: 0;
}

.about-bot-sty1 .comdesc {
    opacity: 0;
}

/* 评语 */
/* .comment{
    width: 1000px;
    margin: 0px auto;
    background: url(../images/bg/bg.png);
    height: 416px;
    padding: 10px 0px;
  } */

.comment {
    width: 1200px;
    margin: 0px auto;
    height: 300px;
    padding: 10px 0px;
}

    .comment .imgscroll {
        top: 50px;
        opacity: 0;
    }

.service-bot-sty1 img {
    width: 255px;
    height: 191px;
    transform: scale(1,1);
}

    .service-bot-sty1 img:hover {
        transform: scale(1.1,1.1);
    }
/* 轮播 */
.imgscroll {
    width: 1500px;
    overflow: hidden;
    height: 220px;
    margin: 0 auto;
    position: relative;
}

    .imgscroll li {
        float: left;
        list-style: none;
        width: 210px;
        height: 118px;
    }

    .imgscroll ul {
        position: absolute;
        top: 60px;
        left: 0;
    }

    .imgscroll img:hover {
        transform: scale(1.1,1.1);
    }


.copright p {
    color: #ffffff;
}

.news {
    opacity: 0;
    margin-top: 30px;
}

.news-menu a {
    padding: 20px 0px;
    text-indent: 10px;
    font-size: 18px;
}

    .news-menu a span {
        float: right;
        margin-right: 10px;
    }

.track_number {
    width: 80%;
    height: 300px;
    line-height: 20px;
    padding: 5px 0px;
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
    font-size: 0.8rem;
    letter-spacing: 1px;
}
.more_nav_center {
    position: absolute;
    top: 5.2rem;
    display: none;
    z-index: 9999;
    background: white;
    box-shadow: 1px 2px 4px #333;
    justify-content: center;
    border-radius: 0.5rem;
    white-space: nowrap;
    padding: 5px 10px;
}

.nav_item:hover .more_nav_center {
    display: grid;
}

.nav_item .more_nav_center:hover {
    display: grid;
    transform: scale(1.1,1.1);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #428bca;
    transform: scale(1.05,1.05);
}

a{
    color: #428bca;
}

.toolbar-service a {
    color: #ffffff;
}

.myhead {
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    height: 90px;
    min-height: 90px;
    z-index: 20;
    padding-top: 5px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}
.mycontent{
    margin-top:90px;
}



#scrollBox {
    background: #FFF;
    margin: 40px auto;
    overflow: hidden;
    width: 1000px;
}

    #scrollBox #con1, #scrollBox #con2 {
        float: left;
        margin-left: 10px;
    }

#innerdiv {
    float: left;
    width: 800%;
}