﻿

/* banner图 */
.bannerList{
  overflow: hidden;
  position: relative;
  height: inherit;
}
.bannerList li{
  height: inherit;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
    background-color: #000;
}
    .bannerList li a {
        display: block;
        width: 100%;
    }

.bannerList li .bg__video {
    height: inherit;
    width: inherit;
    max-width: 100%;
    display: block;
}
@media (max-width: 768px) {

}

/* 代言人图 */
.starList{
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: 100%;
}
.starList li{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.starList li a {
        display: block;
        width: 100%;
        height: 100%;
    }
@media (max-width: 768px) {
    .starList {
        height: 56vw;
    }
}


/* 首页标题 */
.positionBox{
    height: 100%;
    position: relative;
}
.positionBox .titleBox{
    margin-top: 110px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
    .positionBox .cont {
        padding-top: 170px;
        height: 100%;
        box-sizing: border-box;
    }


.index-title {
    margin-bottom: 25px;
}
.index-title .l{
    float: left;
    font-size: 0;
}
.index-title .l .en {
    display: inline-block;
    vertical-align: middle;
    color: #3C3C3C;
    margin-right: 7px;
    font-size: 27px;
    line-height: 32px;
}
    .index-title .l i {
        width: 5px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
    }
    .index-title .l i:before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        background-color: #414141;
    }
    .index-title .l i:after {
        content: "";
        display: block;
        width: 5px;
        height: 17px;
        background: #010e5c;
        margin-top: 2px;
    }

.index-title .l .ch {
    display: inline-block;
    vertical-align: middle;
    color: #3C3C3C;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
}
.index-title .r {
    float: right;
}
.index-title .r a {
    display: block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #0E0E0E;
    text-align: center;
    border: 1px solid #0E0E0E;
    transition: all 0.3s ease;
}
.index-title .r:hover a {
    border-color: #010e5c;
    background-color: #010e5c;
    color: #fff;
}
    .index-title.white .l .en {
        color: #fff;
    }
    .index-title.white .l .ch {
        color: #fff;
    }
    .index-title.white .r a {
        color: #fff;
        border-color: #fff;
    }


/*about2*/
.aboutBox2 {
    height: 100%;
}

.aboutBox2 .aboutMain {
    position: relative;
    height: 100%;
}
    .aboutBox2 .aboutMain .imgList,
    .aboutBox2 .aboutMain .imgList ul,
    .aboutBox2 .aboutMain .imgList li,
    .aboutBox2 .aboutMain .imgList li .img {
        height: 100%;
    }

    .aboutBox2 .aboutMain .imgList {
        width: 100%;
    }
        .aboutBox2 .aboutMain .imgList li {
            position: relative;
        }
    .aboutBox2 .aboutMain .imgList li .img {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
            .aboutBox2 .aboutMain .imgList li .text {
                position: absolute;
                top: 50%;
                left: 50px;
                transform: translateY(-50%);
                background-color: red;
                width: 295px;
                height: 344px;
                padding: 45px;
                box-sizing: border-box;
                background: #010e5c;
                color: #fff;
                transition: 1s;
                z-index: 2;
                opacity: 0;
            }
            .aboutBox2 .aboutMain .imgList li .text .text_t {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
            .aboutBox2 .aboutMain .imgList li .text .text_t .ch{
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1;
    }
   .aboutBox2 .aboutMain .imgList li .text .text_t .en{
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1;
    }
    .aboutBox2 .aboutMain .imgList li .text .text_c{
        font-size: 14px;
        line-height: 28px;
        max-height: 168px;
        overflow: hidden;
    }
     .aboutBox2 .aboutMain .imgList li .text .btn{
        width: 34px;
        height: 92px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -46px;
        background: #192171 url("../Images/icon-11.png") no-repeat center center;
    }
    .aboutBox2 .aboutMain .imgList li .text .more {
        font-size: 14px;
        text-align: right;
        transition: all 0.4s;
        opacity: 0;
        transform: translateX(-30px);
        display: block;
        color: #fff;
    }
    .aboutBox2 .aboutMain .imgList li .text:hover .more {
        opacity: 1;
        transform: translateX(0);
    }
    .aboutBox2 .aboutMain .imgList li.on .text {
        transform: translateY(-50%) translateX(50px);
        opacity: 1;
    }

    .aboutBox2 .aboutMain .btnList {
        position: absolute;
        top: 50%;
        right: 50px;
        z-index: 2;
        transform: translateY(-50%);
    }
        .aboutBox2 .aboutMain .btnList li {
            text-align: right;
            margin: 50px 0;

        }
            .aboutBox2 .aboutMain .btnList li .bg {
                background-color: #192171;
                border-radius: 70px;
                height: 70px;
                color: #fff;
                display: inline-block;
                transition: 1s;
            }
            .aboutBox2 .aboutMain .btnList li .ico {
                background-color: #192171;
                float: left;
                height: 100%;
                width: 70px;
                position: relative;
                border: 9px solid #0c1463;
                box-shadow: 2px 2px 6px 1px #0c1463;
                border-radius: 70px;
                margin-top: -9px;
                transition: 1s;
            }
            .aboutBox2 .aboutMain .btnList li.on .ico {
                transform: rotate(-360deg);
            }
            .aboutBox2 .aboutMain .btnList li .text {
                overflow: hidden;
                text-align: center;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                transition: 1s;
                white-space:nowrap; 
                min-width: 0;
            }
            .aboutBox2 .aboutMain .btnList li .text .ch,
            .aboutBox2 .aboutMain .btnList li .text .en
            {
                padding-right: 20px;
                padding-left: 10px;
            }
                .aboutBox2 .aboutMain .btnList li .text .ch {
                    font-size: 18px;
                }
                 .aboutBox2 .aboutMain .btnList li .text .en {
                    font-size: 12px;
                    text-transform: uppercase;
                }
            .aboutBox2 .aboutMain .btnList li .ico img {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
            }
/*about2 end*/

/*公司介绍*/
.aboutBox {
    background: #192171 url(../Images/aboutBg.jpg) no-repeat center center / cover;
    padding-top: 90px;
    padding-bottom: 90px;
}
.aboutBox .aboutMain {
    background-color: #f0f0f0;
    padding-top: 70px;
    padding-bottom: 70px;
}
.aboutBox .l{
    width: 70%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.aboutBox .r{
    overflow: hidden;
}
.aboutBox .l li {
    position: relative;
    padding-left: 117px;
    box-sizing: border-box;
}
.aboutBox .l li .img{
    width: 100%;
    height: 512px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
    
    .aboutBox .l li .text {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        background-color: red;
        width: 295px;
        height: 344px;
        padding: 45px;
        box-sizing: border-box;
        background: #010e5c;
        color: #fff;
        transition: transform 0.4s;
        z-index: 2;
    }

    .aboutBox .l li:hover .text,
    .aboutBox .l li .text.on {
        transform: translateY(-50%) translateX(5%);
    }
    .aboutBox .l li .text_t {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .aboutBox .l li .text_t .ch{
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 1;
    }
    .aboutBox .l li .text_t .en{
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1;
    }
    .aboutBox .l li .text_c{
        font-size: 14px;
        line-height: 28px;
        max-height: 168px;
        overflow: hidden;
    }
     .aboutBox .l li .btn{
        width: 34px;
        height: 92px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -46px;
        background: #192171 url("../Images/icon-11.png") no-repeat center center;
    }
    .aboutBox .l li .more {
        font-size: 14px;
        text-align: right;
        transition: all 0.4s;
        opacity: 0;
        transform: translateX(-30px);
    }
    .aboutBox .l li:hover .more {
        opacity: 1;
        transform: translateX(0);
    }
.aboutBox .r .li{
    height: 120px;
    margin-bottom: 10px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutBox .r .li .img{
    width: 74px;
    height: 74px;
    border-radius: 50%;
    border: 1px solid #777;
    overflow: hidden;
    position: relative;
}
    .aboutBox .r .li .img img{
        position: absolute;
        top: 50%;
        left: 50%;
        transition: all 0.5s ease;
    }
    .aboutBox .r .li .img .img1{
        transform: translate(-50%, -50%);
    }
    .aboutBox .r .li .img .img2{
        transform: translate(-50%, -150%);
        opacity: 0;
    }
    .aboutBox .r .li:hover .img,
    .aboutBox .r .li.on .img
     {
        border-color: #010e5c;
        background: #010e5c;
    }
    .aboutBox .r .li:hover .img .img1,
    .aboutBox .r .li.on .img .img1
     {
        transform: translate(-50%, 50%);
        opacity: 0;
    }
    .aboutBox .r .li:hover .img .img2,
    .aboutBox .r .li.on .img .img2
    {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    .aboutBox .r .li .title {
        margin-left: 26px;
        min-width: 153px;
        text-align: center;
    }
    .aboutBox .r .li .title span {
    font-size: 18px;
    margin-bottom: 5px;
}
    .aboutBox .r .li .title h2 {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
}


/*产品中心*/
.product .fp-tableCell {
    vertical-align: bottom;
}
.product .cont {
    padding-top: 170px;
    height: 100%;
    box-sizing: border-box;
}
.product .cont .product-btn {
    float: left;
    width: 280px;
    height: 100%;
    background-color: #F7F7F7;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}
.product .cont .product-btn .btn-top,
.product .cont .product-btn .btn-bottom
{
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: none;
}
    .product .cont .product-btn:hover .btn-top,
    .product .cont .product-btn:hover .btn-bottom {
        display: block;
    }
    .product .cont .product-btn .btn-top {
        top: 0;
    }
    .product .cont .product-btn .btn-bottom {
        bottom: 0;
    }
.product .cont .product-btn li {
    border-bottom: 1px solid #DEDEDE;
    box-sizing: border-box;
    line-height: 102px;
    text-align: center;
}
    .product .cont .product-btn li a {
        display: block;
    }
    .product .cont .product-btn li span {
        position: relative;
    }

    .product .cont .product-btn li span:before,
    .product .cont .product-btn li span:after
     {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        width: 16px;
        height: 1px;
        background: #FFF;
        transition: all 0.5s;
    }
    .product .cont .product-btn li span:before {
        right: 100%;
        margin-right: 40px;
    }
    .product .cont .product-btn li span:after {
        left: 100%;
        margin-left: 40px;
    }
    .product .cont .product-btn li:hover span:before {
        margin-right: 15px;
    }
    .product .cont .product-btn li:hover span:after {
        left: 100%;
        margin-left: 15px;
    }
    .product .cont .product-btn li:hover {
        background: #010e5c;
        color: #FFF;
    }
    .product .cont .product-btn li:hover a{
        color: #FFF;
    }
.product .cont .product-img {
   overflow: hidden;
    height: 100%;
}
    .product .cont .product-img ul,
    .product .cont .product-img li
     {
        height: 100%;
    }
    .product .cont .product-img li {
        position: relative;
    }
    .product .cont .product-img li .img {
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .product .cont .product-img li .right {
        position: absolute;
    padding: 0 20px;
    padding-right: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    right: 0;
    width: 300px;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 0;
    }
    .product .cont .product-img li .right .cell {
  display: inline-block;
  vertical-align: top;
  margin-top: 158px;
  width: 100%;
}

.product .cont .product-img li .right span {
  padding-top: 250px;
  color: #FFF;
  font-size: 26px;
  margin-bottom: 6px;
}

.product .cont .product-img li .right .p {
  color: #afafaf;
  font-size: 14px;
  overflow: hidden;
}




/*新闻中心*/
.newsMain {
    padding-top: 100px;
}
.news .left {
    height: 395px;
    position: relative;
    background: #f2f2f2;
}
.news .left .img{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
    .news .left .nr {
        height: 100%;
    }
.news .left .nr .nrc {
    float: right;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 30px;
}
    .news .left .nr .nrc .t {
        font-size: 24px;
        color: #666;
    }
    .news .left:hover .nr .nrc .t {
        color: #192171;
    }
    .news .left .nr .nrc .p {
        font-size: 14px;
        color: #999;
        height: 120px;
        line-height: 30px;
        margin-top: 45px;
        overflow: hidden;
    }
    .news .left .nr .nrc .time {
        font-size: 16px;
        text-align: right;
        margin-top: 50px;
        color: #666;
    }
.news .right {
    margin-top: 65px;
}
.news .right .li{
    float: left;
    width: 30%;
    margin-right: 5%;
}
.news .right .li:last-child {
    margin-right: 0;
}
 .news .right .nr .nrc .t {
        font-size: 24px;
        color: #666;
    }
    .news .right .nr .nrc .p {
        font-size: 14px;
        color: #999;
        height: 120px;
        line-height: 30px;
        margin-top: 40px;
        overflow: hidden;
    }
    .news .right .nr .nrc .time {
        font-size: 16px;
        text-align: right;
        margin-top: 35px;
        color: #666;
    }
    .news .right li:hover .nr .nrc .t {
        color: #192171;
    }
@media (max-width: 768px) {
    .newsMain {
        padding-top: 0;
    }
    .news .left {
        height: auto;
    }
    .news .left .img {
        position: relative;
        width: 100%;
        height: 40vw;
        right: 0;
    }
    .news .left .nr .nrc {
        float: none;
        width: 100%;
        height: auto;
        padding: 25px 0;
    }
        .news .left .nr .nrc .t {
            font-size: 18px;
        }
        .news .left .nr .nrc .p {
            margin-top: 20px;
            font-size: 13px;
            line-height: 25px;
            height: 100px;
        }
        .news .left .nr .nrc .time {
            font-size: 12px;
            margin-top: 20px;
        }
    .news .right .li {
        margin-right: 0;
        width: 100%;
        float: right;
    }
        .news .right .li:nth-child(n+1) {
            display: none;
        }
    .news .right {
        margin-top: 0;
    }
        .news .right .li {
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .news .right .li:nth-of-type(2n) {
            background: #f2f2f2;
            margin-left: -10px;
            margin-right: -10px;
            padding-left: 10px;
            padding-right: 10px;
        }
    .news .right .nr .nrc .t {
            font-size: 18px;
        }
        .news .right .nr .nrc .p {
            margin-top: 10px;
            font-size: 13px;
            line-height: 25px;
            height: 50px;
        }
        .news .right .nr .nrc .time {
            font-size: 12px;
            margin-top: 10px;
        }

}


/*成功案例*/
.caseBox {
    background: url(../Images/pj-bg.jpg) no-repeat center center / cover;
}
.caseMain {
    margin-top: 100px;
}
.caseList {
    overflow: hidden;
}
.caseList li {
    float: left;
    width: 25%;
}
.caseList li .imgBox{
    padding-bottom: 60%;
}
    .caseList li span {
        display: block;
        padding: 10px 15px;
        background-color: #fff;
    }
    .caseList .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }
    .caseList .swiper-pagination-bullet {
        background-color: #fff;
    }
@media (max-width: 768px) {
    .caseBox {
        padding: 20px 0;
    }
    .caseMain {
        margin-top: 20px;
    }
}


/*证书*/
.honorBox {
    background: url(../Images/honor-bg.jpg) no-repeat center center / cover;
}
.honorList {
    padding-right: 20%;
    overflow: hidden;
}
 .honorList ul {
            margin: -20px;
        }
.honorList li {
    float: left;
    width: 42%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.honorList li .imgBox {
    padding-bottom: 70%;
}
    .honorList li span {
        background-color: #fff;
        line-height: 30px;
        border-radius: 30px;
            overflow: hidden;
    max-width: 100%;
    display: inline-block;
    padding: 0 0.5em;
    box-sizing: border-box;
        white-space: nowrap;
    text-overflow: ellipsis;
    color: #b78c61;
    margin-top: 10px;
    }
.honorMain {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .honorMain {
        margin-top: 0;
    }
    .honorBox {
        height: 56vw;
        margin-top: 15px;
        background-position: right center;
    }
    .honorList {
    padding-right: 0;
    }
    .honorList ul {
            margin: -10px;
        }
        .honorList li {
            padding: 10px;
            width: 50%;
        }
            .honorList li span {
                width: 100%;
                line-height: 25px;
                font-size: 14px;
                margin-top: 5px;
            }
}


/*case2*/
.caseList2 {
    overflow: hidden;
    position: relative;
}
.caseList2,
.caseList2 ul,
.caseList2 ul li{
    height: 100%;
}
    .caseList2 ul li {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .caseList2 li a {
        display: block;
        width: 100%;
        height: 100%;
    }
@media (max-width: 768px) {
    .caseList2.cont {
        height: 56vw;
    }
}
/* old ******************************************************/































































/*公共列表*/
.publicList .list{
  overflow: hidden;
}
.publicList .list li{
  width: 23%;
  float: left;
  position: relative;
}

.publicList .list .imgBox{
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 86.2%;
  border: 1px solid #ddd;
}
.publicList .list .imgBox img{
  max-width: 100%;
  max-height: 100%;
}
.publicList .list li span{
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}
.publicList .list li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    display: none;
}
    .publicList .list li .mask a {
        display:block;
        width: 100%;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
    }
        .publicList .list li .mask a i {
            display:block;
            margin-top: 25%;
            font-size: 18px;
        }
        .publicList .list li .mask a small {
            display:block;
            width: 6em;
            height: 2em;
            line-height: 2em;
            border: 1px solid #fff;
            margin: 15px auto 0;
        }
    .publicList .list li:hover .mask{
        display: block;
    }
@media (max-width: 768px) {
  .publicList .list li span{
    font-size: 12px;
    height: 2.5em;
    line-height: 2.5em;
  }
    .publicList .list li .mask {
        display: none !important;
    }
}


/*产品中心分类*/
.product-title{
  margin-bottom: 2%;  
}
.product-title .ch{
  display: block;
  font-size: 24px;
  color: #d40000;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  text-align: center;
  padding-bottom: 0.4em;
}
.product-title .ch:before{
  content: "";
  display: block;
  width: 4em;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -2em;
  background-color: #ee6500;
}
.product-title .en{
  display: block;
  color: #a3a3a3;
  font-size: 18px;
  text-align: center;
  padding-top: 0.6em;
}
@media (max-width: 768px) {
  .product-title .ch{
    font-size: 18px;
  }
  .product-title .en{
    font-size: 12px;
  }
}
/*产品中心分类end*/


/*产品中心*/

.product .type{
  margin-bottom: 4%;
}
.product .type ul {
  text-align: center;
}

.product .type li {
  display: inline-block;
  width: auto;
  min-width: 6em;
  margin: 0 1%;
  border-radius: 6px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  white-space: nowrap;
  background-color: #ddd;
    cursor: pointer;
}
.product .type li a
{
    display: block;
}

.product .type li:hover,
.product .type li.active-nav {
  background-color: #d40000;
  color: #fff;
}
.product .type li:hover a,
.product .type li.active-nav a{
  color: #fff;
}

.product-pagination {
    display: none;
}
.product .list {
    position: relative;
}
.product .list li {
    margin: 1%;
}


.picBox {
  width: 100%;
  overflow: hidden;
}

.picMarquee2,
.picMarquee {
  overflow: hidden;
}


@media (max-width: 768px) {
  .product .type ul {
    text-align: center;
  }
  .product .type li {
    display: inline-block;
    float: none;
    width: 23%;
    min-width: auto;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 10px;
  }

}

/*工程案例*/
.project .list li{

}
.project.publicList .list .imgBox {
  padding-bottom: 69%;
}
/*工程案例end*/

/*满屏左右布局*/
.ao-half{
  width: 100%;
}
.ao-halfBox {
    float: left;
}
.ao-halfBox.alignTop{
    width: 46%;
    padding-right: 8%;
    margin-right: -4%;
    background: #d50100;
}
.ao-halfBox.alignMiddle{
  width: 50%;
}
.ao-halfBox .bg {
  width: 100%;
  padding-bottom: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  background-image: url("../Images/about-bg.jpg");
}

.ao-halfBox .content {
  width: 100%;
  height: 370px;
  padding: 35px 0;
}

@media (max-width: 768px) {
  .ao-halfBox.alignTop{
    width: 100%;
    float:none;
    padding-right: 0;
    margin-right: 0;
    background: none;
}
.ao-halfBox.alignMiddle{
    width: 96%;
    float:none;
    margin: -20px auto 0;
}
    .ao-halfBox .content {
    padding: 0;
    height: auto;
    }
  .ao-halfBox .bg{
    padding-bottom: 50%;
  }
    
}
/*满屏左右布局end*/




/*新闻中心*/
.news .dongtai{
  float: left;
  width: 61%;
}
.news .zhishi{
  float: right;
  width: 36%;
}

.news-header{
  background-color: #e8e8e8;
  line-height: 50px;
  margin-bottom: 25px;
}
.news-header .news-title{
  background-color: #d40000;
  color: #fff;
  font-size: 22px;
  text-align: center;
  width: 7em;
  float: left;
}
.news-header .more{
  float: right;
  margin-right: 1em;
  color: #7a7a7a;
}
.news-header .more:after{
  content: "——>";
  margin-left: 1em;
}
@media (max-width: 768px) {
  .news .dongtai,
.news .zhishi{
  float: none;
  width: 100%;
}
  .news-header{
    line-height: 35px;
    margin-bottom: 15px;
  }
  .news-header .news-title{
    font-size: 18px;
  }
  .news-header .more{
    font-size: 12px;
  }
  .news-header .more:after {
    display: none;
  }
}





.news .content .newsImg{
  float: left;
  width: 552px;
  max-width: 44%;
  margin-right: 2%;
}
.news .content .newsImg img{
  width: 100%;
}
.news .content .list{
  overflow: hidden;
}
.news .list li {
  border-bottom: dashed #c9c9c9 1px;
  padding: 0 10px 2.5%;
  color: #333;
  margin-bottom: 3.5%;
  box-sizing: border-box;
}


.news .list li .newsTitle {
  font-size: 16px;
  line-height: 28px;
}
.news .zhishi .list li{
  padding-bottom: 2%;
  margin-bottom: 2%;  
}
.news .zhishi .list li a{
  padding-left: 0.5em;
  border-left: 4px solid #333;
}
.news .zhishi .list li:first-child a{
  padding-left: 0;
  border-left: none;
}
.news .list li .newsTitle .pubTime
{
    font-size: 0.8em;
    color: #666;
    float: right;
    margin-left: 0.5em;
}
.news .list li .newsTitle a.title{
  color: #000;
  overflow: hidden;
}
.news .list li .newsTitle a:hover{
  color: #8e0100;
}

.news .list li p {
  font-size: 12px;
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
  color: #666;
}

/*.news .list li p .more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #e60b11;
  padding-left: 1.5em;
  background-color: #fff;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 10%);
}*/

.news .list .newsImg {
  float: left;
  width: 105px;
  height: 105px;
  margin-right: 1em;
}
.news .list .newsImg img{
  width: 100%;
  height: 100%;
}
.news .list .newsContent{
  overflow: hidden;
}
@media (max-width: 768px) {
  
  .news .content .newsImg{
    display: none;
  }
  .news .list li .newsTitle{
    font-size: 14px;
    line-height: 1.6;
  }
  .news .list li{
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
}
/*新闻中心end*/

/*顶部最新新闻*/
.topNewsBox{
  background-color: #eeeeee;
  padding: 6px 0;
}
 
.topNewsBox .icon{
  line-height: 30px;
  float: left;
  padding-right: .5em;
  color: #d90000;
  /*background: url("../Images/topNewsIcon.png") no-repeat 0 center / contain;*/
}
.topNews{
  float: left;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  width: 500px;
  max-width: 100%;
  margin-left: 0;
}
.phoneBtn{
  float: right;
  font-size: 0;
}
.phoneBtn input{
  height: 30px;
  font-size: 14px;
  font-family: "微软雅黑";
  border: 1px solid #b3b3b3;
  padding: 2px 10px;
  color: #b3b3b3;
  background-color: #eeeeee;
  box-sizing: border-box;
}
.phoneBtn input.top_tel{
  border-radius: 30px 0 0 30px;
  border-right: none;
  width: 200px;
}
.phoneBtn input.phone_submit{
  border-radius: 0 30px 30px 0;
  cursor: pointer;
}
.phoneBtn input.phone_submit:hover{
  border-color: #d40000;
  color: #d40000;
}
@media (max-width: 768px) {
  .topNewsBox{
    font-size: 12px;
    padding: 2px 10px;
  }
  .topNewsBox .main{
    display: flex;
  }
  .topNewsBox .icon{
    float: none;
  }
  .topNewsBox .topNews {
    float: none;
    flex: 1;
  }
  .phoneBtn{
    float: none;
    display: none;
  }
}
/*顶部最新新闻end*/

/* 友情链接 */
.friendsLinks_content
{
    margin-top: 4%;
}
.friendsLinks_list li
{
    float: left;
    margin: 0 10px 10px 10px;
}

.bigImg {
    background: url("../Images/bigImg.jpg") no-repeat center center / auto 100%;
}
.bigImg .cont{
    padding-bottom: 41.6%;
}


.footer {
   margin-top: 0;
}

.bb {
    display: none;
}
.bb img{
    width: 100%;
}

.news_list {
    display: none;
}
.footer_nav {
     display: none;
}
@media (max-width: 1200px) {
.bb {
    display: block;
}

.news_list {
    display: block;
}
.footer_nav {
     display: flex;
}
}



.content li {
    width: 100%;
    padding: 20px 0 20vw 0;
}
.news_list {
    background: url(../Images/2.jpg) no-repeat;
    background-size: 100% 100%;
}
.content_detail {
    margin-top: 8vw;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.content_detail > a {
    display: block;
    line-height: 5vw;
    font-size: 3.68vw;
    position: relative;
    color: #fff;
}
.content_detail .content_timer {
    display: block;
    margin-top: 1vw;
    width: 100%;
    text-align: right;
    font-size: 3vw;
    color: #c3c2c2;
}
.view_more {
    display: block;
    color: #fff;
    font-size: 3.1vw;
    margin-top: 8vw;
    margin-left: 70vw;
}

#J_banner {
					width: 100%;
					position: relative;
				}

				#J_banner .kv {
					width: 100%;
				}

				#J_banner .copy {
					text-align: center;
					position: absolute;
					top: 38%;
					left: 0;
					z-index: 2;
					width: 100%;
					margin-top: -97px;
				}

				#J_banner .copy img.pc {
					display: inline-block;
				}

				#J_banner .copy img.mobile {
					display: none;
				}

				#J_banner .copy .line {
					width: 40px;
					height: 2px;
					background: #fff;
					margin: 26px auto;
				}

				#J_banner .copy .text {
					color: #fff;
					line-height: 26px;
					letter-spacing: 10px;
					font-size: 15px;
				}

				#J_banner .copy.car-text.left {
					left: 6%;
					top: 11.7%;
					margin-top: 0;
					text-align: left;
				}

				#J_banner .copy.car-text.center {
					left: 0;
					top: 11.7%;
					margin-top: 0;
					text-align: center;
				}

				#J_banner .copy.car-text.right {
					left: auto;
					right: 6%;
					top: 11.7%;
					margin-top: 0;
					text-align: right;
					width: auto;
				}

				#J_banner .copy.car-text .text {
					letter-spacing: normal;
					font-size: 38px;
					font-weight: bold;
					line-height: 1.1;
					margin-bottom: 10px;
				}

				#J_banner .copy.car-text.black .text {
					color: #000;
				}

				#J_banner .copy.car-text.white .text {
					color: #fff;
				}

				#J_banner .copy.car-text p {
					font-size: 17px;
					font-weight: bold;
				}

				#J_banner .copy.car-text.black p {
					color: #000;
				}

				#J_banner .copy.car-text.white p {
					color: #fff;
				}

				#J_banner .dot-mask {
					position: absolute;
					top: 0;
					left: 0;
				}

				#J_banner .swiper-pagination-bullet {
					width: 3px;
					height: 20px;
					opacity: 1;
					background: #bfbfbf;
					border-radius: 0;
					margin: 0 10px;
					transition: 0.2s;
				}

				.ml {
					margin-left: 10px;
				}

				#J_banner .swiper-pagination-bullet-active {
					height: 28px;
					background: #007aff;
				}

				#J_banner .swiper-button-next,
				#J_banner .swiper-button-prev {
					width: 42px;
					height: 18px;
					margin-top: 0;
					outline: none;
					top: auto;
					bottom: 107px;
					z-index: 11;
				}

				#J_banner .swiper-button-next {
					/* background: url(./content2/right.png) no-repeat; */
					right: 40%;
				}

				#J_banner .swiper-button-next:hover {
					/* background-position: 0 -20px; */
				}

				#J_banner .swiper-button-prev {
					opacity: 0.5;
					/* background: url(./content2/left.png) no-repeat; */
					left: 40%;
				}

				#J_banner .swiper-button-prev:hover {
					/* background-position: 0 -20px; */
					opacity: 1;
				}

				#J_banner .swiper-container-horizontal>.swiper-pagination-bullets,
				#J_banner .swiper-pagination-custom,
				.swiper-pagination-fraction {
					bottom: 20px;
				}

				@media (min-width:992px) {
					#J_banner:hover .swiper-pagination-bullet {
						transform: scaleX(1.5);
					}
				}

				@media (max-width:992px) {
					#J_banner .copy .text {
						color: #fff;
						line-height: 26px;
						letter-spacing: 10px;
						font-size: 15px;
					}

					#J_banner .copy.car-text.left {
						text-align: center;
						margin-top: 35px;
					}

					#J_banner .copy.car-text.center {
						text-align: center;
						margin-top: 35px;
					}

					#J_banner .copy.car-text.right {
						text-align: center;
						margin-top: 35px;
					}

					#J_banner .copy.car-text .text {
						font-size: 25px;
						line-height: 30px;
						margin: 0;
					}

					#J_banner .copy.car-text.white .text {
						color: #000;
					}

					#J_banner .copy.car-text p {
						font-size: 15px;
						font-weight: normal;
						margin-top: 10px;
						color: #000;
					}

					#J_banner .copy.car-text.white p {
						color: #000;
					}

					#J_banner .dot-mask {
						position: absolute;
						top: 0;
						left: 0;
					}
				}

				#J_banner .swiper-pagination-bullet-active {
					height: 28px;
					background: #007aff;
				}

				#J_banner .swiper-button-next,
				#J_banner .swiper-button-prev {
					width: 42px;
					height: 18px;
					margin-top: 0;
					outline: none;
					top: auto;
					bottom: 20px;
					z-index: 11;
				}

				#J_banner .swiper-button-next {
					opacity: 0.5;
					/* background: url(./content2/right.png) no-repeat; */
					right: 40%;
				}

				#J_banner .swiper-button-next:hover {
					/* background-position: 0 -20px; */
					opacity: 1;
				}

				#J_banner .swiper-button-prev {
					/* background: url(./content2/left.png) no-repeat; */
					left: 40%;
				}

				#J_banner .swiper-button-prev:hover {
					/* background-position: 0 -20px; */
				}

				#J_banner .swiper-container-horizontal>.swiper-pagination-bullets,
				#J_banner .swiper-pagination-custom,
				.swiper-pagination-fraction {
					bottom: 20px;
				}
				}

				@media (max-width:1280px) {
					#J_banner .swiper-button-next {
						right: 35%;
					}

					#J_banner .swiper-button-prev {
						left: 35%;
					}
				}

				@media (max-width:992px) {
					#J_banner .imgbox {
						position: relative;
					}

					#J_banner img.kv.mobile.novideo {
						position: absolute;
						z-index: 9;
						top: 0;
						left: 0;
					}

					#J_banner .maskimg {
						height: 100%;
						width: 100%;
					}

					#J_banner .swiper-container {
						overflow: visible;
						/*overflow: hidden;
			width: 100%;   */
					}

					#J_banner .copy {
						position: static;
						margin-top: 35px;
						text-align: cente;
						padding-bottom: 40px;
					}

					#J_banner .copy img.mobile {
						display: inline-block;
						margin: 0 auto;
						/*width: 45%;*/
						width: auto;
						height: 30px;
					}

					#J_banner .copy img.pc {
						display: none;
					}

					#J_banner .copy .line {
						width: 32px;
						background: #000;
						margin: 20px auto;
					}

					#J_banner .copy .text {
						color: #000;
						letter-spacing: normal;
						margin: 10px 0;
						line-height: 22px;
					}

					#J_banner .copy .btn-group {
						margin-top: 30px;
					}

					#J_banner .copy .btn-group a {
						text-align: left;
						margin: 0 12px;
						width: 140px;
						padding-left: 15px;
						background-position: 79px 19px, 117px 12px;
					}

					#J_banner .swiper-pagination-bullet {
						width: 15%;
						height: 3px;
						background: #b7b6b6;
						margin: 0 2px;
					}

					#J_banner .swiper-pagination-bullet-active {
						background: #007aff;
						border-radius: 0;
						outline: none;
					}

					#J_banner .swiper-container-horizontal>.swiper-pagination-bullets,
					#J_banner .swiper-pagination-custom,
					.swiper-pagination-fraction {
						bottom: 0;
					}

					#J_banner .swiper-button-prev {
						display: none;
					}

					#J_banner .swiper-button-next {
						display: none;
					}
				}

				@media (max-width:500px) {
					#J_banner .copy {
						margin-top: 100% !important;
					}

					#main {
						padding-top: 15.2vw !important;
						background-color: #ffffff;
					}

					#J_banner .copy img.mobile {
						width: 66% !important;
						height: auto !important;
					}
				}

				@media (max-width:320px) {
					#J_banner .copy .btn-group a {
						margin: 0 6px;
					}
				}