@charset "utf-8";

@font-face {
    font-family: Im;
    src: url('../fonts/impact.ttf');
}

.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;
}

.video_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(0, 0, 0, .6);
    display: flex;
}


.video_box {
    width: 900px;
    max-width: 100%;
    position: relative;
}

.close_img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}

.video_modal div video {
    width: 100%;
    height: auto;
}

/* CSS Document */
body {
    color: #333;
    font-size: 12px;
    /*font-family: "微软雅黑";*/
    font-family: "Source Han Sans CN";
    font-weight: normal;
    margin: 0 auto;
    box-sizing: border-box;

}

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;
}

p,
li,
div {
    /* 
	line-height: 20px;*/
}

/* 标题样式 */

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;
    max-width: 100%;
}

/* 链接样式 */
a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}
.line-1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.padding-right-40{
    padding-right: 40px !important;
}
/** 图片链接效果 **/

.pic a {
    padding: 0px;
    border: 1px solid #fff;

}

.pic a:hover {
    border: 1px solid #d00;
    background: #fff4ce;
}

/**输入框颜色样式**/

.input-gray {
    color: #999;
}

.input-black {
    color: #000;
}

/* 清除浮动 */
.clearBoth {
    clear: both;
    /*控制分类后，各行高度不一样对不齐问题*/
    width: 100%;
    height: 0px;
    font-size: 0;
    overflow: hidden;
    /*控制分类后，各行高度不一样对不齐问题*/
    line-height: 0;
}

.head_nav.nav_tm {
    box-shadow: none;
    background: url(../images/nav_bj.png) repeat-x left top transparent;
    background-size: auto 100%;
}

.nav_tm .menu_main li.main_li .main_a {
    color: #fff;
}

.nav_tm .menu_main li.main_li:hover .main_a {
    color: #fff;
}

.nav_tm .menu_main li.main_li.active .main_a {
    color: #fff;
}

.nav_tm .menu_main li.main_li.active .main_a::after {

    background: #fff;

}

.nav_tm .li_search {
    border-color: #fff;
}

.nav_tm .li_search input {
    color: #fff;
}

.nav_tm .li_search input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #fff;
}

.nav_tm .li_search input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #fff;
}

.nav_tm .li_search input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #fff;
}

.nav_tm .li_search input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #fff;
}

.nav_tm .li_search a {
    background: url(../images/top_search_w.png) no-repeat left center;
    background-size: 18px auto;
}

/*公共导航nav*/
.head_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .05);
}
















.nav_pc {
    display: inline-block;
}

.nav_mobile {
    display: none;
}

.safe_width {
    max-width: 1260px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.safe_width_1 {
    max-width: 1460px;
    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: 1600px;
    margin: 0 auto;
}

.nav_logo {
    display: inline-block;
}


.nav_logo img {
    width: auto;
    height: auto;
}

.w_logo {
    display: inline-block;
}

.tm_logo {
    display: none;
}

.nav_tm .w_logo {
    display: none;
}

.nav_tm .tm_logo {
    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: 0 20px;
    box-sizing: border-box;
    line-height: 100px;
    position: relative;
}





.menu_main li.main_li .main_a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    height: 100px;
    letter-spacing: 1px;
    line-height: 100px;
    position: relative;


}


.menu_main li.main_li.active .main_a::after {
    width: 100%;
    height: 1px;
    content: '';
    background: #0051A2;
    position: absolute;
    left: 0;
    top: 58%;

    display: inline-block;
}



.menu_main li.main_li .main_a:focus {
    text-decoration: none;
}

.menu_main li.main_li.active .main_a {
    color: #0051A2;
}






.menu_main li.main_li:hover .main_a {
    color: #0051A2;

}

.li_search {
    width: 150px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.li_search input {
    display: inline-block;
    width: calc(100% - 40px);
    height: 36px;
    border: none;
    padding: 0 10px 0 20px;
    font-size: 16px;
    color: #000;
    background: transparent;
    outline: none;
}

.li_search a {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url(../images/top_search.png) no-repeat left center;
    background-size: 18px auto;
}




/*右侧悬停*/

.right_ti {
    width: 90px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
    transform: translate(0, -50%);
}

.right_ti ul .right_ti li {
    width: 100%;
}

.right_ti li {
    background: rgba(2, 98, 255, .8);
    opacity: 1;
    border-bottom: 1px solid white;
    /* line-height: 80px;
    height: 80px; */
}

.right_ti li a {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /* line-height: 32px; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* height: 80px; */
    padding: 16px;
}

.back_to {
    background-color: rgba(254, 204, 20, .8) !important;
    border: none !important;
}

.right_ti_ul img {
    max-width: 30px;
    margin-bottom: 8px;
}


/*footer*/
.footer {
    width: 100%;
    background: #090d00;

}

.footer_pc {
    width: 100%;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f_pc_r {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.f_pc_r img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.f_pc_r h5 {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    line-height: 16px;
    margin-top: 8px;
}

.f_pc_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 200px);
}

.f_pc_l img {
    display: inline-block;
    width: 95px;
    height: auto;
}

.f_pc_l_text {
    padding: 8px 0;
    width: calc(100% - 128px);
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding-left: 14px;
}

.f_pc_l_text p {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.yq_link {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 8px;
}

.yq_link span {
    display: inline-block;
    width: 90px;
    line-height: 30px;
}

.yq_link ul {
    width: calc(100% - 90px);
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
}

.yq_link ul li {
    padding: 0 22px;
    position: relative;
}

.yq_link ul li::after {
    width: 1px;
    height: 18px;
    content: '';
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
}

.yq_link ul li:last-child::after {
    content: none;
}

.yq_link ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-decoration: none;

}

.yq_link ul li a:hover {
    opacity: .9;
}

.pt_50 {
    padding-top: 50px;
}

@media screen and (max-width:1660px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1280px) {
    .menu_main li.main_li .main_a {
        font-size: 14px;
    }

    .menu_main li.main_li {
        padding: 0 12px
    }
}

@media screen and (max-width:1024px) {

    /* body {
        padding-top: 90px
    } */
    .m_search input {
        display: none;
    }

    .right_ti {
        display: none;
    }

    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    .safe_width_1 {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }

    body {

        min-width: unset;
        width: 100%;
        /* background: #f6f6f6; */
    }


    /*手机端top nav*/
    .nav_pc {
        display: none;
    }

    .nav_mobile {
        display: inline-block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .05);

    }




    .nav_m_con {
        width: 100%;
        height: 100px;

        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .nav_m_con a {
        width: 250px;
        height: 90px;
        display: inline-block;
        background: url(../images/logo_pc_b.png) no-repeat left center;
        -webkit-background-size: 230px auto;
        background-size: 230px auto;
    }


    .nav_m_con a img {
        display: none;

    }

    .m_r_show {
        display: inline-block;
        width: 60px;
        height: 60px;
    }

    .m_r_show img {

        width: 100%;
        height: 100%;
    }




    .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: 90px;
    }

    .menu_head {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 90px;
        line-height: 90px;
        box-sizing: border-box;
        background: #fff;
        z-index: 5;
    }

    .close_nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .close_nav img {
        display: inline-block;
        width: 32px;
        height: 32px;
    }

    .menu_head a {
        width: 250px;
        height: 90px;
        display: inline-block;
        background: url(../images/logo_pc_b.png) no-repeat left center;
        -webkit-background-size: 230px auto;
        background-size: 230px auto;
    }

    .menu_head a img {
        display: none;

    }

    .m_nav_box {
        width: 100%;
        padding-left: 33%;
        box-sizing: border-box;
        height: 100%;
        position: relative;
    }

    .hide_m_nav {
        width: 33%;
        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 20px;
        border-bottom: 1px solid #ececec;
    }

    .m_nav_ul li.active a {
        color: #305dc3;
    }

    .m_nav_ul li a {
        display: inline-block;
        width: 100%;
        line-height: 50px;
        font-size: 14px;
        color: #333;
    }

    .m_nav_ul li.m_nav_ul_p {
        padding: 0;
    }

    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 20px;
    }

    .m_nav_ul_p .parent_a {
        position: relative;
    }

    .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: 0 20px;
        background: #F7F7F7;
    }

    .m_nav_div div a {
        line-height: 50px;
        color: #666;
        font-size: 13px;
        border-top: 1px solid #ececec;
    }

    .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;

    }











    .Float_windows {
        display: none;
    }


}





@media screen and (max-width:767px) {
    .safe_width {
        width: 100%;
        max-width: 100%;
        padding: 0 0.65rem;
    }

    .safe_width_1 {
        width: 100%;
        max-width: 100%;
        padding: 0 0.65rem;
    }

    .block_pc {
        display: none;
    }

    .block_sj {
        display: inline-block;
    }

    body {
        padding-top: 2rem;
    }




    .nav_m_con {

        height: 2rem;
        padding: 0 0.6rem;
    }


    .nav_m_con a {
        width: 6.65rem;
        height: 2rem;
        display: inline-block;
        background: url(../images/logo_mobile_b.png) no-repeat left center;

        -webkit-background-size: 6.65rem auto;
        background-size: 6.65rem auto;
    }






    .m_r_show {
        display: inline-block;
        width: 1.75rem;
        height: 1.75rem;
    }




    .m_menu_box {

        padding-top: 2rem;
    }

    .menu_head {

        padding: 0 0.6rem;
        height: 2rem;
        line-height: 2rem;

    }



    .close_nav img {
        width: 0.9rem;
        height: 0.9rem;
    }

    .menu_head a {

        background: url(../images/logo_mobile_b.png) no-repeat left center;
        width: 6.65rem;
        height: 2rem;
        display: inline-block;

        -webkit-background-size: 6.65rem auto;
        background-size: 6.65rem auto;
    }





    .m_nav_ul li {
        line-height: 2.1rem;
        padding: 0 0.8rem;
    }



    .m_nav_ul li a {

        line-height: 2.1rem;
        font-size: 0.6rem;
    }


    .m_nav_ul li.m_nav_ul_p .parent_a {
        padding: 0 0.8rem;
    }



    .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 0.8rem;
        background: #F7F7F7;
    }

    .m_nav_div div a {
        line-height: 2.1rem;
        color: #666;
        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: .2rem;
    }

    .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/top_search.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;
    }






}




/*浮窗*/
.Float_windows {
    position: fixed;
    right: 40px;
    bottom: 40px;

    z-index: 6;
}

.Float_windows ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 50px;



}

.Float_windows ul li {
    display: inline-block;
    width: 50px;
    height: 40px;

    position: relative;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.Float_windows ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

.Float_windows ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

.Float_windows ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    height: 100%;

    background: #e3e3e3;

}

.Float_windows ul li a span {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../images/fc_dh.png) no-repeat;
    background-size: 68px auto;

    background-position: 0 0;

}

.Float_windows ul li a .icon_01 {

    background-position: 0px 0px;
}

.Float_windows ul li a .icon_02 {

    background-position: 0px -34px;
}

.Float_windows ul li a .icon_03 {

    background-position: 0px -68px;
}

.Float_windows ul li a .icon_04 {

    background-position: 0px -102px;
}

.Float_windows ul li a .icon_05 {

    background-position: 0px -136px;
}


.Float_windows ul li:hover a .icon_01 {

    background-position: -34px 0px;
}

.Float_windows ul li:hover a {
    background: #0051a2;
}

.Float_windows ul li:hover a .icon_02 {

    background-position: -34px -34px;
}

.Float_windows ul li:hover a .icon_03 {

    background-position: -34px -68px;
}

.Float_windows ul li:hover a .icon_04 {

    background-position: -34px -102px;
}

.Float_windows ul li:hover a .icon_05 {

    background-position: -34px -136px;
}






.Float_windows ul li:hover a,
.Float_windows ul li:focus a {
    text-decoration: none;
    color: #305dc3;
}

.ewm_box {
    display: none;
    height: 150px;
    width: 150px;
    background: #fff;
    padding: 0;
    opacity: 0;
    position: absolute;
    right: -280px;
    bottom: 0;
    text-align: center;
    box-shadow: 0 8px 24px rgba(74, 74, 74, .15);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 1px solid #eee;

}

.Float_windows ul li:hover .ewm_box {
    display: inline-block;
    right: 54px;
    padding: 4px;
    opacity: 1;
    box-shadow: 0 10px 16px rgba(74, 74, 74, .15);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}



.ewm_box img {
    width: 100%;

    height: auto;
    display: inline-block;
}








.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);

}

.overHidden {
    overflow: hidden;
    height: 100%;
}