html, body{
    font: 12px/1 "Microsoft YaHei", "微软雅黑", "arial", "tahoma", "MicrosoftJhengHei";
    padding: 0;
    margin: 0;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.common-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.icon-arrow-right-white {
    background-image: url("../img/icon-arrow-right-white.png");
}
.icon-search {
    background-image: url("../img/icon-search.png");
}
.icon-email {
    background-image: url("../img/icon-email.png");
}
.icon-phone {
    background-image: url("../img/icon-phone.png");
}
.icon-address {
    background-image: url("../img/icon-address.png");
}
.icon-send {
    background-image: url("../img/icon-send.png");
}
.icon-circle-left {
    background-image: url("../img/icon-circle-left.png");
}
.icon-circle-right {
    background-image: url("../img/icon-circle-right.png");
}
.icon-green-next {
    background-image: url("../img/icon-green-next.png");
}
.icon-green-prev {
    background-image: url("../img/icon-green-prev.png");
}



.common-container {
    width: 100%;
    min-width: 1200px;
    padding: 40px 0;
}
.common-container .container {
    width: 1200px;
    margin: auto;
}

.common-title {
    position: relative;
    padding-bottom: 32px;
}
.common-title .title{
    position: relative;
    display: inline-block;
    padding-top: 10px;
    height: 50px;
    background-image: url("../img/common-title-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.common-title .title span{
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(3, 36, 25, 1);
}
.common-title .title .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 30px;
    height: 30px;
    background-image: url("../img/icon-title.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.common-title .title .left{
    margin-right: 12px;
}
.common-title .title .right{
    margin-left: 12px;
}

.common-title .more {
    position: absolute;
    right: 0;
    top: 20px;
    display: inline-block;
    width: 66px;
    height: 26px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(3, 36, 25, 1);
    background-image: url("../img/icon-more.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
}
.common-title .more-white {
    color: #fff;
    background-image: url("../img/icon-more-white.png");
}

.common-title-white .title{
    background-image: url("../img/common-title-bg-white.png");
}
.common-title-white .title span{
    color: #fff;
}
.common-title-white .title .icon {
    background-image: url("../img/icon-title-white.png");
}
.common-title-white .more {
    color: #fff;
    background-image: url("../img/icon-more-white.png");
}

.common-title-long .title .icon {
    left: 50%;
    transform: translate(70%, 0);
}

.common-news-container {
    width: 100%;
    min-width: 1200px;
    padding: 40px 0;
}
.common-news-container .container {
    width: 1200px;
    margin: auto;
}
.common-news-container .left-news {
    display: inline-block;
    width: calc(50% - 50px);
    margin-right: 25px;
    vertical-align: top;
}
.common-news-container .right-news {
    display: inline-block;
    width: calc(50% - 50px);
    margin-left: 25px;
    vertical-align: top;
}


.quick-enter {
    position: fixed;
    top: 324px;
    right: 24px;
    width: 52px;
    height: 216px;
    background-image: url("../img/quick-enter-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 500;
    text-align: center;
}
.quick-enter .logo {
    margin: 0 auto;
    margin-top: 10px;
    width: 40px;
    height: 40px;
}
.quick-enter .logo img{
    width: 100%;
    height: 100%;
}
.quick-enter .tips {
    margin: 0 auto;
    margin-top: 5px;
    width: 16px;
    line-height: 20px;
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}
.quick-enter .common-icon {
    margin-top: 5px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.quick-enter-active {
    display: none;
    position: fixed;
    top: 220px;
    right: 24px;
    width: 96px;
    height: 372px;
    background-image: url("../img/quick-enter-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 500;
    text-align: center;
}
.quick-enter-active .logo {
    margin: 0 auto;
    margin-top: 10px;
    width: 70px;
    height: 70px;
}
.quick-enter-active .logo img{
    width: 100%;
    height: 100%;
}
.quick-enter-active .menu-list {
    margin: 0 auto;
    margin-top: 6px;
    width: 96px;
    line-height: 30px;
    opacity: 1;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #fff;
}
.quick-enter-active .menu-list .menu-item{
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}
.quick-enter-active .menu-list .menu-item:hover{
    background-color: #fff;
    color: rgba(3, 36, 25, 1);
}
.quick-enter-active .common-icon {
    margin-top: 0px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.footer {
    position: relative;
    width: 100%;
    min-width: 1200px;
    padding-top: 36px;
}
.footer .container {
    position: relative;
    width: 1200px;
    margin: auto;
}
.footer .partner-content {
    padding-bottom: 36px;
}
.footer .partner-title {
    padding-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 30px;
    color: #fff;
}
.footer .partner-list {
    font-size: 0;
}
.footer .partner-list .partner-item {
    display: inline-block;
    width: calc(20% - 10px);
    padding: 0 5px;
    padding-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: #fff;
    vertical-align: top;
}
.footer .partner-list .partner-item::before {
    content: "·";
}
.footer .partner-list .partner-item:hover {
    color: rgba(255, 235, 59, 1);
}
.footer .footer-bg {
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.footer .footer-content {
    position: relative;
    background: rgba(31, 33, 32, 0.4);
}
.footer .footer-content .container{
    padding-top: 39px;
    padding-bottom: 16px;
    font-size: 0;
    color: #fff;
}
.footer .footer-content .left{
    display: inline-block;
    width: 40%;
    font-size: 12px;
    vertical-align: top;
}
.footer .footer-content .center{
    display: inline-block;
    width: 35%;
    font-size: 12px;
    vertical-align: top;
}
.footer .footer-content .right{
    display: inline-block;
    width: 25%;
    font-size: 12px;
    vertical-align: top;
}
.footer .footer-content .left .logo img{
    width: auto;
    height: 66px;
}
.footer .footer-content .left .copyright {
    padding-top: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
}
.footer .footer-content .left .copyright a{
    color: #fff;
}
.footer .footer-content .left .visit {
    padding-top: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
}
.footer .footer-content .left .visit .number{
    letter-spacing: 21px;
    color: rgba(255, 255, 255, 1);
}
.footer .footer-content .left .support {
    padding-top: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.4);
}
.footer .footer-content .left .support .name{
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.footer .footer-content .left .support .service-qrcode {
    display: none;
    position: absolute;
    left: -10px;
    bottom: 24px;
}
.footer .footer-content .left .support .service-qrcode .img{
    width: 300px;
    height: auto;
}
.footer .footer-content .left .support .service-qrcode .img img{
    width: 300px;
    height: auto;
}
.footer .footer-content .left .support .name:hover .service-qrcode {
    display: block;
}


.footer .footer-content .center {
    padding-top: 30px;
}
.footer .footer-content .center .line{
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21px;
}
.footer .footer-content .center .line .common-icon{
    width: 16px;
    height: 16px;
}

.footer .footer-content .right {
    padding-top: 30px;
}
.footer .footer-content .right .qrcode-item {
    display: inline-block;
    width: 120px;
    margin-left: 15px;
    text-align: center;
    vertical-align: top;
}
.footer .footer-content .right .qrcode-item .img{
    display: inline-block;
    width: 104px;
    height: 104px;
}
.footer .footer-content .right .qrcode-item .img img{
    width: 100%;
    height: 100%;
}
.footer .footer-content .right .qrcode-item .text{
    display: inline-block;
    width: 100%;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
}
.footer a {
    color: #fff;
}


/* 分页器的css */
.pagination {
    text-align: center;
    padding: 60px 20px;
    font-size: 14px;
}

.pagination a {
    display: inline-block;
    border-radius: 5px;
    background-color: white;
    border: 1px solid rgba(28, 130, 18, 0.4);
    padding: 8px 20px;
    margin: 0 5px;
    cursor: pointer;
}

.pagination a:link {
    color: #000;
}

.pagination a:visited {
    color: #000;
}

.pagination a:hover {
    background-color: rgba(0, 138, 73, 1);
    color: white;
}

.pagination .number {
    margin-right: 20px;
}

.pagination .active {
    background-color: rgba(0, 138, 73, 1);
    color: white;
}

.pagination .first, .pagination .last {
    font-weight: bold;
    background-color: rgba(0, 138, 73, 1);
    color: white;
}

.pagination a.first, .pagination a.last, .pagination a.active {
    color: white;
}

@media screen and (max-width:780px) {
    .common-container {
        padding: 20px 0;
    }
    .common-container .container {
        width: calc(100% - 10px);
    }

    .common-title .title {
        height: 38px;
    }
    .common-title .title span {
        font-size: 24px;
    }
    .common-title .more {
        top: 10px;
    }

    .common-title-long .title .icon {
        left: 50%;
        transform: translate(30%, 0);
    }

    .common-news-container {
        min-width: 300px;
        padding: 20px 0;
    }
    .common-news-container .container {
        width: calc(100% - 10px);
    }
    .common-news-container .container .left-news{
        margin: 0;
        width: 100%;
    }
    .common-news-container .container .right-news{
        padding-top: 40px;
        margin: 0;
        width: 100%;
    }

    .quick-enter {
        display: none;
    }


    .footer {
        min-width: 300px;
    }
    .footer .footer-bg {
        background-size: auto 100%;
    }
    .footer .container {
        width: calc(100% - 10px);
        min-width: 300px;
    }
    .footer .partner-list .partner-item {
        width: calc(50% - 10px);
        font-size: 12px;
    }
    .footer .footer-content .left {
        width: 100%;
    }
    .footer .footer-content .center {
        padding-top: 16px;
        width: 100%;
    }
    .footer .footer-content .right {
        padding-top: 16px;
        width: 100%;
    }
    .footer .footer-content .left .logo img{
        height: 50px;
    }

    /* 二级页面分页器部分 */
    .pagination {
        padding: 40px 20px;
    }
    .pagination a {
        padding: 5px 15px;
        margin-bottom: 10px;
        font-size: 14px;
    }
}





















