.big-container {
    background: #F3F5F9;
}
.big-container .picture-display {
    padding-bottom: 0;
}
.head-mask {
    background: transparent;
}

.up .mask {
    z-index: 5;
}

.up .chahao {
    z-index: 6;
}
.img-mask {
    background: transparent
}
ul {
    list-style: none;
}

.des {
    margin-top: .426667rem;
}

.about-info {
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
    margin-bottom: .3rem;
}

.about-info div {
    width: 33%;
    text-align: center;
}

.about-info>div>span {
    display: block;
}

.about-info>div>span:nth-child(1) {
    font-size: .64rem;
}

.about-info>div>span:nth-child(2) {
    font-size: .32rem;
}

.space-img {
    background: url(../images/guanyuwomen.jpg) no-repeat;
    background-size: 100% 100%;
}

.company-news {
    position: relative;
    width: 8.933333rem;
    margin: 0 auto;
    background-color: #F3F5F5;
    padding: 0;
    margin-top: 1.6rem;
}

.company-news .en {
    top: .6em;
}

.company-news .newsmask {
    position: absolute;
    top: 6.2rem;
    width: 8.933333rem;
    height: 1.066667rem;
    line-height: 1.066667rem;
    background: rgba(0, 0, 0, 0.4);
    font-size: .32rem;
    color: #fff;
    display: block;
    padding: 0 .546667rem;

}

.company-news .mask span {
    float: right;
}

.picture-display {
    padding-bottom: .853333rem;
}

.picture-display .img1 {
    width: 7.866667rem;
    height: 5.213333rem;
}

.picture-display .img1 img {
    width: 100%;
    height: 100%;
}

.company-news .news {
    background: #fff;
    padding-bottom: .64rem;
}

.company-news .news-img {
    width: 8.933333rem;
    height: 5.6rem;
}

.company-news .news-img img {
    width: 100%;
}

.company-news .news-list {
    padding: .626667rem .4rem;
    font-size: .32rem;
    color: #231815FF;
    margin-bottom: 0;
}

.company-news .news-list li:nth-child(1) {
    padding-top: .08rem;
}

.company-news .news-list li:nth-child(-n+2) {
    padding-bottom: 1rem;

}

.company-news .news-list li:nth-child(2) {
    border-bottom: .026667rem solid #B2B2B2;
}

.company-news .news-list .date {
    color: #959291;
}

.btn-more-a {
    display: flex;
    justify-content: center;
}

.company-news .btn-more {
    padding: .186667rem .986667rem .213333rem .96rem;
    color: #fff;
    background: #D0A578FF;
    font-size: .32rem;

}

.contact-us {
    margin-top: 1.6rem;
}
.contact-telphone,
.contact-address {
    position: relative;
    margin-left: .7rem;
}
.contact-telphone:before {
    content: "";
    top: 0;
    left: -0.72rem;
    position: absolute;
    width: .426667rem;
    height: .426667rem;
    margin-right: .2rem;
    background: url(../images/dian-hua.png) no-repeat;
    background-size: 100% 100%;
}

.contact-address::before {
    content: "";
    top: 0;
    left: -0.72rem;
    position: absolute;
    width: .426667rem;
    height: .426667rem;
    margin-right: .2rem;
    background: url(../images/address2.png) no-repeat;
    background-size: 100% 100%;
}

.contact-telphone,
.contact-address {
    font-size: .32rem;
    margin-top: .693333rem;
}

.contact-erweima {
    margin-top: .813333rem;
}

.contact-erweima>div {
    width: 50%;
    float: left;
    text-align: center;
}

.contact-erweima>div>img {
    width: 3.466667rem;
    height: 3.466667rem;
}

.contact-erweima>div>span {
    font-size: .32rem;
    display: block;
    margin-top: .413333rem;
}

.new-list-wenan {
    display: block;
    float: left;
    width: 5.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list span {
    display: block;
    float: right;
}

.showImg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    padding-top: 5rem;
    display: none;
}


.showImg > img:nth-child(2){
    width: 0.7rem;
    margin-top: 0.3rem;
    display: block;
}

.showImg > img{
    display: block;
    margin: 0 auto;
    width: 60%;
}