.container{
    width:160rem;
}
.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: 0px;
    top: 0px;
    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: 2rem;
    font-weight: 600;
    color: #ffffff;
    transition: .5s;
}
.menu ul li>a:hover,.menu ul li>a.active{
    color: #f38917;
    transition: .5s;
}
.menu ul li .select {
    position: absolute;
    left: 50%;
    width: 18rem;
    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 3rem;
    width: 100%;
}
.menu ul li .select .main_ li a {
    display: inline-block;
    font-size: 1.4rem;
    color: #333;
    line-height: 3rem;
    -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:#f38917;
}
.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-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 {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0;
    opacity: 0.6;
    background: white;
    border-radius: 10px;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active,#about .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 4.8rem;
    height: 1.2rem;
    background: #f38917;
    opacity: 1;
}
.homeprotoptitle{
    font-size: 4rem;
    margin-bottom:10rem;
    font-weight: bold;
}
.homepro{
    padding:3rem 0;
}
.proswiper .swiper-slide{
    background:#fff;
    transition: .5s;
    border-radius: 20px;
    overflow: hidden;
    border: 3px solid #eeeeee;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}
.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:3px solid #eeeeee;
}
.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;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.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;
    padding-bottom: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(65px);
    height: 10rem;
}
header.head .menu ul li a {
    color: rgba(0, 0, 0, .8);
    transition: .5s;
}
header.head .menu ul li a:hover {
    color: #f38917;
}
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;
}

.homeprobg {
    height: 35vh;
    background: #f38917;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.homenews {
    padding: 8rem 0;
}
.homeprotop{
    display: flex;
    justify-content: space-between;
}
.homeproarrow ul{
    display: flex;
}
.homeproarrow ul li{
    margin-left: 2rem;
    font-size: 1.8rem;
}
.homeproarrow ul li a{
    color:#333;
    transition: .5s;
}
.homeproarrow ul li a:hover{
    color: #f38917;
    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: 20px;
}
.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: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
    height: 8.2rem;
    border-radius: 20px;
    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: 20px;
    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: #f38917;
    color: #fff;
    border: none;
    padding: 3px 8px;
    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: 30px;
    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: #f38917;
}

.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;
    font-size: 1.4rem;
}

.homecontactright form {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.homecontactbig{
    display: flex;
    justify-content: space-between;
    padding: 0 10rem 0 8.5rem;
    align-items: center;
    width: 120rem;
    margin: 0 auto;
}
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:#f38917;
    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: 0px;
}
.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:15rem 0 15rem;
    
}
.homeaboutleft{
    width: 40%;
}
.homeprotoptitle{
    margin-bottom:6rem;
}
.homeaboutleft section{
    font-size: 1.8rem;
    line-height: 2;
    /*text-align: justify;*/
}
.symore {
    border-top: 1px 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:#f38917;
}
.shuju ul{
    display: flex;
    justify-content: space-between;
    background:#fff;
}
.shuju ul li img{
    width: 5rem;
}
.shuju ul li{
    width: 33.33%;
    padding:4rem 5rem;
}
.shuju ul li:nth-child(n+2) {
    border-left: 1px solid #dddddd;
}
.shuju ul li p{
    font-size: 1.6rem;
    font-weight: bold;
}
.shuju ul li span{
    margin:3rem 0 1rem;
    display: inline-block;
    font-size: 4.6rem;
    font-weight: bold;
}
.shuju ul li sup{
    font-size: 2rem;
}
.shuju{
    position: absolute;
    width: 100rem;
    bottom:5rem;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}
.homeaboutleft{
    padding-bottom:25rem;
    position:relative;
}
.homeabout{
    position:relative;
}
.homeaboutright{
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}
.homeaboutright img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.homeaboutright .swiper,.homeaboutright .swiper-wrapper,.homeaboutright .swiper-slide{
    height: 100%;
}
.homeaboutright{
    z-index: 1;
}
.homeaboutleft{
    z-index: 2;
}
.homeprotop{
    padding-top:6rem;
    
}
.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:#f38917;
    transition: .5s;
}
.categorytu{
    overflow: hidden;
}
.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;
    object-fit: cover;
}
.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(5, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 16px;
}
.homeproarrow ul li{
    width: 100%;
    border:1px solid #e5e5e5;
    margin-bottom:2rem;
    position:relative;
    background:#fff;
    transition: .5s;
}
.homerenzheng{
    padding-bottom:8rem;
}

.homeproarrow ul li:nth-child(5n):after{
    display: none;
}
.homeproarrow ul li img{
    mix-blend-mode: multiply;
}
.homeproarrow ul li:hover{
    transform: translateY(-20%);
    transition: .5s;
    border:1px solid #f38917;
}
.ablan {
    position: absolute;
    width: 100%;
    height: 7.2rem;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.31);
    left: 0px;
    bottom: 0px;
}
.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: #FFFFFF;
    font-size: 1.6rem;
    cursor: pointer;
    transition: .5s;
    margin: 0px -4px;
}
.ablan-left li a:hover{
    cursor: pointer;
    color: #f38917;
    transition: .5s;
}
.ablan-left li:hover{
    background: #f38917;
    transition: .5s;
}
.ablan-left li:hover a{
    color:#fff;
    transition: .5s;
}
.ablan-left li.active{
    background:#f38917;

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

}
.bread {
    display: flex;
    justify-content: space-between;
    line-height: 7.4rem;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}
.nybanner{
    position:relative;
}
.nybanner img{
    width:100%;
}

.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: #fff;
    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:#f38917;
    transition: .5s;
}
.contact {
    margin-top: 6rem;
    line-height: 3.6rem;
    font-size: 1.6rem;
}
.contactbig {
    display: flex;
    justify-content: space-between;
}
.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: 1px rgba(255, 255, 255, .1) solid;
    padding: 2.5rem 0px;
}
.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: 0px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.contactright form h4 {
    font-size: 1.6rem;
    line-height: 2.7rem;
}
.kk {
    background: transparent;
    border: #666666 1px solid;
    height: 6rem;
    margin-bottom: 2rem;
}
.kk2 {
    background: transparent;
    border: #666666 1px 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: 20px;
    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: 1px 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: 1px solid #f2f2f2;
}
.rlbt span:first-child {
    font-size: 1.6rem;
}
.rlbt span:last-child {
    font-size: 2.8rem;
    color: #f38917;
    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: 70rem;
    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: 15px;
    overflow: hidden;
}
.xwtjwen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40%;
    background: #fff;
    padding: 3.3rem 3rem 4.1rem 3.3rem;
}
.xwtjtu {
    width: 60%;
    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: #f38917;
    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: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 4rem;
    color: #000;
    text-align: left;
    margin-bottom: 3rem;
}
.nyxw ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nyxw ul:after{
    width:32%;
    content:"";
}
.nyxw ul li {
    width: 32%;
    margin-bottom: 2rem;
    border-radius: 16px;
    overflow: hidden;
}
.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: #f38917;
    transition: .5s;
}
.nyxw .sygcwen section {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color: #8f8f8f;
}
.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:hover .sygcwen {
    background: #f38917;
    transition: .5s;
    color: white;
}
.nyxw ul li:hover .sygcwen section {
    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: #f38917 solid 6px;
}
.xwddright {
    width: 25%;
    background-color: #f0f0f0;
    border-top: #f38917 solid 6px;
}
.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: 32%;
    margin-bottom:2rem
}
.factorieswen {
    text-align: center;
    padding: 3.5rem 0;
    font-size: 2.5rem;
}
.factoriesbig ul li>a {
    display: block;
    line-height: 2.5rem;
    color: #f38917;
    border: 2px solid transparent;
    padding: 0px 0px 0px;
    transition: .3s;
    text-decoration: none;
    text-transform: Uppercase;
}
.factoriesbig ul li:hover a{
    border: 2px solid #f38917;
    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: #f38917;
    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 20px 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: #f38917;
    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: 10rem 0 6rem;
}
.aboutbig{
    display: flex;
    
}
.aboutright {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 1;
}
.aboutleft {
    position: relative;
    width: 45%;
    z-index: 2;
}
.about{
    position:relative;
}

.aboutright img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.aboutright img {
    height: 71.4rem;
}
.aboutleft section {
    font-size: 1.8rem;
    line-height: 2;
    /*text-align: justify;*/
    height: 40rem;
    display: block;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right:3rem;
}
.aboutshuju .shuju{
    position:relative;
    bottom:0;
    width: 100%;
    background:transparent;
    box-shadow: none;
    color:#fff;
}
.aboutshuju{
    background:#f38917;
}
.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;
}
.officetitle{
    font-size: 24px;
    margin-bottom: 5rem;
    font-weight: bold;
    text-align: center;
}
.officetitle i{
    display: block;
    max-width: 40rem;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    margin: 1.5rem auto;
    position: relative;
}
.officetitle i:after{
    content: "";
    display: block;
    width: 11rem;
    position: absolute;
    top: -0.1rem;
    left: 50%;
    margin-left: -5rem;
    height: 0.3rem;
    background: #f38917;
}

.office .swiper-container .swiper-slide span p {
    line-height: 6rem;
    padding: 0px 4rem;
    background: #f38917;
    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;
    position:relative;
}
.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: #f38917;
    border: 2px solid transparent;
    padding: 0px 0px 0px;
    transition: .3s;
    text-decoration: none;
    text-transform: Uppercase;
}
.factory ul li:hover a {
    border: 2px solid #f38917;
    background: transparent;
    transition: .3s;
}
.jiaruwomenbig dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8.7rem;
    background:#f38917;
    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: 1px 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: 1px 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: #f38917;
}
.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: 0px 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:#f38917;
    transition: .5s;
}
.prolistleft {
    width: 25%;
}
.tuijian {
    margin-top: 4rem;
    height: auto;
    overflow: hidden;
    border: 1px 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: 1px solid #eeeeee;
}
.tj-nei {
    height: auto;
    overflow: hidden;
    padding: 1.5rem;
    padding-top: 0px;
}
.tj-nei li {
    list-style-type: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.tj-nei a {
    color: #000;
    display: flex;
    align-items: center;
    border-bottom: 1px #fff solid;
    overflow: hidden;
}
.tj-nei-aa {
    width: 35%;
    float: left;
}

.tj-nei-bb{
    width: 70%;
}
.prolistright {
    width: 73%;
}
.cplb ul {
    display: flex;
    flex-wrap: wrap;
}
.cplb ul li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 2rem;
}
.cptuimg {
    overflow: hidden;
}
.cptuk {
    height: auto;
    overflow: hidden;
    padding: 0.6rem;
    background-color: #FFFFFF;
    transition: all 500ms ease-in 0ms;
}
.cptuk-zi {
    margin-top: 1.2rem;
    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;
}
.cptuk:hover {
    background-color: #f38917;
    transition: all 500ms ease-in 0ms;
}
.cptuk:hover .cptuk-zi{
    color:#fff;
    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: 10px;
    overflow: hidden;
}

.thumbnails li {
    float: left;
    margin-right: 5px;
    width:20%;
}

.thumbnails li img {
    border-radius: 8px;
}

.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: 0px 0px 1.5rem;
    padding-top:1.5rem;
    border-bottom: 1px #e8e8e8 solid;
}

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

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

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

.xqmore {
    margin-top: 7rem;
}

.cpxq-lan {
    height: auto;
    overflow: hidden;
    background-color: #f5f6f6;
    padding-left: 15px;
}

.cpxq-lan span {
    margin-left: 15px;
    line-height: 52px;
    color: #595959;
    font-size: 16px;
    float: left;
}

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

.cpxq-nei {
    padding: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #515151;
}
.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: 2px solid #f38917;
}
.tanchu-lan {
    height: 5.5rem;
    line-height: 5.5rem;
    background-color: #f38917;
    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:#f38917;
}
.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(0px, -50%);
}
.zwcont iframe {
	height:620px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.m_header{
    display: none;
}
.yc{
    display: none;
}
.tool ul li.dropdown>a{
    width:4.4rem;
    height: 4.4rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(255,255,255,.3);
    border-radius: 100%;
    color:#f38917;
}   
.homenews h2 {
    font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
    font-size: 5rem;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 10rem;
    font-weight: bold;
}
.homenews {
    height: auto;
    overflow: hidden;
    padding-top: 9rem;
    padding-bottom: 9.7rem;
    background: #f9f9f9;
}
.xwbjtopleft a {
    width: 13.4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d4d4d;
    border: 0.5px solid #4d4d4d;
    transition: .5s;
    font-size: 1.4rem;
}
.xwbjtopleft a:hover {
    background: #4d4d4d;
    color: #fff;
    transition: .5s;
}
.homenewstop{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 3.7rem;
}
.xwbjtopright {
    width: 65%;
}
.xwbjtopright img {
    width: 100%;
}
.homenewsbottom ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width:100%;
}
.homenewsbottom ul li {
    width: 32.332762%;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, .12);
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}
.homenewsbottom ul li:hover {
    transform: translate(0, -10px);
    transition: .5s;
}
.xwtu {
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.xwtu-zi {
    height: auto;
    overflow: hidden;
    padding: 3.6rem 3.1rem 2rem 3rem;
    font-size: 1.4rem;
    line-height: 2.3rem;
    color: #8c939d;
}
.xwtu-zi h3 {
    font-family: Arial;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    margin-top: 0;
    color: #333333;
    display: flex;
    width: 8.4rem;
    height: 2.2rem;
    align-items: center;
    justify-content: center;
    background: #F4F4F4;
    border-right: 4px solid #212121;
    line-height: 1;
}
.xwtu-zi h4 {
    font-size: 1.8rem;
    margin-top: 0;
    line-height: 2.8rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #1b1d21;
    height: 5.6rem;
    /* 新增的样式 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制最多两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏超出部分的文本 */
}
.xwmore {
    margin-top: 3.7rem;
    height: auto;
    overflow: hidden;
}
.xwtu-zi section{
    height: 4.6rem;
    overflow: hidden;
    /* 新增的样式 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制最多两行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* 隐藏超出部分的文本 */
}
.homerenzheng .center{
    display: flex;
    justify-content: space-between;
}
.homerenzheng .center .left {
    display: block;
    width: calc(50% - 4rem);
    overflow: hidden;
    position: relative;
}
.homerenzheng .center .left dd {
    padding: 0 0 0 4rem;
    position: relative;
    margin: 0 0 4rem 0;
    display: block;
    overflow: hidden;
}
.homerenzheng .center .left dd p {
    display: block;
    overflow: hidden;
}
.homerenzheng .center .left dd p img {
    display: block;
    width: 100%;
}
.homerenzheng .center .left dd .txt {
    padding: 0 0 0 4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.homerenzheng .center .left dd .txt h3 {
    color: #b89076;
    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;
}
.homerenzheng .center .left dd .txt h4 {
    background: rgba(0, 0, 0, 0.8);
    padding: 2rem 2rem 2rem 2rem;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 42rem;
}
.homerenzheng .center .left dd .txt h4 span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1em;
}
.homerenzheng .center .left dd .txt h4 font {
    display: block;
    color: #eee;
    font-size: 1.4rem;
    line-height: 2;
    margin: 2rem 0 0 0;
}
.aboutmis .center .left dd p {
    display: block;
    overflow: hidden;
}
.factory .swiper-button-next{
    background:url(../images/jtr.png);
    width:4.4rem;
    height: 4.4rem;
    background-size: cover;
    right:2rem;
}
.factory .swiper-button-prev{
    background:url(../images/jtl.png);
    width:4.4rem;
    height: 4.4rem;
    background-size: cover;
    left:2rem;
}
#ihonor .swiper-button-next{
    background:url(../images/jtr.png);
    width:4.4rem;
    height: 4.4rem;
    background-size: cover;
    right:0;
}
#ihonor .swiper-button-prev{
    background:url(../images/jtl.png);
    width:4.4rem;
    height: 4.4rem;
    background-size: cover;
    left:0;
}
@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: 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: 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: 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 > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        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: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .banner{
        height: auto;
        padding-top:60px;
    }
    .homeprotop{
        padding:20px;
    }
    .homeprotoptitle {
        font-size: 24px;
        margin: 15px 0 10px 0;
        font-weight: bold;
    }
    .homeprotop ul li{
        width:100%;
        margin-bottom:20px;
        padding-bottom:20px;
    }
    .banner{
        position:relative;
    }
    .homeprotop ul{
        flex-wrap: wrap;
    }
    .homepro{
        padding:20px;
    }
    .homepromid{
        padding-bottom:20px;
    }
    .homeabout{
        padding:20px;
    }
    .homeaboutleft{
        width:100%;
        padding-bottom:20px;
    }
    .shuju ul{
        flex-wrap: wrap;
    }
    .shuju ul li{
        width:100%;
    }
    .shuju{
        position:relative;
        width:100%;
        height: auto;
    }
    .homeaboutright{
        position:relative;
        width:100%;
        padding-bottom:0px;
    }
    .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:20px;
    }
    .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:20px;
    }
    .homecontactright form input{
        width:100%;
    }
    .homecontactbig{
        justify-content: center;
    }
    .shuju ul li {
    width: 33.33%;
    padding: 4rem 2rem;
    text-align: center;
    }
    .shuju ul li span{
    margin:2rem 0 1rem; 
    font-size:2.5rem;
    }
    .shuju ul li sup {
    font-size: 1.6rem;
    }
    .shuju ul li p {
    font-size: 1.5rem;
    font-weight: bold;
}
    .shuju ul li img {
    width: 4rem;
    margin-left: 17px;
}
    .homenews{
     padding: 20px;   
    }
    .homenews h2 {
    font-size: 30px;
    margin-bottom: 2rem;
    font-weight: bold;
    }
    .xwbjtopleft {
    width: 35%;
    }
    .xwbjtopright {
    width: 65%;
    }
    .xwbjtopleft a {
    width: 8.4rem;
    height: 3rem;
}
    .homenewsbottom ul {
    display: block;
    width: 100%;
    }
    .homenewsbottom ul li {
    width: 100%;
    margin: 10px 0;
}
.contactleft dl h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
    .dibudh{
        display: none;
    }
    .banquanbig {
      flex-wrap: wrap;
      line-height: 2;
      padding: 20px;
    }
    .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: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: 20px;
        width: 20px;
    }
    .fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #f38917;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
    }
    .bread {
        line-height: 2;
    }
    .aboutleft{
        width:100%;
    }
    .ablan-left{
        width:100%;
    }
    .ablan-left li a{
        line-height: 2;
    }
    .ablan-left li{
        line-height:2;
        height: auto;
        width:100%;
        background:transparent;
        padding: 0 1rem;
    }
    .bread a{
        line-height: 2;
    }
    .about{
        padding:20px;
    }
    .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:20px;
    }
    .factory ul li{
        width:100%;
    }
    .prolist{
        padding:20px;
    }
    .prolistbig{
        flex-wrap: wrap;
    }
    .prolistleft{
        width:100%;
    }
    .cplb ul li{
        width:100%;
    }
    .prolistright{
        width:100%;
        margin-top:20px;
    }
    .prodetailsl{
        width:100%;
    }
    .prodetailsr {
        width: 100%;
    }
    .prodetails{
        flex-wrap: wrap;
    }
    .prolistright{
        padding:0px;
        /*background:#fff;*/
    }
    .ablanbig{
        padding:10px 10px;
    }
    .business{
        padding:20px;
    }
    .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:20px;
    }
    .factories{
        padding:20px;
    }
    .factoriesbig ul li{
        width:100%;
    }
    .factorieswen{
        padding:1.5rem 0;
    }
    .huiyi ul{
        margin:0;
        padding:20px ;
    }
    .huiyi ul li {
        width: 100%;
    }
    .xwny{
        padding:20px;
    }
    .xwddleft{
        padding:20px;
        width:100%;
        margin-bottom:20px;
    }
    .xwddright {
        width: 100%;
    }
    .xwddbig{
        flex-wrap: wrap;
    }
    .nyxw{
        padding:20px;
    }
    .xwtjbig a{
        flex-wrap: wrap;
    }
    .xwtjwen{
        width:100%;
        padding: 3.3rem 3rem 3rem 3.3rem;
    }
    .xwtjtu {
        width: 100%;
        overflow: hidden;
    }
    .nyxw ul li{
        width:100%;
    }
    .contact{
        margin:0;
        padding:20px;
    }
    .contactleft{
        width:100%;
    }
    .contactright{
        width:100%;
    }
    .contactbig{
        flex-wrap: wrap;
    }
    .contactleft dl dd{
        width: calc(100% - 4rem);
    }
    .nybanner{
        margin-top:6rem;
    }
    .ablan{
        position:relative;
        background:#000;
    }
    .ablan-left li {
        width: 50%;
    }
    .homerenzheng .center{
        flex-wrap: wrap;
    }
    .homerenzheng .center .left{
        width:100%;
    }
    .homerenzheng .center .left dd .txt{
        padding-left:0;
        width:100%;
        position:relative;
    }
    .homerenzheng .center{
        padding:20px;
    }
    .homerenzheng .center .left dd{
        padding:0;
    }
    .homerenzheng .center .left dd .txt h4{
        width:100%;
        height: 100%;
    }
    footer{
        padding:20px;
    }
    .banquanbig{
        padding:0;
    }
    .rlyqn {
    padding: 4rem 2rem 3.6rem;
    display: block;
    }
   .rlyqwright {
    width: 100%;
    padding-left: 0rem;
    background: none !important;
    }
    .rlyqwleft {
    width: 100%;
    }
    .gangwei {
    margin-bottom: 5rem;
    }
    .homeprobg {
    margin-left: -20px;
    }
    .xwtjwen span {
    margin-bottom: 2.5rem;
}
.xwtjwenbig h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
.xwtjwenbig h3 {
    font-size: 1.4rem;
}
.moretime{
    font-size: 1.4rem;
}
}