﻿.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
    padding: 0 7.5px;
}
body {
    height: 100%
}
.swiper-pagination-bullet{
    background-color: #007aff!important;
    opacity: .5!important;
}
.swiper-pagination-bullet-active{
    opacity: 1!important;
}

.swiper-container{
    width:100%;
}
.swiper-wrapper img{
    width:100%;
    height:7.52rem;
}
.swiper-wrapper .banner-titl{
    background-color: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);	/* IE 9 */
-moz-transform:translate(-50%,-50%);	/* Firefox */
-webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
-o-transform:translate(-50%,-50%);	/* Opera */
    padding: 35px 58px;
    text-align: center;
    max-width: 80%;;
}
.swiper-wrapper .banner-titl p:nth-child(1){
    font-size: 36px;
    border-left: 6px solid #2eaefd;
    padding: 0 14px;
    line-height: 1;
    max-width: 100%;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}
.swiper-wrapper .banner-titl p:nth-child(2){
    font-size: 12px;
    line-height: 1.8;
}
/* 案例展示 */
.caseBox{
    overflow: hidden;
    padding-bottom:60px;
    background:#fff;
}
.caseBox ul{
display:block;
overflow:hidden
}
.caseBox li{
    width:20%;
    padding: 0 9px;
float:left;
}
.caseBox li img{
    width:100%;
    height:100%;
}
.caseBox li .caseTitle{
    text-align: center;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}
/* 案例展示 end*/ 
/* Exhibition */
.ExhibitionBox{

    color:#fff;
    text-align: center;
    padding:0.5rem 0;
}
body {
    background: url("../images/ExhibitionBox.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.ExhibitionBox .imgBox{
    padding:15px 0;
}
/* Exhibition end*/
/* 动态 */
.dynamicBox {
    background:#fff;
}
    .dynamicBox .title p {
        text-align: left;
    }
.dynamicBox .leftBox .imgBox{
    width:100%;
    display:block;
}
    .dynamicBox .leftBox .imgBox img {
        display:block;
        width:100%;
        height:100%;
    }
    .dynamicBox .leftBox > .title, .dynamicBox .rightBox > .title {
        display: inline-block;
    }
.dynamicBox .title p:nth-child(2){
    text-align: center;
}
.dynamicBox img{
    width: 100%;
}
.dynamicBox .title1{
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 20px 0;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}
.dynamicBox .txt{
font-size: 12px;
color: #666;
line-height:21px;
height:42px;
overflow:hidden;
}
.dynamicBox time{
    padding-top: 14px;
    font-size: 12px;
color: #666;
}
    /* 行业动态  */
    .dynamicBox .newsListBox,.dynamicBox .rightBox .title{
        padding-left: 30px;
    }
    .dynamicBox .newsListBox{
        height: calc(100% - 142px);
        min-height: 340px;
        position:relative;
    }
    .dynamicBox .newsListBox ul{
    }
    .dynamicBox .newsListBox li{
        padding-left: 4.2%;
        position: relative;
    }
    .dynamicBox .newsListBox li::after{
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #0f79fc;
        top: 50%;
        left: 0;
        transform: translateY(-50%);

    }
    .dynamicBox .newsListBox li a{
        display: block;
       overflow: hidden;
       height: 49px;
       position: relative;
    }
    .dynamicBox .newsListBox li span{
        display: block;
    }
    .dynamicBox .newsListBox li a span.content{
        font-size: 18px;
        float:left;
        color: #333;
        width: 78.8%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        line-height: normal;
    }
    .dynamicBox .newsListBox li a span.time{
        font-size: 12px;
        color: #666;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        line-height: normal;
    }
    /* 行业动态 end*/
/* 动态 end */
/* 关于我们 */
.aboutBox {
    background:#fff;
}
.aboutBox img {
    width: 100%;
}
.aboutBox .rightBox .title{
    padding-top: 0;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    height: 88px;
    line-height: 88px;
    overflow: hidden;    
    text-overflow:ellipsis;    
    white-space: nowrap;
}
.aboutBox .rightBox  .content{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.aboutBox .rightBox  .content .txt{
    overflow: hidden;
}
.aboutBox .rightBox .moreBox{
    margin-top: 74px;
}
.aboutBox .rightBox .more{
    width:120px;
    height:36px;
    display: block;
    border: 1px solid #0f79fc;
    color: #0f79fc;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.aboutBox .rightBox .more:hover{
    color: #fff;
}
/* 关于我们 end*/
/* 表单 */

.inputBox{
    border: 1px solid #b3b3b3;
    padding: 10px;
}
.inputBox input{
    font-size: 14px;
    width: 100%;
}
.tips{
    height:26px;
    line-height: 26px;
    text-indent: 5px;
    font-size: 12px;
    color: red;
}
.textareaBox{
    border: 1px solid #b3b3b3;
    padding: 10px;
    height:118px;
}
.textareaBox textarea{
    height: 100%;   
    width: 100%; 
}
.submit{
    float: right;
    width: 25%;
    max-width: 182px;
    line-height:46px;
    text-align:center;
    background-color: #2eaefd;
    color: #fff;
    cursor: pointer;
    border: 1px solid #2eaefd;
}
.codeBox,.codeImg{
    display: inline-block;
    width:26%;
    max-width: 188px;
}
.codeImg{
    cursor: pointer;
    margin-left: 6px;
    height: 46px;
}
/* 表单 end */
/* 联系我们 */
.contactBox {
background:#fff;
padding-bottom:1.2rem;
}
.contactBox .contacts-right {
    line-height: 32px;
    position: relative;
    height: 346px;
}
.contacts-right .contacts-right-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
-ms-transform:translateY(-50%); 	/* IE 9 */
-moz-transform:translateY(-50%); 	/* Firefox */
-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
-o-transform:translateY(-50%); 	/* Opera */
}
.contacts-right .contacts-right-content p{
    padding:12px 0;
}
.contactBox .formBox{
    margin-top: 60px;
}
/* 联系我们 */
.bannerBox {
    margin-top: 186px !important;
    background:#fff;
}
.bounceInRight {
    padding-left: 0.23rem;
}
.bounceInLeft {
    padding-right: 0.23rem;
}
footer {
    margin-top:0;
}