/* banner图css */
.index_page .bannerbox {
    width: 100%;
    height: 100vh;
    position: relative;
}

.index_page .bannerbox .bannerSwiper {
    height: 100%;
}

.index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide img {
    position: relative;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide .textbox {
    /* position: relative; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #ffffff;
    text-align: center;
    width: 100%;
}

.index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide .textbox .top {
    width: 100%;
    font-size: 91px;
    /* margin-top: 38.54166666666vh; */
    line-height: 91px;
    letter-spacing: 10px;
    font-family: 'Heiti bold';
    font-weight: bold;
}

.index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide .textbox .bottom {
    width: 100%;
    font-size: 28px;
    margin-top: 60px;
    line-height: 28px;
    letter-spacing: 2.5px;
}




.index_page .bannerbox .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

/* 分页条样式 */
.index_page .bannerbox .swiper-pagination .pagination-item {
    width: 100px;
    height: 2px;
    background-color: #ddd;
    border-radius: 1px;
    position: relative;
}


/* 已轮播的分页条 */
.index_page .bannerbox .swiper-pagination .pagination-item.active {
    background-color: #0047b0;
    position: relative;
}



.index_page .bannerbox .swiper-pagination .active:last-child:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
    background-color: #0047b0;
    transition: all 18s;
    z-index: 100;
    display: block;
}

.index_page .bannerbox .swiper-pagination .active:last-child::before{
    position: relative;
    width: 100%;
    z-index: 100;
    display: block;

}


/*产品中心 */
.index_page .product_box {
    position: relative;
    /* margin-top: 100px; */
}

.index_page .product_box .leftbox {
    position: relative;
    padding-top: 100px;
    padding-left: calc((100% - 1600px) / 2);
    box-shadow: 46px 0 46px -46px #b7dcfb;
    min-height: 100vh;
    z-index: 5;
}

.index_page .product_box .leftbox .Innerbox {
    width: 1160px;
    position: relative;

}

.index_page .product_box .leftbox .Innerbox .titlebox {}

.index_page .product_box .leftbox .Innerbox .titlebox .title {
    width: 330px;
    font-family: 'Heiti bold';
    position: relative;
}

.index_page .product_box .leftbox .Innerbox .titlebox .title .ttbg {
    position: absolute;
    left: 0;
    top: 0;
}

.index_page .product_box .leftbox .Innerbox .titlebox .title .tttext {
    font-size: 40px;
    position: relative;
    z-index: 3;
    padding-top: 15px;
    font-family: 'Heiti bold';
    font-weight: bolder;
}


.index_page .product_box .leftbox .Innerbox .title_type {
    width: calc(500px);
    margin-right: 70px;
}

.index_page .product_box .leftbox .Innerbox .title_type .item {
    width: 70px;
}


.index_page .product_box .leftbox .Innerbox .cttbox {
    padding-top: 70px;
    padding-bottom: 185px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgboxsum .sum .sumitem {
    display: none;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgboxsum .sum .sumitem.show {
    display: block;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox {
    width: 475px;
    position: relative;
    height: auto;
    /* overflow: hidden; */
    /* margin-bottom: 100px; */
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 475px;
    height: 475px;
    overflow: hidden;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 475px;
    height: 475px;
    border-radius: 100%;
    -webkit-animation: sszcx 20s infinite linear;
    animation: sszcx 20s infinite linear;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 {
    position: relative;
    /* width: 400px; */
    /* height: 400px; */
    border-radius: 100%;
    overflow: hidden;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper {
    padding-bottom: 110px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper-slide {
    text-align: center;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper-slide img {
    width: 400px;
    margin: 37.5px auto 0;
    border-radius: 100%;
    overflow: hidden;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper .swiper-pagination {
    color: #aaaaaa;
    font-size: 19px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper .swiper-pagination .swiper-pagination-current {
    color: #385fbd;
    font-size: 28px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper .swiper-pagination .swiper-pagination-total {
    color: #aaaaaa;
    font-size: 19px;
}


.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav {
    width: 170px;
}

/* .index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox {
    display: none;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox.active {
    display: block;
} */

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox {
    height: 400px;
    padding: 60px 0;
    position: relative;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox::before {
    content: "";
    left: 60px;
    top: 0;
    width: 1px;
    height: 400px;
    position: absolute;
    background: #eeeeee;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .swiper {
    height: 100%;
    position: relative;
}



.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .item {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #eeeeee;
    color: #666666;
    /* padding: 20px 0; */
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #ffffff;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .swiper-slide .item.show {
    background: #385fbd;
    color: #ffffff;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .pro_tel_prev {
    top: auto;
    top: 0;
    right: auto;
    left: 23%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transform: rotate(90deg);
    background: #ffffff;
    box-shadow: 0 0 4px #dedede;
    font-size: 16px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .pro_tel_prev::after {
    font-size: 16px;
    font-weight: bold;
}




.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .pro_tel_next {
    top: auto;
    bottom: 0;
    right: 53%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transform: rotate(90deg);
    background: #ffffff;
    box-shadow: 0 0 4px #dedede;
    font-size: 16px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .pro_tel_next::after {
    font-size: 16px;
    font-weight: bold;
}


.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .swiper-button-next.swiper-button-disabled,
.index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textboxsum {
    width: calc(100% - 475px - 170px);
    padding: 0 50px 0 70px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textboxsum .textsum .itembox {

    display: none;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textboxsum .textsum .itembox.show {
    display: block;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox {}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .product_lunboSwiper2 {
    padding-bottom: 10px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .swiper-slide>.title {
    font-size: 28px;
    font-family: 'Heiti bold';
    color: #385fbd;
    margin-bottom: 38px;
    font-weight: bolder;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .swiper-slide>.jjbox {
    font-size: 16px;
    color: #7d8282;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .cpmuxqbox {
    margin-top: 70px;
    padding-left: 10px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .cpmuxqbox .cpmuxqitem {
    margin-right: 60px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .cpmuxqbox .cpmuxqitem a {
    color: #000000;
    font-size: 16px;
    font-family: 'Heiti bold';
}


.index_page .product_box .leftbox .Innerbox .cttbox .textbox .cpmuxqbox .cpmuxqitem a .icon {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #385fbd;
    position: relative;
    z-index: 3;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .cpmuxqbox .cpmuxqitem a .icon::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    -webkit-animation: circle 3s linear 1.6s infinite;
    /* Safari and Chrome */
    animation: circle 3s linear 1.6s infinite;
    background: #385fbd;
    border-radius: 100%;
    z-index: 2;
}

.index_page .product_box .bg_icon {
    position: absolute;
    left: 185px;
    bottom: 60px;
    width: 140px;
    height: 175px;
    z-index: 100;

}

@-webkit-keyframes circle {

    /* Safari and Chrome */
    from {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .cpmuxqbox .cpmuxqitem a .ctt {
    margin-left: 25px;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .morebox {
    margin-top: 60px;
    width: 155px;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 4px #dedede;
    font-size: 14px;
    position: relative;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .morebox a {
    color: #385fbd;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .morebox .zhezhao {
    position: absolute;
    width: 150px;
    height: 250px;
    background: #385fbd;
    left: -182px;
    top: -110px;
    z-index: -1;
    transition: all .7s ease;
    transform: rotateZ(-65deg);
}


.index_page .product_box .leftbox .Innerbox .cttbox .textbox .morebox .more {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #385fbd;
    transition: all .5s;
    /* padding-right: 20px; */
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .morebox:hover .zhezhao {
    left: 0px;

}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .morebox:hover .more {
    color: #ffffff;
}

.index_page .product_box .leftbox .Innerbox .cttbox .textbox .text {
    margin-top: 25px;
    color: #000000;
    font-family: 'Heiti bold';
    font-size: 16px;
}

.index_page .product_box .leftbox .Innerbox .anniubox {
    position: absolute;
    width: 78px;
    height: 78px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #ffffff;
    right: -39px;
    top: calc(50% + 39px);
    transform: translateY(-50%);
    padding: 5px;
    box-shadow: 24px 0 48px #b7dcfb;

}

.index_page .product_box .leftbox .Innerbox .anniubox .wk {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 100%;
}

.index_page .product_box .rightbox {
    width: calc(100% - ((100% - 1600px) / 2 + 1160px));
    background: #fafafa;
    min-height: 100vh;
    position: relative;
    padding-top: 320px;
    padding-bottom: 280px;
}

.index_page .product_box .rightbox .product_lunbo2 {
    width: 360px;
}

.index_page .product_box .rightbox .product_lunbo2 a {
    color: #7d8282;
    font-size: 20px;
    display: block;
}

.index_page .product_box .rightbox .product_lunbo2 .imgboxsum2 {
    width: 100%;
    height: 360px;
    border-radius: 100%;
    overflow: hidden;
}

.index_page .product_box .rightbox .product_lunbo2 .imgboxsum2 .sum .imgbox {
    display: none;
}

.index_page .product_box .rightbox .product_lunbo2 .imgboxsum2 .sum .imgbox.show {
    display: block;
}

.index_page .product_box .rightbox .product_lunbo2 .imgbox {}

.index_page .product_box .rightbox .product_lunbo2 .titlebox .title {
    text-align: center;
    margin-top: 30px;
}

.index_page .product_box .rightbox .product_lunbo2 .titleboxsum .sum .item {
    display: none;
}

.index_page .product_box .rightbox .product_lunbo2 .titleboxsum .sum .item.show {
    display: block;
}

/* 产品应用广泛 */
.index_page .cpyygfbox {
    position: relative;
}

.index_page .cpyygfbox .cpyyg_lunbo1 {
    position: relative;
}

.index_page .cpyygfbox .cpyyg_lunbo1 .yygf_swiper1 .swiper-slide img {
    width: 100%;
    /* height: calc(100vh - 100px); */
}

.index_page .cpyygfbox .cpyy_contentbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.index_page .cpyygfbox .cpyy_contentbox .titlebox {
    margin-top: 80px;
}

.index_page .cpyygfbox .cpyy_contentbox .titlebox .title {
    width: 330px;
    font-family: 'Heiti bold';
    position: relative;
}

.index_page .cpyygfbox .cpyy_contentbox .titlebox .title .ttbg {
    position: absolute;
    left: 0;
    top: 0;
}

.index_page .cpyygfbox .cpyy_contentbox .titlebox .title .tttext {
    font-size: 40px;
    position: relative;
    z-index: 3;
    padding-top: 15px;
    font-family: 'Heiti bold';
    font-weight: bolder;
    color: #ffffff;
}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 {
    width: 370px;
    height: 280px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 100px;
    margin-left: 80px;
    padding: 25px 20px;

}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .cpyyg_Swiper {
    width: 100%;
    height: 100%;
}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .title {
    color: #333333;
    font-size: 18px;
}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .item {
    margin-top: 20px;
    width: 50%;
}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .item a {
    color: #333333;
    line-height: 1.2;
}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .item .icon {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    font-size: 14px;
    background-color: #385fbd;
    margin-right: 10px;
}

.index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .item .text {
    width: calc(100% - 18px);
    font-size: 14px;
}

.index_page .cpyygfbox .cpyy_contentbox .line {
    width: 100%;
    margin-top: 110px;
    position: relative;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item {
    width: 66px;
    text-align: center;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item1 {
    position: absolute;
    left: 14.58%;
    top: -12px;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item1.active {
    position: absolute;
    left: 14.58%;
    top: -37px;
}


.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item2 {
    position: absolute;
    left: 31.25%;
    top: 18%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item2.active {
    position: absolute;
    left: 31.25%;
    top: 6px;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item3 {
    width: 100px;
    position: absolute;
    /* left: 45.83333333333%; */
    left: 43.8333333333%;
    top: 44%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item3.active {
    position: absolute;
    left: 45.83333333333%;
    top: 53px;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item4 {
    position: absolute;
    left: 60.5375%;
    top: 63%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item4.active {
    position: absolute;
    left: 60.5375%;
    top: 84px;
}


.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item5 {
    position: absolute;
    left: 73.4375%;
    top: 53%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item5.active {
    position: absolute;
    left: 73.4375%;
    top: 68px;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item6 {
    position: absolute;
    left: 83.8541666666666%;
    top: 10%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item6.active {
    position: absolute;
    left: 83.8541666666666%;
    top: -8px;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .title {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}


.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .icon .active_icon_box {
    /* width: 66px;
    height: 66px; */
    position: relative;
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .icon .active_icon_box::before {
    display: none;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .active_icon_box {
    display: block;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .active_icon_box::before {
    content: "";
    display: block;
    /* width: 66px;
    height: 66px; */
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px #ffffff dashed;
    position: absolute;
    left: -6px;
    top: -6px;
    animation: sszcx 5s infinite linear;
}


.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .icon::before {
    width: 12px;
    height: 12px;
    background: #ffffff;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .icon .pt_icon {
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 100%;

    position: relative;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .icon .pt_icon::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-animation: fa 2s linear 0s infinite;
    /* Safari and Chrome */
    animation: fa 2s linear 0s infinite;
    z-index: 5;
}


.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item .icon .pt_icon::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 100%;
    -webkit-animation: fa 2s linear .5s infinite;
    /* Safari and Chrome */
    animation: fa 2s linear .5s infinite;
    z-index: 5;
}

@-webkit-keyframes fa {

    /* Safari and Chrome */
    from {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(2);
    }
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .pt_icon {
    display: none;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .active_icon_box .active_icon {
    /* width: 56px;
    height: 56px; */
    width: 40px;
    height: 40px;
    background: #385fbd;
    border-radius: 100%;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .active_icon_box .active_icon2 {
    margin-top: 25px;
    width: 80px;
}

.index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .active_icon img {
    /* width: 37px; */
    width: 24px;
}

.index_page .cpyygfbox .cpyy_icon_bg {
    position: absolute;
    left: 175px;
    bottom: 0;
    width: 98px;
    height: 158px;
    z-index: 5;
}

.index_page .cpyygfbox .djqh {
    position: absolute;
    left: 285px;
    bottom: 125px;
    width: 98px;
    height: 30px;
    z-index: 5;
    color: #ffffff;
    font-size: 14px;
}

/* 关于我们 */
.index_page .gywmbox {
    position: relative;

}

.index_page .gywmbox .leftbox {
    width: 50%;
}

.index_page .gywmbox .leftbox .titlebox {
    position: relative;
    padding-left: calc((100% - 800px));
    padding-bottom: 100px;
    border-right: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
}

.index_page .gywmbox .leftbox .titlebox .bg {
    padding-top: 105px;
    width: 320px;

}

.index_page .gywmbox .leftbox .titlebox .title {
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    font-family: "Heiti bold";
    margin-top: 35px;
}

.index_page .gywmbox .leftbox .numberbox {
    width: 100%;
    padding-top: 160px;
    padding-left: calc((100% - 800px));
    padding-bottom: 100px;
    background: url("../img/gywm_bg.png") no-repeat;
    background-size: 100% 100%;
    border-right: 2px solid #ededed;
}

.index_page .gywmbox .leftbox .numberbox .number {
    width: 720px;
}

.index_page .gywmbox .leftbox .numberbox .number .item .icon {
    width: 34px;
    margin-right: 30px;
}


.index_page .gywmbox .leftbox .numberbox .number .item:first-child .icon img {
    width: 25.5px;
}

.index_page .gywmbox .leftbox .numberbox .number .item .numbox .num {
    font-size: 48px;
    color: #385fbd;
    position: relative;
    line-height: 48px;
}

.index_page .gywmbox .leftbox .numberbox .number .item .numbox .num::before {
    position: absolute;
    left: 55px;
    top: 0;
    content: "+";
    font-size: 30px;
    line-height: 30px;
}

.index_page .gywmbox .leftbox .numberbox .number .item2 .numbox .num::before {
    left: 80px;
    top: 0;
}

.index_page .gywmbox .leftbox .numberbox .number .item .numbox .text {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 1;
}

.index_page .gywmbox .rightbox {
    width: 50%;
}

.index_page .gywmbox .rightbox .imgbox {
    width: 720px;
    margin-top: 80px;
    position: relative;
}

.index_page .gywmbox .rightbox .imgbox .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
}

.index_page .gywmbox .rightbox .text {
    margin-top: 120px;
    width: 720px;
    font-size: 16px;
    color: #666666;
    line-height: 31px;
}


.index_page .gywmbox .rightbox .more {
    width: 720px;
    text-align: right;
    margin: 30px auto 0;
}

.index_page .gywmbox .rightbox .more a {
    color: #385fbd;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    font-family: 'Heiti bold';
}


.index_page .gywmbox .bottombox {
    width: 100%;
    height: 200px;
    border-top: 2px solid #ededed;
}

.index_page .gywmbox .bottombox .itembox {
    height: 200px;
}

.index_page .gywmbox .bottombox .itembox .item {
    text-align: center;
    width: calc(100% / 8);

}

.index_page .gywmbox .bottombox .itembox .item:hover img {
    transform: rotateY(360deg);
}


.index_page .gywmbox .bottombox .itembox .item img {
    width: 105px;
    transition: all .5s;
}

.index_page .gywmbox .bottombox .itembox .item .text {
    font-size: 14px;
    color: #666666;
}

.index_page .gywmbox .bottombox .itembox .item:hover .text {
    color: #385fbd;

}


/* 公司优势 */
.index_page .gsysbox {
    position: relative;
    background: url('../img/gsys_bg.jpg')no-repeat center center;
    background-size: cover;
}

.index_page .gsysbox .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.index_page .gsysbox .gsys_content {
    position: relative;
    z-index: 5;
    padding-top: 120px;
    padding-bottom: 145px;
}

.index_page .gsysbox .gsys_content .title1 {
    font-size: 56px;
    color: #ffffff;
    line-height: 56px;
}

.index_page .gsysbox .gsys_content .title2 {
    margin-top: 30px;
    font-size: 56px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
    font-family: "Heiti bold";
}

.index_page .gsysbox .gsys_content .contentbox {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 50px;

}

.index_page .gsysbox .gsys_content .itembox {
    margin-top: 150px;
    width: 960px;
}

.index_page .gsysbox .gsys_content .itembox .item {
    width: 210px;
    height: 280px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    position: relative;
    padding: 30px 20px;
    overflow: hidden;

    transition: all 0.5s;
}

.index_page .gsysbox .gsys_content .itembox .item a {
    color: #ffffff;
    display: block;
    overflow: hidden;

}

.index_page .gsysbox .gsys_content .itembox .item a .item_cj {
    position: relative;
    overflow: hidden;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_cj .title {
    position: relative;
    font-size: 32px;
    line-height: 32px;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_cj .title_en {
    margin-top: 13px;
    position: relative;
    /* width: 128px; */
    width: 100%;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_cj .title_en img {
    height: 21px;
    width: auto;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_cj .icon {
    margin-top: 100px;
    width: 32px;

}

.index_page .gsysbox .gsys_content .itembox .item a .item_zz {
    position: absolute;
    left: -1px;
    bottom: 0px;
    width: 210px;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;

    background: #ffffff;
    border-radius: 10px;

    padding: 0px 20px;
}


.index_page .gsysbox .gsys_content .itembox .item:hover {
    transform: translateY(-10px);
}

.index_page .gsysbox .gsys_content .itembox .item:hover a .item_zz {
    padding: 30px 20px;
    height: 100%;
    border: 2px solid #ffffff;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_zz {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_zz .text {
    height: 185px;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_zz .morebox .icon {
    width: 32px;
    margin-right: 10px;
}

.index_page .gsysbox .gsys_content .itembox .item a .item_zz .morebox .more {
    color: #0d82e6;
    font-size: 14px;
}



.index_page .ryzz_box {
    position: relative;
}

.index_page .ryzz_box .leftbox {
    width: 50%;
    background: url(../img/ryzz_zsbg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 65px 10px calc((100% - 1600px) / 2);
}

.index_page .ryzz_box .leftbox .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 60px;
}

.index_page .ryzz_box .leftbox .rztbbox {
    margin-top: 55px;
}

.index_page .ryzz_box .leftbox .rztbbox .imgbox {
    width: 437px;
}

.index_page .ryzz_box .leftbox .ryzz_lbbox {
    width: 100%;
    margin-top: 110px;
}

.index_page .ryzz_box .leftbox .ryzz_lbbox .ryzz_lb_Swiper .swiper-slide .text {
    font-size: 20px;
    color: #ffffff;
    margin: 20px auto;
    text-align: center;
}

.index_page .ryzz_box .leftbox .ryzz_lbbox .ryzz_lb_Swiper .swiper-slide.swiper-slide-prev .text,
.index_page .ryzz_box .leftbox .ryzz_lbbox .ryzz_lb_Swiper .swiper-slide.swiper-slide-next .text {
    /* display: none; */
}

.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox {
    position: relative;
    width: 170px;
    height: 35px;
    position: relative;
    margin: 20px auto;

}

.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-next,
.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-prev {
    width: 35px;
    height: 35px;

    border-radius: 100%;
    border: 2px solid #ffffff;
}


.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-next.swiper-button-disabled,
.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-prev.swiper-button-disabled {

    color: #ffffff;
    opacity: 1;
}

.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-next.swiper-button-disabled::after,
.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-prev.swiper-button-disabled::after {
    color: #ffffff;

}

.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-next::after,
.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .swiper-button-prev::after {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .more {
    text-align: center;
    font-size: 16px;
}

.index_page .ryzz_box .leftbox .ryzz_lbbox .navigationbox .more a {
    color: #ffffff;
}

.index_page .ryzz_box .rightbox {
    width: 50%;
    background: url(../img/ryzz_mubg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 40px calc((100% - 1600px) / 2) 10px 65px;
    position: relative;
}

.index_page .ryzz_box .rightbox .titlebox .number {
    font-size: 56px;
    color: #456cc8;
    position: relative;
    margin-right: 30px;
}

.index_page .ryzz_box .rightbox .titlebox .number::before {
    content: "+";
    position: absolute;
    right: -20px;
    top: 0;
    font-size: 34px;
    line-height: 34px;
}

.index_page .ryzz_box .rightbox .titlebox .title {
    font-size: 36px;
    color: #333333;
}

.index_page .ryzz_box .rightbox .more {
    width: 380px;
    height: 60px;
    border-radius: 10px;
    background: #385fbd;
    text-align: center;
    line-height: 60px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.index_page .ryzz_box .rightbox .more a {
    color: #ffffff;
    font-size: 18px;
}


/* 服务与支持 */
.index_page .fwyzzbox {
    background: url(../img/fwyzz_bg.jpg) no-repeat;
    background-size: 100% 100%;
    /* height: calc(100vh - 100px); */
}

.index_page .fwyzzbox .leftbox {
    width: 50%;
    padding: 10.41vh 65px 7.81vh calc((100% - 1600px) / 2);
    border-right: 1px solid #ffffff;
    position: relative;
    z-index: 2;
}

.index_page .fwyzzbox .leftbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #385fbd;
    transition: all .5s;
    z-index: -1;
    opacity: .5;

}


.index_page .fwyzzbox .leftbox:hover:before {
    width: 100%;
}

.index_page .fwyzzbox .leftbox .titlebox .title1 {
    font-size: 56px;
    line-height: 56px;
    color: #ffffff;
}

.index_page .fwyzzbox .leftbox .titlebox .title2 {
    margin-top: 30px;
    font-size: 56px;
    color: #ffffff;
    line-height: 56px;
    font-weight: bold;
    font-family: "Heiti bold";
}

.index_page .fwyzzbox .leftbox .rczpbox {
    margin-top: 30.7vh;
}

.index_page .fwyzzbox .leftbox .rczpbox .icon {
    width: 78px;
}

.index_page .fwyzzbox .leftbox .rczpbox .title {
    font-size: 36px;
    color: #ffffff;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .leftbox .rczpbox:hover .title {
    color: #385fbd;
} */

.index_page .fwyzzbox .leftbox .rczpbox .cttbox {
    margin-top: 30px;
}

.index_page .fwyzzbox .leftbox .rczpbox .cttbox .ctt {
    font-size: 18px;
    color: #ffffff;
}

/* .index_page .fwyzzbox .leftbox .rczpbox:hover .cttbox .ctt {
    color: #385fbd;
} */

.index_page .fwyzzbox .leftbox .rczpbox .cttbox .morebox a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;

}

/* .index_page .fwyzzbox .leftbox .rczpbox:hover .cttbox .morebox a {
    color: #385fbd;
} */

.index_page .fwyzzbox .rightbox {
    width: 50%;
}


.index_page .fwyzzbox .rightbox .ffyzz {
    width: 100%;
    padding-left: 40px;
    height: calc(50vh - 50px);
    border-bottom: 1px solid #ffffff;
    position: relative;
    z-index: 1;
}

.index_page .fwyzzbox .rightbox .ffyzz::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #385fbd;
    transition: all .5s;
    z-index: -1;
    opacity: .5;

}

.index_page .fwyzzbox .rightbox .ffyzz:hover::before {
    width: 100%;
}


.index_page .fwyzzbox .rightbox .ffyzz .icon {
    width: 78px;
    padding-top: 35px;
}

.index_page .fwyzzbox .rightbox .ffyzz .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .rightbox .ffyzz:hover .title {
    color: #385fbd;
} */


.index_page .fwyzzbox .rightbox .ffyzz .ctt {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .rightbox .ffyzz:hover .ctt {
    color: #385fbd;
} */


.index_page .fwyzzbox .rightbox .ffyzz .morebox {
    margin-top: 100px;
}

.index_page .fwyzzbox .rightbox .ffyzz .morebox a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;

}

/* .index_page .fwyzzbox .rightbox .ffyzz:hover .morebox a {
    color: #385fbd;
} */

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox {
    /* height: calc(50vh - 50px); */
    position: relative;
}


.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt {
    width: 50%;
    padding-left: 40px;
    border-right: 1px solid #ffffff;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}


.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #385fbd;
    transition: all .5s;
    z-index: -1;
    opacity: .5;

}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt:hover:before {
    height: 100%;
}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .icon {
    width: 78px;
    margin-top: 35px;
}


.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt:hover .title {
    color: #385fbd;
} */

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .ctt {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .rightbox .cjwt_lxwmbox:hover .cjwt .ctt {
    color: #385fbd;
} */

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .morebox {
    margin-top: 100px;
}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .morebox a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
}

/* .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt:hover .morebox a {
    color: #385fbd;
} */

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm {
    width: 50%;
    padding-left: 40px;
    position: relative;
    z-index: 1;
}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #3860bd;
    opacity: .5;
    transition: all .5s;
    z-index: -1;

}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm:hover::before {
    width: 100%;
}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .icon {
    width: 78px;
    margin-top: 35px;
}


.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .title {
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm:hover .title {
    color: #385fbd;
} */

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .ctt {
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 30px;
}

/* .index_page .fwyzzbox .rightbox .cjwt_lxwmbox:hover .lxwm .ctt {
    color: #385fbd;
} */


.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .morebox {
    margin-top: 100px;
}

.index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .morebox a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
}

/* .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm:hover .morebox a {
    color: #385fbd;
} */

/* 新闻 */
.index_page .news_box {
    position: relative;
    padding: 85px 0;
}

.index_page .news_box .mat {
    position: relative;
}

.index_page .news_box .titlebox .title1 {
    font-size: 56px;
    color: #333333;
    line-height: 56px;
}

.index_page .news_box .titlebox .bottombox .leftbox,
.index_page .news_box .titlebox .bottombox .rightbox {
    width: 50%;
}

.index_page .news_box .titlebox .bottombox .leftbox .title2 {
    margin-top: 30px;
    font-size: 56px;
    color: #333333;
    line-height: 56px;
    font-weight: bold;
    font-family: "Heiti bold";
}

.index_page .news_box .titlebox .bottombox .rightbox .newtitle {
    width: 193px;
    height: 48px;
    border-radius: 10px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}

.index_page .news_box .titlebox .bottombox .rightbox .newtitle.active {
    color: #ffffff;
    background: #385fbd;
}

.index_page .news_box .contentbox {
    margin-top: 80px;
    display: none;
}

.index_page .news_box .contentbox.active {
    display: block;
}

.index_page .news_box .contentbox .item {
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    padding-bottom: 40px;
    width: 100%;
}

.index_page .news_box .contentbox .item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #385fbd;
    width: 0%;
    height: 1px;
    z-index: 2;
    transition: all .8s;
}

.index_page .news_box .contentbox .item:hover::before {
    width: 100%;

}

.index_page .news_box .contentbox .item a {
    display: block;
}

.index_page .news_box .contentbox .item a .imgbox {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.index_page .news_box .contentbox .item .imgbox img {
    transition: all .5s;
}

.index_page .news_box .contentbox .item:hover .imgbox img {
    transform: scale(1.2);
}

.index_page .news_box .contentbox .item a .title {
    font-size: 20px;
    color: #333333;
    line-height: 1.2;
    margin-top: 20px;
}

.index_page .news_box .contentbox .item a .cttbox {
    margin-top: 40px;

}

.index_page .news_box .contentbox .item a .cttbox .icon {}

.index_page .news_box .contentbox .item a .cttbox .icon img {
    width: 18px;
    margin-right: 10px;
}

.index_page .news_box .contentbox .item a .cttbox .icon .time {
    font-size: 16px;
    color: #666666;
    line-height: 16px;
}

.index_page .news_box .contentbox .item a .cttbox .more {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
}

.index_page .news_box .contentbox .item:hover a .cttbox .more {
    color: #385fbd;
}


.index_page .news_box .contentbox>.more {
    margin: 50px auto 0;
}

.index_page .news_box .contentbox .more a {
    color: #385fbd;
    font-size: 14px;
}

.index_page .news_box .contentbox .more a .icon {
    width: 48px;
    margin-right: 15px;
}

.index_page .news_box .contentbox .navigationbox2 {
    position: absolute;
    width: 97px;
    height: 48px;

    right: 0;
    bottom: 0;
}

.index_page .news_box .contentbox .navigationbox2 .swiper-button-next,
.index_page .news_box .contentbox .navigationbox2 .swiper-button-prev {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border-color: 0;
}


.index_page .news_box .contentbox .navigationbox2 .swiper-button-next.swiper-button-disabled,
.index_page .news_box .contentbox .navigationbox2 .swiper-button-prev.swiper-button-disabled {
    color: #385fbd;
    opacity: 1;
}

.index_page .news_box .contentbox .navigationbox2 .swiper-button-next.swiper-button-disabled::after,
.index_page .news_box .contentbox .navigationbox2 .swiper-button-prev.swiper-button-disabled::after {
    color: #385fbd;

}

.index_page .news_box .contentbox .navigationbox2 .swiper-button-next::after,
.index_page .news_box .contentbox .navigationbox2 .swiper-button-prev::after {


    color: #666666;
}

/* 底部栏 */
.index_page .dblbox {
    width: 100%;
    height: 220px;
    background: url("../img/dbl_bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.index_page .dblbox .titlebox {
    width: 317px;
}

.index_page .dblbox .titlebox .title1 {
    width: 100%;
}

.index_page .dblbox .titlebox .title2 {
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 20px;
}

.index_page .dblbox .titlebox .title3 {
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 14px;
}

.index_page .dblbox .zjbox {
    width: 560px;
    margin-top: 30px;
}

.index_page .dblbox .zjbox .iconbox {
    width: 240px;
    height: 160px;
    background: #ffffff;
    border-radius: 10px;
}

.index_page .dblbox .zjbox .iconbox a {
    display: block;
}

.index_page .dblbox .zjbox .iconbox a .icon {
    width: 50px;
    margin: 20px auto 0;
}

.index_page .dblbox .zjbox .iconbox a .text {
    font-size: 24px;
    line-height: 24px;
    color: #0047b0;
    font-family: "Heiti bold";
    margin: 40px auto 0;
    text-align: center;
}

.index_page .dblbox .formbox {}

.index_page .dblbox .formbox .form {
    position: relative;
    width: 435px;
    height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    padding: 0 35px;
}

.index_page .dblbox .formbox .form form {
    height: 54px;
    line-height: 54px;
}

.index_page .dblbox .formbox .form .item input {
    border: 0;
    outline: 0;
    background: #ffffff;
}

.index_page .dblbox .formbox .form .icon {
    width: 36px;
}

.index_page .dblbox .formbox .title {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.index_page .dblbox .formbox .gjcbox {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.index_page .dblbox .formbox .gjcbox .item {
    margin-right: 20px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}


#particles-js {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* background-image: url(''); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.index_page .videobox {
    /* display: none; */
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 170px;
    z-index: 99;
}



.index_page .videobox .nhbox {
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: all .5s;

}

.index_page .videobox.show .nhbox {
    transform: translateX(0%);
    transition: all .5s;
}


.index_page .videobox .zkbox {
    width: 100%;
    height: 100%;
    position: relative;

}

.index_page .videobox.show .zkbox {}

.index_page .videobox.active {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.index_page .videobox.active .zkbox {
    width: 1080px;
    height: 608px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_page .videobox.show .intro_video {
    width: 100%;
    height: 100%;
}


.index_page .videobox.active .intro_video {
    width: 100%;
    height: 100%;
}

.index_page .videobox .nhbox .czbox {
    display: flex;
    justify-content: end;
    justify-content: flex-end;

}

.index_page .videobox .nhbox .czbox .fabox {
    width: 25px;
    height: 25px;
    padding: 2.5px;
    background: #385fbd;
}

.index_page .videobox .nhbox .czbox .lachu {
    width: 25px;
    height: 25px;
    padding: 2.5px;
    background: #385fbd;
}

.closebox {
    position: fixed;
    right: 0;
    bottom: 150px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #385fbd;
    border-radius: 4px;
    z-index: 1;
    transform: translateX(100%);
    transition: all .5s;
}

.closebox.show {
    transform: translateX(0%);

}

.index_page .videobox.active .nhbox .czbox {
    display: none;
}

.index_page .videobox.show .nhbox .zkbox .closebox {
    display: none;
}

.index_page .videobox.active .nhbox .zkbox .closebox {
    display: block;
}

.index_page .videobox .nhbox .zkbox .closebox {
    width: 25px;
    height: 25px;
    padding: 2.5px;
    background: #385fbd;
    position: absolute;
    right: 0;
    top: -25px;
    text-align: center;
    transform: translateX(0);
}


.index_page .videobox.close .czbox .fabox {
    display: none;
}

.index_page .videobox .nhbox .czbox .text {
    width: calc(100% - 50px);
    background: #385fbd;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    padding-left: 10px;
}

.index_page .hzhb {
    background: url('../img/hzhb_bg.jpg') no-repeat center center;
    /* padding: 85px 0 150px; */
    padding: 50px 0 60px;
}

.index_page .hzhb .titlebox .bluetitle {
    font-size: 48px;
    font-weight: bold;
    color: #385fbd;
}

.index_page .hzhb .titlebox .title {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    margin-left: 30px;
}

.index_page .hzhb .hbitembox {
    position: relative;
}

.index_page .hzhb .hzhbSwiper .imgbox {
    width: 200px;
    height: 100px;
    box-shadow: 0 0 9px #dedede;
    border-radius: 10px;
    transition: all .5s;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.index_page .hzhb .hzhbSwiper .imgbox:hover {
    transform: translateY(-10px);
}

.index_page .hzhb .hzhbSwiper {
    /* margin-top: 80px; */
    padding-bottom: 80px;
    padding-top: 10px;
    margin-top: 70px;

}

.index_page .hzhb .hzhbSwiper .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 0;
}

.index_page .hzhb .hzhbSwiper .swiper-pagination-bullet-active {
    background-color: #385fbd;
}

.index_page .bannerbox .bannerSwiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_page .bannerbox .bannerSwiper .swiper-slide.bannervideo::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #385fbd;
    opacity: .5;
}



/* 
.index_page .bannerbox .bannerSwiper .swiper-pagination {
    bottom: var(--swiper-pagination-bottom, 39px);
}

.swiper-pagination-progressbar {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 2.5px;
    overflow: hidden;
}

.swiper-pagination-progressbar .progressbar {
    height: 100%;
    background: #007aff;
    width: 0;
    transition: width 0s;
}

.index_page .bannerbox .bannerSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.index_page .bannerbox .bannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;

}

.index_page .bannerbox .bannerSwiper .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #385fbd;
    z-index: 2;
}

.index_page .bannerbox .bannerSwiper .swiper-pagination .swiper-pagination-bullet.show::before {
    transition: all 20s;
    width: 80px;
} */

.index_page .bannerbox .bannerSwiper .swiper-slide .bottom span {
    font-size: 16px;
    vertical-align: top;
    line-height: 16px;
}




.index_page .video_box .showbox {
    width: 52px;
}

.index_page .video_box .showbox .showitem {
    height: 52px;
    background-color: #385fbd;
}

.index_page .video_box .showbox .showvideo {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}


.index_page .video_box .showbox .closevideo {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

.index_page .video_box .showbox .enlargement {

    border-bottom-left-radius: 4px;
}

.index_page .video_box .showbox .showitem img {
    width: 100%;
}

.index_page .video_box {
    position: fixed;
    bottom: 26px;
    right: 0;
    width: 352px;
    height: 173px;
    z-index: 99;
    transform: translateX(calc(100% - 52px));
    transition: all .5s;
}

.index_page .video_box.allshow {
    transform: translateX(calc(100%));
}

.index_page .video_box .videodiv {
    width: 300px;
    height: 100%;
}



.index_page .video_box .videodiv .fsxcvideo {
    width: 100%;
    height: 100%;
}

.index_page .video_box.show {
    transform: translateX(0);
}

.index_page .video_box .showbox .closevideo {
    display: none;
}

.index_page .video_box.show .showbox .showvideo {
    display: none;
    position: relative;
}

.index_page .video_box.show .showbox .closevideo {
    display: block;

}

/* .index_page .video_box .showbox .showvideo .text {
    position: absolute;
    left: 0;
    top: 0;
    left: -16px;
    top: 39px;
    color: #007aff;
    display: none;
} */
.index_page .video_box .videodiv .textbox {
    background: #385fbd;
}

.index_page .video_box .videodiv .textbox .closevideo {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.index_page .video_box .videodiv .textbox .text {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    width: calc(100% - 60px);
}

.index_page .video_box .videodiv .textbox .enlargement {
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 0px;

}

.index_page .video_box2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    transform: scale(0);
    transition: all .5s;
    z-index: 1000;
}

.index_page .video_box2.show {
    transform: scale(1);
}

.index_page .video_box2 .interbox {
    width: 900px;
    height: 536px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_page .video_box2 .fdclosebox {
    width: 100%;
    text-align: right;
}

.index_page .video_box2 .fdclosebox img {
    width: 30px;
}

.index_page .video_box2 .fsxcvideo {
    width: 100%;
    height: 100%;
}


/* 宽度小于1600px执行下面的css */
@media (max-width: 1610px) {

    .index_page .product_box {
        /* width: 99%; */
    }

    .index_page .product_box .leftbox {
        width: 70%;
        padding-left: 10px;
    }

    .index_page .product_box .leftbox .Innerbox {
        width: 100%;
    }

    .index_page .product_box .rightbox {
        width: 30%;
        /* min-height: 58vw; */
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .sub_nav {
        width: 8.75vw;
    }

    .index_page .product_box .leftbox .Innerbox .titlebox .title {
        width: 20.625vw;
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .imgbox {
        width: 29.6875vw;
        height: 29.6875vw;
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .imgbox .bg img {
        width: 29.6875vw;
        height: 29.6875vw;
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .textbox {
        /* width: calc((100% - 29.6875vw) - 8.75vw); */
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 {
        width: 25vw;
        height: 25vw;
    }



    .index_page .product_box .leftbox .Innerbox .titlebox .title .tttext {
        font-size: 34px;
    }

    .index_page .product_box .leftbox .Innerbox .title_type {
        padding-left: 50px;
        padding-right: 60px;
        width: calc(100% - 20.625vw);
    }








    .index_page .cpyygfbox .cpyy_contentbox .titlebox {
        margin-top: 40px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 {
        margin-top: 50px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item1 {
        top: -15px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item2 {
        top: 19px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item3 {
        top: 52px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item4 {
        top: 74px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item5 {
        top: 61px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item6 {
        top: 8px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item1.active {}

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item2.active {
        top: -8px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item3.active {
        top: 24px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item4.active {
        top: 40px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item5.active {
        top: 30px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item6.active {
        top: -25px;
    }

    .index_page .gywmbox .leftbox .numberbox .number {
        width: 650px;
        margin: 0 auto;
    }

    .index_page .gywmbox .leftbox .titlebox .bg {
        padding-left: 10px;
        padding-top: 40px;
    }

    .index_page .gywmbox .leftbox .titlebox .title {
        padding-left: 10px;
    }

    .index_page .gsysbox .gsys_content {
        padding-top: 60px;
        padding-bottom: 59px
    }

    .index_page .gsysbox .gsys_content .itembox {
        margin-top: 60px;
    }

    .index_page .fwyzzbox .leftbox {
        padding: 10.41vh 65px 5vh 40px;
    }

    .index_page .fwyzzbox .leftbox .rczpbox {
        margin-top: 25.7vh;
    }

    .index_page .fwyzzbox .rightbox .ffyzz {
        height: 50vh;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox {
        height: 50vh;
    }

    .index_page .fwyzzbox .rightbox .ffyzz .morebox {
        margin-top: 60px;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .morebox {
        margin-top: 60px;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .morebox {
        margin-top: 60px;

    }

    .index_page .ryzz_box .leftbox .title {
        padding-left: 10px;
    }

    .index_page .ryzz_box .leftbox .rztbbox {
        padding-left: 10px;
    }
}


/* 宽度小于1400px执行下面的css */
@media (max-width: 1400px) {
    .max-1600-w {
        padding: 0 20px;
    }

    .index_page .gywmbox .rightbox {
        padding: 20px;
    }

    .index_page .gywmbox .rightbox .imgbox {
        width: 100%;
    }

    .index_page .gywmbox .rightbox .text {
        width: 100%;
    }

    .index_page .gywmbox .rightbox .tubiaobox {
        width: 100%;
    }

    .index_page .cpyygfbox .cpyy_icon_bg {
        left: 75px;
    }


}

@media (min-width: 1200px) and (max-width: 1300px) {
    .index_page .cpyygfbox .cpyy_contentbox .line {
        margin-top: 37px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item.active .icon .active_icon_box .active_icon2 {
        margin-top: 14px;
        width: 70px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item2 {
        top: 10%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item3 {
        top: 34%;

    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item4 {
        top: 50%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item5 {
        top: 38%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item6 {
        top: 0%;
    }
}

@media (min-width: 1300px) and (max-width: 1400px) {
    .index_page .cpyygfbox .cpyy_contentbox .line {
        margin-top: 70px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item2 {
        top: 13%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item3 {
        top: 38%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item4 {
        top: 55%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item5 {
        top: 44%;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line .iconbox .item6 {
        top: 5%;
    }
}


/* 宽度小于768px执行下面的css */
@media (max-width: 768px) {
    .max-1600-w {
        padding: 0 5px;
    }

    .index_page .bannerbox {
        margin-top: 80px;
        height: 56vw;
    }

    .index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide .textbox .top {
        font-size: 28px;
        margin-top: 10vw;
        line-height: 28px;
        letter-spacing: 10px;
        font-family: 'Heiti bold';
        font-weight: bold;
    }

    .index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide .textbox .bottom {
        font-size: 12px;
        margin-top: 25px;
        line-height: 28px;
        letter-spacing: 2.5px;
    }

    .index_page .gywmbox .leftbox .titlebox {
        width: 100%;
        padding: 0;
    }



    .index_page .gywmbox .leftbox {
        width: 100%;
    }

    .index_page .gywmbox .rightbox {
        width: 100%;
    }

    .index_page .gywmbox .bottombox .itembox .item img {
        width: 100%;
    }

    .index_page .fwyzzbox {
        background-size: cover;
        background-position: center;
    }



    .index_page .fwyzzbox .leftbox {
        width: 100%;
    }

    .index_page .fwyzzbox .rightbox {
        width: 100%;
    }

    .index_page .news_box .titlebox .bottombox .leftbox,
    .index_page .news_box .titlebox .bottombox .rightbox {
        width: 100%;
    }

    .index_page .news_box .titlebox .bottombox .leftbox .title2 {
        font-size: 36px;
    }

    .index_page .news_box .titlebox .bottombox .rightbox {
        justify-content: center;
        margin-top: 10px;
    }

    .index_page .news_box .titlebox .bottombox .rightbox .newtitle {
        width: 50%;
    }

    .index_page .fwyzzbox .leftbox {
        padding: 6.41vh 5px 5vh 10px;
        border-bottom: 1px solid #ffffff;
    }

    .index_page .fwyzzbox .leftbox .titlebox .title1 {
        font-size: 38px;
    }

    .index_page .fwyzzbox .leftbox .titlebox .title2 {
        font-size: 40px;
        line-height: 40px;
    }

    .index_page .fwyzzbox .leftbox .rczpbox {
        margin-top: 10vh;
    }

    .index_page .fwyzzbox .rightbox .ffyzz {
        padding-left: 5px;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt {
        padding-left: 5px;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm {
        padding-left: 6px;
    }

    .index_page .fwyzzbox .rightbox .ffyzz .icon {
        width: 60px;
    }

    .index_page .fwyzzbox .leftbox .rczpbox .icon {
        width: 60px;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .cjwt .icon {
        width: 60px;
    }

    .index_page .fwyzzbox .rightbox .cjwt_lxwmbox .lxwm .icon {
        width: 60px;
    }

    .index_page .dblbox {
        height: auto;
    }

    .index_page .dblbox>.mat {
        padding: 20px 5px;
    }

    .index_page .dblbox .zjbox .iconbox {
        width: calc(50% - 10px);
    }

    .index_page .dblbox .formbox {
        width: 100%;
        margin-top: 10px;
    }

    .index_page .dblbox .formbox .form {
        width: 100%;
    }

    .index_page .dblbox .formbox .form .icon img {
        margin-top: 7px;
    }

    .index_page .dblbox .formbox .form .item input {
        width: 100%;
        height: 54px;
    }

    .index_page .dblbox .formbox .form form .item {
        width: calc(100% - 36px);

    }

    .index_page .dblbox .formbox .form form {
        line-height: normal;
    }

    .index_page .product_box {
        display: none;
    }

    /* .index_page .cpyygfbox {
        display: none;
    } */
    /* 产品广泛应用 */
    .index_page .cpyygfbox {
        margin-top: 30px;
    }

    .index_page .cpyygfbox .cpyy_icon_bg {
        display: none;
    }

    .index_page .cpyygfbox .cpyyg_lunbo1 {
        position: relative;
    }


    .index_page .cpyygfbox .cpyy_contentbox {
        position: relative;
        margin-top: -50px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 {
        width: 90%;
        margin: 0 auto;
        padding: 5px 10px;
        height: 260px;
        box-shadow: 0 0 6px #dedede;
    }

    .index_page .cpyygfbox .cpyy_contentbox .line {
        display: none;
    }

    .index_page .cpyygfbox .djqh {
        display: none;
    }

    .index_page .cpyygfbox .cpyy_contentbox .titlebox {
        display: none;
    }


    footer .topbox .footer_title {
        display: none;
    }

    footer .bottombox .rightbox {
        display: none;
    }

    footer .bottombox .leftbox {
        width: 100%;
    }

    footer .bg {
        display: none;
    }

    .index_page .gywmbox .leftbox .titlebox .bg {
        padding-left: 10px;
        padding-top: 60px;
    }

    .index_page .gywmbox .leftbox .titlebox .title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .index_page .gywmbox .leftbox .numberbox {
        padding: 50px 0;
    }

    .index_page .gywmbox .rightbox {
        padding: 5px;
    }

    .index_page .gywmbox .rightbox .text {
        margin-top: 0px;
        font-size: 14px;
    }

    .index_page .hzhb .titlebox .title {
        font-size: 24px;
    }

    .index_page .gsysbox .gsys_content .title1 {
        font-size: 24px;
    }

    .index_page .gsysbox .gsys_content .title2 {
        font-size: 28px;
    }

    .index_page .ryzz_box .leftbox {
        width: 100%;
        padding: 40px 0 10px 10px;
    }

    .index_page .ryzz_box .leftbox .rztbbox .imgbox {
        width: 100%;
    }

    .index_page .ryzz_box .leftbox .title {
        font-size: 24px;
    }

    .index_page .ryzz_box .rightbox {
        width: 100%;
    }

    .index_page .gsysbox {
        background: url('../img/gsys_bg.jpg')no-repeat center center;
        background-size: cover;
    }

    .index_page .gsysbox .bg {
        display: none;
    }

    .index_page .gsysbox .gsys_content .itembox {
        width: 100%;
    }

    .index_page .gsysbox .gsys_content .itembox .item {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .index_page .ryzz_box .rightbox {
        width: 100%;
        height: 55vh;
    }

    .index_page .ryzz_box .rightbox .titlebox .title {
        font-size: 24px;
    }

    .index_page .ryzz_box .rightbox .titlebox .number {
        font-size: 38px;
    }

    .index_page .ryzz_box .rightbox .more {
        width: 280px;
        height: 40px;
        border-radius: 10px;
        background: #385fbd;
        text-align: center;
        line-height: 40px;
        position: absolute;
        bottom: 9px;
        left: 50%;
        transform: translateX(-50%);
    }

    .index_page .gywmbox .leftbox .numberbox .number {
        width: 100%;
    }

    .index_page .gywmbox .leftbox .numberbox .number .item {
        width: calc(100% / 3);
    }

    .index_page .gywmbox .leftbox .numberbox .number .item .icon {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .index_page .gywmbox .leftbox .numberbox .number .item .icon img {
        width: 34px;
    }


    .index_page .gywmbox .leftbox .numberbox .number .item .numbox {
        width: 100%;
        text-align: center;
    }

    .index_page .gywmbox .leftbox .numberbox .number .item .numbox .num::before {
        right: -20px;
    }

    .index_page .gywmbox .rightbox .more {
        width: auto;
        margin: 5px auto 0;
    }

    .index_page .gywmbox .bottombox {
        height: auto;
    }

    .index_page .gywmbox .bottombox .itembox {
        height: auto;
        padding: 10px 0;
    }

    .index_page .gywmbox .bottombox .itembox .item {
        width: calc(100% / 4 - 15px);
    }

    .index_page .gywmbox .bottombox .itembox .item .text {
        font-size: 8px;
    }

    .index_page .hzhb {
        padding: 40px 0 60px;
    }

    .index_page .hzhb .titlebox .bluetitle {
        font-size: 36px;
        line-height: 40px;
    }

    .index_page .hzhb .titlebox .title {
        line-height: 40px;
        font-size: 24px;
    }

    .index_page .videobox.active .zkbox {
        width: 100%;
        height: 50vh;
    }

    .index_page .news_box .contentbox .item a .imgbox {
        height: 240px;
    }

    .index_page .hzhb .hzhbSwiper .imgbox {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .index_page .hzhb .hzhbSwiper .imgbox img {
        width: 100%;

    }
}

@media (min-width: 768px) and (max-width: 1441px) {
    .index_page .bannerbox .bannerSwiper .swiper-wrapper .swiper-slide .textbox .top {
        font-size: 65px;
    }

    .index_page .product_box .leftbox .Innerbox .titlebox .title .tttext {
        font-size: 30px;
    }

    .index_page .product_box .leftbox .Innerbox .title_type {
        margin-right: 0;
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .sub_nav .itembox .item {
        width: 100%;
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .imgbox .product_lunbo1 .swiper-slide img {
        width: 100%;
        margin: 0px auto 0;
    }

    .index_page .product_box .leftbox .Innerbox .cttbox .textboxsum {
        width: 28vw;
        padding: 0 10px 0 20px;
    }

    .index_page .product_box .rightbox .product_lunbo2 {
        width: 25vw;
    }

    .index_page .product_box .rightbox .product_lunbo2 .imgboxsum2 {
        height: 25vw;
    }

    .index_page .cpyygfbox .cpyy_contentbox .titlebox {
        margin-top: 30px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .titlebox .title .tttext {
        font-size: 30px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 {
        margin-top: 50px;
        width: 370px;
        height: 210px;
    }

    .index_page .cpyygfbox .cpyy_contentbox .cpyyg_lunbo2 .item {
        margin-top: 15px;
    }



    .index_page .gywmbox .leftbox .titlebox .title {
        font-size: 30px;
    }

    .index_page .gywmbox .leftbox .numberbox .number {
        width: 100%;
        padding: 0 20px;
    }

    .index_page .gywmbox .leftbox .numberbox .number .item .icon {
        margin-right: 10px;
    }

    .index_page .ryzz_box .leftbox .title {
        font-size: 30px;
        line-height: 1.5;
    }

    .index_page .ryzz_box .leftbox .ryzz_lbbox {
        margin-top: 50px;
    }

    .index_page .ryzz_box .leftbox .rztbbox {
        margin-top: 25px;
    }

    .index_page .dblbox .titlebox {
        width: 285px;
    }

    .index_page .dblbox .formbox .form {
        width: 300px;
    }

    .index_page .dblbox .titlebox .title2 {
        font-size: 30px;
    }

    .index_page .dblbox .titlebox .title3 {
        font-size: 30px;
    }

    .index_page .news_box .contentbox .item a .imgbox {
        height: 240px;
    }

    footer .topbox .footer_title {
        width: 800px;
    }

    footer .bottombox .leftbox {
        width: calc(100% - 800px);
    }

    footer .bottombox .rightbox {
        width: 800px;
    }
}

@media (min-width: 1440px) and (max-width: 1610px) {
    .max-1600-w {
        padding: 0 20px;
    }
}

@media (max-width:768px) {
    .h5_pro_box {
        display: block;
        width: 100%;
        padding: 0 5px;
    }

    .h5_pro_box .item {
        width: 100%;
    }

    .h5_pro_box .item .imgbox {
        width: 100%;
    }

    .h5_pro_box .item .title {
        width: 100%;
        font-size: 18px;
        font-family: 'Heiti bold';
        color: #385fbd;
        margin-bottom: 10px;
        font-weight: bolder;
    }

    .h5_pro_box .item .jjbox {
        width: 100%;
        font-size: 14px;
        color: #7d8282;
        line-height: 18px;
    }

    .h5_pro_box .item .cpmuxqbox {
        width: 100%;
        margin-top: 20px;
        padding: 0 40px;
    }


    .h5_pro_box .item .cpmuxqbox .cpmuxqitem {}

    .h5_pro_box .item .cpmuxqbox .cpmuxqitem a {
        color: #000000;
        font-size: 16px;
    }

    .h5_pro_box .item .cpmuxqbox .cpmuxqitem a .icon {
        width: 12px;
        height: 12px;
        border-radius: 100%;
        background: #385fbd;
        position: relative;
        z-index: 3;
        margin-right: 10px;
    }

    .h5_pro_box .item .cpmuxqbox .cpmuxqitem a .icon::after {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 12px;
        height: 12px;
        -webkit-animation: circle 3s linear 1.6s infinite;
        animation: circle 3s linear 1.6s infinite;
        background: #385fbd;
        border-radius: 100%;
        z-index: 2;
    }

    .h5_pro_box .item .text {
        width: 100%;
        margin-top: 20px;
        color: #000000;
        font-family: 'Heiti bold';
        font-size: 14px;
    }

    .h5_pro_box .item .morebox {
        margin-top: 40px;
        margin-bottom: 10px;
        width: 155px;
        height: 40px;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 0 4px #dedede;
        font-size: 14px;
        position: relative;
    }

    .h5_pro_box .item .morebox a {
        color: #385fbd;
    }

    .h5_pro_box .item .morebox a .zhezhao {
        position: absolute;
        width: 150px;
        height: 250px;
        background: #385fbd;
        left: -182px;
        top: -110px;
        z-index: -1;
        transition: all .7s ease;
        transform: rotateZ(-65deg);
    }

    .h5_pro_box .item .morebox a .more {
        text-align: center;
        width: 100%;
        line-height: 40px;
        color: #385fbd;
        transition: all .5s;
    }

}