﻿

/* banner图 */
.bannerList{
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: 100%;
}
.bannerList li{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
    .bannerList li a {
        display: block;
        width: 100%;
        height: 100%;
    }
@media (max-width: 768px) {
    .bannerList {
        height: 56vw;
    }
}

/* 代言人图 */
.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%;
    z-index: 2;
}
    .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: #e5ab73;
        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: #e5ab73;
    background-color: #e5ab73;
    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 .fp-tableCell {
    vertical-align: bottom;
}
.aboutBox2 .aboutMain {
    position: relative;
}
    .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: #e5ab73;
                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;
                box-sizing: content-box;
            }
            .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: #e5ab73;
        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: #e5ab73;
        background: #e5ab73;
    }
    .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 .btn-top img,
    .product .cont .product-btn .btn-bottom img{
        display: inline-block;
    }
    .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: #e5ab73;
        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: #eba534;
    }
    .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%;
    box-sizing: content-box;
}
.news .right .li:last-child {
    margin-right: 0;
}
 .news .right .nr .nrc .t {
        font-size: 24px;
        color: #eba534;
    }
    .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 {
        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 {
        padding: 25px 0;
        margin-top: 50px;
        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%;
}





/*about*/
@media (max-width: 768px) {
    .aboutBox2 .index-title {
        margin-top: 50px;
    }
    .aboutBox2 .aboutMain .imgList li .img {
        height: 65vw;
    }
    .aboutBox2 .aboutMain .btnList {
        margin-top: -56px;
        right: 15px;
    }
    .aboutBox2 .aboutMain .btnList li {
        margin: 15px 0;
    }
    .aboutBox2 .aboutMain .btnList li .bg {
        height: 30px;
        border-radius: 30px;
    }
    .aboutBox2 .aboutMain .btnList li .ico {
        width: 30px;
        border-width: 5px;
        margin-top: -5px;
    }
        .aboutBox2 .aboutMain .btnList li .ico img {
            width: 70%;
        }
        .aboutBox2 .aboutMain .btnList li .text {
            display: block;
            line-height: 30px;
            text-align: center;
        }
    .aboutBox2 .aboutMain .btnList li .text .ch {
        font-size: 13px;
    }
    .aboutBox2 .aboutMain .btnList li .text .en {
        font-size: 10px;
        display: none;
    }
    .aboutBox2 .aboutMain .imgList li .text {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding: 10px 15px;
        box-sizing: border-box;
        transform: translateY(0) translateX(0) !important;
    }
        .aboutBox2 .aboutMain .imgList li .text .text_c {
            line-height: 2em;
            height: 6em;
            overflow: hidden;
            font-size: 12px;
        }
        .aboutBox2 .aboutMain .imgList li .text .btn {
            display: none;
        }
        .aboutBox2 .aboutMain .imgList li .text .text_t {
            display: none;
        }
        .aboutBox2 .aboutMain .imgList li .text .more {
            opacity: 1;
        }
}

/*产品*/
@media (max-width: 768px) {
    .product .index-title {
        margin-top: 50px;
    }
    .product .cont {
        height: auto;
        width: 100%;
    }
    .product .cont .product-btn {
             float: none;
        width: 100%;
        height: 50px;
        padding: 0 25px;
        box-sizing: border-box;
    }
        .product .cont .product-btn li {
            float: left;
            line-height: 50px;
            padding: 0 20px;
            width: auto;
        }
            .product .cont .product-btn li span:before, .product .cont .product-btn li span:after {
                display: none;
            }
        .product .cont .product-btn .btn-top, .product .cont .product-btn .btn-bottom {
            height: 100%;
            width: 25px;
            top: 0;
            display: flex !important;
            align-items: center;
            justify-content: center;
        }
        .product .cont .product-btn .btn-top {
            left: 0;
            right: auto;
            transform: rotate(180deg);
        }
        .product .cont .product-btn .btn-bottom {
            right: 0;
            left: auto;
        }
        .product .cont .product-btn .btn-top img,
        .product .cont .product-btn .btn-bottom img{
            animation: none;
        }
    .product .cont .product-img {
        height: 48vw;
    }
        .product .cont .product-img li .right {
            width: 40%;
            padding: 15px;
            text-align: center;
        }
            .product .cont .product-img li .right .cell {
                margin-top: 0;
                
            }
            .product .cont .product-img li .right span {
                padding-top: 0;
                font-size: 18px;
            }
            .product .cont .product-img li .right .p {
                font-size: 10px;
            }
}



/**/
@media (max-width: 768px) {
    .advantageMain {
        padding: 50px 0 50px 0;
    }
    .advantage .cont {
        padding: 0;
        height: auto;
    }
        .advantage .cont .l,
        .advantage .cont .r {
            width: 100%;
            float: none;
        }
    .advantage .box {
        height: 50vw !important;
    }
    .advantage .box .text {
        padding: 0 10px;
        text-align: center;
    }
        .advantage .box .text .p {
            font-size: 10px;
            line-height: 1.8;
            display: none;
        }
}

/*news*/
@media (max-width: 768px) {
    .news {
        margin-top: 50px;
    }
        .news .cont .left,
        .news .cont .right {
            width: 100%;
            height: auto;
            float: none;
        }
        .news .cont .left {
            padding-bottom: 20px;
        }
            .news .cont .left .img {
                height: 50vw;
            }
            .news .cont .left .nr {
                padding: 15px;
                height: auto;
            }
            .news .cont .left .more-btn {
                opacity: 1;
                font-size: 12px;
            }
            .news .cont .left .nr .t {
                line-height: 2em;
                height: 2em;
            }
            .news .cont .left .nr .p {
                margin: 10px 0 10px;
                font-size: 12px;
            }
            
            .news .cont .right .li {
                margin-top: 15px !important;
                height: auto;
                padding: 20px 0;
            }
                .news .cont .right .li a {
                    padding: 0 10px;
                }
                .news .cont .right .li .time {
                    width:70px;
                    height: 70px;
                    display: flex;
                    align-items: center;
            justify-content: center;
                }
                    .news .cont .right .li .time .day {
                        font-size: 22px;
                    }
                    .news .cont .right .li .time .year {
                        font-size: 12px;
                    }
                .news .cont .right .li .nr {
                    padding: 15px;
                    height: auto;
                }
                    .news .cont .right .li .nr .more-btn {
                        display: none;
                    }
                    .news .cont .right .li .nr .t {
                        line-height: 1em;
                        height: 1em;
                        padding-bottom: 10px;
                        margin-bottom: 10px;
                    }
                    .news .cont .right .li .nr .p {
                        line-height: 2em;
                        height: 4em;
                    }
}

  @media (max-width: 768px) {
    .positionBox .titleBox {
        position: relative;
        margin-top: 50px;
    }
        .positionBox .cont {
        padding-top: 0;
            
        }
    .index-title {
        margin-bottom: 20px;
    }
    .index-title .l {
        display: flex;
        flex-direction: row-reverse;
    }
        .index-title .l .en,
        .index-title .l .ch {
            font-size: 20px;
            line-height: 22px;
        }
        .index-title .l .ch {
            display: none;
        }
        .index-title .r a {
            width: 98px;
            height: 20px;
            line-height: 20px;
        }

}