.container{
    width:124rem;
}
.headertop{
    padding:2.6rem 0;
}
.logo img{
    height:3.1rem;
}
.headertopbig{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.menu ul li a{
    color:#000;
    font-weight: 700;
    font-size:3.2rem;
    position:relative;
}
.menu ul{
    display: flex;
}
.menu ul li{
    padding:0 1.7rem;
}
.menu ul li a:before {
    background: #181818;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .2s ease-in;
    width: 0;
}
.menu ul li a:hover:before,.menu ul li.active a:before {
    width: 100%;
}
.logo{
    display: flex;
    align-items: center;
}
.banner{
    position:relative;
}
.banner .swiper-slide .container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner .swiper-slide p{
    font-size:6.4rem;
    color:#fff;
    font-weight: bold;
    background:#181818;
    display: inline;
    line-height: 1.3;
    text-transform: uppercase;
}
.homeabout{
    padding:10rem 0;
}
.banner img{
    width:100%;
}
.banner{
    overflow: hidden;
}
.homeaboutleft{
    width:30%;
}
.homeaboutleft h2{
    font-size: 6.4rem;
    font-weight: bold;
    color:#000000;
    line-height: 1;
    margin-bottom:2rem;
}
.homeaboutleft{
    font-size: 1.8rem;
    color:#000000;
    line-height: 2.8rem;
}
.homeaboutleft section{
    margin-bottom:8rem;
}
.homeaboutbig{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeaboutleft .link a:first-child{
    color:#fff;
    background:#000;
    width:18.5rem;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin:0;
}
.homeaboutleft .link{
    display: flex;
    align-items: center;
}
.homeaboutleft .link a {
    margin-left: 1.6rem;
    font-size: 2.2rem;
    font-weight: bold;
    color: #000;
    position: relative;
    height: 5.4rem;
    display: block;
    line-height: 5.4rem;
}
.homeaboutleft .link a:last-child:after{
    background: #181818;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: width .2s ease-in;
    width: 100%;
}
.homeclassify{
    padding:11rem 0;
    background:#e8e8e8;
}
.homeclassify ul{
    display: flex;
    justify-content: space-between;
}
.homeclassify ul li a>img{
    width:100%;
    transition: .5s;
    object-fit: cover;
    height: 100%;
}
.homeclassify ul li{
    position:relative;
    width:30.241935%;
    overflow: hidden;
}
.homeclassify ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20rem;
    min-height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
    z-index: 1;
}
.homeclassify ul li p{
    font-size: 1.9rem;
    color:#fff;
    font-weight: bold;
    margin-bottom:1rem;
}
.classifywenright img{
    width:4.1rem;
}
.classifywen{
    position: absolute;
    z-index: 2;
    width: calc(100% - 7rem);
    left: 3.5rem;
    bottom: 3.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.classifywenleft h3{
    font-size: 1.9rem;
    color:#fff;
}
.homeclassify ul li:hover a>img{
    transform: scale(1.2);
    transition: .5s;
}
.homeclassify ul li a{
    width: 100%;
    height: 100%;
    display: block;
}
footer{
    background:#181818;
    padding:4rem 0 3rem;
}
.footertop{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footertop img{
    width:13.8rem;
    filter: invert(1);
    margin-bottom:2rem;
}
.footermid ul{
    display: flex;
    justify-content: center;
}
.footermid ul li a{
    color:#fff;
    font-size: 1.9rem;
}
.footermid ul li{
    padding:0 3.3rem;
    position:relative;
}
.footermid ul li:after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform: translate(-50%, -50%);
    width:0.1rem;
    height: 1.4rem;
    background:#fff;
}
.footermid ul li:last-child:after{
    display: none;
}
.footermid{
    margin-bottom:2rem;
}
.footerbottom{
    color:#fff;
    text-align: center;
    font-size: 1.9rem;
}
.footermid ul li a:hover{
    text-decoration: underline;
}
.nybanner{
    position:relative;
}
.nybanner .container{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;

}
.nybanner .container p{
    font-size: 6.4rem;
    color: #fff;
    font-weight: bold;
    background: #181818;
    display: inline;
}
.contact{
    background:#f6f6f6;
    padding:8rem 0;
}
.nybanner img{
    width:100%;
    height: 50rem;
}
.nybanner{
    overflow: hidden;
}
.contacttop .title{
    font-size: 4rem;
    text-align: center;
    color:#000;
    font-weight: 600;
}

.contacttop ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.contacttop ul li{
    display: flex;
    align-items: center;
    margin-bottom:2rem;
}
.contacttop ul li .contactrighttu{
    width:6rem;
    height: 6rem;
    border-radius: 100%;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacttop ul li .contactrighttu img{
    width:3rem;
    height: 3rem;
    object-fit: cover;
}
.contactright{
    background:#fff;
    width:45%;
    padding:6rem 8rem;
}
.contacttop{
    display: flex;
}
.contactleft{
    width:55%;
}
.contactleft img{
    width:100%;
}
.contactright h2{
    font-size: 5.2rem;
    font-weight: bold;
    position:relative;
    padding-bottom:2rem;
    margin-bottom:5rem;
}
.contactright h2:after{
    position:absolute;
    left:0;
    bottom:0rem;
    width:3.3rem;
    height: 0.6rem;
    background:#333;
    display: block;
    content:"";
}
.contacttop ul li p{
    font-size: 1.8rem;
    color:#000;
    margin-left:3rem;
    font-weight: 500;
    width:calc(100% - 9rem);
}
.factory ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.factory ul:after{
    content:"";
    width:32%;
}
.factory ul li{
    width:32%;
    transition: .5s;
}
.factory ul li img{
    width:100%;
    transition: all 500ms ease-in 0ms;
}
.factory{
    padding:10rem 0;
}
.factory .texts{
    padding: 2rem 0px;
}
.factory h3 {
    position: relative;
    padding-left: 4rem;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 700;
}
.factory h3:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3rem;
    height: 0.1rem;
    background: #000;
}
.factory .texts h2{
    font-size: 3rem;
    margin-bottom: 0.5rem;
    min-height: 3rem;
    font-weight: 600;
}
.factory .texts p{
    font-size: 1.4rem;
    color:#000;
    max-height: 4rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-transform: lowercase;
    height: 4rem;
}
.factory .pic{
    overflow: hidden;
}
.factory ul li:hover {
    transform: translateY(-2rem);
    transition: .5s;
}
.factory ul li:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
header.head{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
    background:#fff;
}
.fazhan1{
    padding:6rem 0;
}
.fazhan1 .title{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom:1.6rem;
    line-height: 1.5;
    font-weight: 600;
}
.fazhan1big section{
    font-size: 1.8rem;
    text-align: center;
}
.fazhan2 {
    background: url(../images/fazhan2.jpg) no-repeat;
    height: 100vh;
    background-size: cover;
}
.fazhan2 .container,.fazhan2 .row ,.fazhan2 .fazhan2big{
    height: 100%;
}
.fazhan2big{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.fazhan2big .title{
    color:#fff;
    font-size: 5.2rem;
    font-weight: 600;
}
.fazhan2big p{
    color:#fff;
    font-size: 1.8rem;
}
.fazhan3tu{
    width:50%;
}
.fazhan3tu img{
    width:100%;
}
.fazhan3 ul li{
    display: flex;
    justify-content: space-between;
}
.fazhan3wen {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    text-align: center;
}
.fazhan3 ul li:nth-child(even) .fazhan3tu{
    order:2;
}
.fazhan3 .title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
    line-height: 1.5;
    font-weight: 600;
}
.fazhan3 section {
    font-size: 1.8rem;
    text-align: center;
}
.hexinbig{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 14px 1px rgba(234, 234, 234, .75);
    overflow: hidden;
}
.hexinright{
    width:68%;
    position:relative;
}
.hexinleft{
    width: 30%;
    font-size: 1.8rem;
    padding: 3rem 1rem 0 5rem;
    line-height:2;
}
.hexinleft h3{
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom:2rem;
}
.hexinleft  a img{
    width:0.6rem;
    margin-left: 1.5rem;
}
.hexinleft  a{
    width:20rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#d93a2a;
    color:#fff;
    border-radius: 10px;
    margin-top: 3.8rem;
}
.hexin{
    padding:7.2rem 0 10.2rem;
}
.hexinright li{
    width:25%;
    text-align: center;
}
.hexinright ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding:0;
}
.hexinright ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: bold;
}
.hexinright .nav-pills>li.active>a,
.hexinright .nav-pills>li.active>a:focus,
.hexinright .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}
.hexinright .nav>li>a:focus,
.hexinright .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.hexinright li a{
    color:#fff;
}
.deco {
    display: block;
    width: 6rem;
    height: 6rem;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
    margin-bottom:2rem;
}
.deco:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 4rem;
    width: 4rem;
}
.deco i{
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 2.2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 2.2rem;
}
.deco:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 100%;
    height: 6rem;
    width: 6rem;
}
.hexinright li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .3);
}
.hexinright li:hover .deco:before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hexinright li:hover .deco i,
.hexinright li:hover .deco em {
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.hexinright li:hover .deco:after {
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.tab-img {
    position: relative;
    height: 66.6rem;
    background:#000;
    /* 根据需求调整高度 */
}
.tab-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.tab-img-item {
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.tab-img-item.active {
    display: block;
}
.about1{
    padding: 8.2rem 0 7.1rem;
    display: flex;
    align-items: center;
}
.homeaboutright{
    width:55%;
}
.homeaboutright img{
    width:100%;
}
.about1 .homeaboutright{
    width:50%;
}
.about1 .homeaboutright img{
    width:100%;
}
.about1 .homeaboutleft{
    width:31.666667%;
    margin-left:5.208333%;
}
.about1 .homeaboutbig {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about1 .homeaboutleft section p{
    margin-bottom:1rem;
}
.culturebig {
    display: flex;
    align-items: center;
    background:rgba(246,246,246);
}

.cultureleft,
.cultureright {
    width: 50%;
}
.cultureright h2{
    font-size: 6.4rem;
    font-weight: bold;
    margin-bottom:2rem;
}
.cultureleft img {
    width: 100%;
    display: block;
}

.cultureright {
    position: relative;
    padding-left: 6rem;
}

.culture-content {
    position: relative;
    min-height: 220px;
}

.culture-item {
    display: none;
    position: relative;
}

.culture-item.active {
    display: block;
}

.culture-item h3 {
    font-size: 4.8rem;
    margin-bottom: 2rem;
}

.culture-item p {
    font-size: 1.8rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}
.culture-bg {
    font-size: 11.2vw;
    text-transform: uppercase;
    line-height: 1;
    color: rgb(246, 246, 246);
    text-shadow:
        rgb(153, 153, 153) 1px 0px 0px,
        rgb(153, 153, 153) 0px 1px 0px,
        rgb(153, 153, 153) -1px 0px 0px,
        rgb(153, 153, 153) 0px -1px 0px;
    z-index: 1;
    pointer-events: none;
}
.culture-tabs {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.culture-tabs li {
    cursor: pointer;
    font-size: 2.8rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0.6rem;
}

.culture-tabs li.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #000;
}
.about3 {
    width: 100%;
    height: 50rem;
    background: url(../images/about3.jpg?v=1) no-repeat center center;
    background-attachment: scroll;
    background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.about3 .container,.about3 .row,.about3 .about3big{
    height: 100%;
}
.about3big{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}
.about3big h5{
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
}
.about3:after {
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background-color: rgba(0,0,0,.27);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.about3big h3{
    font-size: 5.2rem;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 2rem 0 2rem;
}
.about3big p{
    max-width: 90rem;
    color:#fff;
    line-height: 1.5;
    font-size: 1.8rem;
    text-align: center;
}
.about3big a{
    color:#fff;
    border:1px solid #fff;
    font-size: 1.8rem;
    padding:1rem;
    margin-top:2rem;
    display: block;
    transition: .5s;
}
.about3big a:hover{
    background:#fff;
    color:#000;
    transition: .5s;
}
.about4{
    padding:10rem 0;
}
.about4 .title{
    font-size: 3.6rem;
    font-weight: bold;
    width:25%;
    float:left;
}
.about4 .content{
    width:75%;
    float:right;
}
.about4 ul li{
    padding:1rem 0;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}
.about4 ul li h2{
    font-size: 3rem;
    width:12rem;
    
}
.about4 ul li p:before{
    content:"-";
}
.m_header{
    display: none;
}
.yc{
    display: none;
}
@media(max-width:992px){
    header{
        display: none;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 92%;
        padding:0;
    }
    .row{
        margin:0;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
        background:#fff;
    }

    .logo_box img {
        height: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }


    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }
    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .logo_box a{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .banner{
        margin-top:6rem;
    }
    .banner img {
        width: 100%;
        height: 35rem;
        object-fit: cover;
    }
    .banner .swiper-slide p{
        font-size: 3.6rem;
    }
    .homeabout{
        padding:2rem 0;
    }
    .homeaboutbig{
        flex-wrap: wrap;
    }
    .homeaboutleft{
        width:100%;
    }
    .homeaboutright{
        width:100%;
    }
    .homeaboutleft section{
        margin-bottom:2rem;
    }
    .homeaboutleft .link{
        margin-bottom:2rem;
    }
    .homeclassify{
        padding:2rem 0;
    }
    .homeclassify ul{
        flex-wrap: wrap;
    }
    .homeclassify ul li{
        width:100%;
        margin-bottom:2rem;
    }
    footer{
        padding:2rem 0;
    }
    .footermid ul{
        flex-wrap: wrap;
    }
    .footermid ul li {
        padding: 0 3.3rem;
        position: relative;
        width: 50%;
        text-align: center;
    }
    .footermid ul li:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 0.1rem;
        height: 1.4rem;
        background: none;
    }
    .nybanner{
        margin-top:6rem;
    }
    .nybanner img {
        width: 100%;
        height: 30rem;
        object-fit: cover;
    }
    .about1{
        padding:2rem 1.5rem;
    }
    .about1 .homeaboutright{
        width:100%;
    }
    .about1 .homeaboutleft {
        width: 100%;
        margin-left: 0%;
    }
    .culturebig{
        flex-wrap: wrap;
    }
    .cultureleft, .cultureright {
        width: 100%;
        padding: 0;
    }
    .cultureright {
        position: relative;
        padding-left: 0;
    }
    .culturebig{
        padding:2rem 1.5rem;
    }
    .homeaboutleft h2 {
        font-size: 3.2rem;
        font-weight: bold;
        color: #000000;
        line-height: 1;
        margin-bottom: 2rem;
        margin-top:2rem;
    }
    .cultureright h2 {
        font-size: 3.2rem;
    }
    .culture-item h3{
        font-size: 2.4rem;
    }
    .culture-content {
        position: relative;
        min-height: auto;
    }
    .culture-item p{
        margin:2rem 0;
    }
    .about4{
        padding:2rem ;
    }
    .about4 .title{
        width:100%;
    }
    .about4 .content {
        width: 100%;
        float: right;
    }
    .about4 ul li h2{
        width:100%;
        margin-bottom:2rem;
    }
    .about4 ul li{
        flex-wrap: wrap;
    }
    .about3big h3{
        font-size: 2.6rem;
    }
    .hexinbig{
        flex-wrap: wrap;
    }
    .hexinleft {
        width: 100%;
        font-size: 1.8rem;
        padding: 2rem 1.5rem;
        line-height: 2;
    }
    .hexinright{
        width:100%;
    }
    .hexinright li {
        width: 100%;
        text-align: center;
    }
    .hexinright ul{
        flex-wrap: wrap;
    }
    .hexinright li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .fazhan1{
        padding:2rem 0;
    }
    .fazhan3 ul li{
        flex-wrap: wrap;
    }
    .fazhan3tu,.fazhan3wen{
        width:100%;
    }
    .fazhan3 ul li:nth-child(even) .fazhan3tu{
        order:1;
    }
    .fazhan3wen{
        order:1;
        padding:2rem 1.5rem;
    }
    .fazhan3tu{
        order:2;
    }
    .fazhan3 ul li:nth-child(even) .fazhan3tu{
        order:2;
    }
    .factory{
        padding:2rem 0;
    }
    .factory ul li{
        width:100%;
    }
    .contact{
        padding:2rem 0;
    }
    .contacttop{
        flex-wrap: wrap;
    }
    .contactleft{
        width:100%;
    }
    .contactright{
        width:100%;
    }
    .contactright{
        padding:2rem;
    }
    .contactright h2 {
        font-size: 2.6rem;
        font-weight: bold;
        position: relative;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
    }
    .fygnav li a img {
        height: 2rem;
        width: 2rem;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #000;
        height: 5.5rem;
        font-size:1.2rem;
        white-space: nowrap;
    }
}