@charset "UTF-8";
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin: 0;padding: 0;}
html {font-size: 62.5%;}
body {font: 12px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif;color: #333;background-color: #F7F7F7;}
a{text-decoration: none;color:#666;cursor:pointer;}
ul, li {list-style-type: none;}
input{outline: none;}
textarea{outline: none;resize:none}
.clearfix:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.typeArea{width: 1300px;margin: 0 auto;position: relative}
h1,h2,h3,h4{font-size:12px; font-weight:normal}
.hide{display: none!important;}
.show{display: block!important;}
.borderNone{border:none!important;}
.flex{display: flex!important;}
.op1{opacity:1 !important;}
.op0{opacity:0 !important;}
.c0{color:#000 !important;}
.c3{color:#333 !important;}
.c6{color:#666 !important;}
.c9{color:#999 !important;}
.f{color:#fff !important;}
.c{color:#ccc !important;}
.e{color:#eee !important;}
.b{font-weight: bold !important;}



@media(max-width:1350px){
    .typeArea{
        width:100%;
        box-sizing: border-box;
        padding: 0 5%;
    }
}

/* 图片放大 */
.imgContain {
    overflow: hidden;
}
.imgContain>img {
    width:100%;
    transition: all .5s;
    transform: scale(1);
    display: block;
}
.imgContain:hover>img{
    transform: scale(1.05);
}
/* 背景填充 */
.bgFull{
    position: relative;
     overflow: hidden;
     z-index: 3;
     transition:all .5s;
 }
 .bgFull:hover{
     color:#fff !important;
 }
 .bgFull:hover:after{
     width:130%;
 }
 .bgFull:after{
     content: "";
     width: 0;
     font-size: 12px;
     display: block;
     height: 130%;
     border-radius: 25px;
     line-height: 30px;
     text-align: center;
     box-sizing: border-box;
     border: 1px solid #333;
     cursor: pointer;
     position: absolute;
     left: -15%;
     top: -15%;
     background: #e60011;
     transition: all .5s;
     z-index: -1;
 }
/* 玻璃 */
.glass{
    position: relative;
    overflow: hidden;
}
.glass:after{
    position: absolute;
    left: -100%;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 50%,rgba(255,255,255,0) 100%);
    transform: skewX(-45deg);
}
.glass:hover:after{
    left: 150%;
    transition: 1s ease;
}
/* 背景渐渐变大 */
@keyframes mymove
{
    0%   {transform: scale(1)}
    50%  {transform: scale(1.2)}
    100% {transform: scale(1)}
}
/* animation:mymove 100s infinite; */


.imgContain:hover img{
    transform: scale(1.05);
}














.indexBanner img {
    width: 100%;
    display: block;
}

.indexBanner .swiper-pagination-bullet-active {
    background: #fff !important;
}

.indexBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    margin: 0 9px;
}

.indexBanner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

@media(max-width:799px) {

    .indexBanner .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
    }

}







.footer {
    background: #fff;
}

.footer .typeArea .top {
    height: 320px;
}

.footer.spec {
    background: #000;
}

.footer .typeArea .top .threePart {
    text-align: center;
    display: flex;
    box-sizing: border-box;
    /* padding: 0 50px; */
    justify-content: space-between;
}

.footer .typeArea .top .threePart>.item {
    width: 300px;
}

.footer .typeArea .top .threePart>.item>.bottom {
    line-height: 35px;
    font-size: 14px;
    color: #666666;
}

.smallContainTitle {
    padding-top: 43px;
    padding-bottom: 20px;
    position: relative;
}

.smallContainTitle.spec::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 10px;
    right: 0;
    margin: auto;
    background: #CCCCCC;
}

.smallContainTitle>span {
    display: block;
}

.smallContainTitle>.en {
    font-size: 14px;
    color: #E60011;
}

.smallContainTitle>.cn {
    font-size: 16px;
    margin-top: 5px;
}

.footer .typeArea .top .threePart>.bottom {
    margin-top: 25px;
}


.footer>.typeArea>.bottom {
    height: 50px;
    font-size: 14px;
    line-height: 17px;
    padding-top: 17px;
    box-sizing: border-box;
    color: #fff;
}


.footer>.typeArea>.bottom .technicalSupport {
    float: right;
    color: #777;
    transition: all .5s;
}

.footer>.typeArea>.bottom .technicalSupport:hover {
    color: #fff;
}

@media(max-width:1050px) {
    .footer .typeArea .top .threePart>.item.one {
        display: none;
    }

    .footer .typeArea .top .threePart>.item.two {
        display: none;
    }
    .footer .typeArea .top .threePart>.item{
        margin:0 auto;
    }


}

@media(max-width:799px) {
    .footer>.typeArea>.bottom {
        height: auto;
        padding-bottom: 15px;
        line-height: 30px;
    }

    .footer>.typeArea>.bottom {
        text-align: center;
    }

    .footer>.typeArea>.bottom .technicalSupport {
        display: none;
    }
}






.productionList {
    background: #fff;
    display: flex;
    padding-bottom: 60px;
}

.productionList .publicDescript {
    padding-top: 59px;
    padding-bottom: 40px;
}

.productionList .typeArea .item {
    display: flex;
    margin-bottom: 15px;
}

.productionList .typeArea .item:last-child {
    margin-bottom: 0;
}

.productionList .typeArea .item .scrollLeft {
    display: flex;
    width: 880px;
}

.productionList .typeArea .item .publicImgFont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}

.productionList .typeArea .item .publicImgFont::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 75px;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    background: #f0f0f0;
}

.productionList .typeArea .item .publicImgFont .name {
    margin-top: 21px;
}

.productionList .typeArea .item .publicImgFont.first {
    background: red;
}

.productionList .typeArea .item .publicImgFont.first .name {
    color: #fff;
}

.productionList .typeArea .item .publicImgFont.first::after {
    display: none;
}

.productionList .typeArea .item .publicImgFont.last::after {
    display: none;
}

.productionList .typeArea .item .publicImgFont>img{
    transform:scale(1);
    transition:all .5s;
}
.productionList .typeArea .item .publicImgFont:hover>img{
    transform:scale(1.05);

}


@media (max-width: 1350px) {

    .publicImgFont{
        width:2.2rem !important;
    }
    .productionList .typeArea .item .scrollLeft{
        width:8.8rem;
    }
    .productionList .typeArea{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .publicDescript>.title{
        text-align: center;
    }


}

@media (max-width:799px) {

    .productionList .typeArea .item .scrollLeft{
        overflow-x:scroll;
        width:100px;
    }
    .productionList .typeArea .item .publicImgFont.first{
        width:2.8rem !important;
    }
    .productionList .typeArea .item .publicImgFont{
        padding:0 20px;
    }
    .productionList .typeArea .item .publicImgFont .name{
        text-align: center;
    }

}





.productionList .seeMore {
    display: block;
    width: 120px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #666;
    border-radius: 17.5px;
    color: #666;
}

@media (max-width: 1350px) {

    .productionList .seeMore {
        zoom: .8;

    }

}

@media (max-width:799px) {

    .productionList .seeMore {
        zoom: .5;

    }

}

.publicDescript>.title {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

.publicDescript>.contain {
    margin-top: 20px;
    padding: 0;
    font-size: 36px;
    color: #333;
}

.publicImgFont {
    width: 220px;
    height: 150px;
    background: #F9F9F9;
}


@media (max-width: 1350px) {
    .productionList .publicDescript {
        padding-top: .59rem;
        padding-bottom: .40rem;
    }

    .publicDescript>.title {
        font-size: .14rem;
    }

    .publicDescript>.contain {
        margin-top: .20rem;
        font-size: .36rem;
    }

}

@media (max-width: 799px) {
    .productionList .publicDescript {
        padding-top: 59px;
        padding-bottom: 40px;
    }

    .publicDescript>.title {
        font-size: 14px;
    }

    .publicDescript>.contain {
        margin-top: 20px;
        font-size: 36px;
    }
}




.VideoAndInfo {
    position: relative;
    height: 472px;
}

.VideoAndInfo>.left {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
.VideoAndInfo>.left:hover .imgContain>img{
    transform: scale(1.05);
}

.VideoAndInfo>.left.spec {
    background: #000;
    left: auto;
    height: 100%;
    right: 0;
    padding-left: 36px;
}

.VideoAndInfo>.typeArea {
    display: flex;
    justify-content: flex-end;
}

.VideoAndInfo>.typeArea>.limited {
    width: 650px;
    box-sizing: border-box;
}

.VideoAndInfo>.typeArea .limited .company {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
}

.VideoAndInfo>.typeArea .limited .allInfo {
    margin-top: 45px;
}

.VideoAndInfo>.typeArea .limited .allInfo .des {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}


.VideoAndInfo .screen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.VideoAndInfo .screen>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 65px;
    height: 65px;
    opacity: 1;
    transition: all 0.5s;
    cursor: pointer;
}



.justVideo {
    display: none;
}

@media (max-width: 1350px) {
    .VideoAndInfo>.typeArea>.limited {
        width: 8.5rem;
    }
}

@media (max-width: 1230px) {

    .VideoAndInfo>.typeArea {
        flex-wrap: wrap;
    }

    .VideoAndInfo>.typeArea>.limited {
        width: 100%;
    }

    .VideoAndInfo>.left {
        display: none;
    }

    .VideoAndInfo>.typeArea {
        background: #000;
        padding-bottom: 30px;
    }

    .justVideo {
        width: 100%;
        display: block;
    }

    .justVideo>video {
        width: 100%;
        display: block;
    }

    .VideoAndInfo {
        height: auto;
        background: #000;
    }

}




.addColumn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.addColumn>.addColumnContain {
    width: 900px;
    padding: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -229.5px;
}

.addColumn>.addColumnContain>.headTitile {

    padding: 10px 20px;
}

.addColumn>.addColumnContain>.headTitile>i {
    float: right;

}

.addColumn>.addColumnContain>.headTitile>img {
    float: right;

}

.addColumn>.addColumnContain>.contain>.confirem {
    width: 100%;
    background: #fff;
    height: 77.5px;
    position: relative;
}

.addColumn>.addColumnContain>.contain>.confirem>.yes {
    display: block;
    width: 150px;
    height: 37.5px;
    line-height: 37.5px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    border-radius: 0;
    background: #FFFFFF;
    color: #808080;
    border: 1px solid #E4E4E4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.addColumn>.addColumnContain>.contain>.others>video {
    width: 100%;
    height: 100%;
    display: block;
}






.aboutUsGalleryList {
    background: #EEEEEE;
    padding: 45px 0;
}

.aboutUsGalleryList .typeArea {
    display: flex;
    flex-wrap: wrap;

}

.aboutUsGalleryList .typeArea div img {
    object-fit: cover;
}

.aboutUsGalleryList .typeArea .spec {
    width: 410px;
    height: 270px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-right: 35px;
    cursor: pointer;
}

.aboutUsGalleryList .typeArea .spec:hover .seeMorePublic>img {
    left: 5px;
}

.aboutUsGalleryList .typeArea>div .imgContain {
    overflow: hidden;
}

.aboutUsGalleryList .typeArea>div .btmContain {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.aboutUsGalleryList .typeArea>div .btmContain .title {
    display: block;
    margin-bottom: 22px;
    font-size: 26px;
    color: #fff;
}

.aboutUsGalleryList .typeArea>div .imgContain img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
    transform: scale(1);
}

.aboutUsGalleryList .typeArea>div:hover img {
    transform: scale(1.05);
}

.aboutUsGalleryList .typeArea div.spec:nth-child(3) {
    margin-right: 0;
}

.aboutUsGalleryList .typeArea .content {
    padding-top: 40px;
    padding-bottom: 65px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #666;
}

.aboutUsGalleryList .typeArea .content .fb {
    font-weight: bold;
}


@media (max-width:1350px) {

    .aboutUsGalleryList .typeArea .spec {
        width: 32% !important;
        margin-right: 2%;
    }

}
@media (max-width:799px) {

    .aboutUsGalleryList{
        padding:5% 0;
    }
    .aboutUsGalleryList .typeArea .spec {
        width: 100% !important;
        margin-right: 0%;
        margin-bottom:2%;
    }

}




.seeMorePublic {
    width: 98px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
    line-height: 28px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.seeMorePublic .seeDetail {
    margin-right: 5px;
}

.seeMorePublic>img {
    vertical-align: baseline;
    position: relative;
    left: 0;
    transition: all .5s;
}

.seeMorePublic:hover img {
    left: 5px;
}

















.aboutUsGG {
    width: 100%;
    display: block;
}








.aboutUs {
    background: #fff;
    padding: 80px 0;
}

.imgArticleContain {
    width: 100%;

}

.aboutUs .typeArea {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.imgArticleContain .imgArticle {
    display: flex;
    align-items: center;
}

.imgArticleContain .imgArticle .imgArticleLeftContain {
    width: 570px;

    box-sizing: border-box;
}

.imgArticleContain .imgArticle .imgArticleLeft {
    display: block;
    width: 100%;
}

.imgArticleContain .imgArticle .imgArticleRight {
    box-sizing: border-box;
    width: 730px;
    height: 400px;
    vertical-align: top;
    padding-top: 80px;
    padding-right: 60px;
    padding-left: 58px;
}


.imgArticleContain .imgArticle .imgArticleRight .contain {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    margin-top: 30px;

}


@media (max-width:1350px) {
    .aboutUs {
        background: #fff;
        padding: .8rem 0;
        zoom:1.3;
    }

    .aboutUs .typeArea {
        width: 13rem;

    }

    .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 5.7rem;

        box-sizing: border-box;
    }





    .imgArticleContain .imgArticle .imgArticleRight {
        box-sizing: border-box;
        width: 7.30rem;
        height: 4rem;
        vertical-align: top;
        padding-top: .4rem;
        padding-right: 0;
        padding-left: .58rem;
    }


    .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: .14rem;
        line-height: .30rem;
        margin-top: .2rem;

    }

    .imgArticleContain .imgArticle .imgArticleRight>img{
        width:1.64rem;
        height: .24rem;
    }

}


@media (max-width: 1150px) {
    .aboutUs {
        zoom:1;
    }
    .aboutUs .typeArea {
        width: 90%;
    }

    .imgArticleContain .imgArticle {
        flex-wrap: wrap;
    }

    .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 100%;
        margin: 30px 0;
    }

    .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: 14px;
        line-height:30px;
    }
    .imgArticleContain .imgArticle .imgArticleRight>img {
        width: 164px;
        height: 24px;
    }

    .imgArticleContain .imgArticle .imgArticleRight {
        width: 100%;
        padding-left: 0;
        height: auto;
        padding-bottom: 30px;
    }

}



.otherBanner {
    position: relative;
    display: flex;
}
.otherBanner>img{
    width:100%;
    display: block;
}

@media (max-width: 1350px){
    .otherBanner{
        padding-top:45px;
    }
}



.fontEn {
    width: 400px;
    height: 400px;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fontEn .che {
    font-size: 30px;
    color: #fff;
    position: relative;
}



.fontEn .che.b{
    color:#333;
}
.fontEn .che.b::before {
    background:#333;

}

.fontEn .che.b::after {
  background:#333;
}


.fontEn .che::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    top: 4px;
    left: -17px;
    background: #fff;
}

.fontEn .che::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    top: 4px;
    right: -17px;
    margin: auto;
    background: #fff;
}

.fontEn .eng {
    font-size: 18px;
    color: #D8253B;
}

@media (max-width:799px) {
    .fontEn{
        width:100%;
    }
}








.menuTabContain{
    background: #fff;
    overflow: hidden;
}
.menuTab {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-around;
    background: #fff;
    box-sizing: border-box;
}

.menuTab .circleContain {
    text-align: center;
    width: 340px;
    height: 320px;
    box-sizing: border-box;
}
.menuTab .circleContain.spec{
    width:40%;
}

.menuTab .circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 4px;
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;

    align-items: center;
    margin: 0 auto;
    margin-top:60px;
}

.menuTab .circle>div {
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menuTab .circleContain .circle>div {
    border: none;
}
.menuTab .circleContain:nth-child(1) img{
    width:51px;
    height:51px;
}
.menuTab .circleContain:nth-child(2) img{
    width:40px;
    height:52px;
}
.menuTab .circleContain:nth-child(3) img{
    width:59px;
    height:41px;
}

.menuTab .circleContain p {
    line-height: 35px;
    font-size: 18px;
    margin-top: 15px;
}

.menuTab .circleContain p span {
    color: #666;
}
@media (max-width:1350px){

    .menuTabContain{
        background: #fff;
        overflow: hidden;
    }
    .menuTab {
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: space-around;
        background: #fff;
        box-sizing: border-box;
    }

    .menuTab .circleContain {
        text-align: center;
        width: 3.4rem;
        height: 3.2rem;
        box-sizing: border-box;
    }
    .menuTab .circleContain.spec{
        width:40%;
    }

    .menuTab .circle {
        width: 1.1rem;
        height: 1.1rem;
        border-radius: 50%;
        padding: 4px;
        display: flex;
        justify-content: center;
        border: 1px solid #ccc;

        align-items: center;
        margin: 0 auto;
        margin-top: .6rem;
    }

    .menuTab .circle>div {
        width: 100%;
        height: 100%;
        border: 1px solid #eee;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menuTab .circleContain .circle>div {
        border: none;
    }
    .menuTab .circleContain:nth-child(1) img{
        width:.51rem;
        height:.51rem;
    }
    .menuTab .circleContain:nth-child(2) img{
        width:.4rem;
        height:.52rem;
    }
    .menuTab .circleContain:nth-child(3) img{
        width:.59rem;
        height:.41rem;
    }

    .menuTab .circleContain p {
        line-height: .35rem;
        font-size: .18rem;
        margin-top: .15rem;
    }

    .menuTab .circleContain p span {
        color: #666;
    }

}
@media (max-width:799px) {


    .menuTab{
        padding:30px 0;
    }
    .menuTab .circle {
        margin: 0 auto;
    }

    .menuTab .circleContain p {
        line-height: 35px;
        font-size: 18px;
    }
    .menuTab .circleContain.spec{
        width:30%;
    }
    .menuTab .circleContain{
        width:30%;
        height:auto;
    }
}




.mapContain {
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;

}

.mapContain > .typeArea {
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

#map {
    width: 100%;
    height: 360px;
}

@media (max-width: 1350px) {

    .mapContain {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mapContain > .typeArea {
        width: 90%;
    }
}

@media (max-width: 799px) {
    #map {
        height: 200px;
    }
}









.contactUsTitle {
    text-align: center;
    padding-top: 82px;
    padding-bottom: 50px;
    background: #eee;
}

.contactUsTitle .title {
    font-size: 28px;
    font-weight: bold;
    color:#535353;
}

.contactUsTitle .contain {
    font-size: 20px;
    margin-top: 15px;
    color: #666;
}




@media (max-width: 1690px) {
    .contactUsTitle {
        padding-top: .82rem;
        padding-bottom: .5rem;
    }

    .contactUsTitle .title {
        font-size: .28rem;
    }

    .contactUsTitle .contain {
        font-size: .2rem;
        margin-top: .31rem;
    }

}

@media (max-width: 799px) {
    .contactUsTitle {
        padding-top: 82px;
        padding-bottom: 50px;
    }

    .contactUsTitle .title {
        font-size: 28px;
    }

    .contactUsTitle .contain {
        font-size: 20px;
        margin-top: 31px;
    }

}



.related {
    background: #fff;
}

.related .typeArea {
    display: flex;
    flex-wrap: wrap;
}

.related .typeArea>a {
    display: block;
    width: 310px;
    margin-right: 20px;
    margin-bottom: 60px;
}

.related .typeArea>a:nth-child(4n) {
    margin-right: 0;
}

.related .typeArea>a:last-child {
    margin-right: 0;
}

.related .typeArea>a .imgContain {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.related .typeArea>a .imgContain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.related .typeArea>a .bottom {
    border-bottom: 2px solid #eee;

    text-indent: 20px;
    font-size: 18px;
    transition: all .5s;
    height: 105px;
    display: flex;
    align-items: center;




}

.related .typeArea>a .bottom>span {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;

}

.related .typeArea>a:hover .bottom {
    border-bottom: 2px solid #333;
}

.related .typeArea>a:hover img {
    transform: scale(1.05);
}

@media (max-width:1350px) {
    .related .typeArea>a {
        margin-right: 2%;
        width: 23.5%;
    }

    .related .typeArea>a .imgContain img {
        height: auto;
    }

    .related .typeArea>a .imgContain {
        height: auto;
    }

    .related .typeArea>a .bottom {
        text-indent: .20rem;
        font-size: .18rem;
        height: 1.05rem;
    }


}

@media (max-width:799px) {
    .related .typeArea>a {
        width: 49%;
        margin-right: 2%;
    }

    .related .typeArea>a:nth-child(2n) {
        margin-right: 0 !important;
    }

    .related .typeArea>a:nth-child(4n) {
        margin-right: auto;
        margin-top: auto;
    }
    .related .typeArea>a .bottom {
        text-indent: 20px;
        font-size: 18px;
        height: 105px;
    }

    .related .typeArea>a:last-child{
        margin-bottom:0;
    }
    .related .typeArea>a:last-child:nth-child(2){
        margin-bottom:0;
    }


}



.pagination{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom:50px;
    background: #fff;
    padding-top:50px;
}
.pagination>li{
    position: relative;
    display: inline-block;
    width:40px;
    height:40px;
    border: 1px solid #DEDEDE;
    cursor:pointer;
    transition:all 0.5s;
    line-height:40px;
    margin-right:10px;
}
.pagination>li:last-child{
    margin-right:0;
}
.pagination>li.disabled{
    background: rgba(255, 255, 255, 0.11);
    cursor:not-allowed;
}
.pagination>li.disabled a{
    color:#d0c0c085 !important;
}
.pagination>li.active{
    background:#E60011;
    color:#fff;
}
.pagination>li.active a{
    color:#fff;
}
.pagination a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    line-height:40px;
}
.pagination>li:hover{
    background:#E60011;
}
.pagination>li:hover a{
    color:#fff;
}
