@charset "utf-8";
html,body,.appWrap {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bannerItem .contentText {
    display: block;
    opacity: 1;
}
.banner {
    height: calc(100vh - 400px);
}
.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.u-col-top {
    align-items: top; 
}
.mainWrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 53px 0 0;

}
.mainWrap .between span {
    color: #666666;
    font-size: 16px;
}
.mainWrap .phoneWrap i{
    display: inline-block;
    width: 18px;
    height: 22px;
    background: url("./../img/phone.png")no-repeat center center;
    background-size: cover;
    margin-right: 9px;
    vertical-align: middle;
}
.mainWrap .phoneWrap span {
    font-size: 18px;
    vertical-align: middle;
}
.contentWrap {
    margin: 40px;
}
.contentWrap .title {
    text-align: center;
    font-size: 42px;
    color: #111111;
    letter-spacing: 1px;
    position: relative;
    line-height: 59px;
}
.contentWrap .title span {
    position: relative;
}
.contentWrap .title span::before {
    content: '';
    width: 224px;
    height: 21px;
    background: #E9BB3A;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -112px;
    z-index: -1;
}
.contentWrap h3 {
    color: #8E8E8E;
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    font-weight: 500;
    margin-top: 6px;
}
.contentWrap img {
    display: block;
    width: 100%;
    height: 590px;
    margin: 70px 0 84px;
}
.contentWrap .cont {
    margin: 0 100px;
    font-size: 16px;
    line-height: 36px;
}
.certification,.factoryImgWrap,.newsWrap {
    width: 100%;
    height: auto;
    padding: 80px 0 0;
    position: relative;
    min-height: 800px;
}
.listContent {
    padding: 40px 20px 100px;
    box-sizing: border-box;
    background: #fff;
}
.factoryImgWrap>div.mask, 
.newsWrap>div.mask, 
.mask {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    right: 0;
    z-index: -1;
    max-width: 100%;
    display: none;
}
.mask::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/insetBanner.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.newsDetailWrap .mask {
    background: #fff;
}
.certification ul,.factoryImgWrap>div,.newsWrap>div {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.certification ul li h3 {
    font-weight: 500;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}
.certification h3.tit,.factoryImgWrap h3.tit,.newsWrap h3.tit {
    font-size: 40px;
    margin-bottom: 78px;
    font-weight: 500;
}
.factoryImgWrap h3.tit,.newsWrap h3.tit {
    color: #000;
    text-align: center;
}
.certification h3.tit span:nth-last-child(1),.factoryImgWrap h3.tit span:nth-last-child(1),.newsWrap h3.tit span:nth-last-child(1) {
    margin-left: 26px;
    font-size: 28px;

}
.certification .flex img {
    display: inline-block;
    margin-right: 30px;
    width: 297px;
    height: 400px;
    margin-bottom: 20px;
}
.certification img:hover {
    transform: scale(1.03);
}
.certification .flex img:nth-last-child(1) {
    margin-right: 0;
}
.certification ul li {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
    margin-bottom: 49px;
}
.certification ul li img {
    width: 100%;
    height: 430px;
    transition: all .2s linear;
}
.certification ul li .honorsWrap {
    margin-top: 74px;
}
.certification ul li .honorsWrap img {
    margin-bottom: 35px;
}
.certification ul li:nth-last-child(1){
    margin-bottom: 0;
    border: 0;
}
.factoryImgWrap .flex .item {
    width: 380px;
    margin: 0 40px 0 0;
    margin-bottom: 40px;
    display: inline-block;
    border: 1px solid #ddd;
}
.factoryImgWrap .flex .item:nth-child(3n) {
    margin-right: 0;
}
.factoryImgWrap .flex .item img {
    width: 380px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.factoryImgWrap .flex .item :nth-last-child(3n - 2) {
    margin-right: 0;
}
.factoryImgWrap .flex .item p.tit {
    padding: 10px 10px 0;
    font-size: 22px;
}
.factoryImgWrap .flex .item p.desc {
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    padding: 0 10px 20px;
}
.factoryImgWrap .flex .item a {
    width: 78px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #db261f;
    text-align: center;
    color: #db261f;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 20px 10px;
}
.factoryImgWrap .flex .item a:hover {
    width: 78px;
    height: 28px;
    line-height: 28px;
    background: #db261f;
    text-align: center;
    color: #ffffff;
}
.newsWrap {
    padding-bottom: 100px;
}
.newsWrap .newsBanner>div{
    width: 30%;
    background: rgba(255,255,255,0.33);
    padding: 32px 30px;
    box-sizing: border-box;
    height: 294px;
}
.newsWrap .newsBanner>div.noteWrap {
    width: 70%;
}
.newsWrap .newsBanner div img {
    width: 100%;
    height: 230px;
}
.newsWrap .newsBanner .noteWrap {
    background: #474747;
}
.newsWrap .newsBanner .time {
    color: #E9BB3A;
}
.newsWrap .newsBanner .noteWrap h3 {
    font-weight: 500;
    margin: 15px 0 23px;
    font-size: 30px;
    color: #fff;
}
.newsWrap .newsBanner .noteWrap p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 23px;
}
.rightAllow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E9BB3A;
    position: relative;
}
.rightAllow i {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url("./../img/next.png")no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.newsWrap ul {
    margin-top: 50px;
}
.newsWrap ul li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(255,255,255,0.33);
    margin-bottom: 15px;
    padding: 0 23px 0 30px;
    color: #fff;
    box-sizing: border-box;
}
.newsWrap ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsWrap ul li div p {
    height: initial;
}
.newsWrap ul li div span {
    margin-left: 47px;
}
.newsDetailWrap h4{
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 30px;

}
.newsDetailWrap .time {
    color: #E9BB3A;
    text-align: center;
    margin: 23px 0 40px;
}
.newsDetailWrap p {
    line-height: 30px;
    margin: 0 200px;
    color: #fff;
    text-align: left;
}
.newsDetailWrap .imgWrap {
    text-align: center;
    margin: 50px 0;
}
.newsDetailWrap img {
    max-width: 100%;
}
.newsDetailWrap .pagationWrap {
    margin-top: 70px;
}
.newsDetailWrap .item {
    display: flex;
    align-items: center;
    margin: 0 200px 23px;
    cursor: pointer;
}
.newsDetailWrap .item p {
    margin-left: 17px;
}

.newsBanner {
    background: url('../img/newBanner.png') no-repeat center center/cover;
}
.insetBanner {
    background: url('../img/insetBanner.png') no-repeat left top;
    background-attachment: fixed;
    background-size: cover;
}
.articleContent {
    background: #fff;
    padding: 40px 20px;
    overflow: hidden;
    line-height: 30px;
}
@media screen and (max-width: 768px) { 
    .articleContent p {
        margin: 0!important;
    }
    .appWrap .section {
        height: auto;
    }
    .mainWrap {
        padding-top: 10px ;
    }
    .mainWrap .between {
        padding: 0 10px;
    }
    .mainWrap .between a {
        font-size: 14px;
    }
    .mainWrap .phoneWrap span,.mainWrap .between span {
        font-size: 14px;
    }
    .contentWrap {
        margin: 40px 0 0;
    }
    .contentWrap .title {
        font-size: 30px;
    }
    .contentWrap h3 {
        font-size: 24px;
    }
    .contentWrap img {
        width: 100%;
        height: auto;
        margin: 40px 0 34px;
    }
    .contentWrap .cont {
        margin: 0 10px;
    }
    .certification h3.tit, .factoryImgWrap h3.tit, .newsWrap h3.tit {
        font-size: 24px;
        padding: 0 10px;
    }
    .certification h3.tit span:nth-last-child(1), .factoryImgWrap h3.tit span:nth-last-child(1), .newsWrap h3.tit span:nth-last-child(1) {
        font-size: 20px;
    }
    .certification .flex {
        padding: 0 10px;
    }
    .certification .flex img {
        width: 45%;
        height: auto;
    }
    .certification .flex img:nth-child(even){
        margin-right: 0;
    }
    .factoryImgWrap .flex {
        margin: 0 10px;
    }
    .factoryImgWrap .flex .item img {
        width: 100%;
        height: 100%;
    }
    .factoryImgWrap .flex .item {
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .certification, .factoryImgWrap, .newsWrap {
        padding-top: 40px;
    }
    .certification h3.tit, .factoryImgWrap h3.tit, .newsWrap h3.tit {
        margin-bottom: 40px;
    }
    .newsBanner {
        display: block;
    }
    .newsWrap .newsBanner>div {
        width: 100%;
        height: auto;
        padding : 10px;
    }
    .newsWrap .newsBanner>div:first-child {
        padding: 0;
        font-size: 0;
    }
    .newsWrap .newsBanner .noteWrap h3 {
        font-size: 22px;
    }
    .newsWrap.newsDetailWrap h3.tit {
        color: #111111;
        text-align: center;
    }
    .newsWrap ul li {
        padding: 0 10px;
    }
    .newsWrap ul li p {
        width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }
    .newsWrap ul li div span {
        font-size: 14px;
        margin-left: 10px;
    }
    .newsWrap .newsBanner>div.noteWrap {
        width: 100%;
    }
    .rightAllow {
        width: 20px;
        height: 20px;
    }
    .newsDetailWrap h4 {
        font-size: 20px;
    }
    .newsDetailWrap p {
        margin: 0 10px;
        font-size: 14px;
    }
    .newsDetailWrap .item {
        margin: 0 10px 23px;
    }
    .newsDetailWrap .imgWrap {
        margin: 30px 10px;
    }
    .newsDetailWrap img {
        width: 100%!important;
        height: auto!important;
    }
    .newsDetailWrap .time{
        margin: 20px 0;
    }
    .newsDetailWrap .item p {
        flex: 1;
    }
    .factoryImgWrap>div.mask, 
    .newsWrap>div.mask, 
    .mask {
        display: none;
    }
}
