@CHARSET "UTF-8";
.siteMap{
    display: none;
}
.head1 {
    font-size: 0px;
}

.head1 .logoBox {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.head1 .logoBox .imgBox {
    width: 60px;
    height: 60px;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.head1 .logoBox .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.head1 .logoBox .titleBox {
    display: inline-block;
    width: 240px;
    font-size: 14px;
    vertical-align: middle;
}

.head1 .logoBox .titleBox .title {
    font-size: 20px;
    vertical-align: text-bottom;
    font-weight: 600;
    color: #666666;
}

.head1 .logoBox .titleBox .description {
    font-size: 12px;
}

.head1 .navBox {
    display: inline-block;
    width: 840px;
    font-size: 14px;
    vertical-align: middle;
}

.head1 .navBox .item {
    display: block;
    position: relative;
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.head1 .navBox .item .text {
    display: inline-block;
    height: 100%;
}

.head1 .navBox .item .text:hover {
    border-bottom: 2px solid #50aa4d;
}

.head1 .navBox .item .subItemWrap {
    position: absolute;
    top: 30px;
    left: 0px;
    min-width: 100%;
    padding:0px 10px 10px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 1000;
    background: #fff;
}

.head1 .navBox .item .subItemWrap .subItem {
    display: block;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CCCCCC;
}

.mobile1 {
    display: none;
}

.picMarquee-left {
    position: relative;
}

.picMarquee-left .hd {
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 1;
}

.picMarquee-left .hd ul {
    display: block;
    position: relative;
    padding: 2px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: -50%;
    background: rgba(155, 155, 155, 0.7);
}

.picMarquee-left .hd ul:after {
    display: block;
    content: '';
    clear: both;
}

.picMarquee-left .hd ul li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.picMarquee-left .hd ul li:last-child {
    margin-right: 0px;
}

.picMarquee-left .hd ul li.on {
    background: rgba(98, 164, 226, 0.7);
}

@media (min-width: 992px) and (max-width: 1199px) {

    .head1 .navBox {
        width: 640px;
    }

    .head1 .navBox .item {
        width: 91px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .head1 .logoBox .imgBox {
        width: 40px;
        height: 60px;
    }

    .head1 .logoBox {
        width: 240px;
    }

    .head1 .logoBox .titleBox {
        width: 200px;
    }

    .head1 .logoBox .titleBox .title {
        font-size: 20px;
    }

    .head1 .logoBox .titleBox .description {
        font-size: 10px;
    }

    .head1 .navBox {
        width: 480px;
    }

    .head1 .navBox .item {
        width: 68px;
    }
}

@media (max-width: 767px) {
    .head1 {
        display: none;
    }

    .mobile1 {
        position: relative;
        display: block;
        background: #50aa4d;
        color: #ffffff;
    }

    .mobile1 .menuAndWebNameWrap {
        height: 40px;
        line-height: 40px;
    }

    .mobile1 .menu {
        height: 40px;
        width: 40px;
        float: left;
    }

    .mobile1 .webName {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
    }

    .mobile1 .navWrap {
        position: absolute;
        z-index: 10;
        top: 30px;
        background: rgba(98, 164, 226, 0.7);
        padding: 10px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .mobile1 .navWrap .nav {
        display: block;
        color: #ffffff;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px dotted #CCCCCC;
    }

}