@charset "utf-8";

/*--------------------------------------------------------------------------通用字体设置--------------------------------------------------------------------------*/
* {
    font-family: sans-serif !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select, button {
    font-family: sans-serif !important;
    word-spacing: 2px;
}

/*--------------------------------------------------------------------------通用样式--------------------------------------------------------------------------*/
.hoverable {
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.3s ease;
}

.hoverable:hover {
    transform: translateY(-5px);
}

/* .anim { transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%; z-index: -1; }
.anim:before {  position: relative; content: ""; display: block; margin-top: 100%; }
.anim:after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.hoverable .anim { animation: anim-out .75s; }
.hoverable .anim:after { animation: anim-out-pseudo .75s; }
.hoverable .anim, .hoverable .anim:after { animation-iteration-count: infinite; animation-duration: 1.3s; }
@keyframes anim-in { 0%{width:0}100%{width:100%}}
@keyframes anim-in-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} }
@keyframes anim-out { 0%{width:0}100%{width:100%} }
@keyframes anim-out-pseudo { 0%{background:rgba(0,0,0,0.25)}100%{background:transparent} } */


html{
    font-size: s;
}
.blue-more {
    display: inline-block;
    box-sizing: border-box;
    min-width: 120px;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    background: #003a85;
    color: #fff;
    font-size: 15px;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.blue-more-grey {
    background: #898989;
}

.blue-more-grey:hover {
    background: #003a85;
}

.blue-more i {
    font-size: 18px;
    margin-right: 10px;
}

.iboxbg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hdiv {
    width: 100%;
    height: 100px;
}

.mhdiv {
    width: 100%;
    height: 60px;
    display: none;
}

.mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.pc-cc {
    display: block;
}

.m-cc {
    display: none;
}

.sp-pn {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    background: #003a85;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}

.sp-prev {
    left: 0;
}

.sp-next {
    right: 0;
}

.sp-pn i {
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
}

.sp-bot.swiper-pagination {
    width: 100%;
    bottom: 0;
}

.sp-bot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px !important;
    border-radius: 8px;
}

.sp-bot .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.sp-bot-blue .swiper-pagination-bullet {
    background: #ccc;
}

.sp-bot-blue .swiper-pagination-bullet-active {
    background: #003a85;
}

.layui-input-wrap .layui-input-prefix+.layui-input,
.layui-input-wrap .layui-input-prefix~* .layui-input {
    padding-left: 40px;
}

.layui-input-prefix,
.layui-input-split,
.layui-input-suffix,
.layui-input-suffix .layui-input-affix {
    padding: 0 15px;
}

.layui-form-label {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    float: none;
    color: #003a85;
    display: flex;
    align-items: center;
}

.layui-form-label sub {
    color: #e71c1f;
    margin-left: 5px;
    font-size: 18px;
}

.layui-input-block {
    margin-left: 0;
}

.layui-form-item {
    margin-bottom: 10px;
}

.layui-form-item:last-child {
    margin-bottom: 0;
}

.layui-form .layui-input-wrap {
    line-height: 46px;
}

.layui-form .layui-input {
    height: 46px;
    padding: 0 20px;
    border-radius: 5px;
}

.layui-form .layui-input::placeholder,
.layui-form .layui-textarea::placeholder {
    color: #ccc;
}

.layui-form .layui-textarea {
    padding: 10px 20px;
    line-height: 160%;
    min-height: 180px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.layui-form .layui-textarea::placeholder {
    line-height: 160%;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #003a85 !important;
    box-shadow: none;
}

.layui-form-item .layui-inline {
    color: #ccc;
    margin: 0 10px;
}

.layui-btn {
    min-width: 120px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    background: #003a85;
    border-radius: 8px;
    margin: 10px 0 0;
    font-size: 15px;
}

.layui-btn:hover {
    opacity: 1;
    background: #003a85;
}

.layui-form-item .tips p {
    color: #999;
    margin-top: 10px;
    font-size: 14px;
}

.layui-layer {
    border-radius: 10px;
}

.layui-layer-setwin {
    top: 20px;
    right: 20px;
}

.layui-layer-setwin span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 28px;
}

.layui-layer-title {
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.layui-form-label .layui-btn-danger {
    margin-top: 0;
}

@media all and (max-width:981px) {

    .pc-cc {
        display: none;
    }

    .m-cc {
        display: block;
    }

    .blue-more {
        padding: 0 0.36rem;
        height: 1.1rem;
        line-height: 1.1rem;
        font-size: 0.38rem;
    }

    .sp-pn {
        margin-top: -0.55rem;
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem;
    }

    .sp-pn i {
        line-height: 1.1rem;
        font-size: 0.42rem;
    }

    .sp-bot.swiper-pagination {
        width: 100%;
        bottom: 0;
    }

    .sp-bot .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px !important;
    }

    .sp-bot .swiper-pagination-bullet-active {
        width: 20px;
    }

    .layui-form .layui-input {
        height: 1.1rem;
        font-size: 0.38rem;
        padding: 0 0.36rem;
    }

    .layui-form em {
        float: none;
        margin: 0 0.36rem;
        line-height: 1.1rem;
    }

    .layui-form .layui-input-wrap {
        line-height: 1.1rem;
    }

    .layui-form .layui-textarea {
        font-size: 0.38rem;
        padding: 0.24rem 0.36rem;
        min-height: 120px;
    }

    .layui-form-select dl dd {
        font-size: 0.38rem;
    }

    .layui-btn {
        height: 1.1rem;
        line-height: 1.1rem;
        font-size: 0.38rem;
    }

    .layui-layer {
        width: 90% !important;
    }

    .layui-layer-title {
        padding: 0 0.36rem;
        font-size: 0.48rem;
    }

    .lmbox {
        padding: 0.36rem;
    }

    .text-secondary {
        font-size: 0.38rem;
    }

}

/*--------------------------------------------------------------------------导航--------------------------------------------------------------------------*/

.header {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header .hlogo .hlbox img {
    max-height: 50px;
}

.header a {
    font-size: 16px;
}

/* 为固定导航栏预留空间 */
.header-spacer {
    height: 80px;
    /* 桌面端导航栏高度 */
}

.commenu,
.commenu ul,
.commenu ul li,
.commenu ul li a,
.commenu .menu-button,
.hsearch ul,
.hsearch ul li,
.hsearch ul li a {
    position: relative;
    box-sizing: border-box;
}

.commenu .menu-button {
    display: none;
}

.commenu>ul,
.hsearch ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.commenu>ul>li {
    margin: 0 10px;
}

.commenu>ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.commenu>ul>li a sub {
    font-weight: bold;
    margin: -7px 0 0;
}

.commenu>ul>li a i,
.hsearch>ul>li a i {
    font-size: 12px;
    margin-left: 5px;
}

.commenu>ul>li a:hover,
.hsearch>ul>li a:hover {
    color: #003a85;
    transition: none;
}

.commenu>ul>li>a span,
.hsearch>ul>li>a span {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.commenu ul li ul,
.hsearch ul li ul {
    min-width: 240px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    max-width: 1000px;
}

.commenu ul li:hover>ul,
.hsearch ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.commenu ul li ul li {
    float: left;
    width: 100%;
    line-height: 200%;
}

.commenu ul li ul li a span {
    margin: 0;
}

.commenu ul li ul li:hover ul {
    top: 0;
}

.commenu ul li ul li a {
    width: 100%;
    display: inline-block;
}

.hmenu-tab {
    display: flex;
    justify-content: flex-start;
}

.hmenu-tab .hd {
    width: 340px;
    padding: 0 20px 0 0;
}

.hmenu-tab .hd li.on a {
    color: #003a85;
}

.hmenu-tab .hd a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hmenu-tab .hd em {
    font-size: 12px;
}

.hmenu-tab .bd {
    width: 680px;
    padding: 10px 20px;
}

.hmenu-tab .bd .item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.hmenu-tab .bd .item .list .pic {
    width: 100%;
    overflow: hidden;
}

.hmenu-tab .bd .item .list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.5s ease-in-out;
}

.hmenu-tab .bd .item .list:hover .pic img {
    transform: scale(1.08);
}

.hmenu-tab .bd .item .list p {
    text-align: center;
    font-size: 15px;
    line-height: 160%;
    margin: 10px 0 0;
}

.hsearch .layui-form {
    margin-left: 40px;
}

@media only screen and (max-width:981px) {
    .header {
        position: fixed;
    }

    .header .hbox {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: right;
    }

    .header .hlogo,
    .header .hmenu {
        float: none;
    }

    .header .hlogo {
        position: absolute;
        left: 0.32rem;
        top: 0;
        z-index: 1;
    }

    .header .hlogo .hlbox {
        width: auto;
        height: 60px;
    }

    .header .hlogo .hlbox img {
        max-height: 20px;
    }

    .header .hlogo .hlbox .lt span {
        font-size: 0.48rem;
    }

    #search-input {
        max-width: 45vw;
        max-height: 5vh;
    }

    .commenu>ul>li>a span,
    .hsearch>ul>li>a span {
        height: 1vh;
        line-height: 1vh;
    }

    .iabo .inum {
        padding: 5px !important;
    }

    .iabo .inum ul li .data {
        font-size: 30px !important;
    }

    /* 移动端导航栏预留空间 */
    .header-spacer {
        height: 60px;
        /* 移动端导航栏高度 */
    }

    .header .hmenu {
        width: 60px;
        height: 60px;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9;
        display: none;
    }

    .commenu {
        width: 100%;
    }

    .commenu ul.menubox {
        width: calc(100% - 60px) !important;
        height: 100vh;
        overflow-y: scroll;
        position: fixed;
        left: -100%;
        z-index: 999;
        /*display:none;*/
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
    }

    .commenu ul.menubox.open {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .commenu ul {
        width: 100% !important;
        background: #212121;
    }

    .commenu ul li:hover ul {
        position: relative;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .commenu ul li {
        width: 100% !important;
        line-height: normal;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
        padding: 0 0.64rem;
    }

    .commenu>ul>li,
    .commenu>ul>li:last-child {
        margin: 0;
    }

    .commenu>ul>li>a span {
        margin: 0;
        line-height: 1.4rem;
        font-size: 0.38rem;
        color: #fff;
    }

    .commenu ul li.has-sub {
        padding: 0;
    }

    .commenu ul li.has-sub>a {
        padding: 0 0.64rem;
    }

    .commenu ul li ul {
        position: relative;
        left: 0;
        opacity: 1;
        visibility: inherit;
        top: 0;
        background: none;
        border-radius: 0;
        box-shadow: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .commenu ul li ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .commenu ul li ul li a {
        color: #fff;
    }

    .commenu ul li ul li a span {
        font-size: 0.38rem;
    }

    .commenu ul li ul li a:hover {
        background: none;
    }

    .commenu .menu-button {
        display: block;
        width: 60px;
        height: 60px;
        float: right;
    }

    .hamburger-menu {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hamburger-menu div {
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        position: relative;
        z-index: 1001;
        transition: all 0.3s ease;
    }

    .hamburger-menu div:before,
    .hamburger-menu div:after {
        content: '';
        position: absolute;
        width: inherit;
        height: inherit;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .hamburger-menu div:before {
        transform: translateY(-8px);
    }

    .hamburger-menu div:after {
        transform: translateY(8px);
    }

    .menu-opened .hamburger-menu div {
        background: transparent;
    }

    .menu-opened .hamburger-menu div:before {
        transform: translateY(0) rotate(-45deg);
    }

    .menu-opened .hamburger-menu div:after {
        transform: translateY(0) rotate(45deg);
    }

    .commenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        width: 1.4rem;
        height: 1.4rem;
        line-height: 1.4rem;
    }

    .commenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 0.5rem;
        top: 0.7rem;
        display: block;
        width: 0.4rem;
        height: 1px;
        background: #fff;
        z-index: 99
    }

    .commenu .submenu-button::after {
        content: '';
        position: absolute;
        left: 0.7rem;
        top: 0.5rem;
        display: block;
        width: 1px;
        height: 0.4rem;
        background: #fff;
        z-index: 99
    }

    .commenu .submenu-button.submenu-opened::after {
        transform: translateY(0) rotate(90deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------------------首页--------------------------------------------------------------------------*/

.sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    margin: -210px 0 0;
    z-index: 9;
}

.sidebar ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.sidebar ul li .item {
    position: relative;
}

.sidebar ul li .item a {
    box-sizing: border-box;
    width: 76px;
    height: 76px;
    text-align: center;
    background: #000;
    color: #fff;
}

.sidebar ul li .item a i {
    font-size: 30px;
}

.sidebar ul li .item a span {
    display: inline-block;
    font-size: 14px;
    line-height: 140%;
}

/* 子菜单默认隐藏且不可交互，靠 miditem:hover + .subnav 显示 */
.sidebar .subnav {
    width: 160px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 96px;
    top: 15px;
    z-index: 1;
    color: #727171;
    opacity: 0;
    visibility: hidden;
    transform: translateX(6px);
    transition: all 0.18s ease;
    pointer-events: none;
    /* 默认不可交互，避免捕获 hover */
}

.sidebar .subnav::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #fff;
}

.sidebar .subnav span {
    font-size: 15px;
}

/* 悬停图标时改变背景（保留） */
.sidebar .item:hover a {
    background: #003a85;
}

/* 仅当 .miditem 被 hover 时显示相邻 .subnav（满足只在 hover miditem 时显示的要求） */
.sidebar .miditem:hover+.subnav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
    /* 由 miditem 触发时允许交互 */
}

/* 如果需要严格要求：当用户直接 hover 到 subnav 时让其消失（按原始要求） */
.sidebar .subnav:hover {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(6px) !important;
}

.gotop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    background: #003a85;
    color: #fff;
    cursor: pointer;
}

.gotop i {
    font-size: 26px;
}

.ibanwarp {
    position: relative;
}

.ibanwarp .picbox img {
    width: 100%;
}

.ibanwarp .picbox video {
    width: 100%;
}

.ibanwarp .sp-bot-iban {
    bottom: 40px;
}

.itit {
    margin-bottom: 10px;
}

.itit h2 {
    font-size: 36px;
    color: #003a85;
}

.itit p {
    line-height: 160%;
    margin: 0 0 15px 0;
}

.iprocate {
    background: #eff0f0;
}

.iprocate .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.iprocate .list ul li .item {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.iprocate .list ul li .item .img {
    border-radius: 10px;
    box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.iprocate .list ul li .item .txt {
    min-height: 40px;
    padding: 10px 0;
}

.iprocate .list ul li .item .txt h3 {
    font-size: 20px;
    color: #003a85;
}

.iabo .list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.iabo .list ul li {
    display: flex;
    align-items: center;
}

.iabo .list ul li i {
    font-size: 22px;
    color: #003a85;
    margin-right: 10px;
}

.iabo .list ul li span {
    font-weight: bold;
}

.iabo .ivideo {
    width: calc(50% - 40px);
}

.iabo .ivideo video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.iabo .inum {
    padding: 40px;
    background: #efefef;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.iabo .inum ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.iabo .inum ul li .data {
    font-size: 48px;
    color: #003a85;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 0 0 20px;
}

.iabo .inum ul li .txt p {
    font-size: 15px;
    font-weight: bold;
}

.ihor .swp-ihor {
    padding: 20px 10px 50px;
}

.ihor .list .item {
    padding: 10px;
    background: #fff;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 981px) {
    .ihor .list .item .img {
        height: 350px;
    }
}

.ihor-more {
    margin: 40px 0 0;
}

.iwhy {
    background: #eff0f0;
}

.iwhy .list {
    padding: 40px;
    background: #f9fafc;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.iwhy .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.iwhy .list ul li .item {
    display: flex;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #ddd;
}

.iwhy .list ul li .ico i {
    font-size: 28px;
    margin-right: 10px;
}

.iwhy .list ul li .txt .name p {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}

.inews .list .swp-inews {
    padding: 10px 10px 50px;
}

.inews .list .item {
    background: #fff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.inews .list .item .img {
    height: 200px;
}

.inews .list .item .cate {
    padding: 10px 0;
}

.inews .list .item .txt {
    padding: 20px;
}

.inews .list .item .txt a:hover {
    text-decoration: underline;
}

.inews .list .item .txt .name {
    min-height: 78px;
}

.inews .list .item .txt .date {
    margin: 0 0 10px;
}

.icont {
    background: #efefef;
    margin: 80px 0 0;
}

.icont .icont-left {
    width: 50%;
}

.ud-tab h3 {
    font-weight: normal;
    font-size: 16px;
    padding: 12px 0;
    color: #003a85;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ud-tab h3 i {
    font-size: 12px;
    color: #003a85;
}

.ud-tab h3.on i {
    transform: rotate(90deg);
}

.ud-tab ul {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.icont .icont-right {
    width: calc(50% - 80px);
    margin-top: -140px;
}

.iform {
    padding: 60px;
    background: #fafafb;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.iform .info {
    padding: 10px 20px;
    background: #003a85;
    color: #fff;
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

.iform .info em {
    display: inline-block;
    width: 100%;
    height: 6px;
    background: #fff;
}

.iform .info sub {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.iform .info h2 {
    font-size: 24px;
}

.iform .iform-box {
    font-size: 15px;
}

.footer {
    width: 100%;
    background: #030000;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer p,
.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .flogo img {
    max-height: 60px;
}

.footer .fleft {
    width: 40%;
}

.footer .fleft .info {
    margin: 30px 0;
}

.footer .fleft .info p {
    font-size: 20px;
    font-weight: 800;
}

.footer .fleft .ctinfo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.footer .fleft .ctinfo p {
    display: flex;
    align-items: center;
}

.footer .fleft .ctinfo p a {
    margin-right: 10px;
}

.footer .fleft .ctinfo i {
    color: #003a85;
    font-size: 20px;
    margin-right: 10px;
}

.footer .fleft .flus {
    margin: 30px 0 0;
}

.footer .fleft .flus .folico a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    background: #fff;
    margin-right: 20px;
}

.footer .fleft .flus .folico a i {
    font-size: 18px;
    color: #222;
}

.footer .fleft .flus .folico a:hover {
    background: #003a85;
}

.footer .fleft .flus .folico a:hover i {
    color: #fff;
}

.footer .fmid {
    width: 40%;
}

.footer .fmid ul {
    display: flex;
}

.footer .fmid ul li h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #fff;
}

.footer .fmid ul li .subnav a {
    display: inline-block;
    width: 100%;
    line-height: 200%;
}

.footer .fright {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.footer .fright .qrimg img {
    width: 120px;
    margin-bottom: 10px;
}

.footer .cpr {
    background: #626262;
    padding: 15px 0;
}

.footer .cpr .links a {
    margin-left: 20px;
}

/*--------------------------------------------------------------------------内页--------------------------------------------------------------------------*/
.vbox video {
    border-radius: 10px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.imgbox img {
    border-radius: 10px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.bread {
    background: #f7f7f7;
    font-size: 14px;
    padding: 13px;
}

.bread a span {
    color: #999;
}

.bread a:hover span {
    color: #727171;
}

.cbanner {
    position: relative;
}

.cbanner img {
    width: 100%;
    height: 100%;
}

.cbanner .item {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.cbanner .txt {
    width: 40%;
}

.cbanner .txt h2 {
    font-size: 36px;
    margin: 0 0 20px;
}

.cbanner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 3;
    width: 100%;
    opacity: 0;
    animation: fadeInUp 1.5s ease-out forwards;
}

/* 浮现动画 */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(-50%, -40%);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeInUpTitle {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUpSubtitle {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Banner浮现效果 */
.cbanner .banner-text.animate-banner {
    animation: fadeInUp 1.5s ease-out forwards;
}

.cbanner .banner-text h1.animate-title {
    opacity: 0;
    animation: fadeInUpTitle 1.8s ease-out 0.3s forwards;
}

.cbanner .banner-text p.animate-subtitle {
    opacity: 0;
    animation: fadeInUpSubtitle 2s ease-out 0.6s forwards;
}

.cbanner .banner-text h1 {
    font-size: 70px;
    font-weight: bold;
    color: white !important;
    margin: 0 0 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: 1px;
}

.cbanner .banner-text p {
    font-size: 21px;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 2;
    max-width: 800px;
    margin: 0 auto;
}

/* .cbanner video {
    width: 100%;
} */

.ctit {
    margin-bottom: 40px;
}

.ctit h2 {
    font-size: 30px;
    color: #003a85;
}

.cabo {
    padding: 80px 0 0;
}

.cabo .inum {
    margin: 80px 0 0;
}

.info-list .itembox {
    padding: 80px 0;
}

.info-list .itembox .img {
    float: right;
    max-width: 700px;
}

.info-list .itembox .img img {
    /* box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
    overflow: hidden;
}

.info-list .itembox .txt {
    padding: 0 80px 0 0;
}

.info-list .itembox:nth-child(2n) {
    background: #efeff0;
}

.info-list .itembox:nth-child(2n) .img {
    float: left;
}

.info-list .itembox:nth-child(2n) .txt {
    padding: 0 0 0 80px;
}

.info-list .itembox .txt h3 {
    font-size: 30px;
    color: #003a85;
    margin: 0 0 10px;
}

.disbox {
    height: 340px;
    background-image: url(../images/disbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.disbox::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.disbox .cc {
    height: 100%;
    position: relative;
    z-index: 2;
}

.disbox .cc .info {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 30px;
}

.cul-list .itembox .img {
    max-width: 640px;
}

.cul-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.cul-list h2 {
    font-size: 26px;
    color: #003a85;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 10px;
}

/* .com-detail p {
    margin: 20px 0;
} */

/* .com-detail strong {
    color: #333;
    font-size: 18px;
} */

.founder h2 {
    padding: 0 0 20px;
    margin: 0 0 40px;
    font-size: 24px;
}

.founder h2::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 3px;
    background: #003a85;
    z-index: 1;
}

.founder .com-detail img {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
}

.cvideo {
    background: #efeff0;
}

.cvideo .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.cvideo .list .item .vbox video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cvideo .list .item .txt h3 {
    text-align: center;
    color: #003a85;
    margin: 20px 0 0;
}

.c-more {
    margin: 40px 0 0;
}

.cnews-box .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.history .list-cc {
    padding: 40px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    margin: 40px 0 0;
}

.history .list .item {
    width: 50%;
    padding: 40px 40px 0 0;
    border-bottom: 2px dashed #999;
}

/*.history .list .item::before { content: "";  position: absolute; right:-10px; bottom:-10px; width:16px;  height: 16px; border-radius: 16px; background: #003a85;  border:4px solid #90b1dd; z-index: 9; }*/
.history .list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    border-left: 2px dashed #999;
}

.history .list .item .txt ul li {
    position: relative;
    padding-left: 10px;
}

.history .list .item .txt ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    height: 50%;
    color: #666;
}

.history .list .item .img {
    margin: 40px 0;
}

.history .list .item .img::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.history .list .item .img img {
    border-radius: 10px;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.history .list .item .year {
    padding: 0 40px 20px 20px;
}

.history .list .item .year span {
    float: right;
    font-size: 42px;
    font-weight: bold;
}

.history .list .item:nth-child(2),
.history .list .item:nth-child(3),
.history .list .item:nth-child(5),
.history .list .item:nth-child(7),
.history .list .item:nth-child(10) {
    padding: 40px 0 0 40px;
}

.history .list .item:nth-child(2) .year,
.history .list .item:nth-child(3) .year,
.history .list .item:nth-child(5) .year,
.history .list .item:nth-child(7) .year,
.history .list .item:nth-child(10) .year {
    padding: 0 0 20px 40px;
}

.history .list .item:nth-child(2) .year span,
.history .list .item:nth-child(3) .year span,
.history .list .item:nth-child(5) .year span,
.history .list .item:nth-child(7) .year span,
.history .list .item:nth-child(10) .year span {
    float: left;
}

.history .list .item:nth-child(2) img,
.history .list .item:nth-child(3) img,
.history .list .item:nth-child(5) img,
.history .list .item:nth-child(7) img,
.history .list .item:nth-child(10) img {
    float: right;
}

.history .list .item em {
    display: inline-block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #003a85;
    border: 4px solid #90b1dd;
    z-index: 9;
}

.history .list .item:nth-child(2) em,
.history .list .item:nth-child(3) em,
.history .list .item:nth-child(5) em,
.history .list .item:nth-child(7) em,
.history .list .item:nth-child(10) em {
    right: auto;
    left: -10px !important;
}

.factory .top {
    margin: 0 0 40px;
}

.piclist ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.piclist ul li {
    min-width: 1px;
}

.piclist .item .txt {
    background: #efeff0;
    padding: 10px 20px;
    text-align: center;
}

.piclist .item .txt p {
    font-weight: bold;
}

.piclist .item .info {
    padding: 20px 0;
}

.swp-facimg .sp-bot {
    bottom: 10px;
}

.swp-facimg .sp-bot .swiper-pagination-bullet {
    background: #fff;
}

.swp-facimg .sp-bot .swiper-pagination-bullet-active {
    background: #003a85;
}

.piclist2 ul {
    grid-template-columns: repeat(2, 1fr);
}

.piclist3 ul {
    grid-template-columns: repeat(4, 1fr);
}

.piclist3 .item .info p {
    position: relative;
    padding-left: 12px;
}

.piclist3 .item .info p::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    color: #003a85;
}

.piclist4 ul {
    grid-template-columns: repeat(5, 1fr);
}

.factips p {
    font-weight: bold;
}

.cvideo-list {
    margin: 0 0 80px;
}

.cvideo-list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.cvideo-list .list .txt h3 {
    font-size: 17px;
    color: #003a85;
    margin: 20px 0 0;
}

.cfaq-list .ud-tab h3 {
    background: #eeefef;
    font-weight: bold;
    color: #727171;
    padding: 12px 16px 12px 22px;
    border: none;
    margin: 0 0 10px;
    border-radius: 10px;
    position: relative;
}

.cfaq-list .ud-tab h3::before {
    content: '';
    width: 6px;
    height: 100%;
    background: #003a85;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.cfaq-list .ud-tab ul {
    border: none;
    padding: 10px 10px 40px;
}

.cban-quality {
    height: 400px;
    background-image: url(../images/qualitybanimg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cban-quality .cc {
    height: 340px;
    background: #003a85;
}

.cban-quality .cban-video video {
    height: 340px;
}

.cban-quality .txt {
    flex: 1;
    padding: 60px;
}

.cban-quality .txt h2 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 10px;
}

.cban-quality .txt p {
    font-size: 18px;
}

.quality-info {
    margin: 0 0 80px;
}

.quality-info .list p {
    margin: 10px 0;
}

.quality-info .list i {
    font-size: 22px;
    margin-right: 10px;
    color: #003a85;
}

.quality-info .info {
    margin: 40px 0 0;
}

.quality-tab h3 {
    font-size: 26px;
    text-align: center;
    color: #727171;
    margin: 0 0 60px;
}

/*.qa-tab  .hd { background-image:url(../images/qabg.png);  background-repeat: no-repeat;  background-position: top center;  background-size: contain;  }*/
.qa-tab .qabg {
    padding: 40px 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.qa-tab .qabg.a::after {
    content: '';
    width: 30%;
    height: 100%;
    background-color: #efeff0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.qa-tab .qabg.b::after {
    content: '';
    width: 42%;
    height: 100%;
    background-color: #efeff0;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: -1;
}

.qa-tab .qabg.c::after {
    content: '';
    width: 28%;
    height: 100%;
    background-color: #efeff0;
    position: absolute;
    top: 0;
    left: 72%;
    z-index: -1;
}

.qa-tab .hd ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.qa-tab .hd ul li {
    padding: 504px 0 0;
    width: 30%;
}

.qa-tab .hd ul li:nth-child(2) {
    width: 42%;
}

.qa-tab .hd ul li:nth-child(3) {
    width: 28%;
}

.qa-tab .hd ul li .txt {
    display: none;
}

.qa-tab .hd ul li.on .txt {
    display: block;
}

.qa-tab .hd ul li .txt {
    padding: 40px 20px;
    background: #efeff0;
    background-image: url(../images/qaline.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.qa-tab .hd ul li .txt h4 {
    color: #003a85;
    font-size: 18px;
    margin: 0 0 20px;
}

.qa-tab .bd .item {
    background: #efeff0;
}

.qa-tab .bd .item .list {
    padding: 0 20px;
}

.qatit {
    margin: 20px 0;
}

.qatit h4 {
    font-size: 26px;
    color: #727171;
}

.qa-tab .bd .item .list .piclist .item .txt {
    background: #003a85;
    color: #fff;
}

.qa-tab .bd .item .list .piclist .item .txt p {
    font-weight: normal;
}

.qa-tab .piclist2 .item .info p {
    position: relative;
    padding-left: 12px;
}

.qa-tab .piclist2 .item .info p::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    color: #003a85;
}

.qavideo .cban-video video {
    height: 360px;
}

.qavideo .txt {
    flex: 1;
    padding-right: 60px;
}

.qavideo .txt h2 {
    font-size: 26px;
    margin: 0 0 10px;
}

.qavideo .txt p {
    font-size: 18px;
}

.rd-eq {
    background: #efeff0;
}

.rd-eq .top2,
.rd-video .top2 {
    margin: 0 0 40px;
}

.rd-eq-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.rd-eq-list .item .txt h3 {
    text-align: center;
    font-size: 17px;
    color: #003a85;
    margin: 20px 0 10px;
}

.rd-eq ul:nth-child(2) {
    margin: 40px 0 0;
}

.best-table table {
    border: 1px solid #ddd;
}

.best-table table tr th {
    background: #eeefef;
    padding:8px 20px;
    border: 1px solid #ddd;
}

.best-table table tr td {
    padding: 20px;
    border: 1px solid #ddd;
}

.best-table table tr:nth-child(2n) {
    background: #eeefef;
}

.best-table .item img {
    margin-right: 20px;
}

.best-table .item .info {
    flex: 1;
}

.best-table a {
    text-decoration: underline;
}

.best-table2 table {
    text-align: center;
}

.best-table2 table tr td {
    padding: 7px 20px;
}

.cpro-top .info {
    flex: 1;
    padding-right: 60px;
}

.cpro-top .info h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 20px;
}

.cpro-top .info h3 {
    font-size: 30px;
    font-weight: bold;
    color: #727171;
    margin: 0 0 10px;
}

.cpro-top .info h4 {
    font-size: 18px;
    font-weight: normal;
    color: #727171;
    margin: 0 0 10px;
}

.cpro-top .info .btns a {
    margin-right: 20px;
}

.cpro-top .pro-video {
    width: 50%;
}

.cpro-top .pro-video video {
    width: 100%;
}

.best-table3 table {
    text-align: center;
}

.best-table3 table tr td {
    padding: 0 20px;
    text-align: left;
}

.table-tips {
    margin: 20px 0 0;
}

.cpro-left {
    width: 300px;
}

.cpro-list .name {
    font-size: 18px;
    margin-bottom: 20px;
}

.cplist-tab ul {
    border: 1px solid #ddd;
}

.cp-tab .itembox .item-tit {
    padding: 7px 10px;
    background: #eeefef;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.cp-tab .itembox .item-tit h3 {
    font-weight: normal;
    font-size: 16px;
    color: #727171;
}

.cp-tab .itembox .item-cc .cc {
    padding: 10px;
}

.cp-tab .itembox .item-tit i {
    font-size: 12px;
    color: #003a85;
    margin-right: 10px;
    vertical-align: top;
}

.cp-tab .itembox .item-tit.open i {
    transform: rotate(90deg);
}

.cp-tab .itembox .item-cc {
    border: 1px solid #ddd;
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}

.cp-tab .itembox .item-cc.open {
    height: auto;
    opacity: 1;
}

.selbox {
    margin: 0 0 0;
}

.selbox .layui-form-item {
    margin: 0;
}

.selbox .layui-form-item .layui-form-checkbox[lay-skin=primary] {
    margin: 0;
    min-width: 20px;
    min-height: 20px;
    padding-left: 26px;
}

.selbox .layui-form-checkbox[lay-skin=primary]>i {
    width: 18px;
    height: 18px;
    line-height: 16px;
    ;
    font-size: 14px;
    top: 2px;
}

.selbox .layui-form-checkbox[lay-skin=primary]>div {
    font-size: 16px;
    white-space: normal;
    text-overflow: inherit;
    line-height: 160%;
}

.selbox p {
    position: relative;
    padding-left: 12px;
}

.selbox p::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    color: #666;
}

.cpro-right {
    width: calc(100% - 330px);
}

.cpro-right .name {
    padding: 0 0 10px;
    border-bottom: 2px solid #666;
}

.cpro-right .data {
    margin: 0 0 20px;
}

.cplist-box .itembox .item-tit {
    border-left: 6px solid #003a85;
}

.cplist-box .itembox .item-tit em {
    font-weight: bold;
}

.cplist-box .itembox .item-tit a {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}

.cplist-box .itembox .item-cc {
    border: 0;
}

.cplist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 30px 0;
}

.cplist .cpitem {
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    position: relative;
    transition: all 0.3s ease;
}

.comp-ico-cart,
.comp-ico-copy {
    position: absolute;
    opacity: 0;
    z-index: 9;
    width: 30px;
    transition: all 0.3s ease;
    margin-top: 60px;
}

.comp-ico-cart {
    top: 15px;
    right: 15px;
}

.comp-ico-copy {
    top: 55px;
    right: 15px;
}

.comp-ico-cart a,
.comp-ico-copy a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #003a85;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.cplist .cpitem:hover {
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cpro-list-box .item:hover .comp-ico-cart,
.cpro-list-box .item:hover .comp-ico-copy,
.cpro-list-box li.cart-item-active .comp-ico-cart,
.cpro-list-box li.compare-item-active .comp-ico-copy {
    opacity: 1;
}

.cplist .cpitem .img {
    height: 240px;
}

.cplist .cpitem .txt {
    padding: 20px;
}

.cplist .cpitem .txt h3 {
    font-size: 16px;
    color: #727171;
    font-weight: normal;
}

/* 表格整体样式 */
.product-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: sans-serif;
    margin: 20px 0;
}

/* 表头样式 */
.product-table thead th {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-weight: bold;
}

/* 表格主体单元格样式 */
.product-table tbody td,
.product-table tbody th {
    border: 1px solid #ccc;
    padding: 0px 20px;
    vertical-align: top;
    line-height: 200%;
}

/* 可根据需要调整奇偶行背景色，增强可读性 */
.product-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* 鼠标悬停行高亮，提升交互感 */
.product-table tbody tr:hover {
    background-color: #f0f0f0;
}

.selbox3 .layui-form-checkbox[lay-skin=primary]>div {
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
}

.cpro-list-box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.cpro-list-box .item .img {
    position: relative;
}

.cpro-list-box .item .tit {
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
}

.cpro-list-box .item .info {
    padding: 20px 10px;
    border-top: 1px solid #ddd;
}

.cpro-list-box .item .info .info-item {
    display: flex;
    justify-content: normal;
}

.cpro-list-box .item .info .info-item em {
    width: 36%;
    font-size: 15px;
    line-height: 160%;
}

.cpro-list-box .item .info .info-item span {
    width: 64%;
    font-size: 15px;
    line-height: 160%;
    color: #003a85;
}

.cpro-list-box .item:hover {
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.cpro-list-box .item:hover .comp-ico-cart,
.cpro-list-box .item:hover .comp-ico-copy {
    opacity: 1;
}

.pro-detail-l {
    width: 640px;
}

.pro-detail-r {
    flex: 1;
}

.product-gallery-container {
    display: flex;
    align-items: stretch;
}

.thumbnail-swiper-vertical {
    width: 120px;
    height: 500px;
    margin-right: 20px;
}

.main-swiper {
    flex: 1;
    height: 100%;
    border: 1px solid #ddd;
}

.main-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbnail-swiper-vertical .swiper-slide {
    height: 100px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    opacity: 0.6;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumbnail-swiper-vertical .swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbnail-swiper-vertical .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #407cd1;
}

.icon-fangdajing {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    text-align: center;
    background: #a0a0a1;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}

.product-gallery-container .sp-pn {
    background: none;
}

.product-gallery-container .sp-pn i {
    font-size: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.pro-detail-r {
    padding: 0 0 0 40px;
}

.pro-detail-r .pdbread .share-ico i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    text-align: center;
    background: #a0a0a1;
    color: #fff;
    margin-left: 10px;
}

.pro-detail-r .pdbread .share-ico a:hover i {
    background: #003a85;
}

.pro-detail-r h2 {
    font-size: 24px;
    margin: 10px 0;
}

.pro-detail-r .pd-info {
    margin: 10px 0 0;
}

.pro-detail-r .pd-info h5 {
    font-size: 18px;
    margin: 0 0 10px;
}

.pro-detail-r .pd-info .desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro-detail-r .pd-info .desc .cc {
    max-height: 130px;
    /* 根据需要调整最大高度 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
}

.pro-detail-r .pd-info .desc .cc.expanded {
    max-height: none;
    /* 或者设置一个足够大的值，如 '1000px' */
}

.pro-detail-r .pd-info .desc .read-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0;
}

.pro-detail-r .pd-info .desc .read-more em {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
    flex: 1;
}

.pro-detail-r .pd-info .desc .read-more span {
    margin: 0 10px;
}

.cprodetail-btns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    text-align: center;
    margin: 40px 0 20px 0;
}

.cprodetail-btns a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #595757;
    color: #fff;
    height: 46px;
}

.cprodetail-btns a i {
    font-size: 20px;
    margin-right: 20px;
    vertical-align: top;
}

.cprodetail-btns a:hover {
    background: #003a85;
}

.cprodetail-tab .hd ul li {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.cprodetail-tab .hd ul li:hover a span {
    color: #003a85;
}

.cprodetail-tab .hd ul li span {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 20px 0;
}

.cprodetail-tab .hd ul li span::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #003a85;
    z-index: 1;
    transition: all 0.3s ease;
    color: #003a85;
}

.cprodetail-tab .hd ul li:hover span::before,
.cprodetail-tab .hd ul li.on span::before {
    width: 100%;
}

.cprodetail-tab .bd .item::before {
    content: "";
    display: block;
    height: 160px;
    margin-top: -160px;
    visibility: hidden;
}

.cprodetail-tab .bd .item h2 {
    font-size: 24px;
    margin: 20px 0 10px;
}

.hd-menu.active {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow: 3px 3px 15px 5px rgba(0, 0, 0, 0.1);
}

.dl-list ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 80px;
    text-align: center;
}

.dl-list ul .item .txt {
    padding: 20px 0 0;
}

.dl-list ul .item .img {
    position: relative;
}

.mask-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease;
}

.mask-bg i {
    font-size: 20px;
    color: #fff;
}

.dl-list ul .item:hover .mask-bg {
    opacity: 1;
}

.rel-cplist {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.sus-info {
    background: #030000;
    padding: 8vh 0;
}

.sus-info .txt h2 {
    color: #fff;
    font-size: 48px;
    margin: 0 0 20px;
}

.sus-info .txt p {
    font-size: 18px;
    line-height: 180%;
}

.team-box .txt {
    margin: 40px 0 0;
}

.oem .top {
    background: #efeff0;
}

.oem .top .imgbox {
    margin: 40px 0 0;
}

.oem-list .list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    text-align: center;
    ;
}

.oem-list .list .item .img {
    height: 240px;
}

.oem-list .list .item .txt h3 {
    font-size: 18px;
    color: #727171;
    margin: 20px 0;
}

.oem .desc {
    margin: 40px 0 0;
}

.oem-form {
    background: #efeff0;
}

.oemform {
    width: 900px;
    margin: 0 auto;
}

.two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}

.oemform .layui-form-item {
    margin-bottom: 20px;
}

.oemform .layui-form-label {
    padding: 20px 0;
}

.oemform .tips {
    padding: 20px 0 0;
    border-top: 2px solid #717071;
}

.cont-box {
    height: 800px;
    background-image: url(../images/contboxbg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.cont-box .cc .info h3 {
    font-size: 36px;
    color: #fff;
    margin: 0 0 20px;
}

.cont-box .cc .info p {
    font-weight: normal;
}

.cont-box .cc .info a {
    background: #fff;
    color: #003a85;
}

.addbox {
    padding: 80px 0 0;
}

.addbox h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.add-list .top {
    background: #ddd;
}

.add-list .top a {
    display: inline-block;
    padding: 15px 20px;
    background: #003a85;
    color: #fff;
}

.add-list .top a i {
    margin-right: 10px;
}

.add-list .list {
    padding: 40px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.add-list .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.add-list .list ul li .item {
    display: flex;
    align-items: center;
}

.add-list .list ul li .item h5 {
    font-size: 18px;
}

.add-list .list ul li .item .img {
    width: 100px;
    margin-right: 20px;
}

.add-list .list ul li .item a.btn-delete {
    min-width: auto;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0;
}

.pro-cp .top {
    border-bottom: 3px solid #003a85;
}

.pro-cp .top a {
    display: inline-block;
    padding: 15px 20px;
    background: #003a85;
    color: #fff;
}

.pro-cp .top a i {
    margin-right: 10px;
}

.cp-box {
    position: relative;
}

.tit-list {
    width: 320px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border-left: 1px solid #ddd;
}

.tit-list ul li .item {
    height: 100%;
    padding: 8px 20px;
    border: 1px solid #ddd;
}

.tit-list ul li:nth-child(2n - 1) .item {
    background: #eeefef;
}

.tit-list ul li:first-child .item {
    background: #fff;
}

.tit-list ul li .item p {
    font-weight: bold;
}

.com-list {
    width: calc(100% - 320px);
    margin-left: 320px;
    overflow-x: auto;
    padding: 0 0 20px;
}

.com-list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #ccc;
}

.com-list ul li {
    display: flex;
    position: relative;
}

.com-list ul li .item {
    height: 100%;
    padding: 5px 20px;
    border: 1px solid #ddd;
}

.com-list ul li:nth-child(2n - 1) .item {
    background: #eeefef;
}

.com-list ul li:first-child .item,
.com-list ul li:nth-child(2) .item {
    background: #fff;
    text-align: center;
}

.com-list ul li img {
    max-width: 100px;
}

.com-list ul li .cp-cc {
    display: flex;
}

.com-list ul li .cp-cc .item {
    width: 520px;
}

.com-list ul li:first-child .item p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-list ul li i.icon-guanbi {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    background: #003a85;
    color: #fff;
    margin-left: 10px;
    vertical-align: top;
}

.com-list ul li .item a {
    color: #003a85;
    text-decoration: underline;
}

.thank {
    padding: 160px 0;
    background-image: url(../images/thankbg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.thank-box h2 {
    font-size: 36px;
    color: #003a85;
}

.thank-box .img {
    width: 240px;
    margin: 60px auto;
}

.thank-box a.return {
    margin: 40px 0 0;
}

.ct-left,
.ct-right {
    width: calc(50% - 40px);
}

.ct-left .ctit {
    margin: 30px 0;
}

.ct-left .ctinfo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.ct-left .ctinfo p {
    display: flex;
    align-items: center;
}

.ct-left .ctinfo i {
    color: #003a85;
    font-size: 20px;
    margin-right: 10px;
}

.ct-right .cont-form {
    margin-top: -140px;
    position: relative;
    z-index: 2;
}

.ct-right .cont-form h3 {
    font-size: 30px;
    margin: 0 0 40px;
}

.sup-box .sup-left {
    width: 240px;
}

.sup-box .sup-left h5 {
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 10px;
}

.sup-left .cp-tab .itembox .item-tit {
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
}

.sup-left .cp-tab .itembox .item-tit:hover h3,
.sup-left .cp-tab .itembox .item-tit:hover i,
.sup-left .cp-tab .itembox .item-tit.open h3,
.sup-left .cp-tab .itembox .item-tit.open i {
    font-weight: bold;
    color: #003a85;
}

.sup-left .cp-tab .itembox .item-cc {
    border: none;
}

.sup-cate-list.open {
    padding: 20px 0;
}

.sup-cate-list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
}

.sup-cate-list ul li a {
    padding-left: 30px;
}

.sup-cate-list ul li:hover a,
.sup-cate-list ul li a.on {
    font-weight: bold;
    color: #003a85;
}

.sup-left .cp-tab .itembox .normal {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.sup-left .cp-tab .itembox .normal h3 {
    font-weight: normal;
    font-size: 16px;
    color: #727171;
}

.sup-left .cp-tab .itembox .normal i {
    font-size: 12px;
    margin-right: 10px;
    vertical-align: top;
}

.sup-left .cp-tab .itembox .normal a:hover,
.sup-left .cp-tab .itembox .normal a.on {
    font-weight: bold;
    color: #003a85;
}

.sup-box .sup-right {
    width: calc(100% - 280px);
}

.sup-menu {
    margin: 0 0 40px;
}

.sup-menu ul {
    display: flex;
    justify-content: flex-end;
}

.sup-menu ul li {
    margin-left: 10px;
}

.sup-menu ul li a {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border: 1px solid #ddd;
}

.sup-menu ul li a:hover,
.sup-menu ul li a.on {
    background: #003a85;
    color: #fff;
    border: 1px solid #003a85;
}

.sub-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
}

.sub-list-tit h3 {
    color: #727171;
    font-size: 20px;
    margin: 0 0 40px;
}

.sub-list-tit h3 span {
    display: inline-block;
    position: relative;
    padding: 0 0 20px;
}

.sub-list-tit h3 span::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: 1;
}

.sub-list-tit h3 span::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: 1;
}

.sub-list .cp-tab .itembox .item-cc.open {
    padding: 40px 0;
}

.sub-list .cplist-box .itembox .item-tit {
    border-left: 6px solid #a0a0a1;
}

.sub-list .cplist-box .itembox .item-tit.open {
    border-left: 6px solid #003a85;
}

.sub-list .cp-tab .itembox .item-tit.open h3 {
    color: #003a85;
}

.sub-list .dl-list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
}

.sub-video-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.sub-video-list ul li .txt {
    text-align: center;
    padding: 10px 0 0;
}

.sub-cer-list ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
}

.sub-cer-list ul li .img {
    height: 240px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
}

.sub-cer-list ul li .txt {
    text-align: center;
    padding: 10px 0 0;
}

.sub-war-cc .top-pdf {
    margin: 0 0 40px;
}

.sub-war-cc .desc h2 {
    font-size: 30px;
    text-align: center;
    color: #727171;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.sub-war-cc .desc h3 {
    font-size: 20px;
    color: #003a85;
    margin: 20px 0;
}

.warranty-table {
    line-height: 160%;
}

.warranty-table th {
    background-color: #f2f2f2;
    font-weight: bold;
    text-align: left;
    padding: 8px 20px;
    border: 1px solid #ddd;
}

.warranty-table td {
    padding: 8px 20px;
    border: 1px solid #ddd;
}

.warranty-table tr:nth-child(2n) td {
    background-color: #eeefef;
}

.warranty-table tr:not(:first-child) {
    border-top: 1px solid #f0f0f0;
}

.warranty-table td.nobg {
    background: #fff !important;
}

.warranty-table td a {
    color: #003a85;
    text-decoration: underline;
}

.sub-war-cc .qm {
    margin: 20px 0 0;
}

.sub-war-cc .qm img {
    max-height: 160px;
    margin-left: 20px;
}

.sub-guide-cc .desc h2 {
    font-size: 30px;
    text-align: center;
    color: #003a85;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.guide-video {
    background: none;
}

.faq-ico ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 40px;
    text-align: center;
}

.faq-ico ul li .img {
    max-width: 80px;
    margin: 0 auto 20px;
}

.faq-search .layui-form {
    margin: 0;
    max-width: 25%;
}

.cfaq-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
}

.cfaq-list .itembox {
    display: flex;
    justify-content: space-between;
}

.cfaq-list .itembox .item {
    width: 160px;
    text-align: center;
}

.cfaq-list .itembox .item img {
    margin: 0 0 20px;
}

.cfaq-list .itembox .faq-tab {
    width: calc(100% - 200px);
}

.newsadv {
    margin: 40px 0;
}

.newsadv img {
    width: 100%;
}

.news-coming .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.news-coming .list .item {
    background: #fff;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.news-coming .list .item .img {
    height: 200px;
}

.news-coming .list .item .name {
    font-size: 20px;
    height: 60px;
}

.news-coming .list .item .info {
    padding: 10px 0;
}

.news-coming .list .item .txt {
    padding: 20px;
}

.news-coming .list .item .area span {
    display: inline-block;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 5px;
    background: #003a85;
    color: #fff;
}

.news-coming .list .item .txt a:hover {
    text-decoration: underline;
}

.swp-review .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.swp-review .swiper-slide.swiper-slide-active .bg,
.swp-review .item:hover .bg {
    opacity: 1;
}

.swp-review .bg .midbox {
    width: 100%;
    height: 100%;
}

.swp-review .bg h3 {
    font-size: 26px;
    margin: 0 0 10px;
}

.swp-review .bg span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    background: #fff;
    color: #727171;
    border-radius: 5px;
    margin: 5px 0;
}

.swp-review .bg span i {
    margin-right: 10px;
}

.review-tab .sp-prev {
    left: -30px;
}

.review-tab .sp-next {
    right: -30px;
}

.bigimg {
    padding: 40px 0 0;
    position: relative;
    font-family: sans-serif;
}

/* .bigimg::before {
    content: '\e760';
    position: absolute;
    left: 50%;
    top: 20px;
    font-size: 30px;
    color: #ddd;
    z-index: 1;
    transform: rotate(180deg);
} */

.bigimg .img {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #ddd;
    overflow: hidden;
}

.bigimg .img img {
    width: 100%;
}

.news-left {
    width: calc(100% - 360px);
}

.news-left .top h2 {
    font-size: 26px;
    margin: 0 0 20px;
}

.news-left .share-ico i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100px;
    text-align: center;
    background: #a0a0a1;
    color: #fff;
    margin-left: 10px;
}

.news-left .share-ico a:hover i {
    background: #003a85;
}

.news-right {
    width: 300px;
}

.news-right .title {
    font-size: 18px;
    margin: 0 0 20px;
}

.news-right .list ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

.news-right .list ul li .item {
    display: flex;
}

.news-right .list ul li .img {
    max-width: 100px;
    margin-left: 10px;
}

.rel-news .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}

.rel-news .list .txt h3 {
    font-size: 18px;
    margin: 20px 0;
}

.rel-news .list .txt .more a {
    display: inline-block;
    box-sizing: border-box;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    color: #003a85;
    border: 1px solid #003a85;
    font-weight: bold;
    margin: 20px 0 0;
}

.rel-news .list .txt .more a:hover {
    background: #003a85;
    color: #fff;
}

.blog-top h2 span {
    display: inline-block;
    padding: 0 0 10px;
    font-size: 28px;
    border-bottom: 2px solid #003a85;
}

.blog-search {
    width: 300px;
}

.blog-search .layui-form {
    margin: 0;
}

.blog-menu ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
}

.blog-menu ul li a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #eeefef;
    text-align: center;
}

.blog-menu ul li a:hover,
.blog-menu ul li a.on {
    background: #003a85;
    color: #fff;
}

.why-top .list {
    padding: 0 80px 0 0;
    flex: 1;
}

.why-top .list ul li {
    display: flex;
    margin: 20px 0;
}

.why-top .list ul li .ico {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50px;
    margin-right: 20px;
    text-align: center;
}

.why-top .list ul li .cc {
    flex: 1;
}

.why-top .list ul li h5 {
    font-size: 20px;
    margin: 0 0 10px;
}

.why-top .list a.blue-more {
    margin: 20px 0 0 70px;
}

.why-top .img {
    float: right;
    max-width: 600px;
}

.why-top .img img {
    /* box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 20px; */
    overflow: hidden;
}

.why h2 {
    color: #003a85;
    margin: 0 0 20px;
}

.why h2 i {
    font-size: 28px;
    margin-right: 10px;
}

.why h2 span {
    font-size: 26px;
}

.info-list-why .itembox .txt h3 {
    color: #727171;
    font-size: 24px;
    margin: 0 0 10px;
}

.info-list-why a.blue-more {
    margin: 20px 0 0;
}

.why-adv-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 80px;
}

.why-adv-list .item {
    display: flex;
    justify-content: center;
    text-align: center;
}

.why-adv-list .item .img img,
.why-adv-list .item .video video {
    height: 320px;
    margin: 0 60px;
}

.why-adv-list .item img {
    box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.why-adv-list .item .img h3 {
    font-size: 22px;
    color: #727171;
    margin: 20px 0 0;
}

.why-adv-list .item .video video {
    height: 320px;
}

.why-tbox {
    margin: 40px 0 0;
}

.why-tbox table tr th,
.why-tbox table tr td {
    padding: 8px 20px;
    border: 2px solid #ddd;
}

.why-tbox table tr th:first-child {
    background: #eeefef;
}

.why-tbox table tr th:last-child {
    background: #c9cacb;
}

.why-tbox table tr:nth-child(2n) td {
    background: #eeefef;
}

.why-tbox .tips {
    margin: 20px 0 0;
}

.why-commit .list .num {
    font-size: 28px;
    color: #003a85;
    font-weight: bold;
    margin-right: 20px;
}

.why-commit .tips {
    margin: 40px 0 0;
}

.why-commit .tips p {
    font-size: 20px;
    color: #003a85;
    font-weight: bold;
}

.disbox-why {
    height: 609px;
    background-image: url(../images/whybotbg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

/*--------------------------------------------------------------------------移动端--------------------------------------------------------------------------*/
@media only screen and (max-width:981px) {}