/*Global*/


/*@import url("font.css");*/
:root {
    /* 修改选中的圆点颜色 */
    --swiper-theme-color: #3ABE21;
    /* 如果需要，也可以修改未选中的圆点颜色 */
    --swiper-pagination-color: #3ABE21;
}

* {
    margin: 0;
    padding: 0;
    border-width: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
textarea {
    font-size: 14px;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:visited {
    text-decoration: none;
    color: #121212;
}

a:hover,
a:active {
    text-decoration: none;
    color: #121212;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
    width: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

*html .clearfix {
    zoom: 1;
}

::-webkit-input-placeholder {
    color: #666;
}

:-moz-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    /* height: 100%; */
}

.fldpbt_ul {
    gap: 20px;
}

.fldpbt_img {
    overflow: hidden;
}

.fldpbt_li {
    width: calc((100% - 60px) / 4);
}

.fldpbt_li .fldpbt_p {
    border: 1px solid #D8D8D8;
    padding: 24px 16px;
    text-align: center;
}

.fldpbt_p p {
    transition: all .3s ease;
}

.fldpbt_li:hover .fldpbt_p {
    box-shadow: 0px 0px 8px 2px #0000002b;
}

.fldpbt_li:hover p {
    transform: scale(1.2);
    transition: all .3s ease-in-out;
}

@media (max-width: 999px) {
    .fldpbt_li {
        width: calc((100% - 20px) / 2);
    }
}

@media (max-width: 568px) {
    .fldpbt_li {
        width: 100%;
    }
}

.positionimg img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.positionimg img.img_way {
    object-fit: contain;
}

.video_item img {
    object-fit: cover;
}

.video_item_title {
    border: 1px solid #D8D8D8;
    padding: 24px 16px;
    text-align: center;
    transition: all .3s ease;
}

.video_item:hover .video_item_title {
    box-shadow: 0px 0px 8px 2px #0000002b;
}


.scale_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.font_inline {
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.pb_btn {
    display: block;
    position: relative;
    z-index: 1;
}

.pb_btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
}

.pb_btn:hover:before {
    width: 100%;
}


/*de*/

.de3,
.de3:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.de4,
.de4:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.de5,
.de5:before {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.de6,
.de6:before {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.de7,
.de7:before {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.de8,
.de8:before {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.de9,
.de9:before {
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}

.de10,
.de10:before {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/*flex*/

.display_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_direction_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex_direction_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.flex_1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_items_bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align_items_stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*scroll_top*/

.scroll_top {
    position: fixed;
    height: 50px;
    width: 50px;
    opacity: 0;
    right: 5px;
    bottom: 50px;
    z-index: 1030;
    visibility: hidden;
    background: #da251c;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.scroll_top i {
    font-size: 26px;
    color: #FFF;
}

.scroll_top.pop_class {
    opacity: 1;
    visibility: visible;
}

.pop_class {
    -webkit-animation: pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
    animation: pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@keyframes pop {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}


/*manu*/

.manu {
    text-align: center;
    margin-top: 30px;
}

.manu a {
    border: 1px solid #D9D9D9;
    padding: 9px 15px;
    text-decoration: none;
    margin: 0 2px;
    display: inline-block;
}

.manu a:hover {
    border: 1px solid #D9D9D9;
}

.manu a:active {
    border: 1px solid #D9D9D9;
}

.manu .current {
    border: 1px solid #464a83;
    padding: 9px 15px;
    background: #464a83;
    font-weight: bold;
    margin: 0 2px;
    color: #FFF;
    display: inline-block;
}

.manu .disabled {
    border: 1px solid #D9D9D9;
    padding: 9px 15px;
    color: #D9D9D9;
    margin: 0 2px;
    display: inline-block;
}


/*fanye*/

.fanye {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}

.fanye ul li {
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fanye ul li a {
    color: #666;
}


/*pc_fixed*/

.pc_fixed {
    width: 40px;
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 666;
}

.pc_fixed li {
    position: relative;
    margin-bottom: 1px;
}

.pc_fixed li a {
    width: 100%;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    background: #060217;
    color: #fff;
    display: block;
}

.pc_fixed li a i {
    font-size: 20px;
}

.pc_fixed li a span {
    display: block;
    position: absolute;
    top: 0;
    line-height: 40px;
    padding: 0 10px;
    left: -999px;
    width: 0;
    font-size: 16px;
}

.pc_fixed li.ltel a {
    background: #da251c;
}

.pc_fixed li.leml a {
    background: #3a82d3;
}

.pc_fixed li.lly a {
    background: #30afeb;
}

.pc_fixed li:hover {
    opacity: 0.9;
}

.pc_fixed li:hover a span {
    width: auto;
    left: 40px;
    white-space: nowrap;
}

.pc_fixed li.ltel:hover a span {
    background: #da251c;
}

.pc_fixed li.leml:hover a span {
    background: #3a82d3;
}


/*m_float*/

.m_float {
    width: 100%;
    background: #da251c;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}

.m_float .ma {
    width: 25%;
    display: block;
    float: left;
    position: relative;
    padding: 10px 0;
}

.m_float .ma i {
    display: block;
    margin: 0 auto;
    font-size: 25px;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.m_float .ma p {
    font-size: 14px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    text-align: center;
}


/*izl-rmenu*/

.izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 999;
    width: 72px;
}

.izl-rmenu .iz_btn {
    width: 72px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    padding: 11px 0 7px;
    background: #E60C00;
    display: block;
}

.izl-rmenu .iz_btn i {
    display: block;
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center center;
}

.izl-rmenu .iz_btn i.iz_qq {
    background-image: url(../images/r_qq.png);
}

.izl-rmenu .iz_btn i.iz_wx {
    background-image: url(../images/r_wx.png);
}

.izl-rmenu .iz_btn i.iz_phone {
    background-image: url(../images/r_phone.png);
}

.izl-rmenu .iz_btn i.iz_top {
    background-image: url(../images/r_top.png);
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    padding: 10px;
    width: 160px;
    height: 160px;
    opacity: 0;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.izl-rmenu .btn-wx:hover .pic {
    left: -160px;
    opacity: 1;
}

.izl-rmenu .btn-phone {
    position: relative;
}

.izl-rmenu .btn-phone .phone {
    background: #E60C00;
    position: absolute;
    width: 160px;
    left: 0;
    top: 0;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    opacity: 0;
}

.izl-rmenu .btn-phone:hover .phone {
    left: -160px;
    opacity: 1;
}

.izl-rmenu .iz_btn span {
    display: block;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    color: #FFF;
    text-align: center;
}

.izl-rmenu .btn-top {
    display: none;
    padding: 19px 0;
    background: #666666;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}


/*video*/

#videobg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    text-align: center;
    display: none;
}

.video {
    padding: 10px;
    width: 60%;
    height: auto;
    background: #FFF;
    position: absolute;
    left: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video .v_iframe {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
}

.video .v_iframe iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video .v_video video {
    width: 100%;
    height: 100%;
    display: block;
}

.video p {
    height: 60px;
    line-height: 60px;
    color: #000;
}

.video span {
    width: 40px;
    height: 40px;
    background: #000;
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    outline: none;
    top: 0;
    right: -40px;
    cursor: pointer;
    display: block;
    font-family: Arial;
}


/*pb_table*/

.pb_table table {
    border: none !important;
    width: 100% !important;
    padding: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
}

.pb_table table td,
.pb_table table th {
    text-align: center !important;
    padding: 10px 5px !important;
    line-height: 1.2 !important;
    width: auto !important;
    font-size: 16px !important;
    color: #333 !important;
    border: 1px solid #E2E2E2 !important;
}

.pb_table table td *,
.pb_table table th * {
    line-height: 1.2 !important;
}

.nei_table {
    width: 100%;
    overflow-y: auto;
}

@media screen and (max-width:1023px) {
    .scroll_top.pop_class {
        display: none;
    }

    .m_float {
        display: block;
    }

    .manu {
        margin-top: 20px;
    }

    .fanye {
        padding: 11px 0;
    }
}

@media screen and (max-width:767px) {
    .manu a {
        padding: 7px 11px;
        margin: 0 2px;
        font-size: 13px;
    }

    .manu .current {
        padding: 7px 11px;
        font-size: 13px;
    }

    .manu .disabled {
        padding: 7px 11px;
        font-size: 13px;
    }

    .fanye {
        padding: 9px 0;
    }

    .video {
        width: 100%;
        padding: 5px;
        left: 0;
    }

    .video span {
        left: 50%;
        top: 100%;
        margin-left: -20px;
    }
}

.ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.ab_img p {
    text-wrap: inherit !important;
}

.ab_img p span {
    text-wrap: inherit !important;
}


/* AB模板网新增分页样式 www.admibnuy.cn */

.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

.pb_tit {
    font-size: 48px;
    line-height: 58px;
    height: 58px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.pb_p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    height: 26px;
    margin-top: 15px;
    text-align: center;
}


/*top*/

.top {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#444), to(transparent));
    background: -webkit-linear-gradient(top, #444 0%, transparent 100%);
    background: -moz-linear-gradient(top, #444 0%, transparent 100%);
    background: linear-gradient(to bottom, #444 0%, transparent 100%);
}

.top .logo {}

.top .logo img {
    display: block;
    width: auto;
    height: 56px;
}

.top .logo img.pc {
    display: block;
}

.top .logo img.m {
    display: none;
}

.top .logo .l_title {
    overflow: hidden;
    text-indent: -1000em;
    font-size: 14px;
    color: #fff;
    height: 0;
}


/*nav*/


/*nav*/

.pc_nav {}

.pc_nav .f_nav {}

.pc_nav .f_nav .f_li {
    position: relative;
    height: 100%;
    margin-left: 4px;
}

.pc_nav .f_nav .f_li .f_n {
    position: relative;
    overflow: hidden;
}

.pc_nav .f_nav .f_li .f_n a {
    color: #FFF;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    height: 102px;
    line-height: 102px;
    display: block;
    padding: 0 20px;
}

.pc_nav .f_nav .f_li .f_n a:after {
    content: attr(title);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    color: #464a83;
    font-weight: bold;
    text-align: center;
}

.pc_nav .f_nav .f_li:hover .f_n a {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.pc_nav .f_nav .f_li .s_nav {
    position: absolute;
    left: 0;
    z-index: 2;
    background: #FFF;
    display: none;
    border-top: 2px solid #464a83;
    min-width: 100%;
}

.pc_nav .f_nav .f_li .s_nav a {
    padding: 8px 15px;
    line-height: 23px;
    font-size: 14px;
    color: #222;
    white-space: nowrap;
    display: block;
}

.pc_nav .f_nav .f_li .s_nav a:hover {
    background: #F8F8F8;
}

.top.topfix {
    background: #FFF;
    position: fixed;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
}

.top.topfix .logo img.pc {
    display: none;
}

.top.topfix .logo img.m {
    display: block;
}

.top.topfix .f_nav .f_li .f_n a {
    color: #000;
}

body.nei_body {
    /*padding-top:102px;*/
}

body.nei_body .top {
    background: #FFF;
}

body.nei_body .top .logo img.pc {
    display: none;
}

body.nei_body .top .logo img.m {
    display: block;
}

body.nei_body .top .f_nav .f_li .f_n a {
    color: #000;
}


/*mhead*/

.top .nav {
    display: none;
}

.top .nav_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 989;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.top .nav .nav_box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 991;
    overflow-y: auto;
    background: #222;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}

.top .nav .nav_box.nav_open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.top .nav .nav_one>li>.li_a {
    position: relative;
    border-bottom: 1px solid #2e2e2e;
}

.top .nav .nav_one>li>.li_a.li_ad {
    padding-right: 58px;
}

.top .nav .nav_one>li>.li_a>a {
    display: block;
    font-size: 17px;
    color: #FFF;
    padding: 15px 10px;
    line-height: 28px;
}

.top .nav .nav_one>li>.li_a>i {
    display: block;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 58px;
}

.top .nav .nav_one>li>ul {
    background: #2e2e2e;
    display: none;
}

.top .nav .nav_one>li>ul>li>a {
    font-size: 14px;
    color: #FFF;
    display: block;
    padding: 10px;
    line-height: 25px;
}

.top .nav .nav_one>li>.li_a>a.on {
    background: #da251c;
}

.top .nav .nav_one>li>.li_a>i.on {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.top .nav .push-nav {
    position: relative;
    z-index: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    margin-top: 15px;
    border-radius: 3px;
    background: #da251c;
    text-align: center;
}

.top .nav .push-nav i {
    font-size: 32px;
    color: #FFF;
}


/*foot*/

.foot {
    position: relative;
    overflow: hidden;
    background: #191919;
    padding-top: 80px;
}

.foot:before {}

.foot .ft_con {
    padding-right: 120px;
}

.foot .ft_tit {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    color: #FFF;
    font-weight: bold;
}

.foot .ft_txt {
    width: 405px;
    min-width: 405px;
}

.foot .ft_txt .ftt_pp {
    margin-top: 23px;
}

.foot .ft_txt .ftt_pp p {
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
}

.foot .ft_txt .ft_ewm {
    margin-top: 30px;
}

.foot .ft_txt .ft_ewm .fte_img {
    width: 98px;
    margin-left: 28px;
}

.foot .ft_txt .ft_ewm .fte_img:first-child {
    margin-left: 0;
}

.foot .ft_txt .ft_ewm .fte_img img {
    display: block;
    width: 100%;
    height: auto;
}

.foot .ft_txt .ft_ewm .fte_img p {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    margin-top: 7px;
    text-align: center;
}

.foot .ft_nav {}

.foot .ft_nav .ftn_a {
    margin-top: 23px;
}

.foot .ft_nav .ftn_a a {
    font-size: 14px;
    line-height: 33px;
    color: #FFF;
    display: block;
}

.foot .ft_nav .ftn_a a:hover {
    text-decoration: underline;
}

.foot .ft_form {
    width: 484px;
    min-width: 484px;
    background: #F7F7F7;
    padding: 25px 20px;
    border-radius: 12px;
}

.foot .ft_form input {
    margin-bottom: 15px;
    padding: 10px;
    line-height: 28px;
    color: #222;
    background: #FFF;
    outline: none;
    width: 100%;
}

.foot .ft_form textarea {
    width: 100%;
    height: 98px;
    padding: 10px;
    line-height: 28px;
    background: #FFF;
    color: #222;
    outline: none;
    resize: none;
    display: block;
    margin-bottom: 16px;
}

.foot .ft_form .ftf_btn {
    cursor: pointer;
    display: block;
    width: 140px;
    font-size: 16px;
    height: 40px;
    background: #464a83;
    color: #fff;
    line-height: 40px;
}

.foot .ft_form .ftf_input .ftf_btn:hover {
    border-radius: 40px;
}


/*footbottom*/

.footbottom {
    padding: 20px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    margin-top: 40px;
}

.footbottom span {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
}

.footbottom a {
    color: #FFF;
}


/*friendlink*/

.friendlink {
    padding: 10px 0 20px;
}

.friendlink span {
    font-size: 53px;
    font-family: Arial;
    font-weight: bold;
    color: #FFF;
}

.friendlink .fl_a {
    padding-left: 30px;
}

.friendlink .fl_a a {
    color: #AFAFAF;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    position: relative;
    height: 24px;
    line-height: 24px;
    margin-right: 25px;
}


/*com_foot*/

.com_foot {
    padding: 20px 0;
    background: #2396e5;
    position: relative;
    overflow: hidden;
}

.com_foot p {
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
    margin: 0.85em 0;
    width: 73.5%;
    line-height: 1.65;
}

.com_foot .comf_btn {
    width: 26.5%;
}

.com_foot .comf_btn a {
    padding: 0 30px;
    font-size: 13px;
    min-width: 139px;
    border-radius: 3px;
    border-bottom: 1px solid #333;
    position: relative;
    text-align: center;
    background: #555;
    color: #FFF;
    height: 45px;
    line-height: 44px;
}

.com_foot .comf_btn a i {
    font-size: 13px;
}

.com_foot .comf_btn a:hover {
    opacity: 0.9;
}


/*px*/

.px_banner {
    width: 100%;
    position: relative;
    z-index: 9;
}

.px_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
}

.px_txt p {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.px_txt span {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    margin-top: 10px;
    height: 26px;
    line-height: 26px;
}

.fld_pbtuwen {
    margin-top: 28px;
}

/*nei_crumbs*/

.nei_crumbs {
    padding: 20px 0;
    margin-top: 50px;
}

.nei_crumbs h1 {
    font-size: 48px;
    font-weight: 600;
    color: #333333;
}

.crumbs {
    margin-bottom: 12px;
}

.nei_crumbs i {
    color: #464a83;
    font-size: 18px;
    margin-right: 6px;
    line-height: 22px;
}

.nei_crumbs .nc_a {
    color: #999;
    font-size: 15px;
    line-height: 22px;
}

.nei_crumbs .nc_a a {
    color: #999;
}

.nei_crumbs .nc_a em {
    font-style: normal;
}

/* 新闻 */
.fld_nlist {
    margin-top: 28px;
}

.fldn_li {
    width: 100%;
    border: 1px solid #00000042;
    margin-bottom: 20px;
    border-radius: 8px;
    padding: 20px 16px;
}

.fldn_li:hover {
    box-shadow: 0px 0px 8px 2px #0000000d;
}

.fldn_left {
    width: 20%;
    margin-right: 18px;
}

.fldn_img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

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

.fldn_t {
    font-size: 16px;
    font-weight: 600;
}

.fldn_p {
    font-size: 12px;
}

.fldn_data span {
    font-size: 14px;
}

.fldn_data em {
    font-size: 12px;
}

.fldns_left {
    margin-right: 28px;
}

.fldns_left h1 {
    text-align: left;
}

.fldns_txt {
    padding: 28px 0;
}

/*sub_cnav*/

.sub_cnav {
    margin-top: 30px;
    /* background: #eee; */
}

.sub_cnav a {
    border-right: 1px solid #FFF;
    height: 49px;
    line-height: 49px;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    background-color: #f1f1f1;
}

.sub_cnav a.on {
    background: #000000;
    color: #FFF;
}


/*sub_tit*/

.sub_tit {
    text-align: center;
    font-size: 36px;
    color: #000;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*pb_right*/

.pb_right {
    width: 25%;
}

.pb_right .pr_tit {
    font-size: 22px;
    color: #2a2a2a;
    line-height: 32px;
    padding: 10px 0;
    border-bottom: 2px solid #2a2a2a;
}

.pb_right .pr_pro {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.pb_right .pr_pro .pr_ul {
    overflow: hidden;
    margin-top: 30px;
}

.pb_right .pr_pro .pr_ul .pr_li {
    display: block;
}

.pb_right .pr_pro .pr_ul .pr_li .pr_img {
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
}

.pb_right .pr_pro .pr_ul .pr_li p {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pb_right .pr_news {
    margin-top: 30px;
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.pb_right .pr_news .pr_nul {
    padding-top: 5px
}

.pb_right .pr_news .pr_nul a {
    line-height: 2.4;
    text-indent: 10px;
    border-bottom: 1px dashed #d5d5d5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
}

.pb_right .pr_news .pr_nul a:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(1.2em - 1px);
    background: #666;
}

.pb_right .pr_news .pr_nul a:hover {
    color: #464a83;
}

.pb_right .pr_news .pr_nul a:hover:before {
    background: #464a83;
}


/*m_float*/

.m_float {
    width: 100%;
    background: #8a8a8a;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
}

.m_float .ma {
    width: 25%;
    display: block;
    float: left;
    position: relative;
    padding: 5px 0 3px;
}

.m_float .ma i {
    width: 100%;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    background-size: auto 100%;
}

.m_float .ma i.kf1 {
    background-image: url(../fonts/kf1.svg);
}

.m_float .ma i.kf2 {
    background-image: url(../fonts/kf2.svg);
}

.m_float .ma i.kf4 {
    background-image: url(../fonts/kf4.svg);
}

.m_float .ma p {
    font-size: 12px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.m_float .ewm {
    width: 90px;
    height: 90px;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -45px;
    display: none;
}

.m_float .ewm img {
    width: 100%;
    height: 100%;
    display: block;
}


/*video*/

#videobg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    text-align: center;
    display: none;
}

.video {
    padding: 10px;
    width: 60%;
    height: auto;
    background: #FFF;
    position: absolute;
    left: 20%;
    top: 50%;
}

.video .v_iframe {
    width: 100%;
    padding-bottom: 66.66%;
    position: relative;
}

.video .v_iframe iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.video .v_video video {
    width: 100%;
    height: 100%;
    display: block;
}

.video p {
    height: 60px;
    line-height: 60px;
    color: #000;
}

.video span {
    width: 40px;
    height: 40px;
    background: #000;
    color: #FFF;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    outline: none;
    top: 0;
    right: -40px;
    cursor: pointer;
    display: block;
    font-family: Arial;
}

@media screen and (max-width:1599px) {
    body.nei_body {
        /* padding-top: 90px; */
    }

    .container {
        width: 1200px;
    }

    .pb_tit {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
    }

    .pb_p {
        font-size: 15px;
        line-height: 25px;
        height: 25px;
        margin-top: 12px;
    }

    .pb_btn {
        width: 220px;
        height: 50px;
    }

    .pb_btn span {
        font-size: 15px;
    }

    .pb_btn i {
        font-size: 21px;
    }

    .top .logo img {
        height: 52px;
    }

    .pc_nav .f_nav .f_li .f_n a {
        font-size: 15px;
        height: 90px;
        line-height: 90px;
        padding: 0 15px;
    }

    .pc_nav .f_nav .f_li .s_nav a {
        padding: 7px 12px;
        line-height: 22px;
    }

    .foot {
        padding-top: 50px;
    }

    .foot .ft_con {
        padding-right: 90px;
    }

    .foot .ft_txt {
        width: 340px;
        min-width: 340px;
    }

    .foot .ft_txt .ftt_pp {
        margin-top: 18px;
    }

    .foot .ft_txt .ft_ewm {
        margin-top: 25px;
    }

    .foot .ft_nav {
        padding-top: 0;
    }

    .foot .ft_nav .ftn_a {
        margin-top: 18px;
    }

    .foot .ft_form {
        width: 430px;
        min-width: 430px;
        padding: 20px 16px;
        border-radius: 10px;
    }

    .foot .ft_form input {
        margin-bottom: 13px;
        padding: 8px;
        line-height: 26px;
    }

    .foot .ft_form textarea {
        margin-bottom: 13px;
    }

    .foot .ft_form .ftf_btn {
        font-size: 15px;
        height: 37px;
        line-height: 37px;
        width: 130px;
    }

    .footbottom {
        margin-top: 30px;
        padding: 15px 0 10px;
    }

    .friendlink {
        padding: 10px 0 15px;
    }

    .friendlink span {
        font-size: 45px;
    }

    .px_banner {}

    .px_txt p {
        font-size: 32px;
        height: 42px;
        line-height: 42px;
    }

    .px_txt span {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
        margin-top: 8px;
    }

    .nei_crumbs {
        padding: 16px 0;
    }

    .nei_crumbs i {
        font-size: 17px;
    }

    .sub_nav {
        margin-top: 40px;
    }

    .sub_nav a {
        padding: 9px 16px;
        font-size: 15px;
        margin-right: 12px;
        margin-top: 12px;
    }
}

@media screen and (max-width:1359px) {
    body.nei_body {
        padding-top: 80px;
    }

    .container {
        width: 994px;
    }

    .pb_tit {
        font-size: 32px;
        height: 42px;
        line-height: 42px;
    }

    .pb_p {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
        margin-top: 10px;
    }

    .pb_btn {
        width: 220px;
        height: 50px;
    }

    .pb_btn span {
        font-size: 15px;
    }

    .pb_btn i {
        font-size: 21px;
    }

    .top .logo img {
        height: 46px;
    }

    .pc_nav .f_nav .f_li .f_n a {
        font-size: 14px;
        height: 80px;
        line-height: 80px;
        padding: 0 12px;
    }

    .pc_nav .f_nav .f_li .s_nav a {
        padding: 5px 10px;
        font-size: 12px;
    }

    .foot {
        padding-top: 30px;
    }

    .foot .ft_con {
        padding-right: 50px;
    }

    .foot .ft_txt {
        width: 300px;
        min-width: 300px;
    }

    .foot .ft_txt .ftt_pp {
        margin-top: 15px;
    }

    .foot .ft_txt .ft_ewm {
        margin-top: 20px;
    }

    .foot .ft_nav .ftn_a {
        margin-top: 15px;
    }

    .foot .ft_form {
        width: 400px;
        min-width: 400px;
        padding: 15px 12px;
        border-radius: 8px;
    }

    .foot .ft_form input {
        margin-bottom: 10px;
        padding: 6px;
        line-height: 24px;
    }

    .foot .ft_form textarea {
        margin-bottom: 10px;
    }

    .foot .ft_form .ftf_btn {
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        width: 110px;
    }

    .footbottom {
        margin-top: 20px;
        padding: 12px 0 8px;
    }

    .friendlink {
        padding: 8px 0 12px;
    }

    .friendlink span {
        font-size: 36px;
    }

    .px_banner {}

    .px_txt p {
        font-size: 26px;
        height: 36px;
        line-height: 36px;
    }

    .px_txt span {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        margin-top: 6px;
    }

    .nei_crumbs {
        padding: 13px 0;
    }

    .nei_crumbs i {
        font-size: 16px;
        line-height: 20px;
    }

    .nei_crumbs .nc_a {
        font-size: 14px;
    }

    .sub_nav {
        margin-top: 40px;
    }

    .sub_nav a {
        padding: 9px 16px;
        font-size: 15px;
        margin-right: 12px;
        margin-top: 12px;
    }
}

@media screen and (max-width:1023px) {
    body {
        /* padding-top: 70px; */
    }

    body.nei_body {
        padding-top: 70px;
    }

    .container {
        width: calc(100% - 30px);
    }

    .pb_tit {
        font-size: 26px;
        height: 36px;
        line-height: 36px;
    }

    .pb_p {
        height: auto;
        margin-top: 7px;
    }

    .pb_btn {
        width: 180px;
        height: 44px;
    }

    .pb_btn span {
        font-size: 14px;
    }

    .pb_btn i {
        font-size: 18px;
    }

    .top {
        background: #FFF;
    }

    .top .logo img {
        height: 40px;
        margin: 15px 0;
    }

    .top .logo img.pc {
        display: none;
    }

    .top .logo img.m {
        display: block;
    }

    .pc_nav {
        display: none;
    }

    .top .nav {
        display: block;
    }

    .foot {
        padding: 20px 0 70px;
    }

    .foot .ft_txt {
        width: 100%;
        min-width: auto;
    }

    .foot .ft_txt .ftt_pp {
        margin-top: 10px;
    }

    .foot .ft_txt .ft_ewm {
        margin-top: 10px;
    }

    .foot .ft_nav {
        display: none;
    }

    .foot .ft_form {
        width: 100%;
        min-width: auto;
        margin-top: 20px;
    }

    .friendlink span {
        font-size: 28px;
    }

    .friendlink .fl_a {
        padding-left: 10px;
    }

    .m_float {
        display: block;
    }

    .sub_tit {
        font-size: 25px;
    }

    .px_banner {}

    .px_txt p {
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }

    .px_txt span {
        height: auto;
        margin-top: 5px;
    }

    .sub_nav {
        margin-top: 30px;
    }

    .sub_nav a {
        padding: 8px 12px;
        font-size: 14px;
        margin-right: 10px;
        margin-top: 10px;
    }

    .pb_right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .pb_right .pr_pro .pr_ul {
        margin-top: 18px;
    }

    .pb_right .pr_pro .pr_ul .pr_li {
        width: 32%;
        float: left;
        margin-left: 2%;
    }

    .pb_right .pr_pro .pr_ul .pr_li:first-child {
        margin-left: 0;
    }

    .pb_right .pr_news {
        margin-top: 18px;
    }

    .pb_right .pr_news .pr_nul a {
        width: 48%;
        margin-left: 4%;
        float: left;
    }

    .pb_right .pr_news .pr_nul a:nth-child(odd) {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    .pb_tit {
        font-size: 24px;
        height: 32px;
        line-height: 32px;
    }

    .pb_btn {
        width: 150px;
        height: 40px;
    }

    .friendlink span {
        width: 100%;
    }

    .friendlink .fl_a {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .com_foot {
        padding: 0 0 10px;
    }

    .com_foot p {
        width: 100%;
    }

    .com_foot .comf_btn a {
        width: 100%;
    }

    .px_banner {}

    .px_txt p {
        font-size: 20px;
        height: 28px;
        line-height: 28px;
    }

    .sub_nav {
        margin-top: 15px;
    }

    .sub_nav a {
        width: 49%;
        margin-right: 2%;
    }

    .sub_cnav a {
        padding: 0 8px;
        min-width: 33.3333% !important
    }

    .sub_nav a:nth-child(even) {
        margin-right: 0;
    }

    .pb_right .pr_pro .pr_ul .pr_li {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .pb_right .pr_news .pr_nul a {
        width: 100%;
        margin-left: 0;
        float: none;
    }

    .video {
        width: 100%;
        padding: 5px;
        left: 0;
    }

    .video span {
        left: 50%;
        top: 100%;
        margin-left: -20px;
    }
}


/*com_info*/

.fld_company {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.fld_company .fldc_title {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.fld_company .fldc_txt {
    margin-top: 30px;
    line-height: 2.4;
    color: #666;
    font-size: 16px;
    padding: 0 6vw;
}

.fld_company .fldc_txt>*+* {
    margin-bottom: 10px;
}

.fld_company .fldc_txt h2 {
    font-size: 18px;
    font-weight: bold;
}

.fld_company .fldc_txt h3 {
    font-weight: bold;
}

.fld_company .fldc_num {
    margin-top: 92px;
    padding: 0 20px;
}

.fld_company .fldc_num .fldc_span {
    width: 25%;
    float: left;
    text-align: center;
}

.fld_company .fldc_num .fldc_span:first-child {
    border-left: none;
}

.fld_company .fldc_num .fldc_span .fldc_tit {}

.fld_company .fldc_num .fldc_span .fldc_tit span {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 6px;
    color: #464a83;
    display: inline-block;
    vertical-align: bottom;
    font-weight: bold;
    position: relative;
}

.fld_company .fldc_num .fldc_span .fldc_tit em {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #646464;
    vertical-align: bottom;
    font-style: normal;
}

.fld_company .fldc_num .fldc_span p {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    color: #646464;
    margin-top: 2px;
}

.fld_company .fldc_img {
    margin-top: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.fld_company .fldc_img img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width:1599px) {
    .fld_company {
        padding: 40px 0;
    }

    .fld_company .fldc_title {
        font-size: 32px;
    }

    .fld_company .fldc_txt {
        margin-top: 22px;
        font-size: 15px;
    }

    .fld_company .fldc_num {
        margin-top: 50px;
    }

    .fld_company .fldc_num .fldc_span .fldc_tit span {
        font-size: 42px;
        height: 42px;
        line-height: 42px;
    }

    .fld_company .fldc_num .fldc_span .fldc_tit em {
        font-size: 15px;
        height: 32px;
        line-height: 32px;
    }

    .fld_company .fldc_num .fldc_span p {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }

    .fld_company .fldc_img {
        margin-top: 40px;
    }
}

@media screen and (max-width:1359px) {
    .fld_company {
        padding: 30px 0;
    }

    .fld_company .fldc_title {
        font-size: 24px;
    }

    .fld_company .fldc_txt {
        margin-top: 20px;
        font-size: 14px;
        line-height: 2;
        padding: 0;
    }

    .fld_company .fldc_num {
        margin-top: 30px;
        padding: 0;
    }

    .fld_company .fldc_num .fldc_span .fldc_tit span {
        font-size: 36px;
        height: 36px;
        line-height: 36px;
        margin-right: 0;
    }

    .fld_company .fldc_num .fldc_span .fldc_tit em {
        font-size: 14px;
        height: 28px;
        line-height: 28px;
    }

    .fld_company .fldc_num .fldc_span p {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }

    .fld_company .fldc_img {
        margin-top: 30px;
    }
}

@media screen and (max-width:1023px) {
    .fld_company {
        padding: 20px 0;
    }

    .fld_company .fldc_title {
        text-align: center;
    }

    .fld_company .fldc_txt {
        margin-top: 15px;
        text-align: left;
    }

    .fld_company .fldc_num {
        margin-top: 20px;
    }

    .fld_company .fldc_num .fldc_span .fldc_tit span {
        font-size: 30px;
        height: 30px;
        line-height: 30px;
    }

    .fld_company .fldc_num .fldc_span .fldc_tit em {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
    }

    .fld_company .fldc_num .fldc_span p {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
    }
}

@media screen and (max-width:767px) {
    .fld_company .fldc_title {
        text-align: left;
    }

    .fld_company .fldc_num {
        margin-top: 0;
    }

    .fld_company .fldc_num .fldc_span {
        width: 50%;
        text-align: left;
        margin-top: 20px;
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.u-text-center {
    text-align: center;
}
.t-d-none {
    text-decoration: none;
}
.c-158 {
    color: rgb(158,158,158);
}
.u-font-48 {
    font-size: 2vw;
}
.l-l-150 {
    line-height: 150%;
}

.u-font-40 {
    font-size: 40px;
}

.u-font-36 {
    font-size: 36px;
}

.u-font-34 {
    font-size: 34px;
}

.u-font-20 {
    font-size: 20px;
}

.u-font-18 {
    font-size: 18px;
}

.u-font-16 {
    font-size: 16px;
}

.u-m-t-28 {
    margin-top: 28px !important;
}

.u-m-t-14 {
    margin-top: 14px;
}

.after_bottom::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3ABE21, #3ABE21);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.index_head_title {
    margin-bottom: 24px;
}

.container_section {
    padding: 100px 0;
}

.container_content {
    margin: 0 auto;
    max-width: 1400px;
    overflow: hidden;
}
.container_content video {
    width: 100%;
    padding: 0 14px;
}

.container_section h2 {
    font-size: 40px;
    font-weight: 600;
}

.container_content_title {
    text-align: center;
    margin-bottom: 48px;
}

.about_img {
    width: 50%;
    height: 400px;
}

.about_img img {
    height: 100%;
    object-fit: cover;
}

.about_us_item {
    max-width: 1400px;
    gap: 5%;
}

.about_text {
    text-align: left;
}

.about_us_item h1 {
    font-weight: 600;
    margin-bottom: 8px;
}

.about_us_item h2 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 28px;
}

.about_us_item_span {
    font-size: 12px;
    color: #858585;
}

.company_swiper {
    width: 100%;
    height: 400px;
    /* 或者你需要的具体高度 */
    overflow: hidden;
}

.about_us_item_company {
    margin-bottom: 28px;
}

.about_us_item .btn_Read {
    color: #000;
    margin-top: 28px;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    padding: 10px 20px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    background: transparent;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}

.about_us_item .btn_Read:hover {
    color: white;
}

.about_us_item .btn_Read::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #000;
    z-index: -1;
    transition: all 1s;
}

.about_us_item .btn_Read:hover::before {
    width: 160%;
}

.about_us_item_company_content .swiper-container {
    width: 470px;
    height: 160px;
    margin-top: 48px;
}

/* 2. 改变当前激活圆点的颜色 */
.about_us_item_company_content .swiper-pagination-bullet-active {
    background: #fff !important;
    /* 修改为激活时的颜色，比如红色 */
    opacity: 1;
}

/* 修改左箭头为白色 */
.about_us_item_company_content .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* 修改右箭头为白色 */
.about_us_item_company_content .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org/2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.company_values {
    background-color: #F2F2F2;
}

.values_content {
    row-gap: 40px;
}

.values_item {
    width: calc(100% / 2);
}

.value_img {
    width: 10%;
    margin-right: 16px;
}

.value_title {
    font-size: 18px;
    font-weight: 600;
}

.value_remark {
    font-size: 14px;
}

/* 车间图片 */

.section-title {
    font-size: 36px;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    color: #1a1a1a;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3ABE21, #3ABE21);
}

.process-section {
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.9) 0%, rgba(233, 236, 239, 0.9) 100%);
    background-image: url('/skin/images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.processSwiper {
    padding: 60px 0 !important;
}

.swiper-3d {
    width: 100%;
}

.processSwiper .swiper-slide {
    width: 380px;
    height: auto;
    min-height: 320px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    transition: all 0.5s ease;
}

.process-image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
}

.process-title {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.process-desc {
    color: #666;
    line-height: 1.4;
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    margin: 0;
}

/* 环保 */

.huanbao {
    background-color: #FFF;
}

.huanbao_content {
    gap: 5%;
}

.huanbao_content h3 {
    font-size: 30px;
    margin-bottom: 28px;
    font-weight: 600;
}

.huanbao_content_remark {
    font-size: 18px;
}

.linians {
    margin-top: 28px;
}

.linian_item {
    width: 50%;
}

.huanbao_img {
    width: 50%;
    height: 400px;
}

.huanbao_img img {
    height: 100%;
    object-fit: cover;
}

.linian_img {
    width: 50px;
    height: 50px;
}

.linian_img img {
    width: 100%;
    height: 100%;
}

.linian_title {
    font-size: 30px;
    font-weight: 600;
}

.linian_remark {
    font-size: 14px;
}

.shangye {
    background-image: url(/static/upload/image/20260106/201810271605249cef44.jpg);
}

.shangye_left_content {
    padding: 5%;
    background-color: #F2F2F2;
    padding-bottom: 14%;
}

.shangye_right {
    width: 50%;
    margin-top: 7%;
}

.shangye_right img {
    width: 100%;
    height: 100%;
}

.shangye_business {
    font-size: 28px;
    color: #333;
    font-weight: 600;
}

.shangye_everyInch {
    font-size: 14px;
    color: #333;
    margin: 28px 0;
}

.shangye_remark {
    font-size: 14px;
    letter-spacing: 1px;
    color: #7F7F7F;
}

/* 产品 */
.product_content {
    gap: 5%;
    margin-top: 5%;
    margin-bottom: 80px;
}

.product_content_left {
    width: 50%;
}

.product_content_left .my-zoom-img {
    min-width: 100%;
    min-height: 100%;
}

.product_content_left .mySwiper {
    width: 20%;
    aspect-ratio: 1 / 1;
    height: auto;
    padding: 0 10px;
    position: relative;
}

.product_content_left .mySwiper .swiper-slide {
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_content_left .mySwiper .swiper-slide-thumb-active {
    border-color: #000;
}

.product_content_right {
    width: 50%;
}

.product_content_title {
    border-bottom: 1px dashed #9e9e9e;
    padding-bottom: 8px;
    font-size: 24px;
}

.product_content_desc {
    font-size: 14px;
    padding: 28px 0;
}

.product_content_btn {
    margin: 0px !important;
}

.product_detail {
    width: 100%;
    background-color: #F3F3F3;
    padding: 0 20px;
}

.product_detail_text {
    width: auto;
    background-color: #FFF;
    border-top: 2px solid #000;
    padding: 10px 20px;
    font-size: 16px;
}

.product_detail_content {
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .product_content {
        flex-direction: column;
    }

    .product_content_left,
    .product_content_right {
        width: 100%;
    }

    .product_content_right {
        margin-top: 28px;

    }

    .product_content_title {
        text-align: center;
    }

    .product_content_btn {
        text-align: center;
    }
}

/* 热门产品 */
.hot_products {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.hot_products_title {
    font-size: 36px;
    font-weight: 600;
    padding: 10px 10px 30px;
}

.hot_products_list {
    gap: 20px;
}

.hot_products_item {
    cursor: pointer;
    width: calc((100% - 60px) / 4);
    aspect-ratio: 1 / 1;
    height: auto;
}

.hot_products_item:hover img {
    transform: scale(1.2);
}

.hot_products_item:hover .hot_products_item_title {
    box-shadow: 0px 0px 14px 10px #00000029;
}

.hot_products_item_img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.hot_products_item_img img {
    transition: all .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hot_products_item_title {
    background-color: #F8F8F8;
    font-weight: 16px;
    padding: 7% 5%;
}

@media screen and (max-width: 768px) {
    .hot_products_item {
        width: 100%;
    }

    .mySwiper {
        display: none !important;
    }

    .zoomDiv {
        display: none !important;
    }
}

.liuyan {
    margin: 68px 0px;
}

.liuyan h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.liuyan .form-container {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.liuyan .liuyan h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.liuyan .form-group {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    padding: 2px;
}

.liuyan label {
    display: block;
    margin-bottom: 5px;
    color: #666;
    font-size: 14px;
}

.liuyan input,
.liuyan textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    /* 确保 padding 不挤开宽度 */
    font-size: 16px;
}

.liuyan input:focus,
.liuyan textarea:focus {
    outline: 1px solid #000 !important;
}

.liuyan textarea {
    height: 100px;
    resize: vertical;
}

.liuyan button {
    width: 100%;
    padding: 12px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    max-width: 200px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.liuyan button:hover {
    background-color: #000;
}

@media screen and (max-width: 768px) {
    .liuyan form {
        text-align: center;
    }
}

.contact_left {
    width: 50%;
    margin-top: 30px;
}

.contact_left h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact_left p {
    font-size: 16px;
    font-weight: 600;
}

.contact_right {
    width: 50%;
    margin-top: 30px;
}

.qrList {
    display: flex;
    margin-top: 20px;
    width: auto;
    gap: 20px;
}

.qr_item {
    width: auto;
    text-align: center;
    font-size: 14px;
}

.qr_item img {
    max-width: 100px;
    max-height: 100px;
}

.qr_item p {
    font-size: 14px;
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    .about_text {
        padding: 10px;
    }

    .values_content {
        padding: 0 20px;
    }

    .values_item {
        width: 100%;
    }

    .huanbao_content {
        flex-direction: column;
    }

    .huanbao_img {
        width: 100%;
    }

    .huaban_text {
        padding: 10px;
    }

    .linians {
        flex-direction: column;
        padding: 10px;
    }

    .linian_item {
        width: 100%;
        margin-bottom: 40px;
    }

    .container_content {
        flex-direction: column;
    }

    .shangye {
        padding-top: 0px;
    }

    .shangye_right {
        width: 100%;
    }

    .company_info {
        padding-bottom: 0px;
    }

    .huanbao {
        padding: 0px;
    }

    .contact_us {
        flex-direction: column;
    }

    .contact_right {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .about_us_item {
        flex-direction: column;
    }

    .about_img {
        width: 100%;
    }

    .company_swiper {
        display: none;
    }
}

/* From Uiverse.io by cssbuttons-io */
.vp_btn {
    --color: #3ABE21;
    font-family: inherit;
    display: inline-block;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    margin-left: 0;
    padding: 0 12px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color 0.5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
}

.vp_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 300px;
    border-radius: 50%;
}

.vp_btn:hover {
    color: #fff;
}

.vp_btn:before {
    top: 100%;
    left: 100%;
    transition: all 0.7s;
}

.vp_btn:hover:before {
    top: -30px;
    left: -30px;
}

.vp_btn:active:before {
    background: var(--color);
    transition: background 0s;
}

.vp_btn:active,
.vp_btn:focus,
.vp_btn:visited {
    background-color: #333 !important;
    /* 这里换成你按钮原本的颜色 */
    color: #fff !important;
    /* 原本的文字颜色 */
    outline: none !important;
    /* 去掉点击时的蓝色外边框 */
    box-shadow: none !important;
    /* 去掉 Bootstrap 默认的点击阴影 */
    text-decoration: none !important;
    /* 针对 a 标签去掉下划线 */
}

/* 2. 如果你是 a 标签包裹 button，还要处理 button 自身 */
a:active .vp_btn,
a:focus .vp_btn {
    background-color: #333 !important;
    box-shadow: none !important;
}


.footer_img {
    width:120px;
    height: 120px;
    margin-top: 28px;
}
.footer_img img {
    width: 100%;
    height:100%;
}