html,
body {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: rgba(245, 245, 245);
}

#leftBtn,
#rightBtn {
    width: 83px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    /* background-color: #ccc; */
    position: absolute;
    font-family: "宋体";
    font-size: 25px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
}

#leftBtn img,
#rightBtn img {
    margin-top: 13px;
}

#gg_leftBtn img,
#gg_rightBtn img {
    margin-top: 13px;
}

#ry_leftBtn img,
#ry_rightBtn img {
    margin-top: 17px;
}

/* 首页 */
.banner_big {
    width: 100%;
    height: 640px;
    min-width: 1366px;
    position: relative;
    /* padding-bottom: 400px; */
    /* opacity: 0.2;
    transform: scaleX(-1);
    background-image: radial-gradient(33% 64%, rgba(25, 18, 0, 0.00) 26%, #201100 100%);
    border-radius: 10px; */
}

a:hover {
    color: #fff;
}

.tabnav_jiameng {
    display: none;
}

/* 轮播 */
#box {
    width: 100%;
    height: 100%;
    position: relative;
}

#inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#inner ul {
    width: 600%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#inner ul li {
    float: left;
    height: 100%;
    position: relative;
}

#inner ul li .banner_img {
    width: 100%;
    height: 100%;
    /*background: url('../img/banner02.jpg') center no-repeat;*/
    /*background-size: 100% 100%;*/
}
#inner ul li .banner_img2 {
    width: 100%;
    height: 100%;
    /*background: url('../img/banner01.jpg') center no-repeat;*/
    /*background-size: 100% 100%;*/
}
#inner ul li .banner_img3 {
    width: 100%;
    height: 100%;
    /*background: url('../img/banner03.jpg') center no-repeat;*/
    /*background-size: 100% 100%;*/
}

/* 轮播中介绍 */
.tabnav_jies {
    width: calc(100% - 242px);
    height: 450px;
    position: absolute;
    top: 225px;
    /* margin-top: -225px; */
    left: 120px;
}

.tabnav_jies_left {
    width: 50%;
    height: 100%;
}

.tabnav_jies_left_txt {
    font-size: 48px;
    color: #fff;
    font-family: SourceHanSerifCN-Medium;
}

.tabnav_jies_xian {
    width: 122px;
    height: 2px;
    background-color: #d92229;
    margin-top: 51px;
}

.tabnav_jies_txt2 {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 43px;
    font-family: SourceHanSerifCN-ExtraLight;
}

#inner ol {
    width: 199px;
    height: 120px;
    position: absolute;
    right: 120px;
    top: 225px;
}

#inner ol li {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-align: right;
    color: #fff;
    opacity: .8;
    font-family: SourceHanSerifCN-Regular;
}

#inner ol li:hover {
    opacity: 1;
}

#btnArr {
    width: 180px;
    height: 48px;
    position: absolute;
    top: 83%;
    left: 120px;
    /* margin-top: -20px; */
    /* display:none; */
}

#leftBtn,
#rightBtn {
    width: 83px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    /* background-color: #ccc; */
    position: absolute;
    font-family: "宋体";
    font-size: 25px;
    background: rgba(255, 255, 255, 0.1);
    /* background-color: #000; */
    opacity: .8;
    border: 1px solid #ffffff;
}

#leftBtn:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
}

#rightBtn:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
}

#rightBtn {
    right: 10px;
}

#inner ol li.cur {
    font-size: 20px;
    opacity: 1;
}



@media screen and (min-width: 1360px) {
    .banner_big {
        height: 720px;
    }

    .tabnav_jies {
        height: 320px;
    }

    .tabnav_jies {
        top: 160px;
    }

    .tabnav_jies_left_txt {
        font-size: 42px;
    }

    .tabnav_jies_xian {
        margin-top: 41px;
    }

    #inner ol {
        top: 160px;
    }

    #btnArr {
        top: 69%;
    }

    #leftBtn,
    #rightBtn {
        height: 39.5px;
        line-height: 39.5px;
    }
}

@media screen and (min-width: 1440px) {
    .banner_big {
        height: 900px;
    }

    .tabnav_jies {
        height: 360px;
    }

    .tabnav_jies {
        top: 180px;
    }

    #inner ol {
        top: 180px;
    }

    #btnArr {
        top: 55%;
    }

    #leftBtn,
    #rightBtn {
        height: 39.5px;
        line-height: 39.5px;
    }
}


.nav {
    height: 400px;
    /* margin-top: -43px; */
    position: absolute;
    bottom: 43px;
    left: 50%;
    margin-left: -600px;
}

.nav_one {
    width: 280px;
    height: 400px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.5s ease 0s;
}

.nav_one:hover {
    height: 432px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    margin-top: -20px;
}

.nav_one_txt {
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 32px;
    margin-top: 59px;
}

.nav_one_txt2 {
    font-size: 16px;
    color: #333333;
    letter-spacing: -1px;
    text-align: center;
    line-height: 24px;
    margin-top: 12px;
}

.nav_one_txt3 {
    width: 40px;
    height: 2px;
    background-color: #d92229;
    margin: 0 auto;
    margin-top: 28px;
}

.nav_one_txt4 {
    width: 74px;
    height: 64px;
    margin: 0 auto;
    margin-top: 42px;
}

.nav_one_txt4 img {
    width: 100%;
    height: 100%;
}

.nav_one_txt5 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.44px;
    text-align: center;
    line-height: 24px;
    margin-top: 43px;
}

.nav_one_txt6 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 14px;
    color: #333333;
    letter-spacing: -0.44px;
    text-align: center;
    line-height: 24px;
}

/* 企业公告 */
.qiyegonggao {
    margin-top: 150px;
    height: 610px;
    position: relative;
    overflow: hidden;
}

.qygg_left {
    width: 730px;
    transition: all 1s;
    position: absolute;
    opacity: 0;
    left: -730px;
}

.qygg_left_top {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.qygg_shuxian {
    width: 2px;
    height: 20px;
    background-color: #d00017;
    margin-top: 10px;
}

.qygg_left_top span {
    font-family: SourceHanSerifCN-Medium;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 36px;
    margin-left: 12px;
}

.gg_lunbo {
    width: 100%;
    height: 300px;
}

/* 公告轮播 */
.gglb {
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
}

.gg_inner {
    width: 100%;
    /*height: 300px;*/
    height: 560px;
    overflow: hidden;
    position: relative;
}

.ul {
    width: 400%;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
}

.ul li {
    float: left;
}

.ul li img {
    width: 730px;
    height: 300px;
}

.ol {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: none;
}

.ol li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-right: 7px;
}

.ol li.cur {
    background-color: #ff92a4;
}

#gg_btnArr {
    width: 100%;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}

#gg_leftBtn {
    width: 79.5px;
    height: 100%;
    /* background: #cccccc; */
    /* opacity: 0.7; */
    text-align: center;
    line-height: 40px;
    font-family: "宋体";
    font-size: 25px;
}

#gg_rightBtn {
    width: 79.5px;
    height: 100%;
    /* background: #cccccc; */
    /* opacity: 0.7; */
    text-align: center;
    line-height: 40px;
    font-family: "宋体";
    font-size: 25px;
}

.gg_text {
    width: 100%;
    height: 260px;
    background-color: #fff;
}

.gg_t_mar {
    width: 608px;
    /* margin: 0 auto; */
    padding-top: 30px;
    margin-left: 30px;
    transition: all 1.5s;
    /* transform: rotateX(0deg) rotateY(0deg); */
}

.gg_t_mar p {
    font-family: SourceHanSerifCN-Medium;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 36px;
    /* margin-top: 30px; */
    `
}

.gg_t_mar_txt {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-top: 32px;
    opacity: .9;
}

.qygg_right {
    width: 430px;
    height: 100%;
    transition: all 1s;
    position: absolute;
    opacity: 0;
    right: -430px;
}

.qygg_rgiht_cen {
    width: 100%;
    height: 560px;
    background-color: #fff;
}

.qygg_rgiht_cen_one {
    width: 370px;
    height: 110px;
    border-bottom: 1px dashed #d8d8d8;
    margin: 0 auto;
}

.qygg_rgiht_cen_one_l {
    width: 71px;
    font-family: SourceHanSerifCN-Regular;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 120px;
    color: #999;
}

.qygg_rgiht_cen_one_r {
    width: 250px;
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-top: 35px;
    color: #555;
    opacity: .8;
}

.qygg_rgiht_cen_one:hover .qygg_rgiht_cen_one_l {
    color: #d00017;
}

.qygg_rgiht_cen_one:hover .qygg_rgiht_cen_one_r {
    color: #d00017;
}

.guanggao {
    width: 100%;
    height: 254px;
    margin-top: 180px;
}

.guanggao img {
    width: 100%;
    height: 100%;
}

.shipin {
    height: 720px;
    height: 360px;
    padding: 180px 0 210px 0;
    overflow: hidden;
}

.shipin_cen {
    width: 100%;
}

.shipin_c_vio {
    width: 720px;
    height: 100%;
    position: relative;
}

.shipin_c_vio video {
    width: 100%;
    height: 100%;
}

.vio_bofang {
    width: 72px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
}

.vio_bofang img {
    width: 100%;
    height: 100%;
}

.shipin_c_txt {
    width: 398px;
    height: 100%;
    transition: all 1s;
    margin-right: -400px;
    opacity: 0;
}

.shipin_c_txt1 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    line-height: 55px;
}

.shipin_c_txt2 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-top: 40px;
    opacity: .8;
}

.shipin_c_txt3 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    opacity: .8;
}

.shipin_c_txt4 {
    width: 240px;
    height: 40px;
    margin-top: 54px;
    background-color: #d92229;
    border-radius: 2px;
    font-family: SourceHanSerifCN-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
}

.shipin_c_txt4:hover {
    background: rgba(172, 0, 7, 1);
}

.shipin_c_txt4 a {
    color: #fff;
    font-family: SourceHanSerifCN-Medium;
}

.sy_chayuan {
    width: 100%;
    height: 640px;
    position: relative;
}

.sy_chayuan img {
    width: 100%;
    height: 100%;
}

.sy_cy_main {
    width: 548px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -274px;
}

.sy_cy_main_txt {
    width: 100%;
    transition: all 1s;
    opacity: 0;
    margin-top: 0px;
    font-family: SourceHanSerifCN-Medium;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: -0.87px;
    text-align: center;
    line-height: 55px;
}

.sy_cy_main_txt1 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: -0.87px;
    text-align: center;
    line-height: 55px;
    transition: all 1s;
    opacity: 0;
}

.sy_cy_main_c {
    width: 100%;
    transition: all 1s;
    opacity: 0;
    margin-top: 280px;
}

.sy_cy_main_cen {
    width: 96px;
}

.sy_cy_main_cen_img {
    width: 96px;
    height: 96px;
}

.sy_cy_main_cen_img img {
    width: 100%;
    height: 100%;
}

.sy_cy_main_cen_img_txt {
    font-family: SourceHanSerifCN-Medium;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
}

.sy_cy_main_cen_img_txt1 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 27px;
    margin-top: 3px;
}

.sy_cy_liaojie {
    width: 240px;
    height: 40px;
    margin: 0 auto;
    margin-top: 84px;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 1);
    font-family: SourceHanSerifCN-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
}

.sy_cy_liaojie:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
}

.sy_cy_liaojie a {
    color: #fff;
    font-family: SourceHanSerifCN-Medium;
}

/* 首页 产品 */
.sy_chanpin {
    height: 1023px;
}

.sy_chanpin_top {
    width: 675px;
    margin: 0 auto;
    margin-top: 100px;
}

.sy_chanpin_top_txt {
    font-family: SourceHanSerifCN-Medium;
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
}

.sy_chanpin_cen {
    width: 100%;
    margin-top: 53px;
}

.sy_chanpin_cen_l {
    width: 580px;
    height: 560px;
    position: relative;
    overflow: hidden;
    background: url('../img/youcha.jpg') top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.sy_chanpin_cen_l:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.sy_chanpin_cen_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sy_chanpin_cen_l:hover>img {
    width: 105%;
    height: 105%;
}

.sy_chanpin_cen_l img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.sy_chanpin_cen_l_img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 24px;
    left: 30px;
}

.sy_chanpin_cen_l_img img {
    width: 100%;
    height: 100%;
}

.sy_chanpin_cen_l_b_txt {
    position: absolute;
    bottom: 24px;
    left: 30px;
}

.sy_chanpin_cen_l_b_txt1 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 36px;
}

.sy_chanpin_cen_l_b_txt2 {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 22px;
}

.sy_chanpin_cen_r {
    width: 580px;
    height: 100%;
    margin-left: 20px;
}

.sy_chanpin_cen_r_t {
    width: 100%;
    height: 270px;
    position: relative;
    overflow: hidden;
    background: url('../img/youqi.jpg') top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.sy_chanpin_cen_r_t a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sy_chanpin_cen_r_t:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.sy_chanpin_cen_r_t:hover>img {
    width: 105%;
    height: 105%;
}

.sy_chanpin_cen_r_t img {
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.sy_chanpin_cen_r_b {
    width: 100%;
    height: 270px;
    margin-top: 20px;
}

.sy_chanpin_cen_r_l {
    width: 280px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sy_chanpin_cen_r_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.youfu_img {
    background: url('../img/youfu.jpg') top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.youfu_img:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.youxiang_img {
    background: url('../img/youxiang.jpg') top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.youxiang_img:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* .sy_chanpin_cen_r_l:hover>img {
    width: 105%;
    height: 105%;
} */

.sy_chanpin_cen_r_l img {
    transition: all 1s;
    width: 100%;
    height: 100%;
}

.sy_chanpin_bottom {
    width: 240px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    background: rgba(217, 34, 41, 1);
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
}

.sy_chanpin_bottom:hover {
    background: rgba(172, 0, 7, 1);
}

.sy_chanpin_bottom a {
    font-size: 14px;
    font-family: SourceHanSerifCN-Medium, SourceHanSerifCN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

/* 首页 加盟展示 */
.jiamengzhanshi {
    width: 100%;
    height: 520px;
    background: url("../img/jiamengzhanshi.jpg") top left no-repeat;
}

.TeamStyle-box {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 86px;
    margin-left: 160px;
}

/* .TeamStyle-box dl dt {
    background-image: url(../images/tuandui/tit_line.jpg);
    background-position: center 20px;
    background-repeat: repeat-x;
    text-align: center;
} */
/* .about p {
    color: #333;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
} */
.TeamStyle-box dl dd {
    /* margin: 40px auto; */
    /* width: 1180px; */
    margin-top: 32px;
}

.TeamStyle-box dl dt b {
    font-family: SourceHanSerifCN-Medium;
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 55px;
}

.picMarquee-left {
    position: relative;
    overflow: hidden;
    width: 1200px;
}

.picMarquee-left a {
    color: #fff;
    text-decoration: none;
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 27px;
}

.tempWrap {
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.picList {
    zoom: 1;
}

.picMarquee-left .bd ul li {
    float: left;
    width: 240px;
    overflow: hidden;
    margin: 0 10px;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.pic {
    margin: 0;
    float: left;
    height: auto;
    width: 248px;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.picMarquee-left .bd ul li .pic a {
    overflow: hidden;
    display: block;
    position: relative;
    width: 240px;
    height: 160px;
}

.about img {
    width: 100%;
    margin: 3% 0;
}

.picMarquee-left .bd ul li .pic img {
    position: relative;
    display: block;
    width: 15pc;
    height: 160px;
    transition: all 0.5s;
}

.picMarquee-left .bd ul li .title {
    margin-top: 10px;
    line-height: 24px;
}

.gd_jiamenganli {
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #d92229;
    border-radius: 2px;
    font-family: SourceHanSerifCN-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-left: 174px;
    margin-top: 40px;
}

.gd_jiamenganli:hover {
    background: rgba(172, 0, 7, 1);
}

.gd_jiamenganli a {
    color: #fff;
    font-family: SourceHanSerifCN-Medium;
}

/* 文化 */
.sy_wenhua {
    width: 100%;
    height: 809px;
    padding-top: 140px;
}

.sy_wenhua_m {
    height: 689px;
}

.sy_wenhua_m_l_l {
    width: 860px;
    height: 376px;
    position: relative;
    overflow: hidden;
    background: url('../img/mendian.jpg') top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.sy_wenhua_m_l_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sy_wenhua_m_l_l:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* .sy_wenhua_m_l_l:hover img {
    width: 105%;
    height: 105%;
} */

.sy_wenhua_m_l_l img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.sy_wenhua_m_l_r {
    width: 310px;
    height: 376px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 1s;
}


.sy_wenhua_m_l_r_t {
    width: 224px;
    margin: 0 auto;
}

.sy_wenhua_m_l_r_txt {
    font-family: SourceHanSerifCN-Medium;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    margin-top: 40px;
}

.sy_wenhua_m_l_r_txt1 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
}

.sy_mdjs {
    width: 210px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-family: SourceHanSerifCN-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    background: #d92229;
    border-radius: 2px;
}

.sy_wenhua_m_l_r_txt1_fwsh {
    opacity: 0.8;
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 23px;
}

.sy_mdjs a {
    color: #fff;
}

.jiamengyoushi {
    background: url("../img/jiamengyoushi.jpg") top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.jiamengyoushi:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}


.sy_wenhua_m_bottom {
    width: 100%;
    height: 280px;
    margin-top: 33px;
}

.sy_wenhua_m_b_one {
    width: 300px;
    height: 100%;
    position: relative;
    background: url("../img/monijisuan.jpg") top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.sy_wenhua_m_b_one:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.sy_wenhua_m_b_one2 {
    background: url("../img/jiamengfuwu.jpg") top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.sy_wenhua_m_b_one2:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.sy_wenhua_m_b_t {
    color: #fff;
}

.sy_wenhua_m_b_btn {
    width: 180px;
    opacity: 0.6;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
}

.sy_wenhua_m_b_two {
    width: 540px;
    height: 100%;
    position: relative;
    background: url("../img/zhiyepeixun.jpg") top left no-repeat;
    transition: all 1s;
    background-size: 100% 100%;
}

.sy_wenhua_m_b_two:hover {
    background-size: 105% 105%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.guanggao_two {
    width: 100%;
    /* height: 280px; */
}

.guanggao_two img {
    width: 100%;
    /* height: 100%; */
}

/* 视频 */
.jincai_shipin {
    width: 100%;
    height: 532px;
    padding-top: 122px;
}

.jincai_sp_top {
    width: 100%;
    height: 58px;
}

.jincai_sp_top span {
    font-family: SourceHanSerifCN-Medium;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 36px;
    margin-left: 12px;
}

.shipinzhongxin {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.5px;
    text-align: right;
    line-height: 27px;
}

.shipinzhongxin a {
    font-family: SourceHanSerifCN-Regular;
}

.shipinzhongxin:hover a {
    color: #d00017;
}

.jincai_sp_cen {
    width: 100%;
    /* height: 340px; */
}

.jincai_sp_cen_one {
    width: 380px;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.jincai_sp_cen_one_t {
    width: 100%;
    height: 240px;
    position: relative;
}

.jincai_sp_cen_one_t video {
    width: 100%;
    height: 100%;
}

.jincai_sp_cen_one_b {
    width: 100%;
    height: 70px;
    background-color: #fff;
    text-align: center;
    padding-top: 30px;
    margin-top: -10px;
}

.jincai_sp_cen_one_b span {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 27px;
}

.jincai_sp_cen_one:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

/* 咨询考察 */
.zixunkaocha {
    width: 100%;
    height: 551px;
    background-color: #fff;
    margin-bottom: 120px;
}

.zxkc_left {
    width: 875px;
    height: 100%;
}

.zxkc_left img {
    width: 100%;
    height: 100%;
}

.zxkc_right {
    width: 480px;
    margin-left: 90px;
    font-family: SourceHanSerifCN-Medium;
}

.zxkc_right_txt {
    font-family: SourceHanSerifCN-Medium;
    margin-top: 50px;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: center;
}

.zxkc_right_phone {
    font-family: PingFangSC-Medium;
    width: 280px;
    margin: 0 auto;
    font-size: 36px;
    color: #222222;
    text-align: center;
    line-height: 48px;
    margin-top: 18px;
}

.zxkc_right_phone img {
    width: 33px;
    height: 33px;
}

.zxkc_right_xian {
    width: 100%;
    height: 1px;
    background-color: #979797;
    margin-top: 39px;
    margin-bottom: 34px;
    opacity: 0.3;
}

.zxkc_right_txt_dizhi {
    margin-top: 23px;
    opacity: 0.6;
    font-family: SourceHanSerifCN-Regular;
    font-size: 12px;
    color: #222222;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
}

.sy_kc_info {
    width: 100%;
    margin-top: 32px;
}

.sy_kc_info_one {
    height: 54px;
    width: 100%;
}

.sy_kc_info_one_l {
    width: 220px;
    height: 100%;
    border-bottom: 1px solid #555555;
}

.sy_kc_info_one_l_img {
    width: 24px;
    height: 24px;
    margin-top: 13px;
}

.sy_kc_info_one_l input {
    font-family: SourceHanSerifCN-Regular;
    height: 100%;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 16px;
    opacity: 0.5;
    border: 0;
    /*去掉未选中状态边框*/
    outline: none;
    /*去掉选中状态边框*/
    margin-left: 23px;
}

.chasan_t_xian {
    width: 60px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 20%;
    bottom: 48%;
}

.chasan_t_txt {
    position: absolute;
    left: 20%;
    bottom: 30%;
    font-family: SourceHanSerifCN-Medium;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 55px;
}

.yuyue_btn {
    width: 480px;
    height: 40px;
    background: #d92229;
    border-radius: 2px;
    font-family: SourceHanSerifCN-Medium;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 38px;
    line-height: 40px;
}

.yuyue_btn:hover {
    background: rgba(172, 0, 7, 1);
}

.tabnav_txt a span {
    color: #fff;
    opacity: .8;
    font-family: SourceHanSerifCN-Regular;
}

.tabnav_txt a span:hover {
    opacity: 1;
    /* color: #d00017 !important; */
}

.tabnav_txt640 a span:hover {
    opacity: 1;
    color: #FF3B3B !important;
}

/* #shouye_cur {
    color: #ff3b3b !important;
} */

/* 品牌页面 */
.gd_tabnav {
    position: fixed;
    background-color: #fff;
}

.tabnav_txt a span.gd_span {
    color: rgb(34, 34, 34);
}

.tabnav_txt a span.gudign_show {
    color: #FF3B3B;
}

.hide {
    display: none;
}

.tab_width_gd {
    width: 1200px;
}

.tabnav_logo_gd {
    height: 100%;
    background-color: #fff;
}

.tabnav_logo_img_gd {
    width: 58px;
    height: 58px;
    margin-top: 12px;
}

/* 头部2 */
.toubu_two {
    width: 100%;
    height: 40px;
    /* opacity: 0.8; */
    background: #222;
    /* margin-top: 81px; */
    z-index: 999;
}

.toubu_two_c {
    line-height: 40px;
}

.toubu_two_c_l {
    font-family: SourceHanSerifCN-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
}

.toubu_two_c_r {
    width: 300px;
    height: 100%;
}

.toubu_two_c_r div a {
    opacity: 0.5;
    font-family: SourceHanSerifCN-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: -0.44px;
    line-height: 40px;
}
.toubu_two_c_r div a:hover{
    opacity: 1;
}
.toubu_two_c_r div.qiye_cur a {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: -0.44px;
    line-height: 40px;
}

.pp_qyjs_banner {
    width: 100%;
    /* height: 440px; */
    min-width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    margin-top: 120px;
}

.pp_qyjs_banner img {
    width: 100%;
    height: 100%;
}

.qyjs_wenhua {
    width: 100%;
    height: 1150px;
    background-color: #fff;
    padding-top: 90px;
}

.qyjs_wh_left {
    width: 310px;
}

.qyjs_wh_logo {
    width: 98px;
    height: 114px;
}

.qyjs_wh_logo img {
    width: 100%;
    height: 100%;
}

.qyjs_wh_left_main {
    margin-top: 259px;
}

.qyjs_wh_left_main_one {
    width: 100%;
}

.qyjs_wh_left_main_img {
    width: 46px;
    height: 46px;
}

.qyjs_wh_left_main_img img {
    width: 100%;
    height: 100%;
}

.qyjs_wh_left_main_txt {
    width: 62px;
    height: 56px;
    margin-left: 31px;
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
}

.margin_top55 {
    margin-top: 55px;
}

.qyjs_wh_right {
    width: 780px;
}

.qyjs_wh_right_tit {
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    line-height: 55px;
    font-family: SourceHanSerifCN-Medium;
}

.qyjs_wh_lunbo {
    width: 780px;
    height: 378px;
    margin-top: 79px;
}

.hehua {
    width: 271px;
    height: 166px;
    margin-top: 97px;
}

.hehua img {
    width: 100%;
    height: 100%;
}

/* 轮播 */

.qyjs_inner {
    width: 600%;
    height: 100%;
}

.qyjs_inner img {
    display: block;
    float: left;
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.prev,
.next {
    width: 80px;
    height: 40px;
    opacity: 0.7;
    transform: scaleX(-1);
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    right: 82px;
    border: 1px solid #fff;
}

.prev img,
.next img {
    margin-top: 15px;
}

.next {
    right: 0;
}

/* 文化 */
.qyjs_wh_text {
    margin-top: 46px;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-family: SourceHanSerifCN-Regular;
}


.qiye_shiming {
    margin-top: 102px;
}

.qiye_shiming_left {
    width: 264px;
}

.qiye_shiming_left_txt {
    font-size: 24px;
    color: #111111;
    letter-spacing: 0;
    line-height: 36px;
    font-family: SourceHanSerifCN-Medium;
}

.qiye_shiming_left_txt2 {
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    margin-top: 19px;
    font-family: SourceHanSerifCN-Regular;
}

.qiye_shiming_left_txt3 {
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
}

.qiye_shiming_right {
    margin-left: 98px;
}

.qyjs_guanggao {
    width: 100%;
    min-width: 1200px;
    /* height: 360px; */
}

.qyjs_guanggao img {
    width: 100%;
    /* height: 100%; */
}

/* 发展史 */
.qyjs_fzs {
    width: 100%;
    height: 840px;
    padding-top: 120px;
    background-color: #fff;
}

.qyjs_fzs_top {
    width: 100%;
    height: 48px;
}

.qyjs_fzs_top span {
    font-size: 32px;
    color: #101010;
    line-height: 48px;
    margin-left: 12px;
    font-family: SourceHanSerifCN-Medium;
}

.qyjs_fzs_cen {
    width: 100%;
    height: 800px;
    margin-top: 29px;
}

.fzslb {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.fzs_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#fzs_btnArr {
    width: 160px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -70px;
    /* background-color: #eee; */
}

#fzs_leftBtn {
    width: 78px;
    height: 100%;
    border:1px solid rgba(170,170,170,1);
    text-align: center;
    line-height: 40px;
    font-family: "宋体";
    font-size: 25px;
    background: url('../img/tubiao/btn_left.svg') center no-repeat;
}
#fzs_leftBtn:hover{
    background: url('../img/tubiao/qiye_left.svg') center no-repeat;
    background-color: #D92229;
}

#fzs_rightBtn {
    width: 78px;
    height: 100%;
    border:1px solid rgba(170,170,170,1);
    text-align: center;
    line-height: 40px;
    font-family: "宋体";
    font-size: 25px;
    background: url('../img/tubiao/btn_right.svg') center no-repeat;
}
#fzs_rightBtn:hover{
    background: url('../img/tubiao/qiye_right.svg') center no-repeat;
    background-color: #D92229;
}

/* .lb_btn_cur:hover {
    background: #D92229;
} */

.fzs_ul {
    width: 400%;
    height: 100%;
    position: absolute;
    /* left: 0; */
    top: 0;
}

.fzs_ul li {
    float: left;
    width: 100%;
    height: 100%;
}

.fzs_ul li img {
    width: 100%;
    height: 100%;
}

.fzs_lb_one {
    width: 230px;
    height: 100%;
}

.fzs_lb_one_top {
    width: 100%;
    height: 312px;
}

.fzs_lb_one_top img {
    width: 100%;
    height: 100%;
}

.fzs_lb_one_txt {
    font-size: 24px;
    color: #666;
    letter-spacing: 0;
    line-height: 36px;
    margin-top: 38px;
    font-family: SourceHanSerifCN-Light;
}

.fzs_lb_one_txt2 {
    font-size: 24px;
    color: #111111;
    letter-spacing: 0;
    line-height: 36px;
    font-family: SourceHanSerifCN-Medium;
}

.fzs_lb_one_txt3 {
    margin-top: 22px;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    opacity: .8;
    font-family: SourceHanSerifCN-Regular;
}

/* 愿景 */
.yuanjing {
    width: 100%;
    min-width: 1200px;
    height: 750px;
    padding-top: 100px;
    background: url('../img/qiyejieshao/yuanjin.jpg') top left no-repeat;
}

.yj_title {
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 55px;
    font-family: SourceHanSerifCN-Medium;
}

.yj_title2 {
    width: 833px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 27px;
    font-family: SourceHanSerifCN-Regular;
}

.yj_hezuo {
    width: 100%;
    margin-top: 42px;
}

.yj_hezuo img {
    width: 100%;
}

/* 门店页面 */
.md_fenwei {
    width: 100%;
    min-width: 1200px;
    height: 668px;
    padding-top: 132px;
    background-color: #fff;
}

.md_fenwei_left {
    width: 320px;
}

.md_fenwei_left_top {
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    line-height: 55px;
    font-family: SourceHanSerifCN-Medium;
}

.md_fenwei_left_bot {
    width: 290px;
    height: 316px;
    margin-top: 67px;
}

.md_fenwei_left_bot img {
    width: 100%;
    height: 100%;
}

.md_fenwei_right {
    width: 680px;
}

.md_fenwei_right_t {
    width: 100%;
    height: 400px;
}

.md_fenwei_right_t img {
    width: 100%;
    height: 100%;
}

.md_fenwei_right_bot {
    margin-top: 46px;
}

.mar0 {
    margin: 0;
}

.md_fenwei_right_bot {
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-family: SourceHanSerifCN-Regular;
}

/* 门店类型 */
.md_type {
    width: 100%;
    min-width: 1200px;
    height: 870px;
    background-color: #fff;
    padding-top: 120px;
}

.md_type_tit {
    font-size: 40px;
    color: #222222;
    letter-spacing: 0;
    line-height: 55px;
    text-align: center;
    font-family: SourceHanSerifCN-Medium;
}

.md_type_tab {
    width: 100%;
    margin-top: 56px;
}

.tabBox {
    width: 100%;
}

.tabTitle li {
    width: 293px;
    height: 164px;
    border: 1px solid #DEDEDE;
    text-align: center;
    opacity: 0.4;
    color: #222222;
    font-family: SourceHanSerifCN-Regular;
    letter-spacing: -1.25px;
    position: relative;
}

.tabTitle li.diancur {
    opacity: 1;
}

.tabTitle li p {
    font-size: 40px;
    line-height: 56px;
    margin-top: 29px;
    font-family: SourceHanSerifCN-Regular;
}

.tabTitle li span {
    font-size: 16px;
    line-height: 36px;
    font-family: SourceHanSerifCN-Medium;
}

.md_xian {
    width: 150px;
    height: 2px;
    background-color: #D92229;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    display: none;
}

.tabTitle .diancur .md_xian {
    display: block;
}

.show {
    display: block;
}

.tabCont {
    width: 100%;
    height: 360px;
    margin-top: 70px;
    overflow: hidden;
}

.tabCont>div {
    width: 100%;
    height: 360px;
    display: none;
}

.tabCont>div.show {
    display: block;
}

.tabCont_l {
    width: 192px;
}

.tabCont_l_tit {
    font-size: 32px;
    color: #222222;
    letter-spacing: 0;
    line-height: 55px;
    font-family: SourceHanSerifCN-Medium;
}

.tabCont_l_pinmi {
    font-size: 24px;
    color: #222222;
    letter-spacing: -0.75px;
    line-height: 56px;
    opacity: 0.6;
    font-family: SourceHanSerifCN-Regular;
}

.tabCont_l_text {
    margin-top: 39px;
}

.tabCont_l_txt {
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 28px;
    font-family: SourceHanSerifCN-Regular;
    opacity: .5;
}

.tabCont_r {
    width: 886px;
    height: 360px;
}

.tabCont_r_l {
    width: 575px;
    height: 100%;
}

.tabCont_r_l img {
    width: 100%;
    height: 100%;
}

.tabCont_r_r {
    width: 300px;
    height: 100%;
}

.tabCont_r_r_one {
    width: 300px;
    height: 175px;
}

.tabCont_r_r_one2 {
    margin-top: 10px;
}

.tabCont_r_r_one img {
    width: 100%;
    height: 100%;
}

.tabCont_r_r_one3 {
    width: 280px;
    height: 165px;
    margin-bottom: 10px;
}

.tabCont_r_r_one3 img {
    width: 100%;
    height: 100%;
}

/* 空间展示 */
.kongjian {
    width: 100%;
    min-width: 1200px;
    padding-bottom: 120px;
    background-color: #fff;
}

.kongjian_top {
    height: 34px;
}

.kj_shuxian {
    width: 2px;
    height: 20px;
    background-color: #D00017;
    margin-top: 8px;
}

.kj_ttile {
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 36px;
    margin-left: 12px;
    font-family: SourceHanSerifCN-Medium;
}

.kongjian_top_r {
    width: 100px;
}

.kongjian_top_r_one {
    width: 32px;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 55px;
    opacity: .3;
}
.kongjian_top_r_one:hover{
    opacity: 1;
}

.kj_cur {
    opacity: 1;
}

.kongjian_cen {
    width: 100%;
    min-width: 1200px;
    margin-top: 36px;
    height: 570px;
    overflow: hidden;
}

.kongjian_cen_tabcon {
    width: 100%;
    height: 100%;
    display: none;
}

.kongjian_cen .show {
    display: block;
}

.kongjian_cen_one {
    width: 380px;
    height: 280px;
    margin-bottom: 5px;
}

.kongjian_cen_one img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1440px) {
    .kongjian_cen {
        height: 550px;
    }

    .kongjian_cen_one {
        width: 370px;
        height: 270px;
    }
}

@media screen and (min-width: 1360px) {
    .kongjian_cen {
        height: 410px;
    }

    .kongjian_cen_one {
        width: 300px;
        height: 200px;
    }
}

.more_anli {
    width: 300px;
    height: 56px;
    margin: 0 auto;
    margin-top: 80px;
    background: #D92229;
    border-radius: 2px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 56px;
}
.more_anli:hover{
    background: rgba(172, 0, 7, 1);
}

.more_anli a {
    color: #fff;
    font-family: SourceHanSerifCN-Medium;
}


.zs_lunbo {
    width: 100%;
    height: 200px;
}

.rylb {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.ry_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ry_ul {
    width: 400%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ry_ul li {
    width: 260px;
    /* height: 160px; */
    float: left;
}

.jmzs_text {
	height: 27px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: -0.5px;
    line-height: 27px;
    margin-top: 16px;
    font-family: SourceHanSerifCN-Regular;
}

.ry_ul li img {
    width: 240px;
    height: 160px;
}

.ry_ol {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: none;
}

.ry_ol li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    margin-top: 7px;
}

.ry_ol li.cur {
    background-color: #ff92a4;
}

#ry_btnArr {
    width: 180px;
    height: 48px;
    position: absolute;
    right: 370px;
    top: -70px;
}

#ry_leftBtn {
    width: 88px;
    height: 100%;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-family: "宋体";
    font-size: 25px;
}

#ry_leftBtn:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
}

#ry_rightBtn {
    width: 88px;
    height: 100%;
    opacity: 0.5;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-family: "宋体";
    font-size: 25px;
}

#ry_rightBtn:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 1);
    opacity: 1;
}


/* 特色修改 */
.qiyetese {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    margin-top: -150px;
    opacity: 0;
    transition: all 1s;
}

.qiyetese_one {
    width: 25%;
    height: 150px;
}

.qiyetese_one_c {
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.qiyetese_one_m {
    width: 170px;
    margin: 0 auto;
}

.qiyetese_one_m_img {
    width: 74px;
    height: 64px;
}

.qiyetese_one_m_img img {
    width: 100%;
    height: 100%;
}

.qiyetese_one_m_text {
    margin-left: 5px;
}

.qiyetese_one_m_txt {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    font-family: SourceHanSerifCN-Medium;
}

.qiyetese_one_m_txt2 {
    font-size: 15px;
    color: #333333;
    letter-spacing: -1px;
    line-height: 24px;
    margin-top: 5px;
    opacity: .8;
    font-family: SourceHanSerifCN-Regular;
}

.tese_xian {
    width: 1px;
    height: 64px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    right: 0;
}

.martop0 {
    margin-top: 0;
}

.xinwei_more {
    color: #999;
    font-size: 18px;
    line-height: 50px;
    position: absolute;
    right: 2px;
    font-family: SourceHanSerifCN-Regular;
}

.xinwei_more:hover {
    color: #d00017;
}

.xiugaidingwei {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    width: 278px;
}

.xiugaitiaozhuan {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.xgtz_tit {
    font-size: 24px;
    font-family: SourceHanSerifCN-Medium;
    color: #fff;
    position: relative;
}

.xgtz_tit img {
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -20px;
}

.xgtz_txt {
    font-family: SourceHanSerifCN-Regular;
    font-size: 16px;
    color: #fff;
    opacity: .8;
    margin-top: 10px;
}

.alert_vio {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* opacity: .8; */
    background-color: #222;
    display: none;
}

.alert_vio_m {
    width: 100%;
    height: 100%;
    position: relative;
}

.videos {
    width: 800px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -400px;
}

.videos video {
    width: 100%;
    height: 100%;
}

.vio_quxiao {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50px;
    right: 50px;
}

.jingcai_bofang {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 24px;
    bottom: 24px;
    background: url('../img/tubiao/bofang.svg') top left no-repeat;
    background-size: contain;
}

.jincai_sp_cen_one:hover .jingcai_bofang {
    background: url('../img/tubiao/bofang_hover.svg') top left no-repeat;
    background-size: contain;
}

.jingcai_bofang img {
    width: 100%;
    height: 100%;
}

/* 首页门店广告 */
.mendian_guanggao {
    position: absolute;
    top: 30px;
    left: 200px;
}

.mendian_gg_tit {
    width: 444px;
    height: 112px;
    font-size: 40px;
    font-family: SourceHanSerifCN-Medium, SourceHanSerifCN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 56px;
}

.mendian_gg_btn {
    width: 240px;
    height: 40px;
    background: rgba(217, 34, 41, 1);
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    font-family: SourceHanSerifCN-Medium, SourceHanSerifCN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    margin-top: 30px;
}

.mendian_gg_btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 1);
}

.mendian_gg_btn:hover {
    background: rgba(172, 0, 7, 1);
}
.gg_buyiyang{
    width: 1200px;
    height: 280px;
    margin: 0 auto;
}
.gg_buyiyang img{
    height: 100%;
}
.layui-laydate .layui-this{
    background-color: #d92229!important;
}
.index_ysi{
    margin-top: 10px;
}