@charset "utf-8";

/* banner */

.bannerbox {
    position: relative;
}

.banner_swiper {
    overflow: hidden;
}

.banner_swiper,
.banner_slide {
    width: 100%;
    height: 100%;
}

.banner_slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_img {
    height: 100%;
    overflow: hidden;
}

.banner_imgpc {
    height: 100%;
}

.banner_imgpc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_imgmb {
    overflow: hidden;
    display: none;
}

.banner_imgmb img {
    width: 100%;
}

.banner_slidebox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner_slideboxy {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    opacity: .6;
}

.banner_slideboxh {
    font-size: 56px;
    color: #fff;
}

.banner_slideboxp {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.banner_slidebox .banner_slideboxa {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #1a94d7;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.banner_slideboxa span {
    padding-left: 5px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.banner_slideboxa:hover span {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.bannerkz {
    padding: 0 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 50px;
    background-color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 5;
}

.bannerkz_per,
.bannerkz_next {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.bannerkz_per i,
.bannerkz_next i {
    font-size: 28px;
    color: #444;
}

.bannerkz_per.swiper-button-disabled i,
.bannerkz_next.swiper-button-disabled i {
    color: #dddadb;
}

.bannerkz_yq {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.bannerkz_yq .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
}

.banner_pagination span {
    width: 10px;
    height: 10px;
    background-color: #dddadb;
    margin: 0 8px;
    outline: none;
    opacity: 1;
}

.banner_pagination span.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    border: 5px solid #444;
    background-color: #fff;
}

@media screen and (max-width: 1200px) {
    .banner_imgmb {
        display: block;
    }
    .banner_imgpc {
        display: none;
    }
    .bannerbox {
        height: auto!important;
    }
    .banner_slidebox {
        display: none;
    }
}


/* 产品中心 */

.cpzx {
    margin-top: 100px;
}

.cpzx_tle {
    text-align: center;
}

.cpzx_tleh {
    font-size: 52px;
}

.cpzx_tley {
    font-size: 16px;
    color: #dddddd;
    text-transform: uppercase;
}

.cpzx_ct {
    margin-top: 30px;
}

.cpzxt_swiper {
    overflow: hidden;
}

.cpzxt_slide {
    height: auto;
    padding: 100px 50px;
    text-align: center;
}

.cpzxt_slideai i {
    font-size: 40px;
    color: #fff;
}

.cpzxt_slideah {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.cpzxt_slideax {
    width: 30px;
    height: 2px;
    margin: 20px auto;
    background-color: #fff;
}

.cpzxt_slideap {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.cpzxt_slideam {
    margin: 0 auto;
    margin-top: 75px;
    width: 135px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpzxt_slidea:hover .cpzxt_slideam {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

.cpzxt_slideai,
.cpzxt_slideah,
.cpzxt_slideax,
.cpzxt_slideap,
.cpzxt_slideam {
    position: relative;
    z-index: 3;
}

.cpzxt_slideabg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cpzxt_slideabg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpzxt_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.cpzxt_slideas {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    z-index: 5;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.swiper-slide-thumb-active.cpzxt_slide .cpzxt_slideas {
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.cpzxb_swiper {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

.cpzxb_slidea {
    display: flex;
    padding: 40px 0;
}

.cpzxb_slidea>div {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpzxb_slidea>div::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 36px;
    background-color: #ddd;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.cpzxb_slidea>div:last-child::after {
    display: none;
}

.cpzxb_slideaitemi i {
    font-size: 34px;
    color: #a6a6a6;
}

.cpzxb_slideaitemr {
    padding-left: 8px;
}

.cpzxb_slideaitemrh {
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.cpzxb_slideaitem:hover .cpzxb_slideaitemrh {
    color: #1a94d7;
}

.cpzxb_slideaitemrp {
    font-size: 12px;
    color: #bebebe;
}


/* 推荐产品 */

.tjcp {
    margin-top: 90px;
}

.tjcpt {
    font-size: 30px;
    text-align: center;
}

.tjcpct {
    position: relative;
    margin-top: 30px;
}

.tjcpct_swiper {
    overflow: hidden;
}

.tjcpct_slidea {
    display: block;
}

.tjcpct_slideaimg {
    overflow: hidden;
    border: 1px solid #ddd;
}

.tjcpct_slideaimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.tjcpct_slidea:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.tjcpct_slideatxt {
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tjcp_per,
.tjcp_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.tjcp_per {
    left: -55px;
}

.tjcp_next {
    right: -55px;
}

.tjcp_per i,
.tjcp_next i {
    font-size: 40px;
}

.tjcp_per.swiper-button-disabled i,
.tjcp_next.swiper-button-disabled i {
    color: #dddadb;
}

.tjcpgd {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.tjcpgd .tjcpgda {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.tjcpgda::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #1a94d7;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.tjcpgda:hover::after {
    height: 100%;
}

.tjcpgda span {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 5;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.tjcpgda:hover span {
    color: #fff;
}


/*精匠优势  */

.jjys {
    margin-top: 100px;
}

.jjysct {
    margin-top: 30px;
}

.jjysct {
    display: flex;
}

.jjysct>div {
    width: 50%;
}

.jjysctl_swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.jjysct_lbox {
    width: 100%;
    height: 100%;
}

.jjysctl_slideimg {
    height: 100%;
    overflow: hidden;
}

.jjysctl_slideimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jjysct_ly {
    position: absolute;
    bottom: 40px;
    right: 60px;
    z-index: 5;
    width: auto;
}

.jjysct_pagination.swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
}

.jjysct_pagination span {
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px;
}

.jjysct_pagination span.swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    border: 5px solid #1a94d7;
    background-color: transparent;
}

.jjysct_r {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jjysct_rboxitem {
    position: relative;
}

.jjysct_rboxitemlm {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    padding-left: 100px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.jjysct_rboxitems {
    font-size: 48px;
    color: #fff;
    opacity: .4;
}

.jjysct_rboxitemz {
    font-size: 24px;
    color: #fff;
}

.jjysct_rboxitemi {
    align-self: flex-end;
}

.jjysct_rboxitemi i {
    font-size: 30px;
    color: #fff;
}

.jjysct_itemwm {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 0 60px;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.jjysct_wmboxt {
    display: flex;
    align-items: center;
}

.jjysct_wmboxt i {
    font-size: 28px;
    color: #a6a6a6;
}

.jjysct_wmboxt span {
    font-size: 30px;
    font-weight: 700;
    padding-left: 15px;
}

.jjysct_wmboxb {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding-left: 44px;
}

.jjysct_rboxitem.on .jjysct_itemwm {
    opacity: 1;
    width: calc(100% + 50px);
}

.gyjj {
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gyjjbox {
    display: flex;
}

.gyjjbox>div {
    width: 50%;
}

.gyjjbox_l {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gyjjbox_lh {
    font-size: 36px;
}

.gyjjbox_ld {
    font-size: 52px;
    font-weight: 700;
    color: #1a94d7;
}

.gyjjbox_lp {
    padding-right: 120px;
    margin-top: 30px;
}

.gyjjbox_lp p {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 10px;
}

.gyjjbox_la {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 16px;
    color: #555;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gyjjbox_la:hover {
    color: #1a94d7;
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.gyjj_swiper {
    overflow: hidden;
}

.gyjjbox_rbox {
    display: block;
}

.gyjj_slideitemt {
    padding: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.gyjj_slideitemt img {
    max-width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.gyjj_slideitem:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gyjj_slideitemb {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 资讯中心 */

.zxzx {
    margin-top: 100px;
}

.zxzx_ct {
    margin-top: 30px;
    display: flex;
}

.zxzx_ct>div {
    width: 50%;
}

.zxzx_ctl {
    padding-right: 35px;
}

.zxzx_ctl .zxzx_ctla {
    display: block;
}

.zxzx_ctlaimg {
    height: 140px;
    overflow: hidden;
}

.zxzx_ctlaimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zxzx_ctla:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zxzx_ctlah {
    margin-top: 35px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zxzx_ctla:hover .zxzx_ctlah {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.zxzx_ctlap {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.zxzx_ctlasj {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zxzx_ctlasjl,
.zxzx_ctlasjr {
    font-size: 14px;
    color: #999999;
}

.zxzx_ctr {
    padding-left: 35px;
    overflow: hidden;
}

.zxzx_ctr .zxzx_ctrt {
    display: block;
    border-top: 1px solid #ddd;
    padding: 35px 60px;
}

.zxzx_ctrth {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zxzx_ctrt:hover .zxzx_ctrth {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}

.zxzx_ctrtp {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.zxzx_ctrb {
    border-top: 1px dashed #ddd;
}

.zxzx_ctrb .zxzx_ctrba {
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ddd;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.zxzx_ctrb .zxzx_ctrba:hover {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
}


/* 合作伙伴 */

.hzhb {
    margin-top: 100px;
    padding: 80px 0;
    background-color: #f1f1f1;
}

.hzhb_swiper {
    overflow: hidden;
}

.hzhb_slideitem {
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}

.hzhb_slideitem img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.hzhb_slideitem:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hzhb .hzhbbox {
    display: block;
    position: relative;
}

.hzhb_per,
.hzhb_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.hzhb_per {
    left: -55px;
}

.hzhb_next {
    right: -55px;
}

.hzhb_per i,
.hzhb_next i {
    font-size: 28px;
    color: #444;
}

.hzhb_next i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.hzhb_per.swiper-button-disabled i,
.hzhb_next.swiper-button-disabled i {
    color: #dddadb;
}

@media screen and (max-width: 1450px) {
    /* banner */
    .banner_slideboxh {
        font-size: 50px;
    }
    .cpzx,
    .tjcp,
    .jjys,
    .zxzx,
    .hzhb {
        margin-top: 80px;
    }
    .cpzx_tleh {
        font-size: 46px;
    }
    .cpzxt_slide {
        padding: 80px 40px;
    }
    .cpzxt_slideah {
        font-size: 22px;
    }
    .cpzxt_slideam {
        margin-top: 50px;
    }
    .cpzxb_slidea {
        padding: 30px 0;
    }
    /* 推荐产品 */
    .tjcpgd {
        margin-top: 35px;
    }
    /* 精匠优势 */
    .jjysct_rboxitemz {
        font-size: 20px;
    }
    .jjysct_wmboxt span {
        font-size: 22px;
    }
    .jjysct_wmboxt i {
        font-size: 26px;
    }
    .jjysct_rboxitemlm {
        padding: 30px 0;
        padding-left: 80px;
    }
    .jjysct_rboxitems {
        font-size: 40px;
    }
    /* 关于精匠 */
    .gyjj {
        padding: 70px 0;
    }
    .gyjjbox_lh {
        font-size: 30px;
    }
    .gyjjbox_ld {
        font-size: 46px;
    }
    .gyjjbox_lp p {
        font-size: 14px;
        line-height: 22px;
    }
    .gyjjbox_lp {
        margin-top: 20px;
    }
    .gyjjbox_la {
        margin-top: 25px;
    }
    .zxzx_ctlasj {
        margin-top: 20px;
    }
    .zxzx_ctlah {
        margin-top: 20px;
        font-size: 16px;
    }
    .zxzx_ctlap {
        margin-top: 10px;
        font-size: 13px;
    }
    .zxzx_ctr .zxzx_ctrt {
        padding: 25px 40px;
    }
    .zxzx_ctrth {
        font-size: 16px;
    }
    .zxzx_ctrb .zxzx_ctrba {
        padding: 0 40px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }
    .zxzx_ctlaimg {
        height: 108px;
    }
    .hzhb {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1200px) {
    /* banner */
    .banner_slideboxy {
        font-size: 16px;
    }
    .banner_slideboxh {
        font-size: 42px;
    }
    .banner_slideboxp {
        margin-top: 20px;
        font-size: 13px;
        line-height: 22px;
    }
    .banner_slidebox .banner_slideboxa {
        margin-top: 35px;
    }
    .cpzx,
    .tjcp,
    .jjys,
    .zxzx,
    .hzhb {
        margin-top: 70px;
    }
    .cpzx_tleh {
        font-size: 40px;
    }
    .cpzx_tley {
        font-size: 14px;
    }
    .cpzxt_slide {
        padding: 70px 35px;
    }
    .cpzxt_slideah {
        font-size: 20px;
    }
    .cpzxt_slideax {
        margin: 15px auto;
    }
    .cpzxt_slideap {
        height: 60px;
        font-size: 13px;
        line-height: 22px;
    }
    .cpzxt_slideam {
        font-size: 13px;
    }
    .cpzxb_slideaitemrh {
        font-size: 18px;
    }
    .tjcpgd {
        margin-top: 30px;
    }
    .tjcpgd .tjcpgda span {
        font-size: 14px;
    }
    /* 优势 */
    .jjysct_rboxitemlm {
        padding: 25px 0;
        padding-left: 60px;
    }
    .jjysct_rboxitems {
        font-size: 34px;
    }
    .jjysct_rboxitemz {
        font-size: 18px;
    }
    .jjysct_rboxitemi i {
        font-size: 26px;
    }
    .jjysct_wmboxt span {
        font-size: 20px;
    }
    .jjysct_wmboxb {
        margin-top: 8px;
        font-size: 13px;
        line-height: 23px;
    }
    .gyjj {
        padding: 60px 0;
    }
    .gyjjbox_lh {
        font-size: 26px;
    }
    .gyjjbox_ld {
        font-size: 40px;
    }
    .gyjjbox_lp {
        margin-top: 12px;
    }
    .gyjjbox_lp p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .gyjjbox_la {
        margin-top: 15px;
        font-size: 13px;
    }
    .gyjj_slideitemt {
        padding: 20px;
    }
    .hzhb {
        padding: 60px 0;
    }
}

@media screen and (max-width: 992px) {
    /* banner */
    .banner_slideboxy {
        font-size: 14px;
    }
    .banner_slideboxh {
        font-size: 36px;
    }
    .banner_slideboxp {
        font-size: 12px;
        line-height: 20px;
    }
    .banner_slidebox .banner_slideboxa {
        font-size: 12px;
    }
    .cpzx,
    .tjcp,
    .jjys,
    .zxzx,
    .hzhb {
        margin-top: 60px;
    }
    .cpzx_tleh {
        font-size: 34px;
    }
    .cpzx_tley {
        font-size: 13px;
    }
    .cpzx_ct,
    .tjcpct,
    .jjysct,
    .zxzx_ct {
        margin-top: 25px;
    }
    .cpzxt_slide {
        padding: 60px 25px;
    }
    .cpzxt_slideai i {
        font-size: 34px;
    }
    .cpzxt_slideah {
        font-size: 18px;
    }
    .cpzxt_slideax {
        margin: 12px auto;
    }
    .cpzxt_slideap {
        font-size: 12px;
        line-height: 20px;
    }
    .cpzxt_slideam {
        margin-top: 35px;
        font-size: 12px;
    }
    .cpzxb_slideaitemi i {
        font-size: 30px;
    }
    .cpzxb_slidea {
        padding: 20px 0;
    }
    .tjcpct_slideatxt {
        font-size: 12px;
    }
    .tjcpgd .tjcpgda {
        font-size: 12px;
    }
    .tjcpgd {
        margin-top: 20px;
    }
    .jjysct_rboxitems {
        font-size: 30px;
    }
    .jjysct_rboxitemz {
        font-size: 16px;
    }
    .jjysct_wmboxt span {
        font-size: 18px;
    }
    .jjysct_itemwm {
        padding: 0 40px;
    }
    .jjysct_wmboxb {
        font-size: 12px;
        line-height: 20px;
    }
    .jjysct_rboxitemi i {
        font-size: 22px;
    }
    .jjysct_rboxitemlm {
        padding: 25px 0;
        padding-left: 50px;
    }
    .gyjj {
        padding: 50px 0;
    }
    .gyjjbox_lh {
        font-size: 22px;
    }
    .gyjjbox_ld {
        font-size: 34px;
    }
    .gyjjbox_lp {
        padding-right: 80px;
    }
    .gyjjbox_lp p {
        font-size: 12px;
        line-height: 20px;
    }
    .gyjjbox_la {
        font-size: 12px;
    }
    .gyjj_slideitemt {
        padding: 10px;
    }
    .gyjj_slideitemb {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .zxzx_ctlap {
        font-size: 12px;
        line-height: 20px;
    }
    .zxzx_ctlasjl,
    .zxzx_ctlasjr {
        font-size: 12px;
    }
    .zxzx_ctlah {
        margin-top: 10px;
    }
    .zxzx_ctlap {
        margin-top: 5px;
    }
    .zxzx_ctlasj {
        margin-top: 10px;
    }
    .zxzx_ctr .zxzx_ctrt {
        padding: 20px;
    }
    .zxzx_ctrtp {
        font-size: 12px;
        line-height: 20px;
    }
    .zxzx_ctl {
        padding-right: 20px;
    }
    .zxzx_ctr {
        padding-left: 20px;
    }
    .zxzx_ctrb .zxzx_ctrba {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }
    .hzhb {
        padding: 50px 0;
    }
    .tjcpct {
        overflow: hidden;
    }
    .bcydtjcp {
        display: flex;
    }
    .hzhbbox {
        overflow: hidden;
    }
    .bcydtjhz {
        display: flex;
    }
    .tjcpct_slideatxt {
        height: 40px;
        line-height: 40px;
    }
}

.ysxg {
    display: none;
}

@media screen and (max-width: 768px) {
    /* banner */
    .banner_slideboxh {
        font-size: 32px;
    }
    .banner_slideboxp br {
        display: none;
    }
    .banner_slideboxp {
        margin-top: 15px;
    }
    .banner_slidebox .banner_slideboxa {
        margin-top: 25px;
    }
    .bannerkz {
        height: 40px;
    }
    .bannerkz_per,
    .bannerkz_next {
        width: 40px;
        height: 40px;
    }
    .bannerkz_per i,
    .bannerkz_next i {
        font-size: 24px;
    }
    .cpzx,
    .tjcp,
    .jjys,
    .zxzx,
    .hzhb {
        margin-top: 45px;
    }
    .cpzx_ct,
    .tjcpct,
    .jjysct,
    .zxzx_ct {
        margin-top: 20px;
    }
    .cpzx_ctb,
    .cpzxt_slideas {
        display: none;
    }
    .cpzxt_slide {
        padding: 40px 15px;
    }
    .cpzxt_slideai i {
        font-size: 30px;
    }
    .cpzxt_slideah {
        font-size: 16px;
    }
    .cpzxt_slideax {
        margin: 10px auto;
    }
    .cpzxt_slideap {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cpzx_tleh {
        font-size: 30px;
    }
    .cpzx_tley {
        font-size: 12px;
    }
    .bcydcpzx {
        display: flex;
    }
    .tjcpgd .tjcpgda {
        height: 40px;
    }
    .tjcpgd .tjcpgda span {
        font-size: 12px;
    }
    .jjysct .jjysct_r {
        width: 100%;
        padding-left: 15px;
    }
    .jjysct_rboxitem.on .jjysct_itemwm {
        width: 100%;
    }
    .jjysct_itemwm {
        opacity: 1;
        padding: 0 20px;
    }
    .jjysct_wmboxt span {
        font-size: 16px;
    }
    .jjysct_wmboxt i {
        font-size: 22px;
    }
    .jjysct_rboxitem {
        margin-bottom: 10px;
    }
    .jjysct_r {
        display: none;
    }
    .gyjjbox {
        flex-wrap: wrap;
    }
    .gyjjbox_l {
        width: 100%;
    }
    .gyjjbox_lh {
        font-size: 20px;
    }
    .gyjjbox_ld {
        font-size: 30px;
    }
    .gyjjbox_lp {
        padding-right: 0;
    }
    .gyjjbox .gyjjbox_r {
        margin-top: 30px;
        width: 100%;
    }
    .hzhb {
        padding: 40px 0;
    }
    .zxzx_ct {
        flex-wrap: wrap;
    }
    .zxzx_ct>div {
        width: 100%;
    }
    .zxzx_ctl {
        padding-right: 0;
    }
    .zxzx_ctlaimg {
        height: 95px;
    }
    .zxzx_ctr {
        margin-top: 25px;
        padding-left: 0;
    }
    .zxzx_ctrtp {
        display: none;
    }
    .zxzx_ctr .zxzx_ctrt {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
    }
    .zxzx_ctrb .zxzx_ctrba {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
    }
    .cpzxt_slideam {
        margin-top: 20px;
    }
    .bannerkz {
        bottom: 10px;
    }
    .bannerkz_per,
    .bannerkz_next {
        display: none;
    }
    .bannerkz {
        height: auto;
        background-color: transparent;
    }
    .banner_pagination span {
        background-color: #dddadb;
        margin: 0 4px;
    }
    .banner_pagination span.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        border: none;
        background-color: #1a94d7;
    }
    .jjysct_rboxitemlm {
        padding: 35px 0;
    }
    .jjysct_wmboxb {
        margin-top: 4px;
    }
    .jjysct_wmboxt span {
        padding-left: 10px;
    }
    /* 优势修改 */
    .jjysct {
        flex-wrap: wrap;
    }
    .jjysct_lbox {
        height: 200px;
    }
    .jjysct>div {
        width: 100%;
    }
    .ysxg {
        display: flex;
        background-color: #f1f1f1;
    }
    .ysxg_l {
        width: calc(100% - 80px);
    }
    .ysxg_r {
        display: flex;
        align-items: flex-end;
    }
    .ysxg_per,
    .ysxg_next {
        width: 40px;
        height: 40px;
        background-color: #1a94d7;
        cursor: pointer;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ysxg_per.swiper-button-disabled,
    .ysxg_next.swiper-button-disabled {
        background-color: #444;
    }
    .ysxg_per i,
    .ysxg_next i {
        font-size: 14px;
        color: #fff;
    }
    .ysxg_lbox {
        display: block;
    }
    .ysxg_swiper {
        overflow: hidden;
    }
    .ysxg_lbox {
        overflow: hidden;
    }
    .ysxg_slide {
        height: auto;
        padding: 15px 20px;
    }
    .ysxg_slidet {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ysxg_slidet i {
        font-size: 50px;
        color: #a6a6a6;
        font-weight: 200;
    }
    .ysxg_slidet span {
        padding-left: 12px;
        font-size: 12px;
        line-height: 20px;
        color: #444;
    }
    /* yua */
    .jjysct_ly {
        right: 15px;
        bottom: 15px;
    }
    .jjysct_pagination span.swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background-color: #1a94d7;
    }
    .jjysct_pagination span {
        width: 10px;
        height: 10px;
        margin: 0 3px;
        background-color: #ddd;
    }
}