@charset "utf-8";

@font-face {
    font-family: arf;
    src: url('../fonts/arf.ttf');
}

@font-face {
    font-family: sy;
    src: url('../fonts/siyuan.otf');
}


a,
button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block_pc {
    display: inline-block;
    width: 100%;
}

.block_sj {
    display: none;
    width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}



/* CSS Document */
body {
    color: #333;
    font-size: 14px;
    font-family: "sy";
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;



}

@media screen and (min-width:1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width:1700px) and (max-width:1800px) {
    html {
        font-size: 90px;
    }
}

@media screen and (min-width:1600px) and (max-width:1700px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width:1500px) and (max-width:1600px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width:1400px) and (max-width:1500px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width:1300px) and (max-width:1400px) {
    html {
        font-size: 71px;
    }
}

@media screen and (min-width:1200px) and (max-width:1300px) {
    html {
        font-size: 65px;
    }
}

@media screen and (min-width:1100px) and (max-width:1200px) {
    html {
        font-size: 60px;
    }
}

@media screen and (min-width:1000px) and (max-width:1100px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width:900px) and (max-width:1000px) {
    html {
        font-size: 50px;
    }
}

@media only screen and (max-width: 900px) {
    html {
        font-size: 50px;
    }
}

body {
    /* font-size: 15px; */
    /* =20px */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    box-sizing: border-box;
}

/* 重置 */

div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
    margin: 0;
    padding: 0;
}



/* 标题样式 */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
    margin: 0;
}

/* 列表样式 */

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

/* 图片样式 */

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;

}

/* 链接样式 */
a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}



/**输入框颜色样式**/

.input-gray {
    color: #999;
}

.input-black {
    color: #000;
}

/* 清除浮动 */
.clearBoth {
    clear: both;
    /*控制分类后，各行高度不一样对不齐问题*/
    width: 100%;
    height: 0px;
    font-size: 0;
    overflow: hidden;
    /*控制分类后，各行高度不一样对不齐问题*/
    line-height: 0;
}


/*公共导航nav*/
.head_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    height: 76px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}

.nav_pc {
    display: inline-block;
}

.nav_mobile {
    display: none;
}

.safe_width {
    max-width: 15.6rem;
    width: 100%;
    /* padding: 0 30px; */
    margin: 0 auto;
}


.menu_nav {
    height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;

    padding: 0 30px;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}

.nav_logo {
    display: block;
}


.nav_logo img {
    /* width: 224px; */
    height: 40px !important;
}

.logo_w {
    display: inline-block;
}


/*公共nav*/
.head_nav.tm_nav {
    background: transparent;
    box-shadow: none;
}

.head_nav.tm_nav.nav_bj {
    background: #fff;
}

.tm_nav .menu_main li.main_li .main_a {
    color: #000;
}


.tm_nav .menu_main li.main_li.active .main_a {
    color: #000;
}

.tm_nav .menu_main li.main_li:hover .main_a {
    /* color: #171c61; */

}

.tm_nav .menu_main li.main_li.active .main_a::after {
    content: none;
}

.tm_nav .menu_main li.main_li:hover .main_a::after {
    width: 100%;
    margin-left: -50%;
    background: #171c61;
}

.menu_main li.main_li .sub-menu {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    display: none;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all .2s;
    width: 132px;
    z-index: 40
}

.menu_main li.main_li .sub-menu li a {
    display: block;
    line-height: 1.5;
    padding: 10px 10px;
    text-align: center;
    font-size: 15px;
}

.menu_main li.main_li:hover .sub-menu {
    top: 76px;
    display: block;
}

.tm_nav .li_cut,
.tm_nav .li_cut span {
    color: #fff;
}

.tm_nav .li_cut span:hover {
    color: #171c61;
}

.logo_w {
    display: none;
}

.logo_b {
    display: inline-block;
}


.tm_nav.nav_white .logo_w {
    display: inline-block;
}

.tm_nav.nav_white .logo_b {
    display: none;

}

.lan_switch {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background: #171c61;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}

.lan_switch img {
    width: auto;
    height: auto;
}

.lan_switch span {
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
    display: inline-block;

}

/*首页滚屏导航变颜色*/


.tm_nav.nav_white .menu_main li.main_li .main_a {
    color: #fff;
}


.tm_nav.nav_white .menu_main li.main_li.active .main_a {
    color: #fff;
}

.tm_nav.nav_white:hover .menu_main li.main_li.active .main_a {
    color: #171c61;
}

.tm_nav.nav_white .menu_main li.main_li:hover .main_a {
    color: #171c61;

}

.tm_nav.nav_white .menu_main li.main_li.active .main_a::after {
    content: none;
}

.tm_nav.nav_white:hover .menu_main li.main_li.active .main_a::after {
    content: '';
}



/*首页滚屏导航变颜色*/

/*hover*/
.tm_nav:hover .menu_main li.main_li .main_a {
    color: #000;
}


.head_nav.tm_nav:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
}






.tm_nav:hover .li_cut,
.tm_nav:hover .li_cut span {
    color: #000;
}



.tm_nav:hover .logo_w {
    display: none;
}


.tm_nav:hover .logo_b {
    display: inline-block;
}


.menu_main {
    width: auto;
    margin: 0;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}




.menu_main li.main_li {
    margin: 0 0px;
    padding: 0px 30px 0 30px;
    box-sizing: border-box;
    line-height: 100px;
    position: relative;

}





.menu_main li.main_li:first-child::after {
    content: none;
}

.menu_main li.main_li .main_a {
    font-size: 18px;
    text-align: center;
    color: #000;
    display: block;
    height: 76px;
    letter-spacing: 0.5px;
    line-height: 76px;
    position: relative;
    transition: all 0.5s ease-in-out;

}

.menu_main li.main_li .main_a::after {
    content: "";
    height: 2px;
    background: #171c61;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 18px;

    transition: all 0.5s ease-in-out;
}


.menu_main li.main_li .main_a:focus {
    text-decoration: none;
}




.menu_main li.main_li.active .main_a::after {
    width: 100%;
    margin-left: -50%;
}



.menu_main li.main_li.active .main_a {
    color: #171c61;
}

.menu_main li.main_li:hover .main_a {
    color: #171c61;

}

.menu_main li.main_li:hover .main_a::after {
    width: 100%;
    margin-left: -50%;
}


.tb_sub {
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    margin-left: -70px;



    z-index: 14;
    padding: 0;
    list-style: none;
    width: 140px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(74, 74, 74, .15);
}

.menu_main li:hover .tb_sub {

    height: auto;
    padding: 10px 0 10px 0;
    top: 100px;
    opacity: 1;
    overflow: visible;
    /* -webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s; */
}


.tb_sub div {

    width: 100%;

}

.tb_sub div.active_d a {
    color: #171c61;
    font-weight: bold;

}

.menu_main li.main_li .tb_sub div a,
.menu_main li.main_li .tb_sub div {
    line-height: 24px;
}

.tb_sub div a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #000;
    line-height: 24px;
    padding: 10px 20px;
    text-align: center;
}

.tb_sub div a:hover,
.tb_sub div a.cur_a,
.tb_sub div a.cur_a:hover {
    color: #171c61;
}

.md_con {
    position: relative;
}

.dw_mark {
    width: 100%;
    height: 110px;
    position: absolute;
    top: -110px;
    left: 0;
    z-index: -1;
    opacity: 0;
}



/*footer*/
.footer {
    height: auto;
    width: 100%;
    background: url(../images/footer_bj.jpg) no-repeat center center;
    background-size: 100% 100%;

}


.f_middle {
    width: 100%;
    padding: 90px 0 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.t_link {
    width: 58%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.link_item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    letter-spacing: 1.5px;
}

.link_item h5 {
    /* font-size: 24px; */
    color: #fff;
    /* line-height: 26px;
    padding-bottom: 25px; */
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 18px;
    position: relative;
}


.link_item h5::after {
    content: '';
    background: rgba(255, 255, 255, .60);
    /* width: 120px; */
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.link_list {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    /* margin-top: 28px; */
    margin-top: 20%;
}

.link_list div a {
    /* font-size: 16px;
    line-height: 36px; */
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    display: block;
}

.link_list div a:hover {
    color: #fff;
}

.contact_list {
    width: 366px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    flex-direction: column;
}

.tel_box {
    display: flex;
    justify-content: right;
    align-items: center;
    /* font-size: 30px; */
    font-size: 24px;
    color: #fff;
}

.tel_box img {
    display: inline-block;
    /* width: auto; */
    height: auto;
    /* margin-right: 12px; */
    width: 20px;
    margin-right: 10px;
}

.ewm_box {
    display: flex;
    justify-content: right;
    align-items: flex-end;
    flex-direction: column;
    /* margin: 24px 0 32px 0; */
    margin: 5% 0 8% 0;
}

.ewm_box img {
    display: inline-block;

    height: auto;
    /* width: 111px;
    margin-bottom: 14px; */
    width: 90px;
    margin-bottom: 10px;

}

.ewm_box p {

    color: #fff;
    /* font-size: 16px;
    line-height: 24px; */
    font-size: 14px;
    line-height: 20px;
}


.add_box {
    display: flex;
    justify-content: right;
    align-items: flex-end;
    flex-direction: column;
    color: rgba(255, 255, 255, .60);
    /* font-size: 16px;
    line-height: 24px; */
    font-size: 14px;
    line-height: 20px;

}

.icon_box {
    display: flex;
    justify-content: right;
    align-items: center;
}

.add_box img {
    margin-right: 10px;
    width: 20px;
}

.add_text {
    text-align: right;
    padding: 10px 0;
    border-top: 1px solid #fff;
    margin-top: 14px;
}

.f_bottom {
    letter-spacing: 2px;
    width: 100%;
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: rgba(255, 255, 255, .60);
    border-top: 1px solid #8b8c8e;
}

.f_bottom .safe_width {
    height: 100%;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.f_bottom a {
    text-decoration: none;
    color: rgba(255, 255, 255, .60);
    font-size: 14px;
}

/* .swiper-slide-footer.newStyle .link_item h5 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 18px;
}

.swiper-slide-footer.newStyle .link_item h5::after {
    width: 100px;
}

.swiper-slide-footer.newStyle .link_list {
    margin-top: 10px;
}

.swiper-slide-footer.newStyle .link_list div a {
    font-size: 14px;
    line-height: 30px;
}

.swiper-slide-footer.newStyle .tel_box {
    font-size: 24px;
}

.swiper-slide-footer.newStyle .tel_box img {
    width: 24px;
    margin-right: 12px;
}

.swiper-slide-footer.newStyle .ewm_box {
    margin: 16px 0 25px 0;
}

.swiper-slide-footer.newStyle .ewm_box img {
    width: 90px;
    margin-bottom: 12px;

}

.swiper-slide-footer.newStyle .ewm_box p {
    font-size: 14px;
    line-height: 20px;
}

.swiper-slide-footer.newStyle .add_box {
    font-size: 14px;
    line-height: 20px;
}

.swiper-slide-footer.newStyle .add_box img {
    width: 24px;
}

.swiper-slide-footer.newStyle .add_text {

    margin-top: 12px;
}

.swiper-slide-footer.newStyle .f_bottom {
    height: 48px;
    font-size: 12px;
}

.swiper-slide-footer.newStyle .f_bottom a {
    font-size: 12px;

}

.swiper-slide-footer.newStyle   .footer .safe_width {
    height: calc(100% - 48px);
} */


/*页码*/
.page_con {
    width: 100%;
    text-align: center;
    padding: 20px 0 0px 0;
}

.page_con nav ul {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_con nav ul li {
    border-radius: 0;
    letter-spacing: 2px;
}

.page_con nav ul li a {
    border: 1px solid #999 !important;
    background: #fff;
    display: inline-block;
    text-align: center;
    color: #999;
    font-size: 16px;
    width: 32px;
    line-height: 32px;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 9px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    width: 90px;

    font-weight: lighter;
}

.page_con nav ul li:hover a {
    color: #171c61;
    background: #fff;
}

.page_con nav ul li.active a {
    color: #fff !important;
    border-color: #171c61 !important;
    background: #171c61 !important;

}



@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {

    .menu_main li.main_li {
        padding: 0px 20px 0 20px;
    }
}

@media screen and (max-width:1366px) {

    .menu_main li.main_li {
        padding: 0px 15px 0 15px;
    }




}

@media screen and (max-width:1280px) {

    .menu_main li.main_li {
        padding: 0px 10px 0 10px;
    }

    .menu_main li.main_li .main_a {
        font-size: 15px;
    }




    .menu_main li.main_li .main_a::after {
        height: 1px;
    }


    .nav_logo img {
        max-width: 200px;
    }

    .menu_nav {
        padding: 0 12px;
    }


    .f_middle {
        padding: 70px 0 50px 0;

    }

    .t_link {
        width: 58%;

    }


    .link_item h5 {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 18px;
    }

    .link_item h5::after {

        width: 90px;
    }

    .link_list {
        margin-top: 16px;
    }



    .link_list div a {
        font-size: 13px;
        line-height: 26px;
    }



    .contact_list {
        width: 366px;
    }

    .tel_box {
        font-size: 20px;
    }

    .tel_box img {
        width: 20px;
        margin-right: 12px;
    }

    .ewm_box {

        margin: 10px 0 20px 0;
    }

    .ewm_box img {
        width: 70px;
        margin-bottom: 10px;

    }

    .ewm_box p {
        font-size: 12px;
        line-height: 18px;
    }

    .add_box {

        font-size: 12px;
        line-height: 18px;

    }



    .add_box img {
        margin-right: 10px;
        width: 20px;
    }

    .add_text {
        text-align: right;
        padding: 10px 0;
        border-top: 1px solid #fff;
        margin-top: 14px;
        font-size: 12px;
    }

    .f_bottom {
        height: 40px;
        font-size: 12px;
    }


    .f_bottom a {

        font-size: 12px;
    }


}

.bigPic-show {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    width: 100%;
    height: 100%;
    display: none;
}

.bigPic-show div {
    position: absolute;
}




/*滚动条样式*/
/*滚动条样式*/
::-webkit-scrollbar {
    width: 0px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);

}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

input {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    /*overflow: hidden;*/
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    /*-webkit-line-clamp: 1;*/
    -webkit-box-orient: vertical;
    text-overflow: initial; /* 移除 ellipsis */
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 左侧标尺 */
.main-wrap {
    padding-top: 76px;
}

#dom1,
#dom2,
#dom3,
#dom4 {
    position: relative;
}

.dw_mark {
    width: 100%;
    position: absolute;
    top: -76px;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.main-wrap .ruler-box .ruler-item {
    display: block;
}

.ruler-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0.65rem;
    z-index: 10;
}

.ruler-box::after {
    content: '';
    width: 0.01rem;
    height: 100%;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}

.ruler-item {

    padding: .23rem 0;
    padding-left: .27rem;
    position: relative;
}

.ruler-item::after {
    content: '';
    width: 0.01rem;
    height: 0;
    background: #666666;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all .365s;
    z-index: 2;
}

.ruler-text {
    /* font-family: MicrosoftYaHei, MicrosoftYaHei; */
    font-weight: normal;
    font-size: 0.18rem;
    color: #666666;
    opacity: .52;
}

.ruler-item.active::after {
    height: 100%;
}

.ruler-item.active .ruler-text {
    color: #171C61;
    opacity: 1;
}

/* 公共banner */
.common-banner {
    width: 100%;
    height: 6rem;
    position: relative;
    overflow: hidden;
}

.common-banner .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-banner .content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.common-banner .content h5 {
    /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
    font-weight: 400;
    font-size: 0.54rem;
    color: #FFFFFF;
}

.common-banner .content p {
    /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
    font-weight: normal;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-top: 0.46rem;
}

/* 公共标题 */
.common-title {}

.common-text {
    /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
    font-weight: normal;
    font-size: 0.36rem;
    color: #000000;
    padding-bottom: .15rem;
    position: relative;
    text-align: center;
}

.common-text::after {
    content: '';
    width: 0.4rem;
    height: 0.02rem;
    background: #171C61;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.common-p {
    /* font-family: MicrosoftYaHeiLight, MicrosoftYaHeiLight; */
    font-weight: normal;
    font-size: 0.16rem;
    color: #333333;
    margin-top: .16rem;
    text-align: center;
}

.common-title-white .common-text,
.common-title-white .common-p {
    color: #fff;
}

.common-title-white .common-text::after {
    background: #fff;
}



/*  */
.w1560 {
    width: 15.6rem;
}

/* 分页 */
.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}



.paging-p {
    font-size: 0.16rem;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #7D7D7D;
}

.paging {
    display: flex;
    align-items: center;
    margin: 0 0.16rem;
}

.paging .active {
    background: #171C61;
    /* border-color: #fff; */
    color: #fff;
}

.paging-img {
    width: 0.45rem;
    height: 0.45rem;
    background: #171C61;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.04rem;
}

.paging-img img {
    width: 0.15rem;
}

.paging-a {
    width: 0.45rem;
    height: 0.45rem;
    background: #F5F5F5;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.04rem;
    /* font-family: MicrosoftYaHei, MicrosoftYaHei; */
    font-weight: normal;
    font-size: 0.18rem;
    color: #000000;
}

.no-border {
    border-color: transparent;
}

.paging-to {
    display: flex;
    align-items: center;
}


.paging-to input {
    width: 0.45rem;
    height: 0.45rem;
    background: #F5F5F5;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    font-size: 0.16rem;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #333;
    margin: 0 0.08rem;
    text-align: center;
}

.paging-to-bt {
    width: 0.72rem;
    height: 0.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #1F222D;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}

@media only screen and (max-width: 900px) {
    .main-wrap {
        padding-top: 65px;
    }
}

.h5 {
    display: none;
    margin: 0;
}
@media only screen and (max-width: 1440px) {
    .common-p {
        font-size: 0.2rem;
    
    }
}
@media only screen and (max-width: 900px) {
    .w1560 {
        width: auto;
    }

    .common-banner {
        height: 7rem;
    }

    .common-text {
        font-size: 0.5rem;
        padding-bottom: .46rem;
    }

    .common-text::after {
        width: 0.66rem;
        height: 0.03rem;
    }

    .common-p {
        font-size: 0.28rem;
        margin-top: .28rem;
        padding: 0 .6rem;
    }

    .ruler-box {
        display: none !important;
    }

    .pc {
        display: none;
    }

    .h5 {
        display: block;
    }

    .footer {
        background: url(../images/footer-bj.png) no-repeat center center;
        background-size: cover;
    }

    .f_middle {
        padding-bottom: 25px;
        padding-top: 55px;
    }

    .t_link {
        display: none;
    }

    .safe_width {
        padding: 0;
        display: block;
    }

    .contact_list {
        width: 100%;
        align-items: center;
    }

    .ewm_box {
        align-items: center;
    }

    .ewm_box img {
        width: 120px;
    }

    .add_box {
        justify-content: center;
        align-items: center;
    }

    .icon_box {
        justify-content: center;
    }

    .add_text {
        border: 0;
    }

    .f_bottom {
        height: auto;
    }

    .f_bottom .safe_width {
        flex-direction: column;
        padding: .32rem 0;
    }

    .beian-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .paging-p,
    .paging-to {
        display: none;
    }

    .paging-img {
        width: .72rem;
        height: .72rem;
    }
    .paging-img img{
        width: .25rem;
    }

    .paging-a {
        width: .72rem;
        height: .72rem;
        font-size: .26rem;
    }
    /* 07-10新增 */
      .footer {
        padding-top: 1rem;
        height: auto;
        background: url(../images/footer_bg_m.png) no-repeat center center;
        background-size: 100% 100%;
    }
      .footer .f_middle {
    padding: 0;
    }
      .footer .tel_box {
    font-size: 22px;
    margin-bottom: 0.5rem;
    }
      .footer .ewm_box {
    display: none;
    }
      .footer .add_box {
    font-size: 14px;
    }
      .footer .add_box img {
    margin-right: 4px;
    width: 20px;
    }
      .footer .add_text {
    padding: 0 0 0.5rem;
    margin-top: 0.32rem;
    font-size: 14px;
    }
      .footer .icon_box {
    align-items: flex-end;
    }
      .footer .f_bottom {
    height: auto;
    }
      .footer .safe_width {
    height: inherit;
    margin: 0;
    flex-direction: column;
    }
      .footer .safe_width p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0;
    }
      .footer .safe_width p text {
    display: block;
    }
}