* {
    margin: 0;
    padding: 0;
    box-sizing: none;
}

body {
    cursor: pointer;
}

a {
    color: #000 !important;
}

a:link{text-decoration:none !important;  /* 指正常的未被访问过的链接*/

}a:visited{text-decoration:none !important; /*指已经访问过的链接*/

}a:hover{text-decoration:none !important;/*指鼠标在链接*/}

a:active{text-decoration:none !important;/* 指正在点的链接*/ 

}

.disable {
    pointer-events: none;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
}

.logo img{
    width: 100px;
    height: 70px;
}

.title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.toggleBox {
    display: flex;
    align-items: center;
    height: 60px;
}

ul {
    margin-bottom: 0px !important;
}

.titleUl {
    display: flex;
    align-items: center;
    height: 60px;
}

.phone {
    font-size: 16px;
    margin-left: 90px;
    display: flex;
    align-items: center;
    width: 230px;
    line-height: 50px;
    border-radius: 25px;
    justify-content: center;
    color: #FFFFFF;
    background-color: #0F6DBB;
}

.call {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 25px;
    justify-content: center;
    color: #FFFFFF;
    background-color: #0F6DBB;
}

.hideUl {
    position: relative;
    display: none;
}

.positionBox {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: -40px;
    top: 30px;
    background-color: #f2f2f2;
    padding: 20px 10px;
    border-radius: 4px;
}

.positionBox ul li {
    text-align: center;
    margin-bottom: 15px;
}

.banner {
    position: relative;
}

.banner img {
    position: absolute;
    top: 0;
    left: 0;
}

.banner {
    width: 100%;
    height: 500px;
}

.banner img {
    padding: 0;
    width: 100%;
    height: 100%;
}

.color {
    border-bottom: 2px solid #000001;
}

.itemMain {
    padding: 30px 0;
}

.itemTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.titleText {
    position: absolute;
    font-size: 48px;
    font-weight: bold;
    line-height: 80px;
    color: #333333;
    opacity: 0.25;
    top: 0;
}

.itemTitle h3 {
    margin: 40px 0 25px 0;
    font-size: 40px;
    font-weight: bold;
    line-height: 62px;
    color: #000000;
    opacity: 1;
    text-align: center;
}

.footerBox {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.footerMain {
    width: 80%;
    margin: 0 auto;
}

.footerLogo {
    width: 109px;
    height: 75px;
    margin-bottom: 30px;
}

.footerItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerItems {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footerTitle {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

.meText {
    max-width: 380px;
    line-height: 26px;
    color: #5E5E5E;
}

.wechat {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
}

.footer {
    line-height: 60px;
    background-color: #e6e6e6;
    text-align: center;
    color: #666666;
}

.footer a {
    color: #666 !important;
}



@media (max-width: 767px) {
    .canTitle {
        padding: 0 10px;
    }
    .header {
        padding: 0 40px;
        height: 80px;
    }

    .person {
        font-size: 14px;
        text-align: center;
    }

    .toggleNone {
        display: none;
    }

    .logo img{
        width: 70px;
        height: 40px;
    }

    .positionBox {
        position: absolute;
        left: -60px;
        top: 10px;
    }

    .positionBox ul li {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

    .titleText {
        font-size: 30px;
        line-height: 50px;
    }

    .itemTitle h3 {
        margin: 20px 0;
        font-size: 20px;
        line-height: 20px;
    }

    .itemTitle {
        margin-bottom: 0;
    }

    .message {
        text-align: center;
        width: 200px;
        margin-bottom: 30px;
    }

    .backImg {
        width: 100%;
        height: 100%;
    }

    .itemImg,.maskBox {
        width: 330px;
        height: 560px;
        margin-right: 0;
    }

    .borderTop {
        position: absolute;
        width: 0;
        top: 0;
        right: 156px;
        transition: linear .8s;
    }
    
    .borderTops {
        position: absolute;
        width: 0;
        top: 0;
        left: 156px;
        transition: linear .8s;
    }
    
    .maskBox:hover .borderTop {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .maskBox:hover .borderTops {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .borderBottom {
        position: absolute;
        width: 0;
        bottom: 0;
        right: 156px;
        transition: linear .8s;
    }
    
    .borderBottoms {
        position: absolute;
        width: 0;
        bottom: 0;
        left: 156px;
        transition: linear .8s;
    }
    
    .maskBox:hover .borderBottom {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .maskBox:hover .borderBottoms {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .borderLeft {
        position: absolute;
        bottom: 271px;
        left: 0;
        height: 0;
        transition: linear .8s;
    } 
    
    .borderLefts {
        position: absolute;
        top: 271px;
        left: 0;
        height: 0;
        transition: linear .8s;
    }
    
    .maskBox:hover .borderLeft {
        border: 1px solid #FFF;
        height: 271px;
    }
    
    .maskBox:hover .borderLefts {
        border: 1px solid #FFF;
        height: 271px;
    }
    
    
    
    .borderRight {
        position: absolute;
        bottom: 271px;
        right: 0;
        height: 0;
        transition: linear .8s;
    }
    
    .borderRights {
        position: absolute;
        top: 271px;
        right: 0;
        height: 0;
        transition: linear .8s;
    } 
    
    .maskBox:hover .borderRight {
        border: 1px solid #FFF;
        height: 271px;
    }
    
    .maskBox:hover .borderRights {
        border: 1px solid #FFF;
        height: 271px;
    }

    .someItem {
        width: 100%;
        height: 149px;
    }

    .someItem img {
        width: 100%;
        height: 100%;
    }

    .positionBox {
        z-index: 99;
    }

    .backGround {
        height: 385px;
    }

    .jgz {
        width: 100%;
    }

    .hidenBox {
        width: 100%;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hlqm {
        width: 160px;
        padding: 10px;
        height: 210px;
        border-radius: 6px;
        background-color: #f2f2f2;
        justify-content: space-between;
        margin-bottom: 22px;
        margin-right: 0;
    }

    

    .footerMain {
        width: 100%;
    }

    .footerItem {
        padding: 0 24px;
    }

    .footerItem .footerItems:nth-child(3) {
        margin: 0 auto;
    }

    .footerItems {
        margin-bottom: 30px;
    }

    .footerLogo {
        margin-left: 24px;
    }

    .footer {
        padding: 0 24px;
    }

    .banner {
        width: 100%;
        height: 180px;
    }

    .usMain {
        width: 300px;
    }

    .leftImg {
        width: 300px;
        height: 450px;
        margin: 20px 0;
    }

    .textTitle {
        font-size: 15px;
    }

    .usText {
        width: 300px;
        height: 350px;
        top: 50px;
        left: 0;
    }

    .textCon {
        padding: 10px;
        font-size: 10px;
        max-width: 230px;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden; */
        margin-top: 0;
        line-height: 20px;

        
    }

    #tipZone{
        position:relative;
        left:0;
        right:0;
        top: 1em;
        width:12.5em;
        height:12.5em;
        margin: 0 auto;
        }
        #base1 {
        margin-top:10px;
        z-index:1;
        }
        #base1 .bing {
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform: rotate(72deg);
        }
        #base2{
        margin-top:10px;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        #base2 .bing {
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform: rotate(72deg);
        -webkit-transform: rotate(72deg);
        -o-transform: rotate(72deg);
        transform: rotate(72deg);
        }
        #base3{
        margin-top:10px;
        -moz-transform:rotate(144deg);
        -webkit-transform:rotate(144deg);
        -o-transform:rotate(144deg);
        transform:rotate(144deg);
        }
        #base3 .bing{
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        #base4{
        margin-top:10px;
        -moz-transform:rotate(216deg);
        -webkit-transform:rotate(216deg);
        -o-transform:rotate(216deg);
        transform:rotate(216deg);
        }
        #base4 .bing{
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        #base5{
        margin-top:10px;
        -moz-transform:rotate(288deg);
        -webkit-transform:rotate(288deg);
        -o-transform:rotate(288deg);
        transform:rotate(288deg);
        }
        #base5 .bing{
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        .part{
        position:absolute;
        width: 100%;
        height: 100%;
        clip: rect(0em,12.5em,6.5em,6.25em);
        }
        .effective1{
        margin-top: -0.1rem !important;
        margin-left: 0.56rem;
        z-index: 0 !important;
        }
        
         
        .bing {
        position:absolute;
        width:12.5em;
        height:12.5em;
        clip:rect(0px,6.2em,12.5em,0px);
        -moz-border-radius:6.25em;
        -webkit-border-radius:6.25em;
        border-radius:6.25em;
        }
        .bing span{
        position: absolute;
        transform: rotate(-30deg);
        top: 1.7em;
        left: 2.4em;
        display: block;
        color:#ffffff;
        }
        .inner{
        position: absolute;
        top: 6%;
        width: 50%;
        height: 50%;
        background-color: #FFFFFF;
        border-radius: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color:#ffffff;
        text-align: center;
        z-index:15;
        }
        .inner span{
        font-size:1.5em;
        width: 50%;
        }
        .inner span:first-child{
        margin-top: 0.8em;
        display: inline-block;
        }
        .inner span:last-child{
        font-size: 0.35rem;
        }
        .bing span{
            top: 1.9em;
            left: 2.9em;
        }
        .bing span img {
            width: 20px;
            height: 22px;
        }

        .itemJan {
            text-align: center;
            position: absolute;
            font-size: 14px;
            font-weight: 500;
            transition: linear .7s;
            display: none;
        }
    
        .itemJan1 {
            top: 10px;
            left: 250px;
        }
    
        .itemJan2 {
            top: 135px;
            left: 280px;
        }
    
        .itemJan3 {
            bottom: -100px;
            left: 101px;
        }
    
        .itemJan4 {
            bottom: -20px;
            left: 5px;
        }
    
        .itemJan5 {
            top: 5px;
            left: 40px;
        }
        .annular {
            height: 550px;
        }
        .aboutCompany  {
            font-size: 14px;
            max-width: 340px;
            margin-bottom: 20px;
        }
        .company {
            font-size: 20px;
        }
        .fiveBox {
            width: 100%;
        }
        .fiveImgs {
            padding: 0 10px;
        }
        .five {
            margin-right: 0px;
            width: 100%;
        }
        .fiver {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }
        .fivers {
            width: 100%;
        }
        .five:hover .mar {
            width: 100%;
        }
        
        .fiver:hover .mars {
            width: 100%;
        }
        
        .fivers:hover .mars {
            width: 100%;
        }
        .scale {
            padding: 0 10px;
        }
        .showScale {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .showScale .itemShow:nth-child(2n) {
            margin-right: 0;
        }
        .itemShow {
            width: 175px;
            margin-bottom: 22px;
            margin-right: 0;
        }
        .isImg {
            width: 45px;
            height: 50px;
            margin-bottom: 27px;
        }
        .imgBot {
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 17px;
        }
        .yglx {
            font-size: 10px;
            color: #9f9f9f;
            text-align: center;
        }


        /* 产品展示 */
        .mid {
            width: 100%;
        }
        .midTitle h3 {
            width: 130px;
            font-size: 24px;
            margin: 0;
        }
        .noneDiv {
            width: 55px;
        }
        .product {
            font-size: 18px;
        }
        .midCon {
            width: 100%;
        }
        #loopImg {
            width: 100%;
            height: 80px;
        }
        .itemLoop {
            min-width: 375px;
            height: 80px;
        }
        .itemsSm {
            width: 80px;
            height: 80px;
        }
        .left {
            width: 30px;
            height: 30px;
            top: 24px;
            left: 10px;
        }
        .right {
            width: 30px;
            height: 30px;
            top: 24px;
            right: 10px;
        }
        .imgCenter img {
            width: 100%;
            height: 100%;
        }
        .itemsSm img {
            width: 100%;
            height: 100%;
        }
        .canShu {
            width: 100%;
        }
        .canDetail {
            padding: 0 10px;
        }
        .downCan {
            margin-bottom: 0;
        }
        .pageNum {
            padding: 0 10px;
        }
        .detailItem {
            width: 100%;
        }

        /* 联系我们 */
        .mider {
            display: flex;
            flex-wrap: wrap;
            padding: 0 10px;
        }

        .midLeft {
            width: 100%;
        }

        .yglxTitle,.midLeft h3 {
            font-size: 22px;
        }

        .company {
            font-size: 18px;
        }

        .address p,.gcAddre p,.email p,.callPhone p {
            width: 60px;
            margin-bottom: 0; 
        }

        .midRight {
            height: 252px;
            margin-bottom: 10px;
        }

        .pic {
            width: 100%;
            height: 100%;
            border-radius: 6px;
        }


}
@media (min-width: 768px) and (max-width: 992px) {
    .header {
        padding: 0 60px;
    }

    .canTitle {
        padding: 0 10px;
    }

    .toggleNone {
        display: none;
    }

    .header {
        padding: 0 40px;
        height: 80px;
    }

    .toggleNone {
        display: none;
    }

    .logo img{
        width: 70px;
        height: 40px;
    }

    .positionBox {
        position: absolute;
        left: -60px;
        top: 10px;
    }

    .positionBox ul li {
        font-size: 12px;
        text-align: center;
        margin-bottom: 10px;
    }

    .titleText {
        font-size: 30px;
        line-height: 50px;
    }

    .itemTitle h3 {
        margin: 20px 0;
        font-size: 20px;
        line-height: 20px;
    }

    .itemTitle {
        margin-bottom: 0;
    }

    .message {
        text-align: center;
        width: 200px;
        margin-bottom: 30px;
    }

    .itemImg img {
        width: 100%;
        height: 100%;
    }

    .itemImg,.maskBox {
        width: 330px;
        height: 560px;
        margin-right: 24px;
    }

    .borderTop {
        position: absolute;
        width: 0;
        top: 0;
        right: 156px;
        transition: linear .8s;
    }
    
    .borderTops {
        position: absolute;
        width: 0;
        top: 0;
        left: 156px;
        transition: linear .8s;
    }
    
    .maskBox:hover .borderTop {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .maskBox:hover .borderTops {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .borderBottom {
        position: absolute;
        width: 0;
        bottom: 0;
        right: 156px;
        transition: linear .8s;
    }
    
    .borderBottoms {
        position: absolute;
        width: 0;
        bottom: 0;
        left: 156px;
        transition: linear .8s;
    }
    
    .maskBox:hover .borderBottom {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .maskBox:hover .borderBottoms {
        border: 1px solid #FFF;
        width: 156px;
    }
    
    .borderLeft {
        position: absolute;
        bottom: 271px;
        left: 0;
        height: 0;
        transition: linear .8s;
    } 
    
    .borderLefts {
        position: absolute;
        top: 271px;
        left: 0;
        height: 0;
        transition: linear .8s;
    }
    
    .maskBox:hover .borderLeft {
        border: 1px solid #FFF;
        height: 271px;
    }
    
    .maskBox:hover .borderLefts {
        border: 1px solid #FFF;
        height: 271px;
    }
    
    
    
    .borderRight {
        position: absolute;
        bottom: 271px;
        right: 0;
        height: 0;
        transition: linear .8s;
    }
    
    .borderRights {
        position: absolute;
        top: 271px;
        right: 0;
        height: 0;
        transition: linear .8s;
    } 
    
    .maskBox:hover .borderRight {
        border: 1px solid #FFF;
        height: 271px;
    }
    
    .maskBox:hover .borderRights {
        border: 1px solid #FFF;
        height: 271px;
    }

    .someItem {
        width: 100%;
        height: 220px;
    }

    .positionBox {
        z-index: 99;
    }

    .backGround {
        height: 420px;
    }

    .jgz {
        width: 100%;
    }

    .hidenBox {
        width: 100%;
        padding: 0 25px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .hlqm {
        margin-right: 100px;
    }

    .hlqm:nth-child(4n) {
        margin-right: 0;
    }

    .footerMain {
        width: 100%;
    }

    .footerItem {
        padding: 0 24px;
    }

    .footerItems {
        max-width: 230px;
        margin-bottom: 30px;
    }

    .footerLogo {
        margin-left: 24px;
    }

    .footer {
        padding: 0 24px;
        font-size: 12px;
    }

    .banner {
        width: 100%;
        height: 200px;
    }

    .usMain {
        width: 100%;
    }

    .leftImg {
        height: 450px;
        margin: 20px auto;
    }

    .textTitle {
        font-size: 15px;
    }

    .usText {
        width: 450px;
        height: 350px;
        top: 50px;
        right: 38px;
    }

    .textCon {
        padding: 10px;
        font-size: 10px;
        max-width: 230px;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden; */
        margin-top: 0;
        line-height: 20px;

        
    }

    .detailItem {
        width: 100%;
    }

    #tipZone{
        position:relative;
        left:0;
        right:0;
        top: 1em;
        width:12.5em;
        height:12.5em;
        margin: 0 auto;
        }
        #base1 {
        margin-top:10px;
        z-index:1;
        }
        #base1 .bing {
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform: rotate(72deg);
        }
        #base2{
        margin-top:10px;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        #base2 .bing {
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform: rotate(72deg);
        -webkit-transform: rotate(72deg);
        -o-transform: rotate(72deg);
        transform: rotate(72deg);
        }
        #base3{
        margin-top:10px;
        -moz-transform:rotate(144deg);
        -webkit-transform:rotate(144deg);
        -o-transform:rotate(144deg);
        transform:rotate(144deg);
        }
        #base3 .bing{
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        #base4{
        margin-top:10px;
        -moz-transform:rotate(216deg);
        -webkit-transform:rotate(216deg);
        -o-transform:rotate(216deg);
        transform:rotate(216deg);
        }
        #base4 .bing{
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        #base5{
        margin-top:10px;
        -moz-transform:rotate(288deg);
        -webkit-transform:rotate(288deg);
        -o-transform:rotate(288deg);
        transform:rotate(288deg);
        }
        #base5 .bing{
            background-color: #38404C;
            border-color: #BABABA;
        -moz-transform:rotate(72deg);
        -webkit-transform:rotate(72deg);
        -o-transform:rotate(72deg);
        transform:rotate(72deg);
        }
        .part{
        position:absolute;
        width: 100%;
        height: 100%;
        clip: rect(0em,12.5em,6.5em,6.35em);
        }
        .effective1{
        margin-top: -0.1rem !important;
        margin-left: 0.56rem;
        z-index: 0 !important;
        }
        
         
        .bing {
        position:absolute;
        width:12.5em;
        height:12.5em;
        clip:rect(0px,6.2em,12.5em,0px);
        -moz-border-radius:6.25em;
        -webkit-border-radius:6.25em;
        border-radius:6.25em;
        }
        .bing span{
        position: absolute;
        transform: rotate(-30deg);
        top: 1.7em;
        left: 2.4em;
        display: block;
        color:#ffffff;
        }
        .inner{
        position: absolute;
        top: 6%;
        width: 50%;
        height: 50%;
        background-color: #FFFFFF;
        border-radius: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color:#ffffff;
        text-align: center;
        z-index:15;
        }
        .inner span{
        font-size:1.5em;
        width: 50%;
        }
        .inner span:first-child{
        margin-top: 0.8em;
        display: inline-block;
        }
        .inner span:last-child{
        font-size: 0.35rem;
        }

        .bing span{
            top: 1.9em;
            left: 2.9em;
        }
        .bing span img {
            width: 20px;
            height: 22px;
        }

        .itemJan {
            position: absolute;
            font-size: 14px;
            font-weight: 500;
            transition: linear .7s;
            display: none;
        }
    
        .itemJan1 {
            top: 10px;
            left: 470px;
        }
    
        .itemJan2 {
            top: 135px;
            left: 500px;
        }
    
        .itemJan3 {
            bottom: -100px;
            left: 340px;
        }
    
        .itemJan4 {
            bottom: -10px;
            left: 185px;
        }
    
        .itemJan5 {
            top: 5px;
            left: 235px;
        }
        .annular {
            height: 550px;
        }
        .aboutCompany  {
            font-size: 14px;
            max-width: 340px;
            margin-bottom: 20px;
        }
        .company {
            font-size: 20px;
        }
        .fiveBox {
            width: 100%;
        }
        .fiveImgs {
            padding: 0 10px;
        }
        .five {
            margin-right: 0px;
            width: 100%;
        }
        .fiver {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
        }
        .five:hover .mar {
            width: 100%;
        }
        
        .fiver:hover .mars {
            width: 100%;
        }
        
        .fivers:hover .mars {
            width: 100%;
        }
        .scale {
            padding: 0 10px;
        }
        .showScale {
            width: 100%;
            flex-wrap: wrap;
        }
        .itemShow {
            width: 100%;
            margin-right: 0px;
            margin-bottom: 15px;
        }


        /* 产品展示 */
        .mid {
            width: 100%;
        }
        .midTitle h3 {
            width: 130px;
            font-size: 24px;
            margin: 0;
        }
        .noneDiv {
            width: 55px;
        }
        .product {
            font-size: 18px;
        }
        .midCon {
            width: 100%;
        }
        #loopImg {
            width: 100%;
            height: 80px;
        }
        .itemLoop {
            min-width: 375px;
            height: 80px;
        }
        .itemsSm {
            width: 80px;
            height: 80px;
        }
        .left {
            width: 30px;
            height: 30px;
            top: 24px;
            left: 10px;
        }
        .right {
            width: 30px;
            height: 30px;
            top: 24px;
            right: 10px;
        }
        .imgCenter img {
            width: 100%;
            height: 100%;
        }
        .itemsSm img {
            width: 100%;
            height: 100%;
        }
        .canShu {
            width: 100%;
        }
        .canDetail {
            padding: 0 10px;
        }
        .downCan {
            margin-bottom: 0;
        }
        .pageNum {
            padding: 0 10px;
        }

        /* 联系我们 */
        .mider {
            display: flex;
            flex-wrap: wrap;
        }

        .midLeft {
            width: 100%;
            padding: 0 10px;
        }

        .yglxTitle,.midLeft h3 {
            font-size: 22px;
        }

        .company {
            font-size: 18px;
        }

        .address p,.gcAddre p,.email p,.callPhone p {
            width: 60px;
            margin-bottom: 0; 
        }

        .midRight {
            padding: 0 10px;
            height: 252px;
        }

        .pic {
            width: 100%;
            height: 100%;
            border-radius: 6px;
        }

        .fivers {
            width: 100%;
        }


}
@media (min-width: 993px) and (max-width: 1024px) {
    .header {
        padding: 0 100px;
    }

    .zsyBox {
        display: none;
    }

    .titleUl li {
        margin-left: 40px;
        padding: 10px 0;
        font-size: 14px;
        font-weight: 400;
    }

    .someItem {
        width: 100%;
        height: 400px;
    }

    .hidenBox {
        padding: 0 20px;
    }

    .hlqm {
        margin-right: 190px;
    }

    .jgz {
        width: 100%;
    }

    .canShu {
        width: 100%;
    }

    .canTitle {
        padding: 0 20px;
    }

    .mid {
        width: 100%;
    }

    .midCon {
        width: 100%;
    }

    #loopImg {
        width: 100%;
    }

    .canDetail {
        padding: 0 20px;
    }

    .left {
        left: 20px;
    }

    .right {
        right: 20px;
    }

    .fiveBox {
        padding: 0 20px;
    }

    .five {
        width: 317px;
    }

    .fiver {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
        height: 300px;
    }

    .fivers {
        width: 100%;
        height: 300px;
    }

    .mars {
        height: 300px;
    }

    .showScale {
        width: 100%;
    }

    .five:hover .mar {
        width: 100%;
    }
    
    .fiver:hover .mars {
        width: 100%;
    }
    
    .fivers:hover .mars {
        width: 100%;
    }

    .fivers {
        width: 100%;
    }

    /* .footerBox {
        padding: 30px 20px;
    }

    .footerMain {
        width: 100%;
    } */
}
@media (min-width: 1024px) and (max-width: 1366px) {
    .usMain {
        width: 100%;
    }
    .fiveBox {
        width: 100%;
    }
    .mider {
        width: 100%;
    }
    .midLeft {
        width: 420px;
        padding: 0 20px;
    }
    .midRight {
        width: 550px;
        height: 372px;
        padding: 0 20px;
    }
    .pic {
        width: 100%;
        height: 100%;
    }
    .canTitle {
        padding: 0 20px;
    }

    .mid {
        width: 100%;
    }

    .midCon {
        width: 100%;
    }

    #loopImg {
        width: 100%;
    }

    .canDetail {
        padding: 0 20px;
    }

    .left {
        left: 20px;
    }

    .right {
        right: 20px;
    }

    .detailItem  {
        width: 440px;
    }

    .itemJan1 {
        top: -10px;
        left: 740px;
    }

    .itemJan2 {
        top: 220px;
        left: 720px;
    }

    .itemJan3 {
        bottom: -140px;
        left: 420px;
    }

    .itemJan4 {
        bottom: 70px;
        left: 135px;
    }

    .itemJan5 {
        top: -10px;
        left: 210px;
    }

    .fiveBox {
        padding: 0 20px;
    }

    .five {
        width: 317px;
    }

    .fiver {
        width: 100%;
        margin-bottom: 24px;
        margin-right: 0px;
        height: 300px;
    }

    .fivers {
        width: 100%;
        height: 300px;
    }

    .mars {
        height: 300px;
    }

    .showScale {
        width: 100%;
    }

    .five:hover .mar {
        width: 100%;
    }
    
    .fiver:hover .mars {
        width: 100%;
    }
    
    .fivers:hover .mars {
        width: 100%;
    }

}
@media (min-width: 1366px) {

    .header {
        padding: 0 150px;
    }

    .zsyBox {
        display: none;
    }

    .titleUl li {
        margin-left: 90px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: 400;
    }
}