<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    width: 100%;
    background: #fff;
    z-index: 999999;
    position: relative;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.07);
}

.header_active {
    position: fixed;
    top: 0;
    /* box-shadow: 0px 27px 48px 15px rgba(0, 0, 0, 0.03); */
    /* box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.07); */
}

.header_cont {
    height: 32px;
    padding: 30px 0 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-china {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

.header-china img {
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.header-china span {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.logo {
    display: block;
    width: 236px;
    height: 32rpx;
}

.logo img {
    width: 100%;
    /* height: 50rpx; */
}

.nav {
    flex: 1;
    text-align: right;
}

.nav_menu {
    width: 100%;
    text-align: right;
    /* flex-direction: row-reverse; */
}

.nav_menu li {
    display: inline-block;
    text-align: right;
    margin-left: 40px;
    font-size: 16px;
}
.nav_menu li a {
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 1.8;
}
.nav_menu li.cur a {
    /* color: #FCD000; */
    border-bottom: 2px solid #FCD000;
    display: inline-block;
    line-height: 1.8;
}

.nav_menu li a:hover {
    /* color: #FCD000; */
    border-bottom: 2px solid #FCD000;
    display: inline-block;
    line-height: 1.8;
}
.nav_menu li.language{
    margin-left: 10px;
    border-left: #999 1px solid;
    padding-left: 12px;
    font-weight: bold;
}
.nav_menu li.language img{
    margin-top: 7px;
    margin-right: 5px;
}
.language{
    text-align: right;
}

.nav_menu .yt_solution_menu_btn {
    color: #333;
    /* font-size: 16px; */
    text-decoration: none;
    border: none;
    background-color: #fff;
}

.nav_menu .yt_solution_menu_btn.opened {
    color: #FCD000;
    cursor: pointer;
}

.nav_menu .yt_solution_menu_btn.opened::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUxpcRVb1jRp/xVc1BVp1xVc1BVc1BZe1xVc1hVb1JryEisAAAAJdFJOUwBwBK4Li8IzUT/JGOsAAABiSURBVCjPY2AYfoBDBINdOc0BLhQ5ESI0MwUmwjoTIsQ4E64scqYRhCEJU8Y6c7ICA6oyuCK4MoQiuDIkRVBlyIqgylAUgZWhKgIrQ1MEUoamCKQMXRFQGboiBgb2piEYrwCyxyAPyN9bPwAAAABJRU5ErkJggg==);
}

.nav_menu .yt_solution_menu_btn::after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUxpcTIyNDQ0NDMzMz8/PzMzMzMzMzMzMzMzMzIyMzYO0AQAAAAJdFJOUwBwBK4Li8IzUT/JGOsAAABiSURBVCjPY2AYfoBDBINdOc0BLhQ5ESI0MwUmwjoTIsQ4E64scqYRhCEJU8Y6c7ICA6oyuCK4MoQiuDIkRVBlyIqgylAUgZWhKgIrQ1MEUoamCKQMXRFQGboiBgb2piEYrwCyxyAPyN9bPwAAAABJRU5ErkJggg==);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    content: " ";
    display: inline-block;
    height: 12px;
    margin-left: 4px;
    transition: transform .2s ease;
    width: 12px;
}

.nav_menu .yt_solution {
    /* background: #fff; */
    color: #323233;
    cursor: default;
    display: block;
    margin-left: 24px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    /* transition: max-height .3s ease-in-out; */
    z-index: 1050;
}

.nav_menu .yt_solution_menu_btn+.opened {
    display: block;
    max-height: 500px;
    overflow: auto;
    pointer-events: inherit;
}

.yt_solution .yt_solution_menu {
    text-align: center;
}

.yt_solution_menu .yt_solution_menu_item {
    display: block;
    text-align: center;
}

.yt_solution_menu_item a {
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-sizing: border-box;
    padding: 12px 24px;
    background-color: #fff;
    line-height: 1.8;
    border-top: 1px solid #e8e9ec;
}

/* banner */
.apple-banner {
    width: 100%;
    height: 863px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    opacity: 1;
    overflow: hidden;
}

.apple-banner .swiper-container {
    /* margin-top: -40px; */
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev span,
.swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center 17px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.swiper-button-next span {
    background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat center -71px;
    left: auto;
    right: 20px;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: .6;
}


/*åˆ†é¡µå™¨*/

.apple-banner .swiper-pagination {
    top: auto;
    bottom: 0px;
    background: none;
}

.apple-banner .swiper-pagination-bullet {
    display: inline-block;
    width: 50px;
    height: 30px;
    margin: 0 3px;
    cursor: pointer;
    background: none;
    border-radius: 0;
    opacity: 1;
}

.apple-banner .swiper-pagination-bullet span {
    width: 50px;
    height: 2px;
    display: block;
    background: rgba(128, 128, 128, 0.2);
}

.apple-banner .swiper-pagination-bullet-active span {
    background: gray;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
    background: rgba(128, 128, 128, 0.2);
}

.apple-banner .swiper-pagination-bullet i {
    background: gray;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0;
    display: block;
}

.apple-banner .autoplay .firsrCurrent i {
    transition: transform 2.9s linear;
    transform: scaleX(1);
}

.apple-banner .autoplay .current i {
    transition: transform 4s linear;
    transform: scaleX(1);
}

.apple-banner .autoplay .replace span {
    background: gray;
}

.banner_t {
    font-size: 56px;
}

.banner_desc {
    font-size: 28px;
}

.banner_en {
    font-size: 24px;
}


/*å†…å®¹æ&nbsp;·å¼*/
.swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
}

.slide0 {
    background: #000 url(../images/banner01.png) no-repeat top center;
    background-size: cover
}

.slide1 {
    background: #000 url(../images/banner02.png) no-repeat top center;
    background-size: cover
}

.slide2 {
    background: #000 url(../images/banner03.jpg) no-repeat center center;
    background-size: cover
}

.slide3 {
    background: #000 url(../images/banner04.png) no-repeat top center;
    background-size: cover
}

.slide4 {
    background: #000 url(../images/banner05.jpg) no-repeat top center;
    background-size: cover
}

/* .slide5 {
    background: #000 url(../images/banner02@2x.png) no-repeat top center;
    background-size: auto 100%;
} */

a.banner_btn {
    display: block;
    width: 200px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    color: #4B8CFF;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    body {
        width: 1200px;
    }

    .btn_arrow {
        display: none;
    }
}

@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2) {
    body {
        width: 1200px;
    }

    .btn_arrow {
        display: none;
    }
}


/* å…¼å®¹iphone5 */

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2) {
    body {
        width: 1200px;
    }

    .btn_arrow {
        display: none;
    }
}


/* å…¼å®¹iphone6ï¼Œiphone7ï¼Œiphone8s  */

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2) {
    body {
        width: 1200px;
    }

    .btn_arrow {
        display: none;
    }
}


/* å…¼å®¹iphone6 Plus,iphone7 Plus,iphone8 Plus  */

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2) {
    body {
        width: 1200px;
    }

    .btn_arrow {
        display: none;
    }
}


/* å…¼å®¹iphoneX  */

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    body {
        width: 1200px;
    }

    .btn_arrow {
        display: none;
    }
}

/* é¦–é¡µ */
.section {
    padding: 65px 0 150px 0;
}

.productDetailContainer .section {
    padding: 0;
}

.index_syzm_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_syzm_list li {
    width: 33.333%;
    height: auto;
    margin: 0 3.5px;
    position: relative;
    overflow: hidden;
}

.index_syzm_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: left;
}

.index_syzm_list li a img {
    width: 100%;
    height: auto;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.index_syzm_list li a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index_syzm_list li a .index_syzm_title {
    position: absolute;
    top: 30px;
    left: 30px;
    line-height: 1.7;
}

.index_syzm_list li a .index_syzm_bottom {
    position: absolute;
    left: 30px;
    bottom: 35px;
}

.index_syzm_list li a .index_syzm_left_bot:after {
    content: '';
    width: 10px;
    height: 2px;
    background: #FCD000;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.index_syzm_list li a:hover .index_syzm_left_bot:after {
    width: 50px;
}

.index_qyxx_list {
    display: flex;
    flex-wrap: wrap;
}

.index_qyxx_list .index_qiyx_item {
    width: 33.33%;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #ddd;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
}

.index_qyxx_list .index_qiyx_item a {
    color: #fff;
}

.index_qyxx_list .index_qiyx_item img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.index_qyxx_list .index_qiyx_item .index_qyxx_txt {
    position: absolute;
    left: 30px;
    top: 30px;
    opacity: 1;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.index_qyxx_list .index_qiyx_item .mask {
    /* background: url(../images/bg4.png); */
    background: rgba(252, 208, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* opacity: 0; */
    /* filter: alpha(opacity='0'); */
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.index_qyxx_list .index_qiyx_item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.index_qyxx_list .index_qiyx_item .mask .h3 {
    color: #231916;
    font-weight: bold;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    opacity: 0;
}

.index_qyxx_list .index_qiyx_item:hover img {
    /* filter: blur(5px); */
}

.index_qyxx_list .index_qiyx_item:hover .mask {
    background: rgba(252, 208, 0, 0.85);
    /* opacity: 0.75; */
    /* filter: alpha(opacity='75'); */
}

.index_qyxx_list .index_qiyx_item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

.index_qyxx_list .index_qiyx_item:hover .index_qyxx_txt {
    opacity: 0;
}


.index_qyxx_list .index_qiyx_item .index_qyxx_icon {
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    opacity: 0;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.index_qyxx_list .index_qiyx_item .index_qyxx_icon img {
    width: 42px;
    height: 42px;
}

.index_qyxx_list .index_qiyx_item:hover .index_qyxx_icon {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}

/* 


.case_list .item {
    width: 32.33%;
    margin: 0 0.5% 1%;
    position: relative;
    overflow: hidden;
    opacity: 0;
    background: #ddd;
    float: left;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: all 0.6s ease-out 0s;
    -webkit-transition: all 0.6s ease-out 0s;
}

.case_list .item:nth-child(4n-3) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.2s;
}

.case_list .item:nth-child(4n-2) {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.0s;
}

.case_list .item:nth-child(4n-1) {
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.1s;
}

.case_list .item:nth-child(4n) {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.show .case_list .item {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.case_list .item img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.case_list .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case_list .item .logo {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.case_list .item .mask {
    background: url(../image/bg4.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity='0');
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.case_list .item .mask .cell {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.case_list .item .mask .h3 {
    font-size: 36px;
    color: #fff;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.case_list .item .mask p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    padding: 0 20px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.case_list .item .mask p a {
    margin: 0 10px;
    display: inline-block;
}

.case_list .item:hover img {
    filter: blur(5px);
}

.case_list .item:hover .mask {
    opacity: 0.75;
    filter: alpha(opacity='75');
}

.case_list .item:hover .mask .h3 {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.case_list .item:hover .mask p {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.case_list .item .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */

/* ç…§æ˜Žä¿¡æ¯ */
.index_zminfo_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_zminfo_list li {
    width: 33.333%;
    height: auto;
    margin: 0 3.5px;
    position: relative;
    overflow: hidden;
}

.index_zminfo_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: left;
}

.index_zminfo_list li a img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.index_zminfo_list li a:hover .cover_img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index_zminfo_list li .index_zminfo_title {
    color: #231916;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCD000;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
}

.index_zminfo_list li a:hover .index_zminfo_title {
    height: 114px;
}

.index_zminfo_list li .index_zminfo_icon {
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
}

.index_zminfo_list li .index_zminfo_icon,
.index_zminfo_list li .index_zminfo_icon img {
    width: 42px;
    height: 42px;
    margin: 0 auto;
}

.index_zminfo_list li a:hover .index_zminfo_icon {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    display: block;
    opacity: 1;
}

.show {
    opacity: 1;
}

/* äºŒçº§é¡µé¢ */
.banner_sec {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.banner_sec_text2 {
    margin-top: 25px;
}

/* äº§å“åˆ—è¡¨ */
.pro_search .pro_search_sec {
    border-bottom: #eee 1px solid;
    padding: 35px 0;
}

.pro_search .pro_search_sec .pro_search_tit {
    text-align: left;
}

.pro_search .pro_search_sec .pro_search_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pro_search .pro_search_sec .pro_search_list li {
    background: #fff;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 24px;
    margin-top: 24px;
    border-radius: 16px;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}

.pro_search .pro_search_sec .pro_search_list li.cur {
    background: #FCD000;
    font-weight: bold;
    border: #000 1px solid
}

.pro_list {
    /* margin-left: -0.5rem;
    margin-right: -0.5rem; */
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 30px 0;
}

.pro_list .pro_list_item {
    width: 33.33333%;
    padding: 10px;
    box-sizing: border-box;
}

.pro_list .pro_list_item .pro_card {
    height: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.pro_list .pro_list_item .pro_card .pro_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    height: 236px;
    overflow: hidden;
}

.pro_list .pro_list_item .pro_card .pro_item_img img {
    transition: all 0.5s;
    width: auto;
    height: 100%;
}

.pro_list .pro_list_item:hover .pro_card .pro_item_img img {
    transform: scale(1.1);
}

.pro_list .pro_list_item .pro_card .pro_item_text {
    padding: 20px;
    text-align: left;
}

.pro_item_applyplace {
    margin: 10px 0;
}

/* å•†å“è¯¦æƒ… */
.pro_detail {
    text-align: left;
}

.product_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.product-pic {
    width: 55%;
    height: 610px;
    position: relative;
}

.product-info {
    width: 40%;
    margin-left: 5%;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: left;
}

.prod-pic-swiper-box {
    position: relative;
    padding-top: 80%;
}

.prod-pic-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

#prodPicSwiper {
    height: 100%;
}

.productDetailContainer {
    padding-top: 0px;
    padding-bottom: 30px;
}

.productDetailContainer .section-product .product-pic .prod-pic-swiper-box .prod-pic-full #prodPicSwiper .swiper-slide {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.productDetailContainer .section-product .product-pic .prod-pic-swiper-box .prod-pic-full #prodPicSwiper .swiper-slide-active {
    opacity: 1;
}

.productDetailContainer .section-product .product-pic .prod-pic-swiper-box .prod-pic-full #prodPicSwiper .swiper-slide img {
    height: 100%;
    width: auto;
}

.productDetailContainer .section-product .product-pic-items {
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

.productDetailContainer .section-product .product-pic-items .product-Item-swiper-wrap {
    position: relative;
}

.productDetailContainer .section-product .product-pic-items #proItemSwiper {
    width: calc(100% - 48px);
}

.productDetailContainer .section-product .product-pic-items .swiper-product-items-prev {
    top: 0;
    bottom: 0;
    background: #ccc;
    height: 100%;
    margin-top: 0;
    left: 0;
    width: 24px;
    z-index: 1001;
}

.productDetailContainer .section-product .product-pic-items .swiper-product-items-next {
    top: 0;
    bottom: 0;
    background: #ccc;
    height: 100%;
    margin-top: 0;
    right: 0;
    width: 24px;
}

.productDetailContainer .section-product .product-pic-items #proItemSwiper .pic-show {
    position: relative;
    padding-top: 49%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 1px solid #eee;
    cursor: pointer;
}

.productDetailContainer .section-product .product-pic-items #proItemSwiper .pic-show img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    /* padding: 0.2rem; */
}

.productDetailContainer .section-product .product-pic-items #proItemSwiper .pic-show {
    position: relative;
    padding-top: 49%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 1px solid #eee;
    cursor: pointer;
}

.productDetailContainer .section-product .product-pic-items #proItemSwiper .swiper-slide.on .pic-show {
    border: 1px solid #FCD000;
}

.productDetailContainer .section-product .product-info .product-title {
    color: #666;
    font-size: 14px;
}

.productDetailContainer .section-product .product-info .product-name {
    margin: 10px 0;
    font-size: 30px;
    font-weight: bold;
}

.productDetailContainer .section-product .product-info .product-points {
    margin-top: 20px;
}

.productDetailContainer .section-product .product-info .product-points li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #FCD000;
}

.productDetailContainer .section-product .product-info dl dt {
    margin-top: 12px;
}

.productDetailContainer .section-product .product-info .product-configs {
    padding: 5px 0 0 0;
}

.productDetailContainer .section-product .product-info .product-configs li {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.7;
}

.productDetailContainer .section-product .product-info .product-configs .config-name {
    display: inline-block;
    width: 120px;
    color: #999;
}

.productDetailContainer .section-product .product-info .product-configs span {
    float: left;
    width: 72%;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box {
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
    margin-top: 10px;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-slide {
    padding: 0 0.42rem;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-slide .product-style-item {
    height: 80px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-slide.active .product-style-item {
    border-color: #FCD000;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-slide .product-style-item .product-style-pic {
    height: 100%;
    overflow: hidden;
    position: relative;
    transform: scale(0.65);
    transform-origin: top;
    transition: all 0.3s;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-slide .product-style-item .product-style-pic&gt;img {
    height: 100%;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-slide .product-style-item p {
    line-height: 1.6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-prev,
.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-next {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-button-disabled {
    opacity: 0;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-prev,
.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-next {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    outline: none;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-next {
    left: auto;
    right: -16px;
}

.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-prev .iconfont,
.productDetailContainer .section-product .product-info .prodstyle-swiper-box .swiper-style-next .iconfont {
    color: #FCD000;
}

.productDetailContainer .section-product-detail {
    margin-top: 48px;
    padding-bottom: 48px;
}

.section-title {
    font-size: 32px !important;
    margin-bottom: 60px;
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 32px;
    height: 3px;
    margin: 0 auto;
    background-color: #FCD000;
    border-radius: 6px;
    opacity: 0.9;
}

.apply_case_cont img {
    max-width: 100%;
}

.product-detail img {
    max-width: 100%;
}

.productDetailContainer .section-product-config {
    padding-bottom: 50px;
}

.productDetailContainer .section-product-config ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productDetailContainer .section-product-config ul li {
    width: 49%;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 16px;
}

.productDetailContainer .section-product-config ul li .panel-box {
    padding: 13px 20px;
    display: flex;
    text-align: left;
}

.productDetailContainer .section-product-config ul li .panel-box span {
    display: block;
    max-width: 30%;
    min-width: 30%;
    text-align: left;
}

.loading {
    position: relative;
}

.loading&gt;* {
    opacity: 0;
}

.loading::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/imgloading.gif) no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.productDetailContainer .section-product .product-pic-items .swiper-product-items-prev i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.productDetailContainer .section-product .product-pic-items .swiper-product-items-next i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.productDetailContainer .section-product-config .download-row {
    margin-top: 32px;
}

.productDetailContainer .section-product-config .download-row ul {
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    margin-top: 64px;
    border-radius: 6px;
    padding-top: 16px;
}

.productDetailContainer .section-product-config .download-row ul li {
    width: 100%;
    text-align: center;
}

.productDetailContainer .section-product-config .download-row ul li .icon-img {
    width: 48px;
    display: inline-block;
    margin-bottom: 10px;
}

.productDetailContainer .section-product-config .download-row ul li p {
    font-family: "FZLTXHJW";
    font-weight: bold;
}

.productDetailContainer .section-product .product-pic .product-pic-show {
    height: 512px;
    overflow: hidden;
}

.pro_top {
    background: #fff;
    padding: 30px 0;
}

/* æ¡ˆä¾‹ */
.case_list {
    width: 1213px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.case_list .case_item {
    width: 399px;
    height: 100%;
    display: block;
    margin-right: 7px;
    margin-top: 7px;
    overflow: hidden;
}

.case_list .case_item:nth-child(3n) {
    margin-right: 0;
}

.case_list .case_item .case_item_top {
    width: 100%;
    height: 447px;
    overflow: hidden;
    position: relative;
}

.case_list .case_item .case_item_top .case_item_img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transform-origin: 50% 50%;
}

.case_list .case_item .case_item_top .icon {
    position: absolute;
    display: block;
    width: 51px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -30px;
    background: url(../images/icon_show.png) no-repeat center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.case_list .case_item .case_item_bot {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    /* display: block; */
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 10px;
    background-color: #f1f1f1;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    text-align: left;
}

.case_list .case_item:hover .case_item_top img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case_list .case_item:hover .case_item_top .icon {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.case_list .case_item:hover .case_item_bot {
    background-color: #FCD000;
    color: #fff;
}

.case_content img {
    max-width: 100%;
    vertical-align: top;
}

/* .case_list .case_item .case_item_bot .iconarrow-right{
    display: block;
    color: #666;
    width: 32px;
    height: 32px;
    font-size: 24px;
} */

/* è®¾è®¡å›¢é˜Ÿ */
.team_list {
    display: flex;
    flex-wrap: wrap;
}

.team_list .team_list_item {
    display: block;
    width: 25%;
    margin-top: 7px;
    /* margin-right: 10px; */
    /* box-shadow:0 10px 20px rgba(35,35,48,.1); */
}

.team_list .team_list_item .team_list_item_in {
    /* padding-right: 7px; */
    padding: 0 3.5px;
}

/* .team_list .team_list_item:nth-child(4n) .team_list_item_in{
    padding-right: 0px;
} */
.team_list .team_list_item a {
    display: block;
    width: 100%;
    background: #fff;
    /* margin-right: 10px; */
}

.team_list .team_list_item a .pic {
    position: relative;
    overflow: hidden;
}

.team_list .team_list_item a .pic img {
    width: 100%;
    height: 100%;
}

.team_list .team_list_item a .pic .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    padding: 20px 0;
    text-align: left;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.team_list .team_list_item a .pic .mask p {
    padding: 0 20px;
}

.team_list .team_list_item a:hover .pic .mask {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.team_list .team_list_item a .team_list_item_info {
    padding: 16px 12px 18px;
    text-align: left;
}

.team_list .team_list_item a .team_list_item_info .team_list_item_name span {
    margin-left: 20px;
    color: #888;
}

.team_list .team_list_item a .team_list_item_info .team_list_item_name:after {
    content: '';
    display: block;
    height: 2px;
    background-color: #FCD000;
    width: 60px;
    margin-top: 11px;
}

/* å…³äºŽæˆ‘ä»¬ */
.about_wrap {
    background: url(../images/about_bg.png) left bottom no-repeat;
    background-size: 30%;
    padding-bottom: 100px;
}

.company {
    display: flex;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 80px;
}

.comLeft {
    max-width: 320px;
    min-width: 320px;
    height: auto;
    margin-left: 20px;
}

.com_about_item {
    width: 100%;
    height: 90px;
    background-color: rgb(102, 102, 102);
    position: relative;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.com_about_item_l {
    width: 62px;
    position: absolute;
    left: 30px;
    top: 14px;
}

.com_about_item_r {
    position: absolute;
    width: 176px;
    text-align: right;
    left: 110px;
    line-height: 90px;
}

.comRight {
    flex: 1;
}

.comCont {
    line-height: 2;
    padding-top: 10px;
}

.about_mid {
    width: 100%;
    height: 400px;
    background-color: rgb(204, 204, 204);
    background-image: url("../images/about_mid_bg.png");
    background-position: center center;
    text-align: center;
}

.about_mid_bd dl {
    width: 240px;
    display: inline-block;
    margin: 0 30px;
    margin-top: 100px;
}

.about_mid_bd dl:first-child {
    margin-left: 0;
}

.about_mid_bd dl:last-child {
    margin-right: 0;
}

.about_mid_txt {
    border-top: 1px rgba(255, 255, 255, .4) solid;
    margin-top: 30px;
    padding-top: 30px;
}

.about_img_list {
    margin-top: 50px;
}

.about_img_list .about_img_item {
    width: 300px;
    height: 300px;
}

.about_img_list .about_img_item img {
    max-width: 100%;
    vertical-align: top;
}

/* è§£å†³æ–¹æ¡ˆ */
.solu_wrap {
    height: auto;
    margin-top: -60px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    padding: 0px 0 30px 0;
}

.solu_wrap .pro_search .pro_search_sec .pro_search_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.solu_wrap .pro_search .pro_search_sec {
    border-bottom: none;
    padding: 0 0;
}

.solu_desc {
    padding: 0 30px;
    text-align: left;
    line-height: 2;
}

.solu_desc img {
    max-width: 100%;
}

.solu_main {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.solu_left_imgs {
    max-width: 400px;
    min-width: 400px;
    height: auto;
    /* margin-right: 10px; */
}

.solu_left_imgs li {
    margin-bottom: 20px;
}

.solu_left_imgs li img {
    max-width: 100%;
}

.solu_right_cont {
    flex: 1;
    background: #fff;
    text-align: left;
    padding: 30px 0;
}

.solu_right_cont h1 {
    padding: 0 30px 5px 30px;
}

/* faq */
.faq_warp {
    padding-top: 20px;
}

.faqlist .faq_item {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    margin-bottom: 20px;
}

.faqlist .faq_item .faq_inner {
    padding: 20px;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.faqlist .faq_item .faq_inner .faq_item_l {
    max-width: 240px;
    min-width: 240px;
    height: 180px;
    margin-right: 20px;
    overflow: hidden;
}

.faqlist .faq_item .faq_inner .faq_item_l img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.faqlist .faq_item:hover .faq_inner .faq_item_l img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s;
}

.faqlist .faq_item .faq_inner .faq_item_r {
    flex: 1;
    text-align: left;
}

.faq_item_t {
    margin-bottom: 10px;
}

.faq_item_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.faq_item_time {
    display: flex;
    align-items: center;
    justify-content: right;
}

.faq_item_time img {
    margin-right: 10px;
}

.cur_place {
    text-align: left;
    padding: 40px 0 30px 0;
}

.article_content {
    background: #fff;
}

.article_inner {
    padding: 60px 100px;
}

.article_main {
    text-align: left;
    padding-top: 30px;
}

.article_tit_wrap {
    border-bottom: #eee 1px solid;
    padding-bottom: 30px;
}

.article_title {
    margin-bottom: 10px;
}

.article_main img {
    max-width: 100%;
}

/* knowledge */
.qalist {
    display: flex;
    flex-wrap: wrap;
}

.qa_item {
    width: 50%;
    text-align: left;
}

.qa_item_panel {
    margin: 10px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.question {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.q_left {
    flex: 1;
    display: flex;
    align-items: center;
}

.q_left_txt {
    flex: 1;
    color: #333;
    font-weight: bold;
}

.q_left_icon {
    max-width: 32px;
    min-width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #000;
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    border-radius: 50%;
}

.a_left_icon {
    background: #f1f2f2;
    color: #666;
}

.q_right {
    display: inline-block;
    /* max-width: 42px;
    min-width: 42px; */
    text-align: right;
    font-size: 22px;
    /* transform-origin: center center; */
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    /* Firefox 4 */
    -webkit-transition: all .5s ease;
    /* Safari å’Œ Chrome */
    -o-transition: all .5s ease;
}

.qalist dl.active .q_right {
    transform: rotateZ(90deg);
}

.qalist dl .answer {
    margin-top: 20px;
    display: none;
    opacity: 0;
    /* align-items: center; */
}

.qalist dl.active .answer {
    margin-top: 20px;
    display: flex;
    display: block;
    opacity: 1;
    /* align-items: center; */
}

.answer_bd {
    display: flex;
}

.a_cont_ask {
    text-align: center;
    padding-top: 30px;
}

.a_cont_ask span {
    color: blue;
}

.a_right_cont {
    flex: 1;
}

.a_right_cont_bd img {
    max-width: 100%;
}

/* äººå›&nbsp;ç…§æ˜Ž */
.banner_sec_ry{
    width: 100%;
    height: 500px;
    color: #fff;
}
.banner_sec_cont_ry{
    text-align: left;
    padding-top: 130px;
}
.btn_online {
    position: relative;
    display: inline-block;
    height: 48px;
    background: #ff4800;
    border-radius: 60px;
    padding: 0 48px 0 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 28px;
}
.btn_online span{
    position: absolute;
    top: 17px;
    right: 28px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ry_pro {
    width: 100%;
    height: 682px;
    background: url("../images/ry_pro_bg.jpg") center center;
    background-size: 100% 100%;
}

.ry_pro_tit {
    font-size: 32px;
    font-weight: bold;
    padding-top: 60px;
}
.ry_pro .pro_list {
    display: block;
    flex-wrap: nowrap;
    overflow:auto;
    padding: 30px 0;
}
.ry_pro  .pro_list ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 30px 0;
}
.ry_pro_tit_line {
    width: 32px;
    height: 3px;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #FCD000;
    border-radius: 3px;
    opacity: 0.9;
}
.slideGroup {
    width: 1210px;
    margin: 0 auto;
}
.slideGroup .slideBox {
    /* width: 1210px; */
    overflow: hidden;
    zoom: 1;
    padding: 0;
    position: relative;
}
.slideGroup .slideBox ul li{
    width: 405px;
    box-sizing: border-box;
    height: 100%;
}

#pro_list_w .pro_list .pro_list_item .pro_card{
    height: 450px;
}
.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 50%;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: -32px auto 0 auto;
    background-color: rgba(160, 199, 255, 0.16);
    z-index: 8888;
}
.slideGroup .sNext {
    left: auto;
    right: 5px;
}
.slideGroup .sPrev img,
.slideGroup .sNext img {
    width: 12px;
    height: 21px;
    margin-top: 22px;
    text-align: center;

}
.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    border-color: #f60;
}
.slideGroup .pro_list_item{
    width: 100%;
}
/* åˆ‡æ¢ */
.solution-introduce {
    /* padding: 65px 0px; */
    margin: 50px 0 0 0;
}
.solution-container {
    max-width: 1210px;
    margin: 0 auto;
}
.solution-introduce .main {
    font-size: 0;
    overflow: hidden
}

.solution-introduce .main .left {
    display: inline-block;
    width: 20%;
    text-align: left;
}

.solution-introduce .main .left .swiper-container {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 500px;
    margin-bottom: 1px
}

.solution-introduce .main .left .swiper-container .swiper-slide {
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    background: #f6f6f6
}

.solution-introduce .main .left #now {
    background: #FCD000;
    color: #fff;
    position: relative
}

.solution-introduce .main .left #now img {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-filter: drop-shadow(#fff 0 80px);
    filter: drop-shadow(#fff 0 80px)
}

.solution-introduce .main .left #now:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: 100%;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-left-color: #FCD000;
    top: 40%
}

.solution-introduce .main .left .paging {
    height: 100px;
    padding: 30px 20px 0 20px;
    overflow: hidden;
    cursor: pointer
}
/* .solution-introduce .main .left .paging:hover {
    background: #FCD000;
    color: #fff;
    overflow: hidden;
} */
.solution-introduce .main .left .paging:hover img {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-filter: drop-shadow(#fff 0 80px);
    filter: drop-shadow(#fff 0 80px)
}

.solution-introduce .main .left .paging img {
    float: left;
    width: 12%;
    margin-right: 8%
}

.solution-introduce .main .left .paging p {
    float: left;
    font-size: 14px;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.solution-introduce .main .left .introduce-button {
    cursor: pointer;
    width: 49.8%;
    height: 56px;
    background: #646464;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15%
}

.solution-introduce .main .left .introduce-left-prev {
    float: right;
    background-image: url(../images/shop-prev02.png)
}

.solution-introduce .main .left .introduce-left-next {
    float: left;
    margin-right: 0.4%;
    background-image: url(../images/shop-next02.png)
}

.solution-introduce .main .middle {
    display: inline-block;
    width: 60%;
    vertical-align: top
}

.solution-introduce .main .middle .img-box {
    position: relative;
    overflow: hidden;
    display: none
}

.solution-introduce .main .middle .img-box .img {
    height: 557px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: no-repeat center center;
    background-size: cover
}

.solution-introduce .main .middle #now-img {
    display: block
}

.solution-introduce .main .right {
    display: inline-block;
    width: 20%;
    height: 557px;
    /* padding: 84px 54px; */
    background: #646464;
    vertical-align: top;
    text-align: left;
}

.solution-introduce .main .right .text-box {
    margin-bottom: 26px;
    color: #fff;
    padding: 84px 40px;
    display: none
}

.solution-introduce .main .right .text-box .cn {
    font-size: 26px;
    font-weight: 600
}

.solution-introduce .main .right .text-box .en {
    font-size: 18px;
    margin: 14px 0 40px 0
}

.solution-introduce .main .right .text-box .text {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden
}

.solution-introduce .main .right #now-text {
    display: block
}



.solution-scene {
    margin-bottom: 50px
}

.solution-scene .title {
    text-align: center
}

.solution-scene .title .cn {
    font-size: 36px;
    font-weight: 600;
    color: #333333
}

.solution-scene .title .cn span {
    color: #ffab26
}

.solution-scene .title .en {
    font-size: 22px;
    color: #666666;
    margin: 20px 0 40px 0
}

.solution-scene .swiper-container {
    position: relative
}

.solution-scene .swiper-container .img-box {
    position: relative
}

.solution-scene .swiper-container .img-box .mobile {
    display: none
}

.solution-scene .swiper-container .img-box .img {
    padding-top: 40.83333%;
    background: no-repeat center center;
    background-size: cover
}

.solution-scene .swiper-container .img-box .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: 12% 4% 0 15%;
    background: rgba(0, 0, 0, 0.3)
}

.solution-scene .swiper-container .img-box .text-box .title {
    text-align: left
}

.solution-scene .swiper-container .img-box .text-box .title .cn {
    font-size: 32px;
    font-weight: 600;
    color: #f5f5f5
}

.solution-scene .swiper-container .img-box .text-box .title .cn span {
    color: #ffab26
}

.solution-scene .swiper-container .img-box .text-box .title .en {
    font-size: 26px;
    color: #f5f5f5;
    margin: 2% 0 4% 0
}

.solution-scene .swiper-container .img-box .text-box .text {
    font-size: 14px;
    color: #f5f5f5;
    line-height: 24px;
    padding-right: 8%;
    margin-bottom: 10%;
    text-align: left;
}

.solution-scene .swiper-container .img-box .text-box .text p {
    margin-top: 10px
}

.solution-scene .swiper-container .img-box .text-box .text .txt {
    min-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

.solution-scene .swiper-container .img-box .text-box .icon-box {
    background: rgba(0, 0, 0, 0.5)
}

.solution-scene .swiper-container .img-box .text-box .icon-box img {
    width: 100%
}

.solution-scene .swiper-container .scene-button {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 24px;
    height: 44px;
    top: 46%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.solution-scene .swiper-container .scene-prev {
    left: 6%;
    background-image: url(../images/solution-scene-button.png)
}

.solution-scene .swiper-container .scene-next {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 6%;
    background-image: url(../images/solution-scene-button.png)
}

.solution-scene .swiper-container .swiper-pagination {
    bottom: 4%
}

.solution-scene .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    opacity: 1
}

.solution-scene .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    color: #fff;
    background: #ffab26
}

.sences .ry_pro_tit{
    padding-top: 0;
}
.solution-room{
    margin: 50px auto;
}
.solution-room .img-box {
    position: relative
}

.solution-room .img-box .mobile {
    display: none
}

.solution-room .img-box .img {
    padding-top: 50%;
    margin-bottom: 220px;
    background: no-repeat center center;
    background-size: cover
}

.solution-room .img-box .small {
    position: absolute;
    top: 90%;
    left: 48%;
    width: 44%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.solution-room .img-box .small img {
    width: 100%
}

.solution-room .img-box .pc {
    display: block
}

.solution-room .img-box .mobile {
    display: block
}

.solution-room .img-box .img {
    padding-top: 83.33333%;
    margin-bottom: 60px
}

.solution-room .img-box .small {
    position: absolute;
    top: 84%;
    left: 48%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.solution-room .img-box .small img {
    width: 100%
}
.solution-room .img-box .img {
    padding-top: 50%;
    margin-bottom: 220px;
    background: no-repeat center center;
    background-size: cover;
}
.solution-room .img-box .small {
    position: absolute;
    top: 90%;
    left: 48%;
    width: 44%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.solution-room .img-box .small img {
    width: 100%;
}

/* åˆä½œæœåŠ¡ */
.tg_footer{
    width: 100%;
    height: 175px;
    line-height: 175px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background: url("../images/tg_footer_beijing.jpg") top center no-repeat;
    background-size: cover;  
}
.tg_partner{
    background: #fff;
    padding: 50px 0;
}
.tg_partner_t{
    font-size: 32px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.tg_partner_txt{
    color: #666;
    margin-bottom: 20px;
}
.tg_list_in ul li{
    width: 20%;
    /* width: 234px;
    height: 165px; */
    margin-bottom: 12px;
    float: left;
}
.tg_list_in img{
    width: 230px;
    border: #eee 1px solid;
    box-sizing: border-box;
    height: 120px;
}
.tg_atersale,.tg_coop{
    background: #f8f9f9;
    padding: 50px 0;
    /* margin-bottom: 50px; */
}
.tg_atersale_in{
    background: #fff;
}
.tg_atersale .section-title{
    margin-bottom: 60px;
}
.tg_atersale_left img{
    height: 350px;
}
.tg_atersale_right {
    width: 600px;
    padding: 30px 30px 30px 0;
    text-align: left;
}
.tg_atersale_item{
    font-size: 14px;
    margin-bottom: 11px;
}
.tg_coop_in{
    background: #fff;
    border-top: #e6e6e6 1px solid;
    border-left: #e6e6e6 1px solid;
}
.tg_coop_in ul li{
    width: 33.33333%;
    padding: 50px 40px;
    float: left;
    border-right: #e6e6e6 1px solid;
    border-bottom: #e6e6e6 1px solid;
    box-sizing: border-box;
    background: #fff;
}
.tg_coop_tit{
    margin-top: 24px;
    font-size: 24px;
    padding-bottom: 38px;
    background: url("../images/traffic_line.gif") repeat-x 0 bottom;
}
.tg_coop_txt{
    /* padding: 0 40px; */
    padding-top: 40px;
    color: #666;
    min-height: auto;
    height: 72px;
}
.tg_design .section-title{
    padding-top: 50px;
}
.tg_coop_icon img{
    width: 70px;
    height: 70px;
}

.tg_coop_in ul li:hover img {
    animation: flipInY 1s;
}
.tg_design{
    padding-bottom: 70px;
}
.tg_design_in .tg_atersale_item{
    background: url("../images/icon_design.png") 0 3px no-repeat;
    background-size: 16px 16px;
    padding-left: 25px;
}
.tg_design_in .tg_atersale_left img{
    height: 280px;
}
.tg_design_in .tg_atersale_right {
    width: 750px;
}

/* é¦™è–°ç³»åˆ— */
.renyin_tj_pro{
    width: 1210px;
    margin: 0 auto;
}
.renyin_tj_pro1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.renyin_tj_pro1 .renyin_tj_pro_item{
    display: block;
    width: 595px;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}
.renyin_tj_pro1 .renyin_tj_pro_item:nth-child(3),.renyin_tj_pro1 .renyin_tj_pro_item:nth-child(4),.renyin_tj_pro1 .renyin_tj_pro_item:nth-child(5){
    width: 390px;
}
.renyin_tj_pro1 .renyin_tj_pro_item:nth-child(2),.renyin_tj_pro1 .renyin_tj_pro_item:nth-child(5){
    margin-right: 0;
}
.renyin_tj_pro1 .renyin_tj_pro_item img{
    max-width: 100%;
}
.renyin_tj_pro_txt{
    position:absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FCD000;
    font-size: 20px;
    font-weight: bold;
}</pre></body></html>