.l-product {
    padding: 0 3.48%;
    background: #F3F5F9;
    overflow: hidden;
}

.l-product .con {
    padding: 63px 0 83px;
}

.pro-list-box {
    /* overflow: hidden;zoom: 1; */
}

.pro-list-box .left {
    float: left;
    width: 13.5%;
}

.pro-list-box .left .text-box {
    width: 100%;
    height: 98px;
    background: linear-gradient(90deg, #122A88 0%, #68B2E3 100%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro-list-box .left .text-box p {
    font-size: .32rem;
    color: #fff;
    line-height: .4rem;
}

.pro-list-box .left .text-box span {
    font-size: .16rem;
    color: #fff;
}

.pro-list-box .left .tab-box {
    margin: 10px 0;
    padding: 0 10%;
    background-color: #fff;
}

.pro-list-box .left .tab-box ul {
    padding: 16px 0;
}

.pro-list-box .left .tab-box ul li {}

.pro-list-box .left .tab-box dl dt {
    position: relative;
    padding: 0 5%;
    width: 100%;
    height: 36px;
    background: #A9B4CA;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: .213333rem;
    color: #FFFFFF;
    overflow: hidden;
}

.pro-list-box .left .tab-box dl dt .bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -100%;
    width: 0%;
    height: 100%;
    background-color: #A9B4CA;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pro-list-box .left .tab-box dl dt p,
.pro-list-box .left .tab-box dl dt img {
    z-index: 10;
    position: relative;
}

.pro-list-box .left .tab-box dl dd {
    height: 37px;
    padding: 0 4.5%;
    font-size: .2rem;
    display: flex;
    align-items: center;
}

.pro-list-box .left .tab-box dl dd a {
    color: #333;
}

.pro-list-box .left .tab-box dl dd img {
    padding-right: 5px;
}

.pro-list-box .left .tab-box dl dt:hover .bg {
    margin-left: 0;
    width: 100%;
    background-color: #122A88;
}

.pro-list-box .left .tel-box {
    width: 100%;
    height: 159px;
    background: url(../img/pro-1.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro-list-box .left .tel-box img {
    display: block;
    max-width: 20%;
}

.pro-list-box .left .tel-box p {
    margin: 6% 0 2%;
    font-size: .2rem;
}

.pro-list-box .left .tel-box span {
    font-size: .32rem;
    line-height: .32rem;
    font-weight: bold;
}

.pro-list-box .right {
    float: right;
    width: 85%;
}

.pro-list-box .right .img-box {
    position: relative;
}

.pro-list-box .right .img-box>img {
    display: block;
    width: 100%;
}

.pro-list-box .right .img-box .text-box {
    padding: 0 8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
}

.pro-list-box .right .img-box .text-box p {
    margin-top: 14.5%;
    padding-top: 2.5%;
    position: relative;
    font-size: .48rem;
    line-height: .48rem;
}
@media only screen and (min-width:961px ) {
	.pro-list-box .right .img-box .text-box {
    top: 50%;
    transform: translateY(-50%);
    height:auto;
}
.pro-list-box .right .img-box .text-box p {
    margin-top: 0!important;
    }
}
.pro-list-box .right .img-box .text-box p::before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: auto;
    top: 0;
    border-top: solid 2px #fff;
}

.pro-list-box .right .img-box .text-box span {
    padding-top: 5px;
    display: block;
    font-size: .266667rem;
}

.pro-list-box .right .img-box .text-box i {
    padding-top: 2.2%;
    width: 65%;
    display: block;
    font-style: normal;
    font-size: .346667rem;
    line-height: .48rem;
}

.pro-list-box .right .img-box .text-box a {
    margin-top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17%;
    height: 62px;
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%);
    border-radius: 4px;
    font-size: .36rem;
    color: #fff;
}

.pro-list-box .right .img-box .text-box a:hover {
    background: linear-gradient(90deg, #F8B62B 30%, #EA5413 100%);
}

.pro-list-box .right .img-box .text-box a img {
    margin-left: 14px;
}

.pro-list-box .right .list-box {
    padding: 42px 0 60px;
}

.pro-list-box .right .list-box ul {
  /*   overflow: hidden;
    zoom: 1; */
}

.pro-list-box .right .list-box ul li {
    float: left;
    width: 25%;
    margin-bottom: 31px;
}

.pro-list-box .right .list-box ul li .card-box {
    margin: 0 auto;
    width: 93%;
    height: 359px;
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 27px rgba(73,73,73,.08);
}

.pro-list-box .right .list-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pro-list-box .right .list-box ul li img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

.pro-list-box .right .list-box ul li p {
    padding-top: 12%;
    font-size: .24rem;
    color: #333;
}


/* 翻页 */

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

.change .but-next {
    width: 136px;
    height: 59px;
    background-color: #FFFFFF;
    font-size: .24rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.change .but-next a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change .but-next:hover {
    background-color: #142F8A;
}

.change .but-next:hover a {
    color: #fff;
}

.change ul {
    overflow: hidden;
    zoom: 1;
}

.change ul li {
    float: left;
    width: 80px;
    height: 60px;
}

.change ul li a {
    width: 100%;
    height: 100%;
    color: #555555;
    font-size: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.change ul li:hover a {
    background-color: #142F8A;
    color: #fff;
}

#hamburgermenu {
    display: none;
}


/* 产品详情 */

.proxq {
    padding: 1.066667rem 3.3% 1.933333rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
}

.proxq .layout-box {
    overflow: hidden;
    zoom: 1;
}

.proxq .layout-left {
    float: left;
    width: 58%;
    height: 450px;
}

.proxq .layout-left dl {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.proxq .layout-left dd {
    height: 100%;
}

.proxq .layout-left dd:first-child {
    float: left;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.proxq .layout-left dd .img-box {
   border: 1px solid #E1E4EA;
    overflow: hidden;
    box-sizing: border-box;
    height: 90%;
    margin: 5% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proxq .layout-left dd .img-box img {
    padding: .24rem 0;
    display: block;
    width: 63%;
    height: auto!important;
}

.proxq .layout-left dd:first-child img {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    display: block;
}

.proxq .layout-left .xq-swiper-prev {
    height: 5%;
}

.proxq .layout-left .xq-swiper-next {
    height: 5%;
}

.proxqswiper {
    height: 90% !important;
    overflow: hidden;
}

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

.proxq .layout-left dd:last-child {
    float: right;
    width: 70%;
}

.proxq .layout-left dd:last-child .img-box1 {
    height: 100%;
    border: 1px solid #E1E4EA;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proxq .layout-left dd:last-child img {
    width: 76%;
    margin: 0 auto;
    display: block;
}

.proxq .layout-right {
    float: left;
    width: 42%;
}

.proxq .layout-right .text-box {
    margin: 0 auto;
    width: 80%;
}

.proxq .layout-right .text-box .title {
    padding-bottom: .506667rem;
    font-size: .32rem;
    color: #333;
    line-height: .426667rem;
    border-bottom: 1px solid #E1E4EA;
}

.proxq .layout-right .text-box dl {
    margin: .613333rem 0 1.013333rem;
}

.proxq .layout-right .text-box dd {
    font-size: .213333rem;
    color: #333;
    line-height: .426667rem;
}

.proxq .layout-right .text-box span {
    padding-top: .453333rem;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E1E4EA;
}

.proxq .layout-right .text-box span img {
    float: left;
    padding-right: .226667rem;
}

.proxq .layout-right .text-box span i {
    float: left;
    font-style: normal;
    font-size: .2rem;
    color: #ea5513;
    line-height: .2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.proxq .layout-right .text-box span div {
    font-size: .32rem;
    color: #ea5513;
    font-weight: bold;
    line-height: .32rem;
}

.proxq .pro-data {
    margin: 1.6rem 0 0;
}

.proxq .pro-data .title-box {
    border-bottom: 1px solid #E1E4EA;
}

.proxq .pro-data .title-box a {
    width: 134px;
    height: 42px;
    background: #EA5513;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
}
.proxq .pro-data .text-box{
	overflow-x: auto;
}
.proxq .pro-data .text-box dl {
    margin: .706667rem auto 0;
    width: 94%;
}

.proxq .pro-data .text-box dd {
    font-size: .213333rem;
    line-height: .426667rem;
    color: #333;
}


/* 社会责任 */

.zeren {
    padding: .826667rem 3.48% .933333rem;
    background: #fff;
    overflow: hidden;
}

.zeren .layout-box {
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
}

.zeren .layout-left,
.zeren .layout-rigth {
    float: left;
    width: 34.7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.zeren .layout-box .img-box {
    position: relative;
    width: 95%;
}

.zeren .layout-box .img-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.zeren .layout-box .text-box {
    padding-left: 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    box-sizing: border-box;
}

.zeren .layout-box .text-box p {
    font-size: .32rem;
    color: #fff;
    line-height: .4rem;
}

.zeren .layout-box .text-box span {
    margin-bottom: 4%;
    font-size: .24rem;
    color: #fff;
    line-height: .4rem;
}

.zeren .layout-centre {
    position: relative;
    float: left;
    width: 30.6%;
    background-color: #F3F5F9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zeren .layout-centre>img {
    padding: .173333rem 0;
    width: 97%;
}

.zeren .layout-centre .title-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.zeren .layout-centre .title-box p {
    margin: 0 auto;
    width: 80%;
    font-size: .293333rem;
    line-height: .64rem;
    text-shadow: 0px 1px 3px #375180;
    color: #fff;
    text-align: center;
}

.zeren .layout-centre .title-box a {
    margin: 8% auto 0;
    width: 29%;
    height: 46px;
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .213333rem;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.zeren .layout-centre .title-box a img {
    padding-left: .253333rem;
    width: 16px;
    height: 10px;
}

.zeren .layout-centre .title-box a:hover {
    background: linear-gradient(90deg, #F8B62B 10%, #EA5413 80%);
}

.zeren .layout-box .img-box:hover img {
    /*filter: brightness(1.4);*/
   opacity: .8;
}


/* 分支机构 */

.fenzhi {
    background: #fff;
    overflow: hidden;
}

.fenzhi .tab-box {
    padding: .826667rem 3.48% .666667rem;
}

.fenzhi .tab-box ul {
    overflow: hidden;
    zoom: 1;
}

.fenzhi .tab-box ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.fenzhi .tab-box ul li:first-child .but {
    float: right;
}

.fenzhi .tab-box ul li .but {
    width: 194px;
    height: 48px;
    background: #F3F5F9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .293333rem;
    color: #555;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: 0.3s ease-out;
}

.fenzhi .tab-box ul li .but:hover {
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%);
    color: #fff;
}

.fenzhi .text-box {
    display: none;
    background-color: #F3F5F9;
}

.fenzhi .con {
    padding: .72rem 3.48% .88rem;
}

.fenzhi .text-box ul {
    margin: 0 auto;
    width: 92%;
    overflow: hidden;
    zoom: 1;
}

.fenzhi .text-box ul li {
    float: left;
    width: 50%;
    height: 534px;
}

.fenzhi .text-box ul .map-box {
    background: url(../img/fenzhi-1.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fenzhi .text-box ul .map-box .map {
    float: right;
    width: 90%;
    height: 85%;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: "微软雅黑";
    border-radius: 4px;
}

#allmap b {
    position: relative;
    font-weight: bold;
    text-align: justify;
    color: #CC5522;
    font-size: 14px;
    white-space: nowrap;
    line-height: 22px;
}

#allmap p {
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
}

#allmap a {
    margin-top: 10px;
    display: block;
    color: #1254e4;
    font-size: 16px;
    font-weight: bold;
}

#allmap img {
    max-width: none;
}

.fenzhi .text-box ul .right-box {
    overflow: hidden;
    padding: 0 4.3%;
    position: relative;
    background: url(../img/fenzhi-2.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.fenzhi .text-box ul .right-box i {
    padding-top: 13%;
    display: block;
    font-size: .213333rem;
    color: #BFBFBF;
    line-height: .4rem;
    font-style: normal;
}

.fenzhi .text-box ul .right-box p {
    position: relative;
    padding-bottom: .32rem;
    font-size: .4rem;
    color: #333;
    font-weight: bold;
    line-height: .4rem;
}

.fenzhi .text-box ul .right-box p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 85px;
    height: 3px;
    background: url(../img/fenzhi-icon.png);
}

.fenzhi .text-box ul .right-box span {
    padding: 6% 0 4.5% 0;
    display: block;
    font-size: .346667rem;
    color: #333;
    line-height: .4rem;
}

.fenzhi .text-box ul .right-box dl dd {
    font-size: .213333rem;
    color: #666;
    line-height: .4rem;
    text-align: justify;
}


/* 公共样式 */

.bgc {
    background-color: #122A88 !important;
}

.bgc1 {
    background: linear-gradient(90deg, #F8B62B 0%, #EA5413 100%) !important;
    color: #fff !important;
}

.col {
    background-color: #142F8A !important;
    color: #fff !important;
}

.c {
    clear: both;
}

.dis {
    display: block !important;
}

@media screen and (max-width:1680px) {
    .pro-list-box .left .tel-box span {
        font-size: .28rem;
    }
    .fenzhi .text-box ul li {
        height: 520px;
    }
}

@media screen and (max-width:1600px) {
    .pro-list-box .left .tel-box span {
        font-size: .26rem;
    }
    .pro-list-box .right .list-box ul li .card-box {
        height: 310px;
    }
    .fenzhi .text-box ul li {
        height: 500px;
    }
}

@media screen and (max-width:1440px) {
    .pro-list-box .right .list-box ul li .card-box {
        height: 280px;
    }
    .pro-list-box .left .tel-box {
        height: 130px;
    }
    .proxq .layout-left {
        height: 400px;
    }
    .fenzhi .text-box ul li {
        height: 450px;
    }
}

@media screen and (max-width:1366px) {
    .pro-list-box .right .list-box ul li {
        width: 33.3333%;
    }
    .pro-list-box .right .list-box ul li .card-box {
        height: 320px;
    }
    .pro-list-box .right .img-box .text-box p {
        margin-top: 12%;
    }
    .pro-list-box .right .img-box .text-box a {
        height: 50px;
        font-size: .28rem;
    }
    .pro-list-box .right .img-box .text-box a {
        margin-top: 8%;
    }
    .fenzhi .text-box ul li {
        height: 420px;
    }
}

@media screen and (max-width:1280px) {
    .pro-list-box .right .list-box ul li .card-box {
        height: 300px;
    }
    .pro-list-box .left .tel-box {
        height: 120px;
    }
    .proxq .layout-left {
        height: 350px;
    }
    .proxq .layout-right .text-box span img {
        width: 40px;
        height: 40px;
    }
    .fenzhi .text-box ul li {
        height: 480px;
    }
}

@media screen and (max-width:1024px) {
	.pro-list-box .right .img-box>img {
     width: auto; 
    height: 400px;
}

    .pro-list-box .left {
        display: none;
    }
    .pro-list-box .right {
        width: 100%;
    }
    .l-product .con {
        padding: 50px 0 70px;
    }
    #hamburgermenu {
        display: block;
        padding: 48px 0 0;
        height: 100%;
        width: 0;
        background: #fff;
        color: #333;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        overflow: hidden;
        -webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
        box-shadow: 3px 0 7px rgba(0, 0, 0, 0.55);
        overflow-y: auto;
    }
    #hamburgermenu .title-box {
        text-align: center;
    }
    #hamburgermenu .title-box p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }
    #hamburgermenu .title-box span {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
    }
    #hamburgermenu li .sub-tit {
        padding: 0 3%;
        box-sizing: border-box;
    }
    #hamburgermenu li .sub-tit .tu-box {
        padding: 13px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-sizing: border-box;
        position: relative;
    }
    #hamburgermenu li .sub-tit .tu-box .imgbox {
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        bottom: 0;
        margin: auto;
    }
    #hamburgermenu li .sub-tit.on .tu-box {
        border-bottom-color: transparent;
    }
    #hamburgermenu li>a {
        display: block;
    }
    #hamburgermenu .tit {
        display: block;
        width: 100%;
        padding: 10px 3%;
        box-sizing: border-box;
        line-height: 33px;
        color: #fff;
        position: relative;
        font-size: 15px;
        line-height: 20px;
    }
    #hamburgermenu .tit a {
        color: #666;
    }
    #hamburgermenu .tit1 {
        display: block;
        width: 100%;
        line-height: 33px;
        color: #333;
        position: relative;
        font-size: 15px;
        line-height: 18px;
        box-sizing: border-box;
    }
    #hamburgermenu .sub-tit.on.on .btn-v {
        background: url(../img/img6.png) center center no-repeat;
        background-size: 100%;
    }
    #hamburgermenu .btn-v {
        display: inline-block;
        height: 20px;
        width: 20px;
        float: right;
        margin-right: 16px;
        margin-top: 0;
        background: url(../img/img5.png) center center no-repeat;
        background-size: 100%;
    }
    #hamburgermenu .sub-tit1.on {
        background-color: #ff0001;
        color: #fff;
    }
    #hamburgermenu .sub-tit.on:after {
        background-size: 100% auto;
    }
    #hamburgermenu .sec-list {
        line-height: 28px;
        padding: 1px 1.5%;
        display: none;
    }
    #hamburgermenu .tit {
        text-transform: capitalize;
    }
    #hamburgermenu .sec-list a {
        background-size: 8px auto;
        line-height: 2;
        font-size: 13px;
        box-sizing: border-box;
    }
    #hamburgermenu .sec-list a:nth-child(1) {
        border-top: none;
    }
    #hamburgermenu .sec-list a {
        padding-left: 21px;
        color: #fff;
        display: block;
    }
    #hamburgermenu .sec-list a,
    .sub-menu .tit,
    .sub-menu .tit1 {
        color: #333;
    }
    #hamburgermenu li:nth-child(2n+2) {
        background: #f7f7f7;
    }
    #hamburgermenu li {
        border-bottom: 1px solid #e3e3e3;
    }
    #hamburgermenu li:nth-child(1) {
        border-top: 1px solid #e3e3e3;
    }
    .menubtn {
        display: block;
        position: fixed;
        z-index: 101;
        top: 60%;
        left: 0;
        width: 27px;
        height: 100px;
        background-image: url('../img/hamburge.png');
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .menubtn:hover {
        opacity: 0.8;
    }
    /** toggle menu **/
    body.openmenu {
        position: fixed;
        overflow: hidden;
    }
    #pgcontainer {
        padding: 45px 0;
        margin: 0;
    }
    .overlay {
        position: fixed;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        right: 0;
        left: 0;
    }
    .openmenu .overlay {
        top: 0;
    }
    .proxq .pro-data .title-box a {
        width: 110px;
        height: 36px;
    }
    .fenzhi .text-box ul li {
        width: 100%;
        height: 450px;
    }
    .fenzhi .text-box ul li:last-child {
        height: 380px;
    }
    .fenzhi .text-box ul .right-box i {
        padding-top: 6%;
    }
    .fenzhi .text-box ul {
        width: 100%;
    }
    .fenzhi .tab-box ul li .but {
        width: 150px;
        height: 42px;
    }
}

@media screen and (max-width:800px) {
    .l-product .con {
        padding: 40px 0 60px;
    }
    .pro-list-box .right .img-box .text-box a {
        margin-top: 6%;
        height: 40px;
    }
    .pro-list-box .right .list-box ul li .card-box {
        height: 230px;
    }
    .pro-list-box .right .list-box {
        padding: 30px 0 20px;
    }
    .change ul li {
        width: 60px;
        height: 40px;
    }
    .change .but-next {
        width: 100px;
        height: 40px;
    }
    .menubtn {
        width: 20px;
        height: 70px;
    }
    .proxq .layout-right .text-box span img {
        width: 36px;
        height: 36px;
        padding-right: 0;
    }
    .proxq .layout-left {
        margin-bottom: .666667rem;
    }
    .proxq .layout-left,
    .proxq .layout-right {
        width: 100%;
    }
    .proxq .layout-right .text-box {
        width: 100%;
    }
    .proxq .layout-right .text-box dl {
        margin: .4rem 0 .6rem;
    }
    .proxq {
        padding: .8rem 3.3% 1rem;
    }
    .proxq .pro-data {
        margin: 1rem 0 0;
    }
    .zeren .layout-centre .title-box a {
        width: 36%;
        height: 28px;
    }
    .zeren .layout-centre .title-box a img {
        padding-left: .15rem;
        width: 12px;
        height: 8px;
    }
    .zeren .layout-centre .title-box p {
        font-size: .18rem;
        line-height: .4rem;
    }
    .fenzhi .tab-box ul li .but {
        width: 130px;
        height: 42px;
    }
}

@media screen and (max-width:768px) {
    .pro-list-box .right .list-box ul li {
        margin-bottom: 20px;
    }
    .zeren .layout-left,
    .zeren .layout-rigth {
        width: 100%;
    }
    .zeren .layout-centre {
        width: 100%;
    }
    .zeren .layout-box .img-box {
        margin: .133333rem 0;
        width: 100%;
    }
    .zeren .layout-centre .title-box p {
        font-size: .293333rem;
        line-height: .64rem;
    }
    .zeren .layout-centre .title-box a {
        height: 36px;
    }
    /* .zeren .layout-rigth{float: right;}
  .zeren .layout-centre{float: none;width: 100%;} */
    .fenzhi .text-box ul li:last-child {
        height: 300px;
    }
    .fenzhi .text-box ul .right-box span {
        padding: 4% 0 3% 0;
    }
}

@media screen and (max-width:640px) {
	.pro-list-box .right .img-box>img {
    height: 200px;
}
    .pro-list-box .right .img-box .text-box i {
        display: none;
    }
    .pro-list-box .right .img-box .text-box a {
        width: 30%;
        height: 36px;
    }
    .pro-list-box .right .img-box .text-box a img {
        margin-left: 8px;
        height: 30%;
    }
    .pro-list-box .right .list-box ul li {
        width: 50%;
    }
    .pro-list-box .right .list-box ul li .card-box {
        height: 180px;
    }
    .change ul li {
        width: 40px;
        height: 40px;
    }
    .change .but-next {
        width: 80px;
        height: 40px;
    }
    .proxq .layout-left {
        height: 250px;
    }
    .fenzhi .text-box ul li {
        width: 100%;
        height: 300px;
    }
    .fenzhi .text-box ul li:last-child {
        padding-bottom: 8%;
        height: auto;
    }
    .fenzhi .tab-box ul li .but {
        width: 120px;
        height: 38px;
    }
}

@media screen and (max-width:375px) {
    .proxq .layout-left {
        height: 220px;
    }
}