*{ margin:0; padding:0}
body { width:100%;margin:0 auto; font-size:14px; font-family:""; line-height:150%;color:#4d4d4d;position:relative;letter-spacing: 0px;}
ul,dl,dd,dt,h1,h2,h3,h4,h5,h6,form { padding:0; margin:0;}
h1 { font-size:20px; font-family:'Microsoft YaHei';}
h2 { font-size:12px; font-weight:normal;}
h3 { font-size:14px; font-weight:normal;}
h4 { font-size:12px; font-weight:normal;}
h5 { font-size:12px; font-weight:normal;}
ul { list-style:none;}
li { list-style:none;}
img { border:none;}
a {color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
p{ word-spacing:-1.5px; padding:0; margin:0;}
section{display: flex;width: 100%;position: relative;flex-direction: column;justify-content: center;align-items: center;background: #fff;}
input{border:0;outline:none;}


.d-flex{display: flex;}
.al-c{align-items: center;}
.jc-c{justify-content: center;}
.jc-s{justify-content: space-between;}
.al-fs{align-items: flex-start;}
.p-r{position: relative;}
.p-a{position: absolute;}
.p-f{position: fixed;}
.w100{width: 100%;}
.ft14{font-size: 0.14rem;line-height: 150%;}
.ft18{font-size: 0.18rem;line-height: 150%;}
.ft20{font-size: 0.2rem;line-height: 150%;}
.ft22{font-size: 0.22rem;line-height: 150%;}
.ft24{font-size: 0.24rem;line-height: 150%;}
.ft25{font-size: 0.25rem;line-height: 150%;}
.ft26{font-size: 0.26rem;line-height: 150%;}
.ft28{font-size: 0.28rem;line-height: 150%;}
.ft30{font-size: 0.30rem;line-height: 150%;}
.ft35{font-size: 0.35rem;line-height: 150%;}
.ft36{font-size: 0.36rem;line-height: 150%;}
.ft40{font-size: 0.4rem;line-height: 150%;}
.ft42{font-size: 0.42rem;line-height: 150%;}
.ft48{font-size: 0.48rem;line-height: 150%;}
.ft60{font-size: 0.6rem;line-height: 150%;}
.mt30{margin-bottom: 0.3rem;}
.m_t50{margin-top: 0.5rem;}
.none{display: none;}
.flex-column{flex-direction: column;}
.wrap{flex-wrap: wrap;}
.mw100{max-width: 100%;}
.w1920{width: 19.2rem;}
/* .min1920{min-width: 1920px;} */
.fsour{font-family: 'sour';}
.avtive{color: #ff9900;}
.lh150{line-height: 150%;}
.w1400{width: 1400px;}
:root{
    --bgcolor:#0e6eb8;
    --fontcolor:#0e6eb8;
    --b-r:0.05rem;
    --hoverbg:#0e6eb8;
    --hoverfont:#0e6eb8;
}
.header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11000;
}
.head{
}
.logobox{}
.logobox .logo{
    width: 85px;
}
.logobox .logo2{
    width: 190px;
}
.navbox{}
.navlist{
    margin: 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navlist.active{}
.nav-item{
    color: #fff;
    font-size: 16px;
}
.openbtn{
    border-top: 5px #fff solid;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    display: flex;
    margin: 5px 0 0 5px;
}
.s-navbox{
    display: none;
    position: absolute;
    flex-direction: column;
    top: 100%;
    background: var(--bgcolor);
}
.s-navlist{
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 10px;
    position: relative;
}
.s-navitem{
    color: #fff;
    display: flex;
    width: max-content;
}
.s-openbtn{
    display: none;
}
.t-navbox{
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    flex-direction: column;
    background: var(--bgcolor);
}
.t-navitem{
    width: max-content;
    color: #fff;
    display: flex;
    height: 35px;
    align-items: center;
    padding: 0 10px;
}
.quote{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 45px;
    background: var(--bgcolor);
    color: #fff;
    border-radius: var(--b-r);
    font-weight: bold;
}

.banner2box{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
    background-size: 100% 100%;
    flex-direction: column;
}
.banner2box .p1{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    line-height: 150%;
}
.banner2box .p2{
    font-size: 16px;
    color: #fff;
    margin: 25px;
    line-height: 150%;
}
.banner2box .a1{
    width: 140px;
    height: 60px;
    background: var(--bgcolor);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    border-radius: var(--b-r);
}
.footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #292929;
}
.footertop{
    width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 0 50px;
}
.footertop .flogobox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flogobox .logo{}
.flogobox .logo2{}
.flinkbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 800px;
}
.linkbox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.linkbox .p1{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.linkbox .flink{
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}
.linkbox .cbox{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.linkbox .p2{
    color: #fff;
    width: 200px;
    font-weight: 300;
}
.linkbox .pngimg{
    margin-right: 10px;
}
.footd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px #ccc solid;
}
.fbox2{
    width: 1400px;
    margin: 10px 0;
}
.fabox{
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.fabox .share{
    width: 46px;
    height: 46px;
}
.fabox .share .simg{
    width: 100%;
}
.copyright{
    color: #fff;
}
.box1_swiper{width: 100%;}
.box1_swiper .swiper-button-next,.box1_swiper .swiper-button-prev{background:unset;}
.box1_swiper .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 1;
}
.box1_swiper .swiper-pagination-bullet-active{
    background: #fb7a23;
}
.box2_swiper{width: 100%;padding: 0.1rem;margin-top: 0.8rem;}

.box2_swiper .swiperbox{
    flex-wrap: wrap;
    box-shadow: 0 0 0.1rem #9f9f9f;
    border-radius: 0.25rem;
    overflow: hidden;
}
.box2_swiper .swiperbox img{
    object-fit: cover;
}
.box2_swiper .swiperbox .div1{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 190px;
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
}
.box2_swiper .swiperbox .div1 .p1{
    font-size: 0.3rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.2rem;
}
.box2_swiper .swiperbox .div1 .p2{
    font-size: 0.14rem;
}
.alltitle{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.44rem;
    color: var(--fontcolor);
    font-weight: bold;
    line-height: 150%;
}
.alltitle2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-size: 0.14rem;
}
.bodybox{
    position: relative;
    margin-top: 0.9rem;
}
.bodybox .swiper-button-next{
    right: -90px;
    width: 75px;
    height: 75px;
    background: var(--bgcolor);
    border-radius: 50%;
}
.bodybox .swiper-button-prev{
    left: -90px;
    width: 75px;
    height: 75px;
    background: var(--bgcolor);
    border-radius: 50%;
}
.bodybox .l{
    width: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.bodybox .l .div1{
    width: 235px;
    height: 235px;
    background: var(--bgcolor);
    top: 0;
    left: 0;
    z-index: -1;
}
.bodybox .l .imgbg{
    width: 504px;
    border-radius: 0.1rem;
    overflow: hidden;
}
.bodybox .r{
    width: 630px;
    padding-top: 0.4rem;
}
.bodybox .r .p2{
    font-size: 0.36rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.7rem;
}
.bodybox .r .p3{
    font-size: 0.2rem;
    color: #666666;
    line-height: 150%;
}
.bodybox .l1{
    width: 560px;
    padding: 0.6rem 0;
}
.bodybox .l1 .p2{
    font-size: 0.36rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.7rem;
}
.bodybox .l1 .p3{
    font-size: 0.2rem;
    color: #666666;
    line-height: 150%;
}
.bodybox  .a1{
    width: 180px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    border-radius: var(--b-r);
    margin-top: 0.4rem;
}
.bodybox  .a1 img{
    width: 0.15rem;
    margin-left: 0.2rem;
}
.bodybox .r1{
    width: 840px;
    display: flex;
    align-items: center;
}
.bodybox .r1 .img2{
    width: 600px;
    border-radius: 50%;
}
.bodybox .r1 .div1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bodybox .r1 .div1 .imgbox{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 0.05rem transparent solid;
}

.bodybox .r1 .div1 .imgbox img{
    width: 100%;
}
.bodybox .r1 .div1 .p1{width: 175px;font-size: 0.2rem;color: #222222;margin-left: 0.2rem;}
.bodybox .r1 .div1.positon1{
    top: 0;
    left: 53%;
}
.bodybox .r1 .div1.positon2{
    top: 18%;
    left: 69%;
}
.bodybox .r1 .div1.positon3{
    top: 39%;
    left: 77%;
}
.bodybox .r1 .div1.positon4{
    top: 61%;
    left: 71%;
}
.bodybox .r1 .div1.positon5{
    top: 84%;
    left: 53%;
}
.bodybox .l3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.bodybox .l3 .imglist{
    border-radius: 50%;
    z-index: 0;
}
.bodybox .l3 .imglist.positon1{
    left: 57%;
    top: 9%;
}
.bodybox .l3 .imglist.positon2{
    left: 22%;
    top: 26%;
}
.bodybox .l3 .imglist.positon3{
    left: 15%;
    top: 61%;
}
.bodybox .l3 .imglist.positon4{
    left: 48%;
    top: 74%;
}
.bodybox .l3 .imglist.positon5{
    left: 77%;
    top: 60%;
}
.bodybox .r3{
    width: 45%;
}
.bodybox .r3 .p2{
    font-size: 0.36rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0.7rem;
    width: 75%;
}
.bodybox .r3 .p3{
    font-size: 0.2rem;
    color: #666666;
    line-height: 150%;
    margin-bottom: 1rem;
    width: 80%;
}
.indexnew{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
}
.indexnew .list{
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.indexnew .list .imgbox{
    width: 100%;
    overflow: hidden;
    border-radius: 0.1rem;
}
.indexnew .list .imgbox .newimg{
    width: 100%;
    object-fit: cover;
    float: left;
} 
.indexnew .list .div1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.indexnew .list .div1 .a1{
    width: 100%;
    background: transparent;
    color: #000;
    justify-content: flex-start;
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 0.1rem;
}
.indexnew .list .div1 .a2{
    color: var(--fontcolor);
    font-weight: bold;
    margin-top: 0.2rem;
}
.indexnew .list .div1 .p1{
    font-size: 0.14rem;
    color: #444;
    width: 100%;
    margin-bottom: 0.1rem;
    line-height: 150%;
}
.indexnew .list .div1 .p2{
    width: 100%;
    font-size: 0.14rem;
    color: #666;
    line-height: 150%;
}
.banner3box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner3box .banner3{}
.banner3box .p1{
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 150%;
} 
.banner3box .location{
    bottom: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}
.banner3box .location .locationimg{
    width: 0.32rem;
    margin-right: 0.1rem;
} 
.banner3box .location .a1{
    color: #fff;
    font-size: 14px;
} 

.casebox{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.casebox .caselist{
    width: 23%;
    margin: 1%;
}
.banner3box .location .a1.active{color: var(--fontcolor);} 

.about{
    margin: 0.55rem 0 0.8rem;
}
.aboutimg{
    width: 670px;
    object-fit: cover;
    height: 100%;
}
.abouttext{
    width: 700px;
    padding-top: 0.4rem;
}
.abouttext .p1{
    color: #666;
    font-size: 0.14rem;
    line-height: 160%;
    margin-top: 0.5rem;
}
.team{
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
    padding: 0.2rem 0;
    margin-bottom: 1rem;
}
.box3_swiper{width: 100%;margin: 0.2rem;}
.box3_swiper .swiperbox{
    flex-direction: column;
}
.box3_swiper .swiperbox img{max-width: 100%;}
.box3_swiper .swiperbox .div1{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.box3_swiper .swiperbox .div1 .p1{
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    line-height: 150%;
}
.box3_swiper .swiperbox .div1 .p2{
    font-size: 0.14rem;
    color: #666;
}
.bdmap{height: 625px;margin: 0.3rem 0;}
.quetebox{
    width: 1400px;
    justify-content: flex-end;
    align-items: center;
}
.contactbox{
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 0;
    padding: 0.7rem 0;
    border-radius: 0.1rem;
}
.contactbox .cbox{
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
    margin-bottom: 0.3rem;
}
.contactbox .cbox .pngimg{
    width: 0.4rem;
    margin-top: 0.1rem;
    margin-right: 0.2rem;
}
.contactbox .cbox .p2{
    font-size: 0.22rem;
    color: #fff;
    line-height: 150%;
    font-weight: bold;
    width: 4.5rem;
}
.quoteform{
    width: 670px;
    height: 690px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000 solid;
    border-radius: 10px;
    background: #fff;
    flex-wrap: wrap;
    margin-right: 0.2rem;
    z-index: 1;
}
.quoteform .p1{
    font-size: 0.5rem;
    color: #000;
    font-weight: bold;
    line-height: 150%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quoteform .inputbox1{
    width: 44%;
    margin: 1%;
}
.quoteform .inputbox2{
    width: 90%;
}
.quoteform .inputp{
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.quoteform .inputp em{color: red;}
.quoteform .input1{
    width: 100%;
    height: 50px;
    border: 1px #000 solid;
    border-radius: 10px;
}
.quoteform .input2{
    width: 100%;
    resize: unset;
    height: 2rem;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0.1rem;
}
.quoteform .quotebtn{
    width: 240px;
    height: 60px;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    border-radius: 0.1rem;
    cursor: pointer;
}
.zx{
    position: fixed;
    right: 5%;
    bottom: 15%;
    z-index: 100000;
}
.zx img{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
}
.newsbox{}
.newslist{
    width: 27.5%;
    margin: 1rem 2.25% 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0.2rem 00.1rem;
    background: #fff;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
} 
.newslist .newsimg{
    width: 100%;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-top: -0.7rem;
}
.newslist .newsimg img{
    width: 100%;
    object-fit: cover;
}
.newslist .newstitle{
    width: 100%;
    font-size: 0.3rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    margin: 0.1rem 0;
}
.newslist .p1{
    font-size: 0.14rem;
    color: #666;
}
.newslist .rnews{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    border-radius: var(--b-r);
    font-weight: bold;
    width: 1.4rem;
    height: 0.45rem;
    margin-top: 0.2rem;
}
.newslist .rnews img{
    width: 0.27rem;
    margin-left: 0.1rem;
}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.page .total{
    height: 0.4rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.02rem #4d4d4d solid;
    border-radius: 0.05rem;
    padding: 0 0.2rem;
    margin: 0 0.1rem;
}
.page .active{
    height: 0.4rem;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.02rem #4d4d4d solid;
    border-radius: 0.05rem;
    padding: 0 0.2rem;
    margin: 0 0.1rem;
    background: var(--bgcolor);
    color: #fff;
}
.arcbody {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.4rem;
    }
.arcbody {
    font-size: 0.22rem;
    color: #848484;
    line-height: 180%;
    width: 100%;
}
.arcbody p{}
.arcbody img {
    width: auto;
    max-width: 100%;
    margin: 0.15rem 0;
    height: auto!important;
}
.newshow{
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0.7rem;
    margin-top: 0.7rem;
    margin-bottom: 1rem;
}
.arctitle{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.3rem;
    color: #222222;
    font-weight: bold;
}
.probox{justify-content: center;}
.prolist{
    margin-top: 0.5rem;
    display: flex;
    width: 96%;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
    box-sizing: border-box;
    padding: 0.1rem;
    justify-content: space-between;
}
.prolist .proimg{
    width: 27%;
    border-radius: 0.1rem;
    overflow: hidden;
}
.prolist .proimg img{
    width: 100%;
    object-fit: cover;
    float: left;
}
.prolist .protext{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.protext .a1{
    font-size: 0.3rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
}
.protext .p1{
    font-size: 0.14rem;
    color: #666666;
    line-height: 150%;
    margin: 0.3rem 0 0.5rem;
}
.protext .a2{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bgcolor);
    color: #fff;
    border-radius: var(--b-r);
    font-weight: bold;
    width: 1.4rem;
    height: 0.45rem;
}
.protext .a2 img{
    width: 0.27rem;
    margin-left: 0.1rem;
}
.probody{
    width: 1110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.box4_swiper{
    width: 670px;
    margin-top: -1rem;
    border-radius: 0.2rem;
}
.box4_swiper img{object-fit: cover;}
.probody .swiper-button-next{
    right: 100px;
    top: 1.8rem;
}
.probody .swiper-button-prev{
    left: 100px;
    top: 1.8rem;
}
.probody .swiper-button-next img{
    width: 0.6rem;
}
.probody .swiper-button-prev img{width: 0.6rem;}
.protitle{
    font-size: 0.58rem;
    color: #222222;
    font-weight: bold;
    line-height: 150%;
    min-width: 670px;
    margin: 0.4rem 0 0;
}
.probody .arcbody{
    width: 670px;
    margin-bottom: 1rem;
}
.service{
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.2rem;
    overflow: hidden;
    margin: 0.55rem 0 0.3rem;
    box-sizing: border-box;
    padding: 0 0.2rem 0 0;
}
.service:nth-of-type(2){
    flex-direction: row-reverse;
    padding: 0 0 0 0.2rem;
}
.ftbanner{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.mh195 {
    min-height: 195px;
}

/**hover**/
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.navlist:hover .openbtn{border-top:5px var(--bgcolor) solid;}
.navlist:hover .s-navbox{display: flex;}
.s-navlist:hover{background: rgba(255,255,255,0.3);}
.s-navlist:hover .t-navbox{display: flex;}
.t-navitem:hover{color: aqua;}
.bodybox .r1  .div1:hover .imgbox{border-color: var(--bgcolor);}
.bodybox .r1 .div1:hover .p1{color: var(--fontcolor);}
.indexnew .list .imgbox:hover .newimg,.newslist .newsimg:hover img,.prolist .proimg:hover img{transform: scale(1.05);transition: all 0.3s;} 
.indexnew .list .div1 .a1:hover,.newslist .newstitle:hover,.protext:hover .a1{color:var(--hoverfont)}

@media only screen and (max-width: 750px) {
    .ftbanner{
    position: absolute;
    object-fit: cover;
    left: 0;
    top: -24%;
}
    .service{
    padding: 0;
}
.service:nth-of-type(2){
  
    padding: 0 0  0.2rem 0;
}
    .probody{
    width: 96%;
}
.box4_swiper{
    width: 96%;
}
.probody .swiper-button-next{
    display: none;
}
.probody .swiper-button-prev{
    display: none;
}
.probody .swiper-button-next img{}
.probody .swiper-button-prev img{}
.protitle{
    width: 96%;
    min-width: 96%;
}
.probody .arcbody{
    width: 96%;
}
    .probox{}
.prolist{}
.prolist .proimg{
    width: 35%;
}
.prolist .proimg img{}
.prolist .protext{
    width: 62%;
}
.protext .a1{}
.protext .p1{font-size: 0.22rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin: 0.1rem 0;}
.protext .a2{
    width: 60%;
}
.protext .a2 img{}
    .newshow{}
.arctitle{}
    .page{
    flex-wrap: wrap;
}
.page .total{
    margin-bottom: 0.1rem;
}
.page .active{
    margin-bottom: 0.1rem;
}
    .newsbox{}
.newslist{
    width: 48%;
    margin: 1%;
} 
.newslist .newsimg{
    margin: 0;
}
.newslist .newsimg img{}
.newslist .newstitle{}
.newslist .p1{
    font-size: 0.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.newslist .rnews{
    width: 100%;
    font-size: 0.24rem;
}
.newslist .rnews img{}
    .zx{}
.zx img{}
    .quetebox{
    width: 96%;
    flex-wrap: wrap;
}
.contactbox{
    position: unset;
    margin-bottom: 0.2rem;
}
.contactbox .cbox{}
.contactbox .cbox .pngimg{}
.contactbox .cbox .p2{}
.quoteform{
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
}
.quoteform .p1{}
.quoteform .inputbox1{}
.quoteform .inputp{}
.quoteform .input1{
    height: 0.6rem;
    font-size: 0.24rem;
}
.quoteform .input2{
    font-size: 0.24rem;
}
.quoteform .quotebtn{
    height: 0.6rem;
    margin: 0.3rem;
}
    .bdmap{
    height: 4rem;
}
    .about{
    padding-bottom: 0.2rem;
}
.aboutimg{
    width: 100%;
}
.abouttext{
    width: 96%;
    margin: 0 2%;
}
.abouttext .p1{
    font-size: 0.22rem;
    margin-top: 0.2rem;
}
.team{}
.box3_swiper{width: 100%;}
.box3_swiper .swiperbox{}
.box3_swiper .swiperbox .div1{}
.box3_swiper .swiperbox .div1 .p1{
    font-size: 0.26rem;
}
.box3_swiper .swiperbox .div1 .p2{
    font-size: 0.22rem;
}
    .banner3box{
}
.banner3box .banner3{height: 2.5rem;}

.casebox .caselist{
    width: 43%;
}
    .alltitle2{font-size: 0.22rem;}
    .indexnew{
    flex-wrap: wrap;
    margin-top: 0.3rem;
}
.indexnew .list{
    width: 100%;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
}
.indexnew .list .imgbox{
    width: 38%;
}
.indexnew .list .imgbox .newimg{} 
.indexnew .list .div1{
    width: 60%;
    margin-bottom: 0.2rem;
}
.indexnew .list .div1 .a1{
    font-size: 0.26rem;
    margin-top: 0;
}
.indexnew .list .div1 .a2{
    margin-top: 0.1rem;
    font-size: 0.22rem;
}
.indexnew .list .div1 .p1{font-size: 0.22rem;margin-bottom: 0.05rem;}
.indexnew .list .div1 .p2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.22rem;
}
    .bodybox .l3{
    width: 100%;
    height: 4rem;
}

.bodybox .r3{
    width: 100%;
}
.bodybox .r3 .p2{}
.bodybox .r3 .p3{}
    .bodybox .l1{
    width: 100%;
}
.bodybox .l1 .p2{
    margin-bottom: 0.3rem;
}
.bodybox .l1 .p3{}
.bodybox .r1{
    width: 100%;
    flex-wrap: wrap;
}
.bodybox .r1 .img2{display: none;}
.bodybox .r1 .div1{
    position: unset;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}
.bodybox .r1 .div1 .imgbox{
    width: 1.5rem;
    height: 1.5rem;
}
.bodybox  .a1{
    width: 3rem;
    height: 0.6rem;
    font-size: 0.24rem;
}
.bodybox  .a1 img{
    width: 0.2rem;
}

.bodybox .r1 .div1  .p1{font-size: 0.26rem;flex: 1;}

    .bodybox .l{
    display: none;
}
.bodybox .l .div1{}
.bodybox .l .imgbg{}
.bodybox .r{
    padding: 0;
}
.bodybox .r .p2{
    margin-bottom: 0.3rem;
}
.bodybox .r .p3{}
    .box2_swiper{
    margin-top: 0.3rem;
}
    .bodybox .swiper-button-next{
        right: 0.2rem;
        width: 0.6rem;
        height: 0.6rem;
        background: var(--bgcolor);
        border-radius: 50%;
    }
    .bodybox .swiper-button-prev{
        left: 0.2rem;
        width: 0.6rem;
        height: 0.6rem;
        background: var(--bgcolor);
        border-radius: 50%;
    }
    .bodybox{
    width: 96%;
    margin-top: 0.5rem;
}
.alltitle{}
    .m750-w98{width: 98%;}
    .m750-w96{width: 96%;}
    .m750-w94{width: 94%;}
    .header{
    height: 0.8rem;
}

.logobox .logo{
    width: 0.9rem;
}
.logobox .logo2{
    display: none;
}
.navbox{
    display: none;
    position: fixed;
    top: 0.8rem;
    left: 0;
    width: 100%;
    /* height: 100%; */
    background: #000;
    z-index: 1000;
    flex-wrap: wrap;
}
.navlist{
    width: 100%;
    min-height: 0.3rem;
    margin: 0 0.2rem;
    border-bottom: 1px #fff solid;
    flex-wrap: wrap;
    padding: 0.2rem 0;
}
.navlist.active{}
.nav-item{
    font-size: 0.2rem;
    flex: 1;
}
.openbtn{
    border-width: 0.15rem;
    margin: 0;
}
.s-navbox{position: unset;width: 100%;background: transparent;margin-top: 0.1rem;}
.s-navlist{height: auto;min-height: 0.4rem;padding: 0 0 0 0.2rem;flex-wrap: wrap;margin-bottom: 0.05rem;}
.s-navitem{
    flex: 1;
    font-size: 0.18rem;
}
.s-openbtn{
    border-top: 5px #fff solid;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    display: flex;
    border-width: 0.15rem;
    margin: 0;
}
.t-navbox{
    position: unset;
    width: 100%;
    background: transparent;
    margin-top: 0.1rem;
}
.t-navitem{
    font-size: 0.18rem;
    height: 0.4rem;
    margin: 0 0.2rem;
    border-bottom: 1px #ccc dashed;
}
.quote{
    min-width: 1.8rem;
    height: 0.45rem;
    font-size: 0.18rem;
}
.wapnav{
    width: 0.45rem;
    height: 0.45rem;
    border: 0.03rem var(--bgcolor) solid;
    border-radius: var(--b-r);
    display: flex;
    justify-content: center;
    align-items: center;
}
.wapnav .line{
    width: 0.03rem;
    height: 80%;
    background: var(--bgcolor);
    margin: 10%;
    transition: all 0.3s;
}
.wapnav.open .line:nth-of-type(1){

transform: skew(135deg, 0deg);

margin: 0;
}
.wapnav.open  .line:nth-of-type(2){

display: none;
}
.wapnav.open  .line:nth-of-type(3){transform: skew(225deg, 0deg);margin: 0;}
.banner2box{height: 3rem;background-size: auto;background-position: center;position: relative;}
.banner2box .p1{
    font-size: 0.38rem;
}
.banner2box .p2{
    font-size: 0.24rem;
    margin: 0.2rem;
}
.banner2box .a1{
    width: 1.4rem;
    height: 0.6rem;
    font-size: 0.18rem;
}
.footer{
}
.footertop{
    width: 96%;
    flex-wrap: wrap;
    padding: 0.3rem 0;
}
.footertop .flogobox{
    width: 100%;
    flex-direction: inherit;
    margin-bottom: 0.2rem;
}
.flogobox .logo{
    width: 0.93rem;
}
.flogobox .logo2{
    width: 2.14rem;
}
.flinkbox{
    width: 100%;
    flex-wrap: wrap;
}
.linkbox{}
.linkbox .p1{
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
}
.linkbox .flink{
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    font-weight: 300;
}
.linkbox .cbox{
    margin-bottom: 0.15rem;
}
.linkbox .p2{
    font-size: 0.18rem;
    font-weight: 300;
    flex: 1;
}
.linkbox .pngimg{
    width: 0.2rem;
    margin-right: 0.1rem;
}
.footd{}
.fbox2{
    width: 100%;
    flex-direction: column;
}
.fabox{
    margin-bottom: 0.2rem;
    width: 100%;
    justify-content: center;
}
.fabox .share{
    height: 0.46rem;
    width: 0.46rem;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0.2rem;
}
.fabox .share .simg{
    width: 100%;
}
.copyright{
    font-size: 0.18rem;
    line-height: 150%;
}
.linkbox:nth-of-type(3){
    margin-top: 0.2rem;
    width: 100%;
}

.box2_swiper .swiperbox .div1{
    padding: 0.2rem;
    height: auto;
}

.box2_swiper .swiperbox .div1 .p2{
    font-size: 0.18rem;
}
}

@media only screen and (min-width: 751px){

    .quetebox{
    width: 1200px;
}

    .quoteform{
    width: 600px;
}

.aboutimg{
    width: 570px;
}
.abouttext{width: 600px;padding-top: 0.1rem;}
.abouttext .p1{
    margin-top: 0.1rem;
}

.box3_swiper{width: 100%;}

    .bodybox .l1{
    width: 500px;
}

.bodybox .r1{
    width: 700px;
}
.bodybox .r1 .img2{
    width: 500px;
}

.bodybox .r1 .div1.positon1{
    top: 7%;
    left: 53%;
}
.bodybox .r1 .div1.positon2{
    left: 67%;
    top: 21%;
}
.bodybox .r1 .div1.positon3{
    left: 75%;
}
.bodybox .r1 .div1.positon4{
    top: 58%;
    left: 70%;
}
.bodybox .r1 .div1.positon5{
    top: 76%;
    left: 53%;
}
    .bodybox .l{
    width: 500px;
    align-items: center;
}
.bodybox .l .div1{
    display: none;
}
.bodybox .l .imgbg{
    width: 100%;
}
.bodybox .r{
    padding: 0;
}
.bodybox .r .p2{
    margin-bottom: 0.3rem;
}
.bodybox .r .p3{}
    .bodybox .swiper-button-next{
        width: 50px;
        height: 50px;
        background: var(--bgcolor);
        border-radius: 50%;
        right: -60px;
    }
    .bodybox .swiper-button-prev{
        width: 50px;
        height: 50px;
        background: var(--bgcolor);
        border-radius: 50%;
        left: -60px;
    }
    .bodybox{
    width: 1200px;
}
    .alltitle{}
    .m1400-w990{width: 990px;}
    .m1400-w1200{width: 1200px;}

.footertop{
    width: 1200px;
}

.fbox2{
    width: 1200px;
}

}
@media only screen and (min-width: 751px){
.wapnav{display: none;}
}
.hoverfont:hover{
    color:var(--hoverfont)
}