.banner{
    background: url(./innovateHead.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 60px 85px 40px;
}
.banner .con {
    width: 64%;
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    margin-top: 20px;
}
.currentPage {
    padding: 16px 4% 0;
}

.main1{
    margin-top: 100px;
    padding: 80px 4%;
    background-color: #f5f5f5;
}
.main2{
    margin-top: 100px;
    padding: 80px 4% ;
    background-color: #f5f5f5;
}
.main3{
    margin-top: 100px;
    padding: 80px 4% ;
    background-color: #f5f5f5;
}
.main4{
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 80px 4%;
    background-color: #f5f5f5;
}

.dynamicTit{
    text-align: center;
}
.dynamic ul {
    margin-top: 2%;
}

.dynamic ul li {
    line-height: 56px;
}

.dynamic ul li a {
    height: 56px;
}

.dynamic ul li a span {
    width: 86%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #333333;
}

.dynamic ul li a i {
    float: right;
    font-size: 14px;
    color: #999999;
}

.dynamic ul li a:hover span,
.dynamic ul li a:hover i {
    color: #006cef;
}

.brand{
    /* margin-top: 80px; */
}
.brandTit{
    text-align: left;
}
.brandMain{
    margin-top: 4%;
}
.brandMain>div{
    width: 48%;
}
.brandMain>div a img{
    width: 100%;
}

.brandMain>div a{
    position: relative;
    overflow: hidden;
}
.brandMain .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E2006CEF', endColorstr='#E2006CEF');
    background:rgba(0,108,239,0.89);
    text-align: center;
    padding-top: 25%;
    box-sizing: border-box;
    transition: all 0.4s;
    transform: translate(0,104%);
}
.brandMain .mask div{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.brandMain .mask span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: url(./maskJt.png)no-repeat left center;
    background-size: 14px 14px;
    padding-left: 24px;
}

.brandMain>div a:hover .mask{
    transform: translate(0,0);
}

.brandIntr{
    background: #f5f5f5;
    padding: 4% 0;
}

.brandIntr>div{
    padding: 0 4%;
    box-sizing: border-box;
}
.brandIntrTit{
    text-align: center;
    font-size: 18px;
    color: #333333;
    position: relative;
    margin-bottom: 30px;
}
.brandIntrTit::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -12px;
    width: 60px;
    height: 2px;
    background: #006cef;
    margin-left: -30px;
    
}
.brandIntrCon{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
}

.specialTit{
    text-align: center;
}
.specialUl{
    margin-top: 4%;
}
.specialUl ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #f5f5f5;
}
.specialUl ul li:last-child{
    margin: 0;
}
.specialUl .pic{
    height: 330px;
}
.specialUl .pic img{
    width: 100%;
    height: 100%;
}
.specialUlSpan{
    padding: 2% 6%;
    min-height: 60px;
}
.specialUlSpan span{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.innovateBottom{
    margin-top: 90px;
}
.innovateBottom>div{
    width: 48%;
}

.reviewMain{
    margin-top: 6%;
    background-color: #f5f5f5;
    padding: 4%;
}
.reviewMain ul li{
    width: 30%;
    float: left;
    margin: 0 4% 4% 0;
    background-color: #fff;
}
.reviewMain ul li a{
    text-align: center;
    line-height: 200px;
    vertical-align: middle;
    height: 200px;
}

.reviewMain ul li:nth-child(3n){
    margin: 0;
}
.reviewMain ul li img{
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
    width: auto;
}
.review-pagination {
    text-align: center;
}
.review-pagination span{
    width: 14px;
    height: 14px;
    background-color: #006cef;
    opacity: 1;
    margin: 0 10px;
    outline: none;
}
.review-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
    border: 3px #006cef solid;
    box-sizing: border-box;
}

.mechanismMain{
    margin-top: 6%;
    background-color: #f5f5f5;
    padding: 4%;
}

.mechanismMain ul li{
    width: 48%;
    float: left;
    height: 200px;
    margin: 0 2% 4% 0;
    line-height: 200px;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
}
.mechanismMain ul li img{
    width: 100%;
    display: inline-block;
    max-width: 90%;
    max-height: 90%;
}
























