﻿

@font-face {
    font-family: "POPPINS-HarmonyOS_Sans_SC_Regular";
    src: url(../font/HarmonyOS_Sans_SC_Regular.ttf);
}


* {
    scroll-behavior: smooth;
    /* font-family: "HarmonyOS_Sans_SC_Regular"; */
}

/* 视屏 */
#publicity-video {
    width: 100%;
    height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#publicity-video video {
    display: block;
}

.msg-box-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
}

.msg-box {
    width: 60%;
    height: 70%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box-div {
    width: 100%;
    height: 100%;
}

.msg-box .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msg-box .close-box {
    width: 30px;
    height: 30px;
    background: url("../image/btn-close-modal.png") no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3;
}

.msg-box .close-box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fd::after {
    content: " ";
    display: block;
    clear: both;
}

.fd {
    zoom: 1;
}

.app {
    display: none;
}

.container {
    max-width: 1440px;
    width: 96%;
    margin: 0 auto;
}

@media(max-width:768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}

.template {
    margin-top: 115px;
}

/* 导航 */

.nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all .5s;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.nav_con {
    width: 100%;
    position: relative;
}

.nav .logo {
    width: 61px;
    height: 100%;
    float: left;
    padding: 25px 0;
}

.nav .logo img {
    width: 100%;
    vertical-align: middle;
}

.nav .rig {
    float: right;
    height: 115px;
}

.nav .rig .category {
    float: left;
}

.category-item {
    float: left;
    margin-right: 60px;
    position: relative;
}

.category-a {
    font-size: 16px;
    color: #333333;
    position: relative;
    display: block;
    transition: all .5s;
    line-height: 115px;
}

.category-a::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #e60012;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.category-item:hover .category-a::before,
.category-item.on .category-a::before {
    opacity: 1;
}

.category .two {
    position: absolute;
    width: 100%;
    height: auto;
    top: 100%;
    left: 0;
    display: none;
}

.togglr {
    width: 25px;
    height: 20px;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
    display: none;
    margin-left: 30px;
}

.togglr .icon_bar {
    width: 100%;
    height: 2px;
    background-color: #000;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.togglr .icon_bar:nth-of-type(2) {
    margin: 6px 0;
}

.togglr.on .icon_bar:nth-of-type(2) {
    opacity: 0;
}

.togglr.on .icon_bar:first-child {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    -ms-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

.togglr.on .icon_bar:last-child {
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    -ms-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}


/*  */
.nav .a {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    width: 140px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #eaebec;
    margin-top: 32.5px;
    transition: all .5s;
}

.nav .a:hover {
    color: #e60012;
    border-color: #e60012;
}

.nav .a i {
    width: 8px;
    height: 13px;
    display: inline-block;
    background-image: url(../image/img1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}

@media(max-width:1024px) {
    .nav .rig {
        height: auto;
    }

    .nav .rig .category {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 60px;
        padding: 0 30px;
        padding-top: 30px;
        display: none;
        background: #fff;
    }

    .nav .rig .category::-webkit-scrollbar {
        width: 3px;
        background: rgb(0, 0, 0);
        border-radius: 50px;
    }

    .nav .rig .category::-webkit-scrollbar-thumb {
        border-radius: 50px;
        background: rgb(0, 0, 0);
    }

    .nav.on {
        background: #fff;
    }

    .nav .rig .category_y {
        width: 100%;
        padding-bottom: 15px;
    }

    .category-item {
        width: 100%;
        position: relative;
        border-bottom: 1px solid #333;
    }

    .category-a {
        margin-right: 0;
        line-height: 60px;
        display: inline-block;
        padding: 0;
    }

    .togglr {
        display: block;
        float: right;
        margin-top: 20px;
    }

    .nav .rig .category {
        height: calc(100% - 84px);
        overflow-y: auto;
    }

    .category-item {
        float: none;
        border-bottom: 1px solid #333;
    }

    .category .two {
        position: static;
        transform: translate(0);
        width: 100%;
        background: none;
    }

    /*  */
    .nav .logo {
        width: 51px;
        padding: 15px 0;
    }

    .togglr {
        margin-top: 32px;
    }

    .nav .a {
        font-size: 14px;
        width: 110px;
        line-height: 34px;
        margin-top: 23px;
    }

    .nav .a i {
        width: 7px;
        height: 11px;
        margin-left: 6px;
    }

    .template {
        margin-top: 84px;
    }

}

@media(max-width:768px) {
    .togglr {
        margin-left: 20px;
    }

    .nav .rig .category {
        padding: 20px;
        padding-bottom: 60px;
    }
}


/* 底部 */
.foot {
    width: 100%;
}

.foot .top {
    width: 100%;
    background-image: url(../image/img2.jpg);
    background-size: cover;
    padding: 2.5% 0;
}

.foot .top .div {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.foot .top .div img {
    width: 114px;
}

.foot .top .div .p {
    width: calc(100% - 114px);
    font-size: 40px;
    color: #fff;
    line-height: 36px;
    padding-left: 3.5%;
    font-weight: bold;
}

.foot .top .div .p span {
    display: inline-block;
    opacity: 0.7;
    font-size: 32px;
    color: #ffffff;
    font-weight: initial;
    line-height: 36px;
    transform: translateY(-2px);
    padding-left: 4.5%;
    position: relative;
}

.foot .top .div .p span::before {
    content: '';
    width: 2px;
    height: 42px;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
}

.foot .bot {
    width: 100%;
    background: #333333;
    padding: 2.4% 0;
}

.foot .bot .rq {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.foot .bot .rq .lef {
    width: 61px;
}

.foot .bot .rq .lef img {
    width: 100%;
}

.foot .bot .rq .rig .div {
    float: left;
}

.foot .bot .rig .div p {
    font-size: 16px;
    color: #bbbbbb;
    margin: 0;
}

.foot .bot .rig .div p i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../image/img3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    transform: translateY(6px);
}

.foot .bot .rig .div p span {
    font-size: 24px;
    color: #ffffff;
    font-family: "HarmonyOS_Sans_SC_Regular";
    display: inline-block;
    transform: translateY(3px);
}

.foot .bot .rq .rig .div1 {
    float: left;
    padding-left: 65px;
    position: relative;
}

.foot .bot .rq .rig .div1::before {
    content: '';
    width: 1px;
    height: 36px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}

.foot .bot .rq .rig .div1 a {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}

.foot .bot .rq .rig .div1 a.wx {
    background-image: url(../image/img4.png);
}

.foot .bot .rq .rig .div1 a.wb {
    background-image: url(../image/img5.png);
}

.foot .bot .rq .rig .div1 a.zs {
    background-image: url(../image/img6.png);
}

.foot .bot .rq .rig .div1 a:last-child {
    margin-right: 0;
}

.foot .bot .rq1 {
    width: 100%;
    margin-top: 2.8%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .bot .rq1 .lef a,
.foot .bot .rq1 .lef {
    font-size: 16px;
    color: #777777;
    transition: all .5s;
}

.foot .bot .rq1 .lef a:hover {
    color: #fff;
}

.foot .bot .rq1 .rig a {
    display: inline-block;
    font-size: 16px;
    color: #777777;
    margin-right: 26px;
    position: relative;
    transition: all .5s;
}

.foot .bot .rq1 .rig a:hover {
    color: #fff;
}

.foot .bot .rq1 .rig a::before {
    content: '';
    width: 1px;
    height: 18px;
    background: #fff;
    opacity: 0.2;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.foot .bot .rq1 .rig a:last-child {
    margin-right: 0;
}

.foot .bot .rq1 .rig a:last-child::before {
    display: none;
}

@media(max-width:1459px) {
    .foot .top .div img {
        width: 86px;
    }

    .foot .top .div .p {
        width: calc(100% - 86px);
        font-size: 30px;
        line-height: 26px;
    }

    .foot .top .div .p span {
        font-size: 24px;
        line-height: 26px;
    }

    .foot .top .div .p span::before {
        height: 32px;
        left: 7%;
    }

    .foot .bot .rq .lef {
        width: 46px;
    }

    .foot .bot .rig .div p {
        font-size: 14px;
    }

    .foot .bot .rig .div p span {
        font-size: 20px;
    }

    .foot .bot .rig .div p i {
        width: 18px;
        height: 18px;
        margin-right: 10px;
        transform: translateY(4px);
    }

    .foot .bot .rq .rig .div1 a {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }

    .foot .bot .rq .rig .div1 {
        padding-left: 50px;
    }

    .foot .bot .rq .rig .div1::before {
        height: 26px;
        left: 24px;
    }

    .foot .bot .rq1 .lef a,
    .foot .bot .rq1 .lef {
        font-size: 14px;
    }

    .foot .bot .rq1 .rig a {
        font-size: 14px;
    }

    .foot .bot .rq1 .rig a::before {
        height: 14px;
    }

}

@media(max-width:768px) {
    .foot .top {
        padding: 30px 0;
    }

    .foot .top .div {
        display: block;
    }

    .foot .top .div .p {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .foot .top .div img {
        display: block;
        margin: 0 auto;
    }

    .foot .top .div .p span {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .foot .top .div .p span::before {
        display: none;
    }

    .foot .bot {
        padding: 30px 0;
    }

    .foot .bot .rq {
        display: block;
    }

    .foot .bot .rq .lef {
        margin: 0 auto;
    }

    .foot .bot .rq .rig {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .foot .bot .rq .rig .div {
        width: 100%;
    }

    .foot .bot .rq .rig .div1 {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }

    .foot .bot .rq .rig .div1 a {
        float: none;
        display: inline-block;
    }

    .foot .bot .rq .rig .div1::before {
        display: none;
    }

    .foot .bot .rq1 {
        display: block;
        text-align: center;
    }

    .foot .bot .rq1 .lef {
        width: 100%;
    }

    .foot .bot .rq1 .rig {
        width: 100%;
        margin-top: 15px;
    }
}

@media(max-width:500px) {
    .foot .top .div .p {
        font-size: 22px;
        line-height: 1;
    }

    .foot .top .div .p span {
        font-size: 16px;
        line-height: 1.8;
    }
}

/* top2 */
.Top003101 .top-right .a {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    width: 135px;
    line-height: 46px;
    text-align: center;
    border: 2px solid #eaebec;
    transition: all .5s;
    margin-left: 35px;
    transform: translateY(-5px);
}

.Top003101 .top-right .a:hover {
    color: #e60012;
    border-color: #e60012;
}

.Top003101 menu li.xzzt {
    display: none;
}

@media(max-width:1459px) {
    .Top003101 .top-right .a {
        font-size: 14px;
        width: 100px;
        line-height: 36px;
        margin-left: 20px;
        transform: translateY(0px);
    }
}

@media(max-width:1100px) {
    .Top003101 .top-line {
        margin: 0 5px 0 5px;
    }

    .Top003101 .top-right .a {
        margin-left: 5px;
    }
}

@media(max-width:1024px) {
    .Top003101 .top-right .a {
        margin-left: 0px;
        margin-right: 5vw;
        display: none;
    }

    .Top003101 menu li.xzzt {
        display: block;
    }
}

/* 展会列表 */
.template2 p,
.template p {
    margin: 0;
}

.ny_banner2 {
    width: 100%;
    position: relative;
}

.ny_banner2 .bj {
    width: 100%;
}

.ny_banner2 .rq {
    width: 100%;
    position: absolute;
    left: 0;
    top: 41%;
    transform: translateY(-50%);
    text-align: center;
}

.ny_banner2 .rq .p1 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
}

.ny_banner2 .rq .p2 {
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
}

.ny_banner2 .rq2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ny_banner2 .rq2 .auto {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.ny_banner2 .rq2 a {
    width: 50%;
    float: left;
    font-size: 24px;
    color: #000000;
    text-align: center;
    line-height: 84px;
    background: #fff;
}

.ny_banner2 .rq2 a.on {
    background: #0068b7;
    color: #fff;
}

.exh_list {
    padding-bottom: 2.6%;
    position: relative;
}

.exh_list::before {
    content: '';
    width: 96%;
    height: 63.6%;
    background-image: url(../image/img7.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.exh_list .top {
    width: 100%;
    padding-top: 3.3%;
    padding-bottom: 20px;
}

.exh_list .top .rq {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dbe2e7;
}

.exh_list .top .rq a {
    display: inline-block;
    font-size: 18px;
    color: #5a6375;
    margin-right: 48px;
    padding-bottom: 2.2%;
    position: relative;
}

.exh_list .top .rq a::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #e60012;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.exh_list .top .rq a:last-child {
    margin-right: 0;
}

.exh_list .top .rq a.on::before {
    opacity: 1;
}

.exh_list .bot {
    width: 100%;
    padding-bottom: 3.2%;
}

.exh_list .bot .div {
    width: 100%;
    padding: 3.6% 0;
    border-bottom: 1px solid #dbe2e7;
}

.exh_list .bot .div .lef {
    width: 31.8%;
    float: left;
    position: relative;
    overflow: hidden;
}

.exh_list .bot .div .lef img {
    width: 100%;
    transition: all .5s;
}

.exh_list .bot .div:hover .lef img {
    transform: scale(1.05);
}

.exh_list .bot .div .lef p {
    font-size: 16px;
    color: #ffffff;
    width: 110px;
    line-height: 36px;
    background: #0068b7;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.exh_list .bot .div .rig {
    width: 68.2%;
    float: left;
    padding: 0 4.1%;
    padding-top: 1%;
    position: relative;
}

.exh_list .bot .div .rig .p1 {
    font-size: 24px;
    font-weight: bold;
    color: #373f4f;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .5s;
}

.exh_list .bot .div:hover .rig .p1 {
    color: #0068b7;
}

.exh_list .bot .div .rig .p2 {
    font-size: 18px;
    color: #666666;
    line-height: 1.777;
    margin-top: 2%;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.exh_list .bot .rig .div1 {
    width: 100%;
    margin-top: 12%;
    font-size: 16px;
    color: #777777;
}

.exh_list .bot .rig .div1 span {
    display: inline-block;
    margin-right: 50px;
}

.exh_list .bot .rig .div1 span i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../image/img8.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    transform: translateY(3px);
}

.exh_list .bot .rig .div1 span:nth-child(2n) i {
    background-image: url(../image/img9.png);
}

.exh_list .bot .div .rig .p3 {
    font-size: 16px;
    color: #373f4f;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .5s;
}

.exh_list .bot .div:hover .rig .p3 {
    color: #0068b7;
}

.exh_list .bot .div .rig .p3 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/img10.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(3px);
    margin-left: 6px;
    transition: all .5s;
}

.exh_list .bot .div:hover .rig .p3 i {
    background-image: url(../image/img11.png);
}

@media(max-width:1200px) {
    .ny_banner2 .rq .p1 {
        font-size: 32px;
    }

    .ny_banner2 .rq .p2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .ny_banner2 .rq2 a {
        font-size: 18px;
        line-height: 60px;
    }

    .exh_list .top .rq a {
        font-size: 16px;
    }

    .exh_list .bot .div .lef p {
        font-size: 14px;
        width: 86px;
        line-height: 30px;
    }

    .exh_list .bot .div .rig .p1 {
        font-size: 18px;
    }

    .exh_list .bot .div .rig .p2 {
        font-size: 14px;
    }

    .exh_list .bot .rig .div1 {
        font-size: 14px;
        margin-top: 10%;
    }

    .exh_list .bot .rig .div1 span i {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }

    .exh_list .bot .rig .div1 span {
        margin-right: 40px;
    }

    .exh_list .bot .div .rig .p3 {
        font-size: 14px;
    }

    .exh_list .bot .div .rig .p3 i {
        width: 12px;
        height: 12px;
        transform: translateY(2px);
        margin-left: 2px;
    }
}

@media(max-width:768px) {
    .pc {
        display: none;
    }

    .app {
        display: block;
    }
}

@media(max-width:500px) {
    .ny_banner2 .rq .p1 {
        font-size: 26px;
    }

    .ny_banner2 .rq2 a {
        font-size: 16px;
        line-height: 40px;
    }

    .exh_list .top .rq a {
        margin-right: 14px;
        padding-bottom: 15px;
    }

    .exh_list .top {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .exh_list .bot .div {
        padding: 20px 0;
    }

    .exh_list .bot .div .lef {
        width: 100%;
    }

    .exh_list .bot .div .rig {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }

    .exh_list .bot .rig .div1 {
        margin-top: 20px;
    }

    .exh_list .bot .rig .div1 span {
        margin-right: 16px;
    }

    .exh_list .bot .div .rig .p3 {
        position: static;
        margin-top: 15px;
        text-align: right;
    }

    .Page001959 .Pages .a_prev,
    .Page001959 .Pages .a_next {
        background-size: contain;
    }

    .exh_list .bot {
        padding-bottom: 30px;
    }

    .exh_list {
        padding-bottom: 15px;
    }

}

/* 展会首页 */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bj {
    width: 100%;
}

.banner .rq {
    position: absolute;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
}

.banner .p1 {
    font-size: 60px;
    color: #3e4c5a;
    font-weight: bold;
}

.banner .p2 {
    font-size: 36px;
    color: #3e4c5a;
    padding-top: 12px;
}

.banner .p3 {
    font-size: 16px;
    color: #373f4f;
    margin-top: 2.2%;
}

.banner .p3 span {
    display: inline-block;
    margin-right: 50px;
}

.banner .p3 span:last-child {
    margin-right: 0;
}

.banner .p3 span i {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../image/img12.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    transform: translateY(3px);
}

.banner .p3 span:nth-child(2n) i {
    background-image: url(../image/img13.png);
}

.banner .a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 216px;
    line-height: 54px;
    text-align: center;
    background: #e60012;
    margin-top: 4.6%;
}

.banner .a i {
    width: 23px;
    height: 23px;
    background-image: url(../image/img14.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 14px;
    transform: translateY(4px);
}

.banner .div {
    width: 19px;
    height: 20px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    animation: yd 1s linear infinite;
}

.banner .div i {
    width: 19px;
    height: 11px;
    background-image: url(../image/img15.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    animation: dz .5s linear infinite;
}

.banner .div i:last-child {
    top: auto;
    bottom: 0;
    animation: dz .5s .25s linear infinite;
}

@keyframes dz {
    0% {
        background-image: url(../image/img15.png);
    }

    100% {
        background-image: url(../image/img16.png);
    }
}

@keyframes yd {
    0% {
        bottom: 60px;
    }

    100% {
        bottom: 40px;
    }
}

.sy_con1 {
    width: 100%;
    padding-top: 4.4%;
    padding-bottom: 6%;
    position: relative;
    background: #eef5fb;
    z-index: 2;
}

.sy_con1::before {
    content: '';
    width: 95.91%;
    height: 146.6%;
    background-image: url(../image/img18.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.bt {
    width: 100%;
}

.bt .p1 {
    font-size: 44px;
    color: #333333;
    font-weight: bold;
    padding-left: 32px;
    position: relative;
}

.bt .p1::before {
    content: '';
    width: 8px;
    height: 50px;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sy_con1 .rq {
    width: 100%;
    padding-top: 4.4%;
}

.sy_con1 .rq .lef {
    width: 45.7%;
    background: #fff;
    position: relative;
    padding: 5.23% 4.9% 6.8% 4.2%;
    float: left;
    z-index: 1;
}

.sy_con1 .rq .lef::before {
    content: '';
    width: 9.6%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: -1;
}

.sy_con1 .rq .lef::after {
    content: '';
    width: 109.6%;
    height: 100%;
    background-image: url(../image/img17.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.sy_con1 .rq .lef .text {
    font-size: 18px;
    color: #5a6375;
    line-height: 2;
    position: relative;
    z-index: 2;
}

.sy_con1 .rq .rig {
    width: 54.3%;
    float: left;
    position: relative;
    transform: translateY(60px);
    z-index: 3;
    cursor: pointer;
}

.sy_con1 .rq .rig img {
    width: 100%;
}

.sy_con1 .rq .rig::before {
    content: '';
    width: 9.22%;
    height: 17.1%;
    position: absolute;
    background-image: url(../image/img19.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: -20px;
    bottom: -26px;
}

.cli_video {
    position: relative;
}

.cli_video::after {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../image/img20.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.cli_video:hover::after {
    top: 45%;
}

.sy_con2 {
    width: 100%;
    background: #eef5fb;
}

.sy_con2 .top {
    width: 100%;
    padding-bottom: 4.2%;
    position: relative;
    z-index: 3;
}

.sy_con2 .bot {
    width: 100%;
    position: relative;
    z-index: 3;
}

.sy_con2 .bot .rq {
    width: 100%;
}

.sy_con2 .bot .rq .div {
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    overflow: hidden;
}

.sy_con2 .bot .rq .div img {
    width: 100%;
    transition: all .5s;
}

.sy_con2 .bot .rq .div:hover img {
    transform: scale(1.05);
}

.sy_con2 .swiper-container {
    padding: 18px 0;
}

.sy_con2 .bot .rq .div p {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 60px;
    padding: 0 24px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 52%);

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .5s;
}

.sy_con2 .bot .rq .swiper-slide-active .div p {
    background: linear-gradient(to right, rgba(224, 5, 22, 1), rgba(224, 5, 22, 0) 52%);
}

.sy_con2 .swiper-slide-active::before {
    content: '';
    width: 30px;
    height: 32px;
    position: absolute;
    bottom: -15px;
    left: -16px;
    background-image: url(../image/img19.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
}

.sy_con2 .swiper-slide-active::after {
    content: '';
    width: 30px;
    height: 32px;
    position: absolute;
    top: -15px;
    right: -16px;
    transform: rotate(180deg);
    background-image: url(../image/img19.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .5s;
}

.sy_con2 .bot .rq .div::after {
    opacity: 0;
}

.sy_con2 .bot .rq .swiper-slide-active .div::after {
    opacity: 1;
}

.sy_con2 .swiper-slide {
    transition: all .5s;
}

.sy_con2 .swiper-slide-prev {
    perspective: 1200px;
}

.sy_con2 .swiper-slide-prev .div {
    transform: rotateY(10deg) scale(1.07);
    transform-style: preserve-3d;
}

.sy_con2 .swiper-slide-active {
    perspective: 0px;
}

.sy_con2 .swiper-slide-active .div {
    transform: rotateY(0deg) scale(1);
}

.sy_con2 .swiper-slide-next {
    perspective: 1200px;
}

.sy_con2 .swiper-slide-next .div {
    transform: rotateY(-10deg) scale(1.07);
    transform-style: preserve-3d;
}

.sy_con2 .rq1 {
    width: 100%;
    margin-top: 6.6%;
}

.swip_jt {
    width: 100%;
    position: relative;
}

.swip_jt::before {
    content: '';
    width: calc(100% - 110px);
    height: 1px;
    background: #c8c8c8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swip_jt .div {
    width: 145px;
    height: 60px;
    background: #fff;
    position: relative;
}

.swip_jt .swiper-button-next,
.swip_jt .swiper-button-prev {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../image/img21.png);
    background-size: 13px 22px;
    background-repeat: no-repeat;
    background-position: 36% center;
    margin: 0;
    transition: all .5s;
}

.swip_jt .swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
}

.swip_jt .swiper-button-prev:hover,
.swip_jt .swiper-button-next:hover {
    background-image: url(../image/img22.png);
}

.swip_jt .div1 {
    font-size: 18px;
    color: #5a6375;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.swip_jt .div1 .sp1 {
    font-size: 24px;
    color: #e60012;
}

.sy_con3 {
    width: 100%;
    padding-top: 4.7%;
    padding-bottom: 6%;
    background: #eef5fb;
    position: relative;
}

.sy_con3::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../image/img23.png);
    background-size: cover;
    background-position: left bottom;
    position: absolute;
    top: 0;
    left: 0;
}

.bt .p1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bt .p1 span {
    font-size: 18px;
    color: #5a6375;
    font-weight: lighter;
}

.sy_con3 .rq {
    width: 100%;
    margin-top: 4.5%;
}

.sy_con3 .rq .div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sy_con3 .rq .div1 {
    width: 65.91%;
    padding-bottom: 32.1%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.3%;
}

.sy_con3 .rq .div1 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%);
}

.sy_con3 .rq .div1:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.sy_con3 .rq .div1:nth-child(4n+2) {
    width: 32.16%;
}

.sy_con3 .rq .div1:nth-child(4n+3) {
    width: 32.16%;
}

.sy_con3 .rq1 {
    width: 100%;
    padding-top: 3%;
}

.sy_con4 {
    width: 100%;
    padding-top: 4%;
    padding-bottom: 7%;
}

.sy_con4 .rq {
    width: 100%;
    margin-top: 3.8%;
    display: flex;
    flex-wrap: wrap-reverse;
    background: #fff;
}

.sy_con4 .rq .lef {
    width: 35.27%;
    position: relative;
    z-index: 2;
    padding-left: 4.2%;
    display: flex;
    align-items: center;
}

.sy_con4 .rq .lef::before {
    content: '';
    width: calc(100% + 33.1%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../image/img24.png);
    background-size: cover;
    background-position: right center;
    opacity: 0.9;
    z-index: -1;
}

.sy_con4 .rq .rig {
    width: 64.73%;
}

.sy_con4 .rq .rig img {
    width: 100%;
}

.sy_con4 .rq .div {
    width: 100%;
}

.sy_con4 .rq .div1 {
    width: 100%;
    padding-bottom: 14.53%;
    margin-bottom: 14.53%;
    border-bottom: 1px solid #c31933;
}

.sy_con4 .rq .div1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.sy_con4 .rq .div1 .ig {
    width: 19.45%;
    float: left;
}

.sy_con4 .rq .div1 .ig img {
    width: 100%;
}

.sy_con4 .rq .div1 .text {
    width: 74.9%;
    float: right;
}

.sy_con4 .rq .div1 .text .p1 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.sy_con4 .rq .div1 .text .p2 {
    font-size: 20px;
    color: #ffffff;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 14px;
}

.sy_con5 {
    width: 100%;
    padding-top: 6.6%;
    padding-bottom: 7.4%;
    background-image: url(../image/img25.jpg);
    background-size: cover;
    background-position: right top;
}

.sy_con5 .bt .p1 {
    display: block;
}

.sy_con5 .bt .p1 span {
    padding-left: 16px;
}

.sy_con5 .rq {
    width: 100%;
    margin-top: 4.8%;
    display: flex;
    flex-wrap: wrap;
}

.sy_con5 .rq .div {
    width: 23.6%;
    margin-right: 1.86666%;
    margin-bottom: 2.9%;
}

.sy_con5 .rq .div:nth-child(4n) {
    margin-right: 0;
}

.sy_con5 .rq .div p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.sy_con5 .rq .div p i {
    color: #cc3132;
    font-style: initial;
}

.sy_con5 .rq .div p img {
    width: 20px;
    margin-right: 6px;
}

.sy_con5 .rq .div input {
    width: 100%;
    height: 50px;
    border: 1px solid #c9c9c9;
    background: transparent;
    font-size: 16px;
    color: #999999;
    padding: 0 15px;
}

.sy_con5 .rq .div select {
    width: 100%;
    height: 50px;
    border: 1px solid #c9c9c9;
    background: transparent;
    font-size: 16px;
    color: #999999;
    padding: 0 15px;
    appearance: none;
    background-image: url(../image/img26.png);
    background-size: 18px 10px;
    background-position: 92% center;
    background-repeat: no-repeat;
}

.sy_con5 .rq .div1 {
    width: 49.06666%;
    margin-bottom: 0;
}

.sy_con5 .rq .div1 textarea {
    width: 100%;
    height: 156px;
    border: 1px solid #c9c9c9;
    background: transparent;
    font-size: 16px;
    color: #999999;
    padding: 10px 15px;
    resize: none;
}

.sy_con5 .rq .div2 {
    width: 49.06666%;
    margin-right: 0;
    margin-top: 37px;
}

.sy_con5 .rq .div2 .p1 {
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    padding-left: 42px;
    position: relative;
}

.sy_con5 .rq .div2 .p1 i {
    width: 16px;
    height: 16px;
    border: 2px solid #d8dce3;
    position: absolute;
    top: 4px;
    left: 8px;
    cursor: pointer;
}

.sy_con5 .rq .div2 .p1 i.on {
    background-image: url(../image/img27.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
}

.sy_con5 .rq .div2 input[type="button"]:not(:last-child) {
    margin-left: 5%;
}

.sy_con5 .rq .div2 input[type="button"] {
    font-size: 20px;
    color: #ffffff;
    width: 47%;
    height: 50px;
    background: #e60012;
    text-align: center;
    border: none;
    margin-top: 8%;
    float: right;
    cursor: pointer;
}

@media(max-width:1459px) {
    .msg-box {
        width: 60%;
        height: 60%;
    }

    .banner .p1 {
        font-size: 44px;
    }

    .banner .p2 {
        font-size: 26px;
        padding-top: 10px;
    }

    .banner .p3 {
        font-size: 14px;
    }

    .banner .p3 span i {
        width: 16px;
        height: 16px;
        margin-right: 6px;
        transform: translateY(2px);
    }

    .banner .a {
        font-size: 14px;
        width: 164px;
        line-height: 44px;
    }

    .banner .a i {
        width: 18px;
        height: 18px;
        margin-right: 12px;
        transform: translateY(2px);
    }

    .banner .div {
        width: 14px;
        height: 16px;
        bottom: 46px;
    }

    .banner .div i {
        width: 14px;
        height: 8px;
    }

    @keyframes yd {
        0% {
            bottom: 46px;
        }

        100% {
            bottom: 20px;
        }
    }

    .bt .p1 {
        font-size: 32px;
        padding-left: 26px;
    }

    .bt .p1::before {
        width: 5px;
        height: 32px;
    }

    .sy_con1 .rq .lef .text {
        font-size: 16px;
    }

    .sy_con1 .rq .rig {
        transform: translateY(44px);
    }

    .sy_con1 .rq .rig::before {
        left: -16px;
        bottom: -18px;
    }

    .cli_video::after {
        width: 48px;
        height: 48px;
    }

    .sy_con2 .bot .rq .div p {
        font-size: 16px;
        line-height: 46px;
        padding: 0 18px;
    }

    .sy_con2 .swiper-slide-active::before {
        width: 24px;
        height: 26px;
        bottom: -10px;
        left: -11px;
    }

    .sy_con2 .swiper-slide-active::after {
        width: 24px;
        height: 26px;
        top: -10px;
        right: -11px;
    }

    .swip_jt .div {
        width: 110px;
        height: 46px;
    }

    .swip_jt .swiper-button-next,
    .swip_jt .swiper-button-prev {
        background-size: 8px 16px;
    }

    .swip_jt .div1 {
        font-size: 16px;
    }

    .swip_jt .div1 .sp1 {
        font-size: 20px;
    }

    .swip_jt::before {
        width: calc(100% - 90px);
    }

    .bt .p1 span {
        font-size: 16px;
    }

}

@media(max-width:991px) {
    .msg-box {
        width: 95%;
        height: 60%;
    }

    .sy_con4 .rq .lef {
        width: 100%;
        background: #003956;
        padding: 40px;
    }

    .sy_con4 .rq .rig {
        width: 100%;
    }

    .sy_con4 .rq .lef::before {
        display: none;
    }

    .sy_con4 .rq .div1 {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .sy_con4 .rq .div1 .ig {
        width: 90px;
    }

    .sy_con4 .rq .div1 .text {
        width: calc(100% - 130px);
    }
}

@media(max-width:768px) {
    .banner .p1 {
        font-size: 32px;
    }

    .banner .p2 {
        font-size: 22px;
    }

    .sy_con1 .rq .lef {
        width: 100%;
    }

    .sy_con1 .rq .rig {
        width: 100%;
        transform: translateY(0);
    }

    .sy_con1 .rq .lef::before {
        display: none;
    }

    .sy_con1 .rq .lef::after {
        width: 100%;
    }

    .sy_con1 .rq .rig::before {
        display: none;
    }

    .sy_con2 .bot .rq {
        padding: 0 15px;
    }

    .sy_con5 .rq .div {
        width: 48%;
        margin-right: 4%;
    }

    .sy_con5 .rq .div:nth-child(4n) {
        margin-right: 4%;
    }

    .sy_con5 .rq .div:nth-child(2n) {
        margin-right: 0;
    }

    .sy_con5 .rq .div1 {
        width: 100%;
        margin-right: 0;
    }

    .sy_con5 .rq .div2 {
        width: 100%;
        margin-top: 16px;
    }
}

@media(max-width:500px) {
    .msg-box {
        width: 95%;
        height: 34%;
    }

    .template2 {
        margin-top: 84px;
    }

    .banner .p1 {
        font-size: 26px;
    }

    .banner .p2 {
        font-size: 18px;
        padding-top: 8px;
    }

    .banner .p3 span {
        margin-right: 16px;
    }

    .banner .a {
        width: 140px;
        line-height: 38px;
    }

    .banner .a i {
        width: 15px;
        height: 15px;
        margin-right: 6px;
    }

    .banner .p3 {
        margin-top: 10px;
    }

    .banner .rq {
        top: 46%;
    }

    .banner .div {
        bottom: 30px;
    }

    @keyframes yd {
        0% {
            bottom: 30px;
        }

        100% {
            bottom: 15px;
        }
    }

    .sy_con1 {
        padding: 40px 0;
    }

    .bt .p1 {
        font-size: 24px;
        padding-left: 14px;
    }

    .bt .p1::before {
        width: 4px;
        height: 22px;
    }

    .sy_con1 .rq {
        padding-top: 16px;
    }

    .sy_con1 .rq .lef {
        padding: 15px;
    }

    .sy_con1 .rq .lef .text {
        font-size: 14px;
    }

    .sy_con2 .swiper-container {
        padding: 0;
    }

    .sy_con2 .swiper-slide-active::before,
    .sy_con2 .swiper-slide-active::after {
        display: none;
    }

    .sy_con2 .bot .rq .div p {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }

    .swip_jt .div {
        width: 84px;
        height: 40px;
    }

    .sy_con2 .rq1 {
        margin-top: 20px;
    }

    .sy_con3 {
        padding: 40px 0;
    }

    .bt .p1 {
        flex-wrap: wrap;
    }

    .bt .p1 span {
        width: 100%;
        font-size: 14px;
        margin-top: 5px;
        display: block;
    }

    .bt .p1::before {
        top: 5px;
        transform: translate(0);
    }

    .sy_con3 .rq {
        margin-top: 20px;
    }

    .sy_con4 {
        padding: 40px 0;
    }

    .sy_con4 .rq {
        margin-top: 15px;
    }

    .sy_con4 .rq .lef {
        padding: 25px 15px;
    }

    .sy_con4 .rq .div1 .ig {
        width: 58px;
    }

    .sy_con4 .rq .div1 .text {
        width: calc(100% - 70px);
    }

    .sy_con4 .rq .div1 .text .p1 {
        font-size: 16px;
    }

    .sy_con4 .rq .div1 .text .p2 {
        font-size: 14px;
        margin-top: 10px;
    }

    .sy_con5 {
        padding: 40px 0;
    }

    .sy_con5 .bt .p1 span {
        padding-left: 0;
    }

    .sy_con5 .rq {
        margin-top: 20px;
    }

    .sy_con5 .rq .div p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .sy_con5 .rq .div p img {
        width: 16px;
        margin-right: 2px;
        transform: translateY(-2px);
    }

    .sy_con5 .rq .div input {
        height: 38px;
        font-size: 14px;
        padding: 0 12px;
    }

    .sy_con5 .rq .div select {
        height: 38px;
        font-size: 14px;
        padding: 0 12px;
        background-size: 12px 7px;
        background-position: 95% center;
    }

    .sy_con5 .rq .div {
        margin-bottom: 15px;
    }

    .sy_con5 .rq .div1 textarea {
        height: 120px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .sy_con5 .rq .div2 {
        margin-top: 0;
    }

    .sy_con5 .rq .div2 .p1 {
        font-size: 14px;
        padding-left: 28px;
    }

    .sy_con5 .rq .div2 .p1 i {
        width: 14px;
        height: 14px;
        top: 4px;
        left: 5px;
    }

    .sy_con5 .rq .div2 input[type="button"] {
        width: 100%;
        font-size: 18px;
        height: 46px;
    }

}

/* 会展导览 */
.ny_banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ny_banner .rq {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.ny_banner .rq .p1 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.ny_banner .rq .p2 {
    font-size: 44px;
    color: #ffffff;
    font-weight: bold;
}

.Guide {
    width: 100%;
}

.Guide .rq {
    width: 100%;
    border-bottom: 1px solid #dbe2e7;
}

.Guide .rq .div {
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #231815;
    padding: 25px 0;
}

.Guide .rq .div span {
    color: #999999;
}

.Guide .rq .div i {
    display: inline-block;
    width: 19px;
    height: 18px;
    background-image: url(../image/img28.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    transform: translateY(2px);
}

.Guide_con1 {
    width: 100%;
    padding-top: 3.2%;
    padding-bottom: 7.8%;
    position: relative;
}

.Guide_con1::after {
    content: '';
    width: 95.91%;
    height: 79.22%;
    background-image: url(../image/img29.png);
    background-size: cover;
    position: absolute;
    top: -72px;
    right: 0;
    z-index: -1;
}

.Guide_con1::before {
    content: '';
    width: 76.2%;
    height: 45.5%;
    background-image: url(../image/img30.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.bt .p2 {
    text-align: center;
    font-size: 44px;
    color: #333333;
    font-weight: bold;
}

.Guide_con1 .rq {
    width: 100%;
    margin-top: 2%;
    padding: 7% 6.3%;
    padding-top: 2.9%;
    box-shadow: 0 20px 25px rgba(38, 89, 156, .1);
    background: #fff;
}

.Guide_con1 .rq .div {
    width: 100%;
    padding-left: 4.2%;
    padding-bottom: 3%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.Guide_con1 .rq .div::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid #e60012;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 7px;
}

.Guide_con1 .rq .div::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #e60012;
    position: absolute;
    left: 6px;
    top: 7px;
    opacity: 0.2;
}

.Guide_con1 .rq .div .lef {
    font-size: 18px;
    color: #e60012;
    font-weight: bold;
    width: 120px;
}

.Guide_con1 .rq .div .rig {
    width: calc(100% - 120px);
    padding-left: 4%;
}

.Guide_con1 .rq .div .rig .p1 {
    font-size: 18px;
    color: #333333;
}

.Guide_con1 .rq .div .rig .p2 {
    font-size: 18px;
    color: #777777;
    margin-top: 10px;
    min-height: 24px;
}

@media(max-width:1459px) {

    .ny_banner .rq .p2,
    .ny_banner .rq .p1 {
        font-size: 34px;
    }

    .bt .p2 {
        font-size: 34px;
    }
}

@media(max-width:500px) {

    .ny_banner .rq .p2,
    .ny_banner .rq .p1 {
        font-size: 22px;
    }

    .Guide .rq .div {
        padding: 12px 0;
    }

    .Guide_con1 {
        padding: 40px 0;
    }

    .bt .p2 {
        font-size: 24px;
    }

    .Guide_con1 .rq {
        padding: 40px 25px;
        padding-top: 15px;
    }

    .Guide_con1 .rq .div {
        padding-left: 25px;
        padding-bottom: 25px;
    }

    .Guide_con1 .rq .div .lef {
        width: 100%;
        font-size: 16px;
    }

    .Guide_con1 .rq .div .rig {
        width: 100%;
        padding-left: 0;
        margin-top: 6px;
    }

    .Guide_con1 .rq .div .rig .p1 {
        font-size: 16px;
    }

    .Guide_con1 .rq .div .rig .p2 {
        font-size: 16px;
        margin-top: 6px;
        min-height: auto;
    }

    .Guide_con1 .rq .div::before {
        width: 10px;
        height: 10px;
        top: 6px;
    }

    .Guide_con1 .rq .div::after {
        left: 5px;
        top: 6px;
    }
}

/* 照片直播 */
.Guide_con2 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 6.3%;
}

.Guide_con2 .rq1 {
    width: 100%;
    padding-bottom: 38px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.Guide_con2 .rq1 .div {
    width: 32.4%;
    margin-top: 3.85%;
    margin-right: 1.4%;
    border-bottom: 1px solid #dbe2e7;
    cursor: pointer;
}

.Guide_con2 .rq1 .div:nth-child(3n) {
    margin-right: 0;
}

.Guide_con2 .rq1 .top {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.Guide_con2 .rq1 .top p {
    font-size: 16px;
    color: #ffffff;
    width: 110px;
    line-height: 35px;
    text-align: center;
    background: #0068b7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.Guide_con2 .rq1 .top img {
    width: 100%;
    transition: all .5s;
}

.Guide_con2 .rq1 .div:hover .top img {
    transform: scale(1.05);
}

.Guide_con2 .rq1 .bot {
    width: 100%;
    padding-top: 7.4%;
    padding-bottom: 6%;
}

.Guide_con2 .rq1 .bot .p1 {
    font-size: 24px;
    color: #373f4f;
    font-weight: bold;
    transition: all .5s;
}

.Guide_con2 .rq1 .div:hover .bot .p1 {
    color: #0068b7;
}

.Guide_con2 .rq1 .bot .p2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 9%;
    padding-right: 22%;
}

.Guide_con2 .rq1 .bot .p2 span {
    font-size: 16px;
    color: #777777;
}

.Guide_con2 .rq1 .bot .p2 span i {
    width: 19px;
    height: 19px;
    background-image: url(../image/img8.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(2px);
}

.Guide_con2 .rq1 .bot .p2 span:nth-child(2) i {
    background-image: url(../image/img9.png);
}

.Guide_con2 .rq1 .bot .p3 {
    font-size: 16px;
    color: #373f4f;
    margin-top: 8%;
    transition: all .5s;
}

.Guide_con2 .rq1 .div:hover .bot .p3 {
    color: #0068b7;
}

.Guide_con2 .rq1 .bot .p3 i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../image/img10.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 5px;
    transform: translateY(2px);
    transition: all .5s;
}

.Guide_con2 .rq1 .div:hover .bot .p3 i {
    background-image: url(../image/img11.png);
}

.Guide_con2 .Page001959 .Pages {
    padding-bottom: 0;
}

.Guide_con2 .cli_video::after {
    display: none;
}

.Guide_con2 .rq1 .div.cli_video .top::after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url(../image/img20.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all .5s;
}

@media(max-width:1459px) {
    .Guide_con2 .rq1 .top p {
        font-size: 14px;
        width: 90px;
        line-height: 32px;
    }

    .Guide_con2 .rq1 .bot .p1 {
        font-size: 20px;
    }

    .Guide_con2 .rq1 .bot .p2 span {
        font-size: 14px;
    }

    .Guide_con2 .rq1 .bot .p2 span i {
        width: 16px;
        height: 16px;
    }

    .Guide_con2 .rq1 .bot .p3 {
        font-size: 14px;
    }

    .Guide_con2 .rq1 .bot .p3 i {
        width: 14px;
        height: 14px;
    }
}

@media(max-width:1200px) {
    .Guide_con2 .rq1 .bot .p2 {
        padding-right: 0;
    }
}

@media(max-width:500px) {
    .Guide_con2 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .Guide_con2 .rq1 {
        padding-bottom: 30px;
    }

    .Guide_con2 .rq1 .div {
        width: 100%;
        margin-right: 0%;
        margin-top: 20px;
    }
}

/* div首页 */
.div_con1 p {
    margin: 0;
}

.div_con1 {
    width: 100%;
    height: 100vh;
    background-image: url(../image/img31.jpg);
    background-size: cover;
    position: relative;
}

.div_con1 .rq {
    width: 100%;
    padding: 0 8.75%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.div_con1 .rq .ig {
    width: 11.2%;
    margin: 0 auto;
}

.div_con1 .rq .ig img {
    width: 100%;
}

.div_con1 .rq .text {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}

.div_con1 .rq .text .p1 {
    font-size: 1vw;
    color: #9fadba;
    letter-spacing: 0.5025vw;
}

.div_con1 .rq .text .p2 {
    font-size: 1vw;
    color: #9fadba;
    margin-top: 0.7%;
}

.div_con1 .rq .div {
    width: 100%;
    margin-top: 11.6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.div_con1 .rq .div1 {
    width: 45.6%;
    padding-bottom: 20.4%;
    border-radius: 1.34vw;
    background: rgba(255, 255, 255, .83);
    position: relative;
}

.div_con1 .rq .div1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.div_con1 .rq .div1 .p {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.512vw;
    color: #3e4c5a;
    font-weight: bold;
    text-align: center;
    transition: all .5s;
}

.div_con1 .rq .div1:hover .p {
    color: #0068b7;
}

.div_con1 .rq .div1 .p img {
    width: 12.06vw;
    transform: translateY(8%);
    transition: all .5s;
}

.div_con1 .rq .div1:hover .p img {
    transform: scale(1.05);
}

.div_con1 .rq .div1:nth-child(2) .p img {
    width: 8.16582vw;
    margin-right: 3.6vw;
}

.div_con1 .rq .div1 .p i {
    width: 2.345vw;
    height: 2.345vw;
    display: inline-block;
    background-image: url(../image/img32.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(12%);
}

@media(max-width:500px) {
    .div_con1 .rq {
        padding: 0 5%;
    }

    .div_con1 .rq .ig {
        width: 38%;
    }

    .div_con1 .rq .text .p1 {
        font-size: 4vw;
    }

    .div_con1 .rq .text .p2 {
        font-size: 3.5vw;
    }

    .div_con1 .rq .div1 {
        width: 48%;
        padding-bottom: 22%;
    }

    .div_con1 .rq .div1 .p {
        font-size: 4vw;
    }

    .div_con1 .rq .div1 .p img {
        width: 14vw;
    }

    .div_con1 .rq .div1 .p i {
        width: 5vw;
        height: 5vw;
        transform: translateY(20%);
    }

    .div_con1 .rq .div1:nth-child(2) .p img {
        width: 10vw;
        margin-right: 3vw;
    }
}

/* 产品列表 */
.div2_con1 p {
    margin: 0;
}

.div2_con1 {
    width: 100%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.div2_con1 .ig {
    width: 3.810vw;
    position: absolute;
    top: 3.14vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.div2_con1 .ig img {
    width: 100%;
}

.div2_con1::before {
    content: '';
    width: 100%;
    height: 100vh;
    background-image: url(../image/img32.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.div2_con1 .lef {
    width: 20.7%;
    background: #fff;
    padding: 3.93vw 0;
}

.div2_con1 .lef .p {
    color: #363a40;
    font-weight: bold;
    font-size: 2.01vw;
    padding: 0 2.093vw;
}

.div2_con1 .lef .p p {
    padding-bottom: 2.093vw;
    border-bottom: 1px solid #e2e3ec;
}

.div2_con1 .lef .p i {
    width: 1.926vw;
    height: 2.512vw;
    background-image: url(../image/img33.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.753vw;
    transform: translateY(0.8vw);
}

.div2_con1 .lef .rq {
    width: 100%;
}

.div2_con1 .lef .rq .div {
    width: 100%;
}

.div2_con1 .lef .rq .div .top {
    width: 100%;
    padding: 1.675vw 2.931vw;
    position: relative;
    transition: all .5s;
    cursor: pointer;
}

.div2_con1 .lef .rq .div.on .top {
    background: #f6f9fc;
}

.div2_con1 .lef .rq .div .top::before {
    content: '';
    width: 0.418vw;
    height: 100%;
    background: #0068b7;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.div2_con1 .lef .rq .div.on .top::before {
    opacity: 1;
}

.div2_con1 .lef .rq .div .top a {
    display: block;
    font-size: 1.507vw;
    position: relative;
    transition: all .5s;
}

.div2_con1 .lef .rq .div.on .top a,
.div2_con1 .lef .rq .div .top a:hover {
    color: #0068b7;
}

.div2_con1 .lef .rq .div .top a i {
    width: 0.5443vw;
    height: 0.8793vw;
    background-image: url(../image/img34.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.div2_con1 .lef .rq .div.on .top a i {
    background-image: url(../image/img35.png);
    transform: translateY(-50%) rotate(90deg);
}

.div2_con1 .lef .rq .div .bot {
    width: 100%;
    display: none;
}

.div2_con1 .lef .rq .div.on .bot {
    display: block;
}

.div2_con1 .lef .rq .div .bot a {
    display: block;
    font-size: 1.1725vw;
    color: #666666;
    padding: 1vw 2.931vw;
}

.div2_con1 .lef .rq .div .bot a.on,
.div2_con1 .lef .rq .div .bot a:hover {
    color: #0068b7;
}

.div2_con1 .rig {
    width: 79.3%;
    padding-top: 7.412vw;
}

.ss_div {
    width: 79.3%;
    padding: 3.8vw 3.015vw;
    padding-bottom: 2.093vw;
    border-bottom: 1px solid #e2e3ec;
    position: absolute;
    top: 0;
    right: 0;
}

.ss_div .div {
    float: right;
    width: 17.504vw;
    height: 3.1825vw;
    border-radius: 0.502vw;
    border: 2px solid #e2e3ec;
    background: #fff;
    padding-left: 3.35vw;
    position: relative;
}

.ss_div .div button {
    width: 3.35vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border: none;
    background-image: url(../image/img36.png);
    background-size: 1.3819vw;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ss_div .div input {
    width: 100%;
    height: 100%;
    color: #5a6375;
    font-size: 1.088vw;
    background: transparent;
    border: none;
    padding-right: 15px;
}

.ss_div .div input:-moz-placeholder {
    color: #5a6375;
}

.ss_div .div input:-ms-input-placeholder {
    color: #5a6375;
}

.ss_div .div input::-webkit-input-placeholder {
    color: #5a6375;
}

.div2_con1 .rig .rq {
    width: 100%;
    padding: 2.3vw 3.015vw;
    padding-bottom: 3.9vw;
}

.div2_con1 .rig .rq .p {
    color: #363a40;
    font-weight: bold;
    font-size: 2.01vw;
}

.div2_con1 .rig .rq .top {
    width: 100%;
    white-space: nowrap;
    margin-top: 1.3vw;
    overflow-x: auto;
    padding-bottom: 0.41876vw;
}

.div2_con1 .rig .rq .top::-webkit-scrollbar {
    height: 0.41876vw;
    background-color: #999;
}

.div2_con1 .rig .rq .top::-webkit-scrollbar-thumb {
    background: #0068b7;
}

.div2_con1 .rig .rq .top span {
    font-size: 1.34vw;
    color: #5a6375;
    margin-right: 3.433vw;
    position: relative;
    transition: all .5s;
    padding-bottom: 0.753vw;
    display: inline-block;
    cursor: pointer;
}

.div2_con1 .rig .rq .top span:last-child {
    margin-right: 0;
}

.div2_con1 .rig .rq .top span::before {
    content: '';
    width: 2.512vw;
    height: 0.1675vw;
    border-radius: 0.1675vw;
    background: #0068b7;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s;
}

.div2_con1 .rig .rq .top span:hover,
.div2_con1 .rig .rq .top span.on {
    color: #0068b7;
}

.div2_con1 .rig .rq .top span.on::before {
    opacity: 1;
}

.div2_con1 .rig .rq .bot {
    width: 100%;
    margin-top: 0.8375vw;
}

.div2_con1 .rig .rq .bot .rq1 {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.div2_con1 .rig .rq .bot .rq1.on {
    display: flex;
}

.div2_con1 .rig .rq .bot .div {
    width: 30.5%;
    background: #fff;
    border-radius: 0.8375vw;
    margin-right: 4.25%;
    margin-top: 1.8844vw;
}

.div2_con1 .rig .rq .bot .div:nth-child(3n) {
    margin-right: 0;
}

.div2_con1 .rig .rq .bot .div .p1 {
    font-size: 1.1725vw;
    color: #373f4f;
    text-align: center;
    line-height: 4.6063vw;
    font-weight: bold;
    transition: all .5s;

    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.div2_con1 .rig .rq .bot .div:hover .p1 {
    color: #0068b7;
}

.div2_con1 .rig .rq .bot .div .img {
    width: 100%;
    padding-bottom: 13.065vw;
    position: relative;
    overflow: hidden;
}

.div2_con1 .rig .rq .bot .div .img img {
    max-width: 90%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.div2_con1 .rig .rq .bot .div:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.div2_con1 .rig .rq .bot .text {
    width: 100%;
    margin-top: 1.675vw;
    border-top: 1px solid #e2e3ec;
    line-height: 4.1876vw;
    font-size: 1.005vw;
    color: #0068b7;
    font-weight: bold;
    padding-left: 1.1725vw;
    padding-right: 4.1876vw;
    position: relative;
}

.div2_con1 .rig .rq .bot .text p {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

    width: 100%;
    padding-right: 0.837vw;
}

.div2_con1 .rig .rq .bot .text span {
    width: 4.1876vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.div2_con1 .rig .rq .bot .text span::before {
    content: '';
    width: 1px;
    height: 1.507vw;
    background: #e2e3ec;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.div2_con1 .rig .rq .bot .text span::after {
    content: '';
    width: 1.34vw;
    height: 1.34vw;
    background-image: url(../image/img37.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:500px) {
    .div2_con1 {
        padding: 40px 15px;
        padding-top: 0px;
    }

    .div2_con1 .lef {
        width: 100%;
    }

    .div2_con1 .lef .p {
        font-size: 5vw;
        padding: 0 15px;
    }

    .div2_con1 .lef .p i {
        width: 5vw;
        height: 6vw;
        margin-right: 3px;
        transform: translateY(1.8vw);
    }

    .div2_con1 .lef .rq .div .top {
        padding: 10px 15px;
    }

    .div2_con1 .lef .rq .div .top a {
        font-size: 4.5vw;
    }

    .div2_con1 .lef .rq .div .top a i {
        width: 3vw;
        height: 4vw;
    }

    .div2_con1 .lef .rq .div .bot a {
        font-size: 3.6vw;
        padding: 0;
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block;
    }

    .div2_con1 .lef .rq .div .bot {
        padding: 0 15px;
        padding-top: 10px;
    }

    .div2_con1 .rig {
        width: 100%;
        padding-top: 20px;
    }

    .div2_con1 .rig .rq {
        padding: 0;
    }

    .div2_con1 .rig .rq .p {
        font-size: 5vw;
    }

    .div2_con1 .rig .rq .top {
        margin-top: 15px;
        padding-bottom: 5px;
    }

    .div2_con1 .rig .rq .top span {
        font-size: 4vw;
        padding-bottom: 3vw;
    }

    .div2_con1 .rig .rq .top span::before {
        width: 8vw;
        height: 0.6vw;
    }

    .div2_con1 .rig .rq .top::-webkit-scrollbar {
        height: 3px;
        ;
    }

    .div2_con1 .rig .rq .bot {
        padding-top: 0px;
    }

    .div2_con1 .rig .rq .bot .div {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .div2_con1 .rig .rq .bot .div .p1 {
        font-size: 4vw;
        line-height: 17vw;
    }

    .div2_con1 .rig .rq .bot .div .img {
        padding-bottom: 50vw;
    }

    .div2_con1 .rig .rq .bot .text {
        margin-top: 5vw;
        line-height: 12.1876vw;
        font-size: 4vw;
        padding-left: 15px;
        padding-right: 12.1876vw;
    }

    .div2_con1 .rig .rq .bot .text span {
        width: 12.1876vw;
    }

    .div2_con1 .rig .rq .bot .text span::after {
        width: 4.34vw;
        height: 4.34vw;
    }

    .div2_con1 .rig .rq .bot .text span::before {
        height: 5.507vw;
    }

    .ss_div {
        padding: 15px 0;
        width: 100%;
        position: static;
    }

    .ss_div .div {
        width: 52vw;
        height: 10vw;
        padding-left: 8vw;
    }

    .ss_div .div button {
        width: 8vw;
        padding: 0;
        background-size: 3.3819vw;
    }

    .ss_div .div input {
        font-size: 3.088vw;
        padding-right: 15px;
    }

    .div2_con1 .ig {
        width: 10vw;
        top: 15px;
        left: 15px;
        transform: translateX(0%);
    }

    .div2_con1 .lef .p p {
        padding-bottom: 3.93vw;
    }
}

/* 获取报价单 */
.div3_con1 {
    display: block;
}

.div3_con1 .ss_div {
    padding: 3.9363vw 2.9313vw;
    padding-bottom: 1.675vw;
    width: 100%;
}

.div3_con1 .ss_div .p {
    float: left;
    color: #363a40;
    font-weight: bold;
    font-size: 2.01vw;
}

.div3_con1 .ss_div .p span {
    color: #363a40;
    font-size: 1vw;
    padding-left: 0.628vw;
}

.div3_con1 .ss_div .p:hover a,
.div3_con1 .ss_div .p:hover span {
    color: #0068b7;
}

.div3_con1 .ss_div .p i {
    width: 0.58626vw;
    height: 0.9212vw;
    display: inline-block;
    background-image: url(../image/img35.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    margin-right: 2vw;
}

.div3_con2 {
    width: 100%;
    padding-top: 9%;
    /* display: flex;
    flex-wrap: wrap; */
}

.div3_con2 .lef2 {
    width: 50%;
    padding-top: 2.21943vw;
    float: left;
    position: sticky;
    top: 2.21943vw;
}

.div3_con2 .lef2 .p {
    font-size: 2.01vw;
    color: #373f4f;
    font-weight: bold;
    text-align: center;
}

.div3_con2 .lef2 .p span {
    font-size: 1.088vw;
    color: #ffffff;
    width: 3.0988vw;
    line-height: 2.345vw;
    text-align: center;
    background: #2980c2;
    display: inline-block;
    border-radius: 0.418vw;
    margin-left: 0.628vw;
    transform: translateY(-0.3vw);
}

.div3_con2 .lef2 .rq {
    width: 100%;
    padding-left: 7.3529vw;
    padding-right: 8.9614vw;
    position: relative;
    margin-top: 5.0251vw;
}

.div3_con2 .lef2 .div {
    width: 100%;
    padding-bottom: 38.9447vw;
    position: relative;
    overflow: hidden;
}

.div3_con2 .lef2 .div img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div3_con2 .swiper-button-next,
.div3_con2 .swiper-button-prev {
    width: 3.7688vw;
    height: 3.7688vw;
    background-image: url(../image/img38.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 3.5175vw;
    transform: translateY(-50%);
}

.div3_con2 .swiper-button-prev {
    left: 2.5125vw;
    transform: translateY(-50%) rotate(180deg);
}

.div3_con2 .swiper-button-next:hover,
.div3_con2 .swiper-button-prev:hover {
    background-image: url(../image/img39.png);
}

.div3_con2 .rig2 {
    width: 50%;
    background: #f3f4f7;
    padding: 3.0150vw;
    padding-top: 2.0938vw;
    overflow: hidden;
    float: right;
}

.div3_con2 .rig2 .top {
    width: 100%;
}

.div3_con2 .rig2 .top span {
    font-size: 1.34vw;
    color: #5a6375;
    padding: 0 2.9313vw;
    line-height: 2.9313vw;
    transition: all .5s;
    display: inline-block;
    border-radius: 0.41876vw;
    cursor: pointer;
    margin-bottom: 1.2562vw;
}

.div3_con2 .rig2 .top span.on {
    background: #fff;
    color: #0068b7;
}

.div3_con2 .rig2 .rq {
    width: 100%;
    position: relative;
    padding-bottom: 0.41876vw;
}

.div3_con2 .rig2 .rq::before {
    content: '';
    width: 200%;
    height: 1px;
    background: #e2e3ec;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.div3_con2 .rig2 .rq .div {
    width: 100%;
    margin-bottom: 0.41876vw;
}

.div3_con2 .rig2 .rq .div .p {
    color: #373f4f;
    font-weight: bold;
    font-size: 1.17252vw;
    margin-bottom: 0.6281vw;
}

.div3_con2 .rig2 .rq .div .bg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.div3_con2 .rig2 .rq .inp {
    background: #fff;
    height: 3.1825vw;
    border: 1px solid #e2e3ec;
    border-radius: 0.50251vw;
    margin-bottom: 0.6281vw;
    position: relative;
}

.div3_con2 .rig2 .rq .div1 {
    width: 54.4%;
}

.div3_con2 .rig2 .rq .div2 {
    width: 18.1%;
}

.div3_con2 .rig2 .rq .div3 {
    width: 24.9%;
}

.div3_con2 .rig2 .rq .div4 {
    width: 70%;
}

.div3_con2 .rig2 .rq .div5 {
    width: 29%;
}

.div3_con2 .rig2 .rq .inp select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #5a6375;
    font-size: 1.088vw;
    padding: 0 0.92127vw;
    padding-right: 2.5125vw;
    appearance: none;
    background-image: url(../image/img40.png);
    background-size: 0.8375vw 0.5025vw;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.div3_con2 .rig2 .rq .inp input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: #5a6375;
    font-size: 1.088vw;
    padding: 0 0.92127vw;
}

.div3_con2 .rig2 .rq .inp input::-moz-placeholder {
    color: #5a6375;
}

.div3_con2 .rig2 .rq .inp input::-ms-input-placeholder {
    color: #5a6375;
}

.div3_con2 .rig2 .rq .inp input::-webkit-input-placeholder {
    color: #5a6375;
}

.div3_con2 .rig2 .rq .bg.on .inp input {
    background: #2980c2;
    color: #fff;
}

.div3_con2 .rig2 .rq .bg.on .inp input::-moz-placeholder {
    color: #fff;
}

.div3_con2 .rig2 .rq .bg.on .inp input::-ms-input-placeholder {
    color: #fff;
}

.div3_con2 .rig2 .rq .bg.on .inp input::-webkit-input-placeholder {
    color: #fff;
}

.div3_con2 .rig2 .rq .para {
    width: 100%;
    height: 3.1825vw;
    line-height: 3.1825vw;
    color: #ffffff;
    font-size: 1.088vw;
    text-align: center;
    margin-bottom: 0.6281vw;
    border-radius: 0.50251vw;
    background: #2980c2;
    cursor: pointer;
}

.div3_con2 .rig2 .rq .inp.in_r input {
    padding-right: 2.5125vw;
    position: relative;
}

.div3_con2 .rig2 .rq .inp.in_r i {
    width: 1.5075vw;
    height: 1.5075vw;
    background-image: url(../image/img41.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0.8862vw;
    transform: translateY(-50%);
    cursor: pointer;
}

.div3_con2 .rig2 .rq .inp.in_l input {
    padding-right: 2.5125vw;
    position: relative;
}

.div3_con2 .rig2 .rq .inp.in_l i {
    width: 1.0469vw;
    height: 1.088vw;
    background-image: url(../image/img42.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0.9212vw;
    transform: translateY(-50%);
}

.div3_con2 .rig2 .rq2 {
    width: 100%;
    padding-top: 1.2562vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.div3_con2 .rig2 .rq2 p {
    color: #373f4f;
    font-weight: bold;
    font-size: 1.088vw;
}

.div3_con2 .rig2 .rq2 input {
    color: #2980c2;
    font-size: 1.5075vw;
    width: 12.562vw;
    background: #fff;
    height: 3.1825vw;
    border: 1px solid #e2e3ec;
    border-radius: 0.50251vw;
    padding: 0 0.75376vw;
}

.div3_con2 .rig2 .rq2 .bt1 {
    font-size: 1.0887vw;
    color: #ffffff;
    width: 10.804vw;
    line-height: 3.1825vw;
    border-radius: 0.50251vw;
    padding: 0 0.75376vw;
    background: #2980c2;
    text-align: center;
    opacity: 0;
}

.div3_con2 .rig2 .rq2 .bt2 {
    font-size: 1.0887vw;
    color: #ffffff;
    width: 8.37520vw;
    line-height: 3.1825vw;
    border-radius: 0.50251vw;
    padding: 0 0.75376vw;
    background: #2980c2;
    text-align: center;
    cursor: pointer;
}

.div3_con2 .rig2 .rq2 .bt3 {
    width: 3.89447vw;
    height: 3.1825vw;
    border-radius: 0.50251vw;
    padding: 0 0.75376vw;
    background: #2980c2;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.div3_con2 .rig2 .rq2 .bt3::before {
    content: '';
    width: 1.0469vw;
    height: 1.088vw;
    background-image: url(../image/img43.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#test2_2.on,
#test3_2.on,
#test4_2.on,
#zj.on {
    color: #fff;
}

.tk_cs {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.tk_cs .div {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.675vw;
}

.tk_cs .div .esc {
    font-size: 1.17252vw;
    color: #fff;
    background: #2980c2;
    border-radius: 0.41876vw;
    text-align: center;
    padding: 0 1.3vw;
    line-height: 2vw;
    position: absolute;
    top: 1.675vw;
    right: 1.675vw;
    cursor: pointer;
}

.tk_cs .div .p {
    font-size: 1.34vw;
    color: #373f4f;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.6vw;
}

.tk_cs .div img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.div3_con2 .lef2 .p span {
    cursor: pointer;
}

.div3_con2 .in_r .sm {
    width: 20vw;
    background: #fff;
    border: 1px solid #e2e3ec;
    padding: 2.5vw 2vw;
    position: absolute;
    top: 100%;
    left: 86%;
    z-index: 10;
    color: #5a6375;
    font-size: 1.088vw;
    line-height: 1.5;
    display: none;
}

.div3_con2 .in_r .sm .esc {
    font-size: 0.9vw;
    color: #fff;
    background: #2980c2;
    border-radius: 0.41876vw;
    text-align: center;
    padding: 0 1vw;
    line-height: 1.8vw;
    position: absolute;
    bottom: 0.5vw;
    right: 2vw;
    cursor: pointer;
}

.tk_jg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.tk_jg .div {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1.675vw;
}

.tk_jg .div input {
    width: 100%;
    background: #fff;
    height: 3.1825vw;
    border: 1px solid #e2e3ec;
    border-radius: 0.50251vw;
    color: #5a6375;
    font-size: 1.088vw;
    padding: 0 0.92127vw;
}

.tk_jg .div .esc {
    width: 30%;
    font-size: 1.17252vw;
    color: #fff;
    background: #2980c2;
    border-radius: 0.41876vw;
    text-align: center;
    line-height: 2vw;
    margin: 0 auto;
    margin-top: 1.5vw;
    cursor: pointer;
}

.div3_con2 .rig2 .bot .xz_rq {
    display: none;
}

.div3_con2 .rig2 .bot .xz_rq.on {
    display: block;
}

.div3_con2 .rig2 .rq3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.div3_con2 .rig2 .rq3 .div {
    width: 48%;
    margin-top: 3.85%;
    margin-right: 4%;
    border-bottom: 1px solid #dbe2e7;
    cursor: pointer;
}

.div3_con2 .rig2 .rq3 .div:nth-child(2n) {
    margin-right: 0;
}

.div3_con2 .rig2 .rq3 .div1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.div3_con2 .rig2 .rq3 .div1 img {
    width: 100%;
    transition: all .5s;
}

.div3_con2 .rig2 .rq3 .div:hover .div1 img {
    transform: scale(1.05);
}

.div3_con2 .rig2 .rq3 .div2 {
    width: 100%;
    padding-top: 7.4%;
    padding-bottom: 6%;
}

.div3_con2 .rig2 .rq3 .div2 .p1 {
    font-size: 1.25vw;
    color: #373f4f;
    font-weight: bold;
    transition: all .5s;
}

.div3_con2 .rig2 .rq3 .div:hover .div2 .p1 {
    color: #0068b7;
}

.div3_con2 .rig2 .rq3 .div2 .p2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 9%;
    padding-right: 22%;
}

.div3_con2 .rig2 .rq3 .div2 .p2 span {
    font-size: 0.8333vw;
    color: #777777;
}

.div3_con2 .rig2 .rq3 .div2 .p2 span i {
    width: 0.989583vw;
    height: 0.989583vw;
    background-image: url(../image/img8.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 0.2604vw;
    transform: translateY(2px);
}

.div3_con2 .rig2 .rq3 .div2 .p2 span:nth-child(2) i {
    background-image: url(../image/img9.png);
}

.div3_con2 .rig2 .rq3 .div2 .p3 {
    font-size: 0.83333vw;
    color: #373f4f;
    margin-top: 8%;
    transition: all .5s;
}

.div3_con2 .rig2 .rq3 .div:hover .div2 .p3 {
    color: #0068b7;
}

.div3_con2 .rig2 .rq3 .div2 .p3 i {
    display: inline-block;
    width: 0.83333vw;
    height: 0.83333vw;
    background-image: url(../image/img10.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0.2604vw;
    transform: translateY(0.104166vw);
    transition: all .5s;
}

.div3_con2 .rig2 .rq3 .div:hover .div2 .p3 i {
    background-image: url(../image/img11.png);
}

.div3_con2 .cli_video::after {
    display: none;
}

.div3_con2 .rig2 .rq3 .div.cli_video .div1::after {
    content: '';
    width: 2.604166vw;
    height: 2.604166vw;
    background-image: url(../image/img20.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all .5s;
}

@media(max-width:500px) {
    .div3_con2 {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .div3_con2 .lef2 {
        width: 100%;
        position: static;
    }

    .div3_con2 .lef2 .p {
        font-size: 5vw;
    }

    .div3_con2 .lef2 .p span {
        font-size: 4vw;
        width: 9vw;
        line-height: 6vw;
        border-radius: 1vw;
    }

    .div3_con2 .lef2 .div img {
        width: auto;
    }

    .div3_con2 .lef2 .div {
        padding-bottom: 70vw;
    }

    .div3_con2 .swiper-button-next,
    .div3_con2 .swiper-button-prev {
        width: 12vw;
        height: 12vw;
        right: 0;
    }

    .div3_con2 .swiper-button-prev {
        left: 0;
    }

    .div3_con2 .lef2 .rq {
        padding-left: 12.9614vw;
        padding-right: 12.9614vw;
    }

    .div3_con2 .rig2 {
        width: 100%;
    }

    .div3_con2 .rig2 {
        margin-top: 20px;
        padding: 15px;
    }

    .div3_con2 .rig2 .top span {
        font-size: 4vw;
        padding: 0 4vw;
        line-height: 8vw;
        margin-bottom: 4vw;
    }

    .div3_con2 .rig2 .rq .div {
        margin-bottom: 4vw;
    }

    .div3_con2 .rig2 .rq .div .p {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .div3_con2 .rig2 .rq .inp {
        height: 10vw;
        margin-bottom: 2.6vw;
    }

    .div3_con2 .rig2 .rq .inp select {
        font-size: 3.5vw;
        padding: 0 2vw;
        background-size: 2.8375vw 1.5025vw;
    }

    .div3_con2 .rig2 .rq .para,
    .div3_con2 .rig2 .rq .inp input {
        font-size: 3.5vw;
        padding: 0 2vw;
    }

    .div3_con2 .rig2 .rq .para {
        height: 10vw;
        line-height: 10vw;
    }

    .div3_con2 .rig2 .rq .inp.in_r i {
        width: 4.5075vw;
        height: 4.5075vw;
    }

    .div3_con2 .rig2 .rq .inp.in_r input {
        padding-right: 7.5125vw;
    }

    .div3_con2 .rig2 .rq .inp.in_l i {
        width: 4.0469vw;
        height: 3.088vw;
    }

    .div3_con2 .rig2 .rq .inp.in_l input {
        padding-right: 5.5125vw;
    }

    .div3_con2 .rig2 .rq2 {
        padding-top: 5vw;
    }

    .div3_con2 .rig2 .rq2 p {
        font-size: 4.088vw;
    }

    .div3_con2 .rig2 .rq2 input {
        font-size: 3.5vw;
        width: 22.562vw;
        height: 10vw;
        padding: 0 2vw;
    }

    .div3_con2 .rig2 .rq2 .bt1 {
        font-size: 3.5vw;
        width: 44%;
        line-height: 10vw;
        padding: 0 2vw;
    }

    .div3_con2 .rig2 .rq2 .bt2 {
        font-size: 3.5vw;
        width: 60%;
        line-height: 10vw;
        padding: 0 2vw;
        margin-top: 10px;
    }

    .div3_con2 .rig2 .rq2 .bt3 {
        font-size: 3.5vw;
        width: 36%;
        height: 10vw;
        padding: 0 2vw;
        margin-top: 10px;
    }

    .div3_con2 .rig2 .rq2 .bt3::before {
        width: 4.0469vw;
        height: 4.088vw;
    }

    .tk_jg .div {
        width: 90%;
        padding: 6.675vw;
    }

    .tk_jg .div input {
        height: 10vw;
        font-size: 3.5vw;
        padding: 0 2vw;
    }

    .tk_jg .div .esc {
        font-size: 3.5vw;
        line-height: 7vw;
        margin-top: 4.5vw;
    }

    .div3_con2 .in_r .sm {
        width: 44vw;
        font-size: 3vw;
        left: 74%;
        padding: 6vw 4vw;
    }

    .div3_con2 .in_r .sm .esc {
        font-size: 3vw;
        padding: 0 2vw;
        line-height: 5vw;
        bottom: 0.5vw;
        right: 2vw;
    }

    .tk_cs .div {
        padding: 3vw;
    }

    .tk_cs .div .p {
        font-size: 4vw;
        margin-bottom: 2.6vw;
    }

    .tk_cs .div .esc {
        font-size: 3vw;
        padding: 0 1.3vw;
        line-height: 6vw;
        top: 2.675vw;
    }

    .tk_cs .div .ig {
        width: 100%;
        overflow-x: auto;
    }

    .tk_cs .div img {
        width: 400%;
        max-width: initial;
    }

    .div3_con2 .rig2 .rq3 .div {
        width: 100%;
        margin-right: 0;
    }

    .div3_con2 .rig2 .rq3 .div2 .p1 {
        font-size: 5vw;
    }

    .div3_con2 .rig2 .rq3 .div2 .p2 span {
        font-size: 4vw;
    }

    .div3_con2 .rig2 .rq3 .div2 .p2 span i {
        width: 3.989583vw;
        height: 3.989583vw;
        margin-right: 1.2604vw;
        ;
    }

    .div3_con2 .rig2 .rq3 .div2 .p3 {
        font-size: 4vw;
    }

    .div3_con2 .rig2 .rq3 .div2 .p3 i {
        width: 3vw;
        height: 3vw;
    }

    .div3_con2 .rig2 .rq3 .div2 .p2 {
        margin-top: 5%;
        padding-right: 0;
    }

    .div3_con2 .rig2 .rq3 .div.cli_video .div1::after {
        width: 12vw;
        height: 12vw;
    }
}


.fudong {
    position: fixed;
    right: 30px;
    top: 50%;
    background: #fff;
    text-align: center;
    padding: 1% 1%;
    z-index: 99;
}


.fudong .fusa:not(:last-child) {
    margin-bottom: 30px;
}

.fudong .fusa .pa {
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
}

@media screen and (max-width: 640px) {
    .fudong {
        right: 0;
        padding: 10px;
    }

    .fudong .fusa:not(:last-child) {
        margin-bottom: 10px;
    }
}

.foot .bot .rq .rig .div1 a .img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -120px;
    left: -33px;
    display: none;
}

.foot .bot .rq .rig .div1 a:hover .img {
    display: block;
}


.Top003101 menu li:nth-child(1) span{
border: none !important;
}
.fudong{padding:10px 0;}
.fudong .fusa {
    position: relative;
	padding:0 10px;
	cursor:pointer;
}

.fudong .fusa .ipoper {
    position: absolute;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    right: -100%;
    top: 50%;
	width:130px;
    height: 130px;
    margin-top: -75px;
    z-index: 10;
    transition: .3s;
    opacity: 0;
}

.fudong .fusa:hover .ipoper {
    right: 100%;
    opacity: 1;
}
.fudong .fusa .ipoper img{height:110px;width:110px;}
.Guide_con2 .rq1 .div {
    position: relative;
}

.Guide_con2 .rq1 .div .fancies {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}
.banner .rq * {
    color: #fff;
}

.banner .p3 span i {background-image:url(../image/img122.png);}

.banner .p3 span:nth-child(2n) i {background-image:url(../image/img132.png);}







.Guide_dat1{
    width: 100%;
    padding: 5% 0;
}
.Guide_dat1 .rq{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	    position: relative;
}
.Guide_dat1 .bt{
	 margin-bottom: 3%;
}
.Guide_dat1 .div{
    width: 23%;
    padding-bottom: 14%;
    overflow: hidden;
    margin-right: 2.666%;
    margin-bottom: 2.6%;
    position: relative;
    cursor: pointer;
}
.Guide_dat1 .div:nth-child(4n){
    margin-right: 0;
}
.Guide_dat1 .div img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    transition: all .5s;
}
.Guide_dat1 .div:hover img{
    transform: translate(-50%,-50%) scale(1.05);
}
.tccc{
	    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}
.Guide_tk{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
    cursor: pointer;
}
.Guide_tk img{
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.Guide_tk .cei{
    width: 25px;
    height: 26px;
    background-image: url(../image/img43.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:20px;
    right: 20px;
    transform: rotate(45deg);
	   display: none;
}

@media(min-width:768px){
	.ny_banner2 .wap {
    display: none;
}
}

@media(max-width:768px){
	.ny_banner2 .pc {
    display: none;
}
    .Guide_dat1{
        padding: 40px 0;
    }
    .Guide_dat1 .div{
        width: 32%;
        padding-bottom: 18%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .Guide_dat1 .div:nth-child(4n){
        margin-right: 2%;
    }
    .Guide_dat1 .div:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:500px){
	.Guide_dat1 .bt{
	 margin-bottom: 20px;
}
    .Guide_dat1 .div{
        width: 49%;
        padding-bottom: 28%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .Guide_dat1 .div:nth-child(3n){
        margin-right: 2%;
    }
    .Guide_dat1 .div:nth-child(2n){
        margin-right: 0;
    }
    .Guide_tk img {
        max-width: 95%;
        max-height: 95%;
    }
}


