body, p, h1, h2, h3, h4, h5, h6, li, span, i, ul, img, a, strong, input {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

body, p, h1, h2, h3, h4, h5, h6, li, span, i, ul, img, a, strong, input {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    min-width: 1280px;
}

li {
    list-style-type: none;
    float: left;
}

a {
    text-decoration: none;
    outline: none;
}

th, td {
    padding: 0;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

i {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, select, textarea {
    outline: none;
    text-indent: 6px;
}

textarea {
    resize: none;
}

div {
    margin: 0 auto;
}


.m_title {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.m_title h4 {
    height: 24px;
    font-size: 26px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
    margin-bottom: 5px;
}

.m_title h4 span {
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #909090;
    line-height: 16px;
    position: relative;
    padding-left: 18px;
}

.m_title a {
    position: absolute;
    right: 0;
    top: 4px;
    height: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #286EFA;
    line-height: 18px;
}


/*婢舵挳鍎寸€佃壈鍩呴弽宄扮础*/
.navi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    min-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    z-index: 888;
}

.navi:hover {
    background: #ffffff;
}

.navi .top-nav {
    width: 1200px;
    margin: 0;
}

.navi .logo {
    float: left;
    height: 50px;
}

.navi .logo h6 {
    float: left;
    height: 50px;
    margin-right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navi .logo h6 img {
    height: 40px;
}

.navi ul {
    float: left;
    margin-left: 12px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navi ul li {
    color: #333333;
    /* width: 80px; */
    float: left;
    padding: 0 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.navi ul li.market {
    float: left;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;

}

.navi ul li.market:hover a {
    font-weight: normal;
    color: #ffffff;
    background: #9c0000;
}

.navi ul li.market a {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 26px;
    display: block;
    background-color: #FA6400;
    color: #fff;
    transition: all 0.3s;
    border-radius: 5px;
    position: relative;
}

.navi ul li.market a img {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
}

.navi ul li:hover a {
    color: #527fff;
}

.navi ul li.active a {
    color: #527fff;
}

.navi ul li a {
    position: relative;
    color: #333333;
}

.navi ul li a .map-new-icon {
    position: absolute;
    top: -16px;
    left: 86%;
    width: 53px !important;
    height: 20px !important;
}

.navi ul li a.active {
    color: #527fff;
    font-weight: 600;
    padding-bottom: 18px;
    border-bottom: 3px solid #527fff;
}

.navi .navi-rig {
    height: 50px;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navi .navi-rig .search {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
    border-radius: 5px;
}

.navi .navi-rig .search img {
    display: block;
    width: 14px;
    position: absolute;
    left: 20px;
    top: 55%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navi .navi-rig .search img:nth-child(1) {
    display: block;
}

.navi .navi-rig .search img:nth-child(2) {
    display: none;
}

.navi .navi-rig .search:hover {
    color: #286EFA;
    background: rgba(26, 26, 26, 0.05);
}

.navi .navi-rig .search:hover img:nth-child(1) {
    display: none;
}

.navi .navi-rig .search:hover img:nth-child(2) {
    display: block;
}

.navi .navi-rig .btn_login {
    position: relative;
}

.navi .navi-rig .btn_com1 {
    float: left;
    display: flex;
    height: 30px;
    margin-left: 20px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    padding: 0 10px;
    cursor: pointer;
    background: rgba(40, 110, 250, 0.1);
    transition: all 0.3s;
    flex-wrap: nowrap;
    align-items: center;
}

.navi .navi-rig .btn_com1 img {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #fff;
}

.navi .navi-rig .btn_login:hover:hover .btn_com1 {
    background-color: #1B60FF;
    color: #fff;
}

.navi .navi-rig .btn_login:hover .btn_com1_hover {
    display: block;
}

.navi .navi-rig .btn_login .btn_com1_hover {
    position: absolute;
    left: 62%;
    top: 30px;
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 15px;
    display: none;
}

.navi .navi-rig .btn_login .btn_com1_hover .btn_com1_hover_content {
    width: 106px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

.navi .navi-rig .btn_login .btn_com1_hover .System_hover_a {
    display: block;
    transition: all 0.2s;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    padding-left: 31px;
}

.navi .navi-rig .btn_login .btn_com1_hover .System_hover_a:hover {
    color: #1A1A1A;
    background-color: #F2F3F5;
}

.navi .navi-rig .btn_login .btn_com1_hover .System_hover_a img {
    width: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.navi .navi-rig .btn_com2 {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 10px;
    cursor: pointer;
    background: #286efa;
    margin-left: 12px;
    transition: all 0.3s;
}

.navi .navi-rig .btn_com2:hover {
    background-color: #002b82;
    color: #fff;
}

.index-first-page {
    display: grid;
    width: 100%;
    height: 500px;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}

.index-first-page .index-first-banner {
    width: 1200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    opacity: 1;
    margin: 0 auto;
    justify-content: space-between;
}

.index-first-page .title-wrap {
    position: relative;
    z-index: 10;
    margin: 0;
    height: 368px;
    margin-right: 2%;
    z-index: 88;
}

.index-first-page .title-wrap .title {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-top: 108px;
    line-height: 66px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
}

.index-first-page .title-wrap .title-second {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    text-shadow: 2px 2px #000000;
}

.index-first-page .title-wrap .title-second span:not(:last-child) {
    margin-right: 24px
}

.index-first-page .title-wrap .btn_com {
    padding-top: 30px;
    font-size: 0;
}

.index-first-page .title-wrap .btn_com .btn_com1 {
    display: inline-block;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #286EFA;
}

.index-first-page .title-wrap .btn_com .btn_com1:hover {
    background: #FA6400;
}

.index-first-page .first-page-vr {
    position: absolute;
    width: 100%;
    right: 50%;
    margin-right: -50%;
    z-index: 10;
}

.first-page-vr iframe {
    width: 100%;
    height: 500px !important;
    transition: .5s;
    height: auto;
    border: 0;
}

.first-page-vr .Banner_back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.2);
}


.vr-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vr-container ul {
    display: flex;
    margin: 0 auto;
    width: 1280px;
    line-height: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vr-container ul li {
    width: 224px;
    margin-bottom: 42px;
}

.vr-container ul li a {
    display: flex;
    align-items: center;
}

    .vr-container .zhiliaobao_item {
        position: relative;
        display: block;
        width: 100%;
        height:448px;
        text-align: center;
        border-radius: 5px;
        overflow: hidden;
    }

        .vr-container .zhiliaobao_item .products_item_img_v_src {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
            overflow: hidden;
            position: relative;
            transform-origin: center;
            transition: transform 0.5s ease;
        }


        .vr-container .zhiliaobao_item:hover .products_item_img_v_src {
            transform: scale(1.16);
        }

.vr-container ul li a div {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}

    .vr-container ul li a div .products_item_img_v_src {
        width: 100%;
        height: 100%;
        max-height: 240px;
        object-fit: cover;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        transform-origin: center;
        transition: transform 0.5s ease;
    }

    .vr-container ul li a .extra {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 30px;
        transition: 0.3s ease-in-out;
    }

        .vr-container ul li a .extra .tags_content_bottom_L {
            position: absolute;
            left: 10px;
            bottom: 10px;
            height: 20px;
            line-height: 20px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 3px;
            padding: 0 5px;
            font-size: 12px;
            font-weight: 500;
            color: #fff;
            white-space: nowrap;
            width: auto;
        }

        .vr-container ul li a .extra .tags_content_bottom_R {
            position: absolute;
            right: 5px;
            bottom: 12px;
            width: auto;
            border-radius: 0px;
        }

.vr-container ul li a .extra .matrix {
    background-color: #c6a33c;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500
}
.vr-container ul li a .extra .map {
    background-color: #006fff;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500
}
            .vr-container ul li a .extra .tags_content_bottom_R img {
                display: block;
                height: 16px;
                width: auto;
                float: left;
                margin-right: 5px;
            }

    .vr-container ul li:hover a .products_item_img_v_src {
        transform: scale(1.16);
    }

.vr-container ul li a div .tags {
    position: absolute;
    display: flex;
    margin: 0;
    height: 20px;
    left: 10px;
    top: 12px;
    flex-direction: row;
    align-items: center;
}

.vr-container ul li a div .tags .span1 {
    display: block;
    width: 34px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    background-color: rgba(25, 25, 25, 0.5);
    color: #FFFFFF;
    white-space: nowrap;
}

.vr-container ul li a div .tags .span2 {
    display: block;
    width: 34px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    background-color: #AE905D;
    color: #FFFFFF;
    white-space: nowrap;
}

.vr-container ul li a div .nums {
    position: absolute;
    display: flex;
    width: 102px;
    height: 20px;
    right: 6px;
    top: 12px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.vr-container ul li a div .nums .span1 {
    display: block;
    padding-left: 18px;
    padding-right: 6px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    padding-left: 18px;
}

.vr-container ul li a div .nums .span1 img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    font-size: 0;
}

.vr-container ul li a div .nums .span2 {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    position: relative;
    padding-left: 18px;
}

.vr-container ul li a div .nums .span2 img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    font-size: 0;
}

.vr-container ul li .vr_item_bottom {
    width: 100%;
    height: 58px;
    box-sizing: border-box;
    padding-top: 12px;
}

.vr-container ul li .vr_item_bottom h5 {
    width: 100%;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info {
    width: 100%;
    height: 20px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info .vr_.author {
    display: block;
    width: 100%;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    color: #909090;
    position: relative;
    text-decoration: none;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info .vr_author img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info .vr_author span {
    display: block;
    padding-left: 25px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    color: #909090;
    position: relative;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info .vr_author img.rz {
    position: relative;
    width: 20px;
    height: 16px;
    margin-left: 3PX;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info .vr_author_city {
    position: absolute;
    right: 8px;
    top: 0;
    height: 20px;
    padding-left: 19px;
    text-align: right;
    white-space: nowrap;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #909090;
}

.vr-container ul li .vr_item_bottom .vr_item_bottom_info .vr_author_city .icon {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 16px;
    height: 16px;
    background-image: url(../images/city_position.png);
    background-size: 14px 16px;
    background-repeat: no-repeat;
}

.HeaderBanner {
    position: relative;
    display: flex;
    width: 1200px;
    height: 80px;
    text-align: center;
    z-index: 10;
}

.HeaderBanner a {
    position: relative;
    float: left;
    display: flex;
    width: 305px;
    height: 80px;
    color: #000000;
    background: rgb(255, 255, 255, 0.8);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
    backdrop-filter: saturate(180%) blur(1px);
    flex-wrap: nowrap;
    align-items: center;
}

.HeaderBanner a:hover {
    color: #286EFA;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(10px);
}

.HeaderBanner a:last-child {
    margin-right: 0;
}

.HeaderBanner a .banner_img {
    display: flex;
    width: 82px;
    height: 78px;
    margin: 0;
    justify-content: flex-end;
    align-items: center;
}

.HeaderBanner a .banner_img img {
    width: 62px;
    height: 62px;
    border-radius: 6px;
    overflow: hidden;
}

.HeaderBanner a .banner_txt {
    width: 212px;
    text-align: left;
    line-height: 18px;
    padding: 9px 6px 9px 8px;
}

.HeaderBanner a .banner_txt .title {
    font-size: 15px;
    font-weight: 600;
}

.HeaderBanner a .banner_txt .desc {
    font-size: 13px;
    padding-top: 3px;
}


.photographer-container {
    box-sizing: border-box;
    width: 1200px;
    margin: 36px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.photographer-container ul {
    float: left;
    display: flex;
    margin: 0 auto;
    width: 100%;
    line-height: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photographer-container ul .photographer-item {
    width: 186px;
    padding: 8px 0 16px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    background: linear-gradient(159deg, #c9e1ff, #eff5ff);
    border-radius: 8px;
    transform-origin: center bottom;
    transition: all .2s cubic-bezier(.65, .05, .36, 1);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.photographer-container ul .photographer-item.active {
    background: linear-gradient(135deg, #ffa9a9, #2f82ee);
}

.photographer-container ul .photographer-item:hover {
    background: linear-gradient(135deg, #fff1f1, #c0dcff);
    transform: translateY(-6px);
}

.photographer-container ul .photographer-item.active:hover {
    transform: translateY(0px);
}

.photographer-container ul .photographer-item .rz {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 38px;
    top: 120px;
    border: 2px solid #ffffff;
    border-radius: 100%;
}

.photographer-container ul .photographer-item .avatar {
    width: 132px;
    height: 132px;
    margin: 10px auto;
    border-radius: 50%;
}

.photographer-container ul .photographer-item .namesys {
    width: 100%;
    color: #000000;
    font-size: 16px;
    display: block;
    height: 18px;
    line-height: 18px;
    margin: 0 auto 8px auto;
    text-align: center;
}

.photographer-container ul .photographer-item .identity {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #767676;
    text-align: center;
    line-height: 17px;
}

.photographer-container ul .photographer-item .info {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.photographer-container ul .photographer-item .info .span1 {
    float: left;
    display: block;
    padding-right: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    color: #1a1a1a;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #d8d8d8;
}

.photographer-container ul .photographer-item .info .span2 {
    float: left;
    display: block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    color: #1a1a1a;
    position: relative;
    padding: 0 10px;
}

.photographer-container ul .photographer-item .info span i {
    margin-right: 5px;
}

.photographer-container ul .photographer-item.active P {
    color: #ff0000
}

.photographer-container ul .photographer-item:hover P {
    color: #ff0000;
}

/**閸欏厖鏅跺銉ュ徔**/
.right-tool-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 326px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.right-tool-container .tool-container {
    padding: 0;
    font-family: PingFangSC-Regular, PingFang SC;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.right-tool-container .tool-item {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #f2f3f5;
}

.right-tool-container .tool-item:last-child {
    border-bottom: 0;
}

.right-tool-container .tool-item .right-tool-popper {
    position: absolute;
    top: -60px;
    right: 80px;
    width: 140px;
    text-align: center;
    padding: 10px 5px;
    background: #fff;
    border-radius: 4px;
    transform: scale(0);
    transform-origin: right center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    transition: transform 0.3s ease;
}

.right-tool-container .tool-item .right-tool-popper:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
    border-width: 8px;
    border-left-color: #fff;
    top: 48%;
}

.right-tool-container .tool-item .right-tool-popper.kf {
    top: -88px;
}

.right-tool-container .tool-item:hover .right-tool-popper {
    transform: scale(1);
}

.right-tool-container .tool-item .right-tool-popper .img {
    width: 100%;
    height: auto;
}

.right-tool-container .tool-item .right-tool-popper .text {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

.right-tool-container .tool-item .right-tool-popper .text b {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.right-tool-container .tool-item .tool-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.right-tool-container .icon-tool {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.right-tool-container .icon-gzh {
    background-image: url(../images/gzh.png);
}

.right-tool-container .tool-item:hover .icon-gzh {
    background-image: url(../images/gzh1.png);
}

.right-tool-container .icon-dyh {
    background-image: url(../images/dyh.png);
}

.right-tool-container .tool-item:hover .icon-dyh {
    background-image: url(../images/dyh1.png);
}

.right-tool-container .icon-video {
    background-image: url(../images/sp.png);
}

.right-tool-container .tool-item:hover .icon-video {
    background-image: url(../images/sp1.png);
}

.right-tool-container .icon-wechat {
    background-image: url(../images/wx.png);
}

.right-tool-container .tool-item:hover .icon-wechat {
    background-image: url(../images/wx1.png);
}

.right-tool-container .icon-service {
    background-image: url(../images/kf.png);
}

.right-tool-container .tool-item:hover .icon-service {
    background-image: url(../images/kf1.png);
}

.right-tool-container .tool-item .tool-label {
    margin-top: 4px;
    color: #999;
}

.right-tool-container .tool-item:hover .tool-label {
    color: #5a92f4;
}


/*閸忣剙鍙℃惔鏇㈠劥*/
.footer {
    font-size: 14px;
    color: #4f5b78;
    padding: 0;
    background-color: #222a3e;
}

.first-header {
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}

.first-header .nav-box li a {
    color: #fff;
}

.footer .footer-top {
    display: table;
    width: 1280px;
    margin: 0 auto;
    color: #fff;
}

.footer .footer-top-l {
    width: 722px;
    float: left;
    line-height: 2;
    margin-right: 50px;
}

.footer .footer-top-l b {
    font-size: 18px;
    font-weight: normal;
}

.footer .footer-top-r {
    float: right;
    padding: 10px 0;
}

.footer-top-QR {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.footer-top-QR img {
    width: 120px;
    height: 120px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-position-size: contain;
    background-size: contain;
}

.footer-top-QR p {
    padding: 5px 0 0;
    color: #ffffff;
    font-size: 14px;
}

.footer-top-hotTel {
    float: left;
    margin-left: 20px;
}

.footer .footer-top-r b {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.footer .footer-top-r .tel {
    font-size: 30px;
    font-weight: 600;
    color: #ff8502;
}

.footer .footer-bottom {
    border-top: 1px solid #323a52;
    width: 1280px;
    margin: 10px auto 0;
    text-align: center;
    line-height: 32px;
    padding: 15px 0 20px;
    color: #aaa;
}

.footer .footer-bottom a {
    color: #aaa;
}

