@charset "utf-8";

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.newsContent {
    padding: 40px 0 10px;
    margin: 30px 0;
    background: #ffffff;
    overflow: hidden;
}

.newsContent .newsList,
.newsDetail,
.productList {
    padding: 0 2.75%;
    ;
    margin-top: 30px;
    overflow: hidden;
}

.tabList {
    padding: 0 2.75%;
}

.tabList .swiper-slide {
    width: auto !important;
    margin-right: 6px;
    margin-bottom: 6px;
}

.tabList a {
    display: block;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    background: #f1f1f1;
    padding: 0 28px 0 29px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.tabList a:hover,
.tabList .tab-item.active {
    background: #1676ef;
    color: #ffffff;
    text-decoration: none;
}


.newsContent .newsList li {
    float: left;
    width: 32.25%;
    margin-right: 1.625%;
    margin-bottom: 30px;
}

.newsList li:nth-child(3n+3) {
    margin-right: 0;
}

.newsList li .itemTop {
    overflow: hidden;
}

.newsList .news-item .itemImg {
    padding-bottom: 72.8%;
    position: relative;
    overflow: hidden;
}

.newsList .news-item .itemImg img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.newsList .news-item:hover .itemImg img {
    transform: scale(1.05);
    -webkit-ransform: scale(1.05);
    -moz-ransform: scale(1.05);
    -o-ransform: scale(1.05);
}

.fullImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newsList .news-item .itemContent {
    padding: 20px 0px;
    position: relative;
}

.newsList .news-item .date {
    line-height: 1;
    padding-bottom: 5px;
    float: left;
    width: 105px;
    text-align: center;
    border-right: 2px solid #EBEBEB;
    margin-left: 3px;
}

.newsList .news-item .date .d {
    color: #000000;
    line-height: 1;
    margin-bottom: 0;
    font-family: arial;
    font-size: 40px;
    font-family: "2";
}

.newsList .news-item .date .y {
    color: #000000;
    font-size: 14px;
}

.newsList .news-item .tit {
    margin-left: 108px;
    padding-left: 17px;
    font-size: 16px;
}

.newsList .news-item .tit p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
}

.newsList .news-item .itemDesc {
    margin-top: 36px;
    line-height: 21px;
    height: 42px;
    color: #a5a5a5;
}

.twoLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList li a:hover .date .d,
.newsList li a:hover .date .y,
.newsList li a:hover .tit p {
    color: #1676ef
}

/*news details*/

.detailTitle {
    text-align: center;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.7
}

.detailInfoBar {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dotted #C7C7C7;
    margin-bottom: 20px;
    text-align: center;
}

.detailInfoBar .detailInfoTime {
    display: inline-block;
    margin-right: 20px
}

.detailInfoBar .detailInfoNum {
    display: inline-block;
}

.detailContent {
    font-size: 14px;
    color: #333333;
    line-height: 1.7
}

.detailContent img,
.xypg-detailContent p img {
    width: auto !important;
    max-width: 100%;
    height: auto !important
}

.detailMenuPreNext {
    margin: 30px 0;
    overflow: hidden;
}

.detailMenuPreNext div span {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 13px;
    color: #666666;
}

.detailMenuPreNext div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.detailMenuPreNext div b {
    font-size: 16px;
    color: #333333;
    float: left;
    font-weight: 400
}

.detailMenuPreNext div a {
    float: left;
    width: 75%;
    font-size: 14px;
    color: #535353
}

.detailMenuPreNext div a:hover {
    color: #333333
}



/*product list*/
.productList li {
    float: left;
    width: 32.25%;
    margin-right: 1.625%;
    margin-bottom: 30px;
}

.productList li:nth-child(3n+3) {
    margin-right: 0;
}

.productList .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.productList .img img {
    width: 100%;
}

.tutu.clearfix {
    overflow: hidden;
}

.productList .img img.up-pic {
    transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.productList .img:hover img.up-pic {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
}

img.up-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.productList .up-graybox {
    z-index: 3;
}

.up-graybox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.productList .img:hover .up-graybox {
    opacity: 100;
    filter: alpha(opacity=100);
}

.up-graybox .bgbox {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.up-graybox .stit {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    color: #ffffff;
}

.up-graybox .line {
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.up-graybox .linet {
    top: 0;
}

.up-graybox .lineb {
    bottom: 0;
}

.up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.up-graybox:hover .line {
    width: 6px;
    margin-left: -3px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.productList .cntentWrap {
    padding: 20px 6.7% 0;
    border: 1px solid #f0f0f0;
    background: #ffffff;
}

.productList .tit {
    line-height: 32px;
    font-size: 18px;
    margin: 0;
    float: left;
}

.productList .tit a {
    display: inline-block;
    color: #333333;
}

.productList .tit a:hover {
    color: #1676ef
}

.productList .tu {
    float: right;
}

.productList .tu a {
    display: inline-block;
    margin-left: 2%;
}

.productList .tu .a2 {
    display: none;
}

.productList .tu p img {
    max-width: 100%;
}

.productList .intr {
    display: block;
    line-height: 22px;
    font-size: 12px;
    height: 40px;
}

.productList .intr p {
    margin: 0;
}

.productList .bot-link {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    line-height: 40px;
    position: relative;
}

.productList .bot-link .stt {
    font-size: 14px;
    color: #7a7a7a;
}

.productList .bot-link .point {
    display: inline-block;
    width: 24px;
    height: 8px;
    background: url(../img/inico6.png) no-repeat right center;
    margin-top: 14px;
    float: right;
}


/*product details*/
.page-wrap-right {
    overflow: hidden;
    margin: 20px 0;
}

.caseDivA {
    display: flex;
    background: #ffffff;
}

.caseDivALeft {
    width: 42%;
    padding: 5% 4%;
    border-right: 1px solid #dcdcdc;
}

.caseDivATitle {
    font-size: 30px;
    color: #555555;
    font-weight: bold;
}

.caseDivATitle span {
    display: block;
    width: 50px;
    height: 1px;
    background: #dcdcdc;
    margin: 20px 0;
}

.caseDivACon {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
}

.caseDivACon h3 {
    color: rgb(85, 85, 85);
    margin-bottom: 15px;
    font-size: 20px;
}

.caseDivACon a {
    display: inline-block;
    border: 1px solid #1676ef;
    border-radius: 50px;
    padding: 0.2em 2em;
    color: #ffffff;
    background: #1676ef;
}

.caseDivACon a:hover {
    border: 1px solid #e44829;
    background: #e44829;
}

.caseDivARight {
    width: 49%;
    padding: 5% 5%;
}

.caseDivBCon {
    font-size: 15px;
    margin-top: 8%;
    color: #666666;
    line-height: 30px
}

.caseDivB {
    background: #ffffff;
    padding: 5%;
    margin-top: 2%;
}

.caseDivB p img {
    max-width: 100%;
    height: auto !important;
    max-height: auto !important;
}

.sx {
    text-align: center;
    margin: 4% 0;
}

.sx li {
    list-style: none;
    display: inline-block;
    margin: 0 2%;
}

.sx li:nth-of-type(1) dt {
    background: url(../img/shang.png) no-repeat top center;
    width: 34px;
    height: 24px;
}

.sx li:nth-of-type(2) {
    background: url(../img/shou.png) no-repeat top center;
    width: 40px;
    height: 37px;
}

.sx li:nth-of-type(2) a {
    display: block;
    width: 100%;
    height: 100%;
}

.sx li:nth-of-type(3) dt {
    background: url(../img/xia.png) no-repeat top center;
    width: 34px;
    height: 24px;
}

.caseDivB {
    color: #666666;
    line-height: 28px
}

.caseDivB p {
    margin-bottom: 10px
}

video.edui-upload-video.vjs-default-skin.video-js {
    width: 40%;
    height: 100%;
}

video.edui-upload-video2.vjs-default-skin.video-js {
    width: 80%;
    height: 100%;
}

.part-contact {
    padding: 60px 0;
    text-align: center;
    color: #333333;
    background: #f0f0f0;
}

.part-contact .txt {
    font-size: 36px;
    line-height: 1.2;
}

.part-contact .tips {
    margin-top: 30px;
    font-size: 16px;
}

.part-contact .contact-btn {
    width: 240px;
    line-height: 60px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
    color: #1676ef;
    border: 2px solid #1676ef;
    display: block;
    margin: 30px auto 0;
    font-size: 30px;
}

.part-contact .contact-btn:hover {
    color: #ffffff;
    background: #dd792c;
}

.part-contact .contact-btn span {
    position: relative;
    z-index: 2;
}

.part-contact .down-btn {
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 30px auto 0;
}

.part-contact .down-btn span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/down.png) no-repeat center;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}



/*service*/
.serviceSection1,
serviceSection2 {
    width: 100%;
    overflow: hidden;
}

.serviceSection1 {
    padding: 5% 0;
}

.serviceSection1 .sectionTitle {
    text-align: center
}

.serviceSection1 .sectionTitle .tit {
    line-height: 1;
    text-transform: uppercase;
    font-size: 32px;
    color: #222222;
    font-weight: bold;
}

.sectionTitle .line {
    height: 2px;
    width: 3%;
    max-width: 43px;
    background: #1676ef;
    margin: 2% auto;
}

.sectionTitle .en {
    display: block;
    font-size: 18px;
    color: #868686;
    padding-left: 30px;
    position: relative;
    font-style: normal;
    font-family: "2";
}

.serviceSection1 .swiper-box {
    margin-top: 30px;
}

.serviceSection1 .gallery-thumbs .swiper-slide {
    width: auto;
}

.serviceSection1 .service-tab {
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    line-height: 63px;
    font-size: 0;
    padding: 0 28px;
    background: #ffffff;
    color: #333333;
}

.serviceSection1 .service-tab img,
.serviceSection1 .service-tab span {
    display: inline-block;
    vertical-align: middle;
}

.serviceSection1 .service-tab span {
    font-size: 16px;
    color: #000
}

.serviceSection1 .service-tab img {
    margin-right: 16px;
    max-width: 22px;
}

.serviceSection1 .service-tab .imgon {
    display: none;
}

.serviceSection1 .gallery-thumbs .swiper-slide-thumb-active .service-tab,
.serviceSection1 .service-tab:hover {
    background: #1676ef;
    color: #ffffff;
}

.serviceSection1 .gallery-thumbs .swiper-slide-thumb-active .service-tab span,
.serviceSection1 .service-tab:hover span {
    color: #ffffff;
}

.serviceSection1 .gallery-thumbs .swiper-slide-thumb-active .service-tab .img,
.serviceSection1 .service-tab:hover .img {
    display: none;
}

.serviceSection1 .gallery-thumbs .swiper-slide-thumb-active .service-tab .imgon,
.serviceSection1 .service-tab:hover .imgon {
    display: inline-block;
}

.serviceSection1 .detailBox {
    margin-top: 30px;
    position: relative;
}

.swiper-btn {
    position: absolute;
    top: 50%;
    margin-top: -46px;
    width: 37px;
    height: 74px;
    background: url(../img/prev.png) no-repeat center;
    background-size: 100%;
    z-index: 22;
}

.swiper-btn.swiper-btn-prev {
    left: 0;
}

.swiper-btn.swiper-btn-next {
    right: 0;
    background-image: url(../img/next.png);
}

.swiper-btn.swiper-btn-prev:hover {
    background-image: url(../img/prevon.png);
}

.swiper-btn.swiper-btn-next:hover {
    background-image: url(../img/nexton.png);
}

.serviceSection1 .itemService {
    padding-left: 4.13%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serviceSection1 .itemService .itemLeft {
    width: 43.58%;
    float: left;
    overflow: hidden;
}

.serviceSection1 .itemService .itemLeft .img {
    padding-bottom: 60.6%;
    position: relative;
    overflow: hidden;
}

.serviceSection1 .itemService .itemLeft .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.serviceSection1 .itemService .itemLeft:hover .img {
    transform: scale(1.05);
}

.serviceSection1 .itemService .itemRight {
    float: right;
    width: 49.24%;
    color: #a3a3a3;
    padding: 15px 0;
}

.serviceSection1 .itemService .itemRight p {
    line-height: 24px;
    color: #666666;
    padding-left: 22px;
    background: url(../img/dot.png) no-repeat left top;
    margin-bottom: 20px;
}

.serviceSection1 .itemService .itemRight p:last-child {
    margin-bottom: 0;
}




@media (max-width:1240px) {
    .bannerNews {
        height: 450px !important;
        margin-bottom: 0px !important;
        margin-top: 88px;
    }

    .newsList .news-item .date .d {
        font-size: 35px;
    }

    .part-contact .txt {
        font-size: 30px;
    }

    .part-contact .contact-btn {
        width: 220px;
        line-height: 55px;
        font-size: 25px;
    }

    .caseDivATitle {
        font-size: 25px;
    }

    .swiper-btn {
        background-size: 70%;
    }

    .serviceSection1 .itemService .itemRight {
        width: 44.24%;
        margin-right: 9%
    }

    .serviceSection1 .itemService .itemRight p {
        margin-bottom: 10px;
    }

    video.edui-upload-video.vjs-default-skin.video-js {
        width: 50%;
    }

    video.edui-upload-video2.vjs-default-skin.video-js {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .bannerNews {
        height: 350px !important;
    }

    .newsContent .newsList li,
    .productList li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .newsContent .newsList li:nth-child(2n+2),
    .productList li:nth-child(3n+3) {
        margin-right: 0;
    }

    .newsList .news-item .date .d,
    .serviceSection1 .sectionTitle .tit {
        font-size: 30px;
    }

    .tabList a {
        display: block;
        line-height: 45px;
        height: 45px;
    }

    .banner .iscroll {
        display: none;
    }

    .newsList .news-item .date {
        width: 75px;
    }

    .newsList .news-item .tit {
        margin-left: 78px;
    }

    .part-contact .txt {
        font-size: 26px;
    }

    .part-contact .contact-btn {
        width: 208px;
        line-height: 52px;
    }

    .serviceSection1 .itemService .itemLeft {
        width: 100%;
        float: none;
    }

    .serviceSection1 .itemService .itemLeft img {
        width: 100%;
    }

    .serviceSection1 .itemService .itemRight {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .serviceSection1 .service-tab {
        min-width: 100px;
        line-height: 50px;
        padding: 0 20px
    }

    .sectionTitle .en {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .part-contact {
        padding: 30px 0;
    }

    .bannerNews {
        height: 250px !important;
    }

    .part-contact .txt {
        font-size: 24px;
    }

    .part-contact .contact-btn {
        width: 160px;
        line-height: 40px;
        font-size: 18px;
    }

    .caseDivA {
        display: block;
    }

    .caseDivALeft {
        width: 92%;
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
    }

    .caseDivARight {
        width: 100%;
    }

    .caseDivATitle {
        font-size: 20px;
    }

}

@media (max-width:500px) {
    .bannerNews {
        height: 200px !important;
    }

    .newsContent .newsList li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .newsList .news-item .itemDesc {
        margin-top: 20px;
    }

    .newsList .news-item .date .d,
    .serviceSection1 .sectionTitle .tit {
        font-size: 25px;
    }

    .tabList a {
        padding: 0 15px 0 15px;
    }

    .productList li {
        width: 100%;
    }

    .productList .tu .a1 {
        display: none;
    }

    .productList .tu .a2 {
        display: block;
    }

    .part-contact .txt {
        font-size: 20px;
    }

    .part-contact .tips {
        font-size: 14px;
        margin-top: 15px
    }

    .sectionTitle .en,
    .serviceSection1 .service-tab span {
        font-size: 14px;
    }

    .serviceSection1 .service-tab {
        min-width: 80px;
        line-height: 50px;
        padding: 0 15px
    }

    .serviceSection1 .service-tab img {
        margin-right: 10px;
    }

    video.edui-upload-video.vjs-default-skin.video-js {
        width: 100%;
    }
}