/*头部要改的地方*/
.head {
    /*要改的地方*/
    height: 550px;
    background: url(../images/banner4e.jpg) no-repeat;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .head {
        background-position: -302px center;
    }
}



/* 产品中心详情 */
.goodsAll {
    /* height: 776px; */
    overflow: hidden;
    background-color: #eeeeee;
}
.goodsAll .goodsAll-c {
    width: 1300px;
    margin: auto;
}


/* Tab选项卡切换 */
#tabs {
    width: 1300px;
    /* height: 1350px; */
}
#tabs ul {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
#tabs ul li {
    color: #666666;
    background: #e0dfdf;
    cursor: pointer;
    float: left;
    line-height: 60px;
    list-style: none;
    height: 60px;
    /* 混合布局 */
    width: calc(22% + 14px);
    margin-right: 6px;
    display: inline-block;
    text-align: center;
}
#tabs ul li a {
    display: block;
    color: #666666;
    height: 60px;
    width: 100%;
}
#tabs ul li:nth-of-type(9) {
    margin-right: 0;
}
#tabs ul li.on a{
    background-color: #666666;
    color: white;
}




.goodsAll .content {
    height: 580px;
    margin-top: 77px;
    padding-bottom: 65px;
    display: flex;
    justify-content: space-between;
}


/* 左边图片 */
.goodsAll .content .jpg {
    width: 46%;
    height: 547px;
    position: relative;
    background: url(../images/goodAlldi.png) no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}
.goodsAll .content .jpg img {
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}




/* 右边介绍 */
.content .type {
    width: 49%;
    height: 555px;
}
.content .type .ww {
    width: 100%;
    color: #666;
    font-size: 21px;
    font-weight: bold;
}
.content .type .ss {
    color: #222;
}
.content .type .ss p {
    margin-top: 24px;
    font-size: 18px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 12px 27px;
}
.content .type .ss .p1 span{
    color: #222;
    font-weight: bold;
}



/* 下面详细介绍 */
.goodsAll-c .s h3{
    color: #666;
    margin-left: 20px;
    margin-bottom: 20px;
}
.goodsAll-c .s .s-content{
    color: #1f1f1f;
    border: 1px solid #d6d6d6;
    padding: 32px;
    height: 622px;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
}




/* 新闻结尾 */
.goodsAll .last .article_page {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 120px;
}
.goodsAll .last .fl p,
.goodsAll .last .cc,
.goodsAll .last .fr p{
    border: 1px solid #e6e6e6;
    width: 190px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
    color: #959595;
    background-color: #fff;
}
.goodsAll .last .fl p:hover{
    transform: scale(1.2);
}
.goodsAll .last .cc:hover{
    transform: scale(1.2);
}
.goodsAll .last .fr p:hover{
    transform: scale(1.2);
}

/* 尾部 */



/* 适应1200-1400的屏幕 */
@media screen and (min-width:1200px) and (max-width:1400px) {
    .goodsAll .goodsAll-c {
        width: 1200px;
    }
    .content .type .ss .p1 {
        margin-top: 32px;
        font-size: 17px;
    }
    .content .type .ss {
        padding-bottom: 45px;
        border-bottom: 1px solid #eeeeee;
    }
    .content .type {
        height: 463px;
    }
}


/* 手机端 */
@media all and (max-width:550px) {
    .goodsAll {
        height: auto;
    }
    .goodsAll .goodsAll-c {
        width: 100%;
    }
    .goodsAll .content {
        height: auto;
        margin-top: 100px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .goodsAll .content .jpg {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .content .type {
        width: 100%;
        padding: 10px;
        height: auto;
    }
    .goodsAll .last .fl p, .goodsAll .last .cc, .goodsAll .last .fr p {
        width: 110px;
    }
    .goodsAll .last .article_page {
        margin-bottom: 70px;
    }
}