@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}




em,
i {
    font-style: normal;
}




ol,
ul {
    list-style: none;
}




img {
    max-width: 100%;
    display: block;
    height: auto;
    border: 0;
}




button {
    border: none;
    cursor: pointer;
}




a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s;
    outline: none;
}

a:hover {
    text-decoration: none;
}

button,
input {
    font-family: 'Microsoft YaHei', arial, 'Heiti SC', tahoma, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    outline: none;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', arial, 'Heiti SC', tahoma, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #6b6b6b
}

.hide,
.none {
    display: none;
}



.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

b {
    font-weight: 700;
}

*,::after,::before {
    box-sizing: border-box;
}


* {
    box-sizing: border-box !important;
}



@font-face {
    font-family: 'din_light';
    src: url('../font/dincondensed-light-webfont.woff2') format('woff2'),
        url('../font/dincondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@keyframes sfdh {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    25% {
        transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
    }

    50% {
        transform: scale(1.04);
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
    }

    75% {
        transform: scale(1.01);
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes banner_inside {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner_animation {
    animation: banner_inside 20s infinite;
}

.banner_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nytl .container,
.fafmbg .container,
.allbtl .container,
.lxtl .container {
    position: relative;
    /* z-index: 5; */;
}

.nytl,
.fafmbg,
.allbtl,
.lxtl {
    position: relative;
    overflow: hidden;
}
/* 其他样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    box-sizing: border-box !important;
}

:root {
    --txt_color: #333;
    --txt_color1: #333333;
    --txt_white: #ffffff;
    --a_color: #333;
    --p_color: #666666;
    --p_color1: #888888;
    --a_hover_color: #0047ba;
    --btn_bg_color: #0047ba;
    --btn_bg_color1: #0047ba;
    --boxbg: #f5f5f5;
}

/* 输入框 */
input::placeholder {
    /* 字体大小 */
    color: var(--p_color1);
}

.inputb::placeholder {
    /* 字体大小 */
    color: rgba(255, 255, 255, .6);
}

.bs {
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
}

.h100 {
    height: 100%;
}

.fs68 {
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.fs48 {
    font-size: 48px;
    font-weight: 700;
    color: var(--txt_color1);
    line-height: 1;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.p120 {
    padding: 120px 0;
}

.tac {
    text-align: center;
}

.dhsn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bprs {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dfcc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dfc {
    display: flex;
    justify-content: center;
}

@keyframes jump {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(-6px) rotate(90deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

/* 鼠标箭头 */

.jiantou {
    cursor: default;
}

body {
    background-color: #fff;
    color: var(--txt_color);
    font-size: 14px;
}

a {
    font-size: 14px;
    color: var(--txt_color1);
}

a:hover {
    color: var(--a_hover_color);
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;
}



@media screen and (min-width: 1200px) {
    .container {
        max-width: 84%;
    }
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 1600px;
    }
}

@media screen and (max-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .container {
        padding: 0 30px;
    }
}

.headlogo {
    transition: all .3s;
}

.headbtn {
    transition: all .3s;
}

.headnav_itema {
    transition: all .3s;
}

.headnav_itema.on {
    color: var(--a_hover_color);
}

.headnav_itema.active {
    color: var(--a_hover_color);
}

.head.on .toplm_b {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.head.on .headnav_itema {
    transform: scale(0.9);
}

.head.on .headlogo {
    transform: scale(0.9);
}

.head.on .headbtn {
    transform: scale(0.9);
}


/* 公共部分样式开始 */
.btnhover {
    transition: all .3s;
}

.btnhover:hover {
    transform: scale(1.05);
}


.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.toplm_t,
.toplm_b {
    padding: 0 7%;
    background-color: #fff;
}

.toplm_t {
    height: 36px;
    color: var(--p_color);
    font-size: 14px;
    line-height: 35px;
    transition: all .4s;
    /* overflow: hidden; */
    border-bottom: 1px solid #e5e5e5;
}

.toplm_tbox {
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: all .4s;
}

.toplm_tl a {
    font-weight: 700;
    font-size: 14px;
}

.toplm_tr {
    display: flex;
}

.toplm_tra {
    position: relative;
    padding: 0 15px;
    font-size: 14px;
    color: var(--p_color);
}

.toplm_tradw {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    z-index: 50;
    padding-bottom: 7px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

.toplm_tradw_img {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
}

.toplm_tra:hover .toplm_tradw {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.toplm_tra::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 17px;
    background-color: #e6e6e6;
    transform: translateY(-50%);
}

.toplm_tra:last-child::after {
    display: none;
}

.toplm_tra i {
    margin-right: 4px;
    transition: all .3s;
}

.toplm_tra:hover i {
    color: var(--btn_bg_color1);
}

.toplm_b {
    /* border-bottom: 1px solid #e5e5e5; */
    display: flex;
    justify-content: space-between;
}

.headlogo {
    display: flex;
    align-items: center;
}

.headlogo img {
    width: 260px;
}

.headnav {
    display: flex;
}

.headnav_item.on .headnav_itema {
    color: var(--a_hover_color);
}

.headnav_itema {
    padding: 0 30px;
    display: flex;
    align-items: center;
    height: 90px;
    font-size: 18px;
    font-weight: bold;
}

.headbtn {
    position: relative;
    padding: 0 15px;
    align-self: center;
    background-color: var(--btn_bg_color);
    width: 140px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 6.5px;
    color: var(--txt_white);
    cursor: pointer;
}

.headbtn span a {
    color: var(--txt_white);
    font-size: 14px;
}

.headbtn span a:hover {
    color: var(--txt_white);
}

.headbtndw {
    position: absolute;
    top: 106%;
    left: 0;
    width: 100%;
    /* border: 1px solid #e5e5e5; */
    border-radius: 6px;
    background-color: var(--btn_bg_color1);
    text-align: center;
    padding: 10px 5px;
    display: none;
    padding: 10px 10px;
}

.headbtndw a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #fff;
    transition: all .3s;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.headbtndw a:last-child {
    border-bottom: 0;
}

.headbtndw a:hover {
    /* transform: scale(1.1); */
    transform: scale(1.1);
}

.headbtn i {
    margin-top: -2px;
    line-height: 1;
}

.headbtn_min {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--btn_bg_color1);
    border-radius: 6.5px;
}

.headbtn_min i {
    transition: all .3s;
    font-size: 14px;
}

.headbtn:hover .headbtn_min i {
    transform: rotate(90deg);
}

.head.on .toplm_tbox {
    opacity: 0;
}

.head.on .toplm_t {
    height: 0;
}

.head.on .headnav_itema {
    height: 75px;
}

.headnav_item {
    position: relative;
}

.headnavxl {
    position: absolute;
    top: 100%;
    left: 50%;
    width: calc(100% + 40px);
    z-index: 10;
    display: none;
    transform: translateX(-50%);
	box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
}

.headnavxlbox {
    padding: 0px;
    background-color:#fff;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.headnavxlbox a {
    display: block;
    padding: 0px 10px;
    font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	height: 50px;
    line-height: 50px;
}


.headnavxlbox a:hover {
    padding-left: 15px;
    color: #fff;
	background-color:#0047ba;
}

.toplm_b {
    position: relative;
}

.headnav_itemxl {
    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    background-color: #fff;
    display: none;
    border-top: 1px solid #e5e5e5;
}

.headnav_itemxlbox {
    padding: 80px 0;
    display: flex;
    height: 520px;
}

#navoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 8888;
    transition: opacity 0.3s;
    opacity: 0;
}

.head {
    z-index: 9999;
}

.pro .headnav_itemxlboxl {
    width: 40%;
}

.pro .headnav_itemxlboxr {
    width: 60%;
}

.headnav_itemxlboxl {
    padding-right: 65px;
    width: 40%;
    display: flex;
    justify-content: flex-end;
    border-right: 1px solid #e5e5e5;
}

.headnav_itemxlboxl a h3 {
    font-weight: bold;
    font-size: 28px;
    color: var(--a_hover_color);
}

.headnav_itemxlboxl a h3 span {
    font-size: 18px;
    color: var(--p_color1);
    font-weight: normal;
    padding-left: 5px;
}

.headnav_itemxlboxl a p {
    margin: 30px 0;
    display: block;
    overflow: hidden;
    border-radius: 15px;
    width: 320px;
    height: 180px;
}

.headnav_itemxlboxl p img {
    transition: all .6s;
    width: 100%;
}

.headnav_itemxlboxl a:hover img {
    transform: scale(1.1);
}

.headnav_itemxlboxr {
    width: 60%;
    display: flex;
}

.headnav_itemxlboxr a {
    font-size: 14px;
}

.headnav_yi {
    padding: 0px 50px 0px 60px;
}

.headnav_yi a {
    padding-right: 50px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headnav_yi span {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.headnav_er a {
    padding-right: 50px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.headnav_er span {
    position: absolute;
    top: 0;
    right: 0px;
    width: 45px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    transition: all .2s;
}

.headnav_er a.on span {
    opacity: 1;
    visibility: hidden;
}

.headnav_yi a.on span,
.headnav_yi a:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(20px);
    color: var(--a_hover_color);
}

.headnav_yi a.on {
    color: var(--a_hover_color);
}

.headnav_er a.on span,
.headnav_er a:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(20px);
    color: var(--a_hover_color);
}

.headnav_er i {
    font-size: 13px;
    padding-bottom: 2px;
}

.headnav_yi i {
    font-size: 13px;
    padding-bottom: 2px;
}

.headnav_itemxlboxr>div {
    width: 340px;
}

.headnav_yi a,
.headnav_eritem a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.headnav_eritem {
    height: 100%;
    padding: 0 50px;
    display: none;
}

.headnav_eritem.on {
    display: block;
    border-left: 1px solid #e5e5e5;
}

.headnav_yi a:last-child,
.headnav_er a:last-child {
    border-bottom: none;
}

/* 手机版导航 */
.menu-toggle {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
}

.cd-nav-trigger {
    width: 100%;
    height: 100%;
    display: block;
    /* background-color: var(--a_hover_color); */;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger {
    /*width: 20px !important;*/;
}

.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 38%;
    margin-left: -10px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-delay: 0.15s;
}

.menu-toggle span.hamburger:after {
    margin-top: -7px;
    top: 0;
    transition-delay: 0.27s;
}

.menu-toggle span.hamburger:before {
    margin-top: 7px;
    top: 0;
    transition-delay: 0.2s;
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.12s;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px);
}

.no-touchs .menu-toggle span.hamburger,
.no-touchs .menu-toggle span.hamburger:after,
.no-touchs .menu-toggle span.hamburger:before {
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px);
}

.no-touchs .menu-toggle span.hamburger:after {
    transition-delay: 0s;
}

.no-touchs .menu-toggle span.hamburger:before {
    transition-delay: 0.07s;
}

.menu-toggle span.cross:before,
.menu-toggle span.cross:after {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    left: 45%;
    margin-left: -12px;
    -webkit-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition: transform 0.3s cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.600, 0.000, 0.200, 1.000);
    -webkit-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -moz-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -ms-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    -o-transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transform: translateY(-70px) translateX(-70px) rotate(45deg);
    transition-delay: 0.12s;
}

.menu-toggle span.cross:after {
    transition-delay: 0s;
    -webkit-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -moz-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -ms-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    -o-transform: translateY(70px) translateX(-70px) rotate(-45deg);
    transform: translateY(70px) translateX(-70px) rotate(-45deg);
}

.menu-toggle span.cross:after {
    -webkit-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -moz-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -ms-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    -o-transform: translateY(-70px) translateX(70px) rotate(-45deg);
    transform: translateY(-70px) translateX(70px) rotate(-45deg);
}

.no-touchs .menu-toggle span.cross:before {
    transition-delay: 0.12s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-touchs .menu-toggle span.cross:after {
    transition-delay: 0.24s;
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.toplm_b .mb_yy {
    display: none;
    padding: 6px 10px;
    margin-right: 35px;
    background-color: var(--a_hover_color);
    color: #fff;
    align-self: center;
    border-radius: 5px;
    font-size: 12px;
}

/* 内页通栏 */
.mt126 {
    margin-top: 126px;
}

.nytl {
    height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--btn_bg_color);
}

.nytl.nytl_r {
    text-align: right;
}

.nytl .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nytl_h {
    font-size: var(--txt_color1);
    font-size: 42px;
    font-weight: 700;
}

.nytl_r .nytl_h {
    color: #fff;
}

.nytl_p {
    font-size: 16px;
    color: #878787;

    text-transform: capitalize;
}

.nytl_r .nytl_p {
    color: #fff;
}

.xwbc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xwbc_l .nytl_h,
.xwbc_l .nytl_p {
    color: #fff;
}

/* 内页导航 */
.nynavbox {
    display: flex;
    border-bottom: 1px solid #e7e7e7;
}

.nynavbox .nynavboxa {
    display: block;
    flex: 1;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    transition: all .4s;
}

.nynav {
    position: relative;
}

.nynav::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 30%;
    background-color: #e7e7e7;
}

.nynavbox .nynavboxa {
    transition: all .4s;
    position: relative;
}

.nynavbox .nynavboxa:hover {
    /* font-weight: 700; */;
}

.nynavbox .nynavboxa span {
    transition: all .3s;
    display: inline-block;
}

.nynavbox .nynavboxa:hover span {
    transform: scale(1.2);
    color: var(--btn_bg_color1);
}

.nynavbox .nynavboxa.on {
    color: var(--btn_bg_color1);
    font-weight: 700;
    font-size: 18px;
}

.nynavbox .nynavboxa::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transform: translateX(0%);
    transition: all .4s;
}

.nynavbox .nynavboxa.on::after {
    width: 100%;
}

.nynavbox .nynavboxa:hover::after {
    width: 100%;
}




/* 产品列表导航 */
.cplbdh {
    position: relative;
}

.cplbdh::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    height: 1px;
    width: 30%;
    background-color: #e7e7e7;
}

.cplbdhbox {
    height: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}

.cplbdhbox.cplbdhboxs {
    /* border-bottom: 0; */;
}

.cplbdh_ct {
    display: flex;
}

.cplbdh_ct a {
    height: 70px;
    position: relative;
    padding: 0 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    transition: all .4s;
}

.cplbdh_ct a::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--btn_bg_color1);
    transform: translateX(0%);
    transition: all .4s;
}

.cplbdh_ct a:hover {
    color: var(--btn_bg_color1);
    /* transform: translateX(5px); */
    /* font-weight: 700; */;
}

.cplbdh_ct a span {
    transition: all .2s;
}

.cplbdh_ct a:hover span {
    transform: scale(1.1);
}

.cplbdh_ct a.on {
    color: var(--btn_bg_color1);
    font-weight: 700;
    font-size: 18px;
}

.cplbdh_ct a.on::after {
    width: 100%;
}

.cplbdh_ct a:hover::after {
    width: 100%;
}

/* 列表面包屑 */

.mbx {
    display: flex;
    align-items: center;
    line-height: 1;
}

.mbx .mbxa {
    display: flex;
    align-items: center;
    transition: all .4s;
}

.mbx i {
    margin: 0 14px;
    font-size: 16px;
    color: var(--p_color1);
    line-height: 1;
}

.mbxa i {
    margin: 0;
    margin-right: 5px;
    margin-top: -2px;
    transition: all .4s;
}

.mbxa:hover span {
    transition: all .4s;
}

.mbxa:hover i,
.mbxa:hover span,
.mbx .mbxa:hover,
.mbx .mbxa.mbxaon:hover {
    color: var(--btn_bg_color1);
}

.mbx .mbxa {
    font-size: 14px;
    color: var(--p_color1);
}

.mbx .mbxa.mbxaon {
    color: var(--txt_color1);
}




.topbtn {
    position: fixed;
    bottom: 10%;
    right: 50px;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.topbtn.on {
    display: flex;
}

.topbtn i {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    transform: rotate(-90deg);
    cursor: pointer;
    outline: none;
}

/* 公共 */
.combox {
    height: 48px;
    display: none;
}

.comboxs_w.on {
    /* position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100; */;
}

.comboxs_w {
    position: relative;
    z-index: 6;
}

.comboxs_wt {
    display: flex;
    height: 48px;
    background: var(--btn_bg_color);
    /* background-color: #666; */
    color: #fff;
}

.comboxs_ri {
    width: 70px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comboxs_fh {
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comboxs_fh {
    /* background-color: #00a9df; */
    /* border-radius: 0 8px 8px 0; */
    /* display: none; */;
}

.comboxs_fh i,
.comboxs_ri i {
    font-size: 12px;
    transition: all .3s;
}

.comboxs_ri .comboxs_cha {
    display: none;
}

.comboxs_ri.on1 .comboxs_cha {
    display: block;
}

.comboxs_ri.on1 .comboxs_xia {
    display: none;
}

.comboxs_r {
    flex: 1;
    display: flex;
}

.comboxs_r .comboxs_rtxt {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 16px;
    font-weight: normal;
    color: #FFF;
    padding-left: 0px;
}

.comboxs_wb {
    display: none;
}

.comboxs_wbbox {
    padding: 20px 15%;
    /* background-color: rgba(0, 0, 0, .8); */
    background-color: var(--a_hover_color);
}

.comboxs_wb a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.comboxs_wb a:last-child {
    border: 0;
}

/* 侧边导航 */
.cd-nav-container {
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0px;
    right: 0;
    width: 240px;
    height: 100%;
    /* overflow-y: auto;
    overflow-x: hidden; */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
    transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}

.cd-nav-containerbox {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 40px;
}

.cd-nav-container.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}


.nav-container {
    padding-top: 60px;
}

.cd-nav>li {
    width: 90%;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ddd;
}

.mbnav_item {
    display: flex;
    position: relative;
    transition: all .4s ease;
    font-size: 14px;
}

.cd-nav>li:first-child {
    border: none;
}

.mbnav_item a,
.mbnav_item i {
    display: flex;
    align-items: center;
    color: #333;
    height: 60px;
    font-weight: bold;
}

.mbnav_item a {
    flex: 1;
}

.mbnav_item i {
    font-size: 20px;
    line-height: 1;
    justify-content: center;
    width: 55px;
    transform: rotate(90deg);
    transition: all .4s;
}

.mbnav_item i.on {
    transform: rotate(-90deg);
}

.mchildren {
    display: none;
    width: 100%;
    /* border-bottom: 1px solid #313131; */
    margin: 0px auto;
    padding: 10px 10px 10px 10px;
    position: relative;
    /* background-color: var(--a_hover_color); */
    overflow: hidden;
}

.mchildren a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    font-size: 14px;
    /* color: rgba(255, 255, 255, .7); */
    color: #666;
}

.mchildren a::before {
    /*content: "\2022"; 
    display: inline-block;
    margin-right: 5px; 
    vertical-align: middle;
    color: var(--btn_bg_color1);*/;
}

.mchildren li {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
}

.mblink {
    margin: 30px 0;
    padding: 0 30px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.mblink a {
    display: flex;
    align-items: center;
    justify-content: center;
 /* padding-left: 10px; */
    width: 100%;
    height: 38px;
    font-size: 12px;
    /* font-weight: 700; */
    background-color: var(--a_hover_color);
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--a_hover_color);
}

.mbnav_item a {
    font-size: 15px;
    font-weight: normal;
}
/* 导航地图 */
.sitemapbox {
    padding: 80px 0 50px;
}

.sitemapbox_item {
    margin-bottom: 40px;
}

.sitemapbox_item .sitemapbox_itemt {
    display: block;
    background: var(--btn_bg_color);
    color: #fff;
    padding: 15px 30px;
    font-weight: bold;
    border-radius: 8px;
}

.sitemapbox_itemb {
    border-top: 1px dashed #efefef;
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.sitemapb {
    width: 25%;
    padding: 0 15px;
}

.sitemapb .sitemapb_a {
    display: block;
    padding: 15px;
    color: var(--btn_bg_color1);
    border: 1px solid #00b2e2;
    font-weight: bold;
    border-radius: 8px;
    padding: 15px 20px;
}

.sitemapb_b {
    padding: 15px;
}

.sitemapb_b a {
    padding: 5px 0;
    display: block;
    color: #666;
    font-size: 14px;
}

@media screen and (max-width: 1800px) {
    .headnav_itema {
        font-size: 16px;
    }
}

@media screen and (max-width: 1600px) {

    .toplm_t,
    .toplm_b {
        padding: 0 25px;
    }

    .container {
        max-width: 87%;
    }
}

@media screen and (max-width: 1800px) {
    .faxqbox_lbl_atel i {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px) {

    .toplm_t,
    .toplm_b {
        padding: 0 20px;
    }

    .toplm_t,
    .toplm_tl a,
    .toplm_tra {
        font-size: 12px;
    }

    .toplm_tra i {
        font-size: 14px;
    }

    .headlogo img {
        width: 200px;
    }

    .headnav_itema {
        font-size: 14px;
        padding: 0 22px;
    }
}

@media screen and (max-width: 1200px) {

    .toplm_t,
    .toplm_b {
        padding: 0 15px;
    }

    .headnav_itema {
        padding: 0 13px;
        height: 80px;
    }

    .headlogo img {
        width: 160px;
    }

    .headbtn {
        width: 145px;
    }
}

@media screen and (max-width: 992px) {
    .head.on .headlogo {
        transform: scale(1);
    }

    

    .toplm_t {
        display: none;
    }

    .headnav {
        display: none;
    }

    .headbtn {
        display: none;
    }

    .toplm_b {
        height: 60px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
        overflow: hidden;
    }

    .menu-toggle {
        display: block;
    }

    .toplm_b .mb_yy {
        display: flex;
    }
}

  
/*底部*/  
.bottom {
    position: relative;
    background: url(../images/fbg.jpg) center/cover;
    overflow: hidden;
}

.bot1 {
    padding: 50px 0 50px;
    position: relative;
}

.bot1>div {
    display: flex;
}

.bot1 .f-xx {
    display: flex;
    flex-direction: column;
    min-width: 380px;
    flex-shrink: 0;
}

.bot1 .f-lg {
    margin-bottom: 40px;
    display: block;
}

.bot1 .listxx {
    display: flex;
    align-items: flex-start;
}

.bot1 .listxx+.listxx {
    margin-top: 20px;
}

.bot1 .listxx img {
    width: 16px;
    margin-top: 3px;
}

.bot1 .listxx span {
    padding-left: 15px;
    width: calc(100% - 16px);
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
}

.bot1 .listxx p {
    padding-left: 15px;
    width: calc(100% - 16px);
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    font-family: "DIN";
}

.bot1 .listxx p em {
    opacity: .5;
    font-size: 16px;
}

.bot1 .f-lm {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 300px);
    padding-left: 80px;
}

.bot1 .f-lm dl {
}

.bot1 .f-lm dt {
}

.bot1 .f-lm dt::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #0047ba;
    margin: 18px 0;
}

.bot1 .f-lm dt a {
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.bot1 .f-lm dd a {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.bot1 .f-lm dd span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: block;
    text-align: center;
}

.bot1 .f-lm dd+dd {
    margin-top: 18px;
}

.bot1 .f-lm dd img {
    width: 100%;
    display: block;
    padding-top: 5px;
}

.fewm {
    max-width: 150px;
}

.bot2 {
    padding: 15px 0;
    position: relative;
    z-index: 98;
    background: #e4e4e4;
}

.bot2>div {
    display: flex;
    align-items: center;
}

.bot2 .bqb {
    margin-right: auto;
}

.bot2 span,.bot2 a {
    display: inline-block;
    font-size: 15px;
    color: #999;
    line-height: 24px;
}

.bottom a:hover {
    color: #DE0000;
}

@media screen and (max-width:1720px) {
    .bot1 .h-logo {
        margin-bottom: 35px;
    }

    .bot1 .listxx+.listxx {
        margin-top: 14px;
    }

    .bot1 .f-lm dd a {
        font-size: 15px;
    }

    .bot1 .f-lm dd+dd {
        margin-top: 12px;
    }

    .bot2 span, .bot2 a {
        font-size: 15px;
    }
}

@media screen and (max-width:1480px) {
    .bot1 .f-lm {
        padding-left: 0;
    }

    .fewm {
        max-width: 140px;
    }

    .bot1 .f-lm dd a {
        font-size: 14px;
    }

    .bot1 .f-lm dd+dd {
        margin-top: 5px;
    }

    .bot1 .listxx span {
        font-size: 14px;
    }

    .bot1 .listxx+.listxx {
        margin-top: 10px;
    }

    .bot1 .h-logo {
        margin-bottom: 50px;
    }

    .bot1 .f-lm dd span {
        font-size: 14px;
    }

    .bot2 span, .bot2 a {
        font-size: 14px;
    }

    .bot2 {
        padding: 10px 0;
    }
}

@media screen and (max-width:1199px) {
    .bot1 {
        padding: 50px 0 80px;
    }

    .bot1 .listxx+.listxx {
        margin-top: 10px;
    }

    .bot1 .f-lm {
        display: none;
    }

    .bot1 .f-xx {
        width: auto;
    }
}

@media screen and (max-width:780px) {
    .bot1 {
        padding:20px 0 20px;
    }

    .bot2 span, .bot2 a {
        font-size: 12px;
        display: block;
        line-height: 1.2;
    }
	.bot1 .f-lg {
    margin-bottom: 10px;
}
}

.h-so {
    float: left;
    position: relative;
}

.h-so .icon {
    width: 50px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    background: url(../images/c-so1.png) no-repeat center;
    background-size: 16px;
}

.h-so .form {
    display: block;
    position: absolute;
    top: 9%;
    right: 0;
    width: 200px;
    z-index: 50;
}

.h-so .inp {
    display: block;
    width: 100%;
    height: 28px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    padding: 0 50px 0 10px;
    border-radius: 30px;
}

.h-so .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ed7020;
    background: url(../images/c-so1.png) no-repeat center;
    background-size: 16px;
    border-radius: 30px;
	border:0;
}


.myc {
    
}
.mxs{
    display: none;
}
@media screen and (max-width: 768px) {
   
    .mxs{
        display: block;
    }
    .myc {
     display: none;
    }
    
    .nytl {height: 0 !important;}
    .footer_t {
        padding: 45px 0 75px;
    }

    .footer_bboxr {
        flex-wrap: wrap;
    }

    /* 内页通栏 */
    .nytl {
        height: 180px;
    }

    .nytl_h {
        font-size: 24px;
    }

   
    .nynav {
        display: none;
    }

    .combox {
        display: block;
    }

    .cplbdh {
        display: none;
    }

    
}
.xqwx {
    position: relative;
}

.xqwx_dw {
    position: absolute;
    left: 0;
    top: calc(100% + 10px); /* 使其在开始时在 .xqwx 外部，比如 10px 下方 */
    width: 100%;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
    pointer-events: none; /* 阻止此元素及其内容响应鼠标事件 */
}

.xqwx_dw img {
    width: 100%;
}

.xqwx:hover .xqwx_dw {
    opacity: 1;
    top: 100%; /* 当 .xqwx 被悬停时，把 .xqwx_dw 移回原位置 */
    transform: translateY(6px);
}

.prinfo_trf {
    margin-top: 30px;
    display: flex;
}

.prinfo_trfbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-bottom: 10px; /* 这会给 .erweima 提供一些空间 */
}

.prinfo_trf span {
    font-size: 16px;

    color: var(--p_color1);
    flex-shrink: 0;
    transition: all .4s;
}

.prinfo_trf i {
    font-size: 22px;
    margin-right: 8px;
    flex-shrink: 0;
    transition: all .4s;
}

.prinfo_trf:hover i,
.prinfo_trf:hover span {
    color: var(--btn_bg_color1);
}

.erweima {
    position: absolute;
    top: calc(100% + 10px);  /* 使用 calc 轻微调整显示位置 */
    left: 0;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
    visibility: hidden; /* 添加 visibility 属性 */
    z-index: 60;
    background-color: #fff;
}

.erweima img {
    width: 100px;
}

.prinfo_trfbox:hover .erweima {
    transform: translateY(0px);  /* 将 transform 调整为 0px */
    opacity: 1;
    visibility: visible; /* 更改 visibility 为 visible */
}


.swiper-button-disabled {
    opacity: 0.5;
}

.videobox_ct video {
    transition: all .3s;
}

.protable {
    overflow-x: auto;
  }

.protable table,.cate-txt tbody{
	width: 100%;
	border-collapse:collapse;
}
.protable table td{
    padding: 20px !important;
    text-align: left !important;
	font-size: 14px !important;
	color: #666 !important;
	line-height: 1.5 !important;
	border-bottom: 1px solid #f1f1f1 !important;
    min-width: 200px !important;

}
.protable table tr td:first-child{
	font-weight: bold !important;
}
.protable table {
    width: 100% !important;
}

.protable tr td:first-child{
	background-color: rgb(0 0 0 / 3%) !important;
	color: #333 !important;
	/* background-color: #ebfff6; */
	text-align: center !important;
	vertical-align: middle !important;
}
.protable table tr td:first-child p{
	color: #333 !important;
	line-height: 1.2 !important;
}
.protable table tr td:first-child {
	padding: 15px 10px !important;
	
}
.protable table tr:nth-child(even) {
    background-color: #f2f2f2 !important; 
  }
  
  .protable table tr:nth-child(odd) {
    background-color: #fff !important;
  }

  .protable table tr:first-child{
    background: var(--btn_bg_color) !important;
     color: #fff !important;
     font-weight: bold !important;
  }
  .protable table tr:first-child td{
    font-weight: bold !important;
    color: #fff !important;
    font-size: 1.4em !important;
  }
 .protable table tr:first-child {
    background: #0047ba !important;

  }
.protable.oushu table tr:first-child {
    background: #00b2e3 !important;

  }


  @media screen and (max-width: 768px) {


    .protable table td{
        padding: 10px !important;
        min-width: 140px !important;
        font-size: 13px !important;
    }
    .protable table tr td:first-child{ 
        min-width: 110px !important;
    }

  }