*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    font-size: 14px;
    color: #333;
    background: #F5F3F2;
}
.max{
    max-width: 1200px;
    margin: auto;
}
img{
    max-width: 100%;
}

.flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header{
    position: relative;
}
header>div{
    background: #000;
    padding: 10px 0;
}
.logo img{
    display: block;
    height: 35px;
}
.head-r{
    display: flex;
    align-items: center;
}
.head-nav ul{
    display: flex;
}
.head-nav ul li{
    position: relative;
    width: 80px;
}
.head-nav ul li>a{
    display: block;
    /* padding: 0 10px; */
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: relative;
}

.head-nav ul li:hover>a:before{
    display: block;
}
.en{
    padding: 0 15px;
}
.en a{
    color: #fff;
}
.search {
    width: 200px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    border:1px solid rgb(95, 95, 95);
    display: flex;
}
.search  input{
    background: none;
    outline: none;
    padding-left: 10px;
    width: 100%;
    flex: 1;
    border: none;
    color: #fff;
}
.search  button{
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: none;
    outline: none;
    border: none;
    border-left: 1px solid rgb(95, 95, 95);
    cursor: pointer;
}
.banner .swiper-slide img{
    width: 100%;
    display: block;
}
.banner .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 10px;
}
.banner .swiper-pagination-bullet-active{
    background: #df3030;;
}
.one-list{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 600px;
}
.one-list>div{
    height: 800px;
    width: 21%;
    transform: rotate(10deg);
    transform-origin: right top;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88);
}
.one-list>div img{
    width: 170%;
    height: 80%;
    position: absolute;
    left: -30%;
    top: 0;
    max-width: 200%;
    transform: rotate(
-10deg);
    transition: all .3s;
}
.one-list>div:nth-child(1){

    z-index: 17;
}
.one-list>div:nth-child(2){

    z-index: 16;
}
.one-list>div:nth-child(3){

    z-index: 15;
}
.one-list>div:nth-child(4){

    z-index: 14;
}
.one-list>div:nth-child(5){

    z-index: 13;
    overflow: initial;
    flex: 1;
}
.one-list>div:nth-child(5) p{
    top: 49%;
}
.pad4{
    padding: 4vw 0;
}
.one-list>div p{
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    /*transform: rotate(-10deg);*/
    text-align: center;
    z-index: 15;
}
/* .one-list>div::after{
    content: "";
    width: 200%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 18;
} */
.one-list>div a{
    width: 170%;
    height: 80%;
    position: absolute;
    left: -30%;
    top: 0;
    max-width: 200%;
    transform: rotate( 
-10deg);
    transition: all .3s;
    background: rgba(0,0,0,0.3);

}
.one-list>div:hover img{
    transform: scale(1.1) rotate(-10deg);
    /* transform: rotate(-10deg); */
}
.one-list>div:hover a{
    background: none;
}
.title{
    font-size: 28px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}
.two-tab{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.two-tab li a{
    display: block;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
}
.two-tab .on a{
    color: #df3030;
}
.two-tab .on a::after{
    content: "";
    width: 40px;
    height: 2px;
    background: #df3030;
    position: absolute;
    left: calc(50% - 20px);
    bottom: 0;
}
.two-tab li:hover a{
    color: #df3030;
}
.two-tab li:hover a::after{
    content: "";
    width: 40px;
    height: 2px;
    background: #df3030;
    position: absolute;
    left: calc(50% - 20px);
    bottom: 0;
}
.two-list ul{
    display: flex;
    flex-wrap: wrap;
}
.two-list ul li{
    padding: 0 15px;
    width: 25%;
    margin-bottom: 30px;
}
.two-list ul li a{
    background: #fff;
    box-shadow: 0 0 10px #df303085;
    padding: 10px;
    display: block;
    text-align: center;
    border: 1px solid transparent;
    transition: all .3s;
}
.two-list ul li:hover a{
    border: 1px solid #df3030;
}
.two-list ul li p{
    color: #333;
    line-height: 35px;
}
.two-list ul li div{
    height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.three{
    position: relative;
}
.three img{
    width: 100%;
    display: block;
}
.gd{
    width: 150px;
    line-height: 40px;
    text-align: center;
    background: #df3030;
    color: #fff;
    display: block;
    margin: auto;
    margin-top: 40px;
}
.three-c{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.three-c div h3{
    color: #fff;
    font-size: 2.2vw;
    position: relative;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.three-c div h3::after{
    content: "";
    width: 50px;
    height: 2px;
    background: #df3030;
    position: absolute;
    left:calc(50% - 25px);
    bottom: 0;

}
.three-c div p{
    color: #f1f1f1;
    font-size: 22px;
    margin-bottom: 30px;
}
.three-c div img{
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}
.four-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between  ;
}
.four-list img{
    height: 40px;
}
.four-list h4{
    font-size: 26px;
    font-weight: 600;
    margin: 10px 0;
}
.four-list p{
    font-size: 16px;
    font-weight: 400;
}
.five{
    padding: 40px 0;
    background: #000;
}
.five-title{
    margin-bottom: 30px;
    /* display: flex; */
}
.five-title h3{
    color:#fff;
    font-size: 26px;
    font-weight: 400;
}
.five-title span{
    color: #df3030;
    font-size: 16px;
    margin-left: 10px;
}
.five-img img{
    width: 100%;
}
.five-text{
    margin-top: 10px;
}
.five-text div{
    display: flex;
    align-items: center;
    color: #fff;
}
.five-text i{
    margin-right: 10px;
}
.five-text p{
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.five-slide .swiper-button-next{
    color: #fff;
}
.five-slide .swiper-button-prev{
    color: #fff;
}
.five-slide .swiper-button-prev{
    height: 100%;
    background: rgba(0,0,0,0.1);
    top: 0;
    padding: 0 30px;
    left: 0;
     transform: all .3s;
}
.five-slide .swiper-button-next{
        height: 100%;
    background: rgba(0,0,0,0.1);
        top: 0;
            padding: 0 30px;
            right: 0;
            transform: all .3s;
}
.five-slide .swiper-button-prev:hover{
     background: rgba(0,0,0,0.3);
}
.five-slide .swiper-button-next:hover{
     background: rgba(0,0,0,0.3);
}
footer{
    background: #000;
    padding-top: 80px;
}
.foot-c{
    display: flex;
}
.foot-logo {
    display: block;
}
.foot-logo img{
    height: 40px;
}
.foot-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-list{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.foot-list li h5{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}
.foot-list li a{
    display: block;
    color: #fff;
    line-height: 35px;
}
.foot-l{
    width: 48%;
}
.foot-r{
    width: 48%;
}
.foot-lx{
    display: flex;
    margin-top: 30px;
}
.foot-ewm{
    display: flex;
}
.foot-ewm>div{
    width: 130px;
    margin-right: 10px;
}
.foot-ewm img{
    display: block;
    width: 100%;
}
.foot-ewm p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.foot-r h3{
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    font-weight: 400;
}
.foot-text p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
}
.foot-text a{
    color: #fff;
    font-size: 12px;
}
.foot-link{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.foot-link a{
    color: #fff;
    margin-right: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    position: relative;

}
.foot-link a div{
    width:120px;
    height: 120px;
background: #fff;
padding: 10px;
position: absolute;
left: 0;
bottom: 100%;
border-radius: 5px;
display: none;
}
.foot-link a div img{
    width: 100%;
    display: block;
    height: 100%;
}
.foot-link a i{
    font-size: 20px;
}
.foot-link a:hover{
    color: #df3030;
}
.foot-link a:hover div{
    display: block;
}
.foot-b{
    line-height: 50px;
   /*** text-align: right;***/
}
.foot-b img{
    width:20px;
    vertical-align: middle;
}
.foot-b a{
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.foot-b a:hover{
    color: #df3030;
}
.more{
    display: none;
}
.down{
    display: none;
}
.banr img{
    display: block;
    width: 100%;
}
.about-c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-c>div{
    width: 48%;
}
.about-title{
    position: relative;
    padding: 30px 0;
    margin-bottom: 30px;
}
.about-title h3{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #000;
    position: relative;
    z-index: 14;
}
.about-title img{
    width: 300px;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 20px;
}
.about-c img{
    width: 100%;
}
.about-c h3{
    font-size: 24px;
    padding-left: 20px;
    position: relative;
    color: #000;
    margin-bottom: 20px;
}
.about-c h3::after{
    content: "";
    width: 5px;
    height: 20px;
    background: #df3030;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}
.about-c p{
    font-size: 16px;
    line-height: 1.8;
    text-indent: 2em;
}
.sh-title{
    text-align: center;
    margin-top: 10px;
}
.sh-title h3{
    color: #df3030;
    font-weight: 400;
    font-size: 20px;
}
.sh .about-title{
    margin-bottom: 0;
}
.sh-size{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}
.sh-size>div{
    width: 33.3%;
    text-align: center;
}
.sh-size h3{
    font-size: 32px;
    color: #df3030;
}
.sh-size span{
    font-size: 14px;
    color: #000;
}
.sh-list{
    border-radius: 15px;
    border: 1px solid #df3030;
    padding: 30px;
    position: relative;
}
.sh-list h3{
    color: #df3030;
    font-size: 20px;
}
.sh-list div{
    color: #000;
    margin-top: 20px;
    line-height: 1.5;
}
.sh-list p{
    color: #000;
    line-height: 1.5;
}
.sh-list::after{
    content: "";
    width: 200px;
    height: 5px;
    background: #df3030;
    position: absolute;
    left: calc(50% - 100px);
    top: -3px;
    border-radius: 3px;
}
.sh-b p{
    margin-bottom: 20px;
    margin-top: 5px;
}
.sh{
    padding-bottom: 4vw;
}
.news-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-list li{
    width: 31%;
    background: #fff;
    padding: 10px;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #999;
    border: 1px solid transparent;
    transition: all .3s;
    border-radius: 8px;
}
.news-list:after{
    content: "";
    width: 31%;
}
.news-list li:hover{
    border-color: #df3030;
}
.news-list li img{
    display: block;
    width: 100%;
}
.time{
    color: #000;
    margin: 10px 0;
}
.time i{
    margin-right: 10px;
}
.news-list li h3{
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;   
    overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      word-break: break-all;

}
.news-list li p{
    color: #000;
    margin-bottom: 10px;
    overflow: hidden;
      text-overflow: ellipsis;
      width: 100%;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      word-break: break-all;
}
.news-b{
    color: #000;
    font-weight: 600;
}
.page{
    padding: 30px 0;
    text-align: center;
}
.map img{
    width: 100%;
    display: block;
}
.cont-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map{
    width: 45%;
    margin-top: 0 !important;
}
.text{
    width: 50%;
    margin-top: 0 !important;
}
.contact{
    margin-bottom: 40px;
}
.text-list{
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
}
.text-list li{
    display: flex;
    line-height: 50px;
    border-bottom: 1px solid #000;
}
.text-list li p{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #000;
}
.text-list li img{
    margin-right: 15px;
    display: block;
}
.text-list li:last-child{
    border: none;
}
.text-list li span{
    padding-left: 10px;
}
.text h3{
    margin-bottom: 20px;
}
.form{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-radius: 5px;
    /*overflow: hidden;*/
    margin-bottom: 60px;
}
.name{
    width: 150px;
    border-right: 1px solid #000;
}
.form-t input{
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0 10px;
    outline: none;
    border: none;
}

.area{
    width: 100%;
    height: 80px;
    outline: none;
}
.area textarea{
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    outline: none;
}
.phone{
    width: 100%;
    flex: 1;
}
.form-t{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #000;
}
.form-t>div{
    height: 40px;
}
.form div{
    margin-top: 0 !important;
}
.sbm{
    width: 150px;
    line-height: 40px;
    text-align: center;
    background: #df3030;
    color: #fff;
    display: block;
    margin: auto;
    margin-top: 20px;
    border: none;
    cursor: pointer;
}
.ohistory_item{
    display: flex;
}
.ohistory_date {
    padding-top: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    margin-right: 30px;
    margin-left: 30px;
    font-weight: normal;
    font-size: 40px;
    color: #d1d1d1;
}
.ohistory_txt {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    position: relative;
}
.ohistory_txt::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    border-left-style: solid;
    border-left-width: 2px;
    top: 5px;
    left: -1px;
    opacity: 0.17;
}
.ohistory_txt h4 {
    width: calc(100% - 20px);
    position: relative;
    padding-left: 30px;
    display: inline-block;
    color: #2c2c2c;
    font-size: 18px;
    vertical-align: top;
    padding: 20px;
    margin-left: 20px;
}
.ohistory_txt h4::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 2px solid #e5e5e5;
    background-color: #df3030;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    margin-top: -8px;
    left: -29px;
}
.ohistory_ps {
    width: 100%;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    opacity: 0.79;
    max-width: 520px;
    display: inline-block;
    min-height: 60px;
}
.honour-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.honour-list li{
    width: 32%;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    padding-bottom: 0;
    border: 1px solid transparent;
    transition: all .3s;
    box-shadow: 0 0 10px #df303085;
}
.honour-list li img{
    width: 100%;
    display: block;
}
.honour-list li p{
    color: #000;
    line-height: 40px;
    text-align: center;
}
.honour-list li:hover{
    border-color: #df3030;
}
.new-c{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
}
.new-title{
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
}
.new-title h3{
    font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}
.new-title div span{
    font-size: 12px;
    color: #999999;
    padding: 0 8px;
    border-right: 1px dotted #b6b6b6;
}
.new-title div span:last-child{
    border: none;
}
.new-cont{
    padding: 30px 0;
    border-bottom: 1px dotted #b6b6b6;
  
}
.new-cont p{
    line-height: 1.8;
    color: #333;
    text-indent: 2em;
}
.new-cont div{
    margin: 20px;
    text-align: center;
}
.new-cont div img{
    max-width: 100%;
}
.new-netx{
    display: flex;
}
.new-netx a{
    height: 70px;
    line-height: 70px;
    width: 50%;
    font-size: 13px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-netx a:nth-child(1){

    padding-left: 20px;
    background: url(../img/newsdetialsarticle_icon10.png) no-repeat left center;
}
.new-netx a:nth-child(2){
    border-left: 1px solid #e7e7e7;
text-align: right;
    padding-right: 20px;
    text-align: right;
    background: url(../img/newsdetialsarticle_icon11.png) no-repeat right center;
}
.product-c{
    display: flex;
    flex-wrap: wrap;
}
.product-c{
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-start;
    padding: 3vw 0;
}
.product-tab{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid #000;
}
.product-tab a{
    color: #000;
    font-size: 16px;
    padding: 8px 25px ;
    background: transparent;
    border-radius: 8px;
    margin: 0 30px;
}
.product-tab a.on{
    background: #df3030;
    color: #fff;
}
.product-l{
    width: 30%;
    box-shadow: 0 0 10px #df303085;
    padding: 20px;
}
.product-r{
    width: 65%;
}
.add{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.add a{
    color: #000;
}
.pr-text{
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    line-height: 1.8;
}
.pr-a{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.pr-a a{
    padding: 8px 25px ;
    background: #df3030;
    border-radius: 8px;
    color: #fff;
    margin: 0 10px;
}
.pr-class{
    padding-top: 20px;
    border-top: 1px solid #000;
}
.pr-list{
    margin-top: 10px;
}
.pr-list li{
    
    border-bottom: 1px solid #000;
}
.pr-list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #000;
}
.pr-list li p{
    display: flex;
    align-items: center;
    font-size: 16px;
} 
.pr-list li p i{
    width: 18px;
    height: 18px;
    border: 1px solid #666;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
}
.pr-list li.on p i::after{
    content: "";
    width: 12px;
    height: 12px;
    background: #df3030;
    border-radius: 3px;
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 6px);
}
.pr-list li span{
    color: #666;
}

.product-r .two-list li{
    width: 32%;
}
/* .product-r{
    padding: 30px 0;
} */
.return{
    margin-bottom: 20px;
    
}
.return a{
    padding: 5px 15px;
    color: #666;
    border-radius: 30px;
    background: #fff;
    font-size: 12px;
    box-shadow: 0 0 10px #df303085;
    display: flex;
    align-items: center;
    display: inline-block;
}
.pr-t{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pr-t>div{
    width: 48%;
}
.xz{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.pr-txt>p{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    /*align-items: center;*/
}
.pr-txt>p strong{
    flex: none;
    /*text-align: right;*/
}
.pr-txt>p span{
    max-width: 70%;
    text-align: right;
}
.pr-form h3{
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pr-form h3::after{
    width: 30px;
    height: 1px;
    background: #000;
    content: "";
    left: calc(50% - 15px);
    bottom: 0;
    position: absolute;
}
.pr-form>div{
    margin-bottom: 5px;
}
.pr-form input{
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 1px solid #666;
    padding-left: 10px;
    outline: none;
}
.pr-form p{
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
}
.pr-form button{
    width: 100%;
    line-height: 35px;
    color: #fff;
    background: #df3030;
    display: block;
    border: none;
    cursor: pointer;
}
.pr-title{
    margin-top: 50px;
}
.pr-title h3{
    font-size: 20px;
    line-height: 40px;
    position: relative;
    margin-bottom: 30px;
}
.pr-title h3::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #333;
    left: 0;
    bottom: 0;
}
.pr-title .two-list ul li{
    width: 33.3%;
}
.t360{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,0.6);
    display: none;
}
.close{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.t360-c{
    position: relative;
    width: 400px;
    height: 400px;
    /* margin: auto; */
    left: calc(50% - 200px);
    top: calc(50% - 200px);
    background: #fff;
}
.close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 99;
}
.two-list{
    display: none;
}
.two-list:nth-child(1){
    display: block;
}

.one-li{
    display: flex;
    height: 550px;
    position: relative;
    overflow: hidden;
}
.one-li>div{
    height: 100%;
    position: absolute;
    /* width:600px; */
    height: 550px;
    top: 0;
    box-sizing: border-box;
}
.one-li>div a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;

    z-index: 17;
}
.one-li>div img{
   height: 100%;
   transition: all .3s;
}
.one-li>div:hover img{
    transform: scale(1.1);
}
.one-li>div>div{
    position: relative;
    width: 100%;
    height: 100%;

}
.one-li>div:nth-child(1){
    left: 0;
    z-index: 16;
}
.one-li>div:nth-child(2){
    left: 91px;
    z-index: 15;
}
.one-li>div:nth-child(3){
    left: 346px;
    z-index: 14;
}
.one-li>div:nth-child(4){
    left: 601px;
    z-index: 13;
}
.one-li>div:nth-child(5){
    right: 0;
    left: auto;
    z-index: 14;
}
.one-li>div:nth-child(1) a{
    padding-right: 94px;
}
.one-li>div:nth-child(5) a{
    padding-left: 94px;
}
.one-m ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one-m ul li{
    width: 49%;
    position: relative;
    margin-bottom: 10px;
}
.one-m ul li img{
    width: 100%;
    display: block;
}
.one-m ul li p{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.one-m{
    display: none;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
    max-width: 100% !important;
    width: 100% !important;
}
#wpforms-137-field_4-container{
    display: none;
}
#wpforms-form-137 input{
    border: none !important;
    border-bottom: 1px solid #000 !important;
}
#wpforms-submit-137{
    width: 100%;
    display: block;
    padding: 2px 10px !important;
    border: none !important;
    color: #fff !important;
    background: #df3030 !important;
    margin-top: 30px;
}
.pr-form{
    position: relative;
}
.pr-form p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 46px;
}
#wpforms-138{
    width: 100%;
    margin-bottom: 0 !important;
}
#wpforms-138 .wpforms-field-container{
    display: flex;
    flex-wrap: wrap;
}

#wpforms-138 .wpforms-field-container>div{
    padding: 0 !important;
}
#wpforms-138-field_1-container{
    width: 30%;
     border-right: 1px solid #000 !important;
}
#wpforms-138 input{
    border: none !important;
   
}
#wpforms-138-field_2-container{
    width: 70%;
    flex: 1;
}
#wpforms-138-field_5-container{
         border-top: 1px solid #000 !important;
    width: 100%;
}
#wpforms-138-field_5-container textarea{
    width: 100%;
    height: 80px;
    max-width: 100%;
    border: none !important;
}
.form{
    position: relative;
}
#wpforms-138 .wpforms-submit-container{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
}
#wpforms-submit-138{
    width: 150px;
    line-height: 40px;
    text-align: center;
    background: #df3030;
    color: #fff;
    display: block;
    margin: auto;
    border: none;
    cursor: pointer;
    padding: 0 !important;
}
.wp-pagenavi{
    display: flex;
    justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 8px 12px;
    margin: 2px;
    color: #313131;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #df3030;
    color: #df3030;
}
.en{
    position: relative;
}
.en>a{
    line-height: 50px;
    display: block;
}
.banner .swiper-button-next{
    color: #df3030;
}
.banner .swiper-button-prev{
       color: #df3030;
}
@media (min-width:768px) {
    .nav-two{
        width: 150px;
        position: absolute;
        left: calc(50% - 75px);
        top: 100%;
        z-index: 15;
        display: none;
    }
    .head-nav ul li>a::after{
    content: "";
    width: 1px;
    height: 18px;
    top: 16px;
    right: 0;
    position: absolute;
    background: rgb(95, 95, 95);
}
.head-nav ul li>a:before{
    content: "";
    height: 2px;
    width: 60%;
    background: #df3030;
    position: absolute;
    left: 20%;
    bottom: 10px;
    display: none;
}
.head-nav ul li:hover>a{
    color: #df3030;
}
.head-nav ul .on>a{
    color: #df3030;
}
.head-nav ul .on>a:before{
    display: block;
}
    .en-two{
    width: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: 100%;
    z-index: 15;
    display: none;
}
.en-two a{
        color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #202020;
    border-bottom: 1px solid #f2f2f2;
    transition: all .3s;
}
.en-two a:hover{
    background: #df3030;
    color: #fff;
}
.en:hover .en-two{
    display: block;
}
    .nav-two a{
        color: #fff;
        text-align: center;
        line-height: 40px;
        display: block;
        background: #202020;
        border-bottom: 1px solid #f2f2f2;
        transition: all .3s;
       
    }
    .nav-two a:hover{
        background: #df3030;
        border-color: #df3030;
    }
    .head-nav ul li:hover .nav-two{
        display: block;
    }
    .nav-l{
        position: absolute;
        left: 0;
        top: 80%;
        width: 100%;
        z-index: 15;
        display: none;
        padding-top: 15px;
    }
    .nav-c{
        background: #fff;
        padding: 30px 10%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .head-nav ul li:nth-child(4){
        position: inherit;
    }
    .nav-c div{
        width: 18% ;
    }
    .nav-c div img{
        width: 100%;
        display: block;
    }
    .nav-c div p{
        margin-top: 20px;
        color: #000;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
    }
    .nav-c div p i{
        font-size: 20px;
    }
    .nav-c div:hover p{
        color: #df3030;
    }
    .head-nav ul li:nth-child(4):hover .nav-l{
        display: block;
    }
}
@media (max-width:1200px) {
    .max{
        padding: 0 10px;
    }
}
@media (max-width:768px){
    .head-r{
        display: none;
    }
    .more{
        display: block;
        color: #fff;
        
    }
    .one-list{
        display: none;
    }
    .more i{
        font-size: 18px;
    }
    .head-r{
        display: flex;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #000;
        z-index: 30;
        flex-wrap: wrap;
        border-top: 1px solid #fff;
        padding: 20px 0;
        display: none;
    }
    head-nav{
        width: 100%;
    }
    .head-nav ul{
        flex-wrap: wrap;
        width: 100%;
    }
    .head-nav ul li{
        width: 100%;
    }
    .head-nav ul li a{
        text-align: left;
        padding: 0 20px;
        display: block;
    }
    .nav-l{
        display: none;
    }
    .nav-two {
        display: none;
    }
    .nav-two .nav-two a{
        display: block;
        padding: 0 25px !important;
        line-height: 40px;
    }
    .en{
        padding: 0 25px;
        line-height: 40px;
        display: block;
        width: 100%;
    }
    .search{
        margin-left: 25px;
        margin-top: 10px;
    }
    .down{
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
    }
    .down img{
        width: 24px;
        height: 24px;
    }
    .nav-two a{
        color: #fff;
        line-height: 35px;
        padding: 0 30px !important;
    }
    .one-list{
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between;
         
    }
    .one-list>div{
        height: auto;
    width: 48%;
    transform: rotate(
0deg);
    transform-origin: right top;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 0.5, 0.46, 0.88);
    background: none !important;
    margin-bottom: 10px;
    }
    .one-list>div img{
        width: 100%;
        transform: rotate(0deg);
        position: inherit;
        height: auto;
        left: 0;
        display: block;
    }
    .one-list>div a{
        position: absolute;
        left: 0;
        top: 0;
    }
    .one-list>div p {
width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 40%;
/*    transform: rotate(*/
/*-10deg);*/
    text-align: center;
    z-index: 15;
    }
    .title{
        font-size: 22px;
    }
    .two-tab li a{
        margin-bottom: 10px;
    }
    .two-list ul li{
        width: 50%;
    }
    .three-c div h3{
        font-size: 22px;
    }
    .three-c div p{
        font-size: 16px;
        margin-bottom: 20px;
    }
    .three-c div img{
        width: 40px;
        height: 40px;
    }
    .four-list li{
        width: 33.3%;
        text-align: center;
        margin: 10px 0;
    }
    .four-list img{
        height: 30px;
    }
    .four-list h4{
        font-size: 18px;
    }
    .four-list p {
        font-size: 14px;
    }

    .five-slide .swiper-button-next:after{
        font-size: 20px;
    }
    .five-slide .swiper-button-prev:after{
        font-size: 20px;
    }
    .five-title h3{
        font-size: 22px;
    }
    .five-text p{
        font-size: 14px;
    }
    .five-title span{
        font-size: 14px;
    }
    .foot-l{
        width: 100%;
    }
    .foot-list{
        display: none;
    }
    .foot-r h3{
        display: none;
    }
    .foot-lx{
        flex-wrap: wrap;
    }
    .foot-ewm{
        width: 100%;
        /* justify-content: center; */
        margin-bottom: 20px;
    }
    .foot-r{
        width: 100%;
    }
    
    .foot-text p{
        font-size:14px;
    }
    .foot-link{
        justify-content: center;
    }
    .foot-link a{
        margin-top: 20px;
    }
    footer{
        padding-top: 40px;
    }
    .banner .swiper-pagination-bullet{
        width: 25px;
    }
    .about-title h3{
        font-size: 24px;
    }
    .about-title img{
        width: 250px;
        left: calc(50% - 125px);
    }
    .about-c>div{
        width: 100%;
    }
    .about-c h3{
        font-size: 20px;
        margin-top: 20px;
    }
    .sh-size h3{
        font-size: 26px;
    }
    .sh-list h3{
        font-size: 18px;
    }
    .news-list li{
        width: 49%;
        margin-bottom: 20px;
        padding: 5px;
    }
    .time{
        margin: 5px 0;
    }
    .news-list li h3{
        font-size: 15px;
    }
    .map{
        width: 100%;
    }
    .text{
        width: 100%;
    }
    .ohistory_date {
        padding-top: 16px;
        font-size: 20px;
    margin: 0 20px;
    }
    .ohistory_txt::before {
        left: -4px;
    }
    .ohistory_txt h4 {
        padding: 20px 10px 10px 10px;
        font-size: 15px;
    }
    .ohistory_txt h4::before {
        width: 9px;
        height: 9px;
    }
    .ohistory_ps {
        min-height: 25px;
    }
    .honour-list li{
        width: 49%;
    }
    .new-c{
        padding: 10px 10px 0 10px;
    }
    .product-l{
        width: 100%;
        margin-bottom: 30px;
    }
    .product-r{
        width: 100%;
    }
    .pr-t>div{
        width: 100%;
    }
    .pr-slide{
        width: 100%;
        margin-bottom: 20px;
    }
    .pr-title .two-list ul li{
        width: 50%;
    }
    .product-tab a{
        font-size: 12px;
        margin: 0 10px;
    }
    .product-r .two-list li{
        width: 50%;
    }
    .car{
        width: 100%;
    }
    .t360-c{
        width: 100%;
        left: 0;
    }
    .two-list ul li{
        padding: 0 10px;
    }
    .one-m{
    display: block;
}
.one-li{
    display: none;
}
.map{
    height: 400px;
    width: 100%;
}
.text-list li img{
    width: 20px;
    /*height: 20px;*/
    margin-right: 5px;
}
.sh-list{
    padding: 10px;
}
.text-list li p{
    width: 120px;
}
.en>a{
    display: none;
}
.en-two a{
    display: block;
    line-height: 50px;
}
}
