﻿@charset "gb2312";
.Code img {
    width: 100px;
    height: 100px;
}

.header {
    width: 100%;
    height: 70px;
    background-color: #000000;
}
.banquan p a {
   color:#afafaf;
}
.banquan a {
   color:#afafaf;
}

.w1578 {
    /* max-width: 1678px; */
    width: 86%;
    margin: 0 auto;
}

.w1260 {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.w1385 {
    max-width: 1385px;
    width: 100%;
    margin: 0 auto;
}

.w1230 {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}

.w980 {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.header .w1578 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.header .logo {
    padding-right: 20%;
}

.header_right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language {
    font-size: 12px;
    font-family: "Noto Sans SC";
    color: #75adcc;
}

.web_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

    .web_nav > li {
        padding-right: 41px;
        padding-left: 41px;
        display: inherit;
        position: relative;
        height: 80px;
        line-height: 80px;
    }


    .web_nav li a {
        font-size: 18px;
        transition: all 0.3s ease;
        color: #ffffff;
    }

.language {
    display: flex;
    align-items: center;
    margin-left: 190px;
}

.so {
    margin-left: 50px !important;
}

.se {
    display: none;
    position: relative;
    margin-right: 10px;
}

.searchinput {
    width: 220px;
    height: 40px;
    border: 1px solid #313131;
    padding-left: 10px;
    color: #ffffff;
}

.search_bt {
    width: 17px;
    height: 19px;
    background: url(../images/search.png)no-repeat center center;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.search {
    width: 30px;
    margin: 0 auto;
    position: relative;
    height: 22px;
    line-height: 18px;
}


    .search::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 40px;
        background: #808080;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        right: 0;
    }

.country {
    width: 100px;
    margin: 0 auto;
    margin-left: 5px;
    text-align: center;
    display: flex;
}

    .country span {
        width: 50px;
        color: #ffffff;
        font-size: 14px;
        margin-left: 4px;
        cursor: pointer;
    }

.menu.m {
    position: absolute;
    width: 28px;
    height: 26px;
    right: 30px;
    top: 21px;
    z-index: 11;
    cursor: pointer;
}

body.open .menu.m span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.open .menu.m span:nth-child(2) {
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

body.open .menu.m span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu.m span {
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background-color: #9e9e9f;
    left: 0;
    top: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: 11;
    border-radius: 2em;
}

    .menu.m span:nth-child(2) {
        top: 10px;
    }

    .menu.m span:nth-child(3) {
        top: 21px;
    }

.header_m {
    width: 100%;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    position: relative;
}

    .header_m .left {
        width: 12%;
    }

        .header_m .left a img {
            height: 40px;
            margin-top: 6px;
        }

        .header_m .left .img2 {
            display: none;
        }

    .header_m .navbar_nav li {
        float: left;
        position: relative;
        display: block;
    }

        .header_m .navbar_nav li:after {
            content: "";
            width: 0;
            height: 2px;
            background: #ff4500;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all .5s ease 0s;
        }

        .header_m .navbar_nav li:hover:after {
            width: 100%;
        }

        .header_m .navbar_nav li a {
            text-decoration: none;
            height: 100%;
            padding: 0 25px;
            display: block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            color: #fff;
            font-size: 16px;
        }

        .header_m .navbar_nav li:hover a {
            color: #ff4500;
        }

        .header_m .navbar_nav li.dropdown {
            display: inherit;
            position: relative;
        }

            .header_m .navbar_nav li.dropdown .jt {
                width: 20px;
                height: 20px;
                background: url(../images/top.png) no-repeat;
                background-size: 100% 100%;
                display: block;
            }

            .header_m .navbar_nav li.dropdown .dropdown_menu {
                display: none;
                position: absolute;
                top: 50px;
                width: 100%;
                background: #fff;
                box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
                width: 120%;
                left: -10%;
            }

                .header_m .navbar_nav li.dropdown .dropdown_menu a {
                    font-size: 14px;
                    color: #666;
                    padding: 0 10px;
                    line-height: 40px;
                    text-align: center;
                    background: #fff;
                    margin-bottom: 2px;
                }

            .header_m .navbar_nav li.dropdown:hover .dropdown_menu {
                display: block;
                background: #f3f3f3;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
            }

                .header_m .navbar_nav li.dropdown:hover .dropdown_menu a {
                    color: #666;
                }

                    .header_m .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
                        color: #fff;
                        background: orange;
                    }

    .header_m.on {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

        .header_m.on .left .img1 {
            display: none;
        }

        .header_m.on .left .img2 {
            display: block;
        }

        .header_m.on .navbar_nav li a {
            color: #333;
        }

        .header_m.on .navbar_nav li:hover a {
            color: #ff4500;
        }

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 70px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    transform: translateX(100%);
}

    .m_nav.open {
        transform: translateX(0);
    }

    .m_nav .top {
        height: 60px;
        padding: 20px;
        box-sizing: border-box;
    }

        .m_nav .top .closed {
            width: 30px;
            height: 30px;
            vertical-align: middle;
            float: right;
            cursor: pointer;
        }

    .m_nav .logo {
        width: 100%;
        margin: 0 auto;
    }

        .m_nav .logo img {
            height: 50px;
            display: block;
            margin: 30px auto;
        }

    .m_nav .ul {
        margin-top: 10px;
    }

        .m_nav .ul li {
            padding: 0 20px;
            border-bottom: 1px solid #f5f5f5;
            transform: translateY(0);
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
            transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
            opacity: 0;
        }

    .m_nav.open .ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .m_nav .ul li:nth-child(1) {
        -webkit-transition: all .2s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .2s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(2) {
        -webkit-transition: all .4s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .4s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(3) {
        -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .8s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(5) {
        -webkit-transition: all 1s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(7) {
        -webkit-transition: all 1.4s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.4s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(8) {
        -webkit-transition: all 1.6s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.6s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(9) {
        -webkit-transition: all 1.8s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.8s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li a {
        text-align: center;
        display: block;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 100%;
    }

    .m_nav .ul li .dropdown_menu {
        display: none;
    }

    .m_nav .ul li.dropdown.active .dropdown_menu {
        display: block;
    }

    .m_nav .ul li .dropdown_menu a {
        display: block;
        padding: 0 40px;
        box-sizing: border-box;
        border-bottom: 1px solid #ddddddd;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #9e9e9f;
    }

        .m_nav .ul li .dropdown_menu a:last-child {
            border: 0;
        }





.nav_menu {
    display: none;
    position: absolute;
    top: 75px;
    background: #fff;
    right: -200%;
    z-index: 999;
    padding-left: 30px;
    padding-right: 30px;
}

    .nav_menu ul {
        text-align: center;
        display: flex;
    }

        .nav_menu ul li {
            padding-right: 25px;
            padding-left: 25px;
        }

            .nav_menu ul li img {
                margin-top: 45px;
                width: 145px;
            }

.nav_menu_title {
    margin-top: 18px;
    color: #a1a1a1;
    font-size: 12px;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web_nav li:hover .nav_menu {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.web_nav li:hover {
    background-color: #ffffff;
}

    .web_nav li:hover a {
        color: #000000;
    }

.xia {
    width: 30px;
    height: 100%;
    margin: 0 auto;
    display: inherit;
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}

.xias {
    width: 30px;
    height: 100%;
    margin: 0 auto;
    display: inherit;
    position: relative;
    margin-left: 5px;
    cursor: pointer;
}

.country_name {
    display: none;
    background: url(../images/lang.png)no-repeat center center;
    width: 116px;
    height: 92px;
    z-index: 999;
    position: absolute;
    top: 45px;
    top: 50px\0;
    right: 210px\0;
}

    .country_name div {
        margin-top: 20px;
    }

        .country_name div a {
            color: #000000;
            font-size: 13px;
        }

    .country_name .artive a {
        color: #56669d;
    }

.country:hover .country_name {
    display: block;
}

/*顶部结束*/
.footer_c {
    background-color: #161214;
    padding-bottom: 25px;
    width: 100%;
}

.footer_title {
    padding-top: 100px;
    font-size: 36px;
    color: #ffffff;
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
}

    .footer_title::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #454143;
        left: 0px;
        bottom: 0px;
        transform: translateY(-50%);
    }

.footer_lianxi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .footer_lianxi ul {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        width: 100%;
        margin: 110px 30px 90px;
    }

        .footer_lianxi ul li {
            text-align: center;
            width: 33%;
        }

.footer_lianxi_title {
    margin-top: 15px;
    color: #ffffff;
}

    .footer_lianxi_title p {
        line-height: 25px;
        text-align: center;
        font-size: 15px;
    }

.footer_d {
    background-color: #000000;
}

.foot_menu {
    padding: 80px 0px 30px 0px;
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.foot_menu_li_title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.foot_menu_li ul li {
    text-align: left;
    padding-bottom: 10px;
}

    .foot_menu_li ul li a {
        color: #fff;
        text-align: center;
        font-size: 14px;
        color: #afafaf;
    }

.footer_d_xia {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}

.footer_xia_weibo a {
    margin-right: 5px;
}

.footer_d_xia::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #454143;
    left: 0px;
    bottom: 0px;
    transform: translateY(-50%);
}

.footer_xia_logo img {
    width: 100%;
    opacity: 0.7;
}

.footer_info {
    color:#afafaf;
    padding: 30px 40px 40px 40px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.banquan {
    width: 185px;line-height:30px;
}

.Code {
    text-align: center;
}

    .Code p {
        padding-top: 15px;
        width: 150px;
        line-height: 25px;
    }
/*底部结束*/


.index-img-none {
    display: none;
}

.bannerimg img {
    width: 100%;
}

.index-bannerimgyin {
    display: none;
}

.bannerimg video {
    display: block;
    width: 100%;
}

.index_top {
    position: absolute;
    top: 65%;
    left: 170px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    z-index: 998;
    display: block;
    font-size: 16px;
    width: 150px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #000;
    background-color: transparent !important;
    background: rgb(78 75 75 / 60%);
    margin: 0 auto;
}
.index_banner .index_top{
    width: 200px;
    height: 60px;
    line-height: 60px;
    background: rgb(78 75 75 / 80%) !important;
    border: none;
}
.index_top:hover{
    border: 2px solid #56669d;
    background-color: #56669d !important;
}
.index_banner .index_top:hover{
    border: none;
}

    .index_top span {
        padding-left: 20%;
        padding-right: 25px;
        position: relative;
        color: #333;
        transition: all 0.3s;
    }
 .guide_top span {
        color: #fff;
    }
    .index_banner .index_top span{
        color: #fff;
    }

        .index_top span::after {
            content: "";
            top: 11%;
            background: url(../images/index-more.png) no-repeat center center;
            width: 18px;
            height: 18px;
            right: 0px;
            position: absolute;
            background-size: 100%;
        }

 .guide_top span::after {
            background: url(../images/index-moref.png) no-repeat center center;
            background-size: 100%;
    }
        .index_banner .index_top span::after{
            background: url(../images/index-moref.png) no-repeat center center;
            background-size: 100%;
        }
        .index_top:hover span::after{
            background: url(../images/index-moref.png) no-repeat center center;
            background-size: 100%;
        }

    .index_top:hover span {
        padding-right: 30px;
        color: #fff;
    }

.index_pro {
    padding-top: 100px;
    background: url(../images/index-proimage.jpg)no-repeat center center;
    padding-bottom: 80px;
    background-size: cover !important;
}

    .index_pro .w1578 {
        position: relative;
        
    }
    .index_pro .indProBig {
        padding: 0px 60px;
    }
    .index_pro .indProBigList {
        overflow: hidden;
    }

    .index_pro .swiper-button-next:after, .index_pro .swiper-button-prev:after {
        display: none;
    }

    .index_pro .swiper-button-next {
        width: 50px;
        height: 50px;
        background: url(../images/about-right.png)no-repeat 0 0;
        right: 0%;
        left: auto;
        top: 45%;
        background-size: 100%;
        cursor: pointer;
        pointer-events: inherit;
        opacity: 1;
    }

    .index_pro .swiper-button-prev {
        width: 50px;
        height: 50px;
        background: url(../images/about-left.png)no-repeat 0 0;
        left: 0%;
        right: auto;
        top: 45%;
        background-size: 100%;
        cursor: pointer;
        pointer-events: inherit;
        opacity: 1;
    }

    .index_pro .swiper-button-next:hover {
        background: url(../images/about-rightline.png)no-repeat 0 0;
        background-size: 100%;
    }

    .index_pro .swiper-button-prev:hover {
        background: url(../images/about-leftline.png)no-repeat 0 0;
        background-size: 100%;
    }

    .index_pro .swiper-container {
        padding: 0px 20px;
    }

    .index_pro .swiper-slide {
        text-align: center;
        width: 25%;
    }
    .index_pro .swiper-slide-thumb-active .index_pro_title,
        .index_pro .swiper-slide:hover .index_pro_title {
            color: #56669d;
        }

        .index_pro .swiper-slide-thumb-active .index_pro_title::after,
            .index_pro .swiper-slide:hover .index_pro_title::after {
                background: url(../images/index-more1.png) no-repeat center center;
                background-size: 100%;
            }

.index_pro_img{
    position: relative;
    padding-top: 50%;
}
.index_pro_img img {
        width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.index_pro_content {
    margin-top: 10px;
    text-align: center;
}

.index_pro_cat {
    color: #808080;
    font-size: 16px;
}

.index_pro_title {
    line-height: 40px;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-right: 30px;
}

    .index_pro_title::after {
        content: "";
        background: url(../images/index-more.png) no-repeat center center;
        width: 20px;
        height: 20px;
        right: 0px;
        position: absolute;
        background-size: 100%;
        bottom: 4px;
    }

.index_pro .swiper-wrapper {
}

.index-color {
    background-color: #fafafa;
}


.index_cat_tit {
    background: url(../images/index-catimg.jpg)no-repeat center center;
    text-align: center;
    color: #ffffff;
    background-size: cover;
    position: relative;
}

.index_cat_title {
    font-size: 35px;
}
.index_cat_title h3{
    font-size: 75px;
    font-weight: 500;
}
.index_cat_title h3 span{
    font-weight: bold;
    color: #6c89ed;
}
.index_cat_title p{
    font-size: 22px;
    letter-spacing: 5px;
    opacity: 0.4;
}
.index_cat_jz p{
    letter-spacing: 8px;
}

.index_cat_content {
    font-size: 20px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
    line-height: 35px;
}

.index_cat_button {
    width: 50%;
    padding: 0 3%;
    z-index: 999;
    position: relative;
}

.index-cat-img {
    height: 100px;
    padding-top: 40px;
}

    .index-cat-img img {
        width: 60px;
        height: 50px;
    }

.index_cat_button a {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 40px;
    border: 1px solid #ffffff;
    margin: 0 auto;
}

    .index_cat_button a span {
        position: relative;
        padding-right: 20px;
    }

        .index_cat_button a span::after {
            content: "";
            top: 4px;
            background: url(../images/index-moref.png) no-repeat center center;
            width: 16px;
            height: 16px;
            right: 0px;
            position: absolute;
            background-size: 100%;
            transition: all 0.5s;
        }

    .index_cat_button a:hover span::after {
        right: -5%;
    }


.index_cat_img {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 998;
    top: -23%;
}

.index_vrimgdiv {
    max-width: 1280px;
    max-height: 600px;
    margin: 0 auto;
}

.index_cat_img img {
    width: 100%;
}

.index_cat-bg {
    position: absolute;
    content: '';
    width: 70%;
    height: 300px;
    background: url(../images/index_prosimg.png)no-repeat center center;
    background-size: 100%;
    left: 15%;
    bottom: -70%;
}

#backbuffer {
    top: -20% !important;
}

.index_we {
    margin-top: 100px;
    padding-bottom: 80px;
}

    .index_we .swiper-container-horizontal > .swiper-pagination-bullets span, .index_we.swiper-pagination-custom span, .index_we .swiper-pagination- fraction span {
        width: 35px;
        font-size: 20px;
        height: 35px;
        line-height: 35px;
    }


    .index_we .swiper-pagination {
        width: 185px !important;
        height: 5px !important;
        right: 1%;
        bottom: 30px !important;
        top: auto !important;
        left: auto !important;
        text-align: center;
    }

    .index_we .swiper-pagination-bullet-active {
        font-size: 25px !important;
        color: #56669d;
    }

    .index_we .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        background: #fff;
    }

    .index_we .swiper-container-horizontal > .swiper-scrollbar {
        width: 20% !important;
        left: 60%;
        bottom: 3%;
    }

    .index_we .swiper-scrollbar-drag {
        background: rgb(170 42 39);
    }

    .index_we .swiper-container {
        --swiper-theme-color: #bf3b3a;
    }

    .index_we .swiper-slide {
        transition: 1s transform;
    }

    .index_we .swiper-slide-next {
        transform: scale(1.4,1.4);
        z-index: 999;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

        .index_we .swiper-slide-next .index_we_hover {
            bottom: 0%;
        }


.index_we_title {
    padding-top: 40px;
    padding-bottom: 70px;
    font-size: 30px;
}

    .index_we_title p {
        height: 45px;
        line-height: 45px;
    }

.index_we_con {
    display: block;
    position: relative;
    overflow: hidden;
}

.index_we_img {
    width: 100%;
}

    .index_we_img img {
        width: 100%;
    }

.index_we_hover {
    padding: 18px 25px 12px;
    background: rgb(113 4 4 / 80%);
    position: absolute;
    bottom: -101%;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.we_hover_title {
    color: #ffffff;
    font-size: 12px;
    padding-top: 35%;
    padding-left: 10%;
    padding-bottom: 10%;
}

    .we_hover_title p {
        line-height: 30px;
        position: relative;
    }

.index_we_hover a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    margin: 0 auto;
    text-align: center;
}

.index_we .swiper-container {
    padding-bottom: 80px;
    padding-top: 50px;
}

.index_we.swiper-container-horizontal > .swiper-pagination-bullets, .index_we.swiper-pagination-custom, .index_we.swiper-pagination-fraction {
    left: 40%;
}

.index_we.swiper-pagination-bullet {
}

.index_we .index_we_con:hover .index_we_hover a {
    background-color: #fff;
    color: #891814;
}

.index_we .index_we_con:hover .index_we_hover .we_hover_title p:first-child {
    text-decoration: underline;
}



.pubile_banner {
    width: 100%;
    position: relative;
}

    .pubile_banner img {
        width: 100%;
    }

.pubile_jia {
    width: 100%;
    position: absolute;
    bottom: 20%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

    .pubile_jia ul {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 120px;
    }

        .pubile_jia ul li {
            margin: 0 20px;
            font-size: 10px;
            color: #ffffff;
            border: 1px solid #ffffff;
            width: 280px;
            height: 140px;
            display: block;
            transition: all 0.3s;
        }

.pubile_jialist {
    padding: 30px 10px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.pubile_jialist_title {
    font-size: 16px;
}

.pubile_jialist_name {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 15px;
    width: 100%;
}

    .pubile_jialist_name p {
        font-size: 20px;
    }

    .pubile_jialist_name span img {
        width: 35px;
    }

.pubile_jia ul li:hover {
    border: 1px solid #56669d;
    background-color: #56669d;
    height: 180px;
}

.pubile_position {
    width: 100%;
    position: absolute;
    top: 30%;
    margin: 0 auto;
    text-align: center;
}

.pubile_name {
    font-size: 45px;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
}

.pubile_index span img {
    width: 20px;
}

.pubile_index span a {
    font-size: 18px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
}

.pubile_i {
    font-size: 18px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    width: 15px;
}

.pubile_href {
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(37 34 34 / 80%);
    height: 55px;
}

    .pubile_href ul {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

        .pubile_href ul li {
            width: 160px;
            font-size: 16px;
            display: block;
            height: 100%;
            display: flex;
            align-items: center;
            text-align: center;
        }

        .pubile_href ul .artive {
            background-color: #56669d;
        }

        .pubile_href ul li a {
            width: 160px;
            color: #ffffff;
            text-align: center;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }


.about_we {
    background: url(../images/about-bg.jpg)no-repeat center center;
    height: 900px;
    background-size: cover;
}

    .about_we .w1385 {
        display: flex;
        justify-content: center;
        padding-top: 100px;
    }

.about_we_div {
    width: 40%;
}

    .about_we_div #two {
        display: none;
    }

.about_we_title {
    padding-top: 50px;
}

    .about_we_title p {
        font-size: 30px;
        color: #56669d;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
    }

    .about_we_title span {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
    }

.about_we_content {
    margin-top: 100px;
    padding: 60px 35px;
    border: 1px solid #ffffff;
    width: 660px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 999;
    position: absolute;
}

.about_we_name {
    line-height: 35px;
    font-size: 24px;
}

.about_we_sed {
    line-height: 32px;
    font-size: 18px;
    padding-top: 10px;
}

.about_we_jian {
    padding-top: 15px;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 2px;
    font-weight: 400;
    color: #666666;
}

.about_we_img {
    width: 40%;
    height: 100%;
}

    .about_we_img img {
        width: 100%;
    }

.about_line {
    margin-top: 450px;
    z-index: 999;
    position: absolute;
}

.about-lic {
    background: url(../images/about-licbg.jpg)no-repeat center center;
    padding-bottom: 60px;
    background-size: 100%;
}

.about-lic-div {
    margin-left: 15%;
}

.about-pubile-title {
    padding-top: 80px;
}

    .about-pubile-title p {
        font-size: 30px;
        height: 40px;
        line-height: 40px;
    }

    .about-pubile-title span {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }

        .about-pubile-title span i {
            color: #56669d;
            position: relative;
            padding-bottom: 15px;
            margin-right: 5px;
            font-style: normal;
        }

            .about-pubile-title span i::after {
                content: "";
                width: 30px;
                height: 5px;
                background-color: #56669d;
                position: absolute;
                bottom: 0;
                left: 0;
            }

.about_ronyu {
    margin-top: 50px;
}

.box {
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.about_ronyu .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

    .about_ronyu .swiper-slide img {
        width: 100%;
    }

.about_ronyu .swiper-slide-active, .about_ronyu .swiper-slide-duplicate-active {
    transform: scale(1.1);
}




.about_ronyu .swiper-container {
    height: 400px;
    margin-bottom: 80px;
    width: 90%;
}

.baner-main {
    width: 800px;
    height: 300px;
    position: relative;
}

    .baner-main .baner-list .baner-item {
        position: absolute;
        top: 0;
        left: 0;
    }

.baner-but {
    transition: all 0.3s;
}

.baner-main .prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
    background: url(../images/honer-left.png) no-repeat center center;
}

.about_ronyu .swiper-button-next:after, .about_ronyu .swiper-button-prev:after {
    display: none;
}

.about_ronyu .swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: url(../images/honer-right.png) no-repeat center center;
    background-size: cover;
    outline: none;
}

.about_ronyu .swiper-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    background: url(../images/honer-left.png) no-repeat center center;
    background-size: cover;
    outline: none;
}

.about_ronyu .swiper-button-next:hover {
    background: url(../images/honer-right1.png) no-repeat center center;
    background-size: cover;
}


.about_ronyu .swiper-button-prev:hover {
    background: url(../images/honer-left1.png) no-repeat center center;
    background-size: cover;
}




.baner-main img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.contact_content {
    padding-bottom: 58px;
    background-color: #fafafa;
    padding-right: 4%;
}

    .contact_content .w1260 {
        display: flex;
        justify-content: flex-end;
        padding-top: 60px;
    }

.contact_left {
    width: 58%;
    padding-top: 45px;
}

.contact_title {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
}

.contact_left ul {
    margin-top: 40px;
}

    .contact_left ul li {
        height: 80px;
        padding-left: 65px;
        margin-bottom: 40px;
    }

        .contact_left ul li p {
            font-size: 20px;
            padding-top: 15px;
            font-weight: 600;
        }

        .contact_left ul li span {
            font-size: 16px;
            height: 30px;
            line-height: 30px;
            margin-right: 8px;
            color: #9f9f9f;
        }

.li1 {
    background: url(../images/contact-address.png)no-repeat center left;
}

.li2 {
    background: url(../images/contact-emalr.png)no-repeat center left;
}

.li3 {
    background: url(../images/contact-phone.png)no-repeat center left;
}

.contact_right {
    width: 42%;
    padding: 40px 40px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

    .contact_right ul {
        padding-top: 25px;
    }

        .contact_right ul li {
            padding-bottom: 25px;
        }

            .contact_right ul li input {
                height: 45px;
                border: 1px solid #56669d;
                box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
                padding-left: 20px;
                font-size: 18px;
                width: 100%;
                border-radius: 6px;
            }

            .contact_right ul li textarea {
                width: 100%;
                height: 150px;
                border: 1px solid #56669d;
                padding: 20px;
                font-size: 20px;
                color: #c9c9c9;
                font-family: "微软简中圆","Noto Sans SC";
                font-weight: 300;
                border-radius: 6px;
                box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
            }

.contact_bt {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: #56669d;
    font-weight: 500;
}

.contact_map {
    width: 100%;
}

    .contact_map img {
        width: 100%;
    }

.per_concept {
    width: 100%;
    background: url(../images/viedo-images.jpg)no-repeat center center;
    padding-top: 120px;
    padding-bottom: 130px;
    background-size: cover;
}

.per_title {
    text-align: center;
    font-size: 35px;
    padding-bottom: 100px;
}

.per_conlist {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .per_conlist ul {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

        .per_conlist ul li {
            width: 27%;
            height: 350px;
            padding: 40px 40px;
            border: 1px solid #ffffff;
            background-color: #ffffff;
            border-radius: 10px;
            margin: 0 25px;
        }

.per_info_img {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 30px;
}

    .per_info_img img {
        width: 100%;
        margin: 0 auto;
        transition: 1s transform;
    }

.per_info {
    width: 100%;
    text-align: center;
}

.per_info_title {
    font-size: 20px;
    line-height: 40px;
}

.per_info_content {
    line-height: 30px;
}

.per_conlist ul li:hover .per_info_img img {
    transform: scale(1.3, 1.3);
}

.per_imgdiv {
    width: 100%;
}

    .per_imgdiv img {
        width: 100%;
    }

.per_recruit {
    width: 100%;
    background: url(../images/viedo-images.jpg)no-repeat center center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
}

.recruit_bt {
    padding-bottom: 60px;
}

    .recruit_bt button {
        display: block;
        width: 16%;
        height: 60px;
        color: #ffffff;
        background: #56669d;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

        .recruit_bt button span {
            font-size: 23px;
            padding-left: 15px;
            margin: 0 auto;
        }

        .recruit_bt button img {
            margin-bottom: 5px;
            width: 25px;
        }

.recruit_list {
    width: 100%;
}

    .recruit_list ul {
        width: 100%;
    }

.recruit_list_li {
    padding: 40px 40px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    margin-bottom: 30px;
    color: #808080;
    display: flex;
}

.recruit_list_right {
    width: 80%;
}

.recruit_list_title {
    font-size: 24px;
    padding-bottom: 20px;
    color: #4d4d4d;
}

.recruit_list_info ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .recruit_list_info ul li {
        width: 25%;
        min-width: 25%;
        max-width: 25%;
        font-size: 15px;
        line-height: 30px;
    }

.recruit_list_info span {
    font-weight: bold;
}

.recruit_list_info p {
    font-size: 15px;
    line-height: 30px;
}

.recruit_list_left {
    width: 20%;
    height: 100%;
}

    .recruit_list_left button {
        height: 45px;
        border: 3px solid #56669d;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
        font-size: 15px;
        width: 100%;
        border-radius: 10px;
        color: #56669d;
        margin-top: 15%;
    }

        .recruit_list_left button img {
            margin-bottom: 3px;
            width: 22px;
        }

        .recruit_list_left button span {
            font-weight: 500;
            padding-left: 5px;
        }

.recruit_list_li:hover {
    color: #000000;
}

    .recruit_list_li:hover .recruit_list_title {
        color: #56669d;
    }

    .recruit_list_li:hover .recruit_list_left button {
        background: #56669d;
        color: #ffffff;
    }

.viedo-bannerlist {
    width: 100%;
    position: relative;
}

    .viedo-bannerlist video {
        width: 100%;
    }

    .viedo-bannerlist img {
        width: 100%;
    }

.viedo-none {
    display: none;
}



.viedo_banner .thumbs {
    width: 40%;
    z-index: 998;
    position: absolute;
    right: 0%;
    bottom: -8%;
}

    .viedo_banner .thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }

    .viedo_banner .thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

.viedo_banner {
    position: relative;
}

    .viedo_banner .swiper {
        position: static;
    }

    .viedo_banner .swiper-button-next:after, .viedo_banner .swiper-button-prev:after {
        display: none;
    }

    .viedo_banner .swiper-button-next {
        width: 40px;
        height: 40px;
        background: url(../images/honer-right.png)no-repeat 0 0;
        right: 55%;
        top: auto;
        bottom: -10%;
        z-index: 998;
        position: absolute;
        margin-top: auto;
        background-size: cover;
    }

    .viedo_banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: url(../images/honer-left.png)no-repeat 0 0;
        left: 39%;
        bottom: -10%;
        top: auto;
        z-index: 998;
        position: absolute;
        margin-top: auto;
        background-size: cover;
    }

    .viedo_banner .swiper-button-next:hover {
        background: url(../images/honer-right2.png)no-repeat 0 0;
        background-size: cover;
    }

    .viedo_banner .swiper-button-prev:hover {
        background: url(../images/honer-left2.png)no-repeat 0 0;
        background-size: cover;
    }

.banner img {
    width: 100%;
}

.viedo-imgclick {
    width: 3%;
    z-index: 998;
    position: absolute;
    top: 40%;
    left: 50%;
}

    .viedo-imgclick img {
        width: 100%;
    }

.video_con {
    background: url(../images/viedo-images.jpg)no-repeat center center;
    padding-bottom: 100px;
    background-size: cover;
}

.viedo_div {
    width: 100%;
    padding-top: 230px;
}

.viedo_div_title {
    text-align: center;
    font-size: 36px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 600;
}

    .viedo_div_title::after {
        position: absolute;
        content: "";
        width: 50px;
        height: 3px;
        background: #56669d;
        left: 48%;
        bottom: 0px;
        transform: translateY(-50%);
    }

.viedo_info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    height: 750px;
    padding-bottom: 100px;
}

.viedo_info_left {
    width: 70%;
    border: 1px solid #ffffff;
    position: relative;
    height: 100%;
}

    .viedo_info_left video {
        width: 100%;
        height: 100%;
    }

.video_info_img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    position: absolute;
}

.viedo-click {
    width: 7%;
    z-index: 998;
    position: absolute;
    top: 46.5%;
    left: 46.5%;
}

.viedo-info_list {
    width: 30%;
    height: 100%;
    background-color: #191b1e;
    overflow-y: auto;
}

.list-hide {
    display: none;
}
/*滚动条样式*/
.viedo-info_list::-webkit-scrollbar {
    width: 12px;
}

.viedo-info_list::-webkit-scrollbar-thumb {
    border-radius: 12px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    background: #454950;
}

.viedo-info_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

.viedo-info_list ul {
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

    .viedo-info_list ul li {
        height: 20%;
        line-height: 20%;
        padding: 20px;
    }

        .viedo-info_list ul li a {
            color: #848587;
            font-size: 20px;
            width: 90%;
            height: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            justify-content: center;
        }

        .viedo-info_list ul li:hover {
            background-color: #56669d;
        }

            .viedo-info_list ul li:hover a {
                color: #ffffff;
            }

    .viedo-info_list ul .liartive {
        background-color: #56669d;
    }

        .viedo-info_list ul .liartive a {
            color: #ffffff;
        }

.pro_gon {
    width: 100%;
    padding-top: 20px;
}

.pro_gonlist {
    padding-top: 80px;
    width: 100%;
}

    .pro_gonlist ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

        .pro_gonlist ul li {
            width: 30%;
            min-width: 30%;
            max-width: 30%;
            margin-bottom: 45px;
            position: relative;
        }

            .pro_gonlist ul li .itemimg {
                width: 100%;
            }

            .pro_gonlist ul li .itemclickdiv {
                width: 100%;
                height: 85%;
                z-index: 998;
                position: absolute;
                top: 0%;
                left: 0%;
                display: none;
                margin: 0 auto;
                background: rgb(86 102 157/ 80%);
            }

                .pro_gonlist ul li .itemclickdiv .itemclick {
                    position: absolute;
                    width: 15%;
                    top: 37%;
                    left: 42%;
                }

            .pro_gonlist ul li:hover .itemclickdiv {
                display: block;
            }



            .pro_gonlist ul li p {
                height: 40px;
                line-height: 40px;
                font-size: 18px;
                text-align: center;
                padding-top: 10px;
            }



.video-play {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    display: none;
}

    .video-play.black-full {
        background: rgba(0,0,0,1);
    }

    .video-play .video {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    .video-play video {
        width: 100%;
        height: auto;
    }

    .video-play .close {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
        color: white;
        width: 40px;
        height: 40px;
        background: url(../images/closed.png);
        background-size: 100%;
        z-index: 999;
    }


/*产品页*/
.product {
    width: 100%;
    padding: 91px 0 110px 0;
    background: url(../images/pro-listbg.jpg)no-repeat center center;
    background-size: cover;
}

    .product .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .product .swiper-slide {
        background: url(../images/pro_bgxiao.jpg)no-repeat center center;
        transform: skewX(-25deg) scale(1);
         -webkit-transform: skewX(-25deg) scale(1);-moz-transform: skewX(-25deg) scale(1);-ms-transform: skewX(-25deg) scale(1);-o-transform: skewX(-25deg) scale(1);
        overflow: hidden;
        background-size: cover;
        border-radius: 35px;
        border-top-left-radius: 25px;
        border-bottom-right-radius: 20px;
        width: 15% !important;
        margin-top: 200px;
        right: 70px;
    }

.product-info {
    width: 100%;
    transform: skewX(25deg) scale(1);
     -webkit-transform: skewX(25deg) scale(1);-moz-transform: skewX(25deg) scale(1);-ms-transform: skewX(25deg) scale(1);-o-transform: skewX(25deg) scale(1);
    position: relative;
    display: flex;
    justify-content: flex-end;
    left: 10%;
    height: 100%;
}

.product-listinfo {
    width: 100%;
    height: 100%;
}

.product .swiper-slide-active, .product .swiper-slide-duplicate-active {
    background: transparent;
    border-radius: 50px;
    border-bottom-right-radius: 42px;
    width: 60% !important;
    margin-top: 0px;
}

    .product .swiper-slide-active .product-info, .product .swiper-slide-duplicate-active .product-info {
        left: 19%;
    }

        .product .swiper-slide-active .product-info .product-listinfo, .product .swiper-slide-duplicate-active .product-info .product-listinfo {
            background: url(../images/pro_bg.jpg)no-repeat center right;
            background-size: cover;
            padding: 5% 13% 0% 9%;
            border-radius: 32px;
        }

        .product .swiper-slide-active .product-info .product-title, .product .swiper-slide-duplicate-active .product-info .product-title {
            display: block;
        }

        .product .swiper-slide-active .product-info .more, .product .swiper-slide-duplicate-active .product-info .more {
            display: block;
        }

        .product .swiper-slide-active .product-info .product-href, .product .swiper-slide-duplicate-active .product-info .product-href {
            display: block;
        }

        .product .swiper-slide-active .product-info .product-img, .product .swiper-slide-duplicate-active .product-info .product-img {
            width: 100%;
            margin-bottom: 100px;
        }

            .product .swiper-slide-active .product-info .product-img img, .product .swiper-slide-duplicate-active .product-info .product-img img {
                width: 75%;
                right: -60px;
            }

        .product .swiper-slide-active .product-info .product-next p, .product .swiper-slide-duplicate-active .product-info .product-next p {
            display: none;
        }

        .product .swiper-slide-active .product-info .product-next-img, .product .swiper-slide-duplicate-active .product-info .product-next-img {
            display: none;
        }

    .product .swiper-slide-active .product-cat, .product .swiper-slide-duplicate-active .product-cat {
        padding-bottom: 60px !important;
    }

.product .swiper-slide-next {
    width: 18% !important;
    margin-top: 160px;
}

    .product .swiper-slide-next .product-next p {
        color: #ffffff;
    }

    .product .swiper-slide-next .product-next-img {
        background: url(../images/por_xiao1.png)no-repeat center center;
    }



.product-cat {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.product-title {
    font-size: 39px;
    line-height: 50px;
    color: #ffffff;
    display: none;
    width: 70%;
}

    .product-title p {
        font-weight: 500;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-title span {
        font-size: 30px;
    }

.more {
    width: 98px;
    display: none;
}

    .more img {
        width: 100%;
    }

.product-img {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 36px;
}

    .product-img img {
        width: 100%;
        position: relative;
        right: -38px;
    }

.product-href {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
    background: rgb(247 247 247 / 10%);
    width: 240px;
    height: 62px;
    line-height: 60px;
    border-radius: 10px;
    display: none;
    text-align: center;
}

.product-next {
    width: 95%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: -18%;
    align-items: center;
}

    .product-next p {
        font-size: 24px;
        line-height: 40px;
        color: #838485;
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.product-next-img {
    content '';
    width: 34px;
    height: 34px;
    background: url(../images/por_xiao.png)no-repeat center center;
    position: relative;
    right: 50px;
}

.product .swiper-button-next:after, .product .swiper-button-prev:after {
    content: '';
}

.product .swiper-button-next {
    width: 55px;
    height: 66px;
    position: absolute;
    top: auto;
    right: 33%;
    bottom: 0%;
    left: auto;
    transform: translateY(-50%);
    background: url(../images/por_right1.png) no-repeat center center;
    background-size: 100%;
}

.product .swiper-button-prev {
    width: 55px;
    height: 66px;
    position: absolute;
    top: auto;
    left: 59%;
    bottom: 0%;
    transform: translateY(-50%);
    background: url(../images/por_left1.png) no-repeat center center;
    background-size: 100%;
}


.product-catlist {
    position: absolute;
    top: 163px;
    right: 0;
    text-align: right;
    z-index: 999;
}

.product-catlists {
    display: none;
}

.product-catlist ul {
    width: 400px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.product-catlist li {
    width: 320px;
    height: 52px;
    position: relative;
    background: url(../images/pro_cateimt.png) no-repeat center right;
    background-size: 100%;
    line-height: 52px;
    transition: all 0.5s;
}

    .product-catlist li a {
        color: #ffffff;
        font-size: 18px;
        letter-spacing: 3px;
        font-weight: 500;
        width: 100%;
        height: 40px;
        line-height: 40px;
        display: block;
    }

        .product-catlist li a span {
            position: absolute;
            display: block;
            width: 50%;
            right: 40%;
            height: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.product-catlist .active {
    background: url(../images/pro_cateimt1.png) no-repeat center right;
    background-size: 100%;
    width: 400px;
}

    .product-catlist .active a {
        color: #56669d;
    }

        .product-catlist .active a span {
            right: 47%;
        }


.product-catlist li:hover {
    background: url(../images/pro_cateimt1.png) no-repeat center right;
    background-size: 100%;
    width: 400px;
}

    .product-catlist li:hover a {
        color: #56669d;
    }

        .product-catlist li:hover a span {
            right: 47%;
        }

    .product-catlist li:hover::after {
        background: #a62f2f;
    }


/*产品页*/
/*产品详情*/
.pro-con-info {
    background: url(../images/pro_div.jpg)no-repeat center center;
    background-size: 200%;
    padding: 50px 0px;
    position: relative;
}

.pro-con-fu {
    position: absolute;
    top: 6%;
    right: 5%;
    z-index: 998;
}

.pro-con-fus {
    position: absolute;
    top: 8%;
    right: 11%;
    z-index: 998;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #56669d;
    border-radius: 18px;
    box-shadow: 0px 0px 10px rgb(239 0 0 / 70%);
    width: 155px;
    height: 40px;
    padding: 10px 10px 10px 17px;
}

.pro-poins .pro-con-fus {
    top: 24% !important;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}
/* 添加兼容性前缀 */
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.8;
    }
}
/* 定义blink类*/
.pro-con-fus .blink {
    font-weight: 500;
    font-size: 14px;
    margin-right: 4px;
    color: #ffffff;
    animation: blink 0.3s linear infinite;
    -webkit-animation: blink 0.3s linear infinite;
    -moz-animation: blink 0.3s linear infinite;
    -ms-animation: blink 0.3s linear infinite;
    -o-animation: blink 0.3s linear infinite;
}

.pro-con-fus img {
    width: 39px;
    height: 17px;
}

.pro-con-xians {
    display: none;
}

.pro-con-vr {
    margin-bottom: 20px;
    text-align: center;
    width: 80px;
    display: block;
    color: #000000;
    font-weight: 100;
}

    .pro-con-vr img {
        width: 100%;
        margin-bottom: 10px;
        margin: 0 auto;
    }

    .pro-con-vr p {
        margin-top: 10px;
        font-weight: 500;
    }


.pro-con-yin {
    display: none;
}

.pro-con-vr:hover .pro-con-xian {
    display: none;
}

.pro-con-vr:hover .pro-con-yin {
    display: block;
}

.pro-con-shang {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}


.pro-shang-left {
    width: 45%;
    text-align: center;
    padding-left: 5%;
    font-weight: 600;
}

.pro-back {
    display: block;
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/proinfo_back.png)no-repeat center center;
    background-size: 100%;
    margin-bottom: 30px;
}

    .pro-back:hover {
        background: #56669d url(../images/proinfo_back2.png)no-repeat center center;
        background-size: 100%;
    }

.pro-shang-contens {
    display: none;
}

.pro-shang-titles {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #56669d;
    font-weight: 600;
}

.pro-shang-title {
    position: relative;
    font-size: 54px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #09090a;
    font-weight: 600;
}
.pro-shang-h3{
word-break: break-all;
}
.pro-shang-p{    position: relative;
    font-size: 74px;
justify-content: center !important;
    line-height: 1;
    display: inline-block;
    padding-right: 80px;

}
.pro-desc {
    margin: 50px 0 60px;
    font-size: 22px;
    line-height: 35px;
    text-align: justify;
    text-align: center;
    color: #09090a;
}

.pro-shang-img {
    width: 80%;
    margin: 30px auto 13%;
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    border-radius: 10px;
    overflow: hidden;
}

    .pro-shang-img img {
        width: 100%;
    }

.pro-zhil-title {
    background: url(../images/proinfo_xiaz.png)no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.pro-zhil-info {
    display: flex;
    justify-content: center;
}

    .pro-zhil-info > a {
        margin: 0 15px;
        text-align: center;
        font-size: 12px;
        color: #9e9e9f;
    }

        .pro-zhil-info > a img {
            width: 55px;
            height: 55px;
            margin: 0 auto;
        }

        .pro-zhil-info > a p {
        }

.pro-yin {
    display: none;
}

.pro-zhil-info > a:hover .pro-yin {
    display: block;
}

.pro-zhil-info > a:hover .pro-xians {
    display: none;
}

.pro-zhil-info > a:hover {
    color: #56669d;
}

.pro-shang-right {
    padding-top: 50px;
    width: 55%;
    position: relative;
}

    .pro-shang-right img {
        width: 100%;
    }

.proSwiper {
    width: 83%;
}

.prolist {
    margin-top: 40px;
    width: 60%;
}

.pro-shang-right .swiper-button-prev:after, .pro-shang-right .swiper-button-next:after {
    outline: none;
    color: #cccccc;
}

.pro-shang-right .swiper-button-next, .pro-shang-right .swiper-button-prev {
    outline: none;
}

.prolist .swiper-slide {
    background-color: #ffffff;
    opacity: 0.4;
}

.prolist .swiper-slide-thumb-active {
    opacity: 1;
}

.prolist .swiper-slide img {
    width: 100%;
    padding: 20%;
}

.pro-con-xia {
    margin-top: 50px;
}

.pro-chan-title {
    background: url(../images/proinfo_26.png)no-repeat center left;
    background-size: 20px;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}

.pro-content-desc {
    width: 100%;
}

    .pro-content-desc img {
        width: 100%;
        margin-bottom: 10px;
    }

.pro-content-hide {
    display: none;
}

.pro-tuij {
    font-weight: 500;
}

.pro-tuij-title {
    font-size: 24px;
    color: #000000;
    margin-bottom: 40px;
}

.pro-tuij ul {
    display: flex;
    justify-content: flex-start;
}

    .pro-tuij ul li {
        width: 31.33%;
        background-color: rgba(255,255,255,0.1);
        border-radius: 20px;
        margin: 0 1% 2%;
    }

        .pro-tuij ul li:last-child {
            margin-right: 0;
        }

        .pro-tuij ul li a {
            display: block;
            padding: 10% 15% 20%;
            text-align: center;
            font-size: 16px;
            color: #fff;
        }
        .pro-tuij ul li a p{
            display: inline-block;
            font-size: 26px;
            background: url(../images/r2.png) no-repeat right center;
            background-size: 8px;
            padding-right: 20px;
            transition: all .3s;
        }
        .pro-tuij ul li:hover p{
            color: #6c89ed;
            background: url(../images/r1.png) no-repeat right center;
            background-size: 8px;
        }

.pro-tuij-img {
    width: 100%;
    padding: 26% 0 24%;
}

    .pro-tuij-img img {
        width: 100%;
    }
/*产品详情*/
/*vr*/
.product-vr {
    background: url(../images/pro-vrbgimg.jpg)no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 260px;
    height: 1175px;
}

    .product-vr .w1230 {
        height: 100%;
    }

.pro_vrimg {
    position: relative;
    z-index: 998;
}

.pro_vrimgdiv {
    max-width: 1280px;
    max-height: 600px;
}

.pro_vrbgimg {
    content: '';
    position: absolute;
    left: 10%;
    width: 80%;
    height: 490px;
    background: url(../images/pro-vrimg.png)no-repeat center center;
    background-size: 100%;
    bottom: -5%;
z-index:9;
}

.pro-back {
    position: absolute;
    top: -70px;
    left: 0%;
    border: 1px solid #505050;
    border-radius: 10px;
    z-index: 999;
}
.pro-back-1{
    top: 0;
}
.product-vr .pro-back {
    top: 50px;
    left: 80px;
}
/*vr*/
/*点位*/
.pro-poins {
    background: url(../images/pro-posbgimg.jpg)no-repeat center center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
}

.poins-time {
    position: absolute;
    right: 90px;
    bottom: 100px;
    width: 215px;
    display: flex;
}

.poins-times {
    display: none;
}

.poins-time img {
    width: 25px;
    width: 40px\0; /* IE8支持 */
    height: 25px;
    display: block;
}

.poins-time span {
    padding-left: 10px;
    line-height: 25px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.pro-poins .pro-desc {
    margin: 30px 0;
}

.pros-shang-left {
    width: 34%;
    margin-right: 3%;
}

.poins-hide {
    display: none;
}

.pros-shang-right {
    width: 60%;
    position: relative;
}

    .pros-shang-right img {
        width: 95%;
    }

.pro-dian {
    position: absolute;
    z-index: 998;
    width: 40px;
    height: 40px;
    text-align: center;
    transform:translate(-50%,-50%)
}

.pro-left {
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pro-left.gif)no-repeat center center;
    background-size: 100%;
    z-index: 99;
}

.pro-right {
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pro-right.gif)no-repeat center center;
    background-size: 100%;
    z-index: 99;
}

.pro-shang {
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pro-shang.gif)no-repeat center center;
    background-size: 100%;
    z-index: 99;
}

.pro-xia {
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/pro-xia.gif)no-repeat center center;
    background-size: 100%;
    z-index: 99;
}

.pros-left {
    width: 0;
    height: 0;
    content: '';
    background: url(../images/pros-left.png)no-repeat center center;
    background-size: 100%;
    position: absolute;
}

.pros-right {
    width: 0;
    height: 0;
    content: '';
    background: url(../images/pros-right.png)no-repeat center center;
    background-size: 100%;
    position: absolute;
}

.pros-shang {
    width: 0;
    height: 0;
    content: '';
    background: url(../images/pros-shang.png)no-repeat center center;
    background-size: 100%;
    position: absolute;
}

.pros-xia {
    width: 0;
    height: 0;
    content: '';
    background: url(../images/pros-xia.png)no-repeat center center;
    background-size: 100%;
    position: absolute;
}

.pro-red {
    content: '';
    width: 50%;
    height: 50%;
    background: #56669d;
    border-radius: 100%;
    margin: 0 auto;
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
}

.pro-xian {
    content: '';
    width: 0px;
    height: 0px;
    border: 0px dashed #000000;
    position: absolute;
}

.cur .pro-left {
    display: block !important;
}

.cur .pro-right {
    display: block !important;
}

.cur .pro-shang {
    display: block !important;
}

.cur .pro-xia {
    display: block !important;
}

.cur .pro-red {
    display: none !important;
}

.cur .pro-xian {
    width: 0 !important;
    height: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    border: 0px dashed #000000 !important;
}

.cur .pros-left {
    width: 0 !important;
    height: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.cur .pros-right {
    width: 0 !important;
    height: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.cur .pros-shang {
    width: 0 !important;
    height: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.cur .pros-xia {
    width: 0 !important;
    height: 0 !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
}

.pro-con-dian {
    display: none;
}
/*点位*/


@media (max-width: 1600px) {
    .header .logo {
        padding-right: 10%;
    }

    .w1578 {
        width: 90%;
    }

    .index_top {
        position: absolute;
        left: 150px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        z-index: 998;
    }


    .pubile_jia {
        bottom: 23%;
    }


    .viedo-imgclick {
        top: 45%;
    }

    /*.viedo_banner .thumbs {
        bottom:-7%;
    }

    .viedo_banner .swiper-button-prev, .viedo_banner .swiper-button-next {
        bottom: 0%;
    }*/
    .index_cat-bg {
        left: 10%;
        width: 80%;
    }

    .pro-con-fu {
        top: 4%;
        right: 4%;
    }

    .pro-con-fus {
        top: 6%;
        right: 12%;
    }

    .pro-poins .pro-con-fus {
        top: 25% !important;
        right: 11%;
    }

    .product .swiper-slide-active .product-info, .product .swiper-slide-duplicate-active .product-info {
        left: 21%;
    }
}

@media (max-width: 1514px) {
}

@media (max-width: 1480px) {
    .web_nav > li {
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav_menu {
        right: auto;
        left: -248%;
    }

    .w1385 {
        width: 90%;
    }

    .index_top {
        position: absolute;
        top: 60%;
        left: 130px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        z-index: 998;
    }

    .index_we_hover {
        width: 100%;
    }

    .pubile_jia {
        bottom: 28%;
    }


    .viedo-imgclick {
        top: 40%;
    }
}

@media (max-width: 1440px) {
    .w1385 {
        width: 85%;
    }

    .poins-time {
        right: 30px;
    }

    .about_we_img {
        width: 50%;
    }

    .w1260 {
        width: 85%;
    }

    .index_cat-bg {
        left: 5%;
        width: 90%;
    }

    .pubile_name {
        font-size: 40px;
    }

    .pubile_index span a {
        font-size: 15px;
    }

    .viedo_banner .swiper-button-prev {
        left: 37%;
    }

    .about-lic .swiper-button-prev {
        left: 44%;
    }

    .about-lic .swiper-button-next {
        right: 44%;
    }

    .about-lic .swiper-button-next {
        right: 45% !important;
    }

    .about-lic .swiper-button-prev {
        left: 45% !important;
    }

    .index_pro .swiper-button-prev, .index_pro .swiper-button-next {
        width: 40px;
        height: 40px;
        top: 40%;
    }

    .index_pro {
        background-size: 125%;
    }


    .product-title {
        font-size: 30px;
        line-height: 40px;
    }

        .product-title span {
            font-size: 20px;
        }

    .more {
        width: 70px;
    }

    .product .swiper-slide-active .product-info .product-img img, .product .swiper-slide-duplicate-active .product-info .product-img img {
        right: -15px;
    }

    .product-next-img {
        right: 13px;
    }

    .product .swiper-button-next {
        right: 25%;
    }

    .product-next p {
        font-size: 18px;
    }

    .product-next-img {
        width: 25px;
        height: 25px;
        background-size: cover;
    }

    .product .swiper-slide-next .product-next-img {
        background-size: cover;
    }

    .product-next {
        padding-right: 10%;
    }
}

@media (max-width: 1370px) {
    .w1578 {
        width: 85%;
    }

    .web_nav > li {
        padding-right: 22px;
        padding-left: 22px;
    }

    .we_hover_title {
        padding-top: 20%;
    }

    .index_cat-bg {
        bottom: -65%;
    }

    .index_we_hover a {
        text-align: center;
    }

    .index_top {
        width: 180px;
        position: absolute;
        top: 62%;
        left: 130px;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        z-index: 998;
    }

    .searchinput {
        width: 180px;
    }

    .language {
        margin-left: 120px;
    }

    .so {
        margin-left: 20px !important;
    }

    .index_cat_img {
        width: 85%;
    }

    .pubile_jia {
        bottom: 15%;
    }

    .about-history-list .flex-direction-nav a.flex-prev {
        left: 45% !important;
    }

    .about-history-list .flex-direction-nav a.flex-next {
        right: 45% !important;
    }

    .about_ronyu .swiper-button-prev {
        left: 0%;
    }

    .about_ronyu .swiper-button-next {
        right: 0%;
    }

    .recruit_list_left {
        width: 23%;
    }


    .per_conlist ul li {
        padding: 40px 20px;
    }

    .pro-con-info {
        background-size: 250%;
    }

    .pro-shang-right {
        width: 70%;
    }

        .pro-shang-right img {
            width: 100%;
        }


    .pro-con-vr img {
        width: 65%;
    }

    .product-next {
        width: 90%;
    }

    .product .swiper-slide-active .product-info, .product .swiper-slide-duplicate-active .product-info {
        left: 23%;
    }

    .product .swiper-slide-active .product-cat, .product .swiper-slide-duplicate-active .product-cat {
        padding-bottom: 50px !important;
    }

    .pro-con-fu {
        top: 2%;
        right: 4%;
    }
    pro-con-fus .blink {
        font-size: 12px!important;
    }

    .pro-con-fus {
        top: 3%;
        right: 10%;
        width: 130px;
        height: 34px;
        background-size: 130px;
        padding: 6px 6px 9px 12px;
    }

    .pro-poins .pro-con-fus {
        top: 18% !important;
        right: 10%;
    }

    .pro-con-fus p {
        font-size: 12px!important;
    }

    .pro-con-fus img {
        width: 25px;
        height: 13px;
    }
}

@media (max-width: 1280px) {
    .header_right {
        display: none;
    }

    .index_pro .swiper-container {
        padding: 0px 0px !important;
    }

    .index_cat_img {
        top: -15%;
    }

    .index_we {
        margin-top: 0px;
    }

    .index_top {
        top: 58%;
        left: 110px;
        font-size: 14px;
    }

    .we_hover_title {
        padding-top: 30%;
    }

    .index_top span::after {
        top: 12%;
    }


    #navToggle {
        display: block;
    }

    .index_we .swiper-pagination {
        right: 0%;
    }

    .index_we .swiper-container-horizontal > .swiper-scrollbar {
        left: 60%;
    }

    .index_cat-bg {
        bottom: -55%;
    }

    .index_vrimgdiv {
        max-width: 980px;
        max-height: 400px;
    }

    .about_we_img img {
        width: 100%;
    }





    .per_concept {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .per_conlist ul li {
        margin: 0px 15px;
        width: 30%;
    }

    .recruit_list_li {
        padding: 40px 25px;
    }

    .recruit_list_left button span {
        font-size: 13px;
    }

    .product-href {
        width: 200px;
    }

    .product-next p {
        font-size: 15px;
    }

    .product-next-img {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .product .swiper-slide-next .product-next-img {
        background-size: 100%;
    }


    .viedo_info {
        height: 660px;
    }

    .pro_vrimg {
        margin: 0 auto;
    }

    .product-vr {
        height: 1012px;
    }

    .pro_vrimgdiv {
        max-width: 980px;
        max-height: 400px;
        margin: 0 auto;
    }

    .product-catlist li {
        width: 230px;
    }

    .product-catlist .active {
        width: 290px;
    }

    .product-catlist li:hover {
        width: 290px;
    }
}

@media (max-width: 1023px) {
    .index_cat-bg {
        bottom: -77%;
        height: 250px;
        width: 90%;
        left: 5%;
    }

    .pro-con-fus {
        right: 12%;
    }

    .pro-poins .pro-con-fus {
        right: 12%;
    }

    .index_cat_img {
        top: -39%;
    }

    .index_top {
        width: 150px;
        height: 50px;
        line-height: 50px;
        top: 60%;
        left: 95px;
    }



    .index_pro_img img {
        //width: 60%;
    }

    .index_pro .swiper-button-next {
        right: 0%;
    }

    .index_pro_content {
        margin-top: 20px;
    }

    .index_pro_cat {
        font-size: 14px;
    }

    .index_pro_title {
        height: 30px;
        line-height: 30px;
        font-size: 17px;
        padding-right: 20px;
    }

        .index_pro_title::after {
            width: 15px;
            height: 15px;
            bottom: 3px;
        }


    .index_cat_title {
        font-size: 25px;
    }

    .index_cat_content {
        font-size: 16px;
    }

        .index_cat .w1385 {
            margin-bottom: 100px;
        }

    #viewwindow {
        top: -18% !important;
    }

    .index_we .swiper-container-horizontal > .swiper-scrollbar {
        left: 55%;
    }

    .footer_lianxi ul {
        margin: 50px 0;
    }

    .foot_menu {
        width: 100%;
    }

    .footer_info {
        padding: 12px 40px 80px 40px;
    }



    .about_ronyu .swiper-container {
        height: 350px;
    }

    .pubile_jia {
        bottom: 12%;
    }

    .pubile_jialist {
        padding: 20px 10px;
    }

    .pubile_jia ul li {
        margin: 0px 12px;
        width: 190px;
        height: 100px;
    }

        .pubile_jia ul li:hover {
            height: 130px;
        }

    .pubile_jialist_title {
        font-size: 12px;
    }

    .pubile_jialist_name p {
        font-size: 15px;
    }

    .pubile_jialist_name span img {
        width: 20px;
    }

    .about_we {
        background-size: cover;
        height: 700px;
    }


    .about_we_content {
        margin-top: 50px;
        width: 600px;
        padding: 40px 25px;
    }

    .about_we_img {
        width: 50%;
    }

    .about_we_name {
        font-size: 20px;
    }

    .about_we_sed {
        font-size: 16px;
    }

    .about_we_jian {
        padding-top: 25px;
        font-size: 10px;
    }

    .about_we_img img {
        width: 100%;
    }

    .about_line {
        margin-top: 360px;
    }

    .about-pubile-title p {
        font-size: 25px;
        height: 35px;
        line-height: 35px;
    }

    .about-pubile-title span {
        font-size: 18px;
    }

    .pubile_position {
        top: 21%;
    }

    .pubile_name {
        font-size: 35px;
        height: 60px;
        line-height: 60px;
    }


    .contact_content {
        padding-right: 0%;
    }

    .contact_right ul li input {
        height: 35px;
    }

    .contact_title {
        margin-bottom: 0px;
        font-size: 25px;
    }

    .contact_right ul li textarea {
        height: 100px;
    }

    .contact_bt {
        height: 40px;
        border-radius: 20px;
    }

    .contact_left ul li p {
        font-size: 18px;
    }

    .contact_left ul li span {
        font-size: 14px;
    }

    contact_left {
        width: 55%;
    }

    .contact_right {
        width: 45%;
    }

    .per_concept {
        padding-top: 75px;
        padding-bottom: 80px;
    }

    .per_conlist ul li {
        margin: 0px 6px;
        width: 33%;
    }

    .per_conlist ul li {
        padding: 40px 6px;
    }

    .recruit_bt button {
        width: 21%;
    }

    .recruit_list_info ul li {
        width: 33%;
        min-width: 33%;
        max-width: 33%;
        font-size: 13px;
    }

    .recruit_list_right {
        width: 75%;
    }

    .recruit_list_left {
        width: 25%;
    }

        .recruit_list_left button {
            margin-top: 28%;
        }

    .recruit_list_info p {
        font-size: 13px;
    }

    .per_info_img {
        width: 45%;
    }

    .viedo_banner .swiper-button-next {
        right: 50%;
    }

    .viedo_div {
        padding-top: 100px;
    }

    .viedo_info {
        margin-top: 60px;
    }

    .viedo_info {
        height: 475px;
    }

    .video-play .video {
        width: 90% !important;
    }



    .pro-dian {
        width: 30px;
        height: 30px;
    }

    .pro-con-info {
        background-size: cover;
    }

    .pro-con-shang {
        flex-wrap: wrap;
    }

    .pro-shang-left {
        width: 100%;
    }

    .pro-shang-right {
        width: 100%;
    }

    .pro_vrimg {
        padding-top: 70px;
    }

    .product-vr {
        padding-bottom: 145px;
    }

    .pros-shang-right img {
        width: 100%;
    }

    .pro-shang-img {
        width: 100%;
    }

    .pro-shang-img {
        margin: 30px 0;
    }

    .pro-shang-title {
        font-size: 25px;
    }

    .pro-poins .pro-desc {
        margin: 10px 0;
        font-size: 16px;
    }

    .product-title {
        font-size: 20px;
        line-height: 30px;
    }

        .product-title span {
            font-size: 17px;
        }

    .more {
        width: 50px;
    }

    .product .swiper-slide-active .product-info .product-img, .product .swiper-slide-duplicate-active .product-info .product-img {
        margin-bottom: 50px;
    }

        .product .swiper-slide-active .product-info .product-img img, .product .swiper-slide-duplicate-active .product-info .product-img img {
            right: -30px;
        }

    .product-href {
        width: 150px;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .product-img img {
        right: -30px;
    }

    .product-next {
        margin-bottom: 10px;
        left: -25%;
    }


        .product-next p {
            font-size: 13px;
        }

    .product-next-img {
        width: 20px;
        height: 20px;
    }

    .product .swiper-slide {
        margin-top: 180px;
    }

    .product .swiper-slide-next {
        margin-top: 160px;
    }

    .product .swiper-slide-active, .product .swiper-slide-duplicate-active {
        margin-top: 0px;
    }


    .product-catlist {
        top: 12%;
    }

    .product .swiper-slide {
        border-radius: 27px;
    }

    .product-next {
        width: 100%;
    }

    .product .swiper-wrapper {
        margin-bottom: 80px;
    }

    .product .swiper-button-prev {
        left: 45%;
    }
}

@media (max-width: 960px) {
    .index_cat-bg {
        bottom: -69%;
    }

    .index_top {
        top: 62%;
        left: 90px;
    }

    .index_we .swiper-slide-next {
        transform: scale(1.25,1.25);
    }

    .poins-time {
        display: none;
    }

    .about_ronyu .swiper-container {
        height: 250px;
    }

    .index_top span::after {
        top: 11%;
        width: 18px;
        height: 18px;
    }

    .index_pro {
        background-size: cover;
    }

    .we_hover_title {
        top: 20%;
    }

    .about_we_img {
        width: 65%;
    }

    .index_we_hover a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }


    .recruit_list_info ul li {
        width: 50%;
        min-width: 50%;
        max-width: 50%;
        font-size: 13px;
    }

    .recruit_list_right {
        width: 70%;
    }

    .recruit_list_left {
        width: 30%;
    }


    .viedo_banner .swiper-button-prev {
        left: 35%;
    }

    .viedo_banner .swiper-button-next {
        right: 51%;
    }

    .viedo_div_title {
        font-size: 25px;
    }

    .viedo-info_list ul li a {
        font-size: 15px;
    }

    .viedo-info_list {
        width: 34%;
    }

    .pro_vrimg {
        padding-top: 80px !important;
    }

    .product-vr {
        padding-top: 100px;
        height: 861px;
        padding-bottom: 34px;
    }

    .pro_vrimgdiv {
        max-width: 750px;
        max-height: 300px;
        margin: 0 auto;
    }

    .pro_vrbgimg {
        height: 240px;
        bottom: 7%;
        left: 0;
        width: 100%;
    }

    .product-vr .pro-back {
        top: 20px;
    }

    .pro-back {
        width: 40px;
        height: 40px;
    }

    .pro-back-1{
        top: -35px;
    }
    .pro-dian {
        width: 20px;
        height: 20px;
    }

    .pro-con-shang {
        align-items: flex-end;
    }

    .product-next p {
        font-size: 13px;
        line-height: 20px;
    }

    .product-next-img {
        width: 20px;
        height: 20px;
    }

    .product-next {
        align-items: flex-end;
    }

    .product .swiper-slide-next .product-next {
        width: 90%;
    }




    .more {
        width: 60px;
    }

    .product .swiper-slide-active .product-info .product-img img, .product .swiper-slide-duplicate-active .product-info .product-img img {
    }


    .product {
        background-size: 200%;
    }

    .product-href {
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .product-cat {
        padding-bottom: 30px;
    }

    .product .swiper-slide-active .product-info .product-img img, .product .swiper-slide-duplicate-active .product-info .product-img img {
        width: 85%;
    }

    .product-catlist ul {
        width: 250px;
    }

    .product-catlist li {
        width: 200px;
    }

    .product-catlist .active {
        width: 240px;
    }

    .product-catlist li:hover {
        width: 240px;
    }

    .product-catlist li a {
        font-size: 13px;
    }
}

@media (max-width: 786px) {
    .poins-times {
        display: block;
        margin: 0 auto;
        padding: 20px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .poins-times img {
            display: block;
            width: 25px;
            height: 25px;
        }

        .poins-times span {
            padding-left: 10px;
            line-height: 25px;
            position: relative;
            font-size: 15px;
            font-weight: 500;
        }

    .vr-hide {
        /*display: none;*/
    }

    .header {
        height: 50px;
    }

    .index_cat_img {
        top: -26%;
    }
        .index_cat .w1385 {
            margin-bottom: 28px;
        }

    .index_cat-bg {
        bottom: -49%;
        height: 200px;
        width: 100%;
        left: 0;
    }

    .index_we {
        margin-top: 80px;
    }

        .index_we .swiper-slide-next {
            transform: scale(1.2,1.2);
        }

    .header .logo img {
        width: 70%;
    }

    .menu.m {
        top: 14px;
    }

    .m_nav {
        top: 50px;
    }

    .index_banner .index_top {
        top: 62%;
        left: 65px;
        font-size: 13px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

        .index_top span {
            padding-left: 15px;
        }

    .index_pro {
        padding-top: 100px;
        background-size: cover;
    }

        .index_pro .swiper-button-prev, .index_pro .swiper-button-next {
            width: 30px;
            height: 30px;
        }

        .index_pro .swiper-container {
            padding: 20px 0;
        }

    .index_pro_content {
        padding-left: 0px;
        text-align: center;
    }

    .index_cat_title {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .index_cat_button a {
        font-size: 14px;
    }

        .index_cat_button a span::after {
            width: 14px;
            height: 14px;
        }

    .index_we_title {
        font-size: 25px;
        padding-bottom: 30px;
    }

        .index_we_title p {
            height: 35px;
            line-height: 35px;
        }

    .index_we .swiper-container-horizontal > .swiper-pagination-bullets span, .index_we.swiper-pagination-custom span, .index_we .swiper-pagination- fraction span {
        width: 25px;
        font-size: 16px;
        height: 25px;
        line-height: 25px;
    }



    .footer_title {
        padding-top: 60px;
        font-size: 25px;
    }

    .footer_lianxi_title {
        font-size: 10px;
    }

    .foot_menu_li_title {
        font-size: 16px;
    }

    .foot_menu_li ul li a {
        font-size: 13px;
    }

    .pubile_jia {
        display: none;
    }

    .about_we {
        background: #fafafa;
        height: 590px;
    }

        .about_we .w1385 {
            padding-top: 0px;
        }

    .about_we_content {
        width: 85%;
    }
.footer_lianxi_title p span{
	display:block;
}
    .about_we_name {
        font-size: 24px;
        line-height: 35px;
    }

    .about-lic .swiper-button-next {
        right: 40% !important;
    }

    .about-lic .swiper-button-prev {
        left: 40% !important;
    }

    .about_we_sed {
        padding-top: 10px;
        font-size: 18px;
        line-height: 25px;
    }

    .about_we_jian {
        padding-top: 10px;
        font-size: 13px;
    }

    .about_line {
        margin-top: 0px;
        bottom: -32px;
    }

        .about_line img {
            width: 35%;
        }

    .about_we_div {
        width: 100%;
    }

    .about_we_img {
        display: none;
    }

    .about-pubile-title {
        padding-top: 50px;
    }

    .about-history-list .slides li .item .desc {
        font-size: 13px;
    }

    .about-history-list .flex-direction-nav a.flex-prev {
        left: 40% !important;
    }

    .about_ronyu .swiper-container {
        height: 300px;
        width: 70%;
    }

    .about_ronyu .swiper-slide-active, .about_ronyu .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .about_ronyu .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .about_ronyu .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .about_ronyu {
        margin-top: 40px;
    }

    .about-lic-line::after {
        top: auto !important;
        bottom: 11.5% !important;
    }

    .about-lic-line {
        height: 300px !important;
    }

    .about-lic-info {
        width: 70% !important;
        float: none !important;
        margin: 0 auto;
    }

    .about-lic-line .swiper-container {
        height: 300px !important;
    }

    .about-lic-line .swiper-slide {
        height: 100% !important;
        bottom: auto !important;
        top: auto !important;
        display: flex !important;
        align-content: flex-end !important;
        align-items: flex-end !important;
        flex-wrap: wrap !important;
    }

        .about-lic-line .swiper-slide .about-lic-content {
            padding-bottom: 50px !important;
        }

        .about-lic-line .swiper-slide:nth-child(even) .about-lic-content:after {
            top: auto !important;
        }

    .about-lic-content::before {
        top: auto !important;
        bottom: 0% !important;
    }

    .about-lic .swiper-button-prev, .about-lic .swiper-button-next {
        bottom: -4% !important;
    }

    .pubile_position {
        top: 12%;
    }


    .contact_title {
        font-size: 20px;
    }

    .contact_left ul li {
        background-size: 11%;
        height: 64px;
        padding-left: 50px;
    }

        .contact_left ul li p {
            font-size: 16px;
        }

    .pubile_name {
        font-size: 30px;
    }

    .pubile_index span a {
        font-size: 10px;
    }

    .contact_right ul li input {
        border-radius: 4px;
        font-size: 13px;
    }

    .contact_right ul li textarea {
        font-size: 13px;
        border-radius: 4px;
        height: 60px;
        color: #000000;
        padding: 10px;
    }

    .contact_bt {
        height: 30px;
        font-size: 13px;
        border-radius: 9px;
    }

    .contact_left ul li span {
        font-size: 12px;
    }

    .per_title {
        font-size: 25px;
        padding-bottom: 60px;
    }

    .per_info_content {
        font-size: 12px;
        line-height: 25px;
    }

    .per_conlist ul li {
        padding: 30px 6px;
    }

    .per_conlist ul li {
        height: 320px;
    }

    .per_recruit {
        padding-top: 50px;
    }

    .recruit_bt button {
        height: 45px;
    }

        .recruit_bt button span {
            font-size: 15px;
            padding-left: 10px;
        }

        .recruit_bt button img {
            width: 18px;
        }

    .recruit_list_left button span {
        font-size: 12px;
    }

    .recruit_list_left button img {
        margin-bottom: 2px;
        width: 18px;
    }

    .viedo-imgclick {
        width: 5%;
    }

    .viedo_banner .thumbs {
        width: 100%;
        bottom: -75px;
    }

    .viedo_banner .swiper-button-prev, .viedo_banner .swiper-button-next {
        bottom: auto;
        top: 45%;
    }

    .viedo_banner .swiper-button-prev {
        left: 3%;
    }

    .viedo_banner .swiper-button-next {
        right: 0%;
    }

    .video-play .video {
        top: 30%;
    }

    .viedo_info {
        flex-wrap: wrap;
        height: auto;
    }

    .viedo-info_list {
        width: 100%;
        display: block;
        margin-top: 25px;
        overflow-X: auto;
        overflow-y: hidden;
    }

        .viedo-info_list ul {
            display: flex;
        }

            .viedo-info_list ul li {
                height: 40px;
                line-height: 40px;
                padding: 5px 20px;
            }

                .viedo-info_list ul li a {
                    width: 100%;
                    overflow: visible;
                    font-size: 13px;
                }

        .viedo-info_list::-webkit-scrollbar {
            height: 4px;
        }

    .viedo_info_left {
        width: 100%;
    }

    .viedo_div {
        padding-top: 140px;
    }

    .pro_gonlist ul li p {
        font-size: 15px;
    }

    .video-play .close {
        top: -17px;
        right: -17px;
        width: 30px;
        height: 30px;
    }

    .pro-con-fu {
        top: 3%;
        right: 1%;
        display: flex;
    }

    .pro-poins .pro-con-fus {
        display: none;
    }

    .pro-con-fus {
        top: 3%;
        right: 161px;
        text-align: center;
        width: 35px;
        height: 40px;
        background: transparent;
        padding: 0;
        box-shadow: 0px 0px 0px 0px;
    }


        .pro-con-fus p {
            display: none;
        }

    .pro-con-xiana {
        display: none;
    }

    .pro-con-xians {
        display: block;
        width: 100% !important;
        height: 100% !important;
    }

    .pro-con-vr img {
        width: 50%;
    }

    .pro-back {
        width: 40px;
        height: 40px;
    }

    .pro-zhil-info > a img {
        width: 40px;
        height: 40px;
    }

    .pro-shang-titles {
        font-size: 33px;
    }

    .pro-shang-title {
        font-size: 25px;
    }

    .pro-desc {
        margin: 30px 0;
        font-size: 16px;
    }

    .pro-zhil-title {
        font-size: 16px;
    }

    .pro-tuij-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .prolist {
        display: none;
    }

    .pro-shang-right .swiper-button-prev:after, .pro-shang-right .swiper-button-next:after {
        font-size: 20px;
    }

    .pro-shang-right .swiper-button-next, .pro-shang-right .swiper-button-prev {
        top: 60%;
    }

    .pro-tuij ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .pro-tuij ul li {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0;
        }

    .product-vr {
        padding-bottom: 0px;
        height: 678px;
    }

    .pros-shang-left {
        width: 100%;
        /* display: none; */
    }

    .pro-shang-contens {
        display: block!important;
    }

    .pros-shang-right {
        width: 100%;
    }


    .pro-con-dian {
        margin-top: 70px;
        display: block;
    }

        .pro-con-dian ul {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

            .pro-con-dian ul li {
                width: 46%;
                background-color: #ffffff;
                box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
                margin-bottom: 35px;
            }

    .poins-hide {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-top: 30px;
    }

    .pro-shang-contens {
        display: block;
    }

    .pro-dian-img {
        width: 100%;
    }

        .pro-dian-img img {
            width: 100%;
        }

    .pro-dian-content {
        margin-top: 15px;
        padding: 20px;
    }

    .pro-dian-title {
        font-size: 18px;
        color: #000000;
        margin-bottom: 15px;
    }

    .pro-dian-desc {
        font-size: 13px;
        color: #000000;
        line-height: 20px;
    }

    .pro-con-vr p {
        margin-top: 10px;
    }

    .product .swiper-slide {
        transform:skewX(0deg) scale(1);

             -webkit-transform: skewX(0deg) scale(1);-moz-transform: skewX(0deg) scale(1);-ms-transform: skewX(0deg) scale(1);-o-transform: skewX(0deg) scale(1);
        width: 37% !important;
        right: 0px;
    }

    .product-info {
        transform: skewX(0deg) scale(1);      
             -webkit-transform: skewX(0deg) scale(1);-moz-transform: skewX(0deg) scale(1);-ms-transform: skewX(0deg) scale(1);-o-transform: skewX(0deg) scale(1);
    }

    .product .swiper-slide-active .product-info, .product .swiper-slide-duplicate-active .product-info {
        left: 0px;
    }

    .product {
        padding: 100px 50px;
        background-size: cover;
    }

        .product .swiper-slide-next {
            width: 37% !important;
        }

        .product .swiper-slide-active .product-info .product-listinfo, .product .swiper-slide-duplicate-active .product-info .product-listinfo {
            padding: 10%;
        }

    .product-href {
        margin: 0 auto;
    }

    .product .swiper-slide-active .product-info .product-img img, .product .swiper-slide-duplicate-active .product-info .product-img img {
        width: 100%;
        right: 0;
    }

    .product .swiper-slide-next .product-next {
        margin: 0 auto;
        padding-bottom: 30px;
        left: -5%;
    }

    .product-next p {
        left: 0px;
    }

    .product .swiper-slide-active, .product .swiper-slide-duplicate-active {
        width: 57% !important;
    }

    .product .swiper-wrapper {
        align-items: flex-end;
        margin-bottom: 100px;
    }

    .product .swiper-button-next {
        right: 35%;
    }

    .product .swiper-button-prev {
        left: 35%;
    }

    

    .product-title {
        font-size: 20px;
        line-height: 25px;
    }

        .product-title span {
            font-size: 15px;
        }

    .more {
        width: 40px;
    }

    .product .swiper-slide-active .product-info .product-img, .product .swiper-slide-duplicate-active .product-info .product-img {
        margin-bottom: 50px;
    }

    .product-href {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .product-next p {
        font-size: 12px;
    }

    .pro_vrimg {
        padding-top: 0px !important;
    }

    .pro_vrimgdiv {
        max-width: 650px;
        max-height: 300px;
        margin: 0 auto;
    }

    .cess {
        display: none;
    }
}

@media (max-width: 700px) {
    .pro_vrimg {
        padding-top: 0px !important;
    }
}

@media (max-width: 500px) {
    .index_cat-bg {
        bottom: -33%;
    }

    .index_cat_img {
        top: -20% !important;
    }

    .product-vr {
        height: 600px;
    }

    .index_cat_content {
        font-size: 12px;
        line-height: 24px !important;
    }

    .index_cat-bg {
        bottom: -45% !important;
    }

    .index_we .swiper-slide-next {
        transform: scale(1,1);
    }

        .index_we .swiper-slide-next .index_we_hover {
            bottom: -100%;
        }

    .index_we .swiper-slide-active {
        transform: scale(1);
    }

        .index_we .swiper-slide-active .index_we_hover {
            bottom: 0%;
        }
}

@media (max-width: 500px) {
    .Code p {
    padding-top: 10px;
    width: 150px;
    line-height: 25px;
}

    .banquan {
        font-size: 14px;
    }

    .poins-times {
        padding-top:30px;
        padding-bottom:0;
    }
        .poins-times img {
            width:18px;
            height:18px;
        }
    .poins-times span {
         padding-left: 5px;
        font-size:12px;
    }
    .pro-poins .pro-con-fu {
        top: 2%;
    }

    .pro-shang-img {
        margin: 15px 0;
    }

    .pro-shang-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .pro_gonlist ul li {
        margin-bottom: 20px;
    }

        .pro_gonlist ul li p {
            font-size: 15px;
            height: auto;
            line-height: 25px;
        }

    .pro-content-hide {
        display: block;
    }

    .pro-content-show {
        display: none;
    }

    .con-hend {
        right: 90px !important;
    }
  .con-hend2 {
        right: 170px !important;
    }
    .pro-con-vr img {
        box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
        border-radius: 10px;
    }

    .index_pro .swiper-button-prev, .index_pro .swiper-button-next {
        width: 20px;
        height: 20px;
        top: 56%;
    }

    .index_pro .w1578 {
        padding: 0px 0;
    }

    .index-bannerimgxian {
        display: none;
    }

    .index-bannerimgyin {
        display: block;
    }

    .index_banner .index_top {
        top: 35%;
        left: 35%;
        width: 30%;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }

    .pubile_i {
        font-size: 9px;
    }

    pubile_index_img {
        position: relative;
        top: -2px;
    }

    .index_top span {
        padding-right: 20px;
    }

        .index_top span::after {
            width: 15px;
            height: 15px;
            top: 2px;
        }

    .index_top:hover .index_top span {
        padding-right: 25px;
    }

    .index_cat-bg {
        bottom: -32%;
        height: 120px;
    }

    #backbuffer {
        top: -12% !important;
    }

    .index_pro {
        padding-top: 40px;
        background-size: cover;
        padding-bottom: 35px;
    }

    .index-img-none {
        display: block;
    }

        .index-img-none .itemclick {
            position: absolute;
            width: 30px;
            height: 30px;
            z-index: 999;
            left: 45%;
            top: 45%;
        }
.index_banner .index_top,
    .bannerimg video {
        display: none;
    }

    .index_pro_img img {
        //width: 70%;
    }

    .index_pro_content {
        padding-left: 0px;
        text-align: center;
    }

    .index_we {
        margin-top: 0px;
    }

    .index_pro .swiper-button-prev, .index_pro .swiper-button-next {
    }

    .index_cat_img {
        width: 95% !important;
    }

    .index_cat_button a {
        padding: 10px 20px;
        font-size: 12px;
    }

        .index_cat_button a span::after {
            top: 2px;
        }

    .index_we .swiper-container-horizontal > .swiper-scrollbar {
        left: 0%;
        width: 50% !important;
    }

    .index_we .swiper-slide-next {
        transform: scale(1,1);
    }

    .index-cat-img img {
        width: 45px;
        height: 35px;
    }

    .index_we_hover a {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .index_we .swiper-slide-next .index_we_hover {
        bottom: -100%;
    }

    .index_we .swiper-slide-active {
        transform: scale(1);
    }

        .index_we .swiper-slide-active .index_we_hover {
            bottom: 0%;
        }

    .footer_c {
        display: none;
    }

    .foot_menu {
        display: none;
    }

    .footer_info {
        flex-wrap: wrap;
    }

    .banquan {
        font-size: 14px;
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }

    .Code {
        width: 100%;
        text-align: center;
        margin: 10px 0px;
    }

        .Code img {
            width: 40%;
            height: 40%;
        }

        .Code p {
            padding-top: 20px;
            font-size: 14px;
            margin: 0 auto;
        }

    .index_cat_content {
        font-size: 12px;
    }

    .about_we {
        height: 660px;
    }

    .about_we_div {
        padding-top: 0px;
    }

    .about_we_img {
        display: none;
    }

    .about_we_content {
        margin-top: 30px;
        width: 90%;
        left: 0;
        margin: 30px 20px;
    }

    .about_line {
        left: 32%;
        margin-top: 0px;
        bottom: -10%;
    }


    .about_ronyu .swiper-slide-active, .about_ronyu .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .about_ronyu .swiper-button-next, .about_ronyu .swiper-button-prev {
        display: none;
    }

    .about_ronyu .swiper-container {
        height: 300px;
        width: 100%;
        margin-bottom: 0px;
    }

    .about-lic .swiper-button-prev {
        left: 35% !important;
    }

    .about-lic .swiper-button-next {
        right: 35% !important;
    }

    .pubile_position {
        top: 6.5%;
    }

    .pubile_name {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }

    .pubile_index span a {
        font-size: 9px;
        height: 15px;
        line-height: 15px;
    }

    .pubile_href {
        height: 40px;
    }

        .pubile_href ul li {
            width: 105px;
            font-size: 13px;
        }

    .contact_content .w1260 {
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .contact_left {
        width: 100%;
    }

    .contact_right {
        width: 100%;
    }

    .per_conlist ul {
        flex-wrap: wrap;
    }

        .per_conlist ul li {
            width: 100%;
            margin-bottom: 30px;
        }

    .per_concept {
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .per_title {
        padding-bottom: 20px;
    }

    .recruit_bt button {
        width: 40%;
    }

    .recruit_list_li {
        flex-wrap: wrap;
    }

    .recruit_list_right {
        width: 100%;
    }

    .recruit_list_info ul li {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .recruit_list_left {
        width: 100%;
    }

        .recruit_list_left button {
            margin-top: 10%;
        }

    .viedo-bannerlist video {
        display: none;
    }

    .viedo_info_left video {
        display: none;
    }

    .viedo-none {
        display: block;
        width: 100%;
    }

    .viedo-imgclick {
        width: 8%;
    }

    .viedo_banner .thumbs {
        width: 100%;
        bottom: -75px;
    }

    .viedo_banner .swiper-button-prev, .viedo_banner .swiper-button-next {
        width: 30px;
        height: 30px;
        top: 45%;
    }

    .viedo_div {
        padding-top: 60px;
    }

    .list-hide {
        display: block;
    }

    .viedo_info_left {
        width: 100%;
    }

    .viedo-click {
        width: 8%;
    }

    .viedo_div_title::after {
        left: 42%;
    }

    .viedo_info {
        margin-top: 30px;
        height: auto;
        padding-bottom: 50px;
    }

    .pro_gonlist {
        padding-top: 40px;
    }

        .pro_gonlist ul li {
            width: 45%;
            min-width: 45%;
            max-width: 45%;
        }


    .pro-con-info {
        padding: 30px 0px;
    }

    .pro-con-fu {
        top:30px;
        right: 5%;
    }

    .pro-con-fus {
       top:30px;
        right: 250px;
    }

    .pro-shang-right .swiper-button-next {
        right: -20px;
    }

    .pro-shang-right .swiper-button-prev {
        left: -20px;
    }

    .pro-con-dian li {
        width: 82% !important;
        margin: 0 auto;
    }

    .product-catlist {
        
    }

    .product-catlists {
        width: 100%;
        display: block;
        position: absolute;
        top: 50px;
    }

        .product-catlists .swiper-slide {
            position: relative;
            text-align: center;
        }

            .product-catlists .swiper-slide a {
                padding: 10px 10px;
                width: 100%;
                display: block;
                color: #000000;
                font-size: 14px;
                font-weight: 500;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                background-color: #ffffff;
                letter-spacing: 1px;
            }

            .product-catlists .swiper-slide .prod-cue {
                color: #ffffff;
                background-color: #56669d;
            }

    .product {
        padding: 120px 40px 80px 40px;
    }

        .product .swiper-slide {
            width: 100% !important;
        }

        .product .product-info, .product .product-info {
            left: 0;
        }

            .product .product-info .product-listinfo, .product .product-info .product-listinfo {
                padding: 10%;
                border-radius: 32px;
                background: url(../images/pro_bg.jpg)no-repeat center right;
                background-size: cover;
            }

            .product .product-info .product-title, .product .product-info .product-title {
                display: block;
            }

        .product .swiper-slide {
            margin-top: 0px;
        }

        .product .product-cat, .product .product-cat {
            padding-bottom: 40px !important;
        }

        .product .swiper-slide-active .product-cat, .product .swiper-slide-duplicate-active .product-cat {
            padding-bottom: 40px !important;
        }

    .product-img {
        margin-bottom: 50px;
        width: 100%;
    }

        .product-img img {
            width: 100%;
            right: 0;
        }

    .product .product-next {
        display: none;
    }

    .product .product-info .product-href, .product .product-info .product-href {
        display: block;
    }

    .product .swiper-button-next {
        right: 0%;
        top: 50%;
    }

    .product .swiper-button-prev {
        left: 0%;
        top: 50%;
    }

    .product .swiper-wrapper {
        margin-bottom: 0px;
        align-items: center;
    }


    .pro-shang-title {
        font-size: 25px;
        line-height: 32px;
    }

    .pro-con-shang {
        margin-top: 20px;
    }

    .pro-poins {
        padding: 55px 0px;
    }

    .pros-shang-right {
        width: 100%;
    }

    .product-vr {
        padding-top: 60px;
        height: 460px;
    }

    .pro_vrbgimg {
        height: 155px;
    }

    .product-vr .pro-con-fu {
        top: 3%;
        right: 5%;
    }

    .product-vr .pro-back {
        top: 15px;
        left: 30px;
    }

    .pro_vrimg {
        padding-top: 26px !important;
    }

    .ces {
        display: none;
    }

    .index_pro_cat {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

.index_pro_title {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
        .index_pro_title::after {
            width: 12px;
            height: 12px;
            bottom: 5px;
			margin-left:10px;
        }

    .index_we .swiper-container {
        padding-top: 0px;
    }

    .index_cat_title {
        padding-top: 30px;
    }

    .index_cat_content {
        line-height: 23px !important;
        padding-bottom: 30px;
    }

    .index_cat-bg {
        bottom: -39% !important;
    }

    .index_cat_img {
        top: -28% !important;
    }

    .product .swiper-button-next {
        width: 33px;
        height: 44px;
    }

    .product .swiper-button-prev {
        width: 33px;
        height: 44px;
    }
}

@media (max-width: 375px) {
    .about_we {
        height: 700px;
    }

    .about_line {
        margin-top: 0px;
        bottom: -40px;
    }

    .product-vr {
        height: 430px;
    }

    .index_cat-bg {
        bottom: -38% !important;
    }

    .index_cat {
        padding-bottom: 151px !important;
    }
}

.about-lic {
    position: relative;
}

.about-lic-line {
    margin-top: 50px;
    width: 100%;
    height: 100%;
    height: 600px;
}

    .about-lic-line::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #9e9e9f;
        transform: translateY(-50%);
        top: 57.7%;
    }

.about-lic-info {
    width: 60%;
    float: right;
}

.about-lic-line .swiper-container {
    height: 600px;
}

.about-lic-line .swiper-slide {
    height: 50%;
    position: relative;
}

    .about-lic-line .swiper-slide:nth-child(odd) {
        top: 0%;
        display: flex;
        align-content: flex-end;
        align-items: flex-end;
        flex-wrap: wrap;
    }

        .about-lic-line .swiper-slide:nth-child(odd) .about-lic-content {
            padding-bottom: 50px;
        }

    .about-lic-line .swiper-slide:nth-child(even) {
        bottom: -50%;
        padding-top: 50px;
    }

        .about-lic-line .swiper-slide:nth-child(even) .about-lic-content:after {
            top: 5%;
        }

        .about-lic-line .swiper-slide:nth-child(even) .about-lic-content:before {
            top: -1%;
        }


.about-lic-title {
    width: 100%;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 15px;
}

.about-lic-content {
    width: 90%;
    overflow: hidden;
    font-size: 15px;
    color: #929292;
    line-height: 20px;
}

    .about-lic-content::after {
        width: 10px;
        height: 10px;
        background-color: #000000;
        display: block;
        content: "";
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        position: absolute;
        bottom: 5%;
    }

    .about-lic-content::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #56669d;
        transform: translateY(-50%);
        bottom: 0%;
    }

    .about-lic-content::before {
        display: none;
    }

.about-lic-line .swiper-slide-active .about-lic-content::before {
    display: block;
}

.about-lic-line .swiper-slide-active .about-lic-title {
    color: #56669d;
}

.about-lic-line .swiper-slide-active .about-lic-content::after {
    background-color: #56669d;
}



.about-lic .swiper-button-next:after, .about-lic .swiper-button-prev:after {
    content: '';
}

.about-lic .swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    bottom: 0%;
    right: 47%;
    transform: translateY(-50%);
    background: url(../images/lic-right.png) no-repeat center center;
    background-size: cover;
    outline: none;
}

.about-lic .swiper-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: auto;
    left: 47%;
    bottom: 0%;
    transform: translateY(-50%);
    background: url(../images/lic-left.png) no-repeat center center;
    background-size: cover;
    outline: none;
}

.about-lic .swiper-button-next:hover {
    background: url(../images/lic-right1.png) no-repeat center center;
    background-size: cover;
}


.about-lic .swiper-button-prev:hover {
    background: url(../images/lic-left1.png) no-repeat center center;
    background-size: cover;
}
@media (max-width: 1440px) {
    .product {
        width: 100%;
        padding: 90px 0 110px 0;
    }
    .product-catlist li {
    width:260px;
    height: 40px;
    line-height:40px;
    position: relative;
    background: url(../images/pro_cateimt.png) no-repeat left center;
    background-size: 100% auto;
    transition: all 0.5s;
}
    .product-catlist .active {
    background: url(../images/pro_cateimt1.png) no-repeat  left center;
    background-size: 100% auto;
    width: 340px;
}
    .product-catlist li:hover {
    background: url(../images/pro_cateimt1.png) no-repeat  left center;
    background-size: 100% auto;
    width: 340px;
}
    .product-catlist li a {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 400;
    width: 100%;
     height: 30px;
    line-height: 30px;
    display: block;
}
    .nav_menu ul li img {
    margin-top: 45px;
    width: 120px;
    }


}

@media (max-width: 786px){
.product-catlist {
        padding-right: 0;
    position: static;

    width: 90%;
    margin: 26px auto 0;
    }
.product-catlist .active{
    background: url(../images/pro_cateimt2.png) no-repeat left center;
    background-size: 100% auto;
}
.product-catlist ul{
width:100%;
}
.product-catlist li,
.product-catlist .active{
width:46%;
}
.product-catlist li{
    margin-top: -12px;
background-size: 78% 78% !important;
}
.product-catlist li a span{
    text-align: left;
width:100%;
right:0 !important;
    padding-left: 20px;
}
}