.inner {
    /* width: 11.6rem; */
    width: 13.6rem;
    margin: 0 auto;
    min-height: 4rem;
}


/* 人才招聘 */

.rc {
    margin-left: 2.6rem;
    background-color: #fbfbfb;
}

.rcbnr {
    position: relative;
    width: 100%;
    height: 2.25rem;
    background-color: #fff;
}

.rcbnr img {
    position: absolute;
    top:-.8rem;
    width: 100%;
    /* height: 100%; */
    display: block;
}

.rcbnr .tit {
    position: absolute;
    left: 19%;
    top: 34%;
    width: 11.6rem;
    height: .8rem;
}

.rcbnr h2 {
    font-size: .32rem;
    color: #fff;
    font-weight: normal;
    margin-bottom: .14rem;
    text-align: left !important;
}

.rcbnr p {
    font-size: .26rem;
    color: #fff;
    text-align: left !important;
}

.rcbox {
    margin-top: 0.84rem;
}


/* 最新人才招聘--列表--start */

.rcbox .item {
    /* width: 5.6rem; */
    width: 100% !important;
    background-color: #fff;
    margin-right: 0.28rem;
    float: left;
    margin-bottom: 0.28rem;
    padding: .2rem;
    box-sizing: border-box;
}

.item:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.item .tit {
    font-size: .24rem;
    /* display: inline-block; */
    display: block;
    text-align: left;
    /* padding-bottom: 0.15rem; */
    /* border-bottom: .01rem solid #db0000; */
    /* margin-bottom: 0.18rem; */
    background: url('../static/img/jt.png') no-repeat right center;
    background-size: .27rem .27rem;
    /* transition: all .5s; */
    cursor: pointer;
    /* margin-bottom: .2rem; */
}

.item .tit.on {
    padding-bottom: .15rem;
    background: url('../static/img/jt2.png') no-repeat right center;
    background-size: .27rem .27rem;
    border-bottom: .01rem solid #db0000;
}

.item .txt {
    line-height: .3rem;
}

.item h5 {
    font-size: .16rem;
    margin-bottom: 0.16rem;
    margin-top: 0.1rem;
}

.item .maskp {
    color: #db0000;
    float: left;
    margin-right: 0.82rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.item img {
    margin-right: 0.1rem;
}


/* 最新人才招聘--列表--end */


/*.rcbox {
    margin-top: 0.84rem;
}

.item {
    width: 6.65rem;
    background-color: #fff;
    margin-right: 0.28rem;
    float: left;
    margin-bottom: 0.28rem;
    padding: .2rem;
    box-sizing: border-box;
}

.item:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.item .tit {
    font-size: .24rem;
    display: inline-block;
    padding-bottom: 0.15rem;
    border-bottom: .01rem solid #db0000;
    margin-bottom: 0.18rem;
}

.item .txt {
    line-height: .3rem;
}

.rcbox {
     display: flex;
    flex-wrap: wrap;
}*/

.itembox {
    /* height: 4rem; */
    /* height: 0; */
    overflow: hidden;
    padding-right: 0.1rem;
    position: relative;
    display: none;
}

.itembox>p {
    margin-top: .2rem;
}

.itembox:after {
    content: '';
    width: 0;
    height: auto;
}

.item h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.16rem;
    margin-top: 0.1rem;
}

.item .maskp {
    color: #db0000;
    float: left;
    margin-right: 0.82rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: .4rem;
    cursor: pointer;
}

.item .maskp a {
    color: #db0000;
}

.item img {
    margin-right: 0.1rem;
}


/* 美味鲜食 */

.cp {
    margin-left: 2.6rem;
}

.cpbox {
    margin-top: 0.4rem;
}

.cpbox .item {
    width: 3.73rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    float: left;
}

.cpbox .item:nth-child(3n) {
    margin-right: 0;
}

.cpbox .item .imbox {
    height: 2.3rem;
    width: 100%;
    border-radius: .05rem;
    overflow: hidden;
}

.cpbox .item .imbox img {
    width: 100%;
    height: 100%;
    border-radius: .05rem;
    transition: all .5s;
}

.cpbox .item .txtbox {
    height: 1rem;
    overflow: hidden;
}

.cpbox .item .txtbox div {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: .23rem;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
}

.cpbox .item .txtbox p span:first-child {
    float: left;
    color: #999;
}

.cpbox .item .txtbox p .detail {
    float: right;
    color: #474747;
    transition: all .3s;
    position: relative;
    padding-right: 0;
}

.cpbox .item .txtbox p .detail:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .18rem;
    height: .18rem;
    background: url(../static/img/yjt.jpg)no-repeat center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}


/*.cpbox .item:hover .txtbox p .detail:before {
    opacity: 1;
}

.cpbox .item:hover .txtbox p .detail {
    color: #d70c25;
    padding-right: .25rem;
}

.cpbox .item:hover .txtbox div,
.cpbox .item:hover .txtbox p span {
    color: #d70c25!important;
}*/

.cpbox .item:hover .imbox img {
    transform: scale(1.1);
}


/* 供货商资讯 */

.ghs {
    margin-left: 2.6rem;
}

.ghsbox {
    margin-top: 0.4rem;
    border-bottom: .01rem solid #e5e5e5;
    margin-bottom: 1rem;
}

.ghsbox h1 {
    margin-top: .66rem;
    margin-bottom: 0.58rem;
    font-size: .28rem;
    text-align: center;
}

.ghsbox .row {
    width: 87%;
    margin: 0 auto;
    overflow: hidden;
}

.ghsbox .iptbox {
    width: 3.6rem;
    margin-right: 0.4rem;
    float: left;
    position: relative;
}

.ghsbox .iptbox:nth-child(3n) {
    margin-right: 0;
}

.ghsbox .iptbox label {
    display: block;
    margin-bottom: 0.14rem;
    color: #333333;
}

.ghsbox .iptbox label i {
    display: inline-block;
    color: #d70c25;
    margin-left: 0.08rem;
}

.ghsbox .iptbox input,
.ghsbox .iptbox textarea {
    width: 100%;
    color: #9e9e9e;
    height: 0.43rem;
    line-height: 0.23rem;
    padding: 0 .1rem;
    font-size: .14rem;
    box-sizing: border-box;
    background-color: #f6f8f8;
    border-radius: .05rem;
    margin-bottom: 0.44rem;
}

.ghsbox .iptbox .xqicon {
    position: absolute;
    left: .1rem;
    top: 0.5rem;
    width: .15rem;
    height: .17rem;
}

.areanum {
    position: absolute;
    right: .2rem;
    bottom: .6rem;
    font-size: .14rem;
    color: #9e9e9e;
}

.areanum i {
    color: #9e9e9e;
}

.ghsbox .iptbox .fileimg {
    width: 0.76rem;
    height: 0.74rem;
    cursor: pointer;
    float: left;
}

.ghsbox .iptbox .iptyzm {
    position: absolute;
    top: .38rem;
    right: 0.1rem;
    width: 0.78rem;
    height: 0.28rem;
}

.yzmbox input {
    padding-right: 1rem!important;
}

#fileipt {
    display: none;
}

.preview {
    float: left;
}

.preview img {
    width: 0.76rem;
    height: 0.74rem;
}

.ghsbox .iptbox textarea {
    resize: none;
    width: 100%;
    height: 1.04rem;
    padding: .15rem .4rem;
}

.ghsbox .w100 {
    /* width: 100%; */
    width: 98%;
}

.ghsbox .ensure {
    color: #fff;
    width: 2.42rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    background-color: #db0000;
    border-radius: .05rem;
    margin: .46rem auto .6rem;
    display: block;
}

.ghsbox .ensure:hover {
    opacity: .7;
}

.frombtnbox {
    height: 1.72rem;
    width: 100%;
    background: url(../static/img/frombtbj.jpg)no-repeat bottom center;
    margin-top: -0.3rem;
}


/* 资讯动态 */

.xw {
    margin-left: 2.6rem;
}

.xwdt {
    min-height: 5rem;
}

.xwitem {
    width: 3.73rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    float: left;
}

.xwitem:nth-child(3n) {
    margin-right: 0;
}

.xwitem .imgbox {
    height: 2.3rem;
    width: 100%;
    border-radius: .05rem;
    overflow: hidden;
}

.xwitem .imgbox img {
    width: 100%;
    height: 100%;
    border-radius: .05rem;
    transition: all .5s;
}

.xwitem .txtbox {
    height: 1rem;
    overflow: hidden;
}

.xwitem .txtbox div {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: .23rem;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
}

.xwitem .txtbox_ly {
    height: 1rem;
    overflow: hidden;
}

.xwitem .txtbox_ly div {
    /*overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;*/
    font-size: .23rem;
    margin-top: 0.2rem;
    margin-bottom: 0.34rem;
}

.xwitem p span:first-child {
    float: left;
    color: #999;
}

.xwitem p .detail {
    float: right;
    color: #474747;
    transition: all .3s;
    position: relative;
    padding-right: 0;
}

.xwitem p .detail:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .18rem;
    height: .18rem;
    background: url(../static/img/yjt.jpg)no-repeat center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
}

.xwitem:hover .txtbox p .detail:before {
    opacity: 1;
}

.xwitem:hover .txtbox p .detail {
    color: #d70c25;
    padding-right: .25rem;
}

.xwitem:hover .txtbox div,
.xwitem:hover .txtbox p span {
    color: #d70c25!important;
}

.xwitem:hover .imgbox img {
    transform: scale(1.1);
}

.xwlb {
    width: 100%;
    height: 100%;
    padding: .01rem;
    box-sizing: border-box;
    position: relative;
}

.xwtxtlist {
    width: 3.73rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    float: left;
    border: .01rem solid #e4e4e4;
    padding: .2rem;
    box-sizing: border-box;
    border-radius: .05rem;
    transition: all .5s;
    height: 3.06rem;
}

.xwtxtlist:hover {
    border-top: .05rem solid #d80c25;
}

.xwtxtlist .content div {
    margin-bottom: 0.3rem;
    font-size: .23rem;
    line-height: 0.4rem;
}

.xwtxtlist .content p {
    color: #68686f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
    min-height: .9rem;
}

.xwtxtlist .txtbox {
    line-height: 1rem;
}

.xwtxtlist p .detail:before {
    top: 50%;
    margin-top: -0.09rem;
}

.secondnav {
    /* width: 11.6rem; */
    width: 13.6rem;
    margin: .38rem auto;
}

.secondnav a {
    font-size: .22rem;
    color: #515151;
    display: inline-block;
    margin-right: 0.88rem;
    padding-bottom: 0.1rem;
    margin-bottom: .25rem;
    border-bottom: .02rem solid transparent;
    transition: all .3s;
}

.secondnav a:hover {
    color: #db0000;
    border-bottom: .02rem solid #db0000;
}

.secondnav a.on {
    color: #db0000;
    border-bottom: .02rem solid #db0000;
}


/* 详情 */

.xq h1 {
    font-size: .26rem;
    margin-bottom: 0.34rem;
}

.xqtp {
    height: 0.62rem;
    line-height: 0.62rem;
    border-top: .01rem solid #ebebeb;
    border-bottom: .01rem solid #ebebeb;
    margin-bottom: 0.5rem;
    padding: 0 .1rem;
    box-sizing: border-box;
}

.xqtp img {
    width: .16rem;
    margin-right: 0.1rem;
}

.xqtp span {
    color: #999999;
    margin-right: 0.3rem;
}

.xqtp span:last-child {
    margin-right: 0;
}

.xqtp .fonts span:hover {
    color: #db0000;
    cursor: pointer;
}

.xq .xqcon {
    color: #4c4c4c;
}

.xqcon p {
    line-height: 0.4rem;
    font-size: .16rem;
}


/*.xqcon img {
    width: 100%;
    margin: .48rem 0;
}*/

.xqcon {
    min-height: 5rem;
    padding-bottom: 0.7rem;
    border-bottom: .01rem solid #ebebeb;
}

.retlist {
    margin-top: 0.56rem;
    line-height: 0.45rem;
    margin-bottom: 1rem;
}

.retlist .retbtn {
    color: #fff;
    background-color: #db0000;
    border-radius: .3rem;
    margin: 0 .48rem;
    display: inline-block;
    width: 1.47rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
}

.retlist .retbtn:hover {
    opacity: .7;
}

.retlist .prev,
.next {
    width: 4.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
}

.retlist .prev {
    padding-left: 0.5rem;
}

.retlist .next {
    padding-right: 0.5rem;
}

.retlist .prev:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .03rem;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../static/img/qhz.png)no-repeat center;
    background-size: .35rem .35rem;
}

.retlist .next:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: .03rem;
    width: 0.35rem;
    height: 0.35rem;
    background: url(../static/img/qhy.png)no-repeat center;
    background-size: .35rem .35rem;
}

.retlist .prev[href]:hover:after {
    background: url(../static/img/qhzh.png)no-repeat center;
    background-size: .35rem .35rem;
}

.retlist .next[href]:hover:after {
    background: url(../static/img/qhyh.png)no-repeat center;
    background-size: .35rem .35rem;
}

.retlist .prev[href]:hover,
.retlist .next[href]:hover {
    color: #db0000;
}

.picList li:nth-child(3n) .xwtxtlist {
    margin-right: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.xwlb .tit {
    font-size: .36rem;
    margin-bottom: 0.55rem;
}

.xwlb .swiper-button-prev {
    opacity: 1!important;
    top: .2rem;
    left: initial;
    right: .7rem;
    width: 0.36rem;
    height: 0.36rem;
    outline: none;
    background: url(../static/img/qhz.png)no-repeat center;
}

.xwlb .swiper-button-next {
    opacity: 1!important;
    top: .2rem;
    width: 0.36rem;
    height: 0.36rem;
    outline: none;
    background: url(../static/img/qhy.png)no-repeat center;
}

.xwlb .swiper-button-prev:hover {
    background: url(../static/img/qhzh.png)no-repeat center;
}

.xwlb .swiper-button-next:hover {
    background: url(../static/img/qhyh.png)no-repeat center;
}


/* 关于我们 */

.gy {
    margin-left: 2.6rem;
}

.gywm {
    margin-bottom: 1rem;
}

.zytit div {
    position: relative;
    font-size: .36rem;
    line-height: .6rem;
    color: #323232;
    text-align: center;
    margin-bottom: 0.3rem;
}

.zytit div:after {
    position: absolute;
    left: 50%;
    bottom: 7%;
    width: .44rem;
    height: .51rem;
    content: "";
    z-index: -1;
    background: url(../static/img/yq.jpg) no-repeat bottom;
    background-size: .17rem .17rem;
}

.zytit p {
    line-height: 0.3rem;
    text-align: center;
    color: #515151;
}

.zytit p:last-child {
    margin-bottom: 0.5rem;
}

.vid {
    width: 100%;
    max-height: 5rem;
    position: relative;
    margin-top: 0.6rem;
    margin-bottom: 0.7rem;
    cursor: pointer;
}

.vid .bj {
    width: 100%;
    height: 100%;
}

.vid .vidimg {
    width: 0.58rem;
    height: 0.58rem;
    position: absolute;
    right: 1.48rem;
    bottom: .88rem;
    z-index: 1;
}

.numbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.numbox .num {
    display: inline-block;
    width: 25%;
    text-align: center;
    position: relative;
}

.numbox .num:before {
    content: '';
    width: 1.51rem;
    height: 1.51rem;
    background: url(../static/img/a5.png)no-repeat center;
    position: absolute;
    left: 50%;
    top: -10%;
    z-index: -1;
    margin-left: -25%;
    opacity: 0;
}

.numbox .num h1 {
    font-size: .7rem;
    /* margin-bottom: 0.38rem; */
    transition: all .3s;
    display: inline-block;
    overflow: hidden;
    font-weight: normal;
}

.numbox .num h1+em {
    /* color: #888888; */
    /* font-size: .16rem; */
    font-size: .9rem;
    color: #000000;
}

.numbox .num h1+.year {
    color: #888888;
    font-size: .16rem;
}

.numbox .num p {
    color: #888888;
    font-size: .16rem;
    margin-top: .2rem;
}

.numbox .num img {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.qywh {
    margin-bottom: 0.94rem;
}

.qywh li {
    /* width: 25%; */
    width: 20.5%;
    margin-right:3%;
    border-radius: .15rem;
    height: 1.37rem;
    float: left;
    position: relative;
    text-align: center;
    transition: all .3s;
    padding:.1rem .3rem;
    box-sizing: border-box;
}

.qywh li h1,
.qywh li p {
    text-align: left;
}
.qywh li{
    background-color: #f7f8fa;
}
/* .qywh li:first-child {
    background: url('../static/img/1.png') no-repeat 11% 24% #f7f8fa;
    background-size: .24rem .28rem;
}

.qywh li:first-child:hover {
    background: url('../static/img/2.png') no-repeat 11% 24% #db0000;
    background-size: .24rem .28rem;
}

.qywh li:nth-child(2) {
    background: url('../static/img/3.png') no-repeat 11% 24% #f7f8fa;
    background-size: .22rem .28rem;
}

.qywh li:nth-child(2):hover {
    background: url('../static/img/4.png') no-repeat 11% 24% #db0000;
    background-size: .22rem .28rem;
}

.qywh li:nth-child(3) {
    background: url('../static/img/5.png') no-repeat 11% 24% #f7f8fa;
    background-size: .29rem .29rem;
}

.qywh li:nth-child(3):hover {
    background: url('../static/img/6.png') no-repeat 11% 24% #db0000;
    background-size: .29rem .29rem;
}

.qywh li:nth-child(4) {
    
    background: url('../static/img/7.png') no-repeat 11% 24% #f7f8fa;
    background-size: .30rem .36rem;
}

.qywh li:nth-child(4):hover {
    background: url('../static/img/8.png') no-repeat 11% 24% #db0000;
    background-size: .30rem .36rem;
} */

.qywh li:last-child {
    margin-right: 0;
}

.qywh li .bj {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -5;
    left: 0;
    top: 0;
    display: none;
}

.qywh li .qymask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.qywh li h1 {
    /* color: #fff; */
    color: #515151;
    /* margin-top: 0.68rem; */
    margin-top: .38rem;
    margin-bottom: 0.15rem;
    font-size: .2rem;
    transition: all .3s;
}

.qywh li p {
    color: #515151;
    transition: all .3s;
}


/* .qywh li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../static/gy/qyh.jpg)no-repeat center;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
} */

.qywh li:hover {
    cursor: pointer;
    background-color: #db0000;
}


/* .qywh li:hover:after {
    opacity: 1;
} */

.qywh li:hover h1 {
    color: #fff;
    /* color: #000; */
    /* margin-top: 0.75rem; */
    margin-top: .45rem;
}

.qywh li:hover p {
    /* color: #515151; */
    color: #fff;
}

.qyxw {
    width: 100%;
    height: 5rem;
    margin-bottom: 0.64rem;
    background: url(../static/gy/qylb.jpg)no-repeat center;
}

.qyxw ul {
    height: 4.2rem;
    margin-top: 0.63rem;
    width: 7.58rem;
    float: right;
    margin-bottom: 0.64rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.qyxw a {
    display: block;
    line-height: 0.3rem;
    color: #fff;
    margin-bottom: 0.4rem;
    position: relative;
}

.qyxw a:after {
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    width: 0.12rem;
    height: 0.12rem;
    vertical-align: middle;
    background: url(../static/gy/dsjicon.png)no-repeat center;
}

.qyxw a p {
    margin-left: 0.25rem;
    display: inline-block;
    max-width: 6.6rem;
}


/* .gywm .fr,
.gywm .fl {
    width: 48% !important;
} */

.gywm .fr,
.gywm .fl {
    width: 30% !important;
    margin-right: 1%;
}

.gywm .fr {
    float: left !important;
}

.gywm a {
    display: block;
    width: 100%;
    height: 100%;
}


/* 滚动条整体部分 */

.qyxw ul::-webkit-scrollbar {
    width: 0.06rem;
    border-radius: .05rem;
}


/*  滚动条的轨道（里面装有Thumb） */

.qyxw ul::-webkit-scrollbar-track {
    background: transparent;
    /* background: #d10a30; */
}


/*  滚动条里面的小方块，能向上向下移动 */

.qyxw ul::-webkit-scrollbar-thumb {
    background: #d5c6bf;
    border-radius: .05rem;
}


/* .ygbox {
    margin-bottom: 1rem;
} */


/* .xj_y {
    padding: 0 .8rem;
    box-sizing: border-box;
} */

.ygfz {
    /* width: 5.5rem; */
    width: 44%;
    /* width: 550px; */
    position: relative;
}

.ygbox .san {
    margin-right: 0;
}

.ygfz a,
.jmul a {
    cursor: text;
}

.ygfz .imgbox {
    width: 100%;
    /* height: 3.5rem; */
    height: 2.3rem;
    overflow: hidden;
}

.ygfz .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}

.ygfz p {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: .2rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
    width: 5rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ygfz .swiper-pagination {
    bottom: 5%!important;
    text-align: right!important;
}

.ygfz .swiper-pagination-bullet {
    width: 0.11rem;
    height: 0.11rem;
    background: #cfcfcf;
    opacity: 1;
}

.ygfz .swiper-pagination-bullet-active {
    border: .02rem solid #db0000;
    background: #fff;
    box-sizing: border-box;
}

.ygfz .ygicon {
    position: absolute;
    left: -13%;
    bottom: -3%;
}

#pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

#pop .vidbox {
    position: fixed;
    width: 8rem;
    height: 5rem;
    background: #fff;
    left: 50%;
    top: 50%;
    margin-left: -4rem;
    margin-top: -2.5rem;
}

#pop .vidbox video {
    width: 100%;
    height: 100%;
}

#pop .vidbox iframe {
    width: 100%;
    height: 100%;
}


/* 品牌故事 */

.pp {
    margin-left: 2.6rem;
}

.pp .dq {
    background: transparent!important;
}

.ppbox {
    position: relative;
    height: 7.8rem;
}

.ppbox .bj {
    width: 12.8rem;
    position: absolute;
    left: 12%;
    height: 12.8rem;
    top: -2.1rem;
    z-index: -10;
}

.ppbox .bj .bjimg {
    position: relative;
    width: 4.29rem;
    height: 4.26rem;
    top: 50%;
    left: 50%;
    margin-left: -2rem;
    margin-top: -2.5rem;
}

.ppbox .bj .bjimg>img {
    width: 100%;
    height: 100%;
}

.ppbox .bj .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    border: .02rem solid #fadfe2;
    border-radius: 100%;
}

.ppbox .bj .circle2 {
    width: 10rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    margin-left: -5rem;
    margin-top: -5rem;
}

.ppbox .pptit {
    position: relative;
    font-size: .36rem;
    line-height: .6rem;
    color: #323232;
    text-align: center;
    margin-bottom: 0.3rem;
}

.ppbox .pptit:after {
    position: absolute;
    left: 50%;
    bottom: 7%;
    width: .44rem;
    height: .51rem;
    content: "";
    z-index: -1;
    background: url(../static/img/yq.jpg) no-repeat bottom;
    background-size: .17rem .17rem;
}

.ppbox .icon {
    width: 100%;
    height: 100%;
    transition: all .5s;
    cursor: pointer;
}

.icon1 {
    width: 1.15rem;
    height: 1.82rem;
    position: absolute;
    left: 0;
    top: -10%;
    z-index: -1;
}

.icon2 {
    width: .94rem;
    height: .94rem;
    position: absolute;
    left: 19%;
    top: 2.1rem;
    /* z-index: -1; */
    z-index: 9;
    border-radius: 50%;
    overflow: hidden;
}

.icon2:hover .icon,
.icon6:hover .icon,
.icon7:hover .icon,
.icon10:hover .icon,
.icon5:hover .icon,
.icon11:hover .icon {
    transform: scale(1.2);
}

.icon3 {
    width: 1.01rem;
    height: .6rem;
    position: absolute;
    left: 3%;
    top: 2.5rem;
    z-index: -1;
}

.icon4 {
    width: .28rem;
    height: .26rem;
    position: absolute;
    left: 1rem;
    top: 5.5rem;
    z-index: -1;
}

.icon5 {
    width: .83rem;
    height: .83rem;
    position: absolute;
    left: 2.1rem;
    top: 6.32rem;
    /* z-index: -1; */
}

.icon6 {
    width: .94rem;
    height: .94rem;
    position: absolute;
    right: 3.4rem;
    top: 1.12rem;
    /* z-index: -1; */
    border-radius: 50%;
    overflow: hidden;
}

.icon7 {
    width: 1.42rem;
    height: 1.42rem;
    position: absolute;
    right: 1.1rem;
    top: 2rem;
    /* z-index: -1; */
    border-radius: 50%;
    overflow: hidden;
}

.icon8 {
    width: .16rem;
    height: .16rem;
    position: absolute;
    right: 0.5rem;
    top: 4rem;
    z-index: -1;
}

.icon10 {
    width: .59rem;
    height: .58rem;
    position: absolute;
    left: 5rem;
    top: 1.5rem;
    /* z-index: -1; */
}

.icon11 {
    width: .9rem;
    height: .9rem;
    position: absolute;
    right: 3.5rem;
    top: 6.8rem;
    /* z-index: -1; */
}

.ppbox .txt {
    text-align: center;
    position: absolute;
    left: 42%;
    bottom: .5rem;
    font-size: .36rem;
    color: #323232;
}

.ppbox .txt span {
    margin-left: 0.22rem;
    display: inline-block;
    color: #d80c25;
}

.ppmask {
    position: absolute;
    width: 4.29rem;
    height: 4.26rem;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.ppmask img {
    width: 0.91rem;
    height: 0.61rem;
    margin: 1rem auto .5rem;
    display: block;
}

.ppmask p {
    color: #fff;
    margin-bottom: 0.2rem;
    text-align: center;
}

.seah {
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: .01rem solid #d7d7d7;
    position: relative;
}

.seah input {
    color: #ababab;
    width: 100%;
    padding-left: .5rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

.seah input::placeholder {
    color: #ababab;
}

.seah img {
    position: absolute;
    top: 50%;
    right: .5rem;
    margin-top: -.09rem;
}

.lxbox {
    width: 11.6rem;
    margin: 0 auto;
}

.map {
    width: 100%;
    height: 4rem;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.navsecond a {
    font-size: .18rem;
    padding: 0 .28rem;
    height: 0.96rem;
    line-height: 0.96rem;
    display: inline-block;
}

.navsecond a.on {
    color: #db0000;
}


/* 新加手机子页banner */

.sj_ban {
    display: none;
    position: relative;
    width: 100%;
    height: 2.8rem;
}

.sj_ban img {
    width: 100%;
    height: 100%;
}

.sj_ban .tit {
    position: absolute;
    left: 0;
    top: 47%;
    width: 100%;
    height: .8rem;
    padding: 0 2%;
    box-sizing: border-box;
}

.sj_ban .tit h2 {
    font-size: .32rem;
    color: #fff;
    margin-bottom: .24rem;
}

.sj_ban .tit p {
    font-size: .26rem;
    color: #fff;
}

@media screen and (max-width: 767px) {
    /* PCBanner图 隐藏 */
    .rcbnr {
        display: none !important;
    }
    /* 手机Banner图 显示 */
    .sj_ban {
        display: block;
    }
    /* 关于我们 */
    .gy {
        margin-left: 0;
    }
    .dq {
        display: none;
    }
    .gywm {
        margin-top: 0.3rem;
        margin-bottom: 0;
    }
    .inner {
        width: 100%;
        padding: 0 .24rem;
        box-sizing: border-box;
    }
    .zytit p {
        font-size: .26rem;
        line-height: 0.4rem;
    }
    .numbox {
        display: block;
    }
    .numbox .num {
        width: 50%;
        float: left;
        height: 1.75rem;
        margin-bottom: 0.2rem;
    }
    .vid .vidimg {
        bottom: 0.58rem;
        right: 0.48rem;
    }
    .xj_y {
        padding: 0 !important;
    }
    .qywh li {
        width: 49%;
        margin-right: 0.1rem;
        margin-bottom: 0.1rem;
    }
    .qywh li:nth-child(2n) {
        margin-right: 0;
    }
    .qyxw ul {
        width: 100%;
    }
    .qyxw a p {
        margin-left: 0.35rem;
    }
    .qyxw a:after {
        top: .01rem;
        width: 0.28rem;
        height: 0.28rem;
    }
    .gywm .fr,
    .gywm .fl {
        width: 100% !important;
        float: none;
        margin-bottom: .2rem;
    }
    .ygfz .imgbox {
        width: 100%;
        height: 4.66rem;
    }
    .foot2 {
        height: initial;
        padding: .7rem .24rem .5rem;
        margin-bottom: 1.5rem;
    }
    .foot2 .main {
        width: 100%;
    }
    .foot2 .lf {
        width: 100%;
        text-align: center;
        float: initial;
    }
    .foot2 .tex,
    .foot2 .mab a {
        font-size: .24rem;
    }
    .foot2 .lf h2,
    .foot2 .lf .lx a {
        float: none;
        font-size: .24rem;
        display: inline-block;
    }
    .foot2 .lf .lx a {
        line-height: .5rem;
        height: .5rem;
        border-radius: .25rem;
    }
    .foot2 .mab span {
        display: block;
        margin-bottom: 0.2rem;
    }
    .foot2 .dz {
        line-height: 0.4rem;
    }
    .foot2 .rg {
        display: none;
    }
    .foot2 .rg ul {
        margin-left: 0;
        display: block;
        margin: .3rem auto;
    }
    .foot2 .rg ul li {
        width: 49%;
        display: inline-block;
    }
    .foot2 .rg ul li .wx {
        margin: 0 auto;
    }
    .foot2 .rg ul li:first-child {
        margin-right: 0;
    }
    .foot2 .rg ul+p {
        text-align: center;
    }
    .f_foot {
        margin-left: 0;
        height: auto;
    }
    .f_foot img {
        margin-bottom: .1rem;
        margin-right: 0;
    }
    .f_foot .hq {
        margin-bottom: .2rem;
    }
    /* 品牌故事 */
    .pp {
        margin-left: 0;
    }
    .ppbox .bj {
        left: 0;
        width: 100%;
        height: initial;
        top: 3.5rem;
    }
    .ppbox {
        height: 11rem;
        overflow: hidden;
    }
    .ppbox .pptit {
        margin-top: 0.2rem;
    }
    .ppbox .bj .circle1 {
        width: 6rem;
        height: 6rem;
        left: 50%;
        top: 50%;
        margin-left: -3rem;
        margin-top: -3rem
    }
    .ppbox .bj .bjimg {
        margin-top: 0;
    }
    .ppmask img {
        margin: 1rem auto .2rem;
    }
    .ppbox p {
        width: 80%;
        margin: 0 auto;
        line-height: .4rem;
        font-size: .26rem;
    }
    .zsjm .cont img {
        display: none;
    }
    .icon2 {
        top: .5rem;
    }
    .icon5 {
        left: 0.6rem;
    }
    .icon7 {
        right: 0.1rem;
        top: 6rem;
    }
    .icon11 {
        top: 8.2rem;
    }
    .ppbox .txt {
        transform: translate(-50%, 0);
        left: 50%;
    }
    .rc,
    .zsjm,
    .xw {
        margin-left: 0;
    }
    /* 招商加盟 */
    .zsjm .cont {
        width: 92%;
        margin: .5rem auto;
    }
    .jm_yi .zytit {
        margin-top: 0.3rem;
    }
    .zsjm .cont p {
        line-height: .4rem;
    }
    .cont .one {
        width: 2rem;
    }
    .zsjm h3 {
        text-align: left;
    }
    .zsjm .cont .num {
        float: initial;
        margin-bottom: 0.1rem;
        float: left;
        margin: 0;
    }
    .cont a {
        position: static !important;
        left: 0;
        right: 0;
        margin-bottom: .3rem;
        width: 100% !important;
    }
    .cont .three .num {
        margin-top: 0 !important;
    }
    .cont .txt {
        float: right;
        width: 90%;
    }
    .cont .two {
        right: 1%;
        top: 0.1rem;
        width: 2rem;
    }
    .cont .three {
        right: -15%;
        bottom: 3%;
        width: 2rem;
    }
    .cont .four {
        left: 8%;
        bottom: .5rem;
        width: 2rem;
    }
    .cont .three {
        right: 0;
    }
    .jmul li {
        height: 3.6rem;
    }
    .jmul li p {
        font-size: .26rem;
    }
    .jmfrom {
        background: #d70c25;
        height: auto;
        width: 100%;
    }
    .frombox {
        margin-top: .2rem;
        padding: 0 0.2rem;
        margin-right: 0;
        width: 100%;
    }
    .frombox .iptbox,
    .jmfrom .sel {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .frombox .iptbox input,
    .jmfrom .sel {
        height: 0.66rem;
        font-size: .26rem;
    }
    .frombox .iptbox textarea {
        height: 2rem;
        font-size: .26rem;
    }
    .frombox .iptbox label {
        font-size: .26rem;
    }
    .jmfrom .sel:after {
        top: 0.25rem;
    }
    .jmfrom .select_item li {
        width: 100%;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: .26rem;
    }
    .jmfrom .select_item {
        width: 100%;
    }
    .jmfrom .jmyzm img {
        top: 0.5rem;
    }
    .jmfrom .submit {
        margin-bottom: 0.5rem;
        width: 3rem;
        font-size: .26rem;
        line-height: 0.6rem;
        height: 0.6rem;
        float: left;
    }
    /* 资讯动态 */
    .secondnav {
        width: 100%;
        text-align: center;
    }
    .secondnav a {
        font-size: .3rem;
    }
    .xwitem {
        width: 100%;
        float: initial;
    }
    .xwitem .imgbox {
        height: 3.5rem;
    }
    .xwitem .txtbox {
        height: 1.5rem;
    }
    .xwitem .txtbox div {
        font-size: .26rem;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .xwitem p span {
        font-size: .24rem;
    }
    .xwtxtlist {
        height: 3.5rem;
    }
    .xwtxtlist .content div {
        font-size: .3rem;
    }
    .xwtxtlist .content p {
        font-size: .26rem;
        line-height: 0.4rem;
    }
    /* 详情 */
    .xqtp {
        font-size: .26rem;
        text-align: center;
    }
    .xqtp .fonts {
        display: none;
    }
    .xq h1 {
        font-size: .3rem;
        text-align: center;
    }
    .xqtp div:first-child {
        float: initial;
    }
    .xqcon p {
        font-size: .26rem;
    }
    .retlist .prev,
    .next {
        width: 32%;
    }
    .xwlb .swiper-button-prev,
    .xwlb .swiper-button-next {
        top: 0.5rem;
    }
    .xwtxtlist {
        margin-right: 0;
    }
    .xwlb .txtbox span {
        font-size: .26rem;
    }
    /* 供货商 */
    .ghs,
    .cp {
        margin-left: 0;
    }
    .ghsbox h1 {
        font-size: .35rem;
    }
    .ghsbox .iptbox {
        font-size: .3rem;
        width: 100%;
        margin-right: 0;
    }
    .ghsbox .iptbox input {
        height: 0.6rem;
        font-size: .24rem;
    }
    .ghsbox .iptbox textarea {
        height: 4rem;
        line-height: 0.3rem;
    }
    .ghsbox .iptbox .fileimg {
        margin-bottom: 0.3rem;
    }
    .ghsbox .iptbox .iptyzm {
        top: 0.6rem;
    }
    /* 产品展示 */
    .cpbox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cpbox .item {
        width: 48%;
        margin-top: 0;
    }
    .cpbox .item:nth-child(2n) {
        margin-right: 0;
    }
    .cpbox .item .txtbox {
        height: 1.2rem;
    }
    .cpbox .item .imbox {
        height: 2.3rem;
    }
    .cpbox .item .txtbox div {
        font-size: .28rem;
    }
    .cpbox .item .txtbox span {
        font-size: .26rem;
    }
    .cpbox .item .txtbox p .detail:before {
        /* top: 0.05rem; */
        display: none;
    }
    /* 人才招聘 */
    .rc .item {
        width: 100%;
        margin-right: 0;
        padding: .25rem;
    }
    .rc .item .tit {
        font-size: .3rem;
    }
    .rc .item h5 {
        font-size: .28rem;
    }
    .rc .item p {
        font-size: .26rem;
    }
    /* 联系我们 */
    .lxbox {
        padding: 0 .24rem;
        width: 100%;
        box-sizing: border-box;
    }
    .lxwm .lxrowt div {
        margin-bottom: 0.2rem;
        display: block;
        margin-right: 0;
    }
    .lxrowt div p {
        font-size: .3rem;
    }
    .lxrowt div h5 {
        font-size: .3rem;
    }
    .ccolumnl,
    .columnr {
        display: block;
        margin-bottom: 0.3rem;
        float: left;
    }
    .columnr .evm {
        margin-left: 0;
        margin-right: 0.4rem;
    }
    .xq {
        margin-top: .4rem;
    }
    #upload {
        font-size: .26rem;
    }
    .ghsbox .iptbox .xqicon {
        top: .65rem;
    }
    .close {
        top: 21% !important;
        right: 6% !important;
    }
    /* 发展历程手机 */
    .fzlc_pc {
        display: none !important;
    }
    .fzlc_sj {
        display: block !important;
    }
    .fzlc_pc .fzlc_inner .swiper-container {
        display: none;
    }
    .fzlc_sj .fzlc {
        height: auto !important;
        min-height: 5rem;
        background: #f6f6f6 !important;
    }
    .fzlc_sj .fzlc_inner {
        padding: .2rem .24rem;
        box-sizing: border-box;
        background: none !important;
    }
    .fzlc_sj .sh {
        display: flex;
        height: .3rem;
        align-items: center;
        justify-content: flex-start;
    }
    .fzlc_sj .sh img {
        position: relative;
        z-index: 99;
        width: .13rem;
        height: .13rem;
        margin-right: .3rem;
    }
    .fzlc_sj h2 {
        font-size: .3rem;
    }
    .fzlc_sj p {
        padding-left: .45rem;
        box-sizing: border-box;
        line-height: .45rem;
        font-size: .26rem;
        margin-top: .3rem;
    }
    .fzlc_sj li {
        margin-bottom: .3rem;
    }
    .fzlc_sj ul {
        padding-top: .3rem;
        position: relative;
    }
    .fzlc_sj ul::after {
        position: absolute;
        left: .06rem;
        top: 0;
        content: "";
        width: .02rem;
        height: 100%;
        background: url('../static/img/s-line.png') repeat-y;
        background-size: .02rem .76rem;
    }
}


/* .sj_index_ban {
    display: none;
} */

.container2 {
    width: 100%;
}

.tel_box h3 {
    margin-top: .2rem;
    font-size: .18rem;
    color: #ea161f;
    font-weight: normal;
    line-height: .4rem;
    background: url('../static/img/tel.jpg') no-repeat left center;
    background-size: .18rem .18rem;
    padding-left: .25rem;
    box-sizing: border-box;
    margin-bottom: .1rem;
}

.tel_box p {
    font-size: .29rem;
    color: #e9050f;
    font-weight: bold;
}

.rcbox .item .tit {
    line-height: .4rem;
}

.rcbox .tit .xz {
    margin-left: .2rem;
    display: inline-block;
}

.rcbox .tit .xz h5,
.rcbox .tit .xz .money {
    font-size: .16rem;
    font-weight: normal;
    display: inline-block;
}

.close {
    font-size: .5rem;
    color: #fff;
    position: absolute;
    top: 10%;
    right: 13%;
    cursor: pointer;
}

.item .maskp {
    margin-top: .5rem !important;
    margin-bottom: .2rem !important;
}


/* 品牌故事下的发展历程 */

.qylb img {
    width: 100%;
}


/* 新加发展历程 */

.fzlc {
    width: 100%;
    height: 5.51rem;
    background: url('../static/img/fzlc-bj.jpg') no-repeat center;
    background-size: cover;
}

.fzlc .fzlc_inner {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../static/img/line.png') no-repeat bottom right;
    background-size: 15.2rem 4.55rem;
}

.fzlc .swiper-container {
    width: 100%;
    height: 100%;
}

.fzlc .swiper-slide {
    width: 100%;
    height: 100%;
}

.fzlc .ss {
    width: 2rem;
    position: absolute;
}

.fzlc .ss img {
    width: .13rem;
    height: .13rem;
}

.ss1 {
    left: 3rem;
    bottom: 19%;
}

.ss3 {
    left: 7rem;
    bottom: 51.5%;
}

.ss5 {
    width: 5rem !important;
    left: 11rem;
    bottom: 71.6%;
}

.ss2 {
    left: 5rem;
    top: 60.6%;
}

.ss4 {
    left: 9rem;
    top: 34.6%;
}

.ss6 {
    left: 13rem;
    top: 19.9%;
}

.fzlc .ss p {
    font-size: .18rem;
    color: #1a1a1a;
    line-height: .24rem;
}

.fzlc .ss h2 {
    margin-bottom: .33rem;
    margin-top: .16rem;
    font-size: .24rem;
    color: #1a1a1a;
}

.fzlc .bot h2 {
    margin-bottom: 0;
}

.fzlc .bot p {
    margin-top: .2rem;
}

.fzlc_sj {
    display: none;
}

.fzlc_pc {
    display: block;
}

.xj_swp {
    bottom: .2rem !important;
}

.xj_swp .swiper-pagination-bullet {
    width: .1rem !important;
    height: .1rem !important;
}

.xj_swp .swiper-pagination-bullet-active {
    background-color: #e9050f !important;
}