@charset "utf-8";

/*base*/
a.more{
    font-size: 14px;
    font-family: Arial;
    padding: 2px 30px;
    border-radius: 18px;
}
/*banner*/
#owl-banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-banner .item {
    display: block;
}
#owl-banner img {
    display: block;
    width: 100%;
}
#owl-banner .owl-controls{
    position: absolute;
    left: 80%;
    bottom: 2%;
}
#owl-banner  .owl-controls .owl-page span{
    background: #fff;
}

/*product*/
.product{
    padding: 5% 0;
}

#owl-pro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-pro .item {
    display: block;
    margin: 5px;
}
#owl-pro a.proImg{
    border: 1px solid #dcdada;
    display: block;
    border-radius: 100%;
    padding: 15%;
}
#owl-pro a.proText{
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #636665;
    font-size: 14px;
    font-family: "Adobe 黑体 Std R";
}
#owl-pro img {
    display: block;
    width: 100%;
}

#owl-pro .owl-controls .owl-buttons div{
    background: transparent;
}
#owl-pro .owl-controls{
    margin-top: 0;
    position: absolute;
    top: 35%;
    width: 100%;
}
#owl-pro .owl-prev{
    position: absolute;
    left: -8%;
}
#owl-pro .owl-next{
    position: absolute;
    right: -8%;
}


/*about*/
.about{
    background: url("../images/i/about_bg.jpg") no-repeat center;
    padding: 7% 0 4%;
}
@media screen and (min-width: 1367px) and  (max-width: 1530px)  {
    .about{
        padding: 11% 0 4%;
    }
}
@media screen and (min-width: 992px) and  (max-width: 1366px)  {
    .about{
        padding: 12% 0 4%;
    }
}

.about .abouth3{
    color: #313541;
    font-size: 30px;
    font-family: Aparajita;
}
.about a.more{
    border:1px solid #5dac18;
    color: #5dac18;
}
.about .about-text{
    text-indent: 2em;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: "Adobe 黑体 Std R";
}
.about .zs{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 5%;
}
.about .zs img{
   margin:0  4%;
}
.mb25{
    margin-bottom: 25px;
}
.mt25{
    margin-top: 25px;
}
.equipment{
    padding: 3% 0;
    background: url("../images/i/sb_bg.jpg") no-repeat center;
}
.equipment .more{
    color: #fff;
    border: 1px solid #5dac18;
    background-color: #5dac18;
}
.equipment .more:hover{
    background-color: #fff;
    color: #5dac18;
}
.equipment .sb-item{
    position: relative;
    padding: 0;
    float: left;
    box-shadow: 0px 0px 13px 0px rgba(13, 5, 9, 0.17);

}
.equipment .sb-items img{
    width: 100%;
    max-width: 100%;
}
@media (min-width: 992px){
    .equipment .col-md-3 {
        width: 22.5%;
    }
    .equipment .col-md-5 {
        width: 38%;
    }
    .equipment .col-md-4 {
        width: 34.5%;
        padding: 0;
        margin: 0 1%;
    }
}

.equipment .sb-item span {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: url(../images/i/sbrt.png) no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 16px;
    font-family: "Adobe 黑体 Std R";
    height: 46px;
    width: 200px;
    text-align: center;
    line-height: 46px;
}

/*news*/
.news{
    padding: 5% 0;
}
.news  a.more{
    color: #5dac18;
    border: 1px solid #5dac18;
}
.news ul{
    padding-left: 0;
    list-style: none;
}
.news-con{
    padding: 5% 0;
}
.date{
    width: 18%;
    color: #5dac18;
    font-size: 14px;
    font-family: "Adobe 黑体 Std R";
    border: 1px solid #5dac18;
    padding: 2px 5px;
    text-align: center;
    border-radius: 18px;
}
.news-left ul li{
    padding-right: 2%;
}
.news-left ul li:hover>span.date{
    background: #5dac18;
    color: #fff;
}
.news-left ul li:hover>.news-list >a.news-title{
    color: #5dac18;
    text-decoration: none;
}
.news-list{
    width: 82%;
    padding-left: 15px;
}
.news-title{
    color: #313131;
    font-size: 16px;
    line-height: 18px;
    font-family: "Adobe 黑体 Std R";
    letter-spacing: 1px;
    display: block;
    border-bottom: 1px dashed #c6c5c5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.news-title:hover{
    color: #5dac18;
    text-decoration: none;
}
.news-summary{
    letter-spacing: 1px;
    color: #c6c5c5;
    font-size: 13px;
    line-height: 20px;
    font-family: "Adobe 黑体 Std R";
}

/*media*/
@media screen and (max-width: 767px){
    .owl-controls{
        display: none!important;
    }
   .mb0{
       margin-bottom: 0;
   }
    .about .abouth3{
        text-align: center;
    }
    .about{
        background: url("../images/i/about_bg1.jpg") no-repeat center;
    }
    .about .zs{
        margin-bottom: 5%;
    }
    .about .zs img {
        margin: 0 4%;
        width: 29%;
        height: 29%;
    }

    .equipment .sb-item{
        float: none;
    }
}