@charset "utf-8";

.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: 12px;
    font-family: 'Microsoft YaHei';
    margin: 0 auto;
    box-sizing: border-box;
    padding-top:40px;


}

body * {
    box-sizing: border-box;
    font-family: 'Microsoft YaHei';
}

/* 閲嶇疆 */

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;
}





/*鍏叡瀵艰埅nav*/
.welcome_top {
    width: 100%;
    height: 40px;
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.welcome_top .safe_width {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
}

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

}

.n_log {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    margin-left: 60px;
}

.n_log a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

.n_log a:hover {
    color: #e61f18;
}

.n_log a:last-child {
    margin-right: 0;
}

.h_log {
    display: block;
    justify-content: right;
    align-items: center;
}

.h_log img {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 8px;
}

.h_log span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    /* display: inline-block; */
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_show .n_log {
    display: none;
}
.user_show .h_log {
    display: flex;
}
.head_nav {
    width: 100%;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 25;
    height: 100px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
}

.nav_pc {
    display: inline-block;
}

.nav_mobile {
    display: none;
}

.safe_width {
    max-width: 1620px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.safe_width1 {
    max-width: 1500px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}





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

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

.nav_logo {
    display: inline-block;
}


.nav_logo img {
    width: 125px;
    height: 80px;
    /*width: auto;*/
    /*height: auto;*/
}

.logo_w {
    display: inline-block;
}


/*鍏叡nav*/
.head_nav.tm_nav {
    background: linear-gradient(180deg, #1E2C5B 0%, rgba(102, 102, 102, 0) 100%);
    box-shadow: none;
}

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


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

.tm_nav .menu_main li.main_li:hover .main_a {
    color: #e61f19 !important;

}

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

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

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

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

.tm_nav .li_cut span:hover {
    color: #e61f19;
}

.logo_w {
    display: none;
}

.logo_b {
    display: inline-block;
}

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

.tm_nav .logo_b {
    display: none;

}



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

.tm_nav:hover .menu_main li.main_li.active .main_a {
    color: #e61f19;

}

.tm_nav:hover .menu_main li.main_li.active .main_a::after {
    background: #e61f19;
}

.head_nav.tm_nav:hover {
    background: #fff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
}






.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 40px 0 0px;
    box-sizing: border-box;
    line-height: 100px;
    position: relative;

}

.menu_main li.main_li:last-child {
    padding-right: 0;
}





.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: inline-block;
    height: 100px;
    letter-spacing: 0.5px;
    line-height: 100px;
    position: relative;
    transition: all 0.5s ease-in-out;

}

.menu_main li.main_li .main_a::after {
    content: "";
    height: 2px;
    /* background: #e61f19; */
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 30px;

    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%;
    background: #e61f19;
}



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

.menu_main li.main_li:hover .main_a {
    color: #e61f19;

}

.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: -90px;



    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: #e61f19;
    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: 16px;
    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: #e61f19;
}


/*閿氱偣*/
.md_con {
    position: relative;
}

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

/*婊氬姩鏉℃牱寮?/
/*婊氬姩鏉℃牱寮?/
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
    background: rgba(25, 93, 157, 1);

}

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

}




/*footer*/
.footer_link {
    width: 100%;
    padding: 20px 0;
    background: #e61f19;

}

.footer_link .safe_width {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}



.link_a {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    width: calc(100%);
    flex-wrap: wrap;
}

.link_a span {
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    margin: 2px 0 2px 15px;

}

.link_a a {
    font-size: 16px;
    line-height: 24px;
    margin: 2px 15px;
    text-decoration: none;
    color: #fff;

}

.link_a a:hover {
    text-decoration: underline;
}

.footer {
    width: 100%;
    background: #232323;
    padding: 48px 0 24px 0;
}

.f_width {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
    padding: 0 30px;
}

.f_middle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 46px;
}

.footer_logo {
    display: inline-block;
    text-decoration: none;
}

.footer_logo img {
    display: inline-block;
    width: auto;
    height: auto;
}

.link_con {
    width: calc(100% - 6% - 180px);
    display: flex;
    justify-content: right;
    align-items: flex-start;
    flex-direction: column;
}

.link_ul {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: 15px;
}

.link_ul li {
    padding: 0 18px;
    border-left: 1px solid #fff;
    margin-bottom: 10px;
}



.link_ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.link_ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    line-height: 18px;
}

.link_ul li a:hover {
    color: #e61f19;
}

.footer_info {
    width: 100%;
    padding-top: 10px;
}

.info_item {
    width: 100%;

    display: flex;
    justify-content: right;
    align-items: flex-start;
    flex-wrap: wrap;
}

.info_item p {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
    padding-left: 20px;
    margin-top: 10px;
}



.m_icon {
    display: none;
}



.f_bottom {
    border-top: 1px solid #666666;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding-top: 24px;
}

.f_bottom span {
    text-align: right;
}

.f_bottom span:nth-child(1) {
    text-align: left;
    max-width: 70%;
}

.f_bottom a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}





/*椤电爜*/
.page_con {
    width: 100%;
    text-align: center;
    margin: 10px 0 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}





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

.page_con nav ul li {
    border-radius: 0;
}

.page_con nav ul li a {
    border: none;
    background: #F0F0F0;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 18px;
    width: 50px;
    line-height: 50px;
    padding: 0 !important;
    border-radius: 10px !important;
    margin: 0 8px;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {}

.page_con nav ul li:hover a {
    color: #000;
}

.page_con nav ul li.active a {
    color: #fff !important;

    background: #e61f18 !important;

}



.middle_con {
    width: 100%;

}



.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;
    background: #fff;
}


/*鍦ㄧ嚎鐣欒█寮圭獥*/
.fixed_bg {
    display: none;
}

.fixed_bg.fixed_show {
    display: none;
}



@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 30px 0 0px;
    }

    .tb_sub {
        margin-left: -85px;
    }



}

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


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

    .tb_sub {
        margin-left: -83px;
    }




    .f_lximg {
        width: auto;
        height: 180px;
    }


}

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

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

    .tb_sub {
        margin-left: -80px;
    }

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









}

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

    .welcome_top {
        display: none;
    }



    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .safe_width1 {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }


    body {

        min-width: unset;
        width: 100%;
        /* background: #f6f6f6; */
        padding-top:0;
    }


    /*鎵嬫満绔痶op nav*/
    .nav_pc {
        display: none;
    }

    .nav_mobile {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 25;
        background: #fff;
        box-shadow: 0 6px 12px rgba(74, 74, 74, .1);


    }


    .nav_m_con {
        width: 100%;
        height: 100px;

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
    }

    .nav_m_con a {
        width: 260px;
        height: 100px;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;
        -webkit-background-size: auto auto;
        background-size: auto auto;

    }

    .tm_nav.nav_mobile {
        background: linear-gradient(180deg, rgba(30, 44, 91, 1) 0%, rgba(102, 102, 102, 0) 100%);
        box-shadow: none;

    }

    .tm_nav .nav_m_con a {

        background: url(../images/logo_pc_w.png) no-repeat left center;

        background-size: auto auto;
    }



    .nav_m_con a img {
        display: none;

    }

    .m_r_show {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-image: url(../images/m_nav_show_b.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 0 0;
    }

    .tm_nav .m_r_show {

        background-image: url(../images/m_nav_show_w.png);

    }

    /*椤堕儴鐧诲綍娉ㄥ唽*/
    .not_log {
        display: flex;
        justify-content: right;
        align-items: center;
        font-size: 22px;
        color: #000;
        margin-right: 16px;

    }

    .not_log a {
        background: unset !important;
        font-size: 20px;
        color: #000;
        margin: 0 16px;
        display: inline-block;
        width: unset !important;
        height: unset !important;
    }

    .tm_nav .not_log {

        color: #fff;

    }

    .tm_nav .not_log a {
        color: #fff;
    }

    .have_log {
        display: none !important;
        justify-content: right;
        align-items: center;
        text-decoration: none;
        color: #000;
        background: unset !important;
        width: unset !important;
        height: unset !important;
        margin-right: 30px;
    }

    .user_show .have_log {
        display: flex !important;
    }

    .user_show .not_log {
        display: none;
    }

    .have_log img {
        display: inline-block !important;
        width: 42px;
        height: 42px;
        border-radius: 50%;

    }

    .have_log span {
        display: inline-block;
        width: 120px;
        font-size: 20px;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 42px;
        margin-left: 10px;
    }



    .tm_nav .have_log {
        color: #fff;
    }



    .tm_nav .have_log span {

        color: #fff;
    }

    /*椤堕儴head*/
    .menu_head .not_log {
        color: #000 !important;

    }

    .menu_head .not_log a {
        color: #000 !important;
    }

    .menu_head .have_log {
        color: #000 !important;
    }

    .menu_head .have_log span {
        color: #000 !important;
    }

    /*椤堕儴鐧诲綍娉ㄥ唽*/





    .m_menu_box {
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        background: rgba(0, 0, 0, .6);
        z-index: 10;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        padding-top: 100px;
    }

    .menu_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 30px;
        height: 100px;
        line-height: 100px;
        box-sizing: border-box;
        background: #fff;
        z-index: 5;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
    }

    .menu_head a {
        width: 260px;
        height: 100px;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat left center;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .close_nav {
        display: inline-block;
        width: 52px;
        height: 52px;
        background-image: url(../images/m_nav_hide.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: 0 0;
    }









    .m_nav_box {
        width: 100%;
        padding-left: 0;
        box-sizing: border-box;
        height: 100%;
        position: relative;
    }

    .hide_m_nav {
        width: 0%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0);
    }

    .m_nav_ul {
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
        list-style: none;
        background: #fff;
        overflow: auto;
    }

    .m_nav_ul li {
        display: inline-block;
        width: 100%;
        line-height: 50px;
        padding: 0 40px;
        border-bottom: 1px solid #e1e1e1;

    }


    .m_nav_ul li.active a {
        color: #305dc3;
    }

    .m_nav_ul li a {
        display: inline-block;
        width: 100%;
        line-height: 70px;
        font-size: 16px;
        color: #333;
    }

    .m_nav_ul li.m_nav_ul_p {
        padding: 0;
    }

    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 40px;
    }

    .m_nav_ul_p .parent_a {
        position: relative;
    }

    .m_nav_ul_p.show_nav .parent_a {
        color: #e61f19;
    }

    .m_nav_ul_p.show_nav .m_nav_div {
        display: inline-block;
    }

    .m_nav_ul_p .parent_a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_ul_p.show_nav .parent_a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow_b.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;
    }

    .m_nav_div {

        width: 100%;
        display: none;
        padding: 0px;

        background: #f3f3f3;

    }

    .m_nav_div div {
        padding: 0 40px;
        border-bottom: 1px solid #D9D9D9;
    }

    .m_nav_div div:last-child {
        border: none;
    }

    .m_nav_div div a {
        line-height: 50px;
        color: #333;
        font-size: 13px;

    }

    .m_nav_div div:nth-child(1) a {
        border: none;
    }

    .jump_sub_m a {
        position: relative;
    }

    .jump_sub_m a::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -6px;

    }

    .m_nav_sub {
        display: none;
    }

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

    }




}



@media screen and (max-width:768px) {
    html {
        font-size: 48px;
    }

}

@media screen and (max-width:767px) {
    html {
        font-size: 25.875px;
    }


    .dw_mark {
        height: 2.8rem;
        top: -2.8rem;
    }



    .show_more {
        display: inline-block;
        width: 100%;
        line-height: 1.8rem;
        background: #eeeeee;
        font-size: 0.55rem;
        color: #333;
        text-align: center;
        margin-top: 1rem;
    }






    /*鍦ㄧ嚎鐣欒█寮圭獥*/
    .fixed_bg {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0);
        display: none;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        webkit-transition: all 0.4s ease-in-out 0.1s;
        transition: all 0.4s ease-in-out 0.1s;
    }

    .fixed_bg.fixed_show {
        display: flex;
        background: rgba(0, 0, 0, 0.6);
        webkit-transition: all 0.4s ease-in-out 0.1s;
        transition: all 0.4s ease-in-out 0.1s;
    }

    .fixed_con {
        width: 12.7rem;
        background: #fff;
        position: relative;
        border-radius: 0.25rem;

    }

    .close-icon {
        display: inline-block;
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../images/close.png) no-repeat center center;
        background-size: 100% auto;
        top: -1.8rem;
        right: -0.9rem;
        z-index: 1;
        cursor: pointer;
    }

    .pop_con {
        width: 100%;
        border-radius: 0.25rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        background: url(../images/zhj01_m.png) no-repeat center top;
        background-size: 101% auto;
        padding-bottom: 1rem;
    }

    .pop_con.pop_02 {
        background: url(../images/zhj02_m.png) no-repeat center top;
        background-size: 101% auto;
    }

    .pop_con.pop_03 {
        background: url(../images/zhj03_m.png) no-repeat center top;
        background-size: 101% auto;
    }

    .pop_head {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding-top: 1.45rem;
    }

    .pop_head img {
        display: inline-block;
        width: 2.5rem;
        height: auto;
        margin-bottom: 0.5rem;
    }

    .pop_head h5 {
        width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 0.8rem;
        color: #000;
        font-weight: bold;
        line-height: 0.9rem;
        letter-spacing: 0.05rem;
    }

    .pop_desc {
        width: 100%;
        padding: 0.65rem 0.75rem;
        text-align: left;
        font-size: 0.6rem;
        line-height: 1rem;
        color: #666666;

    }

    .mes_m {
        width: 100%;
        padding: 0.65rem;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column;
    }

    .m_item {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 0.65rem;

    }

    .m_item span {
        display: inline-block;
        width: 100%;
        font-size: 0.65rem;
        color: #000;
        line-height: 0.8rem;
        margin-bottom: 0.4rem;

    }

    .m_item input {
        display: inline-block;
        width: 100%;
        background: #f2f2f2;
        padding: 0 0.5rem;
        font-size: 0.6rem;
        color: #000;
        outline: none;
        line-height: 1.75rem;
        outline: none;
        border: none;
        border-radius: 0.2rem;

    }
    .m_item textarea {
        display: inline-block;
        width: 100%;
        background: #f2f2f2;
        padding: 0 0.5rem;
        font-size: 0.6rem;
        color: #000;
        outline: none;
        line-height: 1.75rem;
        outline: none;
        border: none;
        border-radius: 0.2rem;

    }
    .m_item input::-webkit-input-placeholder {
        color: #C6C6C6;
    }

    .m_item input:-moz-placeholder {
        color: #C6C6C6;
    }

    .m_item input:-ms-input-placeholder {
        color: #C6C6C6;
    }



    .pop_con a {
        display: inline-block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        width: 6rem;
        line-height: 1.85rem;
        font-size: 0.7rem;
        border-radius: 0.95rem;
        background: #e61f19;

    }
    .pop_con .a {
        display: inline-block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        width: 6rem;
        line-height: 1.85rem;
        font-size: 0.7rem;
        border-radius: 0.95rem;
        background: #e61f19;
        border: none;
        margin-left: 26%;
    }
    /*鍦ㄧ嚎鐣欒█*/



    /*footer*/
    .footer_link {
        padding: 0.8rem 0;

    }


    .link_a span {
        line-height: 0.65rem;
        font-size: 0.55rem;
        margin: 0.2rem 0.2rem 0.2rem 0;
        letter-spacing: 0.025rem;


    }


    .link_a a {
        line-height: 0.65rem;
        font-size: 0.55rem;
        margin: 0.2rem 0.4rem 0.2rem 0;
        letter-spacing: 0.05rem;

    }



    .footer {

        padding: 1.5rem 0 0.9rem 0;
    }

    .f_width {
        max-width: 100%;
        padding: 0;
    }

    .f_middle {
        flex-direction: column;
        padding-bottom: 0rem;
    }

    .footer_logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer_logo img {

        width: 4.65rem;
        height: auto;
    }

    .link_con {
        width: calc(100%);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .link_ul {
        display: none;
    }


    .footer_info {

        padding-top: 0.5rem;
    }

    .info_item {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .info_item p {
        text-align: center;
        width: 100%;
        font-size: 0.65rem;
        line-height: 0.85rem;
        padding: 0 0.65rem;
        margin-top: 0.4rem;
        color: #ACACAC;
    }



    .m_icon {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.1rem 0 1.3rem 0;
        width: 100%;
    }

    .m_icon a {
        display: inline-block;
        width: 2.2rem;
        text-decoration: none;
        margin: 0 0.65rem;
    }

    .m_icon a img {
        display: inline-block;
        width: 100%;
        height: auto;
    }



    .f_bottom {
        border-top: 0.025rem solid #666666;
        color: #CBCBCB;
        flex-direction: column;
        justify-content: center;
        letter-spacing: 0.025rem;
        font-size: 0.6rem;
        line-height: 1rem;
        padding: 0.9rem 0.65rem 0 0.65rem;
    }

    .f_bottom span {
        text-align: center !important;
        width: 100% !important;
        max-width: unset !important;
        display: inline-block;
        color: #CBCBCB;
    }



    .f_bottom a {
        color: #CBCBCB;
        font-size: 0.6rem;
        line-height: 1rem;
    }




    /*椤电爜*/
    .page_con {
        margin: 1.1rem 0 0px 0;
    }




    .page_con nav ul li a {
        font-size: 0.6rem;
        width: 1.5rem;
        line-height: 1.5rem;
        background: #f2f2f2;
        border-radius: 0 !important;
        margin: 0 0.15rem;
    }

    .pagination>li:first-child>a,
    .pagination>li:last-child>a {
        width: 3.3rem;
        letter-spacing: 0.05rem;
        background: #e61f18;
        color: #fff !important;

    }

    .pagination>.disabled>a {
        background: #C8C8C8 !important;
        color: #fff !important;
    }








    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 0.65rem;
    }

    .safe_width1 {
        width: 100%;
        max-width: 100%;
        padding: 0 0.65rem;
    }





    .block_pc {
        display: none;
    }

    .block_sj {
        display: inline-block;
    }




    .nav_m_con {

        height: 3rem;
        padding: 0 0.6rem;
    }


    .nav_m_con a {
        width: 3.4rem;
        height: 3rem;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat center center;

        -webkit-background-size: 3.4rem auto;
        background-size: 3.4rem auto;
    }


    .tm_nav .nav_m_con a {

        background: url(../images/logo_pc_w.png) no-repeat center center;
        background-size: 100% auto;
    }


    .m_r_show {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
    }

    .tm_nav .m_r_show {
        background: url(../images/m_nav_show_w.png) no-repeat center center;
        background-size: 100% auto;
    }

    .close_nav {
        display: inline-block;
        width: 1.3rem;
        height: 1.3rem;
    }


    /*椤堕儴鐧诲綍娉ㄥ唽*/
    .not_log {

        font-size: 0.6rem;
        margin-right: 0.4rem;

    }

    .not_log a {
        font-size: 0.6rem;
        margin: 0 0.4rem;

    }



    .have_log {

        margin-right: 0.8rem
    }


    .have_log img {
        width: 1rem;
        height: 1rem;

    }

    .have_log span {
        width: 3rem;
        font-size: 0.5rem;
        line-height: 1rem;
        margin-left: 0.25rem;
    }



    /*椤堕儴鐧诲綍娉ㄥ唽*/





    .m_menu_box {

        padding-top: 3rem;
    }

    .menu_head {

        padding: 0 0.6rem;
        height: 3rem;
        line-height: 3rem;


    }

    .menu_head a {
        width: 3.4rem;
        height: 3rem;
        display: inline-block;
        background: url(../images/logo_pc.png) no-repeat center center;
        -webkit-background-size: 3.4rem auto;
        background-size: 3.4rem auto;

    }








    .m_nav_ul li {
        line-height: 2.2rem;
        padding: 0.8rem 1.25rem 0 1.25rem;

    }



    .m_nav_ul li a {

        line-height: 2.2rem;
        font-size: 0.65rem;
        color: #333;
    }


    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 1.25rem;
    }



    .m_nav_ul_p .parent_a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }

    .m_nav_ul_p.show_nav .parent_a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow_b.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;
    }


    .m_nav_div {

        width: 100%;
        display: none;
        padding: 0.65rem 0;

    }

    .m_nav_div div {
        padding: 0 1.25rem;
        border-bottom: 0.025rem solid #D9D9D9;
    }

    .m_nav_div div a {
        line-height: 1.6rem;
        color: #333;
        font-size: 0.6rem;

    }



    .jump_sub_m a::after {
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background: url(../images/nav_arrow.png) no-repeat;
        background-size: 100% auto;
        background-position: center center;
        position: absolute;
        right: 0.8rem;
        top: 50%;
        margin-top: -0.325rem;

    }





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

    }

    .m_search {
        margin-right: 1rem;
    }

    .m_search input {
        width: 5.2rem;
        display: none;
        border: none;
        border-bottom: 0.025rem solid #333;
        outline: none;
        line-height: 1.25rem;
        padding-left: 1.25rem;
        background: url(../images/search_m.png) no-repeat 0.1rem center;
        background-size: 0.7rem auto;
        font-size: 0.6rem;
        color: #333;
    }

    .m_search.m_s_show input {
        display: inline-block;
    }

    .m_search.m_s_show img {
        display: none;
    }

    .m_search img {
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
    }










}







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


    html {
        font-size: 23.4375px;
    }

}

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

    html {
        font-size: 20px;
    }
}