/*轮播图*/
.banner {
   
    overflow:hidden ;
}
.banner img{
    width:100%;
    display: block;

    margin: 0 auto;
}
.banner .flexslider{position:relative; overflow:hidden;}
.slides{position:relative;z-index:1; }
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{width:12px; height:12px; margin:0 5px; display:inline-block; *display:inline;  zoom:1;}
.flex-control-nav a{width:12px; height:12px; line-height:40px; display:inline-block; overflow:hidden; background:url(hover.png) right 0 no-repeat; cursor:pointer;}
.flex-control-nav .flex-active{ background-position:0 0; }
.flex-direction-nav{ width:100%; top:50%; margin-top:-25px; position:absolute;z-index:3;}
.flex-direction-nav li a{ width:50px; height:50px; overflow:hidden; display:block; cursor:pointer; position:absolute;}

/*产品中心*/
.product{
    margin-top: 25px;
    padding: 2% 0;
    background: #f2f2f2  url("bg2.jpg") no-repeat 50% top;
    overflow: hidden;
}
h1.h1{
    font-size: 28px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    line-height: 150%;
}
 p.english{
    font-size: 20px;
    color: #8e8d8f;
    text-align: center;
    margin-bottom: 20px;
}
.pro{
    overflow: hidden;
}
.pro dl{
    width: 30.7%;
    float: left;
    margin-right: 2.45%;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}
.pro dl dt img{
    width: 100%;
    max-width:380px;
    display: block;
}
.pro dl dd{
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 2.4% 0;
    /*height: 40px;*/
    /*line-height: 40px;*/
    background: url("pic-bg.png") ;
}
.pro dl.no-right{
    margin-right: 0px;
}
.pro a{
    color: #333333;
}
.pro  a:hover> dl dd{
    background: #6DBD33;
    color: white;
}

.more{
    width: 120px;
    height: 32px;
    border: 1px solid #78be33;
    text-align: center;
    line-height: 32px;
    margin: 10px auto;
}
.more img{
    margin-left: 10px;
}
.more a{
    color: #454545;
    font-size: 12px;
}
.news{
    padding: 2% 0 2.5%;
    overflow: hidden;
    width: 100%;
}
.news1{
    overflow: hidden;
}
.news1 dl{
    position: relative;
    max-width:285px;
    overflow: visible;
    width:22.75%;
    float: left;
    margin-right: 1.66%;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    /*background: url("../images/jiao1.jpg") 100% 100% no-repeat;*/
    padding-bottom: 7px;
    box-sizing:border-box;
}
.news1 dl dt img{
    width: 100%;
    max-width:285px;
    display: block;
}
.news1 dl dd{
   padding: 0 5%;
    position: relative;
    bottom: -13px;
    right: -1px;
    background: url("jiao1.jpg") 100% 100% no-repeat;
}
.news1 dl.no-right{
    margin-right: 0px;
}
.news1 dl dd .p1{
    color: #333333;
    height: 55px;
    line-height: 55px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news1 dl dd .p2{
    line-height: 180%;
    font-size: 12px;
    color: #666666;
    text-align: justify;
    height: 45px;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news1 a:hover .p1{
    color: #6DBD33;
}
.news1 a:hover dd{
    background: url("jiao2.jpg") 100% 100% no-repeat;
}
.news1 dl dd .p3{
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #989898;
    margin-bottom: 5px;
}
.news1 dl dd .p3 img{
    margin-right: 7px;
    vertical-align: middle;
    margin-bottom: 4px;
}

/*自适应新的样式*/
@media (max-width:830px) {
    /*.news1 dl {*/
        /*width: 30%;*/
        /*margin-right: 3%;*/
    /*}*/
}
@media (max-width:700px){
    .banner {
    }
    .banner img{
        height: 150px;
        display: inline-block;
        width: 120%;
        margin: 0 auto;
    }
    /*轮播图*/
    /*.banner {*/
        /*height: 300px;*/
    /*}*/
    .pro dl{
        width: 47%;
        margin-right: 3%;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .pro dl.no-right{
        margin-right: 3%;
    }
    .news1 dl {
        width: 45%;
        margin-right: 5%;
    }
}

@media (max-width:550px){
    h1.h1{
        margin-top: 10px;
        font-size: 18px;
    }
    p.english{
        font-size: 16px;
    }
}
@media (max-width:400px){

    .news1 dl {
        width:285px;
        display: block;
        margin: 0 10% 20px;
    }
}
@media (max-width:380px){
    .pro dl{
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .pro dl.no-right{
        margin-right: 0;
    }
    .news1 dl {
        margin: 0 6% 20px;
    }
}
@media (max-width:340px){
    .news1 dl {
        margin: 0 3% 20px;
    }
}


