
/* 关于我们 */
.about {
    background: url(../img/about.bg.jpg) no-repeat center;
    padding: 20px 0;
    
}

.about>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;

}

.about-left
 {
    width: 55%;
    padding: 0 10px;
}
.about-right{
    width: 40%;
}
.about-left{
    margin-top: 40px;
}
.about-left>h3 {
    font-size: 28px;
    color: #333;
    line-height: 30px;
    margin-bottom: 20px;
}

.about-left>p {
    color: #666;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
}

.about-left>a {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: #276dae;
    border-radius: 5px;
    margin-top: 40px;
}
.message-con{
    width: 100%;
    padding: 30px 0;
    margin: 30px 0;
    box-shadow: 0px 2px 5px 5px rgba(0, 0, 0, 0.11);
}
.message-con>form{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}
.message-con>p{
    font-size: 26px;
    font-weight: block;
    text-align: center;
}
.form-group{
    width: 100%;
    margin:15px 30px;
    padding: 5px;
}
.form-group input,.form-group1 textarea{
    padding: 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    
    display: block;
    width: 95%;
    height: 34px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-group1{
    width: 100%;
    margin: 10px 30px;
    padding: 5px;
}
.form-group1 textarea{
    width: 95%;
    height: auto;
}
.submit{
    background: #EA4335;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 100px;
    margin: 0 auto;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.message-bd{
    height: 30px;
}
.message-con img{
    height: 35px;
}


/* 产品中心 */
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;

}

.nbs-flexisel-item {
    float: left;
    margin-right: 8px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    /*max-width:100px;
        max-height:45px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../img/button-previous.png) no-repeat;

}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../img/button-next.png) no-repeat;
}

a.cm-overlay {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.gimg:hover {
    -webkit-transform: scale(1.18);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
}
.w3_tab_img_left{
    border:solid 1px #ccc;
    margin: 10px 0;
}
.w3_tab_img_left .agile-gallery-info p {
    margin: 30px 0;
}

.w3_tab_img_left .agile-gallery-info {
    transition: .5s
}

.w3_tab_img_left:hover .agile-gallery-info {
    color: #0258a7;
    margin-top: 5px;
}



.product1{
    margin: 50px 0 0;
    background: #f5f5f5;
    padding: 30px 0;
}
.title{
    text-align: center;
}
.title>span{
    display: block;
}
.title>img{
    width: 130px; 
}
.title>ul{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}
.title>ul>li{
    display: inline-block;
    padding: 10px 20px;
}
.title>ul>li>a{
    color: #333;
    font-size: 14px;
}



.product1>div>ul{
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
.product1>div>ul>li{
    width: 32%;
    margin: 10px 0;
}
.product1>div>ul>li img{
    width: 100%;
    border:solid 1px #ccc;
    border-radius: 5px;
}
.product1>div>ul>li p{
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    border:solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
}
.small-banner{
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
.small-banner>.small-img{
    width: 48%;
}
.small-banner>.small-img>img{
    width: 100%;
    display: block;
}
.small-banner>.small-con{
    width: 47%;
    padding: 27px 30px;
}
.small-banner>.small-con>div{
    width: 26%;
}
.small-banner>.small-con>div>img{
    width: 100%;
    display: block;
}
.small-banner>.small-con>h2{
    padding: 20px 0;
}
.small-banner>.small-con>p{
    border-top: 1px solid #000;
    padding-top: 20px;
    text-align: justify;
    line-height: 26px;
}
/* news */
.news .title{
    margin-bottom: 20px;
}
.news{
    padding: 30px 0;
    background: #f5f5f5
}
.news ul{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.news li{
    width: 31.7%;
    box-shadow: 0 0 13px -2px #999;
    margin: 10px;
}
.news li img{
    width: 100%;
    display: block;
}
.news-content{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 10px;
    transition: 1s;
}
.news-content span{
    font-size: 13px;
    color: #000;
    padding: 5px 0;
}
.news-content i{
    padding-right: 3px;
    font-size: 13px;
    padding-top: -5px;
}
.news-content h3{
    font-size: 20px;
    padding: 5px 0;
    color: #000;
    width: 100%;
}
.news-content>p{
    font-size: 14px;
    padding: 20px 0;
    color: #333;
}
.news-content>h4{
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    font-weight: normal;
}

.mob-ban{
    display: none;
}
.mob-ban>img{
    width: 100%;
    display: block;
}
@media all and (max-width:768px) {
    .carousel{
        display: none;
    }
    .mob-ban{
        display: block !important;
    }
    .news li{
        width: 100%;
    }
    .about{
        padding: 0 0 20px !important;
    }
    .about-left{
        width: 100% !important;
        margin-top: 0 !important;
        padding-top: 20px;
    }
    .about-right{
        width: 100% !important;
    }
    .title>ul>li{
        width: 49%;
        padding: 0 !important;
    }
    .product1>div>ul{
        padding: 0 10px;
    }
    .product1>div>ul>li{
        width: 49% !important;
    }
    .product1>div>ul>li img{
        width: 99% !important;
    }
    .small-banner>.small-img{
        width: 100% !important;
    }
    .small-banner>.small-con{
        width: 100% !important;
        padding: 10px !important;
    }
    
}