@charset"utf-8";

/* - pc端显示 - */

.pc {
    display: block;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* pointer-events: none; */
}

input,
texteare {
    -webkit-user-select: auto;
}


/* - 手机端隐藏 - */

.mbl {
    display: none;
}

#allmap {
    width: 100% !important;
    height: 100% !important;
}

#allmap img {
    max-width: none !important;
}

#point2,
#point1 {
    position: relative;
    top: -70px;
    left: 0;
    height: 0;
    width: 100%;
}


/*

	------------------------------------------------------------------------------------ 移动端导航 - start

	--------------------------------------------------------------------------------------------

*/

.logo {
    float: left;
}

.m_nav,
.m_img {
    display: none;
}

.m_img {
    /* height: 45px; */
    float: right;
    margin-left: 30px;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.m_img a .m_menuimg {
    width: 24px;
    vertical-align: top;
    display: block;
}

.m_nav {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000;
}

.m_nav .closecover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.m_nav .m_navList {
    position: absolute;
    width: 80%;
    top: 0px;
    background: #fff;
    height: 100%;
    z-index: 100;
    left: -80%;
    padding-top: 66px;
    overflow-y: auto;
}

.m_nav .closeicon {
    position: absolute;
    width: auto;
    right: 16px;
    top: 22px;
    z-index: 105;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
}

.m_nav .closeicon a {
    height: 22px;
    display: block;
}

.m_nav .m_navList ul li:first-child {
    border-top: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li {
    border-bottom: 1px solid #f0f0f0;
}

.m_nav .m_navList ul li .m_f_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.m_nav .m_navList ul li .m_s_nav {
    display: none;
    width: 100%;
    padding-bottom: 8px;
}

.m_nav .m_navList ul li .m_f_a a {
    flex: 1;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.m_nav .icon {
    background: url(../images/plus.png) 100% no-repeat;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .icon_on {
    background: url(../images/reduce.jpg) 50% no-repeat!important;
    background-position: 50% 50%;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}

.m_nav .m_navList ul li .m_s_nav a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.m_nav .m_navList ul li a {
    display: block;
    height: 45px;
    color: #333;
    line-height: 45px;
    padding-left: 4%;
    font-size: 15px;
}

.m_nav .m_navList ul li .m_f_a i {
    width: 54px;
    height: 35px;
    box-sizing: border-box;
    padding: 0 5px;
    display: block;
}

.tophide .header .m_img a.tow,
.header .m_img a.one {
    display: block;
}

.tophide .header .m_img a.one,
.header .m_img a.tow {
    display: none;
}


/*

	------------------------------------------------------------------------------------ 移动端导航 - end

	--------------------------------------------------------------------------------------------

*/


/*开始你的内容创作之旅*/


/* -------------------------------首页--------------------------- */

.warp_index {
    width: 73.5688%;
    max-width: 1400px;
    margin: auto;
}

.warp {
    width: 1200px;
    margin: auto;
    max-width: 1200px;
}

.m_img {
    display: none !important;
}


/* 导航 */

.header {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.header .nav_daohang {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    height: 100px;
}

.comte.cur i.icontbot {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/close-1col.png ) no-repeat center center/100%;
    cursor: pointer;
}

i.icontbot {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/sousou.png ) no-repeat center center/100%;
    cursor: pointer;
}

.header .nav_daohang .seafrch_min .seafrch {
    width: 285px;
    height: 42px;
    border: 1px solid #DCDCDC;
    border-radius: 21px;
    padding: 0 35px;
    display: flex;
    align-items: center;
}

.header .nav_daohang .seafrch_min .seafrch input {
    width: calc(100% - 20px);
    font-size: 14px;
    color: #AAAAAA;
    padding-left: 13px;
    height: 40px;
}

.header .nav_daohang .seafrch_min .seafrch .input::-webkit-input-placeholder {
    color: #AAAAAA;
}

.header .nav_daohang .seafrch_min .seafrch .input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #AAAAAA;
}

.header .nav_daohang .seafrch_min .seafrch .input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #AAAAAA;
}

.header .nav_daohang .seafrch_min .seafrch .input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AAAAAA;
}

.header .nav_daohang .header_logo {
    width: 102px;
    position: absolute;
    left: 49%;
    transform: translateX(-49%);
    top: 11px;
}

.header .nav_daohang .xinxi-r span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin: 0 32px;
    position: relative;
    padding-left: 35px;
    line-height: 24px;
}

.header .nav_daohang .xinxi-r span.dianhua::before {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    content: "";
    background: url(../images/dh_icon.png) no-repeat center center/100%;
    top: 50%;
    transform: translateY(-50%);
}

.header .nav_daohang .xinxi-r span.youxiang::before {
    position: absolute;
    left: 0;
    width: 23px;
    height: 18px;
    display: inline-block;
    content: "";
    background: url(../images/yx_icon.png) no-repeat center center/100%;
    top: 3px;
}

.header .nav_haer {
    width: 100%;
    border-top: 1px solid #eee;
    position: relative;
    border-bottom: 1px solid #eee;
}

.header .nav_haer ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header .nav_haer ul li {
    float: left;
    padding: 0 57px;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.header .nav_haer ul li:first-child {
    border-left: 1px solid #eee;
}

.header .nav_haer ul li a.ab {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 54px;
    transition: all .4s;
}

.header .nav_haer ul li a.ab.active,
.header .nav_haer ul li:hover a.ab {
    color: rgba(196, 8, 24, 1);
}

.dev2 {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    top: 101%;
    left: 0;
    z-index: 3;
    padding: 50px 0 70px 0;
    display: none;
}

.dev2.dev_rt .warp {
    display: flex;
    justify-content: space-around;
}

.dev2 .der_dl {
    width: 58.4%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.dev2 .der_dl dl dt a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    transition: all .4s;
    margin-bottom: 10px;
}

.dev2 .der_dl dl dt a::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: #C40818;
    transition: all .4s;
}

.dev2 .der_dl dl dt a.active {
    color: rgba(196, 8, 24, 1);
    font-weight: bold;
}

.dev2 .der_dl dl dt a:hover {
    color: rgba(196, 8, 24, 1);
}

.dev2 .der_dl dl dt a.active::before,
.dev2 .der_dl dl dt a:hover:before {
    width: 15px;
}

.dev2 .img_tumg {
    width: 41.6%;
    float: left;
}

.dev2 .img_tumg .img_ctr {
    width: 345px;
    height: 249px;
    float: right;
}

.dev2.dev_rt .der_dl {
    width: 100%;
    display: flex;
    justify-content: center;
}

.dev2.dev_rt .der_dl dl {
    margin: 0 40px;
}


/* banner*/

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.comte {
    display: none;
    cursor: pointer;
}

.swpBan .span_tio {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    width: auto;
}

.banner .swiper-slide.imgDiv {
    overflow: hidden;
}

@-webkit-keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes swiper_img_move {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.swpBan .span_tio .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.swpBan .span_tio .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: 2px solid #C40818;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
}

.span_tio.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}


/* 产品 */

.main_conter {
    width: 100%;
    background: url(../images/img2.jpg) no-repeat center bottom;
    background-size: contain;
}

.main_conter .index_cpzx {
    width: 100%;
    padding: 80px 0;
}

.main_conter .index_cpzx .title_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_conter .index_cpzx .title_he h3 {
    font-size: 42px;
    font-weight: bold;
    color: #111111;
    line-height: 46px;
    margin-bottom: 10px;
}

.main_conter .index_cpzx .title_he p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.main_conter .index_cpzx .index_more1_t {
    width: 160px;
    height: 49px;
    background: #F8F8F8;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f8f8f8;
    transition: all .4s;
}

.main_conter .index_cpzx .index_more1_t span {
    font-size: 16px;
    font-weight: 400;
    color: #C6242E;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_more1 {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/icon_more1.png) no-repeat center center/100%;
    margin-left: 26px;
}

.index_cpzx_swiper {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.index_cpzx_swiper .cpzx_swiper {
    padding: 10px;
    margin: -10px;
}

.index_cpzx_swiper .cpzx_swiper .index_cpzx_cont {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.04);
    border-radius: 30px 3px 30px 3px;
}

.index_cpzx_swiper .cpzx_swiper .index_cpzx_cont .index_cpzx_h3 h3 {
    font-size: 22px;
    font-weight: bold;
    color: #C40818;
    line-height: 30px;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 54px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.index_cpzx_swiper .cpzx_swiper .index_cpzx_cont .index_cpzx_h3 p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.index_cpzx_swiper .cpzx_swiper .index_cpzx_cont .index_cpzx_img {
    width: 100%;
    overflow: hidden;
    border-radius: 0px 0px 30px 0px;
}

.index_cpzx_swiper .cpzx_swiper .index_cpzx_cont .index_cpzx_img img {
    width: 100%;
    transition: all .4s;
}

.cp_jut_cont {
    width: 100%;
    z-index: 3;
}

.index_prev {
    width: 33px;
    height: 66px;
    background: url(../images/icon_l.png) no-repeat center center/100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 3;
    cursor: pointer;
    transition: all .4s;
}

.index_next {
    width: 33px;
    height: 66px;
    background: url(../images/icon_r.png) no-repeat center center/100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 3;
    cursor: pointer;
    transition: all .4s;
}

.index_next:hover {
    background: url(../images/icon_r_h.png) no-repeat center center/100%;
}

.index_prev:hover {
    background: url(../images/icon_l_h.png) no-repeat center center/100%;
}


/* 应用案例 */

.index_yyal {
    width: 100%;
    padding-bottom: 70px;
}

.index_yyal .index_title {
    width: 100%;
}

.index_yyal .index_title h3 {
    font-size: 42px;
    font-weight: bold;
    color: #111111;
    line-height: 46px;
    text-align: center;
    margin-bottom: 10px;
}

.index_yyal .index_title p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.index_yyal_sriper {
    width: 100%;
}

.index_yyal_sriper .yyal_sriper {
    margin-bottom: 54px;
    margin-top: 50px;
}

.index_yyal_sriper .yyal_sriper ul li {
    width: 49.36%;
    margin-right: 1.28%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.index_yyal_sriper .yyal_sriper ul li:nth-child(1):hover img {
    transform: scale(1.1);
}

.index_yyal_sriper .yyal_sriper ul li .cpfx_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
}

.index_yyal_sriper .yyal_sriper ul li .cpfx_text h3 {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.index_yyal_sriper .yyal_sriper ul li img {
    width: 100%;
    transition: all .4s;
}

.index_yyal_sriper .yyal_sriper ul li:nth-child(2n) {
    margin-right: 0;
}

.index_yyal_sriper .yyal_sriper ul li dl {
    width: 48.7%;
    float: left;
    margin-right: 2.6%;
    margin-top: 1.8%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.index_yyal_sriper .yyal_sriper ul li .zzc_cpty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(45, 45, 45, 0.08) 48%);
}

.index_yyal_sriper .yyal_sriper ul li dl:hover img {
    transform: scale(1.1);
}

.index_yyal_sriper .yyal_sriper ul li dl .cpfx_text {
    padding: 19px;
}

.index_yyal_sriper .yyal_sriper ul li dl .cpfx_text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.index_yyal_sriper .yyal_sriper ul li dl:nth-child(1),
.index_yyal_sriper .yyal_sriper ul li dl:nth-child(2) {
    margin-top: 0;
}

.index_yyal_sriper .yyal_sriper ul li dl:nth-child(2n) {
    margin-right: 0;
}

.index_about_sfl {
    width: 100%;
    position: relative;
    padding-top: 149px;
    padding-bottom: 270px;
    background: url(../images/img9.jpg) no-repeat center center/cover;
}


/* 

.index_about_sfl .bert_nt {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url(../images/img9.jpg) no-repeat center center/cover;

    animation: swiper_img_move 8s linear 0s infinite normal both;

} */

.index_about_sfl .title_about h3 {
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.index_about_sfl .title_about h3::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #FFFFFF;
    display: inline-block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.index_about_sfl .index_about_text,
.index_about_sfl .index_about_text p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_about_sfl .index_about_more {
    width: 100%;
    margin-top: 58px;
}

.index_about_sfl .index_about_more span {
    display: inline-block;
    width: 160px;
    height: 49px;
    background: #C40818;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 1px solid #C40818;
}

i.about_more {
    width: 10px;
    height: 16px;
    background: url(../images/about_more.png) no-repeat center center/100%;
    margin-left: 18px;
    transition: all .4s;
}

.index_swiper_cont {
    width: 100%;
}

.index_swiper_next {
    transition: all .4s;
    cursor: pointer;
    width: 12px;
    height: 18px;
    background: url(../images/icon_swiper2.png) no-repeat center center/100%;
}

.index_swiper_prev {
    transition: all .4s;
    cursor: pointer;
    width: 12px;
    height: 18px;
    background: url(../images/icon_swiper1.png) no-repeat center center/100%;
}

.index_swiper_cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_swiper_span {
    margin: 0 34px;
}

.swiper-pagination-bullet {
    background: rgba(203, 203, 203, 1);
    opacity: 1;
    margin: 0 11px;
}

.swiper-pagination-bullet-active {
    background: rgba(196, 8, 24, 1);
    opacity: 1;
}


/* 在线留言 */

.zxly_cont {
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.06);
    border-radius: 50px 3px 50px 3px;
    position: absolute;
    top: 84%;
    left: 50%;
    width: 73.5688%;
    max-width: 1400px;
    transform: translateX(-50%);
    display: block;
    z-index: 1;
}

.zxly_cont .zxly_cont_l {
    width: 50%;
    float: left;
    padding-right: 60px;
    border-right: 1px solid #EEEEEE;
    padding: 79px 60px;
}

.zxly_cont .zxly_cont_l h3 {
    font-size: 32px;
    font-weight: bold;
    color: #1B0900;
    line-height: 40px;
    margin-bottom: 35px;
    position: relative;
}

.zxly_cont .zxly_cont_l h3::before {
    content: "";
    position: absolute;
    background: url(../images/icon_1.png) no-repeat center center/100%;
    width: 286px;
    height: 48px;
    top: -10px;
    left: 0;
}

.zxly_cont .index_form {
    width: 100%;
}

.zxly_cont .index_form .index_input {
    width: 48.3%;
    float: left;
    margin-right: 3.4%;
    margin-bottom: 20px;
}

.zxly_cont .index_form .index_input input {
    background: #fff;
    height: 48px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    padding-left: 46px;
    font-size: 16px;
    color: #999999;
    padding-right: 46px;
    overflow: hidden;
}

.zxly_cont .index_form .index_textarea {
    width: 100%;
}

.zxly_cont .index_form .index_textarea input {
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    padding-left: 46px;
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    height: 48px;
}

.zxly_cont .index_form .index_input:nth-child(2n) {
    margin-right: 0;
}

.zxly_cont .index_form .index_buttom {
    width: 100%;
    margin-top: 20px;
}

.zxly_cont .index_form .index_buttom button {
    width: 160px;
    height: 48px;
    background: #C40818;
    border-radius: 24px;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
}

.zxly_cont .zxly_cont_r {
    width: calc(100% / 2 - 1px);
    float: left;
    padding: 79px 45px 46px 60px;
}

.zxly_cont .zxly_cont_r h3 {
    font-size: 32px;
    font-weight: bold;
    color: #1B0900;
    line-height: 40px;
    position: relative;
    margin-bottom: 54px;
}

.zxly_cont .zxly_cont_r h3::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 387px;
    height: 46px;
    background: url(../images/icon2.png) no-repeat center center/100%;
}

.zxly_cont .zxly_cont_r .zxly_ul {
    width: 100%;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly {
    width: 48%;
    float: left;
    padding-right: 32px;
    display: flex;
    /* align-items: center; */
    margin-bottom: 43px;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly:nth-child(2n) {
    padding-right: 0;
    width: 52%;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly .icpon_img {
    width: 85px;
    height: 85px;
    float: left;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly .icpon_img img {
    width: 100%;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly .div_xin {
    width: calc(100% - 85px);
    float: left;
    padding-left: 20px;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly .div_xin p {
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    margin-bottom: 6px;
}

.zxly_cont .zxly_cont_r .zxly_ul .div_zxly .div_xin h4 {
    font-size: 19px;
    font-weight: bold;
    color: #1B0900;
}


/* 底部 */

.footer {
    width: 100%;
    background: url(../images/img12.jpg) no-repeat center center/cover;
    position: relative;
}

.footer_daohang {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
}

.footer_daohang .footer_dh_l {
    display: flex;
    justify-content: space-between;
    width: 34%;
}

.footer_daohang .bshare-custom {
    overflow: hidden;
}

.footer_daohang .bshare-custom a {
    padding: 0;
    margin: 0 12px;
    display: inline-block;
}

.footer_daohang .footer_dh_c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_daohang .footer_dh_c .footer_logo {
    margin-bottom: 40px;
    width: 138px;
}

.footer_daohang .footer_dh_c .footer_logo img {
    width: 100%;
}

.footer_daohang .bshare-custom .bshare-weixin {
    width: 50px;
    height: 50px;
    background: url(../images/wx.png) no-repeat center center/100%;
}

.footer_daohang .bshare-custom .bshare-sinaminiblog {
    width: 50px;
    height: 50px;
    background: url(../images/wb.png) no-repeat center center/100%;
}

.footer_daohang .bshare-custom .bshare-qqim {
    width: 50px;
    height: 50px;
    background: url(../images/qq.png) no-repeat center center/100%;
}

.footer_daohang .footer_dh_l dl dt {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.footer_daohang .footer_dh_l dl dt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: #C40818;
    border-radius: 1px;
    display: inline-block;
}

.footer_daohang .footer_dh_l dl dd,
.footer_daohang .footer_dh_r dl dd {
    margin-bottom: 13px;
}

.footer_daohang .footer_dh_l dl dd a {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    transition: all .4s;
}

.footer_daohang .footer_dh_r dl dt {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
    text-align: right;
}

.footer_daohang .footer_dh_r {
    display: flex;
    justify-content: space-between;
    width: 24%;
}

.footer_daohang .footer_dh_r dl dt::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28px;
    height: 2px;
    background: #C40818;
    border-radius: 1px;
    display: inline-block;
}

.footer_daohang .footer_dh_r dl dd {
    text-align: right;
}

.footer_daohang .footer_dh_r dl dd a {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    transition: all .4s;
}

.footer .footer_bah {
    border-top: 1px solid #C2C2C2;
    padding: 38px 0;
}

.footer .footer_bah p,
.footer .footer_bah p a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    text-align: center;
    transition: all .4s;
}

.footer .footer_bah p a:hover {
    color: rgba(196, 8, 24, 1);
}

.bsBox {
    width: 232px !important;
    height: 258px !important;
}

.index_main .footer_daohang {
    padding-top: 440px;
}


/* -------------------------------首页end--------------------------- */


/* -------------------------------B1--------------------------- */

.banner {
    position: relative;
    width: 100%;
}

.banner .b1_text {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .b1_text h3 {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .b1_text span {
    position: absolute;
    font-size: 72px;
    font-weight: 400;
    color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}


/* -------------------------------B1 end--------------------------- */


/* -------------------面包靴导航---------------- */

.submenu-1 .wubtIt {
    padding: 0 40px;
    margin: 0 -40px;
    position: relative;
}

.submenu-1 .swiper-slide:nth-child(1) {
    padding-left: 0;
}

.submenu,
.submenu-1 {
    background-color: #fff;
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    background: #F7F7F7;
    height: 60px;
    position: relative;
}

.submenu .swiper-slide:last-child::after,
.submenu-1 .swiper-slide:last-child:after {
    width: 0;
}

.submenu .swiper-slide:after,
.submenu-1 .swiper-slide:after {
    content: '';
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #d6d6d6;
    position: absolute;
}

.submenu .swiper-slide,
.submenu-1 .swiper-slide {
    width: auto;
    display: inline-block;
    /* padding: 0 40px; */
    position: relative;
}

.submenu .swiper-slide,
.submenu-1 .swiper-slide {
    text-align: center;
}


/* .submenu .swiper-wrapper {
    justify-content: center;
} */

.submenu .swiper-slide a:hover,
.submenu-1 .swiper-slide a:hover,
.submenu .swiper-slide.cur03 a,
.submenu-1 .swiper-slide.cur03 a {
    color: #C40818;
}

.submenu .swiper-slide a span::before,
.submenu-1 .swiper-slide a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: rgba(0, 0, 0, 0);
    content: "";
    transition: all .4s;
}

.submenu .swiper-slide.cur03 a span::before,
.submenu-1 .swiper-slide.cur03 a::before,
.submenu .swiper-slide a:hover span::before,
.submenu-1 .swiper-slide a:hover::before {
    background: #C40818;
    width: 100%;
}

.submenu .swiper-slide a,
.submenu-1 .swiper-slide a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    transition: all .4s;
    line-height: 60px;
    padding: 0 40px;
}

.submenu .swiper-slide a span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 60px;
    position: relative;
    display: inline-block;
}

.menu-button-next,
.menu-button-prev {
    width: 9px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    cursor: pointer;
}

.menu-button-next {
    background: url(../images/mbu_r.png) no-repeat center center/100%;
    right: 0%;
    background-size: 100%;
}

.menu-button-next::before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/mbu_r_h.png) no-repeat center center/100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    display: inline-block;
}

.menu-button-next:hover::before {
    opacity: 1;
    visibility: visible;
}

.menu-button-prev {
    background: url(../images/mbu_l.png) no-repeat center center/100%;
    left: 0%;
    background-size: 100%;
}

.menu-button-prev::before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/mbu_l_h.png) no-repeat center center/100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    display: inline-block;
}

.menu-button-prev:hover::before {
    opacity: 1;
    visibility: visible;
}


/* 三级 */

.submenu-2 {
    width: 100%;
    margin: auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    position: relative;
}

.submenu-2 .swiper-slide {
    width: auto;
    display: inline-block;
    position: relative;
    text-align: center;
}

.submenu-2 .swiper-slide a {
    padding: 0 4px;
}

.submenu-2 .swiper-slide a span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    padding: 8px 22px;
    transition: all .4s;
}

.submenu-2 .swiper-slide a:hover span,
.submenu-2 .swiper-slide.cur03 a span {
    color: #C40818;
}


/* --------------------结束------------- */

.swiper-pagination-bullet {
    border-radius: 50%;
}

.b1_sflgs {
    padding: 120px 0 0px 0;
}

.b1_sflgs .b1_title {
    width: 100%;
    position: relative;
    padding-bottom: 27px;
}

.b1_sflgs .b1_title::before {
    width: 40px;
    height: 2px;
    background: #C40818;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.b1_sflgs .b1_title span.img {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 92px;
    color: rgba(51, 51, 51, .1);
    line-height: 94px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.b1_sflgs .b1_title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    text-align: center;
}

.b1_sflgs .b1_title p {
    font-size: 16px;
    font-family: Arial;
    color: #333333;
    line-height: 24px;
    letter-spacing: .34em;
    text-align: center;
    font-weight: bold;
}

.b1_cont_text {
    margin-top: 30px;
}

.b1_cont_text,
.b1_cont_text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.b1_cont_text img {
    margin-right: 39px;
    margin-bottom: 14px;
}

.b1_cont_text p {
    margin-bottom: 20px;
}

.b1_gcsb_title {
    position: relative;
    margin-top: 80px;
}

.b1_gcsb_title h3::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #C40818;
    content: "";
}

.b1_gcsb_title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.b1_gcsb_title span.img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 92px;
    color: rgba(51, 51, 51, .1);
    line-height: 82px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.gcsb_swiper_cont {
    width: 100%;
    margin-top: 60px;
}

.cgvf_to {
    width: 100%;
    background: #FFFFFF;
    border-radius: 3px;
}

.cgvf_to .grt_img {
    width: 100%;
    overflow: hidden;
}

.cgvf_to .text_p {
    padding: 12px 10px;
}

.cgvf_to .text_p p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gcsb_swiper_cont .gcsb_swiper {
    margin-bottom: 40px;
}

.gcsb_swiper_cont .gcsb_swiper ul li {
    width: 32.25%;
    float: left;
    margin-right: 1.6%;
    margin-bottom: 20px;
}

.gcsb_swiper_cont .gcsb_swiper ul li:nth-child(3n) {
    margin-right: 0;
}

.bao_ity {
    width: 100%;
    background: url(../images/about_imgt.jpg ) no-repeat center bottom;
    background-size: contain;
    overflow: hidden;
    padding-top: 46px;
    padding-bottom: 100px;
}

.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
}


/* -------------------面包靴导航 end---------------- */


/* ----------------b2---------------------- */

.b2_news_cont {
    width: 100%;
    padding-bottom: 120px;
}

.b2_news_cont .title {
    width: 100%;
    margin-top: 122px;
}

.b2_news_cont .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

.b2_news_cont .title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C40818;
    left: 50%;
    transform: translateX(-50%);
}

.b2_news_cont .title span.img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 92px;
    line-height: 82px;
    text-align: center;
    color: rgba(51, 51, 51, .1);
    text-transform: uppercase;
    width: 100%;
}

.b2_news_list {
    width: 100%;
    margin-bottom: 82px;
}

.b2_news_list ul li {
    width: 100%;
    background: rgba(250, 250, 250, 1);
    margin-top: 40px;
}

.b2_news_list ul li .news_list_li {
    width: 100%;
}

.b2_news_list ul li .news_list_li .news_img {
    width: 387px;
    overflow: hidden;
    float: left;
}

.b2_news_list ul li .news_list_li .news_img img {
    width: 100%;
    transition: all .4s;
}

.b2_news_list ul li:hover .news_list_li .news_img img {
    transform: scale(1.1);
}

.b2_news_list ul li .news_list_li .news_text {
    width: calc(100% - 387px);
    float: left;
    padding-left: 48px;
    padding-top: 40px;
    padding: 38px 62px 0px 48px;
}

.b2_news_list ul li .news_list_li .news_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
    transition: all .4s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.b2_news_list ul li:hover .news_list_li .news_text h3 {
    color: rgba(196, 8, 24, 1);
}

.b2_news_list ul li .news_list_li .news_text p.dete {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    margin-bottom: 14px;
}

.b2_news_list ul li .news_list_li .news_text p.text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}

.b2_news_list ul li .news_list_li .news_text .new_more {
    width: 100%;
    margin-top: 32px;
}

.b2_news_list ul li .news_list_li .news_text .new_more span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.news_icon {
    display: inline-block;
    width: 10px;
    height: 16px;
    background: url(../images/new_more.png) no-repeat center center/100%;
    margin-left: 18px;
}


/* ----------------b2end---------------------- */


/* --------------分页------------ */

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

.pages ul li {
    float: left;
    margin: 0 5px;
}

.pages ul li a {
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 33px;
    display: inline-block;
    padding: 0px 14px;
    transition: all .4s;
}

.pages ul li.active a,
.pages ul li:hover a {
    background: rgba(196, 8, 24, 1);
    border: 1px solid rgba(196, 8, 24, 1);
    color: #fff;
}


/* -----------------分页end---------------- */


/* --------------------b3------------------- */

.f2-news-delis {
    padding: 80px 0 120px 0;
}

.f2-news-delis .f2-news-title {
    width: 100%;
    margin-bottom: 30px;
}

.f2-news-delis .f2-news-title h3 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    text-align: center;
    margin-bottom: 10px;
}

.f2-news-delis .f2-news-title p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f2-news-delis .f2-news-title p span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 31px;
    text-align: center;
    margin: 0 10px;
}

.f2-news-delis .f2-news-text,
.f2-news-delis .f2-news-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.f2-news-delis .f2-news-text {
    margin-bottom: 100px;
}

.f2-news-delis .f2-news-text img {
    margin: 10px 0;
    max-width: 100%;
    height: auto !important;
}

.xiangqing_page {
    width: 100%;
    border-top: 1px dashed rgba(191, 191, 191, 1);
    padding-top: 30px;
}

.xiangqing_page p {
    width: 33.3%;
    float: left;
}

.xiangqing_page p,
.xiangqing_page span,
.xiangqing_page a {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    transition: all .4s;
    text-align: left;
}

.xiangqing_page p.xyx_c a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    justify-content: center;
}

.xiangqing_page p.xyx_c a:hover {
    color: #C40818;
}

.xiangqing_page p.xyx_c a i.meo_t {
    transition: all .4s;
    width: 20px;
    height: 16px;
    margin-right: 11px;
    background: url(../images/fh.png) no-repeat center center/100%;
    position: relative;
}

.xiangqing_page p.xyx_c a i.meo_t::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fh_h.png) no-repeat center center/100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.xiangqing_page p.xyx_c a:hover {
    background: rgba(0, 0, 0, 0);
}

.xiangqing_page p.xyx_c a:hover i.meo_t::before {
    opacity: 1;
    visibility: visible;
}

.xiangqing_page p.xyy_r {
    text-align: right;
}

.xiangqing_page a:hover {
    color: rgba(196, 8, 24, 1);
}


/* --------------------b3end------------------------- */


/* -----------------------右侧悬浮---------------------- */


/* 右侧悬浮 */

.xfList {
    position: fixed;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 96px;
}

.xfList li {
    position: relative;
    border-bottom: 1px dashed #D4D4D4;
    margin: 0 9px;
}

.xfList li:nth-child(3) {
    border: 0;
}

.xfList li:last-child {
    border: 0;
    margin: 0;
    background: #C40818;
    border-radius: 0 0px 10px 10px;
}

.xfList li:last-child .div {
    padding: 0 9px;
}

.xfList li .div dl {
    text-align: center;
    width: 100%;
    height: auto;
    /* display: flex; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.xfList li .div dl dd {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.xfList li:last-child .div dl dd {
    color: #fff;
}

.xfList li .div dl .icon {
    /* font-size: 0; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
}

.xfList li .div dl .icon img {
    width: 100%;
}

.xfList .icon {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    /* margin-bottom: 10px; */
}

.xfList li .ewmDiv {
    position: absolute;
    right: 90%;
    top: 0%;
    padding-right: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.xfList li .ewmDiv .QQ_tio {
    border-bottom: 1px dashed #D4D4D4;
    padding: 8px 0;
}

.xfList li .ewmDiv .QQ_tio:last-child {
    border: 0;
}

.xfList li .ewmDiv .QQ_tio a {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    position: relative;
    padding-left: 24px;
    display: inline-block;
}

.xfList li .ewmDiv .edv_lit {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 24px;
    /* width: 148px; */
    position: relative;
}

.xfList li .ewmDiv .edv_lit_t {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 0 24px;
    width: 148px;
    position: relative;
}

.xfList li .ewmDiv .edv_lit_t {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 20px 24px;
}

.xfList li .ewmDiv .edv_lit_t .dev_lidt {
    width: 98px;
    height: 98px;
    border: 1px solid #bfbfbf;
}

.xfList li .ewmDiv .edv_lit_t p {
    font-size: 14px;
    color: 666666;
    line-height: 24px;
    margin-top: 4px;
}

.xfList li .ewmDiv .edv_lit:after,
.xfList li .ewmDiv .edv_lit_t:after {
    content: "";
    width: 14px;
    height: 18px;
    background: url(../images/jiao-ico.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 100%;
    top: 36%;
    -webkit-transform: translateY(-36%);
    transform: translateY(-36%);
}

.xfList li .ewmDiv .edv_lit_t:after {
    top: 26%;
    -webkit-transform: translateY(-26%);
    transform: translateY(-26%);
}

.xfList li .ewmDiv .QQ_tio a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 19px;
    content: "";
    background: url(../images/QQ1.png) no-repeat center center/100%;
    display: inline-block;
}

.xfList li .div {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telDiv {
    position: absolute;
    top: 0;
    left: 100%;
    /* left: -150px; */
    width: 205px;
    height: 100%;
    background-color: #004ea1;
    padding-left: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
}

.telDiv:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.telDiv .icons {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 42px;
}

.telDiv .divs {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    padding-left: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.xfList li:hover .ewmDiv {
    visibility: visible;
    opacity: 1;
    right: 100%;
}

.xfList li:hover .telDiv {
    left: -150px;
    visibility: visible;
    opacity: 1;
}


/* ------------------右侧悬浮 :end---------------------- */


/* ------------------c1---------------------- */

.c1_produc_list {
    padding: 40px 0 120px 0;
    overflow: hidden;
}

.prouduct_ul {
    width: 100%;
    padding-bottom: 80px;
}

.prouduct_ul ul li {
    width: 32.25%;
    float: left;
    margin-right: 1.62%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.04);
    border-radius: 30px 3px 30px 3px;
    margin-top: 40px;
}

.prouduct_ul ul li:nth-child(3n) {
    margin-right: 0;
}

.prouduct_ul ul li .c1-img {
    width: 100%;
    overflow: hidden;
    border-radius: 30px 3px 0px 3px;
}

.prouduct_ul ul li .c1-img img {
    width: 100%;
    transition: all .4s;
}

.prouduct_ul ul li .c1-text {
    width: 100%;
    padding: 0 42px;
}

.prouduct_ul ul li .c1-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prouduct_ul ul li .c1-text .c1_more {
    width: 100%;
    border-top: 1px dashed #E4E4E4;
    display: flex;
    justify-content: center;
}

.prouduct_ul ul li .c1-text .c1_more span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 49px;
    background: #F8F8F8;
    border-radius: 25px;
    color: #C6242E;
    font-size: 16px;
    margin: 30px 0;
    border: 1px solid #f8f8f8;
    transition: all .4s;
}


/* ------------------c1 :end---------------------- */


/* ------------------c2 ---------------------- */

.c2_pre_dilde {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 120px;
}

.c2_pre_dilde .c2_drt_cont .c2_der_l {
    width: 38.33%;
    float: left;
}

.c2_drt_cont .c2_der_l .gallery-thumbs {
    margin-top: 10px;
    padding: 2px 1px;
}

.c2_drt_cont .c2_der_l .gallery-top img,
.c2_drt_cont .c2_der_l .gallery-thumbs img {
    width: 100%;
}

.c2_drt_cont .c2_der_l .gallery-top,
.c2_drt_cont .c2_der_l .gallery-thumbs .swiper-slide {
    border: 1px solid #EEEEEE;
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.c2_drt_cont .c2_der_l .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #C40818;
}

.c2_pre_dilde .c2_drt_cont .c2_der_r {
    width: 61.67%;
    float: left;
    padding-left: 53px;
}

.c2_pre_dilde .c2_drt_cont .c2_der_r .cr_der {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    height: 349px;
    margin-top: 22px;
}

.c2_pre_dilde .c2_drt_cont .c2_der_r .cr_der h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 34px;
}

.c2_pre_dilde .c2_drt_cont .c2_der_r p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    margin-bottom: 24px;
}

.c2_pre_dilde .c2_drt_cont .c2_der_r p span {
    color: #333;
}


/* ------------------滚动条 ------------------*/

.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #E4E4E4;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #C40818 !important;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #C40818;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    border-radius: 0;
}

.c2_drt_cont {
    margin-bottom: 40px;
}

.c2_chabp_ul {
    width: 100%;
    padding-bottom: 70px;
}

.c2_chabp_ul ul li {
    width: 18.66%;
    float: left;
    margin-right: 1.67%;
    background: #F7F7F7;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
}

.c2_chabp_ul ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.c2_chabp_ul ul li:nth-child(5) {
    margin-right: 0;
}

.c2_chabp_ul ul li.active {
    color: #FFFFFF;
    background: #C40818;
}

.c2_chabp_ul ul li.active a {
    color: #fff;
}

.c2_chabp_ul .cpn_list_li {
    width: 100%;
    padding-top: 50px;
}

.c2_chabp_ul .cpn_list_li .cpn_lisr_one img {
    max-width: 100%;
    height: auto !important;
}

.c2_chabp_ul .cpn_list_li .cpn_lisr_one {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.c2_chabp_ul .cpn_list_li .cpn_lisr_one .div_hider {
    width: 100%;
}

.c2_chabp_ul .cpn_list_li .cpn_lisr_one .div_hider table {
    width: 100%;
}

.c2_chabp_ul .cpn_list_li .cpn_lisr_one.active {
    /* display: block; */
    position: relative;
    opacity: 1;
    visibility: visible;
}

i.dowen_icon {
    width: 22px;
    height: 33px;
    background: url(../images/icon_dow.png) no-repeat center center/100%;
    display: inline-block;
    margin-left: 20px;
}


/* ------------------c3 :end---------------------- */


/* ------------------d1 ---------------------- */

.D1_produc_list {
    width: 100%;
    padding: 120px 0 120px 0;
}

.D1_prouduct_ul {
    width: 100%;
    padding-bottom: 80px;
}

.D1_prouduct_ul ul li {
    width: 23.75%;
    float: left;
    margin-right: 1.62%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.04);
    border-radius: 3px 3px 3px 3px;
    margin-top: 40px;
}

.D1_prouduct_ul ul li:nth-child(4n) {
    margin-right: 0;
}

.D1_prouduct_ul ul li .d1-img {
    width: 100%;
    overflow: hidden;
    border-radius: 3px 0px 0px 3px;
}

.D1_prouduct_ul ul li .d1-img img {
    width: 100%;
    transition: all .4s;
}

.D1_prouduct_ul ul li .d1-text {
    width: 100%;
    padding: 0 28px;
}

.D1_prouduct_ul ul li .d1-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.D1_prouduct_ul ul li .d1-text .d1_more {
    width: 100%;
    border-top: 1px dashed #E4E4E4;
    display: flex;
    justify-content: center;
}

.D1_prouduct_ul ul li .d1-text .d1_more span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 39px;
    background: #F8F8F8;
    border-radius: 25px;
    color: #C6242E;
    font-size: 16px;
    margin: 30px 0;
    border: 1px solid #f8f8f8;
    transition: all .4s;
}

.D1_produc_list .title {
    position: relative;
}

.D1_produc_list .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.D1_produc_list .title span.img {
    position: absolute;
    width: 100%;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 92px;
    line-height: 86px;
    color: rgba(51, 51, 51, .1);
    text-align: center;
    text-transform: uppercase;
}

.D1_produc_list .title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C40818;
    left: 50%;
    transform: translateX(-50%);
}


/* ------------------d1 :end---------------------- */


/* ------------------d2 ---------------------- */

.D2_produc_list .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.D2_produc_list .title {
    position: relative;
}

.D2_produc_list .title span {
    position: absolute;
    width: 100%;
    top: -25px;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-size: 92px;
    line-height: 86px;
    color: rgba(51, 51, 51, .1);
    text-align: center;
}

.D2_produc_list .title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C40818;
    left: 50%;
    transform: translateX(-50%);
}

.D2_produc_list {
    width: 100%;
    padding: 120px 0 120px;
}

.d2_table_t {
    width: 100%;
    overflow: hidden;
    /* overflow-x: scroll; */
    margin-top: 40px;
    margin-bottom: 80px;
}

.d2_table_t .d2_table {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
}

.d2_table_t .d2_table .column_01 col:nth-child(1) {
    width: 22.6%;
}

.d2_table_t .d2_table .column_01 col:nth-child(2) {
    width: 26.5%;
}

.d2_table_t .d2_table .column_01 col:nth-child(3) {
    width: 50.9%;
}

.d2_table_t .d2_table thead tr {
    background: #EEEEEE;
}

.d2_table_t .d2_table thead tr th {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    text-align: left;
}

.d2_table_t .d2_table tbody tr td {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.d2_table_t .d2_table tbody tr td:last-child {
    border-right: 0;
}


/* ------------------d2 :end---------------------- */


/* ------------------d3 ---------------------- */

.D3_prout_cont {
    padding: 120px 0;
}

.D3_prout_cont .title {
    position: relative;
}

.D3_prout_cont .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.D3_prout_cont .title span.img {
    position: absolute;
    top: -25px;
    left: 50%;
    text-transform: uppercase;
    transform: translateX(-50%);
    width: 100%;
    font-size: 92px;
    line-height: 82px;
    text-align: center;
    color: rgba(51, 51, 51, .1);
}

.D3_prout_cont .title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C40818;
    left: 50%;
    transform: translateX(-50%);
}

.D3_yyal_ul {
    margin: 40px 0 67px 0;
}

.D3_yyal_ul ul li {
    width: 49.36%;
    margin-right: 1.28%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 13px;
}

.D3_yyal_ul ul li:nth-child(1):hover img {
    transform: scale(1.1);
}

.D3_yyal_ul ul li:nth-child(4):hover img {
    transform: scale(1.1);
}

.D3_yyal_ul ul li .cpfx_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 20px;
}

.D3_yyal_ul ul li .cpfx_text h3 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 38px;
}

.D3_yyal_ul ul li img {
    width: 100%;
    transition: all .4s;
}

.D3_yyal_ul ul li:nth-child(2n) {
    margin-right: 0;
}

.D3_yyal_ul ul li dl {
    width: 48.7%;
    float: left;
    margin-right: 2.6%;
    margin-top: 1.8%;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.D3_yyal_ul ul li .zzc_cpty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, rgba(45, 45, 45, 0.08) 48%);
}

.D3_yyal_ul ul li dl:hover img {
    transform: scale(1.1);
}

.D3_yyal_ul ul li dl .cpfx_text {
    padding: 22px 20px;
}

.D3_yyal_ul ul li dl .cpfx_text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.D3_yyal_ul ul li dl:nth-child(1),
.D3_yyal_ul ul li dl:nth-child(2) {
    margin-top: 0;
}

.D3_yyal_ul ul li dl:nth-child(2n) {
    margin-right: 0;
}


/* ------------------d3 :end---------------------- */


/* ------------------E1 ---------------------- */

.E1_prout_cont {
    padding: 120px 0;
}

.E1_prout_cont .title {
    position: relative;
}

.E1_prout_cont .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.E1_prout_cont .title span.img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: rgba(51, 51, 51, .1);
    line-height: 82px;
    font-size: 92px;
}

.E1_prout_cont .title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C40818;
    left: 50%;
    transform: translateX(-50%);
}

.E1_conter_vont {
    width: 100%;
    margin-top: 40px;
}

.E1_conter_vont .e1_comt_l {
    width: 44.83%;
    float: left;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 70px;
    height: 500px;
}

.E1_conter_vont .e1_comt_r {
    width: 55.17%;
    float: left;
    height: 500px;
}

.E1_conter_vont .e1_comt_r img {
    max-width: auto !important;
}

.E1_conter_vont .e1_comt_l h3 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.E1_conter_vont .e1_comt_l .text_xin {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.E1_conter_vont .e1_comt_l .text_xin p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}

.E1_conter_vont .e1_comt_l .text_xin p.icon_dh::before {
    width: 13px;
    height: 15px;
    background: url(../images/icon_dh.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
}

.E1_conter_vont .e1_comt_l .text_xin p.icon_dz::before {
    width: 14px;
    height: 18px;
    background: url(../images/icon_dz.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
}

.E1_conter_vont .e1_comt_l .text_xin p.icon_rs::before {
    width: 17px;
    height: 16px;
    background: url(../images/icon_rs.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
}

.E1_conter_vont .e1_comt_l .text_xin p.icon_qq::before {
    width: 17px;
    height: 19px;
    background: url(../images/qq_t.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
}

.E1_conter_vont .e1_comt_l .text_xin p.icon_wz::before {
    width: 18px;
    height: 18px;
    background: url(../images/icon_wz.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
}

.E1_conter_vont .e1_comt_l .text_xin p.icon_yx::before {
    width: 16px;
    height: 12px;
    background: url(../images/icon_yx.png) no-repeat center center/100%;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    display: inline-block;
}

.E1_zxly_xont {
    padding-bottom: 120px;
}

.E1_zxly_xont .title {
    position: relative;
}

.E1_zxly_xont .title h3 {
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}

.E1_zxly_xont .title span.img {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 92px;
    font-size: 92px;
    color: rgba(51, 51, 51, .1);
    width: 100%;
}

.E1_zxly_xont .title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #C40818;
    left: 50%;
    transform: translateX(-50%);
}

.e1_form {
    width: 100%;
    margin-top: 40px;
}

.e1_form .e1_input {
    width: 31.5%;
    float: left;
    margin-right: 2.75%;
    position: relative;
    margin-bottom: 20px;
}

.e1_form .e1_input:nth-child(3n) {
    margin-right: 0;
}

.e1_form .e1_input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}

.e1_form .e1_input input {
    padding-left: 66px;
    height: 54px;
    width: 100%;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    border: 1px solid #DEDEDE !important;
    border-radius: 0;
    font-family: Arial;
}

.e1_form .e1_textarea {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.e1_form .e1_textarea textarea {
    padding-left: 96px;
    width: 100%;
    padding-top: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    height: 180px;
    resize: none;
    font-family: Arial;
    border-radius: 0;
}

.e1_form .e1_textarea label {
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    z-index: 1;
    line-height: 30px;
}

.e1_form .e1_buttom {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.e1_form .e1_buttom button {
    width: 244px;
    height: 44px;
    background: #C40818;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}


/* ------------------E1 :end---------------------- */


/* IE浏览器版本兼容调试 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
     ::-ms-clear,
     ::-ms-reveal {
        display: none;
    }
}


/* 放置全部hover效果 */

@media screen and (min-width: 1200px) {
    .main_conter .index_cpzx .index_more1_t:hover {
        border: 1px solid #C40818;
    }
    .index_cpzx_swiper .cpzx_swiper .index_cpzx_cont:hover .index_cpzx_img img {
        transform: scale(1.1);
    }
    .index_swiper_next:hover {
        background: url(../images/icon_swiper2_h.png) no-repeat center center/100%;
    }
    .index_swiper_prev:hover {
        background: url(../images/icon_swiper1_h.png) no-repeat center center/100%;
    }
    .index_about_sfl .index_about_more span:hover i.about_more {
        transform: translateX(4px);
    }
    .prouduct_ul ul li:hover .c1-img img,
    .D1_prouduct_ul ul li:hover .d1-img img {
        transform: scale(1.1);
    }
    .prouduct_ul ul li:hover .c1-text .c1_more span,
    .D1_prouduct_ul ul li:hover .d1-text .d1_more span {
        border: 1px solid #C6242E;
    }
    .c2_chabp_ul ul li:hover {
        color: #FFFFFF;
        background: #C40818;
    }
    .c2_chabp_ul ul li:hover a {
        color: #fff;
    }
    .footer_daohang .footer_dh_l dl dd a:hover {
        color: #C40818;
    }
    .footer_daohang .footer_dh_r dl dd a:hover {
        color: #C40818;
    }
    .banner .swiper-slide.imgDiv img {
        animation: swiper_img_move 8s linear 0s infinite normal both;
    }
}

@supports (top: env(safe-area-inset-top)) {
    input {
        font-family: Arial;
    }
    .layui-layer-hui .layui-layer-content {
        font-family: Arial;
    }
    .layui-layer-dialog .layui-layer-padding {
        font-family: Arial;
    }
}

.dev2 .der_dl {
    flex-wrap: wrap;
}

.dev2 .der_dl dl {
    width: 33.33%;
    padding-right: 10px;
    margin-bottom: 15px;
}

.dev2.dev_rt .der_dl {
    flex-wrap: initial;
}

.dev2.dev_rt .der_dl dl {
    width: auto;
    margin-bottom: 0px;
}

.c2_pre_dilde .c2_drt_cont {
    margin-top: 60px;
}

.xinxi-r {
    display: flex;
    align-items: center;
}


/* .submenu .swiper-slide a {
    padding: 0 40px;
} */


/* 2021.1.20 */

.zyqh_lh {
    position: relative;
    margin-left: 24px;
}

.zyqh_lh .zyq_hover {
    position: absolute;
    top: 98%;
    left: -2px;
    width: 79px;
    background: #FFF;
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.04);
    padding: 12px;
    z-index: 4;
    display: none;
}

.zyqh_lh:hover .zyq_hover {
    display: block;
}

.zyqh_lh .zyq_hover a {
    display: block;
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.zyqh_lh .zyq_hover a span {
    color: #999;
    font-size: 16px;
}

.zyqh_lh .zyq_hover .yg_icon {
    width: 22px;
    height: 15px;
    background: url(../images/yg.jpg) no-repeat center center/100%;
    display: inline-block;
    margin-right: 10px;
}

.zyqh_lh .zyq_hover .zg_icon {
    width: 22px;
    height: 15px;
    background: url(../images/zg.jpg) no-repeat center center/100%;
    display: inline-block;
    margin-right: 10px;
}

.zyqh_lh .zyq_hover a span:hover {
    color: rgba(196, 8, 24, 1);
}

.zyqh_lh a.icont_eb {
    color: #999999;
    font-size: 16px;
    position: relative;
    /* display: block; */
    padding-left: 30px;
    padding-right: 14px;
    line-height: 38px;
}

.zyqh_lh a.icont_eb::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/ws_ti.png) no-repeat center center /100%;
}

.zyqh_lh a.icont_eb::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 9px;
    height: 6px;
    background: url(../images/xiala.png) no-repeat center center /100%;
}

.seafrch_min {
    display: flex;
    align-items: center;
}