@import url(yzui.css);



.m_header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    font-size: 0px;
    background: rgba(255, 255, 255, 0.7);
    height: 80px;
}

.m_header .logo {
    float: left;
    width: 15%;
    height: 80px;
}

.m_header .logo h1 a {
    line-height: 80px;
    font-size: 0px;
}

.m_header .logo img {
    vertical-align: middle;
    max-height: 60px;
}

.m_header .nav {
    text-align: right;
    width: 80%;
    float: right;
    height: 80px;
}

.m_header .nav ul {
    display: inline-block;
    margin: 0px auto;
}

.m_header .nav li {
    display: inline-block;
    transition: 0.5s;
    position: relative;
    background: url()no-repeat center bottom -20px;
}

.m_header .nav li>a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0px 40px;
    line-height: 80px;
}

.m_header .nav li:hover {
    background: #920b27 url('../image/nav_jiao.png')no-repeat center bottom;
}

.m_header .nav li.active {
    background: #920b27;
}

.m_header .nav li:hover>a,
.m_header .nav li.active>a {
    color: #fff;
}

.m_header .nav li .drop-down {
    display: none;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 100%;
    left: 0%;
}

.m_header .nav li .drop-down dd {
    float: left;
    font-size: 16px;
    width: 100%;
}

.m_header .nav li .drop-down dd a {
    width: 100%;
    ;
    height: 40px;
    position: relative;
    line-height: 40px;
    display: inline-block;
    width: 100%;
    color: #333;
    font-size: 16px;
}

.m_header .nav li .drop-down dd a::after {
    width: 0%;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #920b27;
    height: 1px;
    transition: 1s;
}

.m_header .nav li .drop-down dd a:hover {
    color: #920b27;
}

.m_header .nav li .drop-down dd a:hover::after {
    width: 100%;
}

.m_header .nav li:hover .drop-down {
    display: block;
}

.m_header .top_share {
    position: absolute;
    top: 40%;
    right: 7%;
    height: 20%;
}

.m_header .top_share li {
    float: left;
    margin-right: 25px;
    height: 100%;
}

.m_header .top_share li a img {
    height: 100%;
}

.m_header .top_share li p {
    display: none;
    position: absolute;
    right: 50%;
    top: 48px;
    width: 100%;
}

.m_header .top_share li p img {
    width: 150%;
}

.m_header .top_share li:hover p {
    display: block;
}

#fullpage {
    width: 100%;
}

.section {
    position: relative;
}

.m_banner {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}

.banner-swiper {
    height: 100%;
}

.m_banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 7%;
}

.m_banner .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin: 0px 10px;
    opacity: 1;
}

.m_banner .swiper-pagination-bullet-active {
    background: #920b27;
    width: 24px;
}

@keyframes rotate {
    0% {
        bottom: 1.7%;
    }
    25% {
        bottom: 2.2%;
    }
    50% {
        bottom: 2.7%;
    }
    75% {
        bottom: 2.2%;
    }
    100% {
        bottom: 1.7%;
    }
}

.m_banner .m_down {
    display: inline-block;
    position: absolute;
    bottom: 2.7%;
    width: 1.5%;
    left: 50%;
    margin-left: -0.75%;
    z-index: 9;
    max-width: 30px;
    animation: rotate 1.5s linear infinite;
}

.m_banner .m_down img {
    width: 100%;
}

.m_tit {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 110px;
    left: 0px;
    z-index: 99;
}

.m_tit span {
    font-size: 30px;
    color: #111;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.m_tit span i {
    display: inline-block;
    font-style: normal;
    width: 100px;
    height: 2px;
    background: #920b27;
    margin: 0px 15px;
    vertical-align: middle;
}

.m_tit p {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
}

#section1 {
    width: 100%;
    background: url('404.png')no-repeat center center;
}

.m_industry_con {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.m_industry_con li {
    width: 25%;
    float: left;
    position: relative;
}

.m_industry_con li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.m_industry_con li a img {
    width: 100%;
    min-height: 100%;
    transition: 1s;
}

.m_industry_con li:hover a img {
    transform: scale(1.1);
}

.m_industry_con li a .text {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 48% 10% 34%;
}

.m_industry_con li a .text span {
    font-size: 40px;
    color: #333;
}

.m_industry_con li a .text p {
    font-size: 14px;
    color: #666;
    text-align: justify;
    margin-top: 6%;
    line-height: 30px;
    height: 77%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.m_industry_con li a .text i {
    display: inline-block;
    width: 40%;
    height: 40px;
    line-height: 40px;
    background: #920b27;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    margin-top: 5%;
}

#section2 {
    width: 100%;
    background: url('../image/zyd_bg.jpg')no-repeat center center;
}

.m_store_con {
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 11% 0px 4.5%;
}

.m_store_con_img {
    float: left;
    width: 48%;
    position: relative;
}

.m_store_con_img img {
    width: 100%;
    transition: 1s;
    display: none;
}

.m_store_con_img img.img1 {
    display: inline-block;
}

.m_store_con_img img.img2 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.m_store_con_img img.img3 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.m_store_con_img img.img4 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.m_store_con_img img.img5 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.m_store_con_img img.img6 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.m_store_con_list {
    float: right;
    width: 49%;
}

.m_store_con_list .m_store_search {
    width: 100%;
    display: inline-block;
}

.m_store_con_list .m_store_search select {
    width: 71%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #920b27;
    font-size: 16px;
    color: #920b27;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.8) url("../image/select.png")no-repeat right 15px center;
}

.m_store_con_list .m_store_search input {
    float: right;
    width: 26%;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #920b27;
    background: #920b27;
    font-size: 16px;
    color: #fff;
}

.m_store_con_list_con {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    font-size: 0px;
}

.m_store_con_list_con .item {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.m_store_con_list_con .item .img {
    float: left;
    width: 42%;
    overflow: hidden;
height:148px;
}


.m_store_con_list_con .item .img img {
    width: 100%;
}

.m_store_con_list_con .item .text {
    float: right;
    width: 52.5%;
    padding: 15px 0px;
}

.m_store_con_list_con .item .text b {
    font-weight: 400;
    font-size: 18px;
    color: #920b27;
}

.m_store_con_list_con .item .text span {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.m_store_con_list_con .item .text p {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.m_store_con_list_con .item .text p i {
    font-style: normal;
}

.m_store_con_list_con .swiper-button-next,
.m_store_con_list_con .swiper-button-prev {
    top: auto;
    bottom: 290px;
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.m_store_con_list_con .swiper-button-next.swiper-button-disabled,
.m_store_con_list_con .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

.m_store_con_list_con .swiper-button-prev,
.m_store_con_list_con .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 725px;
}

.m_store_con_list_con .swiper-button-next,
.m_store_con_list_con .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.m_store_con_list_con .swiper-button-prev::after,
.m_store_con_list_con .swiper-container-rtl .swiper-button-next::after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../image/m_left.png')no-repeat center center;
    background-size: 100% auto;
}

.m_store_con_list_con .swiper-button-next::after,
.m_store_con_list_con .swiper-container-rtl .swiper-button-prev::after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../image/m_right.png')no-repeat center center;
    background-size: 100% auto;
}

#section3 {
    width: 100%;
    background: url('../image/desc_bg.jpg')no-repeat center center;
}

.m_desc_con {
    width: 100%;
    padding: 22% 0px 5%;
    height: 100%;
    display: inline-block;
}

.m_desc_con .text {
    float: left;
    width: 52%;
}

.m_desc_con .text span {
    font-size: 30px;
    color: #920b27;
    display: inline-block;
    width: 100%;
    position: relative;
}




.m_desc_con .text p {
    margin-top: 30px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    text-align: justify;
}

a.m_more {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border: 1px solid #999;
    margin-top: 5%;
    position: relative;
}

a.m_more::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0%;
    height: 0px;
    border-left: 1px solid #920b27;
    border-top: 1px solid #920b27;
    z-index: 1;
    transition: 1s;
}

a.m_more::after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0%;
    height: 0px;
    border-right: 1px solid #920b27;
    border-bottom: 1px solid #920b27;
    z-index: 1;
    transition: 1s;
}

a.m_more:hover::before,
a.m_more:hover::after {
    width: 105%;
    height: 120%;
}

a.m_more:hover {
    color: #920b27;
}

#section4 {
    width: 100%;
    background: url('../image/m_new_bg.jpg')no-repeat center center;
}

.m_new_con {
    width: 100%;
    display: inline-block;
    padding: 10.5% 0px 3%;
    height: 100%;
}

.m_new_con_list {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.m_new_con .item_l {
    float: left;
    width: 32.66%;
    position: relative;
    overflow: hidden;
}

.m_new_con .item_l img {
    width: 100%;
    transition: 1s;
}

.m_new_con .item_l:hover img {
    transform: scale(1.05);
}

.m_new_con .item_l p {
    position: absolute;
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    padding: 0px 5%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.m_new_con .item_l p span {
    float: left;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m_new_con .item_l p i {
    float: right;
    width: 15%;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    text-align: right;
}

.m_new_con .item_r {
    float: right;
    width: 66.33%;
}

.m_new_con .item_r ul {
    margin-top: -1.5%;
}

.m_new_con .item_r li {
    float: left;
    width: 49.24%;
    position: relative;
    margin-top: 1.5%;
    overflow: hidden;
}

.m_new_con .item_r li:nth-child(2n) {
    float: right;
}

.m_new_con .item_r li img {
    width: 100%;
    transition: 1s;
}

.m_new_con .item_r li:hover img {
    transform: scale(1.05);
}

.m_new_con .item_r li p {
    position: absolute;
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    padding: 0px 5%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.m_new_con .item_r li p span {
    float: left;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.m_new_con .item_r li p i {
    float: right;
    width: 15%;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    text-align: right;
}

.m_new_more {
    width: 100%;
    text-align: center;
}

.m_new_more a {
    margin-top: 2.5%;
}

.footer {
    width: 100%;
    background: url('../image/foot_bg.jpg')no-repeat center center;
}

.m_contact_up {
    width: 100%;
    display: inline-block;
    padding: 4% 0px 0.5%;
}

.m_contact_up .m_contact_up_l {
    float: left;
    width: 28%;
}

.m_contact_up .m_contact_up_l p {
    margin-bottom: 25px;
    font-size: 14px;
    color: #fff;
}

.m_contact_up .m_contact_up_l p:nth-child(1) {
    margin-bottom: 35px;
}

.m_contact_up .m_contact_up_l p img {
    max-height: 60px;
}

.m_contact_up .m_contact_up_c {
    float: left;
    width: 60%;
    font-size: 16px;
}

.m_contact_up .m_contact_up_c li {
    float: left;
    width: 10.5%;
    margin-left: 4%;
    text-align: left;
}

.m_contact_up .m_contact_up_c li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    margin-bottom: 15px;
}

.m_contact_up .m_contact_up_c li a:nth-child(1) {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.m_contact_up .m_contact_up_c li a:hover {
    color: #ccc;
}

.m_contact_up .m_contact_up_r {
    float: right;
    width: 10%;
    text-align: center;
    display: none;
}

.m_contact_up .m_contact_up_r img {
    width: 100%;
}

.m_contact_up .m_contact_up_r p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.m_contact_down {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    color: #fff;
}

.m_contact_down a {
    color: #fff;
}




section {
    font-size: 0px;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    font-size: 0px;
    background: rgba(255, 255, 255, 0.7);
    height: 80px;
}

.page-slide {
    width: 100%;
}

.page-slide img {
    width: 100%;
}

.page-category {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.page-category li {
    display: inline-block;
    font-size: 16px;
    margin: 0px 5.5%;
}

.page-category li a {
    color: #333;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.page-category li a::after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0px;
    width: 0%;
    height: 3px;
    background: #920b27;
    transition: 1s;
}

.page-category li:hover a,
.page-category li.active a {
    color: #920b27;
}

.page-category li:hover a::after,
.page-category li.active a::after {
    width: 100%;
}

.page_tit {
    width: 100%;
    text-align: center;
}

.page_tit b {
    font-size: ;
    color: #333;
    font-size: 24px;
    opacity: 0.1;
    display: inline-block;
    width: 100%;
}

.page_tit span {
    font-size: 24px;
    color: #333;
    display: inline-block;
    line-height: 24px;
    padding: 0px 0px 18px;
    background: url('../image/son_nav_tit.png')no-repeat center bottom;
    margin-top: -15px;
}




.about_desc {
    width: 100%;
    display: inline-block;
    padding: 45px 0px 35px;
    background: url('../image/about_db1.jpg')no-repeat center center;
    background-size: 100% auto;
}

.about_desc_con {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.about_desc_con .up {
    width: 100%;
    display: inline-block;
}

.about_desc_con .up .tit {
    float: left;
    width: 54%;
    padding-bottom: 25px;
    color: #920b27;
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #920b27;
    margin-bottom: 30px;
}

.about_desc_con .up .text {
    float: left;
    width: 100%;
}

.about_desc_con .up p {
    font-size: 16px;
    color: #666;
    line-height: 29px;
    text-align: justify;
}

.about_desc_con .up img {
    width: 42%;
    float: right;
    margin: 0px 0px 20px 20px;
}

.about_desc_con .down {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 29px;
}

.about_layout {
    width: 100%;
    display: inline-block;
    background: url('../image/about_bg2.jpg')no-repeat center center;
    padding: 60px 0px 40px;
}

.about_layout_con {
    width: 100%;
    display: inline-block;
    margin-top: 45px;
}

.about_layout_con .img {
    float: left;
    width: 47.6%;
}

.about_layout_con .img img {
    width: 100%;
}

.about_layout_con .text {
    width: 50%;
    float: right;
    padding: 65px 0px;
}

.about_layout_con .text>b {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    color: #920b27;
    padding-bottom: 25px;
    border-bottom: 1px solid #920b27;
}

.about_layout_con .text>p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-top: 15px;
}

.about_layout_con .text .advantage {
    width: 100%;
    display: inline-block;
    margin-top: 90px;
}

.about_layout_con .text .advantage li {
    float: left;
    text-align: center;
}

.about_layout_con .text .advantage li:nth-child(2) {
    margin-left: 20%;
}

.about_layout_con .text .advantage li:nth-child(3) {
    float: right;
}

.about_layout_con .text .advantage li i {
    font-style: normal;
    font-size: 50px;
    color: #920b27;
    font-weight: bold;
    line-height: 50px;
}

.about_layout_con .text .advantage li span {
    font-size: 16px;
    color: #920b27;
}

.about_layout_con .text .advantage li p {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.about_history {
    width: 100%;
    display: inline-block;
    padding: 60px 0px;
}

.about_history_con {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: top;
}

.about_history_con .img {
    width: 16.66%;
    margin-left: 0px;
    height: 475px
}

.about_history_con .img img {
    height: 100%;
}

.about_history_con .con {
    margin-right: 0px;
    width: 80.4%;
    position: relative;
}

.about_history_con .con .ab_year {
    position: relative;
}

.about_history_con .con .ab_zuo {
    float: left;
    width: 80px;
    text-align: center;
}

.about_history_con .con .ab_zuo .span1 {
    font-size: 18px;
    color: #666;
}

.about_history_con .con .ab_middle {
    padding: 8px 0;
}

.about_history_con .con .ab_middle .bdo_year {
    width: 100%;
    line-height: 105px;
    background: #fff;
    font-size: 36px;
    color: #333;
}

.about_history_con .con .ab_middle .ab_prev,
.about_history_con .con .ab_middle .ab_next {
    cursor: pointer;
}

.about_history_con .con .ab-scroll {
    float: right;
    width: 89%;
    height: 475px;
    overflow: hidden;
}

.about_history_con .con .nicescroll-rails {
    background: #eee;
}

.about_history_con .con .ab-scroll .rollbar-path-horizontal {
    height: 10px;
}

.about_history_con .con .ab_ul1 {
    padding-right: 5%;
}

.about_history_con .con .ab_ul1 li {
    line-height: 80px;
    font-size: 18px;
    line-height: 28px;
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.about_history_con .con .ab_ul1 li:nth-child(1) {
    border-top: 1px solid #eee;
}

.about_history_con .con .ab_ul1 li.xz,
.about_history_con .con .ab_ul1 li:hover {
    color: #920b27;
}

.about_history_con .con .ab_ul1 li span {
    display: none;
}

.about_honor {
    width: 100%;
    padding: 60px 0px 100px;
    background: url('../image/about_bg3.jpg')no-repeat center center;
    display: inline-block;
}

.about_honor_con {
    width: 100%;
    margin-top: 40px;
}

.about_honor_con .swiper-slide {
    padding: 20px 60px;
    background: #fff;
    border: solid 1px #ccc;
    text-align: center;
}

.about_honor_con .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.about_honor_con .swiper-button-next,
.about_honor_con .swiper-button-prev {
    top: auto;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
}

.about_honor_con .swiper-button-next.swiper-button-disabled,
.about_honor_con .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.about_honor_con .swiper-button-prev::after,
.about_honor_con .swiper-container-rtl .swiper-button-next::after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../image/m_left.png')no-repeat center center;
}

.about_honor_con .swiper-button-next::after,
.about_honor_con .swiper-container-rtl .swiper-button-prev::after {
    width: 100%;
    height: 100%;
    content: '';
    background: url('../image/m_right.png')no-repeat center center;
}




.qywh_desc {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 40px;
}

.qywh_desc .text {
    float: left;
    width: 55.33%;
    padding: 20px 0px;
}

.qywh_desc .text b {
    font-size: 40px;
    color: #aaa;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}

.qywh_desc .text span {
    font-size: 36px;
    color: #920b27;
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #920b27;
}

.qywh_desc .text p {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin-top: 35px;
}

.qywh_desc .img {
    float: right;
    width: 40%;
}

.qywh_desc .img img {
    width: 100%;
}

.qywh_employee {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
    background: #F8F8F8;
}

.qywh_employee_con {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.qywh_employee_con img {
    width: 100%;
}




.rcln {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
}

.rcln .item {
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

.rcln .item .con {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    position: relative;
}

.rcln .item .con>img {
    width: 100%;
}

.rcln .item .con .text {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44.66%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 5.5% 4.5%;
}

.rcln .item .con .text span {
    font-weight: bold;
    font-size: 30px;
    color: #920b27;
    display: inline-block;
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #920b27;
}

.rcln .item .con .text p {
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}

.rcln .item:nth-child(2n) .con .text {
    left: 0px;
    right: auto;
    top: 0px;
}

.rcln_group {
    width: 100%;
    display: inline-block;
    padding: 60px 0px 100px;
    background: #F8F8F8;
}

.rcln_group .rcln_group_con {
    width: 100%;
    margin-top: 25px;
    display: inline-block;
}

.rcln_group .rcln_group_con .item {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 0px 50px 0px;
    margin-top: 15px;
}

.rcln_group .rcln_group_con .item .tit {
    width: 100%;
    padding: 15px 0px;
    display: inline-block;
    cursor: pointer;
    transition: 1s;
}

.rcln_group .rcln_group_con .item .tit span {
    float: left;
    font-size: 16px;
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rcln_group .rcln_group_con .item .tit span:nth-child(1) {
    width: 32%;
    background: url('../image/rlzy_bag.png')no-repeat left center;
}

.rcln_group .rcln_group_con .item .tit span:nth-child(2) {
    width: 15%;
    margin-left: 1%;
    background: url('../image/rlzy_person.png')no-repeat left center;
}

.rcln_group .rcln_group_con .item .tit span:nth-child(3) {
    width: 23%;
    margin-left: 1%;
    background: url('../image/rlzy_notepad.png')no-repeat left center;
}

.rcln_group .rcln_group_con .item .tit span:nth-child(4) {
    width: 23%;
    margin-left: 1%;
    background: url('../image/rlzy_address.png')no-repeat left center;
}

.rcln_group .rcln_group_con .item .tit span:nth-child(5) {
    float: right;
    width: 4%;
    background: url('../image/rlzy_pulldownh.png')no-repeat right center;
}

.rcln_group .rcln_group_con .item .tit.active span:nth-child(1) {
    background: url('../image/rlzy_bags.png')no-repeat left center;
    color: #920b27;
    font-weight: bold;
}

.rcln_group .rcln_group_con .item .tit.active span:nth-child(5) {
    background: url('../image/rlzy_pulldown.png')no-repeat right center;
}

.rcln_group .rcln_group_con .item .con {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding-bottom: 20px;
    display: none;
}




.news {
    width: 100%;
    display: inline-block;
    padding: 20px 0px 60px;
}

.news .item {
    padding-top: 20px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: inline-block;
}

.news .item .img {
    float: left;
    width: 32.66%;
    overflow: hidden;
}

.news .item .img img {
    width: 100%;
    transition: 1s;
}

.news .item:hover .img img {
    transform: scale(1.1);
}

.news .item .text {
    float: right;
    width: 63.33%;
    padding: 30px 0px;
}

.news .item .text span {
    background: url('../image/icon-time.jpg')no-repeat left center;
    font-size: 16px;
    color: #999;
    display: inline-block;
    width: 100%;
    line-height: 28px;
    padding-left: 20px;
}

.news .item .text>a {
    display: inline-block;
    width: 100%;
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.news .item:hover .text a {
    color: #920b27;
}

.news .item .text p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .item .text b {
    position: relative;
    font-weight: bold;
    display: inline-block;
    ;
    margin-top: 60px;
    width: 100%;
}

.news .item .text b a {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    color: #999;
    transition: 1.5s;
}

.news .item:hover .text b a {
    left: 95%;
    color: #920b27;
}




.media {
    width: 100%;
    display: inline-block;
    padding: 0px 0px 100px;
}

.media .item {
    margin-left: -1.33%;
}

.media .item01 {
    float: left;
    width: 32%;
    margin-left: 1.33%;
    margin-top: 40px;
}

.media .item01 video {
    width: 100%;
    object-fit: fill;
}

.media .item01 p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.contact {
    width: 100%;
    display: inline-block;
    padding-top: 90px;
}

.contact_con {
    width: 100%;
    display: inline-block;
}

.contact_con .img {
    float: left;
    width: 56.66%;
    margin-left: 10px;
    border: 1px solid #b72f22;
}

.contact_con .img img {
    width: 100%;
    transform: translateX(-10px) translateY(-10px);
}

.contact_con .text {
    float: right;
    width: 38.66%;
    padding-top: 40px;
}

.contact_con .text span {
    display: inline-block;
    width: 100%;
    font-size: 30px;
    color: #920b27;
    padding-bottom: 25px;
    line-height: 30px;
    border-bottom: 1px solid #920b27;
}

.contact_con .text b {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    font-weight: 400;
}

.contact_con .text b i {
    font-style: normal;
    display: inline-block;
    width: 100%;
    font-size: 32px;
    color: #333;
    margin-top: 10px;
    line-height: 40px;
}

.contact_con .text p {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    background: url('../image/contact_icon2.png')no-repeat left center;
    padding-left: 30px;
}

.contact_con .text p:nth-last-child(1) {
    background: url('../image/contact_icon.png')no-repeat 3px center;
    padding-left: 30px;
}

.contact .map {
    width: 100%;
    height: 600px;
    background: #eee;
    margin-top: 50px;
}

.map_content p {
    float: right;
    width: 70%;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.map_content p span {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}




.detail {
    width: 100%;
    display: inline-block;
    padding: 40px 0px 100px;
}

.detail .tit {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.detail .tit b {
    font-size: 24px;
    color: #333;
}

.detail .tit p {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}

.detail .con {
    width: 100%;
    margin-top: 35px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.detail .con img {
    max-width: 100%;
}

.prev_next {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
}

.prev_next p {
    float: left;
    width: 47%;
    text-align: left;
}

.prev_next>a {
    float: left;
    width: 6%;
    text-align: center;
    color: #920b27;
}

.prev_next p:nth-last-child(1) {
    float: right;
    text-align: right;
}




.pages {
    width: 100%;
    display: inline-block;
    padding: 60px 0px;
}

.pages .con {
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.pages .con img {
    max-width: 100%;
}




.paging {
    width: 100%;
    margin-top: 65px;
    text-align: center;
}

.paging li {
    display: inline-block;
    margin: 0px 6px;
    font-size: 16px;
    color: #333;
}

.paging li a,
.paging li span {
    display: inline-block;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
    padding: 0px 15px;
    background: #f4f4f4;
}

.paging li a:hover {
    color: #fff;
    background: #920b27;
}

.paging li.active span {
    color: #fff;
    background: #920b27;
}

.zyd_detail {
    width: 690px;
    margin: 140px auto 70px;
    background: #dfefff;
    border-radius: 5px;
    padding: 25px 35px 35px 35px;
}

.zyd_detail .mbx {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding-top: 15px;
}

.zyd_detail .tit {
    display: inline-block;
    width: 100%;
}

.zyd_detail .tit h1 {
    font-size: 22px;
    margin: 25px 20px 25px 0;
    color: #000;
    font-weight: bold;
}

.zyd_detail .single_info {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    width: 100%;
    text-align: right;
}

.zyd_detail .post-right-list {
    position: absolute;
    top: 0;
    right: 20px;
}

.zyd_detail .con {
    margin-top: 25px;
    line-height: 25px;
    font-size: 16px;
}

@media (min-width: 1599px) and (max-width:1680px) {
    .m_tit {
        top: 100px;
    }
    .m_tit span {
        font-size: 28px;
        line-height: 28px;
    }
    .m_tit p {
        font-size: 16px;
        margin-top: 10px;
    }
    .m_industry_con li a .text span {
        font-size: 32px;
    }
    .m_industry_con li a .text {
        padding: 50% 10% 34%;
    }
    .m_store_con_img {
        width: 48%;
    }
    .m_store_con_list {
        width: 47%;
    }
    .m_store_con_list_con .item .img {
        width: 40%;
height:110px
    }
    .m_store_con_list_con .item .text {
        padding: 5px 0px;
        width: 54%;
    }
    .m_store_con_list_con .item .text span {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_store_con_list_con .item .text p {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_desc_con {
        padding: 19% 0px 5%;
    }
    .m_desc_con .text span {
        font-size: 26px;
    }
    .m_desc_con .text span::before {
        top: -45px;
        height: 35px;
    }
    .m_desc_con .text p {
        margin-top: 28px;
        line-height: 30px;
        font-size: 14px;
    }
    .m_new_con {
        padding: 11% 0px 3%;
    }
    .m_new_more a {
        margin-top: 2%;
    }
    .about_layout_con .text .advantage li:nth-child(2) {
        margin-left: 10%;
    }
    .about_history_con .img {
        width: 20%;
    }
    .about_history_con .con {
        width: 76%;
    }
    .about_history_con .con .ab_zuo {
        width: 9%;
    }
    .about_history_con .con .ab-scroll {
        width: 86%;
    }
}

@media (min-width:1439px) and (max-width:1599px) {
    .m_tit span {
        font-size: 28px;
        line-height: 28px;
    }
    .m_tit p {
        font-size: 16px;
        margin-top: 10px;
    }
    .m_industry_con li a .text span {
        font-size: 28px;
    }
    .m_store_con {
        padding: 14% 0px 0.5%;
    }
    .m_industry_con li a .text {
        padding: 50% 10% 34%;
    }
    .m_store_con_img {
        width: 48%;
    }
    .m_store_con_list {
        width: 47%;
    }
    .m_store_con_list_con .item .text {
        padding: 10px 0px;
    }
    .m_store_con_list_con .item .text b {
        font-size: 16px;
    }
    .m_store_con_list_con .item .text span {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_store_con_list_con .item .text p {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_desc_con {
        padding: 19% 0px 5%;
    }
    .m_desc_con .text span {
        font-size: 26px;
    }
    .m_desc_con .text span::before {
        top: -45px;
        height: 35px;
    }
    .m_desc_con .text p {
        margin-top: 28px;
        line-height: 30px;
        font-size: 14px;
    }
    .m_new_con {
        padding: 13% 0px 3%;
    }
    .about_layout_con .text {
        padding: 0px 0px;
    }
    .about_layout_con .text .advantage {
        margin-top: 40px;
    }
    .about_layout_con .text .advantage li:nth-child(2) {
        margin-left: 5%;
    }
    .about_layout_con .text .advantage li i {
        font-size: 46px;
        line-height: 46px;
    }
    .about_history_con .con {
        width: 76%;
    }
    .about_history_con .con .ab_middle .bdo_year {
        font-size: 32px;
    }
    .about_history_con .con .ab-scroll {
        width: 88%;
    }
}

@media (min-width:1365px) and (max-width:1439px) {
    .m_header {
        height: 60px;
    }
    .m_header .logo {
        height: 60px;
    }
    .m_header .logo h1 a {
        line-height: 60px;
    }
    .m_header .logo img {
        max-height: 40px;
    }
.m_store_con_list_con .item .img {height:100px;    }
    .m_header .nav {
        height: 60px;
    }
    .m_header .nav li>a {
        padding: 0px 30px;
        line-height: 60px;
    }
    .m_tit {
        top: 80px;
    }
    .m_tit span {
        font-size: 26px;
        line-height: 26px;
    }
    .m_tit p {
        font-size: 14px;
        margin-top: 5px;
    }
    .m_industry_con li a .text {
        padding: 46% 10% 34%;
    }
    .m_industry_con li a .text span {
        font-size: 30px;
    }
    .m_industry_con li a .text p {
        line-height: 26px;
        height: 65%;
    }
    .m_store_con_img {
        width: 43%;
    }
    .m_store_con_list {
        width: 50%;
    }
    .m_store_con_list .m_store_search select {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .m_store_con_list .m_store_search input {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .m_store_con_list_con .item {
        padding: 5px;
        margin-top: 5px;
    }
    .m_store_con_list_con .item .img {
        width: 37%;
height:100px;
    }
    .m_store_con_list_con .item .text {
        width: 58.5%;
        padding: 5px 0px;
    }
    .m_store_con_list_con .item .text b {
        font-size: 16px;
    }
    .m_store_con_list_con .item .text span {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_store_con_list_con .item .text p {
        margin-top: 10px;
        font-size: 14px;
    }
    .m_store_con_list_con .swiper-button-next,
    .m_store_con_list_con .swiper-button-prev {
        bottom: -30px;
        width: 20px;
        height: 20px;
    }
    .m_store_con_list_con .swiper-button-prev,
    .m_store_con_list_con .swiper-container-rtl .swiper-button-next {
        right: 40px;
    }
    .m_desc_con {
        padding: 17% 0px 5%;
    }
    .m_desc_con .text span::before {
        top: -40px;
        height: 25px;
    }
    .m_desc_con .text span {
        font-size: 24px;
    }
    .m_desc_con .text p {
        margin-top: 40px;
        line-height: 26px;
        font-size: 14px;
    }
    a.m_more {
        width: 150px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 3%;
    }
    .m_new_con .container_w {
        width: 65%;
        min-width: 970px;
    }
    .m_new_con .container_w a.m_more {
        margin-top: 1.5%;
    }
    .m_new_con .item_l p {
        height: 45px;
        line-height: 45px;
    }
    .m_new_con .item_l p span {
        font-size: 14px;
    }
    .m_contact_up .m_contact_up_r p {
        font-size: 14px;
    }
    .m_contact_up .m_contact_up_c {
        font-size: 14px;
    }
    .m_contact_up .m_contact_up_c li a:nth-child(1) {
        font-size: 16px;
    }
    .about_layout_con .text {
        padding: 0px 0px;
    }
    .about_layout_con .text .advantage {
        margin-top: 40px;
    }
    .about_layout_con .text .advantage li:nth-child(2) {
        margin-left: 6%;
    }
    .about_layout_con .text .advantage li i {
        font-size: 40px;
        line-height: 40px;
    }
    .about_history_con .con {
        width: 76%;
    }
    .about_history_con .con .ab_middle .bdo_year {
        font-size: 32px;
    }
    .about_history_con .con .ab_ul1 li {
        font-size: 16px;
        line-height: 26px;
        padding: 15px 0 15px;
    }
    .qywh_desc .text b {
        font-size: 36px;
    }
    .qywh_desc .text span {
        font-size: 30px;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .qywh_desc .text p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 25px;
    }
}