﻿@charset "gb2312";

.video-play {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
    display: none;
}

    .video-play.black-full {
        background: rgba(0,0,0,1);
    }

    .video-play .video {
        position: relative;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: 70%;
        height: auto;
        margin: 0 auto;
    }

    .video-play video {
        width: 100%;
        height: auto;
    }

    .video-play .close {
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
        color: white;
        width: 40px;
        height: 40px;
        background: url(../images/closed.png);
        background-size: 100%;
    }

.header {
    width: 100%;
    height: 93px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}


    .header .w1820 {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.logo img {
    width: 188px;
    height: 51px;
}



.web_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 93px;
}



    .web_nav > li {
        height: 100%;
        position: relative;
    }

        .web_nav > li > a {
            display: block;
            padding: 0 30px;
            font-size: 14px;
            color: #ffffff;
            font-weight: 500;
            height: 100%;
            line-height: 93px;
        }

.artive {
    position: relative;
}

    .artive::after {
        position: absolute;
        content: "";
        width: 80%;
        height: 4px;
        background: #ffffff;
        bottom: 0;
        display: block;
        left: 10%;
    }

.nav_menu {
    display: none;
    position: absolute;
    top: 93px;
    padding-bottom: 29px;
    padding-left: 30px;
    width: 100%;
    background: rgb(255 255 255 / 25%);
}

    .nav_menu ul li a {
        display: block;
        padding-top: 29px;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }


.logo-hide {
    display: none;
}

.header_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

    .header_right div {
        padding-right: 6px;
    }

.eng {
    padding-left: 6px;
    position: relative;
}

    .eng::after {
        position: absolute;
        content: "";
        width: 2px;
        height: 17px;
        background: #ffffff;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        left: 0;
    }


.header_right a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.header:hover {
    background-color: #ffffff;
}

    .header:hover .logo-show {
        display: none;
    }

    .header:hover .logo-hide {
        display: block;
    }

    .header:hover .web_nav > li > a {
        color: #000000;
    }

    .header:hover .header_right a {
        color: #000000;
    }

    .header:hover .eng::after {
        background: #000000;
    }

    .header:hover .lang-artive {
        color: #4aa0ab !important;
    }

    .header:hover .menu.m span {
        background-color: #ffffff;
    }

.web_nav > li:hover {
    position: relative;
}

    .web_nav > li:hover::after {
        position: absolute;
        content: "";
        width: 80%;
        height: 4px;
        background: #4aa0ab;
        bottom: 0;
        display: block;
        left: 10%;
    }

    .web_nav > li:hover .nav_menu {
        display: block;
    }

.nav_menu ul li a:hover {
    color: #007c88;
}

.menu.m {
    position: absolute;
    width: 28px;
    height: 26px;
    right: 30px;
    top: 35px;
    z-index: 11;
    cursor: pointer;
}

body.open .menu.m span:nth-child(1) {
    background-color: #ffffff;
	top: 3px;
}
body.open .menu.m span:nth-child(2) {
	top: 7px;
    background-color: #ffffff;
	clip-path: polygon(0 0,100% 0,50% 100%);
	height: 14px;
	border-radius:unset;
}

body.open .menu.m span:nth-child(3) {
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    top: 10px;
    background-color: #ffffff;
}

.menu.m span {
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    top: 0;
	clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    z-index: 11;
    border-radius: 2em;
}

    .menu.m span:nth-child(2) {
        top: 10px;
    }

    .menu.m span:nth-child(3) {
        top: 21px;
    }

.header_m {
    width: 100%;
    z-index: 999;
    height: 50px;
    padding: 0 30px;
    position: relative;
}

    .header_m .left {
        width: 12%;
    }

        .header_m .left a img {
            height: 40px;
            margin-top: 6px;
        }

        .header_m .left .img2 {
            display: none;
        }

    .header_m .navbar_nav li {
        float: left;
        position: relative;
        display: block;
    }

        .header_m .navbar_nav li:after {
            content: "";
            width: 0;
            height: 2px;
            background: #ff4500;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all .5s ease 0s;
        }

        .header_m .navbar_nav li:hover:after {
            width: 100%;
        }

        .header_m .navbar_nav li a {
            text-decoration: none;
            height: 100%;
            padding: 0 25px;
            display: block;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            color: #fff;
            font-size: 16px;
        }

        .header_m .navbar_nav li:hover a {
            color: #ff4500;
        }

        .header_m .navbar_nav li.dropdown {
            display: inherit;
            position: relative;
        }

            .header_m .navbar_nav li.dropdown .jt {
                width: 20px;
                height: 20px;
                background: url(../images/top.png) no-repeat;
                background-size: 100% 100%;
                display: block;
            }

            .header_m .navbar_nav li.dropdown .dropdown_menu {
                display: none;
                position: absolute;
                top: 50px;
                width: 100%;
                background: #fff;
                box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
                width: 120%;
                left: -10%;
            }

                .header_m .navbar_nav li.dropdown .dropdown_menu a {
                    font-size: 14px;
                    color: #666;
                    padding: 0 10px;
                    line-height: 40px;
                    text-align: center;
                    background: #fff;
                    margin-bottom: 2px;
                }

            .header_m .navbar_nav li.dropdown:hover .dropdown_menu {
                display: block;
                background: #f3f3f3;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -o-transition: .5s;
                transition: .5s;
            }

                .header_m .navbar_nav li.dropdown:hover .dropdown_menu a {
                    color: #666;
                }

                    .header_m .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
                        color: #fff;
                        background: orange;
                    }

    .header_m.on {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

        .header_m.on .left .img1 {
            display: none;
        }

        .header_m.on .left .img2 {
            display: block;
        }

        .header_m.on .navbar_nav li a {
            color: #333;
        }

        .header_m.on .navbar_nav li:hover a {
            color: #ff4500;
        }

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 92px;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    transform: translateX(100%);
}

    .m_nav.open {
        transform: translateX(0);
        position: absolute;
    }

    .m_nav .top {
        height: 60px;
        padding: 20px;
        box-sizing: border-box;
    }

        .m_nav .top .closed {
            width: 30px;
            height: 30px;
            vertical-align: middle;
            float: right;
            cursor: pointer;
        }

    .m_nav .logo {
        width: 100%;
        margin: 0 auto;
    }

        .m_nav .logo img {
            height: 50px;
            display: block;
            margin: 30px auto;
        }

    .m_nav .ul {
        margin-top: 10px;
    }

        .m_nav .ul li {
            padding: 0 20px;
            border-bottom: 1px solid rgba(70,156,167,0.2);
            transform: translateY(0);
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
            transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
            opacity: 0;
        }


    .m_nav.open .ul li {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .m_nav .ul li:nth-child(1) {
        -webkit-transition: all .2s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .2s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(2) {
        -webkit-transition: all .4s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .4s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(3) {
        -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .6s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(4) {
        -webkit-transition: all .8s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all .8s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(5) {
        -webkit-transition: all 1s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(6) {
        -webkit-transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.2s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(7) {
        -webkit-transition: all 1.4s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.4s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(8) {
        -webkit-transition: all 1.6s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.6s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li:nth-child(9) {
        -webkit-transition: all 1.8s cubic-bezier(.77,0,.175,1) 0ms;
        transition: all 1.8s cubic-bezier(.77,0,.175,1) 0ms;
    }

    .m_nav .ul li a {
        text-align: left;
        display: block;
        text-decoration: none;
        color: #469ca7;
        font-size: 28px;
        height: 110px;
        line-height: 110px;
        width: 100%;
        font-weight: 600;
    }

.menu-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .menu-info img {
        display: block;
        width: 35px;
        height: 35px;
    }

.m_nav .ul li .dropdown_menu {
    display: none;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #469ca7;
}

    .m_nav .ul li .dropdown_menu a:last-child {
        border: 0;
    }
/*顶部结束*/
/*底部开始*/
.footer-c {
    background: #007a89;
}

    .footer-c .w1245 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 70px 0;
    }

.footer-logo {
    width: 188px;
    height: 51px;
}

    .footer-logo img {
        width: 100%;
    }

.footer-wei {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-wei div {
        font-size: 24px;
        color: #ffffff;
        margin-right: 24px;
        font-weight: 600;
    }

    .footer-wei p {
        width: 75px;
        height: 75px;
     
    }
.footer-wei div span{
	line-height:24px;margin-right:10px;display:block;    font-weight: 800;
}
        .footer-wei p img {
            width: 100%;
        }

.footer-d {
    background-color: #2b2b38;
}

    .footer-d .w1345 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 0;
    }

.footer-d-left ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-d-left ul li {
        margin-left: 15px;
    }

        .footer-d-left ul li a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
            font-stretch: normal;
        }

.footer-d-right {
    font-size: 14px;
}

    .footer-d-right p {
        line-height: 25px;
        color: #ffffff;
    }

        .footer-d-right p a {
            color: #ffffff;
        }

.jis {
    margin-left: 10px;
}


/*公共方法*/

.w1820 {
    max-width: 2022px;
    width: 90%;
    margin: 0 auto;
}

.w1685 {
    max-width: 1685px;
    width: 90%;
    margin: 0 auto;
}

.w1580 {
    max-width: 1580px;
    width: 100%;
    margin: 0 auto;
}

.w1345 {
    max-width: 1345px;
    width: 100%;
    margin: 0 auto;
}

.w1415 {
    max-width: 1415px;
    width: 100%;
    margin: 0 auto;
}

.w1450 {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}

.w1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.w1245 {
    max-width: 1245px;
    width: 100%;
    margin: 0 auto;
}

.pubile-title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: 36px;
    color: #1a1a1a;
    padding-bottom: 14px;
    position: relative;
    font-weight: 600;
}

    .pubile-title::after {
        position: absolute;
        content: "";
        width: 114px;
        height: 8px;
        background: #007a89;
        bottom: 0;
        display: block;
        left: 0%;
    }

    .pubile-title span {
        padding-left: 10px;
        font-size: 24px;
        color: #666666;
        font-weight: 500;
    }

.pubile-banner {
    position: relative;
}

    .pubile-banner > img {
        width: 100%;
    }

.pubile-banner-div {
    position: absolute;
    left: 0% !important;
    top: 45%;
    text-align: center;
    width: 100%;
}

.banner-title {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 29px;
}

.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .banner-content img {
        width: 13px;
        height: 13px;
        display: block;
        margin-top: 40%;
    }

    .banner-content p {
        font-size: 16px;
        height: 16px;
        line-height: 23px;
        color: #ffffff;
        margin-right: 7px;
        font-weight: 600;
    }

.pubile-banner-cat {
    position: absolute;
    width: 84%;
    height: 119px;
    background-color: #ffffff;
    opacity: 0.85;
    left: 8%;
    bottom: 0;
}

    .pubile-banner-cat ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        padding-left: 90px;
        width: 100%;
    }

        .pubile-banner-cat ul li {
            width: 25%;
            position: relative;
            height: 100%;
        }

            .pubile-banner-cat ul li::after {
                position: absolute;
                width: 1px;
                height: 40%;
                content: "";
                background-color: #808080;
                right: 0;
                top: 30%;
            }

            .pubile-banner-cat ul li a {
                display: block;
                width: 100%;
                text-align: center;
                height: 100%;
                position: relative;
            }

.banner-artive a::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #007a89;
    opacity: 0.7;
    left: 0;
    bottom: 0;
}

.banner-cat-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

    .banner-cat-img p {
        padding-left: 10px;
        font-size: 20px;
        color: #808080;
        letter-spacing: 1px;
        font-weight: 600;
    }

.banner-artive .banner-cat-img p {
    color: #000000;
}

.banner-yin {
    display: none;
}

.banner-artive .banner-yin {
    display: block;
}

.banner-artive .banner-show {
    display: none;
}

.pubile-banner-cat ul li:hover .banner-cat-img p {
    color: #000000;
}

.pubile-banner-cat ul li:hover a::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #007a89;
    opacity: 0.7;
    left: 0;
    bottom: 0;
}

.pubile-banner-cat ul li:hover .banner-yin {
    display: block;
}

.pubile-banner-cat ul li:hover .banner-show {
    display: none;
}

.pubile-mao {
    width: 39px;
    height: 34px;
}

    .pubile-mao img {
        width: 100%;
    }

.pubile-pro-cat {
    position: absolute;
    width: 84%;
    height: 119px;
    background-color: #ffffff;
    opacity: 0.85;
    left: 8%;
    bottom: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

    .pubile-pro-cat ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        padding-left: 90px;
        padding-right: 90px;
        width: 100%;
    }

        .pubile-pro-cat ul li {
            width: 16.6%;
            position: relative;
            height: 100%;
        }

            .pubile-pro-cat ul li::after {
                position: absolute;
                width: 1px;
                height: 40%;
                content: "";
                background-color: #808080;
                right: 0;
                top: 30%;
            }

            .pubile-pro-cat ul li:last-child::after {
                display: none;
            }

            .pubile-pro-cat ul li a {
                display: block;
                width: 100%;
                text-align: center;
                height: 100%;
                position: relative;
            }

.pro-cat-img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

    .pro-cat-img img {
        width: 42px;
        height: 42px;
        margin-bottom: 4px;
        display: block;
        margin: 0 auto;
    }

    .pro-cat-img p {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #333333;
    }

.pro-yin {
    display: none !important;
}

.pro-artive a::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #007a89;
    opacity: 0.7;
    left: 0;
    bottom: 0;
}

.pro-artive .pro-yin {
    display: block !important;
    margin: 0 auto;
}

.pro-artive .pro-show {
    display: none;
}

.pro-artive .pro-cat-img p {
    color: #007a89;
}

.pubile-pro-cat ul li a:hover::after {
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #007a89;
    opacity: 0.7;
    left: 0;
    bottom: 0;
}

.pubile-pro-cat ul li:hover .pro-yin {
    display: block !important;
    margin: 0 auto;
}

.pubile-pro-cat ul li:hover .pro-show {
    display: none;
}

.pubile-pro-cat ul li:hover .pro-cat-img p {
    color: #007a89;
}

/*公共方法结束*/

/*首页开始*/
index_banner .swiper-slide {
    position: relative;
}

.bannerimg img {
    width: 100%;
}

.banner-show {
    display: block;
}

.banner-hide {
    display: none;
}

.index_banner .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #fafafa;
    opacity: .4;
    margin: 0 9px !important;
}

.index_banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: .7;
    width: 51px;
    border-radius: 10px;
}

.banner-wen {
    position: absolute;
    top: 43%;
    left: 14.5%;
    width: 30%;
}
.banner-wen1 {
   position: absolute;
    top: 50%;
    left: 50%;
    width: 36%;
    transform: translate(-50%, -50%);
}
    .banner-wen div {
        font-size: 52px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 2px;
        padding-bottom: 30px;
    }

    .banner-wen p {
        font-size: 24px;
        color: #ffffff;
        font-weight: 500;
        letter-spacing: 1px;
        padding-bottom: 55px;
        width: 100%;
    }

        .banner-wen p img {
            width: 100%;
        }

.index-top {
    display: block;
    width: 215px;
    height: 68px;
    background-color: #469ca7;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

    .index-top span {
        font-size: 16px;
        display: block;
        position: relative;
        padding-right: 41px;
    }

        .index-top span::after {
            content: "";
            top: 18%;
            background: url(../images/index_right.png) no-repeat center center;
            width: 21px;
            height: 17px;
            right: 0px;
            position: absolute;
            background-size: 100%;
            transition: all 0.5s;
        }

    .index-top:hover span:after {
        right: -5px;
    }
.footer-wei>div{
	display:flex;align-items:center;line-height:24rpx;
}
.index-bgimg {
    background: url(../images/index-bgimg.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 120px 0;
}

.index-about .w1345 {
    display: flex;
    justify-content: space-between;
}

.index-about-left {
    width: 42.5%;
    margin-top: 51px;
}

.index-about-content {
    margin-top: 108px;
    text-indent: 2em;
    line-height: 36px;
    font-size: 18px;
}

    .index-about-content div {
        font-weight: 600;
        color: #333333;
    }

    .index-about-content p {
        margin-top: 15px;
        color: #808080;
        text-align: justify;
    }

.index-about-href {
    margin-top: 130px;
    display: block;
    width: 293px;
    height: 80px;
    background-color: rgba(0,122,137,0.7);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}

    .index-about-href:hover {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

.index-about-right {
    width: 46%;
    background: url(../images/index_bgabout.png) no-repeat top right;
}

.index-about-viedo {
    position: relative;
    top: 92px;
    width: 80%;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}

    .index-about-viedo > img {
        width: 100%;
    }

.index-about-click {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 80px;
    height: 80px;
}

    .index-about-click img {
        width: 100%;
    }

.index-lin {
    margin-top: 200px;
}

.index-lin-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-lin-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .index-lin-more a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .index-lin-more a:hover .index-lin-img {
            right: -50%;
        }

.index-lin-img {
    width: 35px;
    height: 35px;
    margin-right: 7px;
    transition: all 1s;
    position: relative;
    right: 0;
}

    .index-lin-img img {
        width: 100%;
    }

.index-lin-more p {
    font-size: 24px;
    color: #4aa0ab;
    letter-spacing: 2px;
    line-height: 26px;
    height: 32px;
}

.index-lin-content {
    margin-top: 80px;
}

    .index-lin-content ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        overflow: hidden;
    }

        .index-lin-content ul li:nth-child(1) {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            overflow: hidden;
        }

        .index-lin-content ul li:last-child {
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            overflow: hidden;
        }

        .index-lin-content ul li {
            width: 25%;
            height: 100%;
            cursor: pointer;
        }

.index-lins-img {
    width: 100%;
    position: relative;
}

    .index-lins-img > img {
        width: 100%;
    }

.index-lin-hove {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
}

.index-hove-img {
    position: relative;
    top: 35%;
}

    .index-hove-img img {
        width: 30%;
        margin-bottom: 20px;
        transition: 1s transform;
    }

    .index-hove-img p {
        font-size: 30px;
        color: #f0fdff;
        font-weight: 500;
        transition: 1s transform;
    }

.index-lin-hove a {
    display: none;
    margin-top: 55px;
    width: 50%;
    height: 40px;
    text-align: center;
    margin: 55px auto;
    border: solid 2px #ffffff;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    font-stretch: normal;
}

.index-lin-hove:hover {
    background: rgba(16,149,165,0.63);
}

    .index-lin-hove:hover .index-hove-img img {
        transform: scale(1.2);
    }

    .index-lin-hove:hover .index-hove-img p {
        transform: scale(1.1);
    }

    .index-lin-hove:hover .index-hove-img a {
        display: block;
    }

.index-fa {
    margin-top: 261px;
}

    .index-fa .w1580 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background-color: #fbfbfb;
    }

.index-fa-left {
    width: 52.6%;
}

    .index-fa-left img {
        width: 100%;
    }

.left-hide {
    display: none;
}

.index-fa-right {
    width: 48.4%;
    padding: 5.5% 5.5% 0 5.5%;
}

.index-fa-content {
    margin-top: 70px;
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 2px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    text-align: justify;
}

.index-fa-right a {
    display: block;
    height: 60px;
    background-color: rgba(0,122,137,0.7);
    border-radius: 5px;
    text-align: center;
    line-height: 60px;
    width: 50%;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}

    .index-fa-right a span {
        padding-right: 30px;
        position: relative;
    }

        .index-fa-right a span::after {
            content: "";
            top: 20%;
            background: url(../images/index_right.png) no-repeat center center;
            width: 21px;
            height: 17px;
            right: 0px;
            position: absolute;
            background-size: 100%;
            transition: all 0.5s;
        }

    .index-fa-right a:hover {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

	.index-fa-right a:hover span::after {
		right: -5px;
	}
	.banner-wen2{
		width:45%
		
	}
/*首页结束*/
/*关于我们开始*/
.about-content {
    padding-top: 134px;
    background: url(../images/about_bgimg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 145px;
}

.about-content-shang {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about-shang-left {
    width: 50%;
}

.about-title {
    font-size: 36px;
    color: #000000;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 55px;
}

.about-info {
    margin-top: 23px;
}

.about-info-title {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-info-img {
    margin-top: 15px;
    width: 100%;
    display: none;
}

    .about-info-img > img {
        width: 100%;
    }

/*.about-info-con {
    height: 180px;
}*/

.about-info-content p {
    font-size: 15px;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #808080;
}

.about-info-list {
    margin-top: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .about-info-list p {
        margin-right: 20px;
        width: 47px;
        height: 47px;
    }

.about-info-lists {
    margin-top: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .about-info-lists p {
        margin-right: 20px;
        width: 47px;
        height: 47px;
    }

.about-shang-right {
    width: 45%;
    border-radius: 7px;
    overflow: hidden;
}

    .about-shang-right img {
        width: 100%;
    }

.about-content-xia {
    margin-top: 117px;
}

    .about-content-xia ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .about-content-xia ul li {
            display: flex;
            justify-content: center;
            align-items: center;
        }

.about-xia-img {
    margin-right: 28px;
}

.about-xia-title {
    letter-spacing: 1px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}

.about-xia-content p {
    font-size: 25px;
    color: #4aa0ab;
    letter-spacing: 2px;
    font-weight: 500;
    font-stretch: normal;
}
/*关于我们结束*/
/*文化理念开始*/
.cult-content {
    padding-top: 120px;
    padding-bottom: 160px;
}

    .cult-content .w1345 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

.cult-content-left {
    width: 48%;
}

.cult-left-info {
    margin-top: 30px;
}

    .cult-left-info ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        box-shadow: 0px 0px 10px rgba(1,92,104,0.09);
        margin-bottom: 20px;
        height: 114px;
        width: 92%;
        cursor: pointer;
        position: relative;
        transition: all 0.5s;
        left: 0;
    }

        .cult-left-info ul li:hover {
            left: 8%;
        }

.cult-info-img {
    width: 114px;
    height: 100%;
    background: #4aa0ab;
}

    .cult-info-img img {
        display: block;
        width: 60%;
        margin-top: 20%;
        margin-left: 20%;
    }

.cult-info-title {
    height: 100%;
    padding: 22px 40px;
}

.cult-info-p {
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 1px;
    color: #007a89;
    margin-bottom: 22px;
}

.cult-info-title p {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 1px;
    color: #808080;
}

.cult-left-info ul li:hover .cult-info-title p {
    color: #000000;
}

.cult-content-right {
    width: 47%;
    margin-top: 60px;
}

    .cult-content-right img {
        width: 100%;
    }
/*文化理念结束*/
/*产品中心开始*/
.pro-info {
    background: url(../images/product_bgimg.jpg) no-repeat center center;
    background-size: cover;
    padding: 55px 0px;
}

.pro-list-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-div-title {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 18px;
    letter-spacing: 3px;
    color: #1a1a1a;
    position: relative;
}

    .pro-div-title span {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 1px;
        color: #666666;
        margin-left: 10px;
    }

    .pro-div-title::after {
        position: absolute;
        width: 114px;
        height: 8px;
        content: "";
        background-color: #007a89;
        left: 0;
        bottom: 0;
    }

.pro-input-div {
    position: relative;
}

.pro-input {
    width: 425px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #4ca2ac;
    padding-left: 44px;
    font-size: 18px;
}

    .pro-input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .pro-input:-moz-placeholder {
        font-size: 16px;
    }

    .pro-input:-ms-input-placeholder {
        font-size: 16px;
    }

.search_bt {
    width: 21px;
    height: 21px;
    background: url(../images/search.png)no-repeat center center;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}

.pro-content-div {
    margin-top: 46px;
}

    .pro-content-div ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

        .pro-content-div ul li {
            width: 31.3%;
            min-width: 31.3%;
            max-width: 31.3%;
            margin-right: 3%;
            background-color: #ffffff;
            margin-bottom: 26px;
            box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
        }

            .pro-content-div ul li:nth-child(3n+3) {
                margin-right: 0%;
            }

            .pro-content-div ul li a {
                display: block;
            }

.pro-content-img {
    width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    height: 293px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pro-content-img img {
        display: block;
        width: 60%;
        transition: 1s transform;
    }

.pro-info-content {
    padding-top: 28px;
    padding-bottom: 34px;
    padding-left: 20px;
    padding-right: 30px;
}

.pro-info-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0px;
    color: #333333;
}

.pro-info-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-desc-info {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #999999;
}

.pro-desc-img {
    content: "";
    width: 39px;
    height: 26px;
    background: url(../images/product_right.png)no-repeat center center;
    background-size: cover;
}

.pro-content-div ul li:hover .pro-content-img img {
    transform: scale(1.2);
}

.pro-content-div ul li:hover .pro-info-title {
    color: #007a89;
}

.pro-content-div ul li:hover .pro-desc-info {
    color: #007a89;
}

.pro-content-div ul li:hover .pro-desc-img {
    background: url(../images/product_right1.png)no-repeat center center;
    background-size: cover;
}

.pro-ye {
    width: 100%;
    margin-top: 65px;
}

    .pro-ye ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .pro-ye ul li {
            width: 40px;
            height: 40px;
            background: #f7f7f7;
            margin-right: 12px;
        }

.desc {
    background: #f7f7f7 !important;
}


.pro-ye ul li a {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #666666;
    font-size: 14px;
}

.pro-ye ul li:hover {
    background-color: #4ca2ac;
}

    .pro-ye ul li:hover a {
        color: #fff;
    }

.desc:hover {
    background: #f7f7f7 !important;
}

    .desc:hover a {
        color: #666666 !important;
    }

.pro-ye-artive {
    background-color: #4ca2ac !important;
}

    .pro-ye-artive a {
        color: #fff !important;
    }

.kexu {
    background-color: #4ca2ac !important;
}

    .kexu a {
        color: #fff !important;
    }

.pro-phone {
    margin-top: 121px;
}

    .pro-phone .w1300 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.phone-title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #268e9b;
}

    .phone-title span {
        padding-left: 10px;
        font-size: 18px;
        color: #999999;
        font-weight: 600;
    }

.phone-info {
    height: 50px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 2px #f5f5f5;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.phone-tit {
    padding-left: 70px;
    padding-right: 50px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #999999;
}

.phone-name {
    height: 100%;
    padding: 0 33px;
    background-color: #007a89;
    border-radius: 25px;
    opacity: 0.85;
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*产品列表结束*/
/*产品详情开始*/
.prod-content {
    padding-top: 100px;
    padding-bottom: 125px;
    background: url(../images/product_shangbgimg.png)no-repeat center center;
    background-size: cover;
}

.prod-content-info {
    margin-top: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.prod-content-img {
    width: 47.5%;
    margin-right: 12%;
}

    .prod-content-img img {
        width: 100%;
    }

.prod-desc {
    width: 38%;
}

.prod-desc-title {
    font-size: 39px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #000000;
    margin-bottom: 42px;
}

.prod-desc-info {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
    color: #808080;
}

.prod-xiaz {
    margin-top: 32px;
    display: block;
    width: 296px;
    height: 46px;
    background-color: #4ca2ac;
    /*box-shadow: 0px 6px 26px 3px rgba(76, 162, 172, 0.15);*/
    border-radius: 23px;
    text-align: center;
    padding: 0 15px;
}

    .prod-xiaz:hover {
        background-color: #50b3be;
        box-shadow: 6px 6px 6px 4px rgba(76, 162, 172, 0.15);
    }

    .prod-xiaz p {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: relative;
        padding-right: 15px;
    }

        .prod-xiaz p::after {
            position: absolute;
            content: "";
            width: 15px;
            height: 15px;
            background: url(../images/xiaz.png)no-repeat center center;
            transform: translateX(-50%);
            right: 0;
        }

.prod-jies {
    background: url(../images/product_xiabgimg.jpg)no-repeat center center;
    background-size: cover;
}

    .prod-jies .w1300 {
        padding: 100px;
    }

.prod-jies-info {
    margin-bottom: 35px;
}

.prod-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #007a89;
    margin-bottom: 20px;
}

.prod-jies-info p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #808080;
}

.prod-jies-shuom {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1px;
    color: #007a89;
}
/*产品详情结束*/
/*研发实力开始*/
.inn-div {
    padding-top: 115px;
    padding-bottom: 145px;
    background: url(../images/innovate_bgimg.jpg)no-repeat center center;
    background-size: cover;
}

.inn-name .w1245 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inn-left {
    width: 42%;
}

.inn-left-title {
    padding-bottom: 15px;
    position: relative;
}

    .inn-left-title::after {
        position: absolute;
        width: 45px;
        height: 6px;
        content: "";
        background-color: #469ca7;
        left: 0;
        bottom: 0;
    }

    .inn-left-title div {
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        color: #333333;
        margin-bottom: 8px;
    }

    .inn-left-title p {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 2px;
        color: #666666;
    }

.inn-left-desc {
    font-size: 19px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 63px;
    text-align: justify;
}

.inn-right {
    background: url(../images/innovate_bgcatimg.jpg)no-repeat right bottom;
    background-size: 90%;
    padding-bottom: 44px;
    padding-right: 44px;
    width: 49.5%;
}

    .inn-right img {
        width: 100%;
        display: block;
        box-shadow: 0px 0px 17px rgba(0,0,0,0.2);
    }

.patent-info {
    margin-top: 112px;
}

.patent-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 70px;
}

    .patent-title::after {
        position: absolute;
        width: 3%;
        height: 6px;
        content: "";
        background-color: #469ca7;
        left: 48.5%;
        bottom: 0;
    }

.patent-bgimg img {
    width: 100%;
}

.honor {
    margin-bottom: 135px;
}

    .honor .w1580 {
        position: relative;
    }

    .honor .swiper-container {
        width: 88%;
    }

    .honor .swiper-slide img {
        width: 95%;
        display: block;
        margin: 0 auto;
    }

    .honor .swiper-slide p {
        width: 95%;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .honor .swiper-button-next::after, .honor .swiper-button-prev::after {
        content: "";
    }

    .honor .swiper-button-prev {
        content: "";
        width: 67px;
        height: 67px;
        background: url(../images/innovate_left1.png)no-repeat 0 0;
        left: 0%;
        right: auto;
        top: 40% !important;
        background-size: cover;
        outline: none;
        border-radius: 101%;
    }

        .honor .swiper-button-prev.swiper-button-disabled {
            background: url(../images/innovate_left.png)no-repeat 0 0;
            background-size: cover;
            outline: none;
            opacity: 1;
            box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
        }

    .honor .swiper-button-next {
        content: "";
        width: 67px;
        height: 67px;
        background: url(../images/innovate_right1.png)no-repeat 0 0;
        left: auto;
        right: 0%;
        top: 40% !important;
        background-size: cover;
        outline: none;
        border-radius: 101%;
    }

        .honor .swiper-button-prev:hover, .honor .swiper-button-next:hover {
            box-shadow: 0px 0px 8px rgba(0,0,0,0.35);
        }

        .honor .swiper-button-next.swiper-button-disabled {
            background: url(../images/innovate_right.png)no-repeat 0 0;
            background-size: cover;
            outline: none;
            opacity: 1;
            box-shadow: 0px 0px 0px rgba(0,0,0,0.35);
        }

/*研发实力结束*/
/*研发机构开始*/
.res-info {
    padding-top: 32px;
    padding-bottom: 94px;
    background: url(../images/research_bgimg.jpg)no-repeat center center;
    background-size: cover;
    position: relative;
}

.res-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

    .res-list:first-child {
        position: relative;
        top: 0;
    }

.res-daimg {
    width: 28.5%;
    position: relative;
    right: -6%;
}

.hide {
    display: none;
}

.res-list:nth-child(2) .res-daimg {
    left: -6%;
}

.res-list:nth-child(2) {
    justify-content: flex-start;
}

.disno {
    display: none;
}

.res-daimg img {
    width: 100%;
}

.res-xiaoimg {
    width: 17%;
    z-index: 999;
}

    .res-xiaoimg img {
        width: 100%;
    }

.res-content {
    width: 49%;
    border: solid 15px rgba(68,154,165,0.03);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.res-content-info {
    width: 70%;
}

.res-desc {
    margin-top: 43px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: #4d4d4d;
    opacity: 0.7;
}
/*研发机构结束*/
/*社会责任开始*/
.soc_qiye {
    background: url(../images/sociology_bgimg.jpg)no-repeat center center;
    background-size: cover;
    padding-top: 126px;
    padding-bottom: 151px;
}

.soc-qiye-content {
    padding: 85px 102px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(186, 186, 186, 0.1);
    border-top: 6px solid #469ca7;
}

.soc-qiye-title {
    font-size: 30px;
    font-weight: 500;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 2px;
    color: #469ca7;
    padding-bottom: 20px;
}

.soc-qiye-desc {
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #4d4d4d;
    line-height: 42px;
    font-weight: 500;
}

.soc-list {
    padding: 122px 0;
    background: #f8f9fa;
}

.soc-list-div ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .soc-list-div ul li {
        width: 48.5%;
        max-width: 48.5%;
        min-width: 48.5%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 215px;
        background-color: #ffffff;
        box-shadow: 5px 9px 24px 0px rgba(0, 122, 137, 0.1);
        margin-bottom: 30px;
        padding: 45px 37px 20px 37px;
        cursor: pointer;
    }

        .soc-list-div ul li:hover {
            border-bottom: 4px solid #469ca7;
        }

            .soc-list-div ul li:hover .soc-title {
                color: #469ca7;
            }

.soc-content-img {
    width: 13%;
    margin-right: 5%;
}

.soc-content {
    width: 82%;
}

.soc-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
}

.soc-desc {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: .5px;
    color: #888888;
}
/*社会责任结束*/
/*EHS开始*/
.ehs-bgimg {
    background: url(../images/ehs_bgimg.jpg)no-repeat center center;
    background-size: cover;
}

    .ehs-bgimg .soc_qiye {
        background: none;
        padding-bottom: 0;
    }

        .ehs-bgimg .soc_qiye .patent-title {
            padding-bottom: 0px;
        }

            .ehs-bgimg .soc_qiye .patent-title::after {
                display: none;
            }

.ehs-list-div {
    padding: 131px 0;
}

    .ehs-list-div .w1415 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ehs-list-div:nth-child(2n+2) {
        background: #fafafa;
    }

.ehs-list-content {
    width: 50%;
}

.ehs-list-title {
    padding-top: 18px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333333;
    position: relative;
}

    .ehs-list-title::after {
        position: absolute;
        width: 81px;
        height: 5px;
        content: "";
        background-color: #4ca2ac;
        left: 0;
        top: 0;
    }

.ehs-list-desc {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.5px;
    color: #808080;
    text-align: justify;
}

    .ehs-list-desc p {
        position: relative;
        padding-left: 35px;
        padding-bottom: 5px;
    }

        .ehs-list-desc p::after {
            width: 21px;
            height: 21px;
            position: absolute;
            content: "";
            top: 8px;
            left: 0;
            background: url(../images/ehs_right.png)no-repeat center center;
            background-size: 100%;
        }

.ehs-list-div:nth-child(2n+2) .ehs-list-img {
    background: url(../images/ehs_catbgimg.jpg)no-repeat left bottom;
    padding-right: 0px;
    padding-left: 35px;
}

.ehs-list-img {
    width: 40%;
    background: url(../images/ehs_catbgimg.jpg)no-repeat right bottom;
    padding-bottom: 35px;
    padding-right: 35px;
}

.leftinfo-hide {
    display: none;
}

.ehs-list-img img {
    width: 100%;
}
/*EHS结束*/
/*新闻中心开始*/
.news-list {
    margin-top: 142px;
}

.news-list-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 92px;
    cursor: pointer;
}

.time-da {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #439aa6;
}

.news-list-time p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #439aa6;
}

.news-list-left {
    width: 49%;
}

.news-list-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-info-img {
    display: none;
}

.news-list-desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .5px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
}

.mobile-div p {
    display: none;
}



.news-show {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.5s;
    display: block;
    z-index: 1;
    opacity: 1;
}

    .news-show a {
        margin-top: 15px;
        display: block;
        width: 144px;
        height: 40px;
        border: solid 1px #e5e5e5;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #4d4d4d;
        font-size: 14px;
        letter-spacing: 1px;
    }

.news-hide {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transition: all 0.5s;
    display: none;
    z-index: -1;
    opacity: 0;
}

    .news-hide a {
        margin-top: 15px;
        width: 144px;
        height: 40px;
        border: solid 1px #e5e5e5;
        display: flex;
        justify-content: center;
        color: #ffffff;
        align-items: center;
        font-size: 14px;
        letter-spacing: 1px;
        background-image: linear-gradient(90deg, #007a89 0%, #10acbf 100%), linear-gradient( #ffffff, #ffffff);
    }

        .news-hide a span::after {
            background: url(../images/new_right1.png)no-repeat center center !important;
            background-size: 100%;
        }

.news-list-left a span {
    padding-right: 28px;
    position: relative;
}

    .news-list-left a span::after {
        position: absolute;
        content: "";
        background: url(../images/new_right.png)no-repeat center center;
        background-size: 100%;
        width: 18px;
        height: 10px;
        top: 30%;
        right: 0;
    }

.news-list-left:hover .news-show {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    transition: all 0.5s;
    z-index: 0;
    opacity: 0;
    display: none;
}

.news-list-left:hover .news-hide {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    transition: all 0.5s;
    z-index: 1;
    opacity: 1;
    display: block;
}

.news-list-left:hover .news-list-title {
    font-weight: 600;
}

.news-list-info:hover .news-list-img img {
    transform: scale(1.1);
}




.news-list-img {
    overflow: hidden;
    width: 26.5%;
}

    .news-list-img img {
        width: 100%;
        transition: 1s transform;
    }

.news-page {
    margin-bottom: 92px;
}

    .news-page ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .news-page ul li {
            background-color: #ffffff;
            border-radius: 3px;
            border: solid 1px #cccccc;
            margin-left: 12px;
        }

            .news-page ul li a {
                display: block;
                padding: 10px;
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 1px;
                color: #808080;
            }

.int a {
    padding: 10px 16px !important;
}

.news-artive {
    background-color: #4aa0ab !important;
}

.news-shang a {
    color: #333333 !important;
}

.news-artive a {
    color: #ffffff !important;
}

.news-page ul li:hover {
    background-color: #4aa0ab !important;
}

    .news-page ul li:hover a {
        color: #ffffff !important;
    }

    .news-page ul li:hover.noclick {
        background-color: #ffffff !important;
    }

        .news-page ul li:hover.noclick a {
            color: #808080 !important;
        }

    .news-page ul li:hover.noclicks {
        background-color: #ffffff !important;
    }

        .news-page ul li:hover.noclicks a {
            color: #333333 !important;
        }

/*新闻中心结束*/
/*新闻详情开始*/
.news-content {
    background: url(../images/news-content-bgimg.jpg)no-repeat center center;
    background-size: 100%;
    background-attachment: fixed;
    padding-top: 99px;
    padding-bottom: 99px;
}

.news-content-title {
    text-align: center;
    padding-bottom: 18px;
    position: relative;
    padding-left: 75px;
    padding-right: 75px;
}

    .news-content-title::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
        content: "";
        left: 0;
        bottom: 0;
    }

.news-content-name {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 20px;
}

.news-kan {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-look {
    margin-left: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .news-look img {
        width: 21px;
        height: 15px;
        margin-right: 5px;
    }

    .news-look span {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 1px;
        color: #000000;
    }

.news-content-desc {
    margin-top: 58px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 1px;
    color: #808080;
    text-indent: 2em;
    position: relative;
    padding-bottom: 55px;
    padding-left: 75px;
    padding-right: 75px;
}

    .news-content-desc::after {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #e6e6e6;
        content: "";
        left: 0;
        bottom: 0;
    }

    .news-content-desc div {
        font-weight: 600;
        color: #4c4c4c;
    }

    .news-content-desc img {
        display: block;
        margin: 30px auto;
        max-width: 90%;
        min-width: 10%;
    }

.fanye {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fanye-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 15px;
    cursor: pointer;
}

    .fanye-title a {
        color: #007a89;
    }

    .fanye-title:hover a {
        color: #000000;
    }

.new-back {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .new-back:hover {
        color: #007a89;
    }

    .new-back img {
        display: block;
        width: 25px;
        height: 20px;
        margin-right: 12px;
    }

    .new-back span {
        display: block;
        height: 20px;
        line-height: 20px;
    }
/*新闻详情结束*/
/*人力资源开始*/
.hr-content {
    padding: 125px 0;
    background: url(../images/hr_bgimg.jpg)no-repeat center center;
    background-size: cover;
}

    .hr-content .w1450 {
        position: relative;
        height: 863px;
    }

.hr-title div {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333333;
    padding-bottom: 15px;
}

.hr-title p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #808080;
}

.hr-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hr-info {
    max-width: 30%;
    width: 30%;
    min-width: 30%;
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0px 4px 9px 0px #e7e7e7;
    height: 650px;
    display: block;
    transition: 1s transform;
}

.hr-info-div {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.hr-img {
    width: 100%;
}

    .hr-img > img {
        width: 100%;
    }

.hr-desc {
    height: 40%;
    padding-top: 53px;
    padding-left: 12%;
    padding-right: 14%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.hr-desc-img {
    width: 65px;
    height: 64px;
    margin-right: 15px;
}

    .hr-desc-img img {
        width: 100%;
    }

.hr-desc-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 18px;
}

.hr-desc-con {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #585858;
}

.hr-info:hover {
    transform: scale(1.1);
}

    .hr-info:hover .hr-desc-title {
        background: linear-gradient(to right, #007a89, #10acbf);
        -webkit-background-clip: text;
        color: transparent;
    }

    .hr-info:hover .hr-desc-con {
        background: linear-gradient(to right, #007a89, #10acbf);
        -webkit-background-clip: text;
        color: transparent;
    }
/*人力资源结束*/
/*联系我们开始*/
.contact-info {
    background: url(../images/Contact_bgimg.jpg)no-repeat center center;
    background-size: 100%;
    padding: 70px 0;
}

    .contact-info .w1245 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.contact-left {
    width: 42%;
    padding: 90px 50px 90px 75px;
    background: #ffffff;
    box-shadow: 5px 15px 13px 0px rgba(0, 50, 57, 0.05);
}

.contact-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 2px;
    color: #499fa9;
    margin-bottom: 17px;
}

.contact-left-div {
    margin-top: 65px;
}

.contact-div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 57px;
}

.contact-div-img {
    width: 47px;
    height: 47px;
    margin-right: 20px;
}

.contact-div-info div {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.contact-div-info p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #808080;
}

.contact-right {
    width: 38%;
}

.contact-title-desc {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #808080;
}

.contact-right-ul {
    margin-top: 47px;
}

    .contact-right-ul li {
        margin-bottom: 21px;
    }

        .contact-right-ul li input {
            width: 100%;
            height: 52px;
            background-image: linear-gradient( #fcfcfc, #fcfcfc), linear-gradient( #218dfa, #218dfa);
            background-blend-mode: normal, normal;
            border-radius: 3px;
            border: solid 1px #dddfe1;
            padding-left: 20px;
        }

        .contact-right-ul li textarea {
            width: 100%;
            height: 122px;
            background-image: linear-gradient( #fcfcfc, #fcfcfc), linear-gradient( #218dfa, #218dfa);
            background-blend-mode: normal, normal;
            border-radius: 3px;
            border: solid 1px #dddfe1;
            padding: 20px;
        }

.contact_bt {
    width: 35%;
    height: 54px;
    background-color: #499fa9;
    border-radius: 27px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

    .contact_bt:hover {
        box-shadow: 0px 0px 10px 0px rgba(0, 50, 57, 0.2);
    }

.contact-map {
    width: 100%;
    height: 600px;
}

.map-info {
    position: relative;
    background: url(../images/Contact_mapbgimg.png)no-repeat top center;
    background-size: 100%;
    padding-bottom: 40px;
    width: 240px;
    height: 230px;
    border-radius: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.map-info-desc {
    padding: 10px;
}

.map-info-img {
    width: 100%;
}

    .map-info-img img {
        width: 100%;
    }

.map-info-title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #595959;
}

.map-info-desc p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #808080;
}

.map-info::after {
    position: absolute;
    content: "";
    background: url(../images/map.gif)no-repeat center center;
    width: 67px;
    height: 67px;
    background-size: 100%;
    bottom: 0;
    left: 36.5%;
    z-index: -1;
}

@media (max-width: 1600px) {
    .w1580 {
        width: 90%;
    }

    .w1415 {
        width: 90%;
    }

    .w1450 {
        width: 90%;
    }
}

@media (max-width: 1514px) {
}

@media (max-width: 1480px) {
    .w1345 {
        width: 85%;
    }

    .web_nav > li > a {
        padding: 0 25px;
    }

    .index-about-content p {
        text-align: left;
    }

    .index-about-href {
        margin-top: 70px;
    }

    .index-fa {
        margin-top: 161px;
    }

    .cult-info-title {
        padding: 20px 20px;
    }

        .cult-info-title p {
            font-size: 15px;
        }

    .cult-content {
        padding-top: 90px;
        padding-bottom: 130px;
    }

    .hr-info {
        max-width: 32%;
        width: 32%;
        min-width: 32%;
    }
}

@media (max-width: 1440px) {
    .index-fa-right {
        padding: 3.5%;
    }

    .w1300 {
        width: 85%;
    }

    .about-content-shang {
        align-items: center;
    }

    .about-info-content p {
        line-height: 30px;
    }

    .w1245 {
        width: 85%;
    }

    .honor .swiper-button-next, .honor .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .soc_qiye {
        padding-top: 90px;
        padding-bottom: 110px;
    }

    .soc-list {
        padding: 90px 0;
    }

    .hr-info {
        height: 600px;
    }

    .w1245 {
        width: 85%;
    }

    .contact-left {
        width: 44%;
    }

    .contact-right {
        width: 44%;
    }
}

@media (max-width: 1370px) {
    .index-fa-right {
        padding: 2%;
    }

    .index-about-content {
        margin-top: 50px;
    }

    .cult-info-img img {
        width: 70%;
        margin-top: 15%;
        margin-left: 15%;
    }

    .res-content-info {
        width: 80%;
    }
}

@media (max-width: 1280px) {

    .header {
        position: relative;
        background-color: #469ca7 !important;
    }

        .header:hover {
            background-color: #469ca7;
        }

    .header_center {
        display: none;
    }

    .header_right {
        display: none;
    }

    #navToggle {
        display: block;
    }

    .index-about-right {
        background-size: 80%;
        width: 50%;
    }

    .logo-show {
        display: block !important;
    }

    .logo-hide {
        display: none !important;
    }

    .index-hove-img img {
        margin-bottom: 10px;
    }

    .index-hove-img p {
        font-size: 25px;
    }

    .index-fa-content {
        margin: 30px 0;
    }

    .pubile-title {
        font-size: 30px;
    }

    .index-about-href {
        margin-top: 40px;
        width: 250px;
        height: 60px;
    }

    .index-lin-img {
        width: 25px;
        height: 25px;
    }

    .index-lin-more p {
        font-size: 20px;
        line-height: 31px;
    }

    .w1245 {
        width: 85%;
    }

    .banner-wen {
        top: 29%;
        width: 40%;
    }

        .banner-wen div {
            font-size: 40px;
            padding-bottom: 15px;
        }

        .banner-wen p {
            font-size: 20px;
            padding-bottom: 40px;
        }

    .index-top {
        width: 175px;
        height: 55px;
    }

        .index-top span::after {
            width: 18px;
            height: 14px;
            top: 28%;
        }

        .index-top span {
            padding-right: 30px;
        }

    .pubile-banner-cat {
        display: none;
    }

    .about-content {
        padding-top: 70px;
    }

    .about-info-content p {
        line-height: 30px;
    }

    .cult-info-p {
        margin-bottom: 14px;
    }

    .cult-content-left {
        width: 53%;
    }

    .cult-info-img img {
        width: 100%;
        margin-top: 0%;
        margin-left: 0%;
    }

    .cult-info-img {
        padding: 3%;
    }

    .phone-title {
        font-size: 20px;
    }

        .phone-title span {
            font-size: 14px;
        }

    .phone-tit {
        font-size: 14px;
        padding-left: 40px;
        padding-right: 25px;
    }

    .phone-name {
        font-size: 17px;
    }

    .pubile-pro-cat {
        display: none;
    }

    .prod-xiaz {
        width: 80%;
    }

    .inn-div {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .inn-left {
        width: 45%;
    }

    .inn-left-title div {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .inn-left-title p {
        font-size: 20px;
    }

    .patent-info {
        margin-top: 80px;
    }

    .soc-desc {
        font-size: 15px;
        line-height: 23px;
    }

    .soc-qiye-title {
        font-size: 25px;
        line-height: 40px;
    }

    .soc-qiye-desc {
        font-size: 16px;
        line-height: 35px;
    }

    .soc-title {
        font-size: 25px;
    }

    .pubile-banner-div {
        left: 40%;
    }

    .ehs-list-img {
        background-size: 80%;
    }

    .ehs-list-div {
        padding: 100px 0;
    }

        .ehs-list-div:nth-child(2n+2) .ehs-list-img {
            background-size: 80%;
        }

    .news-content {
        background-size: cover;
    }

    .hr-desc {
        padding-top: 35px;
        padding-left: 10%;
        padding-right: 5%;
    }

    .hr-info {
        height: 550px;
    }

    .hr-content .w1450 {
        height: 750px;
    }
}

@media (max-width: 1023px) {
    .index-lin {
        margin-top: 100px;
    }

    .video-play .video {
        width: 90% !important;
    }

    .index-about-right {
        background: none;
    }

    .index-about-viedo {
        top: 0;
        width: 100%;
    }

    .index-about-content {
        margin-top: 30px;
    }

        .index-about-content p {
            line-height: 30px;
        }

    .index-about .w1345 {
        align-items: flex-end;
    }

    .index-bgimg {
        padding: 80px 0;
    }

    .index-hove-img p {
        font-size: 20px;
    }

    .index-fa {
        margin-top: 30px;
    }

        .index-fa .w1580 {
            flex-wrap: wrap;
        }

    .index-fa-left {
        width: 100%;
        display: none;
    }

    .index-fa-right a {
        margin: 0 auto;
    }

    .left-hide {
        display: block;
        margin-bottom: 50px;
    }

    .index-fa-right {
        width: 100%;
        padding: 4%;
    }

    .footer-d-left ul li {
        margin-left: 15px;
    }

        .footer-d-left ul li a {
            font-size: 12px;
        }

    .footer-d-right {
        font-size: 12px;
    }

    .about-xia-img {
        margin-right: 15px;
    }

    .about-xia-title {
        font-size: 15px;
    }

    .about-xia-content p {
        font-size: 20px;
        letter-spacing: 1px;
    }

    .cult-content .w1345 {
        align-items: center;
    }

    .cult-info-img {
        width: 114px !important;
    }

    .cult-info-title {
        width: 80%;
    }

    .pro-content-img {
        height: 200px;
    }

    .pro-desc-info {
        width: 80%;
    }

    .pro-desc-img {
        width: 28px;
        height: 15px;
    }

    .inn-left-desc {
        line-height: 35px;
        margin-top: 40px;
    }

    .patent-title {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .inn-left-title p {
        font-size: 16px;
    }

    .res-content {
        width: 55%;
    }

    .soc-content-img {
        width: 17%;
        margin-right: 3%;
    }

        .soc-content-img img {
            width: 100%;
        }

    .soc-content {
        width: 80%;
    }

    .contact-info {
        background-size: cover;
    }

    .contact-left {
        width: 47%;
        padding: 41px 15px 42px 21px;
    }
}

@media (max-width: 960px) {
    .index-about-left {
        margin-top: 0px;
    }

    .index-lin-content {
        margin-top: 40px;
    }

        .index-lin-content ul {
            height: auto;
        }

    .index-fa {
        margin-top: 70px;
    }

    .about-title {
        margin-bottom: 30px;
    }

    .about-info-content p {
        line-height: 25px;
        font-size: 13px;
    }

    .phone-tit {
        font-size: 13px;
        padding-left: 30px;
        padding-right: 25px;
    }

    .phone-name {
        padding: 0 15px;
    }

    .phone-info {
        height: 35px;
    }

    .prod-desc {
        width: 52%;
    }

    .prod-content-img {
        margin-right: 2%;
    }

    .prod-desc-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .prod-desc-info {
        font-size: 16px;
        line-height: 30px;
    }

    .prod-content {
        padding-bottom: 10px;
    }

    .prod-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .prod-jies-info p {
        font-size: 14px;
        line-height: 28px;
    }

    .prod-jies-shuom {
        font-size: 16px;
    }

    .inn-right {
        background: none;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    .inn-left-desc {
        font-size: 14px;
        line-height: 30px;
    }

    .patent-title {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .honor {
        margin-bottom: 80px;
    }

        .honor .swiper-slide p {
            font-size: 14px;
            line-height: 22px;
        }

    .res-content {
        width: 68%;
    }

    .res-daimg {
        width: 20.5%;
    }

    .res-xiaoimg {
        width: 13%;
    }

    .res-desc {
        font-size: 16px;
        line-height: 30px;
    }

    .pubile-banner-div {
        left: 38%;
    }

    .ehs-list-div .w1415 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ehs-list-content {
        width: 100%;
        margin-bottom: 20px;
    }

    .ehs-list-img {
        width: 80%;
        background-image: none;
        padding: 0;
    }

    .ehs-list-div:nth-child(2n+2) .ehs-list-img {
        width: 80%;
        background-image: none;
        padding: 0;
        display: none;
    }

    .leftinfo-hide {
        display: block !important;
    }

    .ehs-list-div {
        padding: 50px 0;
    }

    .news-list-img {
        width: 31.5%;
    }

    .news-list {
        margin-top: 90px;
    }

    .fanye-list {
        width: 70%;
    }

    .fanye-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hr-info {
        height: 450px;
    }


    .hr-content .w1450 {
        height: 620px;
    }

    .hr-title div {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .hr-title p {
        font-size: 18px;
    }

    .hr-desc {
        padding-top: 10px;
    }

    .hr-desc-img {
        width: 46px;
        height: 45px;
    }

    .hr-desc-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .hr-desc-con {
        font-size: 14px;
        letter-spacing: 0px;
        line-height: 20px;
    }

    .contact-title {
        font-size: 25px;
    }

    .contact-left-div {
        margin-top: 45px;
    }

    .contact-div-img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .contact-div-info div {
        font-size: 16px;
    }

    .contact-div-info p {
        font-size: 14px;
    }

    .contact-right-ul {
        margin-top: 40px;
    }

    .contact_bt {
        height: 40px;
        border-radius: 20px;
    }
}

@media (max-width: 786px) {
  .banner-wen1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}
  .banner-wen2{
	
    width: 75%!important;
   

}
  .banner-wen2 .index-top{
	width:40%
}

    .video-play .video {
        top: 30%;
    }

    .video-play .close {
        top: -17px;
        right: -17px;
        width: 30px;
        height: 30px;
    }

    .banner-hide {
        display: block;
 width: 100%;
    }

    .banner-show {
        display: none;
    }

    .banner-wen {
       position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    }

        .banner-wen div {
            font-size: 55px;
            padding-bottom: 10px;
            text-align: center;
        }

        .banner-wen p {
            font-size: 29px;
            padding-bottom: 40px;
            text-align: center;
            font-weight: 600;
        }

    .index-top {
        margin-top: 70px;
        width: 40%;
        height: 79px;
        margin: 0 auto;
        background-color: transparent;
        border-radius: 38px;
        border: solid 2px #ffffff;
    }

        .index-top span {
            font-size: 26px;
            padding-right: 0px;
            letter-spacing: 3px;
            font-weight: 500;
        }

            .index-top span::after {
                display: none;
            }

    .pubile-title {
        font-size: 25px;
    }

        .pubile-title span {
            font-size: 16px;
        }

        .pubile-title::after {
            width: 80px;
            height: 4px;
        }

    .index-about-content {
        line-height: 26px;
        font-size: 14px;
    }

    .index-about-href {
        width: 200px;
        height: 40px;
        font-size: 15px;
    }

    .index-lin-img {
        width: 20px;
        height: 20px;
    }

    .index-lin-more p {
        font-size: 15px;
        line-height: 33px;
    }

    .index-hove-img p {
        font-size: 15px;
    }

    .index-lin-hove a {
        width: 60%;
        font-size: 12px;
    }

    .about-content-shang {
        flex-wrap: wrap;
        position: relative;
    }

    .about-shang-left {
        width: 100%;
    }

    .about-info-con {
        height: 100px;
    }

    .about-shang-right {
        display: none;
    }

    .about-info-img {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .about-content-xia ul {
        flex-wrap: wrap;
    }

        .about-content-xia ul li {
            width: 50%;
            margin-bottom: 30px;
            justify-content: flex-start;
        }

            .about-content-xia ul li:nth-child(2n) {
                justify-content: center;
            }

    .about-content {
        padding-bottom: 70px;
    }

    .about-title {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .pubile-mao {
        width: 30px;
    }

    .banner-title {
        font-size: 30px;
        margin-bottom: 3px;
        text-align: center;
    }

    .banner-content p {
        font-size: 13px;
    }

    .banner-content img {
        width: 10px;
        height: 10px;
        margin-top: 60%;
    }

    .pubile-banner-div {
        left: 40%;
    }

    .footer-d-left {
        display: none;
    }

    .footer-d .w1345 {
        justify-content: center;
        text-align: center;
    }

    .footer-wei {
        width: 100%;
    }
.footer-wei {
    display: flex;
	flex-direction:column-reverse;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap
}
        .footer-wei div {
            font-size: 20px;margin-top:25px;margin-right:0;
        }
		.footer-wei>p img{
			width:104px;
		}
	.footer-wei>p {
			width:auto;height:auto;
		}
    .footer-c .w1245 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .pubile-title span {
        font-size: 12px;
    }

    .cult-content .w1345 {
        flex-wrap: wrap;
    }

    .cult-content-left {
        width: 100%;
    }

    .cult-content-right {
        width: 100%;
    }

    .cult-content {
        padding-top: 50px;
        padding-bottom: 90px;
    }

    .pro-content-div ul li {
        width: 48%;
        min-width: 48%;
        max-width: 48%;
        margin-right: 0% !important;
    }

        .pro-content-div ul li:nth-child(2n+2) {
            margin-left: 4% !important;
        }

    .pro-ye {
        margin-top: 40px;
    }

    .pro-phone .w1300 {
        flex-wrap: wrap;
        justify-content: center;
    }

        .pro-phone .w1300 div {
            width: 100%;
        }

    .phone-title {
        text-align: center;
        margin-bottom: 20px;
    }

    .phone-info {
        width: 60% !important;
        margin-bottom: 20px;
    }

    .pro-input {
        width: 350px;
    }

    .prod-content-info {
        margin-top: 50px;
        flex-wrap: wrap;
    }

    .prod-content-img {
        margin-right: 0%;
        width: 100%;
        margin-bottom: 20px;
    }

        .prod-content-img img {
            width: 70%;
            display: block;
            margin: 0 auto;
        }

    .prod-desc {
        width: 100%;
    }

    .prod-xiaz {
        width: 50%;
    }

    .prod-jies .w1300 {
        padding: 40px;
    }

    .inn-name .w1245 {
        flex-wrap: wrap;
    }

    .inn-left {
        width: 95%;
        margin-bottom: 20px;
    }

    .inn-right {
        width: 100%;
    }

    .patent-info {
        margin-top: 40px;
    }

    .inn-div {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .res-desc {
        margin-top: 20px;
    }

    .soc_qiye {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    .soc-qiye-content {
        padding: 50px 70px;
    }

    .soc-qiye-title {
        font-size: 20px;
        line-height: 35px;
    }

    .soc-qiye-desc {
        font-size: 14px;
        line-height: 30px;
    }

    .soc-list {
        padding: 50px 0;
    }

    .soc-list-div ul li {
        padding: 28px 10px 10px 10px;
    }

    .soc-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .soc-desc {
        font-size: 14px;
    }

    .ehs-list-title {
        font-size: 25px;
    }

        .ehs-list-title::after {
            width: 51px;
        }

    .ehs-list-desc {
        font-size: 14px;
        line-height: 30px;
    }

    .time-da {
        font-size: 35px;
        text-align: center;
    }

    .news-list-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .news-list-info {
        margin-bottom: 60px;
    }

    .news-content-name {
        font-size: 25px;
    }

    .news-look img {
        width: 18px;
        height: 12px;
    }

    .news-content-desc {
        font-size: 15px;
        line-height: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-content-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hr-info {
        height: 390px;
    }


    .hr-content .w1450 {
        height: 550px;
    }

    .contact-left {
        width: 52%;
    }

    .contact_bt {
        height: 35px;
    }
}

@media (max-width: 414px) {
    .contact-map {
        height: 400px;
    }

    .contact_bt {
        display: block;
        margin: 0 auto;
    }

    .res-info {
        padding-top: 50px;
    }

    .patent-info {
        margin-top: 50px;
    }

    .inn-div {
        padding-top: 50px;
    }

    .pro-info {
        padding: 50px 0px;
    }

    .about-info-list {
        justify-content: center;
    }
.about-info-lists {
   justify-content: center;
}
    .index-about-href {
        margin: 40px auto auto;
    }

    .banner-wen div {
        font-size: 33px;
        padding-bottom: 15px;
    }

    .banner-wen p {
        font-size: 14px;
        padding-bottom: 20px;
    }

    .index-top {
        width: 50%;
        height: 28px;
    }

        .index-top span {
            font-size: 12px;
            padding-right: 0px;
        }

    .logo-show img {
        width: 150px;
        height: auto;
    }

    .logo-hide img {
        width: 70%;
    }

    .header {
        height: 65px;
    }

    .menu.m {
        top: 20px;
    }

    .m_nav {
        top: 64px;
        box-shadow: 0 0px 0px 0 rgba(167,165,165,.38);
        height: 200%;
    }

    .index-about .w1345 {
        flex-wrap: wrap;
    }

    .index-about-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .index-about-right {
        width: 100%;
    }

    .index-lin-more {
        display: none;
    }

    .index-lin-content ul {
        flex-wrap: wrap;
    }

        .index-lin-content ul li {
            width: 50%;
        }

    .index-lin-content ul {
        border-radius: 20px;
    }

        .index-lin-content ul li:nth-child(1) {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .index-lin-content ul li:last-child {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

    .index-fa-content {
        font-size: 14px;
        line-height: 30px;
    }

    .index-fa-right a {
        font-size: 14px;
        letter-spacing: 1px;
        width: 60%;
    }

    .index_banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .index_banner .swiper-pagination-bullet-active {
        width: 20px;
    }

    .index-bgimg {
        padding: 80px 0;    background-size: 100% auto;
    }

    .index-lin {
        margin-top: 80px;
    }

    .index-fa {
        margin-top: 80px;
    }

    .index-fa-right a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }

        .index-fa-right a span::after {
            width: 17px;
            height: 12px;
        }

        .index-fa-right a span {
            padding-right: 21px;
        }

    .banner-title {
        font-size: 18px;
    }

    .banner-content p {
        font-size: 12px;
    }

    .pubile-banner-div {
        left: 28%;
    }

    .about-info-con {
        height: 210px;
    }

    .about-content {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .about-content-xia {
        margin-top: 60px;
    }

    .about-xia-img {
        width: 30px;
    }

        .about-xia-img img {
            width: 100%;
        }

    .about-xia-title {
        font-size: 12px;
    }

    .about-xia-content p {
        font-size: 15px;
    }

    .cult-info-p {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .cult-info-title p {
        font-size: 12px;
    }

    .pro-list-div {
        flex-wrap: wrap;
    }

    .pubile-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .pro-input-div {
        width: 100%;
    }

    .pro-input {
        width: 100%;
    }

    .pro-content-div ul li {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

        .pro-content-div ul li:nth-child(2n+2) {
            margin-left: 0% !important;
        }

    .phone-info {
        width: 100% !important;
    }

    .pro-phone {
        margin-top: 80px;
    }

    .prod-content {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .prod-desc-title {
        font-size: 20px;
    }

    .prod-desc-info {
        font-size: 14px;
        line-height: 25px;
    }

    .prod-xiaz {
        width: 90%;
    }

    .prod-jies .w1300 {
        padding: 30px 0 30px 0;
    }

    .prod-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .prod-jies-info p {
        font-size: 13px;
        line-height: 22px;
    }

    .prod-jies-info {
        margin-bottom: 20px;
    }

    .patent-title::after {
        width: 10%;
        left: 45%;
    }

    .patent-bgimg {
        overflow: hidden;
    }

        .patent-bgimg img {
            width: 150%;
            display: block;
            position: relative;
            right: 20%;
        }

    .honor .swiper-container {
        width: 100%;
        margin-bottom: 20px !important;
    }

    .honor .swiper-button-next, .honor .swiper-button-prev {
        width: 30px;
        height: 30px;
        display: none;
    }

    .honor .swiper-pagination {
        left: 0%;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .honor .swiper-pagination-bullet {
        margin-left: 3px;
        margin-right: 3px;
    }

    .honor .swiper-pagination-bullet-active {
        background-color: rgba(0,0,0,1);
    }


    .res-list {
        flex-wrap: wrap;
        justify-content: center !important;
        margin-bottom: 30px;
    }

    .res-daimg {
        width: 50%;
        right: -6% !important;
    }


    .res-xiaoimg {
        width: 30%;
    }

    .res-content {
        width: 100%;
        position: relative;
        top: -55px;
    }

    .res-content-info {
        width: 67%;
    }

    .res-list:nth-child(2) .res-daimg {
        left: -0%;
        display: none;
    }

    .res-list:nth-child(2) .res-xiaoimg {
        display: none;
    }

    .hide {
        display: block !important;
    }

    .res-desc {
        font-size: 12px;
        line-height: 20px;
        margin-top: 5px;
    }


    .soc-list-div ul li {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 28px 20px 20px 20px;
    }

    .soc-qiye-content {
        padding: 20px;
    }

    .soc-qiye-title {
        font-size: 18px;
        line-height: 27px;
    }

    .ehs-list-desc {
        font-size: 13px;
        line-height: 25px;
    }

    .news-list-info {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .news-list-img {
        display: none;
    }

    .news-info-img {
        display: block;
    }

        .news-info-img img {
            width: 100%;
        }

    .news-list-time {
        display: none;
    }

        .news-list-time p {
            margin-left: 15px;
            line-height: 37px;
        }

    .news-list-left {
        width: 100%;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

    .news-list {
        margin-top: 50px;
    }

    .mobile-div {
        display: flex;
        justify-content: space-between;
        padding: 20px 6% 0 6%;
        align-items: center;
        margin-bottom: 32px;
        position: relative;
    }

        .mobile-div::after {
            content:"";
            position: absolute;
            width: 88%;
            height: 1px;
            background-color:rgba(0,0,0,0.1);
            left: 6%;
            top: 0;
            -webkit-transition: all 500ms;
            -o-transition: all 500ms;
            transition: all 500ms;
            z-index: 11;
            border-radius: 2em;
        }

.mobile-div p {
    display: block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color:#333333;
}

.news-show a {
    margin-top: 0;
}

.news-hide a {
    margin-top: 0;
}

.news-list-title {
    margin-top: 30px;
    padding: 0 6%;
    font-size: 16px;
    margin-bottom: 15px;
}

.news-list-desc {
    padding: 0 6%;
    margin-bottom: 25px;
}

.int {
    display: none;
}

.news-artive {
    display: block;
}

.news-content {
    padding-top: 49px;
    padding-bottom: 49px;
}

.news-content-title {
    padding-left: 0px;
    padding-right: 0px;
}

.news-content-name {
    font-size: 20px;
}

.news-look span {
    font-size: 14px;
    line-height: 21px;
}

.news-content-desc {
    margin-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.fanye {
    flex-wrap: wrap;
}

.fanye-list {
    width: 100%;
}

.new-back {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.hr-list {
    flex-wrap: wrap;
    position: static;
}

.hr-info {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    height: auto;
    margin-top: 60px;
}

    .hr-info:hover {
        height: auto;
        transform: scale(1);
    }

.hr-content .w1450 {
    height: auto;
}

.hr-content {
    padding: 90px 0;
}

.hr-desc {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10%;
    padding-right: 5%;
}

.hr-title div {
    font-size: 25px;
    padding-bottom: 10px;
}

.hr-title p {
    font-size: 15px;
}

.contact-info .w1245 {
    flex-wrap: wrap;
}

.contact-left {
    width: 100%;
    margin-bottom: 50px;
}

.contact-right {
    width: 100%;
}

.map-info {
    width: 190px;
    height: 220px;
    background-size: 120%;
}

    .map-info::after {
        left: 33.5%;
    }

.map-info-title {
    font-size: 13px;
}

.m_nav .ul li a {
    height: 75px;
    line-height: 75px;
    font-size: 20px;
}

.menu-info img {
    width: 30px;
    height: 30px;
}

.cult-left-info ul li {
    width: 100%;
}

    .cult-left-info ul li:hover {
        left: 0%;
    }

.res-content-info .pubile-title {
    font-size: 20px;
}

.banner-content img {
    margin-top: 75%;
}

}

@media (max-width: 375px) {
}
