
.header {
  position: fixed;
  top: 0;
  left: 0;
}



/* banner图 */
.bannerList {
  height: inherit;
  overflow: hidden;
  position: relative;
}

.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: 992px) {
  .bannerList {
    height: 56.25vw;
  }
}

/* banner图end */


/* banner图 */
.dyList {
  height: inherit;
  overflow: hidden;
  position: relative;
}

.dyList li {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dyList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.dyListImg img {
    display: block;
    width: 100%;
}

@media (max-width: 992px) {
  .dyList {
    height: 56.25vw;
  }
}

/* banner图end */


/* 产品banner图 */
.productList {
  height: inherit;
  overflow: hidden;
  position: relative;
}

.productList li {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.productList li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .productList {
    height: 56.25vw;
  }
}

/* 产品banner图end */


/* banner图 */
.honorList {
    width: 90%;
  height: inherit;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.honorList li {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
    .honorList li .imgBox{
        padding-bottom:73%;
    }


@media (max-width: 992px) {

}

/* banner图end */

/*产品*/
.product {
  
}
    .product .myTableCell {
        position: relative;
    }
    .product .myTableCell .index-title{
        position: absolute;
        left: 50%;
        top: 50px;
        transform: translateX(-50%);
        z-index: 2;
    }
.product .type{
    font-size: 24px;
    color: #014ba2;
}
    .product .type ul {
        text-align: center;
    }
    .product .type li {
        display: inline-block;
        margin: 15px;
        line-height: 30px;
        padding: 10px 40px;
        border-radius: 50px;
        background-color: #fff;
    }
    .product .list {
        margin-top: 30px;
    }
    .product .list li{
        float: left;
        width: 21%;
        margin: 0 2%;
        float: left;
        text-align: center;
    }

        .product .list li .imgBox {
            padding-bottom: 120%;
            background-color: #fff;
            border-radius: 30px;
        }
        .product .list li span {
            display: block;
            font-size: 20px;
            color: #fff;
            margin-top: 15px;
        }
    .product .more {
        text-align: center;
    }
        .product .more a {
            display: inline-block;
            border: 1px solid #fff;
            width: 240px;
            height: 40px;
            line-height: 40px;
            border-radius: 40px;
            font-size: 18px;
            color: #fff;
            margin-top: 40px;
        }
@media (max-width: 768px) {

    .product .myTableCell .index-title {
       position: initial;
       top: initial;
       left: initial;
       transform: inherit;
    }
    .product .type {
        font-size: 16px;
    }
  .product .type li {
    margin: 8px;
    line-height: 16px;
    padding: 8px 28px;
    border-radius: 50px;
  }
    .product .list li {
        width: 46%;
        margin-bottom: 3%;
    }
        .product .list li .imgBox {
            border-radius: 14px;
        }
        .product .list li span {
            font-size: 14px;
        }
    .product .more a {
        width: 224px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    }
}
/*产品*/


/*公司介绍*/
.about {
  height: inherit;
  overflow: hidden;
}

.about .l {
  overflow: hidden;
  height: 100%;
  background: url("../Images/about-bg.jpg?v=2") no-repeat center center / cover;
}

.about .r {
  float: right;
  width: 50%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background: url("../Images/about-bg2.jpg") no-repeat center center / cover;

}

.about .r .tBox {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  box-sizing: border-box;
}

.aboutMain {
  width: 80%;
  margin: 0 auto;
}

.aboutMain .aboutCont {
  color: #666666;
}

.aboutMain .aboutCont .companyName {
    color: #014ba2;
}
.aboutMain .aboutCont .companyName span {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.aboutMain .aboutCont .companyName i {
  display: block;
  font-size: 18px;
}
.aboutMain .aboutCont .companyName a{
    float: right;
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333333;
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-top: 30px;
}

.aboutMain .aboutCont .companyInfo {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
}

.aboutMain .aboutImg {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
  position: relative 
}
    .aboutMain .aboutImg li,
    .aboutMain .aboutImg li img{
        width: 100%;
    }


@media (max-width: 1550px) {
  .aboutMain {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
    .aboutMain .aboutCont .companyInfo {
        height: 7.2em;
        overflow: hidden;
    }
  .aboutMain {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .about .r {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    background: url("../Images/about-bg2.jpg") no-repeat center center / cover;
  }

  .about .r .tBox {
    padding-top: 0;
    display: block;
  }

  .aboutMain .aboutCont .companyName span {
    font-size: 20px;
  }

  .aboutMain .aboutCont .companyName i {
    font-size: 12px;
  }

  .aboutMain .aboutCont .companyInfo {
    font-size: 13px;
    margin-top: 20px;
  }

  .aboutMain .aboutImg {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .aboutMain .aboutCont {
    margin-top: 20px;
  }
  .aboutMain .aboutCont .companyName a {
    width: 117px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin: 20px auto 0;
    float: none;
}
}
/*公司介绍*/


/*证书*/
.honor {
    background: url(../Images/honor-bg.jpg) no-repeat center center / cover;
}
    .honor .list li{
        width: 30%;
        margin-left: 5%;
        margin-top: 1%;
        margin-bottom: 1%;
        float: left;
    }
        .honor .list li:nth-child(3n+1) {
            margin-left: 0;
        }
    .honor .list li .imgBox{
        padding-bottom: 73%;
    }
@media (max-width: 768px) {
    .honor .list li{
        width: 46%;
    margin: 0 2% 3% !important;
    }
}
/*证书*/

/*历程*/
.course {
    background: url(../Images/course-bg.jpg?v=1) no-repeat center center / cover;
}
/*历程*/

/*新闻*/
.news {
    background: url(../Images/news-bg.jpg) no-repeat center center / cover;
}
.newsList {
    position: relative;
}
.newsList .newsImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../Images/news-img.jpg) no-repeat center center / contain;
}
.newsList ul {
    width: 50%;
    float: right;
    padding-left: 60px;
    box-sizing: border-box;
}
.newsList ul li{
    background: url(../Images/nl-img.png) no-repeat right center;
    padding: 20px 50px 20px 0;
    border-bottom: 1px solid #000;
}
.newsList ul li .newsTime{
    color: #333;
    font-size: 20px;
}
    .newsList ul li .newsInfo {
        color: #333;
        font-size: 20px;
        margin-top: 15px;
    }
.newsList ul li:hover .newsTime{
    color: #014ba2;
}
    .newsList ul li:hover .newsInfo {
        color: #014ba2;
    }
    .newsList ul li:hover {
    background: url(../Images/nl-img2.png) no-repeat right center;
        
    }
.newsList ul li:hover a{
    color: #014ba2;
}
.newsL2 {
    margin-top: 30px;
}
.newsL2 li{
    float: left;
    width: 26%;
    margin-left: 11%;
}
.newsL2 li:first-child {
    margin-left: 0;
}
.newsL2 ul li .newsTime{
    color: #333333;
    font-size: 20px;
}
    .newsL2 ul li .newsInfo {
        color: #333333;
        font-size: 20px;
        margin-top: 10px;
    }
    .newsL2 li:hover ,
    .newsL2 li:hover a{
        color: #014ba2;
    }
.mNewsL {
    background-color: #014ba2;
    color: #fff;
    padding: 20px;
    overflow: hidden;
}
    .mNewsL .newsInfo {
        margin-top: 10px;
    }
    .mNewsL .newsTitle {
        width: 60%;
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: bold;
    }
 .mNewsL .newDetail,
 .mNewsL2 .newDetail {
     display: -webkit-box;

                -webkit-box-orient: vertical;

                -webkit-line-clamp: 2;

                overflow: hidden;
}
.news2-pagination {
    position: relative;
    top: 10px;
}
.mNewsL2 {
    padding: 20px;
}
    .mNewsL2 li {
        padding: 15px 0;
    }
 .mNewsL2 .newsInfo {
        margin-top: 10px;
    }
    .mNewsL2 .newsTitle {
        width: 60%;
        margin-bottom: 6px;
        font-size: 18px;
        font-weight: bold;
        color: #888888;
    }
    .mNewsL2 .newDetail {
        color: #999;
    }
@media (max-width: 768px) {
  
}
/*新闻*/

/*方案*/
.programme.p1 {
    background: url(../Images/1-bg.jpg) no-repeat center center / cover;
}
.programme.p2 {
    background: url(../Images/2-bg.jpg) no-repeat center center / cover;
    text-align: right;
}
.programme .pm {
    width: 850px;
    max-width: 100%;
    background-color: rgba(255,255,255,.8);
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 5%;
}
.programme.p2 .pm {
    margin-right: 5%;
    margin-left: auto;
}
.programme .t1 {
    font-size: 20px;
    color: #666666;
}
.programme .t2 {
    margin-top: 100px;
}
    .programme .t2 img {
        max-width: 100%;
    }
.programme .t2 span{
    line-height: 1.2em;
    font-size: 70px;
    color: #014ba2;
    font-weight: bold;
}
.programme .t2 small{
    display: block;
    font-size: 36px;
    color: #666666;
    text-transform: uppercase;
    margin-top: 20px;
}
.programme .icon {
    margin-top: 100px;
}
.programme .icon li{
    float: left;
    width: 25%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.programme .icon li .imgBox{
    width: 100%;
    padding-bottom: 100%;
}
    .programme .icon li span {
        font-size: 20px;
        color: #666666;
        margin-top: 15px;
        display: block;
    }
@media (max-width: 992px) {
    .programme .pm {
        padding: 50px;
        margin-left: auto !important;
        margin-right: auto !important;

    }
}
@media (max-width: 768px) {
    .programme .pm {
        padding: 15px;
        background-color: rgba(255,255,255,.6);
    }
    .programme .t1 {
        font-size: 15px;
    }
    .programme .t2 {
        margin-top: 40px;
    }
    .programme .t2 span {
        font-size: 22px;
    }
        .programme .t2 small {
        font-size: 18px;
            margin-top: 10px;
        }
    .programme .icon {
        margin-top: 40px;
    }
    .programme .icon li {
        font-size: 10px;
            padding: 2px;
    }
    .programme .icon li .imgBox {
        width: 77%;
        padding-bottom: 77%;
        margin: 0 auto; 
    }
    .programme .icon li span {
        font-size: 14px;
        margin-top: 10px;
    }
}
/*方案*/

.fa {
  background: url(../Images/fa-bg.jpg?v=2) no-repeat center center / cover;  
}
.fa .list li{
    width: 48%;
    float: left;
    margin-left: 4%;
}
    .fa .list li:first-child {
        margin-left: 0;
    }
    .fa .list li .imgBox{
        padding-bottom: 64%;
    }
    .fa .list li .ttt {
        background-color: #fff;
        text-align: center;
        color: #666;
        font-size: 24px;
        padding: 10px;
    }
    .fa .list li .ttt span{
        font-weight: bold;
        display: block;
    }
@media (max-width: 1000px) {
    .fa .list li .ttt {
        font-size: 20px;
    
    }
}
@media (max-width: 768px) {
    .fa {
  background: none;  
}
        .fa .iMain {
            padding: 0;
        }
     .fa .mySection {
        padding-bottom: 0;
    }
    .fa .list li{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .fa .list li .ttt {
        font-size: 16px;
        padding: 10px;
        /*background-color:#014ba2;
        color: #fff;*/
    }
}



.index-contact {
    padding: 4% 0;
}
.index-contact .but-tel {
  width: 520px;
  max-width: 90%;
  height: 62px;
  line-height: 62px;
  background: #0088ff;
  background: linear-gradient(#00b5ff, #0088ff);
  background: -webkit-linear-gradient(#00b5ff, #0088ff);
  background: -o-linear-gradient(#00b5ff, #0088ff);
  background: -moz-linear-gradient(#00b5ff, #0088ff);
  margin: 0 auto;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.index-contact ul {
  margin-top: 66px;
  text-align: center;
  padding: 0 20px;
}
.index-contact ul li {
    float: left;
    width: 25%;
  height: 76px;
  text-align: left;
  padding: 0 15px 0 62px;
  box-sizing: border-box;
}
    .index-contact ul li p {
        font-size: 20px;
        color: #808080;
    }
.index-contact ul li h6 {
    font-weight: bold;
  font-size: 20px;
}
.index-contact #c-li1 {
  background: url("../images/ci (1).png") no-repeat 0 center;
}
.index-contact #c-li2 {
  background: url("../images/ci (2).png") no-repeat 0 center;
}
.index-contact #c-li3 {
  background: url("../images/ci (3).png") no-repeat 0 center;
}
.index-contact #c-li4 {
  background: url("../images/ci (4).png") no-repeat 0 center;
}

@media (max-width:1000px) {
    .index-contact ul li {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .index-contact .but-tel {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .index-contact ul {
        width: 80%;
        margin: 50px auto 0;
    }
    .index-contact li {
        background-size: 40px 40px !important;
    }
    .index-contact ul li {
        width: 100%;
        display: block;
        height: auto;
        margin: 15px 0;
        padding-left: 60px;
    }
        .index-contact ul li h6 {
            font-size: 16px;
        }
        .index-contact ul li p {
            font-size: 14px;
        }
}


/*企业标签*/
.bq {
    background: url(../Images/bq-bg.jpg?v=2) no-repeat center center / cover;
}
    .bq .cont ul {
        text-align: center;
    }
.bq .cont li{
    float: left;
    width: 29%;
    margin: 2%;
}

.bq .cont li .liBox{
    width: 100%;
    position: relative;
}
    .bq .cont li .liBox img {
        width: 100%;
    }
    .bq .cont li .liBox .txt{
        position: absolute;
        top: 5%;
        left: 10%;
        width: 80%;
        color: #fff;
        text-align: left;
    }
    .bq .cont li .liBox .txt span{
        display: block;
        font-size: 24px;
    }
        .bq .cont li .liBox .txt small {
            display: block;
            font-size: 16px;
            margin-top: 10px;
        }
@media (max-width: 768px) {
    .bq {
        background: none;
    }
    .bq .cont.mbqCont {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
    .bq .cont.mbqCont li {
        margin: 0;
    }
        .bq .cont li {
            width: 100%;
            margin: 10px 0;
        }
    .bq .cont li .liBox .txt span {
        font-size: 20px;
    }
    .bq .cont li .liBox .txt small {
        font-size: 14px;
    }
    .newsList .newsImg {
        position: relative;
        width: 100%;
        height: 60vw;
    }
}