.head {
    background: #E6E7E8 !important;
    width: 100%;
    position: fixed;
    z-index: 100;
    box-sizing: border-box
}

.head > .typeArea {
    height: 80px;
    box-sizing: border-box;
    /*padding: 0 60px*/
}

.head.pc:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    top: 80px;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #EB891B;
}

.head > .typeArea > .navigation > div {
    display: block;
    height: 80px;
    float: left;
    line-height: 80px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    position: relative;
    margin-right: 105px;
    font-weight: bold !important;
}

.head > .typeArea > .navigation > div.current {
    color: #EB891B
}

.head > .typeArea > .navigation > div > .hideMenu {
    width: 190px;
    position: absolute;
    z-index: 10;
    top: 95%;
    left: -65px;
    display: none;
}

.head > .typeArea > .navigation > div > .hideMenu > a {
    display: block;
    height: 40px;
    background: #E6E7E8;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #fcfcfc;
    font-size: 14px;
    color: #333

}

.head > .typeArea > .navigation > div > .hideMenu > a:first-child{
    border-top:1px solid #f0f0f0;
}

.head > .typeArea > .navigation > div > .hideMenu > a:hover {
    color: #EB891B
}

.head > .typeArea > .navigation > div.spec {
    display: flex;
    justify-content: center;
    align-items: center
}

.head > .typeArea > .navigation > div:last-child {
    margin-right: 0
}

.head > .typeArea > .navigation > div:hover {
    color: #EB891B
}

.head > .lang {
    width: 130px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: #EB891B;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.head.mobile {
    padding-right: 0;
    display: none
}

.head.mobile > .typeArea {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.head.mobile > .typeArea > .logoImg {
    margin-top: 0
}

.head.mobile > .typeArea > .logoImg > img {
    height: 25px
}

.head.mobile > .typeArea > .arrowsContain {
    display: flex;
    justify-content: space-between;
    top: 4px;
    width: 30px
}

.head.mobile > .typeArea > .arrowsContain > .leftContain {
    width: 35%
}

.head.mobile > .typeArea > .arrowsContain > .leftContain > ul {
    width: 25px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.head.mobile > .typeArea > .arrowsContain > .leftContain > ul.active .m_first_li {
    top: 8px;
    transform: rotate(45deg)
}

.head.mobile > .typeArea > .arrowsContain > .leftContain > ul.active .m_none_li {
    display: none
}

.head.mobile > .typeArea > .arrowsContain > .leftContain > ul.active .m_second_li {
    top: -10px;
    transform: rotate(-45deg)
}

.head.mobile > .typeArea > .arrowsContain > .leftContain > ul > li {
    position: relative;
    top: 0;
    height: 2px;
    background: #999;
    transition: all 0.5s
}

.phoneMenu {
    position: fixed;
    height: calc(100vh - 45px);
    width: 100%;
    top: 45px;
    background: #fff;
    transform: translateX(-100%);
    transition: all .5s;
    overflow-x: hidden;
    z-index: 200
}

.phoneMenu.current {
    transform: translateX(0%)
}

.phoneMenu > .navv {
    width: 85%;
    margin: 0 auto
}

.phoneMenu > .navv > li {
    padding: 25px 0;
    line-height: 35px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    position: relative;
    font-size: 16px;
    color: #282828
}

.phoneMenu > .navv > li:last-child {
    border-bottom: none
}

.phoneMenu > .navv > li.current > span {
    transform: rotate(90deg)
}

.phoneMenu > .navv > li > span {
    display: inline-block;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 30px;
    background-size: 100% 100% !important;
    background: url("../images/rightW.jpg") 0 0 no-repeat;
    transition: all .5s
}

.phoneMenu > .navv > li > .sub {
    display: none;
    padding: 10px 0
}

.phoneMenu > .navv > li > .sub > a {
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    color: #8d8d8d;
    padding-left: 20px
}

.phoneMenu > .navv > li > .sub > a.current {
    background: #EB891B;
    color: #fff
}

.phoneMenu > .navv > li > .sub > a > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 12px
}

.indexBanner {
    width: 100%;
    height: calc(100vh - 80px);
    padding-top: 80px;
    background: #E6E7E8;
    overflow: hidden
}

.indexBanner > .swiper-container {
    width: 100%;
    height: 100%
}

.indexBanner > .swiper-container > .swiper-wrapper {
    width: 100%;
    height: 100%
}

.indexBanner > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%
}

.indexBanner > .swiper-container > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.indexBanner > .swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    border-radius: 0;
    background: #fff;
    margin: 0 9px;
    opacity: 1;
    transition: all .5s
}

.indexBanner > .swiper-container .swiper-pagination-bullet-active {
    background: #EB891B;
    transform: rotateZ(45deg)
}

.indexBanner > .swiper-container .publicStyle {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -21px;
    cursor: pointer
}

.indexBanner > .swiper-container .left {
    left: 80px
}

.indexBanner > .swiper-container .right {
    right: 80px;
    transform: rotate(180deg)
}

.publicTitle {
    padding-top: 40px;
    color: #104170;
    padding-bottom: 30px
}

.publicTitle .tip {
    text-align: center;
    font-size: 12px;
    color: #EB891B;
    letter-spacing: 5px
}

.publicTitle .title {
    display: flex;
    justify-content: center;
    align-items: center
}

.publicTitle .title .line1 {
    width: 30px;
    height: 3px;
    background: #EB891B;
    margin-right: 25px
}

.publicTitle .title .font {
    font-size: 28px
}

.publicTitle .title .line2 {
    width: 30px;
    height: 3px;
    background: #EB891B;
    margin-left: 25px
}

.midForm {
    padding-bottom: 25px;
    width: 100%
}

.midForm .productionDataForm {
    width: 360px;
    margin: 0 auto
}

.midForm .productionDataForm > div {
    display: flex;
    height: 45px;
    line-height: 45px;
    border-bottom: 1.5px solid #fff
}

.midForm .productionDataForm > div > div.left {
    width: 20%;
    background: #EB891B;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-style: italic
}

.midForm .productionDataForm > div > div.right {
    flex: 1;
    background: #fff;
    padding: 0 4%;
    font-weight: bold;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border: 2px solid #EB891B
}

.midForm .productionDataForm > div > div.right input {
    border: none
}

.midForm .productionDataForm > div:last-child {
    border: none
}

.part4 {
    width: 100%;
    overflow: hidden
}

.part4 > .typeArea {
    width: 120%;
    background: #fff;
    height: 600px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.part4 > .typeArea > .item {
    width: 468.52px;
    height: 600px;
    background: #121923;
    box-sizing: border-box;
    margin-right: 9.5px;
    position: relative;
    transition: all .5s;
    overflow: hidden
}

.part4 > .typeArea > .item:last-child {
    margin-right: 0
}

.part4 > .typeArea > .item.current {
    width: 1080px;
    z-index: 40
}

.part4 > .typeArea > .item.current > .productionContain {
    opacity: 0
}

.part4 > .typeArea > .item.current .hideInfo .left .infoDescript {
    border-bottom: 1px solid rgba(208, 208, 208, 0.15);
    opacity: 1;
    top: 0
}

.part4 > .typeArea > .item.current .hideInfo .left .detail {
    opacity: 1;
    top: 0
}

.part4 > .typeArea > .item.current .hideInfo .left .link {
    opacity: 1;
    top: 0;
    transition: all .5s
}

.part4 > .typeArea > .item.current .hideInfo .left .link:hover {
    color: #EB891B
}

.part4 > .typeArea > .item.current .hideInfo .right img {
    opacity: 1;
    top: 0;
    left: 0
}

.part4 > .typeArea > .item.current .imgContain {
    width: 100%;
    height: 100%
}

.part4 > .typeArea > .item.current .imgContain img {
    width: 1080px;
    transition: all .5s
}

.part4 > .typeArea > .item.uncurrent {
    width: 264.83px
}

.part4 > .typeArea > .item.uncurrent .imgContain {
    height: 100%
}

.part4 > .typeArea > .item .hideInfo {
    position: absolute;
    left: 0;
    top: 0;
    width: 1080px;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding-left: 50px;
    z-index: 100;
    cursor: pointer;

}

.part4 > .typeArea > .item .hideInfo .left {
    width: 520px;
    height: 100%
}

.part4 > .typeArea > .item .hideInfo .left .infoDescript {
    padding-top:80px;
    padding-bottom:30px;
    opacity: 0;
    position: relative;
    top: 25px;
    transition: all .5s;
    color: #fff
}

.part4 > .typeArea > .item .hideInfo .left .infoDescript > .title {
    font-weight: 400;
    font-size: 36px
}

.part4 > .typeArea > .item .hideInfo .left .infoDescript > .contain {
    margin-top: 25px;
    color: #fff;
    font-size: 20px
}

.part4 > .typeArea > .item .hideInfo .left .detail {
    padding: 33px 0;
    padding-top:30px;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    opacity: 0;
    position: relative;
    top: 25px;
    transition: all .5s
}

.part4 > .typeArea > .item .hideInfo .left .link {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    opacity: 0;
    position: relative;
    color:#fff;
    top: 25px;
    transition: all .5s;
    padding:8px 15px;
    border: 1px solid #EB891B;
    overflow: hidden;
    z-index: 3;
}
.part4 > .typeArea > .item .hideInfo .left .link:hover{
    color:#fff !important;
    z-index: 300;
    opacity:1;

}
.part4 > .typeArea > .item:hover .hideInfo .left .link:after{
    width:130%;
}
.part4 > .typeArea > .item .hideInfo .left .link: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: #EB891B;
    transition: all 2s;
    z-index: -1;
}

.part4 > .typeArea > .item .hideInfo .right {
    width: 410px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.part4 > .typeArea > .item .hideInfo .right img {
    position: relative;
    opacity: 0;
    top: 30px;
    left: 30px;
    transition: all .5s
}

.part4 > .typeArea > .item > .productionContain {
    width: 468.52px;
    height: 100%;
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    opacity: 1;
    transition: all .2s;
    cursor: pointer;
}

.part4 > .typeArea > .item > .title {
    font-size: 20px;
    text-align: center;
    margin-top: 24px
}

.part4 > .typeArea > .item > .contain {
    font-size: 14px;
    margin-top: 42px;
    line-height: 25px;
    text-align: center
}

.part4 > .typeArea > .item > .imgContain {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0
}

.part4 > .typeArea > .item > .imgContain > img {
    width: 470px;
    height: 600px;
    transition: all .5s
}

.chinaMap {
    width: 100%;
    overflow: hidden;
    position: relative
}

.chinaMap > .imgContain {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.chinaMap .typeArea {
    height: 924px
}

.chinaMap .typeArea .titleContain {
    padding-top: 40px
}

.chinaMap .typeArea .titleContain .title {
    color: #EB891B;
    font-size: 28px;
    font-weight: bold;
    text-align: center
}

.chinaMap .typeArea .titleContain .contain {
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin-top: 15px
}

.chinaMap .typeArea .mapSwiper {
    margin-top: 25px
}

.chinaMap .typeArea .mapSwiper .swiper-slide {
    text-align: center
}

.chinaMap .publicBtn {
    width: 65px;
    height: 90px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    outline: none;
    z-index: 200
}

.chinaMap .publicBtn.left {
    left: 0;
    transform: rotate(180deg)
}

.chinaMap .publicBtn.right {
    right: 0
}

.footer {
    background: #EEEEEE
}

.footer .typeArea {
    box-sizing: border-box;
    height: 300px;
    padding-top: 25px;
    display: flex
}

.footer .typeArea .leftContain {
    width: 50%
}

.footer .typeArea .leftContain .left {
    width: 100%
}

.footer .typeArea .leftContain .left > .title {
    color: #104170;
    font-weight: 500;
    font-size: 16px
}

.footer .typeArea .leftContain .left .productionSort {
    margin-top: 20px;
    display: flex
}

.footer .typeArea .leftContain .left .productionSort > div {
    margin-right: 80px
}

.footer .typeArea .leftContain .left .productionSort > div .title {
    color: #333;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 14px;
    cursor: text
}

.footer .typeArea .leftContain .left .productionSort > div a {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: block
}

.footer .typeArea .leftContain .left .productionSort > div a:hover {
    color: #EB891B
}

.footer .typeArea .right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer .typeArea .right > div {
    width: 360px
}

.footer .typeArea .right > div .imgContain {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px
}

.footer .typeArea .right > div .tip {
    font-size: 14px;
    color: #999
}

.footer .typeArea .right > div .productionDataForm {
    margin-top: 15px;
    margin-bottom: 25px
}

.footer .typeArea .right > div .copyRight {
    font-size: 12px;
    color: #333
}

.footer .typeArea .right > div .copyRight p {
    text-align: right;
    margin-bottom: 5px;
}

.footer .typeArea .right > div .copyRight a {
    display: block;
    color: #999;
    transition: all .5s;
    text-align: right
}

.footer .typeArea .right .productionDataForm > div {
    display: flex;
    height: 42px;
    line-height: 42px;
    border-bottom: 1.5px solid #fff
}

.footer .typeArea .right .productionDataForm > div .right {
    flex: 1;
    background: #fff;
    padding: 0 4%;
    font-weight: bold;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.footer .typeArea .right .productionDataForm > div .right input {
    width: 100%;
    height: 100%;
    border: none
}

.footer .typeArea .right .productionDataForm > div .left {
    width: 20%;
    background: #EB891B;
    text-align: center;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-style: italic;
    font-weight: bold
}

.Scratchable {
    display: none
}

@media (max-width: 1690px) {
    .head.pc {
        padding-right: 130px
    }

    .part4 {
        width: 100%;
        overflow: hidden
    }

    .part4 > .typeArea {
        width: 120%;
        background: #fff;
        height: 6rem;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        padding: 0
    }

    .part4 > .typeArea > .item {
        width: 4.8rem;
        height: 6rem;
        background: #121923;
        box-sizing: border-box;
        margin-right: .095rem;
        position: relative;
        transition: all .5s;
        overflow: hidden
    }

    .part4 > .typeArea > .item:last-child {
        margin-right: 0
    }

    .part4 > .typeArea > .item.current {
        width: 10.80rem;
        z-index: 40
    }

    .part4 > .typeArea > .item.current > .productionContain {
        opacity: 0
    }

    .part4 > .typeArea > .item.current .hideInfo .left .infoDescript {
        border-bottom: 1px solid rgba(208, 208, 208, 0.15);
        opacity: 1;
        top: 0
    }

    .part4 > .typeArea > .item.current .hideInfo .left .detail {
        opacity: 1;
        top: 0
    }

    .part4 > .typeArea > .item.current .hideInfo .left .link {
        opacity: 1;
        top: 0;
        transition: all .5s
    }

    .part4 > .typeArea > .item.current .hideInfo .left .link:hover {
        color: #EB891B
    }

    .part4 > .typeArea > .item.current .hideInfo .right img {
        opacity: 1;
        top: 0;
        left: 0
    }

    .part4 > .typeArea > .item.current .imgContain {
        width: 100%;
        height: 100%
    }

    .part4 > .typeArea > .item.current .imgContain img {
        width: 10.80rem;
        transition: all .5s
    }

    .part4 > .typeArea > .item.uncurrent {
        width: 2.6483rem
    }

    .part4 > .typeArea > .item.uncurrent .imgContain {
        height: 100%
    }

    .part4 > .typeArea > .item .hideInfo {
        position: absolute;
        left: 0;
        top: 0;
        width: 10.80rem;
        height: 100%;
        display: flex;
        box-sizing: border-box;
        padding-left: .50rem;
        z-index: 100;
    }

    .part4 > .typeArea > .item .hideInfo .left {
        width: 5.20rem;
        height: 100%
    }

    .part4 > .typeArea > .item .hideInfo .left .infoDescript {
        padding-top: .8rem;
        padding-bottom:.3rem;
        opacity: 0;
        position: relative;
        top: .25rem;
        transition: all .5s;
        color: #fff
    }

    .part4 > .typeArea > .item .hideInfo .left .infoDescript > .title {
        font-weight: 400;
        font-size: .36rem
    }

    .part4 > .typeArea > .item .hideInfo .left .infoDescript > .contain {
        margin-top: .25rem;
        color: #fff;
        font-size: .20rem
    }

    .part4 > .typeArea > .item .hideInfo .left .detail {
        padding: .33rem 0;
        padding-top:.3rem;
        color: #fff;
        font-size: .16rem;
        line-height: .45rem;
        opacity: 0;
        position: relative;
        top: .25rem;
        transition: all .5s
    }

    .part4 > .typeArea > .item .hideInfo .left .link {
        color: #fff;
        display: inline-block;
        font-size: .16rem;
        line-height: .22rem;
        opacity: 0;
        position: relative;
        top: .25rem;
        transition: all .5s
    }

    .part4 > .typeArea > .item .hideInfo .right {
        width: 4.10rem;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .part4 > .typeArea > .item .hideInfo .right img {
        position: relative;
        opacity: 0;
        top: .30rem;
        left: .30rem;
        transition: all .5s
    }

    .part4 > .typeArea > .item > .productionContain {
        width: 4.8rem;
        height: 100%;
        position: relative;
        z-index: 30;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        opacity: 1;
        transition: all .2s
    }

    .part4 > .typeArea > .item > .title {
        font-size: .20rem;
        text-align: center;
        margin-top: .24rem
    }

    .part4 > .typeArea > .item > .contain {
        font-size: .14rem;
        margin-top: .42rem;
        line-height: .25rem;
        text-align: center
    }

    .part4 > .typeArea > .item > .imgContain {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 0
    }

    .part4 > .typeArea > .item > .imgContain > img {
        width: 4.7rem;
        height: 6rem;
        transition: all .5s
    }

    .part4 img {
        width: 50%
    }

    .footer .typeArea .leftContain {
        width: 75%
    }
}

@media (max-width: 1460px) {
    .head {
        padding-right: 130px
    }

    .head > .typeArea > .navigation > div {
        display: block;
        height: 80px;
        float: left;
        line-height: 80px;
        border-radius: 20px;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        color: #333;
        position: relative;
        margin-right: 69px
    }
}

@media (max-width: 1442px) {
    .head > .typeArea > .navigation > div {
        margin-right: 68px;
    }
}

@media (max-width: 1399px) {
    .head.pc {
        display: none
    }

    .head.mobile {
        display: flex
    }

    .head.mobile .typeArea {
        padding: 0 5%
    }

    .indexBanner {
        padding-top: 45px;
        height: auto
    }

    .publicTitle {
        padding-top: .4rem;
        color: #104170;
        padding-bottom: .3rem
    }

    .publicTitle .tip {
        text-align: center;
        font-size: .12rem;
        color: #EB891B;
        letter-spacing: .05rem
    }

    .publicTitle .title {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .publicTitle .title .line1 {
        width: .3rem;
        height: .03rem;
        background: #EB891B;
        margin-right: .25rem
    }

    .publicTitle .title .font {
        font-size: .28rem
    }

    .publicTitle .title .line2 {
        width: .30rem;
        height: .03rem;
        background: #EB891B;
        margin-left: .25rem
    }

    .chinaMap {
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .chinaMap > .imgContain {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    .chinaMap .typeArea {
        height: 9.24rem
    }

    .chinaMap .typeArea .titleContain {
        padding-top: .40rem
    }

    .chinaMap .typeArea .titleContain .title {
        color: #EB891B;
        font-size: .28rem;
        font-weight: bold;
        text-align: center
    }

    .chinaMap .typeArea .titleContain .contain {
        font-size: .20rem;
        text-align: center;
        color: #fff;
        line-height: .35rem;
        margin-top: .15rem
    }

    .chinaMap .typeArea .mapSwiper {
        margin-top: .25rem
    }

    .chinaMap .typeArea .mapSwiper .swiper-slide {
        text-align: center
    }

    .chinaMap .typeArea .mapSwiper .swiper-slide img {
        height: 7rem
    }

    .chinaMap .publicBtn {
        width: .65rem;
        height: .90rem;
        background: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        margin-top: -.45rem;
        cursor: pointer;
        outline: none;
        z-index: 200
    }

    .chinaMap .publicBtn.left {
        left: 5%;
        transform: rotate(180deg)
    }

    .chinaMap .publicBtn.right {
        right: 5%
    }

    .chinaMap .publicBtn img {
        width: .22rem;
        height: .42rem
    }

    .footer {
        background: #EEEEEE
    }

    .footer .typeArea {
        box-sizing: border-box;
        height: auto;
        padding-top: 25px;
        display: flex;
        padding-bottom: 25px
    }

    .footer .typeArea .leftContain .left {
        width: 100%
    }

    .footer .typeArea .leftContain .left > .title {
        color: #104170;
        font-weight: 500;
        font-size: 16px
    }

    .footer .typeArea .leftContain .left .productionSort {
        margin-top: 20px;
        display: flex
    }

    .footer .typeArea .leftContain .left .productionSort > div {
        margin-right: 80px
    }

    .footer .typeArea .leftContain .left .productionSort > div .title {
        color: #333;
        margin-bottom: 15px;
        margin-top: 0;
        cursor: text
    }

    .footer .typeArea .leftContain .left .productionSort > div a {
        margin-top: 10px;
        font-size: 12px;
        color: #999;
        display: block
    }

    .footer .typeArea .leftContain .left .productionSort > div a:hover {
        color: #EB891B
    }

    .footer .typeArea .right {
        width: 50%
    }

    .footer .typeArea .right > div .imgContain {
        display: flex;
        justify-content: center;
        margin-bottom: .30rem
    }

    .footer .typeArea .right > div .tip {
        font-size: .14rem;
        color: #999
    }

    .footer .typeArea .right > div .productionDataForm {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .footer .typeArea .right > div .copyRight {
        font-size: .12rem;
        color: #333
    }

    .footer .typeArea .right > div .copyRight p {
        text-align: center
    }

    .footer .typeArea .right > div .copyRight a {
        display: block;
        color: #999;
        transition: all .5s;
        text-align: center;
        margin-top: 10px
    }

    .footer .typeArea .right .productionDataForm > div {
        display: flex;
        height: 42px;
        line-height: 42px;
        border-bottom: 1.5px solid #fff
    }

    .footer .typeArea .right .productionDataForm > div .right {
        flex: 1;
        background: #fff;
        padding: 0 4%;
        font-weight: bold;
        color: #434343;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .footer .typeArea .right .productionDataForm > div .right input {
        width: 100%;
        height: 100%;
        border: none
    }

    .footer .typeArea .right .productionDataForm > div .left {
        width: 20%;
        background: #EB891B;
        text-align: center;
        color: white;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        cursor: pointer
    }
}

@media (max-width: 1110px) {
    .midForm .productionDataForm {
        margin: 0 auto
    }

    .footer {
        background: #EEEEEE
    }

    .footer .typeArea {
        box-sizing: border-box;
        height: auto;
        padding-top: 25px;
        display: flex;
        padding-bottom: 25px
    }

    .footer .typeArea .leftContain {
        display: none
    }

    .footer .typeArea .leftContain .left > .title {
        color: #104170;
        font-weight: 500;
        font-size: 16px
    }

    .footer .typeArea .leftContain .left .productionSort {
        margin-top: 20px;
        display: flex
    }

    .footer .typeArea .leftContain .left .productionSort > div {
        margin-right: 80px
    }

    .footer .typeArea .leftContain .left .productionSort > div .title {
        color: #333;
        margin-bottom: 15px;
        margin-top: 0;
        font-size: 14px;
        cursor: text
    }

    .footer .typeArea .leftContain .left .productionSort > div a {
        margin-top: 10px;
        font-size: 12px;
        color: #999;
        display: block
    }

    .footer .typeArea .leftContain .left .productionSort > div a:hover {
        color: #EB891B
    }

    .footer .typeArea .right {
        width: 100%
    }

    .footer .typeArea .right > div {
        margin: 0 auto
    }

    .footer .typeArea .right > div .imgContain {
        display: flex;
        justify-content: center;
        margin-bottom: .30rem
    }

    .footer .typeArea .right > div .tip {
        font-size: .14rem;
        color: #999
    }

    .footer .typeArea .right > div .productionDataForm {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .footer .typeArea .right > div .copyRight {
        font-size: .12rem;
        color: #333
    }

    .footer .typeArea .right > div .copyRight p {
        text-align: center
    }

    .footer .typeArea .right > div .copyRight a {
        display: block;
        color: #999;
        transition: all .5s;
        text-align: center;
        margin-top: 10px
    }

    .footer .typeArea .right .productionDataForm > div {
        display: flex;
        height: 42px;
        line-height: 42px;
        border-bottom:none
    }

    .footer .typeArea .right .productionDataForm > div .right {
        flex: 1;
        background: #fff;
        padding: 0 4%;
        font-weight: bold;
        color: #434343;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        box-sizing: border-box;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .footer .typeArea .right .productionDataForm > div .right input {
        width: 100%;
        height: 100%;
        border: none
    }

    .footer .typeArea .right .productionDataForm > div .left {
        width: 20%;
        background: #EB891B;
        text-align: center;
        color: white;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        cursor: pointer
    }
}

@media (max-width: 1034px) {
    .indexBanner > .swiper-container .publicStyle {
        display: none
    }
}

@media (max-width: 799px) {
    .indexBanner > .swiper-container .swiper-pagination-bullet {
        width: 5px;
        height: 5px
    }

    .mapSwiper .swiper-container {
        padding-bottom: 55px
    }

    .mapSwiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        background: #EB891B
    }

    .part4 {
        display: none
    }

    .chinaMap .typeArea .mapSwiper .swiper-slide img {
        width: 100%;
        height: auto
    }

    .chinaMap .publicBtn {
        display: none
    }

    .midForm {
        padding-bottom: 25px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%
    }

    .midForm .productionDataForm {
        width: 100%
    }

    .midForm .productionDataForm > div {
        width: 360px;
        margin: 0 auto
    }

    .Scratchable {
        display: flex;
        flex-wrap: wrap;
        background: #F4F4F4;
        box-sizing: border-box;
        padding: 0 5%;
        padding-top: .4rem
    }

    .Scratchable > a {
        box-sizing: border-box;
        align-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: white;
        margin-right: 2%;
        width: 49%;
        text-align: center;
        padding: 20px 0;
        background-size: 100% 100%
    }

    .Scratchable > a:nth-child(2n) {
        margin-right: 0
    }

    .Scratchable > a:nth-child(n+3) {
        margin-top: 2%
    }

    .Scratchable > a > img {
        width: 50%;
        margin-bottom: 20px
    }

    .Scratchable > a > p.title {
        box-sizing: border-box;
        width: 100%;
        font-weight: bold;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 20%;
        color: #fff
    }

    .Scratchable > a > p.contain {
        color: #808080;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding: 0 10%;
        color: #fff
    }
}

@media (max-width: 430px) {
    .midForm .productionDataForm > div {
        width: 100%
    }
}

.welcome {
    position: relative;
    width: 100%;
    height: 100vh;
}

.welcome > .imgContain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.welcome > .imgContain > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.welcome > .loadImg {
    width: 450px;
    height: 30px;
    margin: 0 auto;
    padding-top: 227px;

}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.welcome > .loadImg > .welcomeTip {
    color: #EB891B;
    width: 270px;
    height: 86px;
    /*border: 2px solid #EB891B;*/
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-right:110px;
    margin-top: 39px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    line-height:30px;
    /*transition: all .5s;*/
    position: relative;
    /*overflow: hidden;*/

    /*position: relative;*/
    /*overflow: hidden;*/
    z-index: 3;

}

@keyframes pulsing {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1);
    }
    20% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.2;
        transform: scaleY(1.5) scaleX(1.2);
    }
    80% {
        opacity: 0;
        transform: scaleY(1.5) scaleX(1.2);
    }
    90% {
        opacity: 0;
        transform: scaleY(1) scaleX(1);
    }
}
@keyframes pulsing1 {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1);
    }
    20% {
        opacity: 0.5;
    }
    70% {
        opacity: 0.2;
        transform: scaleY(1.3) scaleX(1.1);
    }
    80% {
        opacity: 0;
        transform: scaleY(1.3) scaleX(1.1);
    }
    90% {
        opacity: 0;
        transform: scaleY(1) scaleX(1);
    }
}


.welcome > .loadImg > .welcomeTip:after {
    content: '';
    position: absolute;
    /*z-index: -1;*/
    /*left: 6px;*/
    /*top: 6px;*/
    /*width: calc(100% - 12px);*/
    /*height: calc(100% - 12px);*/
    /*background: white;*/
    /*border-radius: 5px;*/

    width: 100%;
    height: 100%;
    border: inherit;
    top: 0;
    left: 0;
    z-index: -3;
    background: #fff;
    border-radius: inherit;
    animation: pulsing1 2.5s linear infinite;
}

.welcome > .loadImg > .welcomeTip:before{
    /*content: '';*/
    /*position: absolute;*/
    /*z-index: -1;*/
    /*margin:auto;*/

    /*width: 200%;*/
    /*height: 200%;*/
    /*background-color: #399953;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 50% 50%, 50% 50%;*/
    /*background-position: 0 0, 100% 0, 100% 100%, 0 100%;*/
    /*background-image: linear-gradient(#104170, #104170), linear-gradient(#EB891B, #EB891B), linear-gradient(#104170, #104170), linear-gradient(#EB891B, #EB891B);*/
    /*-webkit-animation: rotate 4s linear infinite;*/
    /*animation: rotate 4s linear infinite;*/


    /*position: absolute;*/
    /*z-index: -1;*/
    /*margin: auto;*/
    /*width: 800%;*/
    /*height: 800%;*/
    /*background-color: #EB891B;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 50% 50%, 50% 50%;*/
    /*!* background-position: 0 0, 100% 0, 100% 100%, 0 100%; *!*/
    /*background-image: linear-gradient(#104170, #104170), linear-gradient(#EB891B, #EB891B), linear-gradient(#104170, #104170), linear-gradient(#EB891B, #EB891B);*/
    /*-webkit-animation: rotate 4s linear infinite;*/
    /*animation: rotate 4s linear infinite;*/



    content: '';
    position: absolute;

    width: 100%;
    height: 100%;
    border: inherit;
    top: 0;
    left: 0;
    z-index: -3;
    background: #fff;
    border-radius: inherit;
    animation: pulsing 2.5s linear infinite;



}

.welcome > .welcomeNav {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 30px;
}

.welcome > .welcomeNav > a {
    color: #fff;
    font-size: 16px;
    margin-right: 36px;
    text-decoration: underline;
    transition: all .5s;
}

.welcome > .welcomeNav > a:hover {
    color: #EB891B;
}

@media (max-width: 799px) {
    .welcome > .loadImg {
        width: 4.50rem;
        height: .30rem;
        padding-top: 3.27rem;
    }

    .welcome > .loadImg > img {
        width: 100%;
    }

    .welcome > .loadImg > .welcomeTip {
        width: 4.50rem;
        height: auto;
    }

}

.aboutUsNav {
    padding-top: 80px;
    background: #eee;
}

.aboutUsNav .typeArea {
    display: flex;
    align-items: center;
    height: 80px;
}

.aboutUsNav .navigation > a {
    display: block;
    height: 40px;
    float: left;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 0 20px;
    margin-right: 10px;
    position: relative;
    color: #333;
    transition: all .5s;
}

.aboutUsNav .navigation > a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 22px;
    top:26%;
    left: 0;
    background: #eee;
    transition: all .5s;
}

.aboutUsNav .navigation .current {
    color: #EB891B;
    font-weight: bold;
}

.aboutUsNav .navigation .current:after {
    background: #EB891B;
}

.aboutUsNav .navigation > a:hover {
    color: #EB891B;
    /*font-weight: bold;*/

}

.aboutUsNav .navigation > a:hover:after {
    background: #EB891B;
}

.aboutUsNav .nowLocation {
    display: flex;
    position: absolute;
    right: 0;

}

.aboutUsNav .nowLocation .imgContain {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutUsNav .nowLocation .info {
    font-size: 16px;

}
.aboutUsNav .nowLocation .info>.nav {
    color: #999;
}

.aboutUsNav .nowLocation .info em {
    color: #333;
}

@media (max-width: 1690px) {

    .aboutUsNav .typeArea {
        display: flex;
        align-items: center;
        height: .80rem;
    }

    .aboutUsNav .navigation > a {
        height: .40rem;
        border-radius: .20rem;
        line-height: .40rem;
        font-size: .18rem;
        padding: 0 .20rem;
        margin-right: .10rem;
    }

    .aboutUsNav .navigation > a:after {
        width: .06rem;
        height: .40rem;
        top:0;
    }

    .aboutUsNav .nowLocation {
        right: 5%;
    }

    .aboutUsNav .nowLocation .imgContain {
        margin-right: .10rem;
    }

    .aboutUsNav .nowLocation .info {
        font-size: .16rem;
    }

}

@media (max-width: 1399px) {

    .aboutUsNav {
        padding-top: 45px;
    }

}

@media (max-width: 799px) {
    .aboutUsNav .nowLocation .info {
        font-size: 16px;
    }

    /*.aboutUsNav .navigation>a{*/
    /*font-size:18px;*/
    /*}*/
}

.cultureContent {
    padding-top: 49px;
    padding-bottom: 54px;
    background: #fff;
}

.cultureContent .typeArea {

}

.cultureContent .typeArea .imgContain {
    margin-bottom: 5px;
}

.cultureContent .typeArea .company {
    font-size: 19px;
    font-weight: bold;
}

.cultureContent .typeArea .line {
    width: 50px;
    height: 2px;
    background: #EB891B;
    margin-top: 29px;
    margin-bottom: 38px;
}

.cultureContent .typeArea .content {
    font-size: 16px;
    line-height: 35px;
    color:#666;
}

.cultureContent .typeArea .videoContent {
    width: 100%;
    margin-top: 35px;
}

.cultureContent .typeArea .videoContent .playVideo {
    position: relative;
    width: 100%;
    height: 750px;
    margin: 0 auto;
}

.cultureContent .typeArea .videoContent .playVideo > video {
    width: 100%;
    /*height: 100%;*/
    display: block;
}

.cultureContent .typeArea .videoContent .playVideo > .screen {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.cultureContent .typeArea .videoContent .playVideo > .screen > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 58px;
    height: 58px;
    opacity: 1;
    transition: all 0.5s;
}

@media (max-width: 1460px) {
    .cultureContent .typeArea .videoContent .playVideo {
        height: auto;

    }
}

@media (max-width: 799px) {
    .cultureContent .typeArea .videoContent .playVideo {
        height: auto;
    }

    .cultureContent {
        padding-top: .5rem;
        padding-bottom: .5rem;

    }

    .cultureContent .typeArea .imgContain {
        margin-bottom: 10px;
    }

}

.com-hist {
    position: relative;
    overflow: hidden;
    min-height: 414px;
}

.com-hist .contain {
    width: 1204px;
    margin: 0 auto;
    position: relative;
}


.com-hist .contain:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 260px;
    background: #eeeeee;
    right:0;
    top: 108px;
}

.com-hist .specLine {

    width: 100%;
    background: #fff;
    height: 2px;
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 20;
}

.com-hist .pr {
    position: relative;
}

.comHist-wrap.active .comHist-img img {
    visibility: visible;
}

.comHist-img,
.comHist-img img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.com-hist .contain {
    box-sizing: border-box;
    width: 1204px;
    margin: 0 auto;
}

.comHist-wrap:before {
    content: "";
    display: block;
    width: 1px;
    height: 260px;
    background: #eeeeee;
    position: absolute;
    top: 108px;
    left: 0px;
}

.comHist-wrap .comHist-date {
    text-align: center;
    font-size: 40px;
    color: #EB891B;
    margin: 18px 0 0;
}

.comHist-wrap .comHist-img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #EB891B;
    background: #fff;
    overflow: hidden;
    margin: 50px auto 0;
    z-index: 30;
}

.comHist-wrap {
    padding: 0 0 20px;
    width: 100%;
    position: relative;
    float: left;
    min-height: 414px;
    box-sizing: border-box;
}

.comHist-wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #EB891B;
    position: absolute;
    top: 62px;
    left: 0px;
    z-index: -1;

}

.comHist-img img {
    width: 100%;
    height: 100%;
    border-raidus: 100%;
    visibility: hidden;
}

.comHist-wrap .comHist-date {
    text-align: center;
    font-size: 40px;
    color: #EB891B;
    margin: 18px 0 0;
}

.comHist-img,
.comHist-img img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
}

.comHist-wrap.active .comHist-img {
    width: 242px;
    height: 242px;
    border: 4px solid #EB891B;
    margin-top: 0px;
}

.comHist-wrap .comHist-box {
    padding-top: 18px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding:18px;
}

.developFont {
    width: 100%;
    text-align: center;

}

.developFont > .fontContain {
    line-height: 33px;
}

.developFont > .fontContain .title {
    font-size: 26px;
    color: #EB891B;
}

.developFont > .fontContain .line {
    width: 50px;
    height: 2px;
    background: #EB891B;
    margin: 30px auto;
}

.developFont > .fontContain .content {
    font-size: 14px;
    color: #fff;
}

.comHist-img img {
    border: 0;
    vertical-align: middle;
}

.comHistSwiper-prev,
.comHistSwiper-next {
    display: block;
    width: 17px;
    height: 31px;
    position: absolute;
    top: 50%;
    margin: -26px 0 0;
    z-index: 5;
}

.comHistSwiper-prev {
    left: -88px;
}

.comHistSwiper-next {
    right: -88px;
}

.reallyDev .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.reallyDev {
    position: relative;
    padding-top: 40px;
}

.reallyDev .imgContain {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.reallyDev .imgContain img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1400px) {
    .comHistSwiper-next {
        right: 0px;
    }

    .comHistSwiper-prev {
        left: 0px;
    }

    .productionNav > .typeArea {
        width: 100%;
    }

    .productionNav .navigation {
        display: block;
    }

    .productionNav .navigation > a {
        overflow: hidden;
    }

}

@media (max-width: 980px) {

    .com-hist .contain {
        width: 100%;
    }

    .comHist-wrap:before {
        display: none;
    }

}

@media (max-width: 1280px) {
    .com-hist .contain {
        width: 100%;
        padding: 0 2%;
    }

}

@media (max-width: 799px) {
    .developFont > .fontContain .content {
        text-align: center;
        padding: 0 5%;
    }
}

.aboutUsC {
    padding: 40px 0;
    background: #fff;
}

.aboutUsC .showPro .typeArea {
    display: flex;
    flex-wrap: wrap;
}

.aboutUsC .showPro .typeArea > a {
    width: 430px;
    height: 410px;
    background: #fff;
    margin-right: 30px;
    margin-top: 40px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.aboutUsC .showPro .typeArea > a:hover > .title {
    color: #EB891B;
}

.aboutUsC .showPro .typeArea > a:hover > .imgContain {
    border-color: #EB891B;
}

.aboutUsC .showPro .typeArea > a:hover .line {
    background: #EB891B;
}

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

.aboutUsC .showPro .typeArea > a:nth-child(-n+3) {
    margin-top: 0;
}

.aboutUsC .showPro .typeArea > a:nth-child(3n) {
    margin-right: 0;

}

.aboutUsC .showPro .typeArea > a > .imgContain {
    overflow: hidden;
    transition: all .5s;
    border: 2px solid #F7F7F7;
}

.aboutUsC .showPro .typeArea > a img {
    width: 100%;
    background: #F5F5F5;
    transform: scale(1);
    transition: all 0.5s;
    display: block;
}

.aboutUsC .showPro .typeArea > a > .title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 6%;
    text-align: center;
    color: #333;
    transition: all .5s;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aboutUsC .showPro .typeArea > a > .line {
    width: 22px;
    height: 3px;
    background: #ccc;
    margin: 0 auto;
    margin-top: 14px;
    transition: all .5s;
}

.aboutUsC .showPro .typeArea > a > .contain {
    margin-top: 16px;
    padding: 0 6%;
    font-size: 16px;
    text-align: center;
    color: #666;
    box-sizing: border-box;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1460px) {

    .aboutUsC {
        padding: .4rem 0;
    }

    .aboutUsC .showPro .typeArea {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }

    .aboutUsC .showPro .typeArea > a {
        width: 32%;
        margin-right: 2%;
        height: auto;
        margin-top: .4rem;
    }

    .aboutUsC .showPro .typeArea > a > .title {
        font-size: .24rem;
        font-weight: bold;
        margin-top: .15rem;
    }

    .aboutUsC .showPro .typeArea > a > .line {
        width: .22rem;
        height: .03rem;
        margin-top: .14rem;
    }

    .aboutUsC .showPro .typeArea > a > .contain {
        margin-top: .16rem;
        font-size: .16rem;
    }

}

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

    }

    .aboutUsC .showPro .typeArea > a:nth-child(2n) {
        margin-right: 0;
    }

    .aboutUsC .showPro .typeArea > a:nth-child(3n) {
        margin-right: auto;
        margin-top: auto;
    }

    .aboutUsC .showPro .typeArea > a > .title {
        font-size: 19px;
    }

    .aboutUsC .showPro .typeArea > a > .contain {
        font-size: 16px;
    }

    .aboutUsC .showPro .typeArea > a > .line {
        width: 22px;
        height: 1px;
        display: none;
    }

}

.ourTeam {
    background: #fff;
}

.ourTeam .typeArea {
    height: 468px;
    display: flex;
}

.ourTeam .typeArea .left {
    width: 777px;
    box-sizing: border-box;
    padding-top: 75px;
    padding-right: 85px;
}

.ourTeam .typeArea .left .title {
    font-size: 26px;
    color: #EB891B;
    font-weight: bold;

}

.ourTeam .typeArea .left .line {
    width: 50px;
    height: 2px;
    background: #EB891b;
    margin-top: 29px;
    margin-bottom: 40px;

}

.ourTeam .typeArea .left .content {
    font-size: 16px;
    color: #666;
    line-height: 35px;

}

.ourTeam .typeArea .right {
    box-sizing: border-box;
    padding-top: 47px;
    width: 573px;
}

.ourTeam .typeArea .right .imgContain {
    text-align: right;
    overflow: hidden;
}

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

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

@media (max-width: 1690px) {
    .ourTeam {
        zoom: 1.1;
    }

    .ourTeam .typeArea {
        height: 4.68rem;
        justify-content: center;
    }

    .ourTeam .typeArea .left {
        width: 7.77rem;
        padding-top: .75rem;
        padding-right: .85rem;
    }

    .ourTeam .typeArea .left .title {
        font-size: .26rem;
    }

    .ourTeam .typeArea .left .line {
        width: .50rem;
        height: .02rem;
        margin-top: .29rem;
        margin-bottom: .40rem;
    }

    .ourTeam .typeArea .left .content {
        font-size: .16rem;
        line-height: .35rem;
    }

    .ourTeam .typeArea .right {
        padding-top: .47rem;
        width: 5.73rem;
    }
}

@media (max-width: 799px) {
    .ourTeam {
        zoom: normal;
    }

    .ourTeam .typeArea {
        flex-wrap: wrap;
        height: auto;
    }

    .ourTeam .typeArea .left {
        width: 100%;
        padding-right: 0;
        padding-top: .3rem;
    }

    .ourTeam .typeArea .left .title {
        font-size: 26px;
    }

    .ourTeam .typeArea .left .line {
        width: 50px;
        height: 2px;
        margin-top: 29px;
        margin-bottom: 40px;
    }

    .ourTeam .typeArea .left .content {
        font-size: 16px;
        line-height: 35px;
    }

    .ourTeam .typeArea .right {
        width: 100%;
    }

}

.ourTeam2 {
    background: #104170;
}

.ourTeam2 .typeArea {
    height: 380px;
    display: flex;
}

.ourTeam2 .typeArea .left {
    width: 660px;
    box-sizing: border-box;
    padding-top: 65px;
}

.ourTeam2 .typeArea .left .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;

}

.ourTeam2 .typeArea .left .line {
    width: 30px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 30px;

}

.ourTeam2 .typeArea .left .content {
    font-size: 14px;
    color: #fff;
    line-height: 30px;

}

.ourTeam2 .typeArea .right {
    box-sizing: border-box;
    width: 690px;
    text-align: right;
    position: relative;
}

.ourTeam2 .typeArea .right > .imgContain {
    width: 340px;
    height: 220px;
    position: absolute;
    overflow: hidden;
}

.ourTeam2 .typeArea .right > .imgContain > img {
    display: block;
    width: 100%;
}

.ourTeam2 .typeArea .right > .imgContain: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);
}

.ourTeam2 .typeArea .right > .imgContain:hover:after {
    left: 150%;
    transition: 1s ease;
}

.ourTeam2 .typeArea .right > .imgContain.img1 {
    top: 45px;
}

.ourTeam2 .typeArea .right > .imgContain.img2 {
    top: 115px;
    left: 304px;
}

@media (max-width: 1690px) {
    .ourTeam2 {
        zoom: 1.1;
    }

    .ourTeam2 .typeArea {
        height: 3.8rem;
        justify-content: center;
    }

    .ourTeam2 .typeArea .left {
        width: 6.60rem;
        padding-top: .65rem;
    }

    .ourTeam2 .typeArea .left .title {
        font-size: .2rem;
    }

    .ourTeam2 .typeArea .left .line {
        width: .30rem;
        height: .02rem;
        margin-top: .2rem;
        margin-bottom: .3rem;
    }

    .ourTeam2 .typeArea .left .content {
        font-size: .14rem;
        line-height: .3rem;
    }

    .ourTeam2 .typeArea .right {
        width: 6.9rem;
    }

    .ourTeam2 .typeArea .right > .imgContain {
        width: 3.4rem;
        height: 2.2rem;
    }

    .ourTeam2 .typeArea .right > .imgContain.img2 {
        top: 1.15rem;
        left: 3.04rem;
    }
}

@media (max-width: 799px) {
    .ourTeam2 {
        zoom: normal;
        margin-top: .3rem;
    }

    .ourTeam2 .typeArea {
        flex-wrap: wrap;
        height: auto;
    }

    .ourTeam2 .typeArea .left {
        width: 100%;
        padding-right: 0;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .ourTeam2 .typeArea .left .title {
        font-size: 20px;
    }

    .ourTeam2 .typeArea .left .line {
        width: 30px;
        height: 2px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .ourTeam2 .typeArea .left .content {
        font-size: 14px;
        line-height: 30px;
    }

    .ourTeam2 .typeArea .right {
        width: 100%;
        height: 4rem;
    }

}

.contactUsTitle {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
}

.contactUsTitle .title {
    font-size: 24px;
    font-weight: bold;
}

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

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

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

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

}

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

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

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

}

.aboutUsGalleryList {
    background: #fff;
}

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

}

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

.aboutUsGalleryList .typeArea .spec {
    width: 430px;
    height: 300px;
    margin-right: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}

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

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

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

.aboutUsGalleryList .typeArea a.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: 1690px) {
    .aboutUsGalleryList {
        zoom: 1.1;
    }

    .aboutUsGalleryList .typeArea {
        justify-content: center;
    }

    .aboutUsGalleryList .typeArea .spec {
        width: 4.3rem;
        height: 3rem;
        margin-right: .3rem;
    }

    .aboutUsGalleryList .typeArea .content {
        padding-top: .40rem;
        padding-bottom: .65rem;
        font-size: .16rem;
        line-height: .35rem;
    }

}

@media (max-width: 799px) {
    .aboutUsGalleryList .typeArea .spec {
        width: 30%;
        height: auto;
        margin-right: 3%;
    }

    .aboutUsGalleryList {
        zoom: normal
    }

    .aboutUsGalleryList .typeArea .content {

        font-size: 16px;

    }

}

.iNeedYou {
    background: #fff;
    padding-bottom: 80px;
}

.iNeedYou > .typeArea {
    padding-top: 46px;
}

.iNeedYou > .typeArea > .item {
    background: #eee;
    margin-bottom: 20px;
}

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

.iNeedYou > .typeArea > .item > .fontAndImg {
    height: 80px;
    background: #eee;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 30px;
    justify-content: space-between;
}

.iNeedYou > .typeArea > .item > .fontAndImg > .font {
    font-size: 18px;
    font-weight: bold;
}

.iNeedYou > .typeArea > .item > .fontAndImg > .img {
    transition: all .5s;
    transform: rotate(180deg);

}

.iNeedYou > .typeArea > .item > .hideInfo {
    background: #eee;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 14px;
    overflow: hidden;
    display: none;
}

.iNeedYou > .typeArea > .item.open {
    padding-bottom: 40px;
}

.iNeedYou > .typeArea > .item.open .fontAndImg > .img {
    transform: rotate(0deg);
}

@media (max-width: 1351px) {
    .iNeedYou {
        background: #fff;
        padding-bottom: .8rem;
    }

    .iNeedYou > .typeArea {
        padding-top: .46rem !important;
    }

    .iNeedYou > .typeArea > .item {
        background: #eee;
        margin-bottom: .2rem;
    }

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

    .iNeedYou > .typeArea > .item > .fontAndImg {
        height: .8rem;
        background: #eee;
        display: flex;
        align-items: center;
        position: relative;
        box-sizing: border-box;
        padding: 0 .3rem;
        justify-content: space-between;
    }

    .iNeedYou > .typeArea > .item > .fontAndImg > .font {
        font-size: .18rem;
        font-weight: bold;
    }

    .iNeedYou > .typeArea > .item > .fontAndImg > .img {
        transition: all .5s;
        transform: rotate(180deg);

    }

    .iNeedYou > .typeArea > .item > .hideInfo {
        background: #eee;
        box-sizing: border-box;
        padding: 0 .3rem;
        font-size: .14rem;
        overflow: hidden;
        display: none;
    }

    .iNeedYou > .typeArea > .item.open {
        padding-bottom: .4rem;
    }

    .iNeedYou > .typeArea > .item.open .fontAndImg > .img {
        transform: rotate(0deg);
    }

}

@media (max-width: 799px) {
    .iNeedYou > .typeArea > .item > .fontAndImg > .font {
        font-size: 18px;
    }
}

.productionContent {
    padding: 40px 0;
    background: #fff;
}

.productionContent > .typeArea {
    display: flex;
    flex-wrap: wrap;
}

.productionContent > .typeArea > .imgArticleContain {
    width: 660px;
    height: 210px;
    margin-right: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.productionContent > .typeArea > .imgArticleContain:nth-child(2n) {
    margin-right: 0;
}

.productionContent > .typeArea > .imgArticleContain:nth-child(-n+2) {
    margin-top: 0;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle {
    display: flex;
    height: 100%;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain {
    width: 200px;
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain > .imgArticleLeft {
    max-width: 155px;
    max-height: 170px;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain > .screen {
    width: 100%;
    height: 100%;
    background: rgba(235, 137, 27, .82);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    transition: all .5s;

}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain > .screen .item {
    position: relative;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain > .screen .item::after {

    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 13px;
    left: -12px;
    background: #fff;

}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight {
    width: 463px;
    background: #eee;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 23px;
    padding-right: 50px;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .5s;
}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .contain {
    font-size: 14px;
    color: #999;
    margin-top: 25px;
    margin-bottom: 36px;
    line-height: 25px;

    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-sizing: border-box;

}

.productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .seeMore {
    display: block;
    width: 80px;
    height: 30px;
    background: #104170;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all .5s;
}

.productionContent > .typeArea > .imgArticleContain:hover > .imgArticle > .imgArticleRight > .title {
    color: #EB891B;
}

.productionContent > .typeArea > .imgArticleContain:hover > .imgArticle > .imgArticleRight > .seeMore {
    background: #EB891B;
}

.productionContent > .typeArea > .imgArticleContain:hover > .imgArticle > .imgArticleLeftContain > .screen {
    opacity: 1;
}

@media (max-width: 1690px) {

    .productionContent {
        padding: .4rem 0;
        zoom: 1.1;
    }

    .productionContent > .typeArea > .imgArticleContain {
        width: 49%;
        height: 2.1rem;
        margin-right: 2%;
        margin-top: 2%;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain {
        width: 2rem;

    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain > .imgArticleLeft {
        max-width: 1.55rem;
        max-height: 1.70rem;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleLeftContain > .screen {
        line-height: .3rem;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight {
        width: calc(100% - 2rem);
        padding-left: .20rem;
        padding-top: .23rem;
        padding-right: .50rem;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .title {
        font-size: .18rem;

    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .contain {
        font-size: .14rem;
        margin-top: .25rem;
        margin-bottom: .36rem;
        line-height: .25rem;

    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .seeMore {
        width: .8rem;
        height: .3rem;
        line-height: .3rem;
    }

}

@media (max-width: 799px) {
    .productionContent > .typeArea > .imgArticleContain {
        width: 100%;
        margin-right: 0 !important;
        margin-top: 2% !important;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .title {
        font-size: 18px;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .contain {
        font-size: 14px;
        line-height: 25px;
        margin-top: 5px;
    }

    .productionContent > .typeArea > .imgArticleContain > .imgArticle > .imgArticleRight > .seeMore {
        display: none;
    }

    .productionContent > .typeArea > .imgArticleContain:hover > .imgArticle > .imgArticleRight > .title {
        color: #333;
    }

    .productionContent > .typeArea > .imgArticleContain:hover > .imgArticle > .imgArticleRight > .seeMore {
        background: none;
    }

    .productionContent > .typeArea > .imgArticleContain:hover > .imgArticle > .imgArticleLeftContain > .screen {
        opacity: 0;
    }

}

.productionType {
    padding-top: 80px;
    background: #EEEEEE;
    position: relative;
}

.productionType > .typeArea {
    height: 170px;
    display: flex;

}

.productionType > .resRight {
    width: calc((100% - 1350px) / 2);
    height: 170px;
    background: #104170;
    position: absolute;
    right: 0;
    top: 80px;
}

.productionType > .typeArea > .left {
    width: 360px;
    box-sizing: border-box;
    padding-top: 35px;
}

.productionType > .typeArea > .left .title {
    font-size: 20px;
    color: #EB891B;
    font-weight: bold;
    margin-bottom: 25px;
}

.productionType .productionDataForm {
    width: 325px;
}

.productionType .productionDataForm > div {
    display: flex;
    height: 45px;
    line-height: 45px;
    border-bottom: 1.5px solid #fff
}

.productionType .productionDataForm > div > div.left {
    width: 20%;
    background: #EB891B;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    cursor: pointer;
}

.productionType .productionDataForm > div > div.right {
    flex: 1;
    background: #fff;
    padding: 0 4%;
    font-weight: bold;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    border: 2px solid #EB891B;
    border-right:none;
}

.productionType .productionDataForm > div > div.right input {
    border: none
}


.productionType .productionDataForm > div > div.right input::-webkit-input-placeholder{color:#999;font-weight: normal;}

.productionType .productionDataForm > div:last-child {
    border: none
}

.productionType > .typeArea > .right {
    width: 990px;
    background: #104170;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 37px;
}

.productionType > .typeArea > .right > .title {
    font-size: 20px;
    color: #EB891B;
    font-weight: bold;
    margin-bottom: 30px;
}

.productionType > .typeArea > .right > .sortClick{
    margin-bottom:10px;
}

.productionType > .typeArea > .right > .sortClick > a {
    font-size: 16px;
    color: #fff;
    margin-right: 30px;
    transition: all .5s;

}

.productionType > .typeArea > .right > .sortClick > a:nth-child(1):hover {
    color: #fff;
    text-decoration: none;

}

.productionType > .typeArea > .right > .sortClick > a.current {
    color: #EB891B;
    text-decoration: underline;
}

.productionType > .typeArea > .right > .sortClick > a:hover {
    color: #EB891B;
    text-decoration: underline;
}

@media (max-width: 1460px) {
    .productionType > .resRight {
        width: 5%;

    }
}

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

    .productionType > .resRight {
        top: 45px;
    }
}

@media (max-width: 1270px) {
    .productionType > .typeArea > .left {
        width: 100%;
    }

    .productionType .productionDataForm {
        width: 100%;
    }

    .productionType > .typeArea {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 35px;
    }

    .productionType > .typeArea > .right {
        width: 100%;
        padding-bottom: 35px;
        margin-top: 35px;
    }

    .productionType > .resRight {
        display: none;
    }

}

@media (max-width: 799px) {
    .productionType > .typeArea > .right > .sortClick > a.full {
        width: 100%;
        display: block;
    }

    .productionType > .typeArea > .right > .sortClick > a {
        display: inline-block;
        width: 45%;
        margin-right: 0;
        margin-bottom: 5%;
    }

}

.addProductionType {
    background: #fff;
}

.addProductionType > .typeArea {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    /*padding-top: 50px;*/

}

.addProductionType > .typeArea > a {
    display: block;
    position: relative;
    width: 320px;
    height: 320px;
    margin-right: 23px;
    margin-top: 50px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.addProductionType > .typeArea > a .imgContain {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.addProductionType > .typeArea > a .imgContain img {
    width: 70%;
    transition: all .5s;
    transform: scale(1);
}

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

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

.addProductionType > .typeArea > a:nth-child(-n+4) {
    margin-top: 0;
}

.addProductionType > .typeArea > a .screen {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(235, 137, 27, .82);
    display: none;
}

.addProductionType > .typeArea > a:hover .screen {

    display: flex;

}

.addProductionType > .typeArea > a .screen .title {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;

}

.addProductionType > .typeArea > a .screen .line {
    width: .4rem;
    height: .02rem;
    background: #fff;
    margin-top: .14rem;
}

@media (max-width: 1690px) {
    .addProductionType > .typeArea > a {
        margin-right: 2%;
        width: 23.5%;
        margin-top: 2%;
        height: auto;
    }

    .addProductionType > .typeArea {
        /*padding-top: .5rem !important;*/
        padding-bottom: .5rem !important;
    }
}

@media (max-width: 799px) {
    .addProductionType > .typeArea > a {
        margin-right: 2% !important;
        width: 49%;
        margin-top: 2% !important;
        height: auto;
    }

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

}

.newsListContain .newsList {
    background: #fff;
    position: relative;
    border-bottom: 1px dashed #F5F5F5;
    transition: all .5s;
}

.newsListContain .newsList:hover {
    background: #F5F5F5;
}

.newsList:hover .imgArticleContain .imgArticle .imgArticleLeft {
    transform: scale(1.05);
}

.newsList .imgArticleContain {
    width: 100%;
}

.newsList .imgArticleContain .imgArticle {
    display: flex;
    align-items: center;
    height: 290px;
    position: relative;
    cursor: pointer;
}

.newsList .imgArticleContain .imgArticle .imgArticleLeftContain {
    width: 450px;
    box-sizing: border-box;
    height: 213px;
    margin-right: 20px;
    overflow: hidden;
}

.newsList .imgArticleContain .imgArticle .imgArticleLeft {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight {
    width: 880px;
    height: 290px;
    padding-top: 54px;
    box-sizing: border-box;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .title {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .line {
    width: 30px;
    height: 3px;
    background: #CCC;
    margin-top: 2%;
    margin-bottom: 2%;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999;
    overflow: hidden;
    box-sizing: border-box;
}

.newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
    display: block;
    box-sizing: border-box;
    width: 80px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    position: relative;
    margin-top: 20px;
}

.newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: #999999;
}

.newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .time {
    color: #999999;
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 12px;
}

@media (max-width: 1690px) {

    .newsListContain .newsList .imgArticleContain .imgArticle {
        height: 2.90rem;
        justify-content: center;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 4.50rem;
        height:2.13rem;
        margin-right: .20rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight {
        width: 8.80rem;
        height: 2.90rem;
        padding-top: .54rem;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .title {
        font-size: .20rem;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .line {
        width: .30rem;
        height: .03rem;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: .14rem;
        line-height: .30rem;
        padding: 0 !important;
    }

    .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1rem;
        font-size: .14rem;
        margin-top: .20rem;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore:after {
        width: .03rem;
        height: .14rem;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .time {
        margin-top: .15rem;
        margin-bottom: .25rem;
        font-size: .12rem;
    }

}

@media (max-width: 980px) {
    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1.5rem;
    }
}

@media (max-width: 799px) {

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .title {
        font-size: 20px;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .time {
        font-size: 12px;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: 14px;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 40%;
        height:2.4rem;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight {
        width: 50%;
        padding-top: .3rem;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .contain {
        -webkit-line-clamp: 1;
    }

    .newsListContain .newsList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1.5rem;
        font-size: 14px;
    }
}

.aboutUsFactoryList {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.aboutUsFactoryList .typeArea a {
    display: flex;
    align-items: center;
    width: 300px;
    margin-right: 50px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.aboutUsFactoryList .typeArea > a .imgContain {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    margin: 0 auto;
    border: 1px solid #d5d5d5;

}

.aboutUsFactoryList .typeArea > a .title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;

}

.aboutUsFactoryList .typeArea > a .imgContain img {
    max-width: 260px;
    max-height: 270px;
    display: block;
    transition: all .5s;
    transform: scale(1);
}

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

.aboutUsFactoryList .typeArea > :nth-child(-n+4) {
    margin-top: 0;
}

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

@media (max-width: 1460px) {

    .aboutUsFactoryList {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .aboutUsFactoryList .typeArea a {
        margin-right: 2%;
        width: 23.5%;
        margin-top: 2%;
    }

    .aboutUsFactoryList .typeArea > a .imgContain {
        height: 3rem;
    }

    .aboutUsFactoryList .typeArea > a .imgContain img {
        max-width: 2.6rem;
        max-height: 2.7rem;
    }

    .aboutUsFactoryList .typeArea > a .title {
        margin-top: .10rem;
        font-size: .16rem;
    }
}

@media (max-width: 799px) {

    .aboutUsFactoryList {
        padding-top: .50rem;
    }

    .aboutUsFactoryList .typeArea > a {
        width: 49%;
        margin-right: 2%;
        margin-top: 2% !important;
        height: auto;
    }

    .aboutUsFactoryList .typeArea > :nth-child(2n) {
        margin-right: 0%;
        margin-top: auto;
    }

    .aboutUsFactoryList .typeArea > :nth-child(3n) {
        margin-top: auto;
        margin-right: auto;
    }

    .aboutUsFactoryList .typeArea > a .title {
        font-size: 16px;
    }

}

.honourTitle {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
}

.honourTitle .title {
    font-size: 28px;
    color: #333;
    text-align: center;
    color: #EB891B;
    font-weight: bold;
}

.honourTitle .contain {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 1690px) {

    .honourTitle {
        padding-top: .40rem;
        padding-bottom: .80rem;
    }

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

    .honourTitle .contain {
        font-size: .16rem;
        line-height: .30rem;
        margin-top: .10rem;
    }

}

@media (max-width: 799px) {
    .honourTitle {
        padding-bottom: 0;
    }

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

    .honourTitle .contain {
        font-size: 16px;
        line-height: 30px;
        padding: 0 5%;
    }

}

.twoInfo {
    background: #fff;
    padding-bottom: 50px;
    justify-content: space-between;

}

.twoInfo > .typeArea {
    display: flex;
    justify-content: space-between;
}

.twoInfo > .typeArea > .left {
    width: 640px;
    height: 305px;
    position: relative;

}

.twoInfo > .typeArea > .left > .imgContain {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.twoInfo > .typeArea > .left > .imgContain > img {
    display: block;
    width: 100%;

}

@media (max-width: 1690px) {

    .twoInfo {
        padding-bottom: .50rem;

    }

    .twoInfo > .typeArea > .left {
        width: 6.40rem;
        height: 3.05rem;
        zoom: 1.2;

    }

}

@media (max-width: 799px) {

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

    .twoInfo > .typeArea > .left {
        width: 100%;
        zoom: normal;
        margin-top: 25%;
        /*border: 1px solid #ccc;*/
    }

    .allImgFont .imgFont > .rightContain {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
    }

    .twoInfo > .typeArea > .left > .imgContain {
        /*display: none;*/
        width:100%;
        height:100%;
    }
    .twoInfo > .typeArea > .left > .imgContain > img{
        width:100%;
        height:100%;
        object-fit: cover;
   }

    .twoInfo > .typeArea > .left.spec{
        height:340px;
    }

}

.allImgFont {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding-left: 28px;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.allImgFont .imgFont {
    display: flex;
    padding: 20px 0;
    align-items: center;

}

.allImgFont .imgFont > .imgContain {
    width: 40px;
    text-align: center;
}

.allImgFont .imgFont > .rightContain {
    font-size: 16px;
    color: #666;
}

.allImgFont .w100 {
    width: 100%;
}

.allImgFont .w50 {
    width: 50%;
}

@media (max-width: 1690px) {

    .allImgFont {
        padding-left: .28rem;
        padding-top: .20rem;
    }

    .allImgFont .imgFont {
        padding: .20rem 0;

    }

    .allImgFont .imgFont > .imgContain {
        width: .40rem;
    }

    .allImgFont .imgFont > .imgContain > img {
        width: 50%;
    }

    .allImgFont .imgFont > .rightContain {
        font-size: .16rem;
    }

}

@media (max-width: 799px) {
    .allImgFont .imgFont > .rightContain {
        font-size: 16px;
    }

    .allImgFont .imgFont {
        width: 100%;
    }

    .twoInfo > .typeArea > .left {
        height: 305px;

    }
}

.flyLeft {
    display: flex;
    align-items: center;
    position: absolute;
    left: -19px;
    top: -20px;
    z-index: 2;
}

.flyLeft .imgContain {
    width: 40px;
    text-align: center;
    margin-right: 10px;
}

.flyLeft .imgContain > img {
    display: block;
}

.flyLeft .rightContain {
    color: #EB891B;
    font-weight: bold;
    font-size: 20px;

}

.flyLeft .rightContain.spec {
    color: #104170;
}

@media (max-width: 1690px) {

    .flyLeft {
        left: -.19rem;
        top: -.20rem;
    }

    .flyLeft .imgContain {
        width: .40rem;
        margin-right: .10rem;
    }

    .flyLeft .rightContain {
        font-size: .20rem;

    }

}

@media (max-width: 1460px) {
    .flyLeft .imgContain {
        margin-right: .30rem;
    }

}

@media (max-width: 799px) {
    .flyLeft .imgContain > img{
        display:none;
    }
    .flyLeft .imgContain {
        margin-right:.3rem;
    }

    .flyLeft .rightContain {
        font-size: 18px;

    }

    .flyLeft {
        left: -19px;
        top: -50px;
    }

}

.allLocation {
    background: #fff;
    padding-bottom: 60px;

}

.allLocation > .typeArea {
    display: flex;
    flex-wrap: wrap;

}

.allLocation > .typeArea > .item {
    width: 430px;
    height: 200px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 30px;
    position: relative;
    transition: all .5s;
    margin-right: 30px;
    margin-top: 30px;
    padding-right: 20px;

}

.allLocation > .typeArea > .item:nth-child(3n) {
    margin-right: 0;
}

.allLocation > .typeArea > .item:nth-child(-n+3) {
    margin-top: 0;
}

.allLocation > .typeArea > .item > .title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    transition: all .5s;
}

.allLocation > .typeArea > .item > .line {
    width: 30px;
    height: 3px;
    margin-top: 17px;
    margin-bottom: 19px;
    background: #EB891B;

}

.allLocation > .typeArea > .item > .eamil {
    font-size: 14px;
    margin-bottom: 5px;
}

.allLocation > .typeArea > .item > .phone {
    font-size: 14px;
    margin-bottom: 5px;
}

.allLocation > .typeArea > .item > .location {
    font-size: 14px;
}

.allLocation > .typeArea > .item > .bg {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 264px;
    height: 57px;
    opacity: 0;
    transition: all .5s;

}

.allLocation > .typeArea > .item:hover {
    border: 1px solid #104170;
}

.allLocation > .typeArea > .item:hover > .title {
    color: #EB891B;
}

.allLocation > .typeArea > .item:hover > .bg {
    opacity: 1;
}

@media (max-width: 1690px) {

    .allLocation > .typeArea > .item {
        width: 32%;
        margin-right: 2%;
        height: auto;
        padding-bottom: .3rem;
        padding-top: .3rem;
    }

    .allLocation > .typeArea > .item > .bg {
        width: 2.64rem;
        height: .57rem;
    }

}

@media (max-width: 799px) {

    .allLocation > .typeArea > .item {
        width: 49%;
        margin-right: 2% !important;
        margin-top: 2% !important;
    }

    .allLocation > .typeArea > .item:nth-child(2n) {
        margin-right: 0 !important;

    }

    .allLocation > .typeArea > .item:nth-child(-n+2) {
        margin-top: 0 !important;

    }

    .allLocation > .typeArea > .item > .bg {
        opacity:1;
    }

}

.contactMap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 30px;
    padding-top: 45px;
}

.contactMap .marginL {
    margin-left: 15px;
}

.contactMap .w100 {
    width: 100%;
}

.contactMap .footerIptContain .footerIpt {
    width: 180px;
    background: #F3F3F3;
    display: inline-block;
    margin-bottom: 17px;
}

.contactMap .footerIptContain .footerIpt input {
    height: 38px;
    width: 100%;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
}

.contactMap .footerIptContain .footerIpt label {
    font-weight: normal;
}

.contactMap .footerIptContain .footerIpt.w100 {
    width: 100%;

}

.contactMap .footerIptContain .footerIpt textarea {
    height: 70px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border: none;
}

.contactMap .publicStyleFont {
    display: inline-block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.contactMap .formSubmit {
    background: #104170;
    margin-right: 20px;
    transition:all .5s;
}


.contactMap .formSubmit:hover{
    background: #0d365e;
}

.contactMap .formReset {
    background: #666;
    transition:all .5s;
}

.contactMap .formReset:hover{
    background: #EB891B;
}


.contactUsTitlee .title {
    font-size: 20px;
    font-weight: bold;
}

.contactUsTitlee .contain {
    font-size: 14px;
    color: #666;
    padding-bottom: 22px;
}

@media (max-width: 1690px) {

    .contactMap {

        padding-left: .32rem;
        padding-right: .30rem;
        padding-top: .45rem;
    }

    .contactMap .marginL {
        margin-left: .15rem;
    }

    .contactMap .footerIptContain .footerIpt {
        width: 31%;
        margin-bottom: 2%;
    }

    .contactMap .footerIptContain .footerIpt input {
        height: .38rem;
        padding: 0 .10rem;
    }

    .contactMap .footerIptContain .footerIpt textarea {
        height: .70rem;
        padding: .10rem;
    }

    .contactMap .publicStyleFont {
        width: .90rem;
        height: .40rem;
        line-height: .40rem;
    }

    .contactMap .formSubmit {
        margin-right: .20rem;
    }

    .contactUsTitlee .title {
        font-size: .20rem;
    }

    .contactUsTitlee .contain {
        font-size: .14rem;
        padding-bottom: .22rem;
    }

    .contactMap .marginL {
        margin-left: 2.5%;
    }

}
@media (max-width: 1320px){
    .contactMap .footerIptContain .footerIpt {
        width: 30%;
    }
}

@media (max-width: 1220px) {
    .contactMap .marginL {
        margin-left: 2.4%;
    }

}

@media (max-width: 799px) {


    .contactMap{
        padding-bottom:.45rem;
    }

    .contactMap .footerIptContain .footerIpt {
        width: 100%;
    }

    .contactMap .marginL {
        margin-left: 0;
    }

    .contactMap .footerIptContain .footerIpt input {
        height: 38px;
    }

    .contactUsTitlee .contain {
        font-size: 14px;
        color: #666;
        /*padding-bottom: 22px;*/
    }

    .contactMap .footerIptContain .footerIpt input {
        height: 38px;
        padding: 0 10px;
        /*border: 1px solid #ccc;*/
    }

    .contactMap .footerIptContain .footerIpt textarea {
        height: 70px;
        padding: 10px;
        /*border: 1px solid #ccc;*/

    }
    .contactMap .publicStyleFont {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }



    .contactMap .footerIptContain .btnContain{
        padding-top:15px;
    }

}

.fixNav {
    position: fixed;
    top: 355px;
    right: 285px;
    z-index: 50;
}

.fixNav .NavpublicStyle {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background: #fff;
    transition: all .5s;
}

.fixNav .NavpublicStyle.current {
    background: #EB891B;
    border: 1px solid #eee;
}

.fixNav .NavpublicStyle.next {
    transform: rotate(180deg);
}

.fixNav .searchImg > img {
    /*width: 15px;*/
    /*height:14px;*/
}

@media (max-width: 1690px) {
    .fixNav {
        right: 1.85rem
    }

}

@media (max-width: 799px) {
    .fixNav {
        position: static;
        justify-content: center;
        right: 2%;
        top: 25%;
        display: flex;
    }

    .fixNav .NavpublicStyle{
        margin-right:5%;
        width:45px;
        height:45px;
    }
    .fixNav .NavpublicStyle:nth-child(1){
        transform: rotate(270deg);

    }
    .fixNav .NavpublicStyle.next {
        transform: rotate(90deg);
    }
    .fixNav .NavpublicStyle:last-child{
        margin-right:0;
    }
}

.newDetailInfo {
    padding-top: 42px;
    padding-bottom: 75px;

}

.newDetailInfo > .typeArea {

}

.newDetailInfo > .typeArea > .left {
    width: 1220px;
    background: #F5F5F5;
    padding-top: 40px;
    padding-left: 48px;
    box-sizing: border-box;
    padding-right: 50px;
    padding-bottom: 50px;
}

.newDetailInfo > .typeArea > .left > .title {
    display: flex;
}

.newDetailInfo > .typeArea > .left > .title > .articleTit {
    font-size: 28px;
    margin-right: 40px;
}

.newDetailInfo > .typeArea > .left > .title > .data {
    display: flex;
    align-items: center;
}

.newDetailInfo > .typeArea > .left > .title > .data > img {
    margin-right: 5px;

}

.newDetailInfo > .typeArea > .left > .title > .data > .num {
    font-size: 16px;
    color: #888;

}

.newDetailInfo > .typeArea > .left > .line {
    width: 100px;
    height: 3px;
    background: #EB891B;
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (max-width: 1690px) {

    .newDetailInfo > .typeArea > .left {
        width: 14.20rem;
        padding-top: .40rem;
        padding-left: .48rem;
        padding-right: .50rem;
        padding-bottom: .50rem;
    }
}

@media (max-width: 799px) {
    .newDetailInfo > .typeArea > .left > .title > .data{
        margin-left:10px;
    }

    .newDetailInfo {
        padding-bottom:10px;

    }
    .newDetailInfo > .typeArea > .left > .title {
        flex-wrap: wrap;
    }

    .newDetailInfo > .typeArea > .left > .title > .articleTit {
        margin-right: 0;
    }

    .newDetailInfo > .typeArea > .left {
        width: 100%;
    }
    .newDetailInfo > .typeArea > .left > .content img{
        width:100%;
        height:auto !important;
    }

}

.productionList {
    background: #fff;
}

.productionList .publicDescript {
    padding-top: 44px;
    padding-bottom: 28px;
}

.productionList .publicDescript > .title {
    font-size: 20px;
    font-weight: bold;
}

.productionList .publicDescript > .contain {
    margin-top: 10px;
    padding: 0;
    font-size: 14px;
    color: #999;
}

.productionList .sort {
    padding-bottom: 40px;

}

.productionList .sort > a {
    display: inline-block;
    background: #EEEEEE;
    color: #999;
    padding: 11px 19px;
    margin-right: 20px;
    margin-bottom: 5px;
}

.productionList .sort > a:hover {
    background: #EB891B;
    color: #fff;
}

.productionList .sort > a.current {
    background: #EB891B;
    color: #fff;
}

@media (max-width: 1690px) {
    .productionList .publicDescript {
        padding-top: .44rem;
        padding-bottom: .28rem;
    }

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

    .productionList .publicDescript > .contain {
        margin-top: .1rem;
        font-size: .14rem;
    }

}

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

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

    .productionList .publicDescript > .contain {
        margin-top: 10px;
        font-size: 14px;
        line-height: 30px;
    }

}

.productionInsideInfo {
    padding-top: 50px;
    background: #fff;
}

.productionInsideInfo.spec {
    padding-top: 0;
}

.caseList {
    background: #fff;
}

.caseList .imgArticleContain {
    width: 100%;
    margin-bottom: 40px;
}

.caseList .imgArticleContain:last-child {
    margin-bottom: 0;
}

.caseList .imgArticleContain .imgArticle {
    display: flex;
    align-items: center;
    padding: 43px;
    background: #F1F1F1;
    transition: all 0.5s;
    position: relative;
}

.productionInsideInfo.spec .caseList .imgArticleContain .imgArticle {
    display: block;
}

.caseList .imgArticleContain .imgArticle::after {

    position: absolute;
    content: '';
    width: 94%;
    height: 1px;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #ccc;

}

.productionInsideInfo.spec .caseList .imgArticleContain .imgArticle::after {
    display: none;
}

.caseList .imgArticleContain .imgArticle .imgArticleLeftContain {
    width: 520px;
    height: 490px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.caseList .imgArticleContain .imgArticle .imgArticleLeftContain::after {

    position: absolute;
    content: '';
    width: 1px;
    height: 490px;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    background: #eee;

}

.caseList .imgArticleContain .imgArticle .imgArticleLeft {
    display: block;
    width: 80%;
    object-fit: cover;

}

.caseList .imgArticleContain .imgArticle .imgArticleRight {
    box-sizing: border-box;
    width: 754px;
    height: 490px;
    vertical-align: top;
    padding-left: 45px;
    position: relative;
    padding-top: 35px;
    background: #fff;
    padding-right: 100px;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .title {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseList .imgArticleContain .imgArticle .detailInfo {
    text-align: center;
    font-size: 20px;
    color: #EB891B;
    padding: 18px 0;
    font-weight: bold;
    background: #fff;
}

.caseList .imgArticleContain .imgArticle .writeContent {
    background: #fff;
    text-align: center;
    padding-bottom: 30px;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .title .share {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 23px;
    height: 24px;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .parms {
    line-height: 30px;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 15px;
    margin-top: 10px;

}

.caseList .imgArticleContain .imgArticle .imgArticleRight .parms > li {
    position: relative;
    color: #666;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .parms > li::after {

    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 13px;
    left: -12px;
    background: #CCCCCC;

}

.caseList .imgArticleContain .imgArticle .imgArticleRight .intro {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #F1F1F1;
    color: #333;
    margin-top: 20px;
    font-size: 16px;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .line {
    width: 30px;
    height: 3px;
    background: #CCC;
    margin-top: 2%;
    margin-bottom: 2%;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .contain {
    font-size: 14px;
    line-height: 25px;
    color: #A3A3A3;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;

}

.caseList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
    display: block;
    box-sizing: border-box;
    width: 117px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 25px;
    color: #a3a3a3;
    transition: all 0.5s;
}

.caseList .imgArticleContain .imgArticle .imgArticleRight .seeMore:hover {
    border: 1px solid #EB891B;
}

.caseList .swiper-slide {
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}

.caseList .swiper-slide:hover {
    border: 1px solid #EB891B;
}

.caseList .swiper-slide img {
    max-width: 90px;
    max-height: 110px;

}

.caseList .lunbo {
    margin-top: 30px;
    width: 100%;
    height: 134px;
}

.caseList .lunbo .paginggg .typeArea {
    box-sizing: border-box;
    padding: 0 6%;
    width: 100%;
    height: 134px;

}

.caseList .lunbo .paginggg .typeArea .swiper-container {
    height: 134px;
}

.caseList .jLeft {
    width: 20px;
    height: 58px;
    background: rgba(0, 0, 0, .2);
    transform: rotate(180deg);
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 38px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.caseList .jRight {
    width: 20px;
    height: 58px;
    background: rgba(0, 0, 0, .2);
    transform: rotate(0deg);
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 38px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1399px) {

    .caseList .imgArticleContain .imgArticle .writeContent > img {
        width: 100%;

    }

    .caseList .imgArticleContain {
        width: 12.55rem;
        margin: 0 auto;
        margin-bottom: .4rem;
    }

    .caseList .imgArticleContain .imgArticle {
        padding: 0;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 5.2rem;
        height: 4.90rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight {
        width: 7.54rem;
        height: 4.90rem;
        padding-left: .45rem;
        padding-right: .45rem;
        padding-top: .05rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .title {
        font-size: .20rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: .16rem;
        line-height: .35rem;
        margin-top: .10rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 1.17rem;
        height: .35rem;
        line-height: .35rem;
        margin-top: .25rem;
    }

    .caseList .lunbo {
        margin-top: .50rem;
        width: 100%;
        height: 1.38rem;
    }

    .caseList .swiper-slide img {
        padding: .08rem;
    }

    .caseList .jLeft {
        width: .29rem;
        height: .58rem;
        top: .38rem;
    }

    .caseList .jRight {
        width: .29rem;
        height: .58rem;
        top: .38rem;
    }

    .caseList .swiper-slide img {
        max-width: .90rem;
        max-height: 1.10rem;
    }

    .caseList .lunbo .paginggg .typeArea .swiper-container {
        height: 1.34rem;
    }

    .caseList .lunbo .paginggg .typeArea {
        height: 1.34rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .parms {
        line-height: .30rem;
        font-size: .14rem;
        padding-left: .15rem;
        margin-top: .10rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .intro {
        width: 1rem;
        height: .30rem;
        line-height: .30rem;
        margin-top: .20rem;
        font-size: .16rem;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleLeftContain::after {
        height: 4.9rem;
    }

    .productionInsideInfo {
        zoom: 1.37;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .title .share {
        width: 16px;
        height: 16px;
    }

    .productionInsideInfo {
        padding-top: .5rem;
    }
}

@media (max-width: 799px) {
    .caseList .imgArticleContain .imgArticle .writeContent img{
        width:100% !important;
        height:auto !important;
    }
    .caseList .imgArticleContain .imgArticle::after {
        display: none;
    }

    .productionInsideInfo {
        zoom: normal;
        padding-top: 0;
    }

    .caseList {
        padding-top: 10%;
    }

    .caseList .imgArticleContain {
        width: 100%;
    }

    .caseList .imgArticleContain .imgArticle {
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleLeftContain {
        width: 100%;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        height: auto;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .seeMore {
        width: 40%;
        height: .6rem;
        line-height: .6rem;
        margin-top: .25rem;
    }

    .caseList .lunbo .paginggg .typeArea {
        padding: 0;
    }

    .caseList .jLeft {
        display: none;
    }

    .caseList .jRight {
        display: none;
    }

    .caseList .swiper-slide img {
        width: 99% !important;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .title {
        padding: 0 5%;
        box-sizing: border-box;
        font-size: 20px;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .title .share {
        right: 5%;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .parms {
        line-height: 30px;
        font-size: 14px;
        padding-left: 15px;
        margin-top: 10px;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .parms > li::after {
        display: none;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .intro {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin-top: 20px;
        font-size: 16px;
        margin-left: 5%;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleRight .contain {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
        box-sizing: border-box;
        padding: 0 5%;
    }

    .caseList .imgArticleContain .imgArticle .imgArticleLeftContain::after {
        display: none;
    }

}

.retate {
    background: #fff;
}

.retate .lineTitle {
    height: 80px;
    line-height: 80px;
    font-weight: bold;
    font-size: 24px;
    padding: 0 30px;
    position: relative;
    color: #EB891B;

}

.retate .lineTitle:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 24px;
    top: 34%;
    left: 0;
    background: #EB891B;
}





.noData{
    padding-top:50px !important;
}

@media (max-width: 1690px){
    .noData{
        padding-top:.50rem !important;
    }

}


.pagination{
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom:50px;
    background: #fff;
}
.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;
    color:#333;
}

.pagination>li.active{
    background:#EB891B;
    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:#EB891B;
}
.pagination>li:hover a{
    color:#fff;
}


