.container{
    width:140rem;
}
.logo img{
    height: 8rem;
    mix-blend-mode: multiply;
}
.logo{
    position:relative;
}
.logo img:first-child{
    opacity: 0;
}
.logo img{
    position:relative;
}
.logo img:last-child{
    position:absolute;
    left:0;
    top:0;
}
.banner img{
    width: 100%;
    height: 100vh;
}
header {
    width: 100%;
    position: fixed;
    left: 0rem;
    top: 0rem;
    z-index: 999;
    height: 12.9rem;
    transition: .5s;
}
.topbig {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12.9rem;
}
.menubig {
    display: flex;
}
.menubig ul{
    display: flex;
}
.menu ul li {
    margin-right: 6rem;
    position:relative
}
.menu ul li a {
    font-size: 1.6rem;
    font-weight: 600;
    color:#fff;
    transition: .5s;
}
.neiye .menu ul li a {
    color:rgba(0, 0, 0, .8);
}

.menu ul li>a:hover,.menu ul li>a.active{
    color: #e6212a !important;
    transition: .5s;
}
.menu ul li .select {
    position: absolute;
    left: 50%;
    width: 28rem;
    background: #f7f7f7;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
    transform: translate(-50%,0);
}
.menu ul li:hover .select {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}
.flexCenter {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu ul li .select .main_ li {
    margin: 0 1rem;
    width: 100%;
}
.menu ul li .select .main_ li a {
    display: inline-block;
    font-size: 1.4rem;
    color: #333;
    line-height: 4rem;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    text-align: center;
    width: 100%;
}
.menu ul li .select .main_ li a:hover{
    color:#e6212a;
}
.menu ul li a.haschild:after{
    content:"";
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background:url(../images/jt1.png);
    background-size: 1.2rem;
    position:absolute;
    right:-2.4rem;
    top:50%;
    transform: translate(0,-50%);
}
.banner .swiper{
    height: 100%;
}
.banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
    object-fit: cover;
}
.banner .swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 5s linear;
    transform: scale(1, 1);
}
.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5%;
}

.banner .swiper-pagination-bullet,#about .swiper-pagination-bullet,#quality .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background: white;
    border-radius: 1rem;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active,#about .swiper-pagination-bullet.swiper-pagination-bullet-active,#quality .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.8rem;
    height: 1.2rem;
    background: #e6212a;
    opacity: 1;
}
.homeprotoptitle{
    font-size: 3.6rem;
    margin-bottom:10rem;
    font-weight: bold;
    text-align: center;
    width:100%;
}
.homeaboutleft .homeprotoptitle{
    text-align: left;
    margin-bottom:3rem;
}
.homepro{
    padding:8rem 0;
}
.proswiper .swiper-slide{
    background:#eff1f3;
    transition: .5s;
    border-radius: 2rem;
    overflow: hidden;
}
.proswiper .swiper-slide a{
    color:#333;
}
.homepro{
    overflow: hidden;
}
.homepromidtop h2{
    text-align: center;
    padding-top:2rem;
    font-size: 2rem;
}
.homepromidtop h3{
    font-size: 1.4rem;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 1rem;
}
.proswiper .swiper-slide-active,.proswiper .swiper-slide:hover{
    border:0.1rem solid #e6212a;
}
.proswiper .swiper-slide:hover{
    transition: .5s;
    transform: translateY(-10%);
}
.proswiper .swiper-slide img{
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
    object-fit: cover;
    mix-blend-mode: multiply;
}
.proswiper .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.homeprotop{
    position:relative;
}
.swiper-button-prev-homepro {
    background: url(../images/pleft.png) no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
    right: 6rem;
    left: auto;
    transition: .5s;
}
.swiper-button-next-homepro {
    background: url(../images/pright.png) no-repeat;
    width: 4rem;
    height: 4rem;
    background-size: 100%;
    transition: .5s;
}
.swiper-button-prev-homepro:hover{
    background: url(../images/pleft1.png) no-repeat;
    transition: .5s;
}
.swiper-button-next-homepro:hover{
    background: url(../images/pright1.png) no-repeat;
    transition: .5s;
}
.homepromid{
    position:relative;
    overflow: hidden;
    padding-top:5rem;
}
.homepromid .swiper-pagination{
    bottom: 0;
    top: auto;
}
.homepromid .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;

}
header.head {
    background: rgba(251, 251, 253, .8);
    transition: .5s;
    backdrop-filter: saturate(180%) blur(6.5rem);
    height: 10rem;
}
header.head .menu ul li a {
    color: rgba(0, 0, 0, .8);
    transition: .5s;
}
header.head .menu ul li a:hover {
    color: #e6212a;
}
header.head .topbig {
    height: 10rem;
}
header.head .logo img:first-child{
    opacity: 1;
}
header.head .logo img:last-child {
    opacity: 0;
}
header.head .menu ul li a.haschild:after{
    background:url(../images/jt2.png);
    background-size: 1.2rem;
}
.homepro {
    position: relative;
}


.homenews {
    padding: 8rem 0;
}
.homeprotop{
    display: flex;
    justify-content: space-between;
}
.homeproarrow ul{
    display: flex;
}
.homeproarrow ul li{
    font-size: 1.8rem;
}
.homeproarrow ul li a{
    color:#333;
    transition: .5s;
}
.homeproarrow ul li a:hover{
    color: #e6212a;
    transition: .5s;
}
.homenewsleft img{
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
    z-index: -1;
    aspect-ratio: 816/554;
    object-fit: cover;
}
.homenewsleft:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.homenewsleft{
    width: 51%;
    overflow: hidden;
    position:relative;
    border-radius: 2rem;
}
.homenewsleftwen {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: rgba(255, 82, 0, .8);
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: .5s;
}
.homenewsleft a:hover .homenewsleftwen {
    height: 30%;
    bottom: 0;
    top: auto;
    opacity: 1;
    transition: .5s;
    transform: translate(-50%, 0);
}
.homenewsleftwen p{
    font-size: 2.4rem;
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 1.6rem;
}
.homenewsright ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.homenewsright li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 0.1rem solid #ddd;
    padding: 1rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    height: 8.2rem;
    border-radius: 2rem;
    overflow: hidden;
}
.homenewsright li:last-child a{
    margin-bottom:0;
}
.homenewsright li a.active{
    height: auto;
}

.homenewsright .active,
.homenewsright li a:hover {
    background-color: #fceae5;
}

.homenewsright .img-box {
    width: 25.6rem;
    height: 17.8rem;
    margin-right: 2rem;
    display: none;
    border-radius: 2rem;
    overflow: hidden;
}
.homenewsright .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homenewsright .content {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.homenewsright .title {
    font-weight: bold;
    font-size:2.4rem;
    max-width: 60%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.homenewsright ul li a.active .title{
    max-width: 100%;
}
.homenewsright .time {
    color: #888;
    font-size: 1.6rem;
}

.homenewsright .more-btn {
    display: none;
    background-color: #e6212a;
    color: #fff;
    border: none;
    padding: 0.3rem 0.8rem;
    cursor: pointer;
}

/* 激活时的样式 */
.homenewsright .active .img-box,
.homenewsright li a:hover .img-box {
    display: block;
}

.homenewsright .active .more-btn,
.homenewsright li a:hover .more-btn {
    display: inline-block;
    width: 12rem;
    border-radius: 3rem;
    height: 3rem;
}
.homenewsright{
    width: 47%;
}
.homenewsbottom{
    display: flex;
    justify-content: space-between;
}
.homenewsright ul li a{
    color:#333;
}
.homenewsright ul li a.active .content{
    display: flex;
    flex-direction: column;
    height: 17.8rem;
}
.contenttop{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.homenewsright ul li a.active .contenttop{
    flex-direction: column;
    align-items: flex-start;
}
.homecontent {
    padding: 3.6rem 0;
    background: #e6212a;
}

.homecontactleft {
    display: flex;
    align-items: center;
}

.homecontactlt {
    margin-right: 2rem;
}

.homecontactlt img {
    width: 5.6rem;
    height: 4.8rem;
}
.homecontactlw {
    font-size: 3rem;
    color: #fff;
}

.homecontactright form input {
    width: 40.5rem;
    height: 4.4rem;
    padding-left: 1.6rem;
    color: #666666;
    border: 0;
}

.homecontactright form button {
    width: 10.8rem;
    height: 4.4rem;
    color: #ffffff;
    border: 0;
    background: #111111;
}

.homecontactright form {
    display: flex;
    border-radius: 2rem;
    overflow: hidden;
}
.homecontactbig{
    display: flex;
    justify-content: space-between;
    padding: 0 10rem 0 8.5rem;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    gap: 2rem;
}
footer {
    padding-top: 5.7rem;
}
.dibubig {
    display: flex;
    justify-content: space-between;
}
.dibubig {
    padding-bottom: 2rem;
}
.dibudhbt {
    font-size: 1.9rem;
    color: #000;
    margin-bottom: 3.6rem;
}
.dibudh ul li a {
    color: rgba(0, 0, 0, .8);
    display: block;
    margin-bottom: 2rem;
    font-size: 1.4rem;
    transition: .3s;
}
.dibudh ul li a:hover{
    color:#e6212a;
    transition: .3s;
}
.dibulianxibt {
    font-size: 1.9rem;
    text-align: right;
    margin-bottom: 3.6rem;
}

.dibulianxidh a {
    color: #000;
    font-size: 2.6rem;
    text-align: right;
    margin-bottom: 1.8rem;
    display: block;
}
.dibulianxi p {
    text-align: right;
    line-height: 2.6rem;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 0rem;
}
.dibufenxiang {
    margin-top: 1rem;
}
.dibufenxiang ul {
    display: flex;
    justify-content: flex-end;
}
.dibufenxiang ul li {
    padding-left: 2.5rem;
}
.banquanbig {
    display: flex;
    justify-content: space-between;
    line-height: 5.4rem;
    color: rgba(0, 0, 0, .8);
}
.banquanright {
    display: flex;
}
.banquanright a {
    margin-left: 0.8rem;
    color: rgba(0, 0, 0, .8);
}
.totop {
    cursor: pointer;
}
.homeabout{
    background:#f6f6f6;
    padding:8rem 0;
    
}
.homeaboutleft{
    width: 42%;
}
.homeprotoptitle{
    margin-bottom:3rem;
}
.homeaboutleft section{
    font-size: 1.8rem;
    line-height: 2;
    text-align: justify;
}
.symore {
    border-top: 0.1rem solid black;
    padding-top: 4.2rem;
    margin-top: 3.1rem;
    font-size: 1.8rem;
    background: url(../images/abjt.png) no-repeat right 82%;
}
.symore a{
    color:#333;
}
.symore a:hover{
    color:#e6212a;
}
.shuju ul{
    display: flex;
    justify-content: space-between;
    background:#fff;
}
.shuju ul li img{
    width: 5rem;
}
.shuju ul li{
    width: 33.33%;
    padding:4rem 2rem;
}
.shuju ul li:nth-child(n+2) {
    border-left: 0.1rem solid #dddddd;
}
.shuju ul li p{
    font-size: 1.6rem;
}
.shuju ul li span{

    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
}
.shuju ul li sup{
    font-size: 1.4rem;
    font-weight: bold;
}
.shujutop{
    min-height: 6rem;
    margin:2rem 0;
}
.shuju{
    position: absolute;
    width: 100rem;
    bottom:5rem;
    z-index: 2;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    overflow: hidden;
}
.homeaboutbig{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeaboutleft{
    position:relative;
    
}
.homeabout{
    position:relative;
}
.homeaboutright{
    width: 50%;
    overflow: hidden;
    position:relative;
}
.homeaboutright img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    overflow: hidden;
}
.homeaboutright .swiper,.homeaboutright .swiper-wrapper,.homeaboutright .swiper-slide{
    height: 100%;
}
.homeaboutright{
    z-index: 1;
}
.homeaboutleft{
    z-index: 2;
}

.homeprotop ul{
    display: flex;
    justify-content: space-between;
}
.homeprotop ul li{
    width: 49%;
    background:#eff1f3;
    margin-bottom:5rem;
}
.homeprotopbig ul li{
    padding-bottom:5rem;
}
.homeprotop ul li h2{
    text-align: center;
    margin:2rem 0;
    font-weight: bold;
}
.homeprotop ul li a{
    text-align: center;
    padding:0.5rem;
    display: flex;
    background:#333333;
    color:#fff;
    margin:0 auto;
    justify-content: center;
    width: 20rem;
    height: 4rem;
    line-height: 3rem;
    transition: .5s;
}
.homeprotop ul li a:hover{
    background:#e6212a;
    transition: .5s;
}
.categorytu{
    overflow: hidden;
    position:relative;
    padding-top:80%;
}
.categorytu img {
    width: 100%;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.homeprotop ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.homeprotoptitle h3{
    font-size: 2.4rem;
    margin:2rem 0;
}
.homeproarrow ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 1.6rem;
}
.homeproarrow ul li{
    width: 100%;
    border:0.1rem solid #e5e5e5;
    margin-bottom:2rem;
    position:relative;
    background:#fff;
    transition: .5s;
}
.homerenzheng{
    
    padding:8rem 0;
}

.homeproarrow ul li:nth-child(5n):after{
    display: none;
}
.homeproarrow ul li img{
    mix-blend-mode: multiply;
}
.homeproarrow ul li:hover{
    transform: translateY(-2rem);
    transition: .5s;
    border:0.1rem solid #e6212a;
}
.ablan {

    width: 100%;
    height: 3.3rem;
    color: #333;
    background-color: rgba(0,0,0,.1);
    left: 0rem;
    bottom: 0rem;
}
.ablanbig {
    display: flex;
    justify-content: space-between;
}
.ablanbig {
    display: flex;
    justify-content: space-between;
}
.ablan-left ul {
    display: flex;
}
.ablan-left li {
    list-style-type: none;
    width: auto;
    height: 7.4rem;
    background: url(../images/fenge.png) center right;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    padding: 0 2rem;
    transition: .5s;
}
.ablan-left li a {
    display: block;
    line-height: 7.4rem;
    text-align: center;
    color: #333;
    font-size: 1.6rem;
    cursor: pointer;
    transition: .5s;
    
}
.ablan-left li a:focus{
    outline:none;
}
.ablan-left li.active a{
    color:#fff;
}
.ablan-left li a:hover{
    cursor: pointer;
    color: #e6212a;
    transition: .5s;
}
.ablan-left li:hover{
    background: #e6212a;
    transition: .5s;
}
.ablan-left li:hover a{
    color:#fff;
    transition: .5s;
}
.ablan-left li.active{
    background:#e6212a;

}
.ablan-left li.active a:hover{
    color:#fff;

}
.bread {
    display: flex;
    justify-content: space-between;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #333;
    cursor: pointer;
}
.nybanner{
    position:relative;
    background: rgba(251, 251, 253, .8);
    transition: .5s;
    backdrop-filter: saturate(180%) blur(6.5rem);
}
.nybanner img{
    width:100%;
    height: 13rem;
    opacity: 0;
}
.nybanner{
    
}

.ablan{
    height: auto;
}
.ablanbig{
    flex-wrap: wrap;
}

.ablan-left ul{
    flex-wrap: wrap;
}

.bread a {
    display: block;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #333;
    cursor: pointer;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    transition: .5s;
}
.bread a:hover{
    color:#e6212a;
    transition: .5s;
}
.contact {
    padding-top: 6rem;
    line-height: 1.8;
    font-size: 1.6rem;
}

.contactleft {
    width: 51%;
    float: left;
}
.contactright {
    width: 45%;
    float: right;
    padding: 3.5rem 3.5rem 3.5rem;
    background: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contactleft>h2 {
    font-size: 3.2rem;
    color: #262626;
    color: #333333;
    margin-top: 3.5rem;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}
.contactleft dl {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem rgba(255, 255, 255, .1) solid;
    padding: 2.5rem 0rem;
}
.contactleft dl dt {
    width: 16%;
}
.contactleft dl dt img {
    display: block;
    margin: 0 auto;
    width: 4rem;
}
.contactleft dl dd a {
    color: #333;
}
.contactleft dl h2{
    font-size: 3rem;
    margin-bottom:2rem;
}
.contactleft dl dd{
    line-height:1.5;
}
.contactleft dl dd p{
    font-size: 1.6rem;
}
.contactright form h3 {
    font-size: 3.2rem;
    color: #262626;
    margin: 0rem;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.contactright form h4 {
    font-size: 1.6rem;
    line-height: 2.7rem;
}
.kk {
    background: transparent;
    border: #666666 0.1rem solid;
    height: 6rem;
    margin-bottom: 2rem;
}
.kk2 {
    background: transparent;
    border: #666666 0.1rem solid;
    border-radius: 0;
}
textarea.form-control {
    height: auto;
}
.anniu:hover {
    opacity: 0.8;
    background: #232323;
}
.contactright form button {
    width: 18rem;
    height: 6rem;
    border: 0;
    color: #fff;
    background-color: #232323;
    font-size: 1.8rem;
    margin-top: 2rem;
    transition: .5s;
}
.map {
    padding: 3rem 0;
}
.jiaruwomen {
    padding-top: 3.5rem;
    padding-bottom:3.5rem;
}
.rlbt {
    height: 8rem;
    display: flex;
    justify-content: space-between;
    padding: 0 7.2rem 0 6.2rem;
    align-items: center;
    cursor: pointer;
}
.jiaruwomenbig ul li .rlbt {
    border-bottom: 0.1rem solid #f2f2f2;
}
.rlbt {
    height: 8rem;
    display: flex;
    justify-content: space-between;
    padding: 0 7.2rem 0 6.2rem;
    align-items: center;
    cursor: pointer;
}
.jiaruwomenbig ul li .rlbt {
    border-bottom: 0.1rem solid #f2f2f2;
}
.rlbt span:first-child {
    font-size: 1.6rem;
}
.rlbt span:last-child {
    font-size: 2.8rem;
    color: #e6212a;
    cursor: pointer;
}
.rlyqw {
    background: #f8f8f8;
    display: none;
}
.rlyqn {
    display: flex;
    justify-content: space-between;
    padding: 5.2rem 6.2rem 3.6rem;
}
.rlyqwleft {
    width: 70rem;
}
.rlyqwright {
    width: 67.8rem;
    background: url(../images/rczpbg.png) no-repeat;
    background-position: left;
    padding-left: 7.8rem;
}
.bumen {
    margin-bottom: 4.3rem;
}
.xuqiu {
    margin-bottom: 4.3rem;
}
.gangwei {
    margin-bottom: 8rem;
}
.rlyqn h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.rlyqn section {
    font-size: 1.4rem;
    line-height: 2;
}
.rlyqn h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.nyxw {
    padding: 3rem 0 5.1rem;
    background: #f2f2f2;
}
.xwtjbig a {
    display: flex;
    justify-content: space-between;
    border-radius: 1.5rem;
    overflow: hidden;
}
.xwtjwen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35%;
    background: #fff;
    padding: 3.3rem 3rem 4.1rem 3.3rem;
}
.xwtjtu {
    width: 65%;
    overflow: hidden;
}
.xwtjtu img {
    width: 100%;
    aspect-ratio: 1000 / 417;
    object-fit: cover;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    position: relative;
}
.xwtjbig a:hover .xwtjtu img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 500ms ease-in 0ms;
}
.xwtjsj {
    color: #898989;
}
.xwtjwen span {
    display: inline-block;
    padding: 0.5rem;
    background: #eff3f4;
    color: #e6212a;
    width: 12rem;
    margin-bottom: 7.6rem;
}
.xwtjwenbig h2 {
    color: #656565;
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 600;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.xwtjwenbig h3 {
    color: #898989;
    font-size: 2.2rem;
    line-height: 200%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.sygcbt {
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 4rem;
    color: #000;
    text-align: left;
    margin-bottom: 4rem;
}
.nyxw ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.nyxw ul:after{
    width:32%;
    content:"";
}
.nyxw ul li {
    width: 24%;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-right: 1%;
}
.sygctu img {
    width: 100%;
}
.sygcwen {
    font-size: 1.8rem;
    line-height: 222%;
    color: #464646;
    padding: 3.1rem 2.8rem 2.9rem 2.6rem;
    background: #fff;
    transition: .5s;
}
.nyxw ul li span {
    padding: 0.5rem;
    background: #eff3f4;
    color: #e6212a;
    transition: .5s;
}
.nyxw .sygcwen h2{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color: #111;
    font-size:1.8rem;
    line-height:1.4;
}
.nyxw .sygcwen section{
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color: #8f8f8f;
    font-size: 1.6rem;
    line-height: 1.4;
    margin:1.5rem 0 1rem;
}

.sygcwen {
    font-size: 1.8rem;
    line-height: 222%;
    color: #464646;
    padding: 1.5rem;
    background: #fff;
    transition: .5s;
}
.nyxw ul li:hover .sygcwen {
    background: #e6212a;
    transition: .5s;
    color: white;
}
.nyxw ul li:hover .sygcwen section {
    transition: .5s;
    color: white;
}
.nyxw ul li:hover .sygcwen h2{
    transition: .5s;
    color: white;
}
.xwny {
    padding: 4.8rem 0 2.5rem;
    background: #f9f9f9;
}
.xwddbig {
    display: flex;
    justify-content: space-between;
}
.xwddleft {
    width: 70%;
    background-color: #f0f0f0;
    padding: 7.9rem 9rem 11.5rem;
    border-top: #e6212a solid 0.6rem;
}
.xwddright {
    width: 25%;
    background-color: #f0f0f0;
    border-top: #e6212a solid 0.6rem;
}
.xwddbt h2 {
    line-height: 125%;
    font-size: 3.2rem;
    color: #333333;
    font-weight: 700;
}
.xwddbt h3 {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    line-height: 137.5%;
    color: #999999;
}
.xwddleft section {
    margin: 5.1rem 0;
    font-size: 1.4rem;
    color: #7d7d7d;
    line-height: 171.428571%;
}
.xwddrightbt {
    width: 100%;
    height: 3.4rem;
    background: rgba(18, 18, 18, 0.04);
    color: #333333;
    line-height: 3.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 3.1rem;
    margin-bottom: 1rem;
}
.xwddright ul li {
    padding: 2rem 1.5rem;
    transition: .5s;
}
.xwddright ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.zxxwtu {
    width: 100%;
}
.zxxwwen {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.zxxwwen h2 {
    font-size: 1.6rem;
    color: #393b40;
    min-height: 4rem;
    line-height: 150%;
    font-weight: 600;
    text-align: left;
    margin: 1.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.zxxwsj {
    color: #393b40;
}
.xwddright ul li:hover {
    background: #c2c1c1;
    transition: .5s;
}
.factories{
    padding:6rem 0 6rem;
}
.factoriesbig ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.factoriesbig ul:after{
    width:32%;
    content:"";
}

.factoriesbig ul li{
    width: 49%;
    margin-bottom:2rem
}
.factoriesbig ul li p{
    text-align: center;
    font-size:1.6rem;
}
.factorieswen {
    text-align: center;
    padding: 3.5rem 0;
    font-size: 2.5rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.factoriesbig ul li>a {
    display: block;
    line-height: 2.5rem;
    color: #e6212a;
    border: 0.2rem solid transparent;
    padding: 0rem 0rem 0rem;
    transition: .3s;
    text-decoration: none;
    text-transform: Uppercase;
}
.factoriesbig ul li:hover a{
    border: 0.2rem solid #e6212a;
    background: transparent;
    transition: .3s;
}
.businessleft{
    display: block;
    width: calc(50% - 4rem);
    overflow: hidden;
    position: relative;
}
.businessleft dd {
    padding: 0 0 0 4rem;
    position: relative;
    margin: 0 0 4rem 0;
    display: block;
    overflow: hidden;
}
.businessleft dd p {
    display: block;
    overflow: hidden;
}
.businessleft dd p img {
    display: block;
    width: 100%;
    height: 29.5rem;
    object-fit: cover;
}
.businessleft dd .txt {
    padding: 0 0 0 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.businessleft dd .txt h3 {
    color: #e6212a;
    background: #333;
    position: absolute;
    writing-mode: tb;
    height: 100%;
    line-height: 4rem;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    font-size: 1.4rem;
}
.businessleft dd .txt h4 {
    background: rgba(0, 0, 0, 0.6);
    padding: 4rem 6rem 4rem 4rem;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 42rem;
    border-radius: 0 2rem 0 0;
}

.businessleft dd .txt h4  {
    display: block;
    color: #eee;
    font-size: 1.6rem;
    line-height: 1.5;
}
.businessleft dd:last-child{
    margin-bottom:0;
}
.businessright {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    height: 100%;
}
.businessright dd {
    margin: 0;
    position: initial;
}
.businessright dd p {
    display: block;
    overflow: hidden;
}
.businessright dd .txt {
    position: initial;
}
.businessright dd .txt h3 {
    color: #e6212a;
    background: #333;
    position: absolute;
    writing-mode: tb;
    height: 100%;
    line-height: 4rem;
    left: 0;
    bottom: 0;
    text-align: center;
    -webkit-writing-mode: vertical-lr;
    font-size: 1.4rem;
    bottom: auto;
    top: 0;
    height: 12rem;
}
.businessright dd .txt h4 {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 3;
    right: 0;
    top: 50%;
    border: 1.6rem solid #e9e9e9;
    background: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 8rem 12rem 8rem 3rem;
    white-space: nowrap;
}
.businessright dd .txt h4 span {
    display: block;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1em;
}
.businessright dd .txt h4 font {
    display: block;
    color: #eee;
    font-size: 2rem;
    margin: 2rem 0 0 0;
}
.businesssbig{
    position:relative;
}
.business{
    padding:6rem 0;
}
.businessright img {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 4rem;
}
.about {
    background: #f6f6f6;
    padding: 6rem 0 6rem;
}
.aboutbig{
    display: flex;
    justify-content: space-between;
    
}
.aboutright {
    width: 50%;
    overflow: hidden;
    position: relative;
}
.aboutleft {
    position: relative;
    width: 40%;
    z-index: 2;
}
.about{
    position:relative;
}

.aboutright img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    overflow: hidden;
}
#about{
    height: 100%;
}
.aboutleft section {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
}
.aboutshuju .shuju{
    position:relative;
    bottom:0;
    width: 100%;
    background:transparent;
    box-shadow: none;
    color:#fff;
}
.aboutshuju{
    background:#e6212a;
}
.aboutshuju .shuju ul{
    background:transparent;
    box-shadow: none;
}
.aboutshuju .shuju img{
    filter: grayscale(100%) brightness(1000%);
}
.aboutshuju .shuju ul li span{
    margin:1rem 0;
}
.aboutshuju{
    padding:4rem 0;
}
.office{
    padding:5rem 0;
    position:relative;
    background:#f6f6f6;
}
.office .row{
    position:relative;
}
.officetitle{
    font-size: 4rem;
    margin-bottom: 5rem;
    font-weight: bold;
    text-align: center;
}
.officetitle i,.homeprotoptitle i{
    display: block;
    max-width: 40rem;
    height: 0.1rem;
    background: rgba(0, 0, 0, .1);
    margin: 1.5rem auto;
    position: relative;
}
.homeprotoptitle i:after,.officetitle i:after{
    content: "";
    display: block;
    width: 11rem;
    position: absolute;
    top: -0.1rem;
    left: 50%;
    margin-left: -5rem;
    height: 0.3rem;
    background: #e6212a;
}

.office .swiper-container .swiper-slide span p {
    line-height: 6rem;
    padding: 0rem 4rem;
    background: #e6212a;
    margin: -3rem auto 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.0rem;
}
.office .swiper-container .swiper-slide span {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.factory{
    background:url(../images/factory.jpg) center no-repeat;
    background-size: cover;
    padding:7rem 0;
}
.factory ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.factory ul li {
    width:24%;
    margin-bottom: 2rem;
}
.factory ul li>a{
    display: block;
    line-height: 2.5rem;
    color: #e6212a;
    border: 0.2rem solid transparent;
    padding: 0rem 0rem 0rem;
    transition: .3s;
    text-decoration: none;
    text-transform: Uppercase;
}
.factory ul li:hover a {
    border: 0.2rem solid #e6212a;
    background: transparent;
    transition: .3s;
}
.jiaruwomenbig dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8.7rem;
    background:#e6212a;
    padding: 0 7.2rem 0 6.2rem;
}
.jiaruwomenbig dl dd{
    color:#fff;
    font-size: 1.6rem;
}
.customers img{
    margin: 0 auto;
    mix-blend-mode: multiply;
    display: block;
}
.customers{
    background:#f1f1f1;
    display: block;
}
.huiyi{
    margin-bottom:3rem;
}
.huiyi ul {
    display: flex;
    margin-top: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.huiyi ul li {
    overflow: hidden;
    width: 32.59345794392523%;
    margin-bottom: 2rem;
    position: relative;
}
.huiyi ul li a>img {
    display: block;
    width: 100%;
    transition: all .6s;
}
.huiyi ul li a .info {
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.6rem 3rem 1.6rem 2.6rem;
}
.huiyi ul li a .info div {
    overflow: hidden;
    width: 90%;
}
.huiyi ul li a .info div p {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
}
.huiyi ul li a .info div span {
    display: block;
    font-size: 1.2rem;
    color: #fff;
}
.huiyi ul li a:hover>img {
    transform: scale(1.03);
}
.prolist {
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #e4ebf5;
}
.prolistbig {
    display: flex;
    justify-content: space-between;
}
.prosearchbig form {
    display: flex;
}
.prosearchbig .prosearch {
    border: 0;
    height: 5.2rem;
    font-size: 1.8rem;
    padding-left: 1rem;
    width: 80%;
    color: #777777;
    border-radius: 0;
    margin: 0;
    outline: none;
}
form input {
    outline: none;
}
.prosearchbig .btn {
    height: 5.2rem;
    margin: 0;
    background: #FFFFFF;
    border-radius: 0;
    color: #777777;
    font-size: 1.8rem;
    text-align: center;
    width: 20%;
}
.prosearchbig .btn img {
    margin: 0 auto;
}
.lielan {
    margin-top: 1rem;
    height: auto;
    overflow: hidden;
    line-height: 4.6rem;
    border: 0.1rem solid #ececec;
    padding-left: 7.5rem;
    color: #000000;
    font-size: 2rem;
    background: url(../images/cplan.png?v=1) left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-size: 27.8rem;
}
.fenlei {
    background: #f8f7f7;
}
.fenlei li {
    list-style: none;
    border-bottom: 0.1rem solid #f0f0f0;
    position: relative;
}
.fenlei li a {
    display: block;
    padding: 2rem 1.5rem 2rem 3rem;
    position: relative;
    color: #333333;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.4rem;
}
.fenlei li.hover>a,.fenlei li:hover>a {
    color: #e6212a;
}
.fenlei img {
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translate(-50%, -1.5rem);
    display: none;
    height: 3rem;
}
.fenlei img:nth-child(1) {
    display: block;
}
.fenlei ul li.hover img:nth-child(1) {
    display: none;
}
.fenlei ul li.hover img:nth-child(2) {
    display: block;
}
.fenlei li dl {
    min-width: 100%;
    left: 100%;
    z-index: 99;
    top: 0%;
    background: #fff;
    margin: 0;
    display: none;
}
.fenlei li.hover dl {
    display: block;
}
.fenlei li dl dd {
    padding: 0rem 1.5rem;
    background: #f6f6f6;
}
.fenlei li dl dd>a {
    display: block;
    color: #333;
    line-height: 2.6rem;
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 1.2rem 2.5rem;
    background: url(../images/sanji.png) left center no-repeat;
    background-size: 1.5rem;
}
.fenlei li dl dd>a:hover,.fenlei li dl dd.hover>a{
    color:#e6212a;
    transition: .5s;
}
.prolistleft {
    width: 25%;
}
.tuijian {
    margin-top: 4rem;
    height: auto;
    overflow: hidden;
    border: 0.1rem solid #eeeeee;
    background-color: #FFFFFF;
}
.tj-lan {
    line-height: 4.5rem;
    padding-left: 1rem;
    color: #222222;
    font-size: 2rem;
    height: auto;
    overflow: hidden;
    border-bottom: 0.1rem solid #eeeeee;
}
.tj-nei {
    height: auto;
    overflow: hidden;
    padding: 1.5rem;
    padding-top: 0rem;
}
.tj-nei li {
    list-style-type: none;
    padding:1rem;
    height: auto;
    overflow: hidden;
    border-bottom: 0.1rem solid #eeeeee;
    width:49%;
    transition: .5s;
}
.tj-nei li:hover{
    background:#e6212a;
    color:#fff;
}
.tj-nei li:hover a{
    color:#fff;
}
.tj-nei a {
    color: #000;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-direction: column;
}
.tj-nei-aa {
    width: 100%;
    float: left;
}

.tj-nei-bb{
    width: 100%;
    font-size:1.6rem;
    text-align: center;
}
.tj-nei ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prolistright {
    width: 73%;
    background:#fff;
    padding:2rem;
}
.cplb ul {
    display: flex;
    flex-wrap: wrap;
}
.cplb ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 2rem;
    border-bottom:0.1rem dashed #eee;
    position:relative;
}
.cptuimg {
    overflow: hidden;
}
.cptuk {
    height: auto;
    overflow: hidden;
    padding: 1rem 0.6rem;
    background-color: #FFFFFF;
    transition: all 500ms ease-in 0ms;
    display: flex;
    flex-wrap: wrap;
}
.cptuk-zi {
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 0.6rem;
    color: #565252;
    line-height: 2.3rem;
    transition: all 500ms ease-in 0ms;
    font-size:2.4rem;
    text-align: left;
}
.cptuk:hover {
    transition: all 500ms ease-in 0ms;
}
.cptuk:hover .cptuk-zi{
    transition: all 500ms ease-in 0ms;
}
.prodetailsl {
    width: 48.33%;
}

.thumbnails {
    display: flex;
    margin-top: 2rem;
}

.easyzoom.is-ready img {
    max-width: inherit;
}

.easyzoom {
    border-radius: 1rem;
    overflow: hidden;
}

.thumbnails li {
    float: left;
    margin-right: 0.5rem;
    width:20%;
}

.thumbnails li img {
    border-radius: 0.8rem;
}

.prodetails {
    display: flex;
    justify-content: space-between;
}

.prodetailsr {
    width: 48%;
}

.prodetailstitle {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 2.8rem;
    color: #333;
    padding: 0rem 0rem 1.5rem;
    padding-top:1.5rem;
    border-bottom: 0.1rem #e8e8e8 solid;
}

.prodetailsjj section {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 4.5rem;
    border-bottom: 0.1rem #e8e8e8 solid;
    display: block;
    color: #515151;
    font-size: 1.6rem;
    line-height: 157%;
    width: 100%;
    word-wrap: break-word;
}

.prodetailsr h3 {
    font-size: 1.5rem;
    margin-top: 0rem;
    margin-bottom: 1.4rem;
    color: #515151;
}

.xqmore a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    height: 5.2rem;
    line-height: 100%;
    font-size: 1.8rem;
    background-color: #e6212a;
    color: #FFFFFF;
    padding: 2rem;
}

.xqmore {
    margin-top: 7rem;
}

.cpxq-lan {
    height: auto;
    overflow: hidden;
}

.cpxq-lan span {
    display: inline-block;
    padding: 1.5rem 3rem;
    color: #fff;
    font-size: 2rem;
    background-color: #e6212a;
    border-top-right-radius: 3rem;
}

.prodetails {
    padding-bottom: 4rem;
    background:#fff;
}

.cpxq-nei {
    padding: 2.5rem 0;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #111;
}
.prodetailsl .thumbnails img,.easyzoom .thumbnails img{
    background:#fff;
}
.easyzoom.is-ready img{
    background:#fff;
}
.easyzoom{
    background:#fff;
}
.prodetailb{
    background:#fff;
}
.jumpto{
    display: none;
}
.modal-dialog {
    width: 66rem;
    margin: 10rem auto;
}

.tanchu {
    height: auto;
    overflow: hidden;
    color: #666666;
    border: 0.2rem solid #e6212a;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #e6212a;
    font-size: 1.8rem;
    color: #FFFFFF;
    padding-left: 1rem;
    margin-top:-5.5rem;
}
.tanchu-nei {
    padding: 2rem;
    height: auto;
    overflow: hidden;
}     
.tanchu-nei p{
margin-bottom:2rem;
}
.modal-header{
background:#e6212a;
}
.tanchu-nei .form-control{
    width: 100%;
    height: 3.4rem;
    border-radius: 0;
    padding: 0.6rem 1.2rem;
    margin: 0;
}
.tanchu-nei #message{
    height: auto;
}
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
    width: 60%;
    left: 20%;
    top: 50%;
    margin-top: 0;
    position: relative;
    transform: translate(0rem, -50%);
}
.zwcont iframe {
	height:62rem;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:9rem;
	right:1.5rem;
	top:0;
	cursor:pointer;
	width:4rem;
	background:url(../images/gbtou.png) center no-repeat;
}
.m_header{
    display: none;
}
.yc{
    display: none;
}
.tool ul li.dropdown>a{

    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.neiye .tool ul li.dropdown>a{
    color:rgba(0, 0, 0, .8);
}
.tool ul li.dropdown>a span{
    margin-right: 0.8rem;
}
.tool img{
    width:1.6rem;
    margin-right: 0.8rem;
    filter: invert(1);
}
.neiye .tool img{
    filter: invert(0);
}
.tool{
    line-height:2.2rem;
}
.homenewslistwen{
    position:absolute;
    bottom:2rem;
    left: 2rem;
    font-size:2rem;
    font-weight: bold;
    color:white;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
}
.homenewslisttu:after {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,.4), transparent);
    position: absolute;
    top: 0;
}
.banner video{
    width:100%;
    height: 100%;
    
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background:#e6212a;
    border:0.1rem solid #e6212a;
}
.pagination>li>a, .pagination>li>span{
    color:#e6212a;
}

.cpxq-nei tr td{
    padding: 0.2rem 2rem;
    font-size: 1.6rem;
    border: 0.1rem solid #ccc;
    background: #fbfbfb;
    line-height: 3rem;
    background:#fbfbfb;
}
.cpxq-nei tr:nth-child(odd){
    background:#ededed;
}
.liebiao {
    height: 7.8rem;
    border: 0.1rem solid #ebebeb;
    margin-top: 2.5rem;
}
.liebiao-aa {
    width: 16%;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    float: left;
    border-right: 0.1rem solid #ebebeb;
}
.liebiao a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    position: relative;
    width: 100%;
    height: 100%;
}
.liebiao a:hover {
    background: #e6212a;
    color: white;
    transition: .5s;
}
.liebiao a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.liebiao a img:last-child {
    opacity: 0;
    transition: .5s;
}
.liebiao a:hover img:last-child {
    opacity: 1;
    transition: .5s;
}
.liebiao-bb {
    width: 68%;
    height: 7.8rem;
    line-height: 7.8rem;
    float: left;
    text-align: center;
    color: #919191;
    border-right: 0.1rem solid #ebebeb;
}
.liebiao-bb a{
    color:#919191;
    font-size: 1.4rem;
}
.liebiao-cc {
    width: 16%;
    height: 7.8rem;
    line-height: 7.8rem;
    text-align: center;
    float: right;
}
#c_portalResPublic_codeContainer-16122365528600788 .v30-contact {
    position: fixed;
    right: -18rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 5rem 0;
    height: 48.2rem;
    box-sizing: border-box;
    z-index: 99;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact.chnav {
    right: 0rem!important;
}

#c_portalResPublic_codeContainer-16122365528600788 a, button, input, textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(1) {
    top: 5rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(2) {
    top: 12.8rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(3) {
    top: 20.6rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(4) {
    top: 28.4rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block:nth-child(5) {
    top: 36.2rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 7rem;
    height: 7rem;
    background-color: #e6212a;
    border: 0.1rem solid #e6212a;
    border-right: none;
    box-sizing: border-box;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-in:before {
    content: "";
    background-color: #e6212a;
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item {
    width: 100%;
    height: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block {
    margin: 0 auto;
    display: block;
    font-size: 2.4rem;
    color: #fff;
}

#c_portalResPublic_codeContainer-16122365528600788 .img-block img {
    width: 15.8rem;
    height: 15.8rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-p {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact .transition {
    transition-duration: .8s;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 6.8rem;
    height: 6.8rem;
    white-space: nowrap;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur {
    width: 15.6rem;
    background: transparent;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur:before {
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item {
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .cur .v30-contact-item-in {
    display: block;
    width: 100%;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-qr-show {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: -16rem;
    top: -9.1rem;
    display: none;
}

#c_portalResPublic_codeContainer-16122365528600788 .v30-contact-top {
    cursor: pointer;
    bottom: 0;
}

#c_portalResPublic_codeContainer-16122365528600788 {
    width: 100%;
    max-width: none;
    min-width: 0rem;
    height: auto;
    max-height: none;
    min-height: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 0rem;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
} 
.partners {
  padding: 8rem 0;
  overflow: hidden;
}

.partners-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partners-left {
  width: 20%;
}

.partners-left .sub {
    font-size: 4.8rem;
    
    font-weight: bold;
    text-align: center;
    width: 100%;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.partners-left h2 {
  font-size: 3.2rem;
  margin-top: 1rem;
}

.partners-right {
  width: 70%;
  position: relative;
  overflow: hidden;
}

/* swiper */
.partnersSwiper1,
.partnersSwiper2 {
  margin-bottom: 2rem;
}

.partners .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners .swiper-slide img {
  max-width: 15rem;
  opacity: 0.5;
  transition: all 0.3s;
}

.partners .swiper-slide img:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* 渐隐遮罩 */
.partners-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to right,
    #fff 0%,
    rgba(255,255,255,0) 10%,
    rgba(255,255,255,0) 90%,
    #fff 100%
  );
}
.case {
  padding: 8rem 0;
}

.why-choose {
  padding: 8rem 0;
  text-align: center;
  background: #f6f6f6;
}


.section-subtitle {
  color: #666;
  margin-bottom: 4rem;
}

.why-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.why-item {
  background: #fff;
  padding: 3rem 2rem;
  width: 31%;
  border-radius: 1.2rem;
  transition: all 0.3s ease;
}

.why-item:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0 1rem 2.5rem rgba(0,0,0,0.1);
}

.icon {
    width:10rem;
  margin:0 auto;
  margin-bottom: 2rem;

}
.icon img{
    width:100%;
}
.why-item h3{
    font-size:2rem;
    font-weight: bold;
    margin-bottom:2rem;
}
.why-item section{
    font-size:1.6rem;
    line-height: 1.8;
}
.case-header h2 {
  font-size: 3.2rem;
  margin: 1rem 0 4rem;
}

.case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}

.case-item {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.08);
}

.case-item:hover {
  transform: translateY(-0.8rem);
  box-shadow: 0 1rem 3rem rgba(0,0,0,0.08);
}

.case-item .img {
  overflow: hidden;
}

.case-item img {
  width: 100%;
  transition: 0.5s;
}

.case-item:hover img {
  transform: scale(1.05);
}

.case-item .info {
  padding: 2rem;
}

.case-item .tag {
  font-size: 1.4rem;
  color:#000;
}

.case-item h3 {
  margin: 1rem 0;
  font-size: 1.8rem;
}

.case-item p {
  color: #666;
  font-size: 1.4rem;
}
.footer {
  background: #111;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.footer a {
  color: #ccc;
  padding: 0 1rem;
  font-size: 1.6rem;
  text-decoration: none;

}
.footer-menu a{
    border-right:0.1rem solid #ccc;
}
.footer-menu a:last-child{
    border:0;
}
.footer a:hover {
  color: #fff;
}

.footer-menu,
.footer-social,
.footer-contact {
  margin: 1.5rem 0;
}

.footer-contact p {
  margin: 0 0.5rem;
  font-size:1.6rem;
}

.footer-copy {
  font-size: 1.4rem;
  color: #888;
}
.footer-social img{
    width:2.5rem;
}
.footer-contact{
    display: flex;
    align-items: center;
    justify-content: center;
}
.office .swiper-button-prev{
    background:url(../images/jtl.png) no-repeat;
    background-size:cover;
    width:4.4rem;
    height: 4.4rem;
    left:-5rem;
}
.office .swiper-button-next{
    background:url(../images/jtr.png) no-repeat;
    background-size:cover;
    width:4.4rem;
    height: 4.4rem;
    right:-5rem;
}
.quality{
    padding:6rem 0 6rem;
}
#quality{
    overflow: hidden;
    position:relative;
}
header.head .tool ul li.dropdown>a{
    color:rgba(0, 0, 0, .8);
}
header.head .tool ul li.dropdown>a img{
    filter: invert(1);
}

.section-title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

.enterprise-list {
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.enterprise-item {
  position: relative;
  width: 32%;
  padding: 4rem 2.5rem;
  background: #fff;
  border-radius: 1.6rem;
  transition: all 0.4s ease;
  overflow: hidden;
  cursor: pointer;
}

/* 🌟 伪元素边框动画 */
.enterprise-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.3rem;
  background: #e6212a;
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

/* hover效果 */
.enterprise-item:hover {
  transform: translateY(-1rem);
  background: linear-gradient(135deg, #e6212a, #ff4d4f);
  color: #fff;
}

/* 边框展开 */
.enterprise-item:hover::after {
  width: 100%;
}

/* 图标 */
.enterprise .icon {
  margin:0;
  margin-bottom: 2rem;
  transition: 0.3s;
  width:5rem;
}

/* 图标放大 */
.enterprise-item:hover .icon {
  transform: scale(1.2);
  filter: invert(1);
}

/* 标题 */
.enterprise-item h3 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

/* 内容 */
.enterprise-item p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.cptuimg{
    width:20rem;
}
.cptuk-wen{
    width:calc(100% - 24rem);
    margin-left:2rem;
}
.cptuk-wen section{
    font-size: 1.6rem;
    color:#333;
    margin-top:1rem;
    line-height: 2;
}
.cplb{
    margin:1.5rem 0;
}
.prolistright h2{
    font-weight: bold;
    color:#666;
    margin:1rem 0;
}
.cptuk-wen-button {
    position: relative;
    right: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}
.cptuk-wen-button a{
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3rem;
    padding:0 2.5rem;
    background:#e6212a;
    margin-left:2rem;
    transition: .5s;
    border:0.1rem solid  transparent;
}
.cptuk-wen-button a:hover{
    background:transparent;
    color:#e6212a;
    border:0.1rem solid #e6212a;
    transition: .5s;
}
.prodetailsjj h3{
    font-weight: bold;
    color:#333;
}
.productdlistright{
    width:100%;
}
.prodlist{
    background:#fff;
}
.cpxq-nei ul{
    display: flex;
    flex-wrap: wrap;
}
.cpxq-nei ul li{
    width:15.6%;
    transition: .5s;
    margin-right:1%;
    margin-bottom:2rem;
}
.cpxq-nei ul li:hover{
    transform: translateY(-1rem);
    transition: .5s;
}
.casebig .list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding:6rem 0;
}

.casebig .item {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.casebig .img {
  flex: 1;
}

.casebig .img img {
  width: 100%;
  border-radius: 1rem;
}

.casebig .content {
  flex: 1;
}

.casebig .content h3 {
  margin-bottom: 1rem;
  color:#e6212a;
}

.casebig .content p {
  margin-bottom: 1.5rem;
  color: #666;
  font-size: 1.6rem;
  line-height: 1.7;
}

.casebig .btn {
  display: inline-block;
  padding: 0.8rem 1.8rem;
  border: 0.1rem solid #e6212a;
  color: #e6212a;
  text-decoration: none;
  transition: 0.3s;
}

.casebig .btn:hover {
  background: #e6212a;
  color: #fff;
}
.casebig .item:nth-child(even) {
  flex-direction: row-reverse;
}
.casebig .img {
  overflow: hidden;
  position:relative;
}

.casebig .img img {
  transition: 0.5s;
  position:relative;
}

.casebig .item:hover img {
  transform: scale(1.1);
}
.casebig .img a{
    position:relative;
}
.casebig .img a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
}

.contactbottombig{
    width:40%;
}
.contactbig .anniu{
    display: block;
    width:max-content;
    margin:0 auto;
    float:none !important;
    margin-top:3rem;
}
.contactbottomleft{
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0rem 2rem 0rem 0rem;
    padding: 4rem;
    color:#fff;
    position:relative;
    box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 100%;
}

.contact{
     background:#f2f2f2;   
}
.contactbig{
    margin-bottom:10rem;
}
.contactbottomleft a{
    color:#333;
}
.contactbottomleft h2{
    color: #fff;

    font-weight: 700;
    margin-bottom:2rem;
    font-size:3rem;
}

.contactbottomleft li{
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom:2rem;
}
.contactbottomleft li:last-child{
    margin:0;
}
.contactbottomright{
    width: 60%;
    padding: 4rem;
    box-shadow: 0rem 0rem 2rem 0rem rgba(0, 0, 0, 0.1);
    background:#fff;

}
.contactbottomright h2{
    font-size: 3.2rem;
    margin-bottom:2rem;
    font-weight: bold;
}
.contactbottomleft h2{
    font-size:2.4rem;
}
.contactbottomright h3{
    text-align: left;
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom:2rem;
}
.contactbottomright input{
        height: 5rem;
    border-radius: 1.2rem;
    border: 0.1rem solid #CDCDCD;
    font-size:1.4rem;
    width:49%;
    
}
.contactformtop {
    display: flex;
    margin-bottom:2rem;
}

.contactbottombig img{
    width:100%;
    height: 40rem;
    object-fit: cover;
}
.contactformdanxuan{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactformdanxuan label{
    margin: 0;
    margin-left:0.5rem;
}
.contactbottomright textarea{
    border-radius: 1.2rem;
    font-size:1.4rem;
}
.contactbottomright label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  
}
.contactbottomright input{
    margin-top:0;
    margin-right: 0.5rem;
}
.contactbottomright input::placeholder {
    color: #333;
}

.contactbottomright input::-webkit-input-placeholder {
    color: #333;
}

.contactbottomright input:-ms-input-placeholder {
    color: #333;
}
.contactbottomright textarea::placeholder {
    color: #333;
}

.contactbottomright textarea::-webkit-input-placeholder {
    color: #333;
}

.contactbottomright textarea:-ms-input-placeholder {
    color: #333;
}
.contactformbottom{
    display: flex;
    justify-content: space-between;
}
.contactbottomright .anniu{
    float:right;
}
.contactbottom {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.anniu {
    background: #e6212a;
    color: #fff;
    border: 0;
    border-radius: 4.8rem;
    padding: 1.5rem 2rem;
    font-weight: bold;
    width: calc(100% - 2.5rem);
    margin-top: 1rem;
    font-size: 1.6rem;
}
.yuyan li a {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.yuyan li img {
    width: 1.8rem;
    height: 1.2rem;
    object-fit: cover;
    border-radius: 0.2rem;
}
.message {
    height: auto;
    overflow: hidden;
    padding-top: 7.3rem;
    padding-bottom: 3.6rem;
    background-color: #fafafa;
}
.message h2{
    font-size: 4rem;
    line-height: 7.2rem;
    text-align: center;
    color:#111111;
    margin-bottom:2rem;
}
.biaolist{
    width:100%;
}
.biaolist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.biaolist ul li{
    width:49%;
}
.biaolistbig{
    display: flex;
    flex-direction: column;
}
.anniu2{
    width:max-content;
    height: 5rem;
}
.biaolist h4,.biao h4{
    font-size:1.8rem;
    margin-bottom:2rem;
}
.contactbottomleft h2,.contactbottomleft section{
    color:#333;
}
.contactbottomleft h2{
    font-weight: bold;
}
.contactbottomleft section{
    margin-bottom:2rem;
}
@media(max-width:992px){
    .yc{
        display: block;
    }
    header{
        display: none;
    }
    .m_header {
        display: block;
    }
    .container{
        width: 100%;
    }
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100;
        -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 100%;
        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: 1rem;
        margin-top: -1.3rem;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 1rem 35px 1.6rem 0;
    }

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

    .nav_toggle span:before {
        top: -1rem;
    }

    .nav_toggle span:after {
        bottom: -1rem;
    }

    .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(-1rem) rotate(-45deg);
        -webkit-transform: translateY(-1rem) rotate(-45deg);
        -ms-transform: translateY(-1rem) rotate(-45deg);
        top: 1rem;
    }

    /*绉诲姩绔鑸�*/
    .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: 0.1rem solid #f0f0f0;
        margin-top: -0.1rem;
    }

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

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

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 2rem;
        height: 2rem;
        background: #000;
        top: 0.8rem;
        right: 1rem;
        cursor: pointer;
        z-index: 2;
        background: url("../images/li_click.png") no-repeat top center;
    }

    .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: 0.1rem solid #f0f0f0;
        background: #f5f5f5;
    }
    .banner{
        height: auto;
        padding-top:60px;
    }
    .homeprotop{
        padding:2rem;
    }
    .homeprotoptitle {
        font-size: 2rem;
        font-weight: bold;
        padding:0;
        text-align: left;
        margin:0;
    }
    .homeprotop{
        padding:0;
    }
    .homeprotop ul li{
        width:100%;
        margin-bottom:2rem;
        padding-bottom:2rem;
    }
    .banner{
        position:relative;
    }
    .homeprotop ul{
        flex-wrap: wrap;
    }
    .homepro{
        padding:2rem;
    }
    .homepromid{
        padding-bottom:2rem;
    }
    .homeabout{
        padding:2rem;
    }
    .homeaboutleft{
        width:100%;
        padding-bottom:2rem;
    }
    .shuju ul{
        flex-wrap: wrap;
    }
    .shuju ul li{
        width:100%;
    }
    .shuju{
        position:relative;
        width:100%;
        height: auto;
    }
    .homeaboutright{
        position:relative;
        width:100%;
        padding-bottom:0rem;
    }
    .homeproarrow ul {
        display: flex;
        flex-wrap: wrap;
        grid-template-rows: repeat(1, auto);
        gap: 0;
    }
    .homeproarrow ul li {
        margin-left: 0;
        font-size: 1.8rem;
    }
    .homeproarrow{
        padding:2rem 0;
    }
    .homerenzheng{
        padding-bottom:0;
    }
    .homecontactbig {
        display: flex;
        justify-content: space-between;
        padding: 0;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .homecontactbig{
        flex-wrap: wrap;
    }
    .homecontactleft{
        margin-bottom:2rem;
    }
    .homecontactright form input{
        width:100%;
    }
    .homecontactbig{
        justify-content: center;
    }
    .dibudh{
        display: none;
    }
    .banquanbig {
      flex-wrap: wrap;
      line-height: 2;
      padding: 2rem;
    }
    .dibubig{
        justify-content: center;
    }
    .dibulianxibt{
        text-align: left;
    }
    .dibulianxidh a {
        text-align: left;
    }
    .dibulianxi p{
        text-align: left;
    }
    .dibufenxiang ul{
        justify-content: flex-start;
    }
    .dibufenxiang ul li{
        padding-left:0;
        padding-right: 2.5rem;
    }
    .b-height {
		height:50px;
	}
	.fygnav {
		padding:0rem;
		height:50px;
		background-color:#009ca3;
	}
	.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0rem;
		padding:0rem;
	}
	.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
    .fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0rem;
        padding: 0rem;
        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: #e6212a;
        height: 55px;
        font-size:1.2rem;
        white-space: nowrap;
    }
    .bread {
        line-height: 2;
    }
    .ablan-left li a{
        line-height: 2;
    }
    .ablan-left li{
        line-height:2;
        height: auto;
        width:100%;
        background:transparent;
    }
    .bread a{
        line-height: 2;
    }
    .about{
        padding:2rem;
    }
    .aboutbig{
        flex-wrap: wrap;
    }
    .aboutleft{
        width:100%;
    }
    .aboutright {
        width: 100%;
        height: 100%;
        position: relative;
        right: 0;
        top: 0;
        overflow: hidden;
        z-index: 1;
    }
    .factory{
        padding:2rem;
    }
    .factory ul li{
        width:100%;
    }
    .prolist{
        padding:2rem;
    }
    .prolistbig{
        flex-wrap: wrap;
    }
    .prolistleft{
        width:100%;
    }
    .cplb ul li{
        width:100%;
    }
    .prolistright{
        width:100%;
        margin-top:2rem;
    }
    .prodetailsl{
        width:100%;
    }
    .prodetailsr {
        width: 100%;
    }
    .prodetails{
        flex-wrap: wrap;
    }
    .prolistright{
        padding:2rem;
        background:#fff;
    }
    .ablanbig{
        padding:1rem 2rem;
    }
    .business{
        padding:2rem;
    }
    .businessleft{
        width:100%;
    }
    .businessright {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        height: 100%;
    }
    .businessleft dd .txt h4{
        width:100%;
    }
    .businessright img{
        position:relative;
    }
    .businessright{
        margin-top:2rem;
    }
    .factories{
        padding:2rem;
    }
    .factoriesbig ul li{
        width:100%;
    }
    .factorieswen{
        padding:1.5rem 0;
    }
    .huiyi ul{
        margin:0;
        padding:2rem ;
    }
    .huiyi ul li {
        width: 100%;
    }
    .xwny{
        padding:2rem;
    }
    .xwddleft{
        padding:2rem;
        width:100%;
        margin-bottom:2rem;
    }
    .xwddright {
        width: 100%;
    }
    .xwddbig{
        flex-wrap: wrap;
    }
    .nyxw{
        padding:2rem;
    }
    .xwtjbig a{
        flex-wrap: wrap;
    }
    .xwtjwen{
        width:100%;
    }
    .xwtjtu {
        width: 100%;
        overflow: hidden;
    }
    .nyxw ul li{
        width:100%;
    }
    .contact{
        margin:0;
        padding:2rem;
    }
    .contactleft{
        width:100%;
    }
    .contactright{
        width:100%;
    }
    .contactbig{
        flex-wrap: wrap;
    }
    .contactleft dl dd{
        width: calc(100% - 4rem);
    }
    .nybanner{
        margin-top:6rem;
    }
    .ablan{
        position:relative;
    }
    .ablan-left li {
        width: 100%;
    }
    #c_portalResPublic_codeContainer-16122365528600788{
        display:none;
    }
    .partners-inner{
        flex-wrap: wrap;
    }
    .partners{
        padding:2rem;
    }
    .partners-left .sub{
        font-size:2.4rem;
    }
    .partners-left {
        width: 100%;
    }
    .partners-right{
        width:100%;
    }
    .partners .swiper-slide img {
        max-width: 5rem;
        opacity: 0.5;
        transition: all 0.3s;
    }
    .partners-left{
        margin-bottom:2rem;
    }
    .homeaboutbig{
        flex-wrap: wrap;
    }
    .homeaboutleft section {
        font-size: 1.6rem;
        line-height: 2;
        text-align: left;
    }
    .case{
        padding:2rem;
    }
    .case-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-top:2rem;
    }
    .why-item{
        width:100%;
    }
    .why-choose{
        padding:2rem 0;
    }
    .why-choose .homeprotoptitle{
        margin-bottom:2rem;
    }
    .homerenzheng{
        padding:2rem;
    }
    .footer-contact{
        flex-wrap: wrap;
    }
    .case-item .tag{
        font-size:1.6rem;
    }
    .nybanner img{
        height: 0;
    }
    .aboutleft section {
        font-size: 1.6rem;
        line-height: 2;
        text-align: left;
    }
    .quality{
        padding:2rem;
    }
    .office{
        padding:2rem;
    }
    .officetitle{
        font-size: 2rem;
        margin-bottom:2rem;
    }
    .office .swiper-container .swiper-slide span p {
        line-height: 6rem;
        padding: 0rem 4rem;
        background: #e6212a;
        margin: -3rem auto 0;
        text-align: center;
        color: #FFFFFF;
        font-size: 1.6rem;
    }
    .section-title {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 2rem;
    }
    .enterprise-list{
        flex-wrap: wrap;
    }
    .enterprise-item{
        width:100%;
    }
    .office .swiper-button-prev{
        left:0;
    }
    .office .swiper-button-next{
        right:0;
    }
    .cptuk-wen{
        width:100%;
        margin-left:0;
        margin-top:2rem;
    }
    .cptuimg{
        width:100%;
    }
    .modal-dialog {
        width: 100%;
        margin: 2rem auto;
    }
    .modal.in .modal-dialog {
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        -o-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
    .modal-dialog {
        width: 100%;
        margin: auto;
        top: 50%;
        transform: translate(10px, 10px);
    }
    .productdlistright{
        padding:2rem 0;
    }
    .cpxq-nei ul li {
        width: 50%;
        transition: .5s;
        margin-right: 0;
        margin-bottom: 2rem;
    }
    .message{
        padding:2rem;
    }
    .message h2{
        font-size:2rem;
        line-height: 2;
    }
    .biaolist h4, .biao h4 {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .biaolist ul li {
        width: 100%;
    }
    .anniu2 {
        width: 100%;
        height: 5rem;
    }
    .cpxq-lan span {
        display: inline-block;
        padding: 1.5rem 3rem;
        color: #fff;
        font-size: 2rem;
        background-color: #e6212a;
        border-top-right-radius: 3rem;
        width: 100%;
    }
    .xqmore a{
        width:100%;
    }
    .casebig .list{
        padding:2rem;
    }
    .casebig .item{
        flex-wrap: wrap;
    }
    .casebig .img{
        width:100%;
    }
    .casebig .content{
        width:100%;
    }
    .casebig .item{
        flex-direction: column;
    }
    .casebig .item:nth-child(even) {
        flex-direction: column;
    }
    .sygcbt {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-top: 2rem;
        color: #000;
        text-align: left;
        margin-bottom: 2rem;
    }
    .xwddbt h2 {
        line-height: 125%;
        font-size: 2rem;
        color: #333333;
        font-weight: 700;
    }
    .xwddleft section {
        margin: 2rem 0;
        font-size: 1.4rem;
        color: #7d7d7d;
        line-height: 171.428571%;
    }
    .contactbottom{
        flex-wrap: wrap;
    }
    .contactbottomleft {
        width: 100%;
    }
    .contactbottomright{
        width:100%;
    }
    .contactbottombig{
        width:100%;
    }
    .contactbottombig{
        margin-bottom:2rem;
    }
    .contactbottomright{
        padding:2rem;
    }
    .contactbottomright input{
        width:100%;
        margin-bottom:2rem;
    }
    .contactformtop{
        flex-wrap: wrap;
    }
    .contactformtop{
        margin:0;
    }
    .contactbig{
        margin:0;
    }
    .contactbottomleft{
        padding:2rem;
    }
    .contactbottomleft h2{
        font-size: 2rem;
    }
    .contactbottomright h2{
        font-size:2rem;
    }
    .homecontactlw{
        font-size:2rem;
    }
}
