.mainBan img {
    width: 100%;
}

.mainBan .mainBan_mbl {
    display: none;
}

.ysTit {
    text-align: center;
    margin-bottom: 28px;
}

.ysTit h1 {
    font-size: 40px;
    position: relative;
    padding-bottom: 18px;
    font-weight: 500;
}

.ysTit span {
    font-weight: bold;
    margin: 0 auto;
    font-size: 40px;
    text-transform: uppercase;
}

.ysTit h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 28px;
    margin-left: -14px;
    height: 3px;
    background: #e60012;
}

.ysTit.white h1 {
    color: #fff;
}

.ysTit.white span {
    color: #fff;
}

.ysTit.white h1::before {
    background: #fff;
}

.padd68 {
    padding: 89px 0;
}

/* about */

.abAb {
    position: relative;
    text-align: center;
    padding-bottom: 0;
}

.abAb .innerWrap {
    position: relative;
}

.abAb_line {
    max-width: 100%;
}

.abAb_div {
    padding: 0 0 70px;
    background: url(../images/ab_arrow.jpg) no-repeat center bottom;
}

.abAb_div ul {
    overflow: hidden;
    text-align: center;
}

@media(min-width:901px) {
    .abAb_div ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .abAb_div li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.abAb_div li p {
    display: inline-block;
    text-align: left;
}

.abAb_div span {
    display: block;
    color: #999;
}

.abAb_div .math {
    font-size: 52px;
    color: #e60012;
    font-weight: bold;
    font-style: inherit;
}

.abAb_div span em {
    padding: 5px;
    border-radius: 50%;
    background: #e60012;
    color: #fff;
    font-style: inherit;
    font-size: 13px;
    position: relative;
    top: -6px;
}

.abAb_box {
    padding-bottom: 88px;
    background: url(../images/banner.jpg) no-repeat center fixed;
    background-size: cover;
}

.abAb_box .innerWrap {
    background: #fff;
    padding: 42px;
    position: relative;
    height: 380px;
    width: calc(100% - 360px);
    margin: 0 auto;
}

.abAb_img {
    position: absolute;
    top: 42px;
    left: 42px;
    width: 38%;
    height: calc(100% - 84px);
    background: url(../images/about.jpg) no-repeat center;
    background-size: cover;
    background-position: center;
}

.abAb_img img {
    width: 100%;
    display: none;
}

.abAb_con {
    width: 56%;
    float: right;
    text-align: left;
    padding-right: 46px;
    padding-left: 20px;
    height: 100%;
    overflow-y: auto;
}

.abAb_con_span {
    margin-bottom: 18px;
}

.abAb_con span {
    font-size: 24px;
    letter-spacing: 2px;
    display: block;
}

.abAb_con p {
    font-size: 15px;
    line-height: 2.1;
    margin-bottom: 6px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.abAb_con::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.abAb_con::-webkit-scrollbar-track {
    background: #eee;
}

.abAb_con::-webkit-scrollbar-thumb {
    background: #e60012;
}

.fp-completely .lists {
    padding-top: 80px;
    vertical-align: top;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.fp-completely .lists .list {
    position: relative;
    width: 33.33%;
    margin: 0 15px;
    background-color: #f2f2f2;
}

.fp-completely .lists .list .tit {
    position: absolute;
    top: -38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 103px;
    height: 103px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    color: #fff;
}

.fp-completely .lists .list .tit .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background-size: 54px;
}

.fp-completely .lists .list .gallery-area {
    padding-top: 108px;
}

.fp-completely .lists .list .gallery-area .cont-area .img-box {
    position: relative;
}

.fp-completely .lists .list .gallery-area .cont-area .img-box .item {
    position: relative;
    width: 100%;
    padding: 0 18% 40px;
    min-height: 248px;
}

.fp-completely .lists .list .gallery-area .cont-area .img-box .item .import {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #222;
}

.fp-completely .lists .list .gallery-area .cont-area .img-box .item p {
    margin-top: 15px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #555;
    text-align: center
}

.fp-completely .lists .list.list01 .tit {
    background-color: #de4019;
}

.fp-completely .lists .list.list02 .tit {
    background-color: #012b5d;
}

.fp-completely .lists .list.list03 .tit {
    background-color: #165dab;
}


.honor_list {
    background: #f7f7f7;
}

.honor_list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.honor_list .list .swiper-container {
    width: 100%;
    height: 100%;
}

.honor_list .list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.honor_list .list .swiper-container {
    margin: 0 -0.5% 0;
    position: relative;
}

.honor_list .list .swiper-container .swiper-slide a {
    padding: 2% 20px 7%;
    background: #fff;
    display: block;
    margin: 0 2.5%;
    width: 100%;
    height: 100%;
}

.honor_list .list .swiper-container .swiper-slide .pic {
    position: relative;
    padding-top: 23%;
}

.honor_list .list .swiper-container .swiper-slide .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 85%;
    background: #c4c8ca;
    display: none;
}

.honor_list .list .swiper-container .swiper-slide figure {
    padding-top: 62%;
    z-index: 2;
    position: relative;
}

.honor_list figure img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: rotate translateX(-50%);
    -o-transform: rotate translateX(-50%);
    max-height: 100%;
}

.honor_list .list .swiper-container .swiper-slide p {
    margin: 20% 0 0;
    text-align: center;
    overflow: hidden;
    padding: 20px 10% 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.honor_list .list .swiper-container .swiper-slide span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    color: #555555;
    font-size: 16px;
}

.honor_list .list .swiper-container .swiper-slide a:hover span {
    color: #de4019;
}

.list .swiper-pagination {
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}

.list .swiper-pagination-bullet {
    width: 50px;
    height: 2px;
    border-radius: 0;
    background: #dddddd;
    margin: 0 5px;
}


.aaaa {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bj2.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.Ny-cour {
    position: relative;
    width: 1100px;
    margin: auto;
}

.about-red-title {
    display: block;
    font-size: 14px;
    line-height: 34px;
    background: #de4019;
    width: 120px;
    height: 34px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.courCont {
    width: 100%;

    position: relative;
    height: 598px;
    overflow: auto;
}

.courCont::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.courCont::-webkit-scrollbar-track {
    background: transparent;
}

.courCont::-webkit-scrollbar-thumb {
    background: transparent;
}

.courCont_box {
    padding-top: 58px;
    padding-bottom: 28px;
    position: relative;
}

.courCont_box:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #cecece;
    content: "";
}

.his-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 24px;
}

.hehe {
    margin-bottom: 6rem;
}

.his-item:before {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 5px;
    left: 50%;
    margin-left: -12px;
    background: url(../images/cir1.png) no-repeat center;
    content: "";
}

.his-txts {
    line-height: 28px;
    padding-left: 10%;
}

.rewo .his-txts {
    padding-left: 0;
    padding-right: 10%;
}

.his-imgs,
.his-txts {
    width: 50%;
}

.his-txts h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 14px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 500;
}

.his-item:hover h2 {
    color: #072053;
}

.his-txts p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.rewo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.find-more {
    background: #de4019;
    display: block;
    margin: auto;
    width: 220px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 24px;
}

.find-more:hover {
    border-color: #de4019;
    background-color: #fff;
    color: #de4019;
}

.find-more span {
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.abDeve {
    height: 728px;
    display: block;
    position: relative;
    padding-top: 38px;
}

.abDeve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #cecece;
}

.abDeve .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.abDeve .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* about  end */

/* product */

.proItem>.innerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.proItem>.innerWrap>div {
    width: 50%;
}

.proItem:nth-child(2n) .proCon {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.product .proItem {
    display: block;
    position: relative;
    padding: 58px 0 0
}

.product .proItem:first-child {
    padding-top: 0
}

.product .proItem:nth-child(2n):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #f5f5f5;
    margin-top: -128px;
    z-index: -1;
}

.product .proImg {
    position: relative;
    width: 50%;
    padding-top: 30%;
    /* padding: 20px 10%; */
    overflow: hidden;
    display: inline-block;
    border: 3px solid #f5f5f5;
    background: #fff;
}

.product .proImg img {
    position: absolute;
    height: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    transition: all 1s;
    -o-object-fit: contain;
    object-fit: contain;
}

.product .proItem:hover .proImg img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
}

.product .proItem:nth-child(2n) {
    text-align: right;
}

.product .proItem:nth-child(2n) .proCon {
    left: 0;
    right: auto;
}

.product .proCon>div {
    width: 80%;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: left;
}

.product .proCon h3 {
    font-size: 26px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .proCon h3 span {
    display: block;
    color: #de4019;
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
}

.product .proCon p {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proMore {
    max-width: 198px;
    clear: both;
    padding-top: 50px;
    overflow: hidden;
    width: 100%;
}

.proMore .more {
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    height: 45px;
    border: 1px solid #dddddd;
    color: #222222;
    letter-spacing: 0.25px;
    font-size: 13px;
    padding: 0 26px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 45px;
    background-image: url(../images/right-arro-black.png);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    background-position: right 19px center;
    background-size: 42px;
}

.proMore .more.white {
    background-image: url(../images/slider-arrow-right.png);
}

.more-white {
    background: #ffffff;
    color: #222222;
    background-image: url(../images/right-arro-black.png);
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
    background-position: right 19px center;
    background-size: 58px;
}

.more:hover,
.more-white:hover {
    background-position-x: 97%;
    background-position-y: center;
    background-position: right 10px center;
}

@media (max-width: 1080px) {
    .product .proItem {
        padding-top: 68px;
    }

    .product .proCon h3 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .product .proCon p {
        -webkit-line-clamp: 2;
    }

    .proMore {
        padding-top: 38px;
        max-width: 168px;
    }

    .product .more {
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        background-size: 32px;
    }
}

@media (max-width: 900px) {
    .product .proImg {
        width: 100%;
    }

    .product .proCon {
        position: relative;
        width: 100%;
    }

    .product .proCon>div {
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        width: 100%;
        max-width: 100%;
        padding: 28px 35px;
    }

    .product .proItem {
        padding-top: 28px;
    }

    .product .proItem:nth-child(2n):before {
        margin-top: -200px;
    }
}

@media (max-width: 768px) {
    .product {
        padding: 68px 5%;
    }

    .product .proCon>div {
        width: 100%;
        padding: 14px 10px;
    }

    .product .proCon h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .product .proCon h3 span {
        font-size: 18px;
        letter-spacing: 0;
    }

    .product .proCon p {
        display: none;
    }

    .proMore {
        display: none;
    }

    .proBox {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .product .proItem:nth-child(2n):before {
        content: none !important;
    }

    .proItem>.innerWrap {
        flex-wrap: wrap;
        padding: 0;
    }

    .product .proItem {
        width: 49%;
        padding: 0;
    }

    .product .proItem:nth-child(2n) {
        margin-left: 2%;
    }

    .proItem>.innerWrap>div {
        width: 100%;
    }

    .product .proImg {
        order: -1;
        padding-bottom: 32%;
        background: #f5f5f5;
    }
}

@media (max-width: 480px) {
    .product {
        padding: 48px 5% 32px;
    }



    .product .proCon>div {
        padding: 10px 5px;
    }

    .product .proImg {
        padding-top: 62%;
    }

    .product .proCon h3 span {
        font-size: 14px;
    }

    .product .proCon h3 {
        font-size: 14px;
    }



    .proMore {
        padding-top: 20px;
    }
}

.search_list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.search_list .swiper-wrapper
{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search_list .swiper-slide
{
    width: 49%;
    margin: 28px 0;
}
.search_list .search_item {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #f5f5f5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.search_item_pic {
    position: relative;
    width: 50%;
    padding-top: 42%;
    overflow: hidden;
}

.search_list .search_item img {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search_list .search_item:hover img {
    top: 47%;
}

.search_list .search_item .search_item_content {
    background: #ffffff;
    padding-bottom: 30px;
    text-align: left;
    padding: 20px 20px 20px 0;
    width: 45%;
}

.search_list .search_item .search_item_content p {
    margin: 10px 0;
    font-size: 17px;
    font-weight: 300;
}

.search_list .search_item .search_item_content li {
    text-align: center;
    margin-top: 15px;
}

.search_list .search_item .search_item_content li .collect_btn {
    background: #ffffff;
    border: 1px solid #001a88;
    font-size: 14px;
    color: #001a88;
    width: 120px;
    height: 30px;
    margin-right: 20px;
}

.search_list .search_item .search_item_content li .shopping_cart_btn {
    background: #001a88;
    border: none;
    color: #ffffff;
    font-size: 14px;
    width: 120px;
    height: 30px;
}

.search_list .search_item .search_item_content .item_price {
    font-size: 16px;
    padding: 0 20px;
    margin-top: 10px;
    color: #000;
}

.search_list .search_item .search_item_content .item_marketPrice {
    margin-top: 20px;
    font-size: 16px;
}

.search_list .search_item .search_item_content .item_marketPrice a {
    font-size: 15px;
    color: #999;
    padding-bottom: 4px;
    border-bottom: 1px solid #757575;
}

.search_list .search_item:hover .search_item_content .item_marketPrice a {
    color: #174592;
    border-bottom: 1px solid #174592;
}

.search_list .search_item .search_item_content .item_series {
    font-size: 24px;
    color: #333333;
    margin: 10px 0 24px;
    font-weight: 500;
}

.search_list .search_item .a_img {
    height: 100%;
}

.page {
    clear: both;
    margin: 3% auto 0;
    text-align: center;
}

.page ul li {
    display: inline-block;
    border: 1px solid #d7d7d7;
    padding: 6px 12px;
}

.page ul li.active {
    background: #de4019;
}

.page ul li.active a {
    color: #fff;
}

.page ul li a {
    font-size: 12px;
    color: #666666;
}

.page ul li:hover {
    background: #de4019;
    cursor: pointer;
}

.page ul li:hover a {
    color: #fff;
}


.product-list .subs {
    width: 280px;
    margin-right: 50px;
    border: 1px solid #E6E6E6;
    float: left;
}

.product-list .subs a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #E6E6E6;
}

.product-list .subs a:first-child {
    border-top: none;
}

.product-list .subs a:hover,
.product-list .subs a.active {
    background-color: #de4019;
    color: #fff;
}

.product-list .right-list {
    float: right;
    width: calc(100% - 330px);
}

.search_list .swiper-button-prev,
.search_list .swiper-button-next {
    background: none;
    position: absolute;
    top: 50%;
    width: 27px;
    margin-top: -30px;
}

.search_list .swiper-button-prev {
    left: -50px
}

.search_list .swiper-button-next {
    right: -50px
}

.search_list .swiper-button-prev img,
.search_list .swiper-button-next img {
    width: 30px;
}


.pro-table {
    margin-top: 70px;
    width: 100%;
}

.pro-table-title {
    width: 100%;
    overflow: hidden;
}

.pro-table-title a {
    display: block;
    float: left;
    min-width: 136px;
    height: 40px;
    padding: 0 15px;
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
    font-size: 18px;
    transition: all 0.3s;
    margin-right: 10px;
}

.pro-table-title a:hover,
.pro-table-title a.cur {
    background-color: #e60012;
    color: #fff;
}

.pro-table-item {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 40px;
    font-size: 16px;
    line-height: 36px;
}

.pro-table-item .content {
    display: none;
}

.pro-table-item .content.on {
    display: block;
}

.pro-table-item .content img {
    max-width: 100%
}

.pro-table-item h4 {
    font-size: 20px;
    margin-top: 25px;
    color: #e61410;
}

/* product  end */

/* news */
.ny_news_box {
    margin-top: -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ny_news_box .doNew_a {
    width: 33.33%;
}

.newsBox {
    overflow: hidden;
    margin-left: -2%;
}

.newsItem {
    display: block;
    float: left;
    width: 31.33%;
    margin: 0 0 2% 2%;
    padding: 20px;
    background: #f5f5f5;
}

.newsItem_img {
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
}

.newsItem_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
}

.newsItem_con {
    padding: 20px 6px 5px;
}

.newsItem_con>div {
    display: inline-block;
    vertical-align: top;
}

.newsItem_time {
    text-align: center;
    padding: 2px 16px 4px 0;
    border-right: 1px solid rgba(3, 31, 72, 0.12);
}

.newsItem_time p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #de4019;
}

.newsItem_time span {
    font-size: 12px;
    color: #666;
}

.newsItem_tit {
    padding: 4px 0 4px 16px;
    width: calc(100% - 80px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsItem_tit h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsItem:hover .newsItem_tit h1 {
    color: #de4019;
}

.newsItem_tit p {
    color: #666;
    height: 20px;
    line-height: 1.4;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 481px) {
    .newsItem:hover .newsItem_img img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

@media (max-width: 1280px) {
    .newsItem {
        padding: 18px;
    }
}

@media (max-width: 1200px) {
    .newsItem {
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .newsBox {
        padding: 0;
    }

    .newsItem {
        padding: 16px;
    }
}

@media (max-width: 900px) {
    .newsItem {
        padding: 12px;
    }
}

@media (max-width: 768px) {
    .newsItem {
        width: 98%;
    }
}

@media (max-width: 480px) {
    .newsBox {
        padding: 0;
    }

    .newsItem {
        padding: 10px;
        width: 100%;
        margin: 0 0 20px;
    }

    .newsItem_con {
        padding: 10px 0;
    }

    .newsItem_time {
        border: 1px solid rgba(3, 31, 72, 0.12);
        padding: 7px 14px;
        background: #fff;
        margin-top: -36px;
    }

    .newsItem_time p {
        font-size: 22px;
    }

    .newsItem_time span {
        font-weight: 200;
    }

    .newsItem_tit {
        width: 100%;
        display: block;
        margin: 12px 0 0;
        padding: 0 12px;
    }

    .newsItem_tit h1 {
        font-size: 16px;
        height: 20px;
    }
}

.newsDet {
    text-align: center;
}

.newsDet .main-width {
    max-width: 1280px;
}

.newsDet .btn-wrap {
    margin: 0 auto;
}

.newsDet a.btn {
    border-color: #dddddd;
    color: #222222;
    letter-spacing: 0.25px;
}

.newsDet .main-width {
    margin: 0 auto 0;
    padding: 0 60px;
    background: #fff;
}

.newsDet_tit {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 25px;
    margin-bottom: 26px;
}

.newsDet_tit h1 {
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 28px;
}

.newsDet_tit span {
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.newsDet_tit img {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.newsDet_con {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 10px 28px;
    margin-bottom: 40px;
}

.newsDet_con>p {
    text-indent: 2em;
    text-align: left;
    font-size: 15px;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 36px;
}

.newsDet_con div {
    text-align: center;
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 20px 1%;
}

.newsDet_con div.one {
    width: 100%;
}

.newsDet_con div img {
    max-width: 72%;
    display: inline-block;
}

.newsDet_con div p {
    margin-top: 2%;
    line-height: 23px;
    color: #333;
    letter-spacing: 0.4px;
}

.newsDet_back {
    text-align: center;
    margin-top: 5%;
}

.news-info-more {
    display: inline-block;
    width: 180px;
    padding: 9px 0;
    margin: 0 auto;
    color: #fff;
    background: #e60012;
}

.news-info-more:hover {
    opacity: 0.8;
}

@media (max-width:1280px) {
    .newsDet .main-width {
        padding: 40px 50px;
    }

    .newsDet_tit {
        margin-bottom: 18px;
    }
}

@media (max-width:1024px) {
    .newsDet {
        padding: 48px 0;
    }

    .newsDet .main-width {
        margin: 40px auto 0;
        padding: 30px;
    }

    .newsDet_tit {
        padding-bottom: 10px;
    }

    .newsDet_tit h1 {
        margin-bottom: 18px;
        font-size: 20px;
    }

    .newsDet_con>p {
        font-size: 14px;
    }

    .newsDet_con div img {
        max-width: 100%;
    }
}

@media (max-width:768px) {
    .newsDet .main-width {
        width: 96%;
        padding: 25px;
    }

    .newsDet_tit {
        margin-bottom: 18px;
    }

    .newsDet_tit h1 {
        font-size: 19px;
    }

    .newsDet_con>p {
        line-height: 32px;
        letter-spacing: 0.5px;
    }

    .newsDet_con div {
        width: 100%;
        margin: 20px 0 0;
    }
}

@media (max-width:480px) {
    .newsDet .main-width {
        margin-top: 28px;
        padding: 10px 14px 28px;
    }

    .newsDet_tit {
        margin-bottom: 0;
        padding: 0 0 10px;
    }

    .newsDet_tit h1 {
        font-size: 17px;
        line-height: 28px;
    }

    .newsDet_tit span {
        font-size: 12px;
        margin: 0 8px;
        font-weight: 300;
    }

    .newsDet_con {
        margin-bottom: 28px;
    }

    .newsDet_con>p {
        line-height: 30px;
        font-weight: 300;
    }

    .news-info-more {
        width: 142px;
        padding: 8px 0;
    }
}

/* news  end */

/* jobs */

.recJob {
    padding: 60px 0;
    background: #f5f5f5;
    color: #666;
}

/* search */

.recJob .recJob_sech {
    position: relative;
    z-index: 3;
}

.recJob_sel {
    position: relative;
    float: left;
    width: 18.59%;
    margin-right: 0.82%;
    margin-bottom: 15px;
}

.recJob_sel .recJob_a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: #fff;
    color: #666666;
    font-size: 12px;
    background-position: 95% center;
    background-image: url(../images/recruit-arrow.png);
    background-repeat: no-repeat;
    border: 1px solid transparent;
}

.recJob_sel .recJob_opt {
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    visibility: hidden;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-box-shadow: 0 2px 2px rgba(1, 1, 1, 0.13);
    box-shadow: 0 2px 2px rgba(1, 1, 1, 0.13);
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.recJob_sel .recJob_opt a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 12px;
}

.recSec_job {
    float: left;
    width: 23.14%;
}

.recSec_job input {
    display: block;
    border: none;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    color: #666666;
    font-size: 12px;
}

.recJob_sech .recJob_btn {
    display: block;
    float: right;
    width: 17.6%;
    margin: 0;
    height: 40px;
    border: none;
    padding: 0;
    text-align: center;
    background: #de4019;
    font-size: 14px;
    color: #fff;
}

.recJob_sel.on {
    z-index: 3;
}

.recJob_sel.on .recJob_a {
    background-color: #1e1b20;
    color: #fff;
    background-image: url(../images/recruit-arrow2.png);
    border: 1px solid #1e1b20;
}

.recJob_sel.on .recJob_opt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

/* job */

.recIdea {
    padding: 110px 0 125px;
    color: #666;
    overflow: hidden;
}

.recIdea_tit {
    float: left;
}

.recIdea_tit .recIdea_en {
    font-size: 33px;
    line-height: 38px;
    margin-bottom: 8px;
}

.recIdea_tit .recIdea_cn {
    font-size: 30px;
    color: #333;
}

.recIdea .recIdea_p {
    float: right;
    width: 60%;
}

.recIdea .recIdea_p p {
    font-size: 14px;
    line-height: 30px;
}

@media (max-width: 1440px) {
    .recIdea .innerWrap {
        width: 80%;
    }
}

@media (max-width: 1280px) {
    .recIdea {
        padding: 100px 0;
    }
}

@media (max-width: 1024px) {
    .recIdea {
        padding: 68px 0;
    }

    .recIdea_tit .recIdea_en {
        font-size: 30px;
        line-height: 1.4;
    }

    .recIdea_tit .recIdea_cn {
        font-size: 26px;
    }

    .recIdea .recIdea_p {
        width: 62%;
    }
}

@media (max-width: 900px) {
    .recIdea {
        padding: 48px 0;
    }

    .recIdea_tit {
        float: none;
        margin-bottom: 16px;
    }

    .recIdea_tit .recIdea_en {
        margin: 0;
        font-size: 28px;
    }

    .recIdea_tit .recIdea_cn {
        font-size: 24px;
    }

    .recIdea .recIdea_p {
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .recIdea {
        padding: 32px 0;
    }

    .recIdea .innerWrap {
        width: 90%;
    }

    .recIdea_tit {
        margin-bottom: 12px;
    }

    .recIdea_tit .recIdea_en {
        font-size: 26px;
    }

    .recIdea_tit .recIdea_cn {
        font-size: 22px;
    }

    .recIdea .recIdea_p p {
        line-height: 26px;
        color: #666;
        font-size: 13px;
        letter-spacing: 0.5px;
        font-weight: 300;
    }
}

.recJob_box {
    margin: 20px 0 0;
}

/* job-tit */

.recJob_tit {
    line-height: 20px;
    background: #1c1d21;
    padding: 10px 2%;
    overflow: hidden;
}

.recJob_tit span {
    float: left;
    width: 22%;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.recJob_tit span:nth-child(5) {
    width: 10%;
}

/* job-list  */

.recJob_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    padding: 0 2% 30px;
    background: #fff;
}

.recruit li {
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.recJob_name {
    display: block;
    font-size: 0;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
}

.recJob_name::after {
    content: "";
    position: absolute;
    right: 60px;
    top: 50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background-image: url(../images/recruit-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recJob_name span {
    float: left;
    width: 22%;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.recJob_name span:last-of-type {
    width: 10%;
}

.recJob_info {
    display: none;
    position: relative;
    border-top: 1px solid #efefef;
    padding: 0 30px;
    background: #f5f5f5;
}

.recJob_top {
    padding: 20px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_top span {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

.recJob_btm {
    overflow: hidden;
    padding: 40px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_btm h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.recJob_btm p {
    line-height: 26px;
    color: #666;
}

.recJob_btm .recJob_l {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    margin-bottom: 15px;
}

.recJob_btm .recJob_r {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
}

.recJob_info .tips {
    padding: 20px 0;
    color: #de4019;
    line-height: 20px;
    font-size: 14px;
}

.recJob_info .tips a {
    display: inline-block;
    color: #de4019;
}

.recJob_list li.cur {
    border-color: transparent;
    background: #fff;
}

.recJob_list li.cur .recJob_name::after {
    background-image: url(../images/recruit-up.png);
}

@media (max-width: 900px) {
    .recJob {
        padding: 48px 0;
    }

    .recJob_sel {
        width: 32%;
        margin: 0 0 2% 2%;
    }

    .recJob_sel:first-of-type {
        margin: 0 0 2% 0;
    }

    .recSec_job {
        width: 78%;
    }

    .recJob_sech .recJob_btn {
        width: 20%;
    }

    .recJob_name {
        padding: 20px 0;
    }

    .recJob_info {
        padding: 0 28px 10px;
    }

    .recJob_top {
        padding: 16px 0;
    }

    .recJob_top span {
        width: auto;
        margin-right: 24px;
        font-size: 13px;
        line-height: 2.4;
    }

    .recJob_tit {
        padding: 10px 28px;
    }

    .recJob_list {
        padding: 0 28px 30px;
    }

    .recJob_btm {
        padding: 28px 10px;
    }

    .recJob_btm .recJob_l {
        padding-right: 60px;
    }

    .recJob_btm .recJob_r {
        padding-left: 32px;
    }

    .recJob_btm h4 {
        font-size: 17px;
        margin-bottom: 8px;
    }
}

@media (max-width: 680px) {
    .recJob_info .tips {
        padding: 0 14px;
    }

    .recJob_list {
        padding: 0 14px 20px;
    }

    .recJob_btm {
        padding: 20px 10px;
    }

    .recJob_btm .recJob_l {
        padding: 0;
        float: none;
        width: 100%;
    }

    .recJob_btm .recJob_r {
        float: none;
        padding: 0;
        width: 100%;
    }

    .recJob_btm h4 {
        font-size: 16px;
    }

    .recJob_btm p {
        font-size: 13px;
    }

    .recJob_info {
        padding: 0 22px 6px;
    }

    .recJob_info .tips {
        padding: 14px 0;
    }

    .recJob_sel {
        width: 100%;
        margin: 0 0 10px !important;
    }

    .recJob_tit {
        padding: 10px 14px;
    }

    .recJob_tit span {
        width: 24%;
        font-size: 13px;
        padding: 6px 0;
    }

    .recJob_tit span:nth-child(3) {
        width: 28%;
    }

    .recJob_tit span:nth-child(5) {
        display: none;
    }

    .recJob_name {
        padding: 10px 0;
    }

    .recJob_name span {
        width: 24%;
        font-size: 13px;
        padding: 6px 0;
        text-align: center;
    }

    .recJob_name span:nth-child(3) {
        width: 28%;
    }

    .recJob_name span:last-of-type {
        display: none;
    }

    .recJob_name::after {
        display: none;
    }
}

@media (max-width: 480px) {

    .recJob_tit {
        padding: 10px;
    }

    .recSec_job input {
        line-height: 36px;
        height: 36px;
        padding: 0 10px;
    }

    .recJob_sech .recJob_btn {
        font-size: 13px;
        line-height: 36px;
        height: 36px;
    }

    .recJob_list {
        padding: 0 10px 12px;
    }

    .recJob_info {
        padding: 0 14px 6px;
    }

    .recJob_top {
        padding: 12px 0;
        font-weight: 300;
    }

    .recJob_top span {
        margin-right: 18px;
        line-height: 2;
    }

    .recJob_btm {
        padding: 12px 6px;
    }

    .recJob_btm h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .recJob_btm p {
        line-height: 24px;
        font-weight: 300;
    }

    .recJob_info .tips {
        font-size: 13px;
    }
}

/* jobs  end */

/* contact */

.contactPage {
    position: relative;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 525px;
    margin-top: 50px;
}

.container1 {
    width: 90%;
    margin: -170px auto 0;
    position: relative;
    background: #f5f5f5;
    z-index: 2;
}

.div_scroll .active {
    background: #de4019;
    width: 100%;
    padding: 20px 3%;
    position: relative;
}

.div_scroll .dlt {
    font-size: 20px;
    color: #fff;
}

.cttlist .ct_cell {
    width: 100%;
    padding: 25px;
    border: none;
}

.ct_cell h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
    font-weight: normal;
}

.ctleft {
    float: left;
    width: 80%;
}

.ct_cell ul li {
    width: 44%;
    font-size: 0;
    margin: 0 6% 0 0;
    float: left;
}

.mes {
    margin-bottom: 30px;
}

.mes h5 {
    margin-bottom: 10px;
}

.mes h5 i {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.mes h5 span {
    color: #353535;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.mes_p {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-left: 32px;
}

.ctright {
    float: left;
    width: 20%;
}

.ctright img {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.section {
    padding: 30px 0 50px;
    overflow: hidden;
    border-bottom: 1px dashed #e6e6e6;
}

.section h2 {
    font-size: 24px;
    color: #000;
    line-height: 48px;
    margin-bottom: 12px;
}

.info .text {
    float: left;
    width: 380px;
}

.info .text p {
    line-height: 28px;
    margin-top: 28px;
    font-size: 16px;
}

.info .map {
    float: right;
    width: calc(100% - 420px);
    height: 274px;
    border: 1px solid #e6e6e6;
}

.con_mes {
    margin-top: 60px;
}

.msg .form {
    margin-top: 20px;
}

.msg .form h3 {
    line-height: 30px;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.msg .form h3 span {
    margin: 0 5px;
}

.msg .form h3 img,
.msg .form h3 span {
    display: inline-block;
    vertical-align: middle;
}

.msg .form ul {
    padding: 0 0 16px;
    overflow: hidden;
}

.msg .form li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.msg .form li label {
    float: left;
    width: 50px;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.msg .form li input {
    float: left;
    width: 77%;
    height: 35px;
    line-height: 33px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    text-indent: 10px;
}

.msg .form li em {
    float: left;
    line-height: 35px;
    margin-left: 10px;
    font-size: 18px;
    color: #ea1a22;
}

.msg .form textarea {
    width: 100%;
    height: 170px;
    line-height: 30px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.msg .form a {
    display: block;
    width: 120px;
    line-height: 38px;
    margin: 30px auto 0;
    background: #de4019;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .ct_cell ul li {
        width: 100%;
        margin: 0;
    }

    .div_scroll .active {
        padding: 10px 5%
    }

    .cttlist .ct_cell {
        padding: 29px 5%;
    }

    .ct_cell h4 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .ctleft {
        width: 100%;
    }

    .ctright {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .mes h5 {
        margin-bottom: 5px;
    }

    .mes_p {
        line-height: 24px;
    }

    .mes {
        margin-bottom: 15px;
    }

    .msg .form li {
        width: 100%;
    }
}


.liuya form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.liuya form p {
    width: 30%;
}

.liuya form p:nth-child(4) {
    width: 100%;
}

.liuya form p:nth-child(5) {
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.inputsub {
    border: none;
    width: 23%;
    height: 48px;
    line-height: 46px;
    background: #de4019;
    color: #fff;
    padding: 0px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.inputtxt {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f5f5f5;
    padding: 0 20px;
    color: #2b2b2b;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cont {
    width: 100%;
    margin-top: 40px;
    height: 160px;
    border: none;
}

.inputtxt:hover {
    -webkit-box-shadow: 0 10px 10px rgba(43, 43, 43, 0.12);
    box-shadow: 0 10px 10px rgba(43, 43, 43, 0.12);
}

@media(max-width:1024px) {
    .contactPage {
        padding: 68px 0;
    }

    #map {

        height: 438px;
    }

    .div_scroll .dlt {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .cont {
        margin-top: 28px;
    }
}

@media(max-width:680px) {
    #map {
        height: 289px;
        margin-top: 24px;
    }

    .container1 {
        margin-top: -89px;
    }

    .liuya form p {
        width: 100%;
        /* margin-top: 10px; */
    }

    .inputtxt {
        margin-top: 14px;
        height: 42px;
        line-height: 42px;
        font-size: 13px;
        padding: 0 24px;
    }

    .cont {
        height: 128px;
    }

    .liuya form p:nth-child(5) {
        margin-top: 20px;
    }

    .inputsub {
        width: 38%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .mes h5 span {
        font-size: 15px;
    }

    .mes_p {
        font-weight: 300;
    }

    .mes_p p {

        font-size: 13px;
        letter-spacing: 0.5px;
    }

    .ctright img {
        width: 89px;
    }
}

/* contact  end */

/* case */

.case_warp {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.case_warp li {
    width: 48%;
    float: left;
    position: relative;
    margin: 1%;
    overflow: hidden;
}

.case_warp li a {
    display: block;
}

.case_pic {
    position: relative;
    width: 100%;
    padding-top: 64%;
    overflow: hidden;
}

.case_warp li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -o-object-fit: cover;
    object-fit: cover;
}

.case_warp li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.case_title {
    position: absolute;
    width: 90%;
    bottom: 20px;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 13px 20px;
    margin: 0 5%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.case_title h4 {
    font-size: 17px;
    text-align: left;
    margin: 0;
    width: 100%;
    color: #fff;
    font-weight: 500;
}

.case_title p {
    margin-bottom: 0;
    letter-spacing: 1px;
}

.case_title .caseIcon {
    display: block;
}

.case_text {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
    top: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.case_text h4 {
    font-size: 23px;
    color: #fff;
    text-align: left;
    margin-bottom: 12px;
    font-weight: 500;
}

.case_text span {
    color: #fff;
}

.case_text p {
    margin-top: 16px;
    color: #fff;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_text i img {
    position: absolute;
    width: auto;
    bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .case_warp li:hover .case_text {
        top: 0;
    }

    .case_warp li:hover .case_title {
        background: rgba(222, 64, 25, 0.6);
    }
}

@media screen and (max-width: 1300px) {
    .case_warp li {
        width: 48%;
    }

    .case_title h4 {
        font-size: 16px;
    }

    .case_text h4 {
        font-size: 21px;
    }
}

@media screen and (max-width: 786px) {
    .case_title h4 {
        font-size: 14px;
    }
}

@media screen and (max-width: 730px) {
    .case_warp li {
        width: 100%;
        margin: 0 0 15px;
    }
}

/* case  end */