﻿* {
    margin:0;
    padding:0;
    list-style:none;
    text-decoration:none;
    box-sizing:border-box;
}
:root {
    --color: #0069b9;
}
header {
    position:relative;
    z-index:1010 ;
    background:#fff;
}
    header.active {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        box-shadow:0 10px 10px rgba(0,0,0,.1);
    }
    .header_pack {
        display: flex;
        justify-content: space-between;
    }
.navlist {
    display:flex;
    align-items:center;
}
.w_nav {
    display:flex;
}
.logo {
    height:100px;
    padding:10px 0;
}
.logo a {
    display:block;
    height:100%;
}
.logo img {
    max-height:100%;
    display:block;
}
.w_nav>li>a {
    font-size:18px;
    line-height:100px;
    color:#333;
    display:block;
    padding:0 30px;
    font-weight:bold;
    text-transform:uppercase;
}
.w_nav > li {
    position:relative;
}
.er_nav {
    position:absolute;
    width:200px;
    background:#fff;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    top:100%;
    left:-30px;
    border-radius:0 0 5px 5px;
    display:none;
    padding:10px 0;
}
    .er_nav a {
        display: block;
        font-size: 15px;
        color:#333;
        opacity:.8;
        line-height: 35px;
        text-align:center;
        font-weight:bold;
        padding:0 5px;
    }
        .er_nav a:hover,
        .w_nav > li > a:hover,
        .w_nav .active>a{
            color: var(--color);
        }
        .nav_phone {
            margin-left: 30px;
        }
.nav_phone width {
    max-height: 135px;
    display: block;
}
.language {
    width: 100px;
    text-align: center;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.language_cont {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

.language_list {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
    .language_list li a {
        color: #666;
        display:block
    }
    .language_list li a:hover {
        background: #645c59;
        color: #fff;
    }
.home_banner {
    width:100%;
    overflow:hidden;
    position:relative;
}
.home_banner img {
    width:100%;
    display:block;
}
    .home_banner .banner_arrow  {
        width:27px;
        height:44px;
        background:rgba(0,0,0,.5);
        position:absolute;
        top:50%;
        transform:translateY(-50%);
        z-index:101;
        cursor:pointer;
    }
.banner_arrow_left {
    left:0;
    padding-left:3px;
}
.banner_arrow_right {
    right:0;
}
.home_banner .banner_arrow i {
    font-size:30px;
    color:#fff;
    position:absolute;
    top:50%;
    left:60%;
    transform:translate(-50%,-50%);
}

.home_banner .banner_arrow_right i {
    left: 40%;
}
.banner img {
    width:100%;
    display:block;
}
.news_banner_classify {
    background: rgba(0,105,185,0.5);
    overflow:hidden;
    margin-top: -56px;
}
.news_banner_classify li {
    width:calc(100% / 6);
    float:left;
}
    .news_banner_classify li a {
        display: block;
        font-size: 16px;
        text-align: center;
        line-height: 56px;
        border-right: 1px solid rgba(221,221,221,1);
        color:#fff;
    }
        .news_banner_classify li a:hover  {
            background:var(--color);
        }
        .news {
            position: relative;
            z-index: 3;
        }

#c_grid-116273709439190 .p_gridbox::after {
    content: '';
    clear: left;
    display: block
}

#c_grid-116273709439190 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static
}

#c_grid-116273709439190 > div > .p_gridCell {
    float: left;
    position: static
}

#c_grid-116273709439190 > .p_gridbox.signal {
    min-height: inherit
}

    #c_grid-116273709439190 > .p_gridbox.signal > .p_gridCell {
        min-height: inherit !important
    }

#c_grid-116273709439190 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display-radio: 1
}

    #c_grid-116273709439190 .p_gridCell {
        display-radio: 1
    }
.s_tmpl_footer {
    background-color: rgba(239, 239, 239, 1);
}
#c_effect_099-1681886116362 {
    min-height: 60px;
    display-radio: 1;
    height: 60px;
    max-height: 60px;
    background-color: rgba(241,248,255,1);
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -0px;
    margin-bottom: 0px
}

    #c_effect_099-1681886116362 .e_image-1 {
        overflow: hidden
    }

        #c_effect_099-1681886116362 .e_image-1 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

.waves {
    position: relative;
    width: 100%;
    height: 60px;
    /*Fix for safari gap*/
    min-height: 60px
}

/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }
}

@media screen and (max-width: 768px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    #c_grid-116273709439190 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left
    }
}
#c_navigation_164-1673512458119 {
    min-height: 0px;
    display-radio: 1;
    background-color: rgba(0,105,185,1);
    margin-bottom: 0px;
    padding-bottom: 30px;
    margin-top: 0px;
    padding-top: 40px
}

    #c_navigation_164-1673512458119 .e_container-1 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 90%;
        display-radio: flex;
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px
    }

        #c_navigation_164-1673512458119 .e_container-1 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_navigation_164-1673512458119 .e_container-1 .p_item {
            display-radio: 1
        }

        #c_navigation_164-1673512458119 .e_container-1 .cbox-1-1 {
            flex: 0 0 30%
        }

    #c_navigation_164-1673512458119 .e_richText-21 {
        font_radio: 2;
        font-size: 14px;
        line-height: 2;
        font-family: Microsoft YaHei;
        color: rgba(255,255,255,0.8);
        display-radio: 1
    }

    #c_navigation_164-1673512458119 .e_text-22 {
        font_radio: 2;
        font-size: 18px;
        line-height: 1.8;
        padding-bottom: 27px;
        font-family: Microsoft YaHei;
        color: rgba(255,255,255,1);
        display-radio: 1
    }

    #c_navigation_164-1673512458119 .e_text-25 {
        font_radio: 2;
        font-size: 18px;
        line-height: 1.8;
        padding-bottom: 27px;
        font-family: Microsoft YaHei;
        color: rgba(255,255,255,1);
        display-radio: 1;
        width: auto;
        max-width: 135px;
        margin-right: 0px;
        margin-left: auto
    }

    #c_navigation_164-1673512458119 .e_image-26 {
        overflow: hidden;
        display-radio: 1;
        max-width: 135px;
        margin-right: 0px;
        margin-left: auto
    }

        #c_navigation_164-1673512458119 .e_image-26 img {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    #c_navigation_164-1673512458119 .e_container-1 .cbox-1-3 {
        flex: 0 0 auto;
        align-self: center
    }

    #c_navigation_164-1673512458119 .e_line-27 {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: rgba(255,255,255,0.2);
        display-radio: 1;
        margin-bottom: 10px;
        margin-top: 50px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px
    }

    #c_navigation_164-1673512458119 .e_container-1 .cbox-1-2 {
        flex: 0 0 15%
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: rgba(255,255,255,0.8);
        line-height: 2
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 .s_templatetitle span {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 1.8;
        color: #fff
    }

    #c_navigation_164-1673512458119 .e_container-37 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 90%;
        display-radio: flex;
        max-width: 1500px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
        justify-content: center
    }

        #c_navigation_164-1673512458119 .e_container-37 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

        #c_navigation_164-1673512458119 .e_container-37 .p_item {
            display-radio: 1
        }

    #c_navigation_164-1673512458119 .e_container-38 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        display-radio: flex
    }

        #c_navigation_164-1673512458119 .e_container-38 > .p_item {
            flex: 1;
            max-width: 100%;
            max-height: 100%
        }

    #c_navigation_164-1673512458119 .e_richText-39 {
        font_radio: 2;
        font-size: 14px;
        color: rgba(255,255,255,1);
        display-radio: 1;
        padding-right: 0px;
        line-height: 1.8;
        padding-left: 10px
    }

    #c_navigation_164-1673512458119 .e_richText-40 {
        font_radio: 2;
        font-size: 14px;
        color: rgba(255,255,255,1);
        display-radio: 1;
        padding-right: 10px;
        line-height: 1.8
    }

    #c_navigation_164-1673512458119 .e_provider-41 {
        text-align: center;
        font_radio: 2;
        display-radio: 1;
        color: rgba(255,255,255,1);
        line-height: 1.8;
        font-size: 14px
    }

    #c_navigation_164-1673512458119 .e_container-37 .cbox-37-0 {
        flex: 0 0 auto
    }

    #c_navigation_164-1673512458119 .e_container-37 .cbox-37-1 {
        flex: 0 0 auto
    }

    #c_navigation_164-1673512458119 .e_container-38 .cbox-38-0 {
        flex: 0 0 auto
    }

    #c_navigation_164-1673512458119 .e_container-38 .cbox-38-1 {
        flex: 0 0 auto
    }

    #c_navigation_164-1673512458119 .e_credible-42 .img1 {
        width: 65px;
        height: 23px
    }

    #c_navigation_164-1673512458119 .e_credible-42 .img2 {
        width: 79px;
        height: 28px
    }

    #c_navigation_164-1673512458119 .e_credible-42 .img3 {
        width: 92px;
        height: 33px
    }

    #c_navigation_164-1673512458119 .e_credible-42 .img4 {
        width: 106px;
        height: 38px
    }

    #c_navigation_164-1673512458119 .e_credible-42 .img5 {
        width: 131px;
        height: 47px
    }

    #c_navigation_164-1673512458119 .e_credible-42 {
        background_radio: 1;
        display-radio: 1;
        width: auto;
        max-width: 132px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 {
        font_radio: 1;
        display-radio: 1;
        padding-right: 0px
    }

    #c_navigation_164-1673512458119 .e_container-1 .cbox-1-0 {
        padding-right: 8%
    }

@media screen and (max-width: 768px) {
    #c_navigation_164-1673512458119 .e_container-1 {
        display-radio: 1;
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        width: auto
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 .p_menu1Item, #c_navigation_164-1673512458119 .e_bottomNav-33 .p_menu2Item {
        display: flex;
        justify-content: space-between
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 .p_level1Box ul {
        display: none
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0
    }

        #c_navigation_164-1673512458119 .e_bottomNav-33 .p_jtIcon.active {
            transform: rotateZ(90deg)
        }

    #c_navigation_164-1673512458119 .e_bottomNav-33 a {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 .p_level1Item {
        padding: 0
    }

    #c_navigation_164-1673512458119 .e_bottomNav-33 .p_menu2Item svg {
        opacity: .5
    }

    #c_navigation_164-1673512458119 {
        display-radio: 1
    }

        #c_navigation_164-1673512458119 .e_bottomNav-33 {
            font_radio: 1;
            display-radio: 1;
            display: none
        }

        #c_navigation_164-1673512458119.response-animated .e_image-26 {
            animation-name: none,none;
            animation-delay: 0.0s,0.6s;
            animation-duration: 0.6s,0.6s;
            animation-iteration-count: 1,1
        }

        #c_navigation_164-1673512458119 .e_richText-39 {
            font_radio: 2;
            font-size: 14px;
            color: rgba(255,255,255,1);
            text-align: center;
            display-radio: 1
        }

        #c_navigation_164-1673512458119 .e_richText-40 {
            font_radio: 2;
            font-size: 14px;
            color: rgba(255,255,255,1);
            text-align: center;
            display-radio: 1
        }

        #c_navigation_164-1673512458119 .e_container-37 {
            display-radio: 1;
            width: auto;
            flex-direction: column;
            padding-left: 0px;
            padding-right: 0px
        }

        #c_navigation_164-1673512458119 .e_container-38 {
            display-radio: 1;
            justify-content: center
        }

        #c_navigation_164-1673512458119 .e_richText-21 {
            font_radio: 1;
            display-radio: 1
        }

        #c_navigation_164-1673512458119 .e_text-22 {
            font_radio: 1;
            display-radio: 1;
            padding-bottom: 10px
        }

        #c_navigation_164-1673512458119 .e_text-25 {
            font_radio: 1;
            display-radio: 1;
            padding-bottom: 10px;
            margin-top: 10px;
            margin-left: 0px;
            margin-right: auto
        }

        #c_navigation_164-1673512458119 .e_image-26 {
            display-radio: 1;
            margin-left: 0px;
            margin-right: auto
        }
}

@media screen and (min-width: 769px) {
    #c_navigation_164-1673512458119 .e_bottomNav-33 .p_level1Box {
        display: flex;
        justify-content: space-between
    }

        #c_navigation_164-1673512458119 .e_bottomNav-33 .p_level1Box li.p_level1Item:first-child {
            display: none
        }

        #c_navigation_164-1673512458119 .e_bottomNav-33 .p_level1Box li.p_level1Item:last-child {
            display: none
        }
}
.s_templatesum {
    font-size:14px;
    color:#333;
}
.footer_contact a {
    color:rgba(255,255,255,.8);
}
.copyright a {
    color:#fff;
}
.news_cont {
    padding:20px 0 50px;
}
    .news_cont > p i,
    .news_detail_nav p i{
        display: inline-block;
        margin-right: 10px;
    }
    .news_cont > p a,
    .news_detail_nav p{
        font-size: 14px;
    }
        .news_cont > p a:last-child,
        .news_detail_nav p a:last-child{
            color: #333;
        }
.news_list{
    padding-top:50px;
}
    .news_list li {
        border-bottom: 1px solid rgba(221,221,221,1);
        padding-bottom: 30px;
        margin-bottom:30px;
    }
    .news_list li a {
        display:flex;
    }
.news_img {
    width:390px;
    height:235px;
    overflow:hidden;
}
.news_img img {
    width:100%;
    display:block;
    transition:all .5s;
}
.news_conts{
    width:calc(100% - 390px);
    padding-left:50px;
}
    .news_conts h3 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
        color: rgba(0,0,0,0.8);
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .news_conts span {
        font-size: 18px;
        color: rgba(51,51,51,0.6);
        line-height: 1;
        margin-bottom:20px;
        display:block;
    }
    .news_conts p {
        font-size: 14px;
        text-align: left;
        margin-bottom: 18px;
        color: rgba(0,0,0,0.4);
        line-height: 1.5;
    }
    .news_conts b {
        font-size: 14px;
        color: rgba(153,153,153,1);
        font-weight:500;
        display:block;
    }
.news_list li a:hover img {
    transform:scale(1.1);
}
.news_list li a:hover .news_conts h3 {
    color:var(--color);
}
.news_detail {
    position:relative;
    z-index:3;
}
.news_detail_pack {
    display:flex;
    padding-top:30px;
}
.news_detail_cont {
    width:calc(100% - 400px);
    padding-right:50px;
}
.news_detail_list_cont {
    width: 400px;
}
    .news_detail_list_cont h3 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 20px
    }
.news_detail_nav {
    padding-top:20px;
}
.news_detail_list li {
    margin-bottom:20px;
}
.news_detail_list li a {
    display: block;
}
.news_detail_list_img {
    height:150px;
    overflow:hidden;
}
.news_detail_list_img img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.news_detail_list_cont {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
    font-weight:bold;
}
.news_detail_list_cont h4 {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.products {
    padding:20px 0 50px;
}
.products_cont_pack {
    display:flex;
    padding:50px 0 0;
}
.products_classify {
    width:300px;
}
.products_list {
    width:calc(100% - 300px);
    padding-left:40px;
}
.products_classify li a {
    padding-left: 15px;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;
    background: #f5f5f5;
    line-height: 50px;
    display:block;
}
    .products_classify li a:hover,
    .products_classify li .active {
        background: var(--color) !important;
        color: #fff !important;
    }
        .products_classify li a:hover ~ i,
        .products_classify li .active~i{
            color: #fff !important;
        }
    .products_classify li div {
        position: relative;
    }
    .products_classify li div i {
        position: absolute;
        background: transparent;
        width: 42px;
        height: 50px;
        border-left: 1px solid rgb(0 0 0 / 5%);
        top:0;
        right:0;
        font-size:15px;
        text-align:center;
        line-height:50px;
    }
.er_classify,
.san_classify {
    display: none;
}

.er_classify .er_pro_nav a {
    background: #ededed;
    color: #666;
}
.san_classify .san_pro_nav a {
    color: #666;
}
.lists_cont {
    overflow:hidden;
    margin:0 -15px;
}
.lists_cont li {
    float:left;
    width:25%;
    padding:0 15px;
    margin-bottom:30px;
}
    .lists_cont li a {
        display: block;
        box-shadow: 0 2px 10px rgba(180, 180, 180, 0.3);
    }
.products_list_img {
    overflow:hidden;
}
.products_list_img img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: block;
    transition: all .5s;
}
.products_list_cont {
    font-size: 16px;
    text-align: center;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 15px 0;
}
.lists_cont li a:hover img {
    transform:scale(1.1);
}
.lists_cont li a:hover .products_list_cont {
    color:var(--color);
}
.serve_cont>h3 {
    color: #222222;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}
.serve_list_pack {
    display: flex;
    align-items: center;
    background: rgba(248,248,248,1);
}
.serve_list_img {
    width:50%;
}
.serve_list_img img {
    width:100%;
    display:block;
}
.serve_list_cont{
    width:50%;
    padding:0 50px;
}
.serve_list li:nth-child(2n) .serve_list_pack {
    flex-direction:row-reverse;
}
.serve_list_cont h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color:#333;
}
.serve_list_cont p {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}
.serve_cont {
    padding-bottom:50px;
}
.case_cont {
    padding:50px 0 0;
}
.case_list {
    overflow:hidden;
    margin:0 -15px;
}
.case_list li {
    width:33.3333%;
    padding:0 15px;
    margin-bottom:30px;
    float:left;
}
    .case_list li a {
        display:block;
    }
.case_list_img {
    overflow:hidden;
}
.case_list_img img {
    width: 100%;
    height: 305px;
    object-fit: cover;
    display: block;
    transition: all .5s;
}
.case_list_cont {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
}
.contact_list {
    display:flex;
    justify-content:space-between;
}
.contact_list_cont {
    border: 1px solid rgba(221,221,221,1);
    padding:30px;
    width:32%;
    text-align:center;
}
.contact_list_cont_text h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
.contact_list_cont_text p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
}
.map {
    margin-top:30px;
}
.map * {
    width:100%;
    display:block;
}
.message {
    margin-top: 50px;
    background: rgba(245,245,245,1);
    padding:0 50px 40px;
}
    .message h3 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 30px;
        padding-top: 30px;
    }
.message_input {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.message_input_cont {
    width:32%;
     
}
    .message_input_cont label,
    .message_textarea  label{
        font-size: 14px;
        line-height: 1.66666;
        color: #212529;
        font-weight: 400;
        display: block;
    }
.message_input_cont label span {
    color:red;
}
    .message_input_cont input,
    .message_textarea textarea {
        width: 100%;
        font-size: 14px;
        color: #495057;
        padding: 5px 10px;
        border: 1px solid #ced4da;
        outline: none;
        transition: all .5s;
    }
        .message_input_cont input:focus,
        .message_textarea textarea:focus{
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
            border-color: #80bdff;
        }
.message_textarea {
    width:100%;
    margin-top:40px;
}
    .message_textarea textarea {
        border-radius:5px;
        height:80px;
    }
.message_btn {
    margin:20px auto 0;
    width:148px;
    line-height:40px;
    background:var(--color);
    color:#fff;
    font-size:16px;
    text-align:center;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    transition:all .5s;
}
.message_btn:hover {
    opacity:.8;
}
.contact, .about {
    padding-bottom: 50px;
}
.about_cont h3 {
    font-weight: bold;
    color: rgba(51,51,51,1);
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}
.about {
    position:relative;
    z-index:3;
}
    .about .news_banner_classify .active a {
        background-color:var(--color);
        color:#fff;
    }
.honor_list {
    overflow:hidden;
    margin:0 -15px;
}
.honor_list li {
    width:25%;
    padding:0 15px;
    margin-bottom:30px;
    float:left;
}
.honor_list_pack {
    border: 1px solid rgba(245,245,245,1);
}
.honor_list li a {
    display: block;
    padding: 15px;
    overflow:hidden;
}
    .honor_list li a img {
        width: 100%;
        height:210px;
        object-fit:cover;
        display: block;
        transition:all .5s;
    }
.honor_list_pack p {
    background-color: rgba(245,245,245,1);
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all ease .5s;
    font-size: 16px;
    text-align: center;
    color: rgba(0,0,0,0.7);
}
.honor_list li .honor_list_pack:hover img {
    transform:scale(1.1);
}
.culture_list {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.culture_list li {
    width:23%;
    margin-bottom:30px;
}
.culture_list_img img {
    width:100%;
    display:block;
}
.culture_list_cont h3 {
    font-size: 24px;
    color: rgba(0,105,185,1);
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    font-weight:500;
}
.culture_list_cont p {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-left: 0px;
    text-align: center;
}
.show_list {
    overflow:hidden;
    margin:0 -15px;
}
.show_list li {
    float:left;
    width:25%;
    padding:0 15px;
}
    .show_list li a {
        display:block;
        overflow:hidden;
    }
    .show_list li img {
        width: 100%;
        display: block;
        transition: all .5s;
    }
    .show_list li a:hover img {
        transform:scale(1.1);
    }

.bx-siteMAbout004-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .bx-siteMAbout004-item .img {
        width: 665px;
    }
    .bx-siteMAbout004-item .text {
        width: calc(100% - 665px);
        padding-right: 40px;
    }
    .bx-siteMAbout004-item .text {
        padding-right: 40px;
    }

        .bx-siteMAbout004-item .text span {
            font-size: 20px;
            color: rgba(51,51,51,1);
            line-height: 1;
            font-weight: bold;
        }

        .bx-siteMAbout004-item .text h3 {
            color: rgba(0,105,185,1);
            font-weight: bold;
            text-align: left;
            font-size: 36px;
            line-height: 1.5;
        }

        .bx-siteMAbout004-item .text p {
            color: rgba(85,85,85,1);
            font-weight: normal;
            text-align: left;
            font-size: 16px;
            line-height: 1.8;
            padding-top: 30px;
            margin-bottom: 40px;
        }

        .bx-siteMAbout004-item .text ul {
            display: flex;
            justify-content: space-around;
            /*margin-top: 100px;*/
        }

            .bx-siteMAbout004-item .text ul li {
                flex: 1;
            }

                .bx-siteMAbout004-item .text ul li p {
                    color: #333;
                    font-size: 16px;
                    margin: 0;
                    padding:0;
                }

                    .bx-siteMAbout004-item .text ul li p span {
                        font-size: 60px;
                        color: #333;
                        font-weight:400;
                        line-height: 60px;
                        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
                    }

                .bx-siteMAbout004-item .text ul li h3 {
                    color: rgba(85,85,85,1);
                    font-weight: normal;
                    text-align: left;
                    font-size: 16px;
                }
.home_about_btn {
    display:block;
    width:160px;
    line-height:42px;
    background-color:#0069b9 !important;
    text-align:center;
    color:#fff;
    border-radius:3px;
    margin-top:50px;
    font-size:16px;
}
    .home_about_btn:hover {
        color:#fff;
        opacity:.8;
    }

    @media screen and (max-width: 1500px) {
        .bx-siteMAbout004-item .text span {
        font-size: 16px;
    }

    .bx-siteMAbout004-item .text p {
        font-size: 16px;
    }

    .bx-siteMAbout004-item .text ul li p span {
        font-size: 50px;
    }

    .bx-siteMAbout004-item .text ul li h3 {
        font-size: 16px;
    }

    .bx-siteMAbout004-item .text ul {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .bx-siteMAbout004-item .text span {
        font-size: 35px;
    }

    .bx-siteMAbout004-item .text h3 {
        font-size: 25px;
    }

    .bx-siteMAbout004-item .text p {
        font-size: 14px;
        margin-top: 30px;
    }

    .bx-siteMAbout004-item .text ul li p span {
        font-size: 40px;
    }

    .bx-siteMAbout004-item .text ul li h3 {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .bx-siteMAbout004-item {
        flex-direction: column;
    }

        .bx-siteMAbout004-item .text span {
            font-size: 30px;
        }

        .bx-siteMAbout004-item .text h3 {
            font-size: 20px;
        }

        .bx-siteMAbout004-item .text, .bx-siteMAbout004-item .img {
            width: 100%;
        }

        .bx-siteMAbout004-item .text {
            padding-right: 0;
        }

            .bx-siteMAbout004-item .text ul li {
                text-align: center;
            }

            .bx-siteMAbout004-item .text p {
                margin-top: 15px;
            }

            .bx-siteMAbout004-item .text ul {
                margin-top: 20px;
            }

        .bx-siteMAbout004-item .img {
            margin-top: 30px;
        }
}
.home_about {
    padding:80px 0;
}
.home_pro {
    padding:120px 0 60px;
    background:url(../images/probg.jpg) no-repeat center/100% 100%;
}
.home_pro_title {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
    .home_pro_title a {
        display: block;
        width: 150px;
        line-height: 42px;
        font-size: 16px;
        text-align: center;
        background: #fff;
        color: rgba(85,85,85,1);
        border-radius:3px;
    }
.home_pro_title a:hover {
    background:var(--color);
    color:#fff;
}
.home_pro_title div {
    width:calc(100% - 200px);
}
    .home_pro_title div h3 {
        margin-bottom: 5px;
        line-height: 1;
        font-size: 30px;
        font-weight: bold;
        color: rgba(255,255,255,1);
    }
    .home_pro_title div p {
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        color: rgba(255,255,255,1);
    }
.home_pro_list {
    overflow:hidden;
    margin:40px -15px 0;
}
.home_pro_list li {
    padding:0 15px;
    width:25%;
    float:left;
    margin-bottom:30px;
}
    .home_pro_list li a {
        display:block;
    }
.home_pro_list_img {
    overflow:hidden;
}
.home_pro_list_img img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    display: block;
    transition:all .5s;
}
.home_pro_list_cont {
    line-height: 1.5;
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding:15px 0 ;
    background:#fff;
}
.home_pro_list li a:hover img {
    transform:scale(1.1);
}
.home_case {
    padding:100px 0 0 ;
}
.home_case_title {
    text-align:center;
}
    .home_case_title h2 {
        font-size: 40px;
        color: rgba(0,105,185,1);
        line-height: 1;
        text-transform:uppercase;
        font-weight:bold;
    }
    .home_case_title h3 {
        margin-top: 10px;
        font-size: 30px;
        color: rgba(51,51,51,1);
        line-height: 1;
        font-weight: bold;
    }
.home_case_swiper {
    padding:70px 0 80px;
    overflow:hidden;
}
.home_case_img img {
    width:100%;
    display:block;
}
.home_case_swiper_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    color: rgba(255,255,255,1);
    text-align: center;
    background: rgba(0,0,0,0.5);
}
.home_serve {
    padding:30px 0 120px;
}
.home_serve_list {
    display:flex;
    margin-top:70px;
}
    .home_serve_list li {
        width: 25%;
        border-right: 1px solid rgba(238,238,238,1);
        padding:0 25px;
        text-align:center;
    }
.home_serve_list_img {
    width:80px;
    margin:0 auto;
}
.home_serve_list_img img {
    width:100%;
    display:block;
}
.home_serve_list_cont h3 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.home_serve_list_cont p {
    font-size: 14px;
    color: rgba(119,119,119,1);
    line-height: 1.5;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    height:63px;
    -webkit-box-orient:vertical;
}
.home_serve_list_pack a {
    display: block;
    text-align: center;
    width: auto;
    padding: 8px;
    margin:50px auto 0;
    max-width: 150px;
    background-color: rgba(255,255,255,1);
    color: rgba(85,85,85,1);
    font-size: 16px;
    border: 1px solid rgba(74,74,74,1);
    transition:all .5s;
}
.home_serve_list_pack a:hover {
    color:#fff;
    background:var(--color);
    border-color:var(--color);
}
.home_news {
    padding:120px 0 80px;
    background:url(../images/newsbg.jpg) no-repeat center/100% 100%;
}
.home_news_pack {
    padding-top:50px;
    display:flex;
}
.home_news_left_cont {
    width:780px;
}
.home_news_left_cont a {
    display:block;
    position:relative;
}
.home_news_left_img {
    overflow:hidden;
}
.home_news_left_img img {
    width: 100%;
    height:462px;
    object-fit:cover;
    display: block;
    transition: all .5s;
}
.home_news_left_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,0.4);
    font-size: 18px;
    color: rgba(255,255,255,1);
    padding:0 20px;
    line-height:60px;
    color:#fff;
}
.home_news_left_cont:hover img {
    transform:scale(1.1);
}
.home_news_right_cont {
    width:calc(100% - 780px);
    padding-left:30px;
}
.home_news_right_list li {
    border-bottom: 1px solid rgba(221,221,221,1);
    padding-bottom:20px;
    margin-bottom:20px;
}
.home_news_right_list li a {
    display:flex;
}
.home_news_right_img {
    width:180px;
    overflow:hidden;
}
.home_news_right_img img {
    width:100%;
    height:120px;
    object-fit:cover;
    display:block;
    transition:all .5s;
}
.home_news_right_text {
    width:calc(100% - 180px);
    padding-left:40px;
}
    .home_news_right_text h3 {
        font-size: 18px;
        color: rgba(0,0,0,1);
        font-weight:bold;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .home_news_right_text p {
        font-size: 14px;
        color: rgba(128,128,128,1);
        margin-top: 10px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
.home_news_right_list li a:hover img {
    transform:scale(1.1);
}
.home_news_right_list li a:hover h3 {
    color:var(--color);
}
.case_detail  {
    width:70%;
    margin:0 auto;
}
.case_detail h3 {
    text-align: center;
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 40px;
}
.case_detail_list {
    overflow:hidden;
   margin-top:10px;
}
.case_detail_list img {
    width:100%;
}
.casedetail {
    padding-bottom:50px;
}
.case_list li a:hover img {
    transform:scale(1.1);
}
.news_banner_classify li .active {
    background:var(--color);
    color:#fff;
}
.pro_detail {
    padding-top:50px;
}
.pro_detail_pack {
    display:flex;
}
.pro_detail_left_cont {
    width:730px;
}
.pro_detial_img {
    border: 1px solid #ddd;
}
.pro_detial_img img {
    width:100%;
    height:448px;
    display:block;
    object-fit:cover;
}
.pro_detail_right_cont {
    width:calc(100% - 730px);
    padding-left:40px;
}
.pro_swiper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}
    .pro_swiper img {
        width:100%;
    }
    .pro_swiper .swiper-slide:hover {
        border:1px solid red;
    }
    .pro_swiper .active {
        border: 1px solid red;
    }
    .pro_detail_right_cont h3 {
        font-size: 30px;
        font-weight: bold;
        color: rgba(51,51,51,1);
        line-height: 1.5;
        margin-bottom: 10px;
    }
.pro_detail_right_cont .pro_desc {
    font-size: 14px;
    color: rgba(136,136,136,1);
    line-height: 1.8;
    margin-bottom:20px;
    font-weight:bold;
}
.pro_detail_right_cont div p {
    font-size: 14px;
    color: rgba(136,136,136,1);
    line-height: 1.8;
    padding-right: 10px;
    font-weight:bold;
}
    .pro_detail_right_cont div p span {
        color: rgba(51,51,51,1);
    }
.pro_phone {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(68,68,68,1);
    line-height: 1.8;
    font-weight: bold;
}
.pro_phone img {
    width:24px;
    display:block;
    margin-right:10px;
}
    .pro_phone span {
        font-size: 20px;
        color: rgba(235,0,17,1);
        line-height: 1.8;
        font-weight: bold;
        display:block;
        margin-left:20px;
    }
.pro_detail_right_cont a {
    display:block;
    width:160px;
    line-height:44px;
    color:#fff;
    text-align:center;
    border-radius:3px;
    background:var(--color);
    font-size:16px;
    margin-top:30px;
}
.pro_detail_swiper {
    position: relative;
}
.proarrow {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.proarrow i {
    font-size:16px;
    cursor:pointer;
}
.proarr_left {
    left:10px;
}
.proarr_right {
    right:10px;
}
.pro_detail_contents{
    padding-top:40px;
}
.pro_detail_contents_title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(68,68,68,1);
    margin-right: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom:10px;
}
.details {
    padding:20px 0 40px;
}
.correlation{
    padding-top:80px;
}
    .correlation h3 {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px;
        padding-top: 30px;
    }
.nav_phone img {
    width: 100%;
    display: block;
}
.as {
    position:absolute;
    top:-100px;
}
@media (max-width:1700px) {
    .w_nav > li > a {
        font-size: 16px;
        padding: 0 25px;
    }

    .bx-siteMAbout004-item .img {
        width: 600px;
    }

    .bx-siteMAbout004-item .text{
        width:calc(100% - 600px);
    }
    .home_pro_list_img img {
        height:220px;
    }
    .home_news_left_cont,
    .pro_detail_left_cont {
        width: 650px;
    }
    .home_news_right_cont,
    .pro_detail_right_cont {
        width: calc(100% - 650px);
    }
    .honor_list li a img {
        height:160px;
    }
    .products_classify {
        width:250px;
    }
    .products_list {
        width: calc(100% - 250px);
        padding-left: 30px;
    }
    .products_list_img img {
        height:180px;
    }
    .case_list_img img {
        height:280px;
    }
    .news_detail_list_cont {
        width:350px;
    }
    .news_detail_cont {
        width: calc(100% - 350px);
        padding-left: 30px;
    }
    .nav_phone {
        width: 180px;
    } 
}
@media(max-width:1500px) {
    .w_nav > li > a {
        font-size:14px;
        line-height:80px;
        padding:0 20px;
    }
    .nav_phone {
        width:160px;
    }
    
    .logo {
        height:80px;
    }
    .bx-siteMAbout004-item .text h3 {
        font-size:26px;
        line-height:26px;
    }
    .bx-siteMAbout004-item .img {
        width:500px;
    }
    .bx-siteMAbout004-item .text {
        width: calc(100% - 500px);
        padding-right:30px;
    }
        .bx-siteMAbout004-item .text p {
            padding:20px 0 0;
            margin:0 0 30px;
        }
        .bx-siteMAbout004-item .text ul li p span  {
            line-height:50px;
        }
    .home_pro {
        padding:60px 0;
    }
    .home_pro_list_img img {
        height:160px;
    }
    .home_pro_list_cont {
        padding:10px 0;
    }
    .home_pro_title div h3 {
        font-size:26px ;
    }
    .home_case {
        padding:60px 0 0;
    }
    .home_case_title h2 {
        font-size:30px;
    }
    .home_case_title h3 {
        font-size:24px;
    }
    .home_case_swiper {
        padding:50px 0;
    }
    .home_case_swiper_title {
        padding:20px;
        font-size:20px;
    }
    .home_serve {
        padding:30px 0 80px;
    }
    .home_serve_list {
        margin-top:50px;
    }
    .home_serve_list_img {
        width:60px;
    }
    .home_serve_list_cont h3{
        font-size:20px;
        margin:20px 0;
    }
    .home_serve_list_pack a{
        margin-top:30px;
        max-width:130px;
        font-size:14px;
    }
    .home_news {
        padding:80px 0;
    }
    .home_news_left_cont, .pro_detail_left_cont {
        width:500px;
    }
    .home_news_left_img img {
        height:400px;
    }
    .home_news_right_cont, .pro_detail_right_cont {
        width: calc(100% - 500px);
    }
    .home_news_right_list li {
        margin-bottom:10px;
        padding-bottom:10px;
    }
    .home_news_right_text {
        padding-left:20px;
        width:calc(100% - 160px);
    }
        .home_news_right_text h3 {
            font-size:16px;
        }
    .home_news_right_img  {
        width:160px;
    }
    .er_nav {
        padding:0;
    }
    .about_cont h3,
    .serve_cont > h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .honor_list li,
    .lists_cont li {
        width: 33.333%;
    }
    .honor_list_pack p {
        padding:10px;
        font-size:14px;
    }
    .culture_list_cont h3 {
        font-size:20px;
        margin:10px 0;
        line-height:30px;
    }
    .lists_cont {
        margin:0 -10px;
    }
    .lists_cont li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .pro_detail_right_cont h3{
        font-size:24px;
        line-height:34px;
    }
    .message h3,
    .correlation h3 {
        font-size: 20px;
        line-height: 30px;
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .message_textarea {
        margin-top:20px;
    }
    .correlation {
        padding-top:50px;
    }
    .products_list_cont {
        font-size:14px;
        padding:10px 0;
    }
    .correlation .lists_cont li:nth-child(4)  {
        display:none;
    }
    .serve_cont > h3 {
        margin-bottom:20px;
    }
    .serve_list_cont h3 {
        font-size:20px;
        margin-bottom:15px;
    }
    .serve_list_cont {
        padding:0 25px;
    }
    .case_list_img img {
        height:230px;
    }
    .case_list_cont {
        margin-top:10px;
        font-size:14px;
    }
    .news_img {
        width:300px;
        height:200px;
    }
    .news_conts {
        width: calc(100% - 300px);
        padding-left: 30px;
    }
        .news_conts h3 {
            font-size:20px;
            line-height:30px;
        }
        .news_conts span {
            font-size:16px;
            margin-bottom:10px;
        }
    .contact_list_cont{
        padding:15px;
    }
    .news_cont {
        padding:20px 0 30px;
    }
    .contact_list_cont_img {
        width:80px;
        margin:0 auto;
    }
    .contact_list_cont_img img {
        width: 80%;
    }
    .contact_list_cont_text h3 {
        margin:10px 0;
        font-size:18px;
    }
    .er_nav a {
        font-size:14px;
        line-height:30px;
    }
    .er_nav {
        left:-45px;
    }
}
@media(max-width:1300px) {
    .language {
        right:0px;
    }
    .nav_phone {
        width:140px;
        margin-left:10px;
    }
}
@media(max-width:1200px) {
    .nav_phone {
        display:none;
    }
    .language {
        position:relative;
        top:0;
        transform:none;
    }
    .header_pack {
        align-items:center;
    }
}
@media(max-width:1000px) {
    .container {
       width:100%;
    }
    .iconfont {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

        .iconfont i {
            width: 100%;
            height: 100%;
            position: absolute;
        }

        .iconfont .cha {
            background: url(../images/cha.png) no-repeat center/100% 100%;
            display: none;
        }

        .iconfont .nav {
            background: url(../images/nav.png) no-repeat center/100% 100%;
        }

    .logo {
        height: 60px;
        padding: 10px 15px;
    }

    .navlist {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 10px;
        border-top: 1px solid #f1f1f1;
        display: none;
        z-index: 101;
    }

    .w_nav {
        display: block;
    }

    header {
        position: relative;
    }

    .w_nav > li > a, .language_on span {
        line-height: 30px;
        text-align: center;
    }
    .language_on {
        text-align: center;
    }

    .language_list {
        width: 100%;
        position: absolute;
    }
    .language {
        position: absolute;
        left:50%;
        top:50%;
        transform:translate(-50%,-50%);
    }
    .er_nav {
       display:none !important;
    }
    .home_about {
        padding:30px 0;
    }
    .bx-siteMAbout004-item {
        display:block;
    }
        .bx-siteMAbout004-item .text {
            width:100%;
            padding:0;
        }
        .bx-siteMAbout004-item .img {
            width:100%;
        }
        .bx-siteMAbout004-item .text span {
            font-size:14px;
        }
        .bx-siteMAbout004-item .text h3,
        .home_pro_title div h3 {
            font-size: 20px;
            line-height: 30px;
        }
        .bx-siteMAbout004-item .text p {
            margin:0 0 20px;
        }
        .bx-siteMAbout004-item .text ul li p span {
            font-size:30px;
            line-height:30px;
        }
        .bx-siteMAbout004-item .text ul li p,
        .home_pro_title div p {
            font-size: 14px;
        }
    .home_about_btn,
    .home_pro_title a,
    .pro_detail_right_cont a,
    .message_btn {
        width: 130px;
        line-height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }
    .bx-siteMAbout004-item .img {
        margin-top:20px;
    }
    .home_pro {
        padding:30px 0;
    }
    .home_pro_title div {
        width:calc(100% - 150px);
    }
    .home_pro {
        background-size:cover;
    }
    .home_pro_list {
        margin:20px -5px 0;
    }
    .home_pro_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .home_pro_list_cont {
        font-size:14px;
        line-height:24px;
        padding:5px 0;
    }
    .home_case {
        padding:30px 0;
    }
    .home_case_title h2 {
        font-size:20px;
    }
    .home_case_title h3{
        font-size:18px;
    }
    .home_case_swiper {
        padding:20px 0;
    }
    .home_case_swiper_title {
        font-size:16px;
        padding:10px;
    }
    .home_serve {
        padding:0 0 30px;
    }
    .home_serve_list li {
        width:50%;
        padding:0 10px;
        padding-bottom:10px;
    }
    .home_serve_list {
        flex-wrap:wrap;
    }
    .home_serve_list_cont h3{
        font-size:16px;
        line-height:26px;
        margin:10px 0;
    }
    .home_news{
        padding:30px 0;
    }
    .home_news_pack{
        padding-top:30px;
    }
    .home_news_left_cont, .pro_detail_left_cont {
        width:100%;
    }
    .home_news_pack {
        display:block;
    }
    .home_news_left_img img {
        height:auto;
    }
    .home_news_right_cont, .pro_detail_right_cont {
        width:100%;
        padding:20px 0 0;
    }
    #c_effect_099-1681886116362 {
        min-height:40px;
        max-height:40px;
    }
    .news_banner_classify {
        margin:0;
    }
        .news_banner_classify li {
            width:50%;
        }
    .about_cont h3, .serve_cont > h3 {
        font-size:20px;
        line-height:30px;
        margin-bottom:20px;
    }
    .about_cont video {
        width:100% !important; 
    }
    .honor_list {
        margin:0;
    }
    .honor_list li {
        width: 100%;
        padding: 0;
        margin-bottom:10px;
    }
        .honor_list li a {
            padding:10px;
        }
            .honor_list li a img {
                height:200px;
            }
    .culture_list li {
        width:100%;
        margin-bottom:20px;
    }
    .about_cont h3, .serve_cont > h3 {
        font-size:16px;
        line-height:26px;
        margin-bottom:10px;
    }
    .culture_list_cont p {
        margin-bottom:0;
    }
    .show_list {
        margin:0 -5px;
    }
    .show_list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom:10px;
    }
    .contact, .about {
        padding-bottom:30px;
    }
    .products_cont_pack {
        padding:30px 0 0;
        display:block;
    }
    .products_classify {
        width:100%;
    }
    .honor_list li, .lists_cont li {
        width:50%;
        padding:0 5px;
        margin-bottom:10px;
    }
    .products_list {
        width:100%;
        padding:20px 0 0;
    }
    .lists_cont {
        margin:0 -5px;
    }
    .pro_detail_pack {
        display:block;
    }
    .pro_detial_img img {
        height:auto;
    }
    .proarr_right {
        right:5px;
    }
    .proarr_left {
        left:5px;
    }
    .pro_detail_right_cont h3 {
        font-size:20px;
        line-height:30px;
    }
    .pro_phone {
        font-size:16px;
    }
    .pro_detail_contents {
        padding-top:20px;
    }
    .message {
        padding:0 30px;
    }
        .message h3, .correlation h3 {
            font-size:16px;
            line-height:26px;
        }
    .message_input_cont {
        width:100%;
        margin-bottom:10px;
    }
    .message_textarea {
        margin-top:0;
    }
    .message {
        padding:20px;
    }
    .correlation {
        padding-top:30px;
    }
        .correlation .lists_cont li:nth-child(4) {
            display:block;
        }
    .products_list_img img {
        height:160px;
    }
    .as {
        top: -60px;
    }
    .serve_list_pack {
        display:block;
    }
    .serve_list_img,
    .serve_list_cont {
        width: 100%;
    }
    .serve_list_cont {
        padding:20px 10px;
    }
    .case_cont {
        padding:30px 0;
    }
    .case_list li {
        padding:0 5px;
        width:50%;
        margin-bottom:10px;
    }
    .case_list  {
        margin:0 -5px;
    }
    .case_list_img img {
        height:150px;
    }
    .case_detail h3 {
        font-size:20px;
        margin-bottom:20px;
    }
    .case_detail {
        width:100%;
    }
    .news_list {
        padding:30px 0;
    }
        .news_list li a {
            display:block;
        }
    .news_img {
        width:100%;
        height:auto;
    }
    .news_conts {
        width:100%;
        padding:20px 0 0;
    }
        .news_conts h3 {
            font-size:16px;
            line-height:26px;
        }
        .news_conts span {
            font-size:14px;
        }
    .news_detail_pack {
        display:block;
    }
    .news_detail_cont {
        width:100%;
        padding:0;
    }
    .news_detail_list_cont h3 {
        font-size:16px;
    }
    .news_detail_list_cont {
        width:100%;
        font-size:14px;
    }
    .contact_list_cont {
        width:100%;
        margin-bottom:20px;
    }
    .contact_list {
        flex-wrap:wrap;
    }
}

/*侧栏*/
.pl_service4 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

    .pl_service4 .item_con {
        text-align: right;
        margin-bottom: 2px;
        height: 60px;
        clear: both;
    }

    .pl_service4 .service_item {
        padding-left: 60px;
        float: right;
        width: 60px;
        min-width: 60px;
        height: 60px;
        background: rgba(0, 0, 0, 0.4);
        color: #fff;
        transition: all 0.5s ease;
        position: relative;
        cursor: pointer;
    }

        .pl_service4 .service_item.showLang:hover {
            min-width: 230px;
        }

    .pl_service4 .service_icon {
        position: absolute;
        left: 0;
        top: 0;
        width: 60px;
        height: 60px;
    }

        .pl_service4 .service_icon span {
            text-align: center;
            font-size: 12px;
            line-height: 14px;
            display: block;
            margin-top: 2px;
            padding: 0 2px;
        }

        .pl_service4 .service_icon .icon {
            width: 30px;
            height: 30px;
            margin: 15px 16px 0 16px;
        }

    .pl_service4 .service_value {
        padding: 10px 0 10px 10px;
        width: 170px;
        text-align: left;
        line-height: 20px;
    }

        .pl_service4 .service_value.dh {
            line-height: 40px;
        }

        .pl_service4 .service_value.tp {
            position: absolute;
            right: calc(100% + 10px);
            top: 50%;
            transform: translateY(-50%);
            width: 120px;
            height: 120px;
            background: #fff;
            border-radius: 4px;
            padding: 10px;
            overflow: hidden;
            display: none;
        }

            .pl_service4 .service_value.tp img {
                width: 100%;
                height: 100%;
                display: block;
            }

    .pl_service4 .service_item.showImg:hover .service_value.tp {
        display: block;
    }