﻿

/*产品*/

.prodctTypeList li {
    width: 24%;
    margin: 0 .5% 1% .5%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.prodctTypeList li .imgBox {
    width: 100%;
    padding-bottom: 114%;
    overflow: hidden;
}

.prodctTypeList li .imgBox img {
    width: 100%;
    height: 100%;
}

.prodctTypeList li span {
    position: absolute;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    background-color: rgba(0, 0, 0, .5);
    font-size: 14px;
    text-align: center;
    color: #fff;
    bottom: 0;
    left: 0;
}

@media (max-width: 768px) {
    .productBox {
        display: none;
    }

    .prodctTypeList li {
        width: 48%;
        margin: 0 1% 2% 1%;
    }
    .prodctTypeList li span {
        height: 30px;
        line-height: 30px;
    }
}

/*产品end*/

/*产品-mobile*/
.productBox-m{
    display: none;
    overflow: hidden;
    background-color: #e8e8e8;
    margin-top: 15px;
}
.productBox-m .list {
    padding: 0 10px;
}
.productBox-m .list li{
    margin-top: 30px;
}
.productBox-m .list li .imgBox{
    padding-bottom: 108.8%;
    margin-top: 10px;
}
.productBox-m .list .en,
.productBox-m .list .ch{
    font-weight: bold;
    font-size: 19px;
    margin-top: 0.6em;
}
.productBox-m .list .slogan {
    font-size: 13px;
    margin-bottom: 15px;
}
.productBox-m .list .slogan span{
    display: block;
    margin-top: 0.6em;
}
@media (max-width: 768px) {
    .productBox-m {
        display: block;
    }
}
/*产品-mobile end*/


/*btnList-m*/
.btnList-m{
    display: none;
}
.btnList-m li{
    float: left;
    width: 50%;
    height: 100px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #eee;
    font-size: 16px;
}
.btnList-m li a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #585858;
}
@media (max-width: 768px) {
    .btnList-m{
        display: block;
    }
}
/*btnList-m end*/


/*imgBtnList*/

.imgBtnList {
    height: 544px;
    margin-top: 6%;
}

.imgBtnList .imgLi {
    position: relative;
    float: left;
    border: 5px solid #fff;
    background: #000;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.imgBtnList .imgLi span {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #eaa521;
    font-weight: bold;
}
.imgBtnList .imgLi a{
    color: #eaa521;
    display: block;
    height: 100%;
    width: 100%;
}

.imgBtnList .imgLi.imgLi1 {
    width: 50%;
    height: 100%;
    background-image: url("../Images/imgBnt-1.jpg");
}

.imgBtnList .imgLi.imgLi2,
.imgBtnList .imgLi.imgLi3 {
    width: 25%;
    height: 50%;
}

.imgBtnList .imgLi.imgLi4 {
    width: 50%;
    height: 50%;
    background-image: url("../Images/imgBnt-4.jpg");
}

.imgBtnList .imgLi.imgLi2 {
    background-image: url("../Images/imgBnt-2.jpg");
}

.imgBtnList .imgLi.imgLi3 {
    background-image: url("../Images/imgBnt-3.jpg");
}

@media (max-width: 1000px) {
    .imgBtnList {
        height: 420px;
    }
}

@media (max-width: 850px) {
    .imgBtnList {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .imgBtnList {
        display: none;
        height: 200px;
    }
    
    .imgBtnList .imgLi
    {
        background-image: none !important;
        background-color: #fff;
        border-color: #eee;
        border-width: 2px;
    }
    .imgBtnList .imgLi
    {
        width: 50% !important;
        height: 50% !important;
        text-align: center;
        

    }
    .imgBtnList .imgLi a
    {
        display: flex;
          justify-content: center;
          align-items: center;
          color: #585858;
        }
    .imgBtnList .imgLi span
    {
        position: initial;
          color: #585858;
    }
}

/*imgBtnList end*/

/*流程*/

.processBox {
    background: url("../Images/process-bg.jpg") no-repeat center center / cover;
    overflow: hidden;
    padding-bottom: 4%;
    margin-top: 6%;
}

.processBox .modularTitle {
    color: #eaaa2f;
}

.processBox .list li {
    float: left;
    width: 20%;
}

.processBox .list li .imgBox {
    width: 60%;
    padding-bottom: 60%;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.processBox .list li span {
    display: block;
    color: #eaaa2f;
    font-size: 20px;
    text-align: center;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .processBox .list{
        text-align: center;
        padding-top: 4%;
    }
    .processBox .list li{
        float: none;
        width: 30%;
        display: inline-block;
        margin-bottom: 10px;
    }
     .processBox .list li span{
         font-size: 12px;
     }
}

/*流程end*/

/*优势*/
.advantageBox{
    margin-bottom: 4%;
}
.advantageBox .list li {
    float: left;
    width: 32%;
    margin: 0.5%;
    border: 1px solid #696969;
    text-align: center;
    padding-bottom: 2em;
}



.advantageBox .list li .imgBox {
    padding-bottom: 82%;
    border-bottom: 1px solid #dadada;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.advantageBox .list li .img1{
        background-image: url("../Images/advantageM-1.jpg");
    }

    .advantageBox .list li .img2{
        background-image: url("../Images/advantageM-2.jpg");
    }

    .advantageBox .list li .img3{
        background-image: url("../Images/advantageM-3.jpg");
    }

    .advantageBox .list li .img4{
        background-image: url("../Images/advantageM-4.jpg");
    }

    .advantageBox .list li .img5{
        background-image: url("../Images/advantageM-5.jpg");
    }

    .advantageBox .list li .img6{
        background-image: url("../Images/advantageM-6.jpg");
    }

.advantageBox .list li .icon {
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #eaaa2f;
    margin: 10% auto 0;
}
.advantageBox .list li .en {
    font-size: 14px;
    display: block;
    margin-top: 10%;
}

.advantageBox .list li .ch {
    display: inline-block;
    font-size: 30px;
    padding: 0 0.3em;
    margin-top: 5px;
        color: #eaaa2f;
}

.advantageBox .list li p {
    font-size: 14px;
    line-height: 1.8;
    max-width: 85%;
    margin: 1em auto 0;
}
@media (max-width: 1164px) {
    .advantageBox .list li p {
        font-size: 12px;
    }
}
@media (max-width: 768px) {
    .advantageBox .list li{
        padding-bottom: 10px;
        width: 48%;
        margin: 1%;
    }

    

    .advantageBox .list li .icon {
        display: none;
    }
    .advantageBox .list li p {
        display: none;
    }
    .advantageBox .list li .en{
        font-size: 12px;
    }
    .advantageBox .list li .ch{
        font-size: 18px;
        margin-top: 10px;
    }
}

/*优势end*/


/*新闻*/

.newsList li {
    width: 24%;
    margin: 0 .5% 1% .5%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #959595;
    padding: 2% 1%;
}
.newsList li:hover{
box-shadow: 2px 2px 10px #bcbcbc;
}
.newsList li .imgBox {
    width: 100%;
    padding-bottom: 71.6%;
    overflow: hidden;
    margin-top: 15px;
}

.newsList li .imgBox img {
    width: 100%;
    height: 100%;
}

.newsList li .itemTitle {
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}
.newsList li .itemText{
    font-size: 12px;
    color: #434343;
    margin-top: 15px;
    line-height: 1.6em;
}
.newsList li .pubTime{
    font-size: 12px;
    color: #434343;
    text-align: right;
    margin-top: 15px;
}
.newsList li .pubTime-m{
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    width: 6em;
    height: 6em;
    text-align: center;
    border: 1px solid #626262;
    float: left;
    margin-right: 1em;
}
.newsList li .pubTime-m .dd{
    font-size: 1.4em;
}
.newsList li .pubTime-m .yyy-mm{
}
.newsList > img{
    display: none;
    width: 100%;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .newsList{
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .newsList > img{
        display: block;
    }
    .newsList ul{
    }
    .newsList li {
        width: 100%;
        margin: 0;
        border: none;
        padding: 10px;
        margin: 0 -10px;
        box-sizing: content-box;
    }
    .newsList li:nth-child(2n) {
        background-color: #e5e5e5;
    }
    .newsList li span {
        height: 30px;
        line-height: 30px;
    }
    .newsList li .itemText{
        margin-top: 10px;
    }
    .newsList li .imgBox {
        display: none;
    }
    .newsList li .pubTime{
        display: none;
    }
    .newsList li .pubTime-m{
    display: flex;
}
    .newsList li .itemText{
        overflow: hidden;
        height: 3.6em;
    }
}
/*新闻end*/


/********************************************************************/






























/*热搜关键词*/

.hotKeywordsBox {
    border-bottom: #efefef solid 1px;
    overflow: hidden;
}

.hotKeywords {
    line-height: 40px;
    color: #969696;
    overflow: hidden;
}

.hotKeywords a {
    color: #969696;
}

.search
{
    float: right;
    font-size: 0;
}
.search input
{
    padding: 0;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #666;
        vertical-align: top;
    font-family: "微软雅黑";
    margin-top: 5px;
    padding: 0 0.5em;
}
.search input[type=button]
{
    background-color: #666;
    color: #fff;
    line-height: 26px;
}
@media (max-width: 768px) {
    .hotKeywordsBox {
        display: none;
    }
}

/*首页关于我们*/

.aboutBox {
    height: 630px;
    background: #0256ac;
    overflow: hidden;
    position: relative;
}

.aboutBox .aboutImg {
    float: left;
    margin-top: 90px;
    margin-left: 50px;
    z-index: 2;
    position: relative;
}

.aboutBox .redDiv {
    width: 230px;
    height: 545px;
    border: #ff0000 solid 1px;
    position: absolute;
    top: 40px;
    z-index: 1;
}

.aboutBox .text {
    float: right;
    width: 540px;
}

.aboutBox .about .aboutTitle {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-top: 91px;
    text-align: left;
}

.aboutBox .aboutEn {
    font-size: 18px;
    margin-top: 14px;
    color: #fff;
}

.aboutBox .aboutSummary {
    width: 100%;
    height: 400px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.aboutBox .aboutMore {
    width: 90px;
    height: 40px;
    background: #ec0000;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    float: right;
    margin-top: 117px;
}

.aboutBox .aboutSummary p {
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 21px;
}

.aboutBox .aboutSummary p a {
    color: #fff;
}

@media (max-width: 768px) {
    .aboutBox {
        background: #0256ac;
        height: initial;
    }
    .aboutBox .aboutImg {
        margin: 0px;
        width: 100%;
    }
    .aboutBox .aboutEn {
        text-align: center;
    }
    .aboutBox .redDiv {
        display: none;
    }
    .aboutBox .about .aboutTitle {
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    .aboutBox .text {
        width: 100%;
    }
    .aboutBox .aboutMore {
        float: none;
        position: absolute;
        bottom: 20px;
        left: 40%;
    }
    .aboutBox .aboutSummary {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 45px;
        padding: 10px;
        width: initial;
        height: initial;
        font-size: 15px;
    }
}


/*相关信息*/

.relativeBox {
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 40px;
}

.relativeBox li {
    float: left;
    padding: 3px 10px;
}

.relativeBox .relativeList {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .relativeBox li {
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

/*友情链接*/

.friendShipBox {
    padding-bottom: 40px;
}

.friendShipBox li {
    float: left;
    padding: 3px 10px;
}

.friendShipBox .friendShipList {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .friendShipBox {
        display: none;
    }
}



@media (max-width: 768px) 
{
    .projectBox 
    {
        display: none;
    }
}




/*轮播图*/
.swiper-pagination-bullet-active
{
        background: #eaa521;
}