/*焦点图样式 开始*/
.banner{
    width: 100%;
    height: 550px;
}
.banner-img{
    width: 100%;
    height: 500px;
    position: relative;
}
.banner-img ul li{
    width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.banner-img ul li a{
    width: 100%;
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img ul li img{
    display: none;
}
.banner-tip ul{
    overflow: hidden;
    margin: 0 auto;
}
.banner-tip ul li{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #dfdfdf;
    float: left;
    margin: 18px 5px;
    cursor: pointer;
}
.banner-tip ul li.on{
    background: #19acb8;
}
/*焦点图样式 结束*/

/*搜索样式 开始*/
.search{
    height: 50px;
    overflow: hidden;
}
.search-title{
    font-size: 18px;
    color: #343434;
}
.search-keywords{
    padding-left: 20px;
    width: 700px;
    height: 50px;
    overflow: hidden;
    color: #868686;
}
.search-keywords a{
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #868686;
}
.search-keywords a:hover{
    text-decoration: underline;
    color: #19acb8;
}
.search-bar{
    width: 300px;
    height: 34px;
    margin: 8px 0;
}
.search-bar input{
    width: 264px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #0089DE;
    outline: none;
    text-indent: 6px;
    display: block;
    float: left;
}
.search-bar .subm{
    width: 34px;
    height: 34px;
    display: block;
    float: left;
    background: #0089DE url("../img/tubiao.png") no-repeat -37px -14px;
}
.search-bar input.subm:hover{
    background-color: #0089DE;
}
/*搜索样式 结束*/

/*产品展示样式 开始*/
.product{
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding: 50px 0 20px;
    overflow: hidden;
    background: url("../img/bg.jpg") no-repeat;
}
.pro-title h2{
    height: 50px;
    background: url("../img/tubiao.png") no-repeat 350px -62px;
    margin-bottom: 45px;
}
.pro-con ul li{
    width: 244px;
    height:261px;
    background: #ededed;
    float: left;
    margin-right: 36px;
    margin-bottom: 35px;
    padding: 7px;
    text-align: center;
}
.pro-con ul li:hover{
    background: #0089DE;
}
.pro-con ul li img{
    width: 246px;
    height: 220px;
    overflow: hidden;
    display: block;
}
.pro-con ul li p{
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 5px;
}
.pro-con ul li:hover p{
    color: #fff;
}
.pro-con ul li p{
    color: #88888d;
    font-size: 16px;
    line-height: 28px;
    height: 30px;
    overflow: hidden;
}
.pro-con ul li:hover p{
    color: #fff;
}
.pro-con ul li a{
    width: 80px;
    line-height: 30px;
    display: block;
    background: #0089DE;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 14px;
    transition: none;
}
.pro-con ul li:hover a{
    background: #fff;
    color: #19acb8;
}
.pro-con ul li a i{
    width: 10px;
    height: 15px;
    display: inline-block;
    background: url("../img/tubiao.png") no-repeat -388px -19px;
}
.pro-con ul li:hover a i{
    background-position: -421px -19px;
}

/*产品展示样式 结束*/

/*设备展示样式 开始*/
.equipment{
    width: 100%;
    height: 430px;
    background: url("../img/bg.jpg") repeat;
}
.equipment-title{
    padding: 40px 0;
}
.equipment-title h2{
    height: 50px;
    background: url("../img/tubiao.png") no-repeat 380px -132px;
}
.equipment-con{
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.scrollTmg{
    width: 100%;
    height: 253px;
    overflow: hidden;
}
.equipment-con .scrollTmg ul li{
    width: 309px;
    height: 253px;
    position: relative;
}
.equipment-con .scrollTmg ul li img{
    width: 267px;
    height: 243px;
    overflow: hidden;
    display: block;
    border: 5px solid #fff;
    margin: 0 auto;
}
.equipment-con .scrollTmg ul li span{
    width: 267px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 21px;
    font-size: 14px;
    background: rgba(0,0,0,.5);
}
/*设备展示样式 结束*/

/*公司简介样式 开始*/
.company{
    padding: 70px 0;
    overflow: hidden;
}
.com-img{
    width: 380px;
    height: 266px;
    position: relative;
    margin: 10px 0 0 10px;
    background: #608733;
}
.com-img img{
    width: 380px;
    height: 266px;
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: -10px;
}
.com-intro{
    width: 760px;
}
.com-intro h3{
    color: black;
    font-size: 28px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px dashed #dedede;
}
.com-intro p{
    height: 160px;
    overflow: hidden;
}
.com-intro span{
    line-height: 24px;
    font-size: 14px;
    margin: 10px 0 0;
    display: block;
}
.com-intro a{
    width: 80px;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #608733;
    float: right;
    margin-top: 20px;
    font-size: 14px;
}
.com-intro a:hover{
    background:#608733;
}
/*公司简介样式 结束*/

/*荣誉资质样式 开始*/
.honor{
    width: 100%;
    height: 450px;
    background: url("../img/bg.jpg") repeat;
}
.honor-title{
    padding: 50px 0;
}
.honor-title h2{
    height: 50px;
    background: url("../img/tubiao.png") no-repeat 304px -196px;
}
.honor-con{
    width: 100%;
    height: 362px;
}
.honor-con ul{
    width: 100%;
    height: 362px;
    overflow: hidden;
}
.honor-con ul li{
    width: 354px;
    overflow: hidden;
    float: left;
    position: relative;
}
.honor-con ul li img{
    width: 268px;
    height: 185px;
    overflow: hidden;
    display: block;
    box-shadow: 2px 2px 2px #222;
    border: 3px solid #fff;
    margin: 0 auto;
}
.honor-con ul li a{
    width: 34px;
    height: 34px;
    display: block;
    background-color: #0089DE;
    background-image: url("../img/tubiao.png");
    background-repeat: no-repeat;
    background-position: -37px -13px;
    position: absolute;
    bottom: 0;
    right: 40px;
    opacity: .5;
    filter: alpha(opacity=50);
}
.honor-con ul li a:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.honor-d{
    display: none;
}
.honor-display{
    width: 460px;
    height: 601px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -230px;
}
.honor-dcon{
    position: relative;
}
.honor-dcon img{
    width: 460px;
    height: 601px;
    overflow: hidden;
}
.honor-dcon i{
    width: 50px;
    height: 50px;
    background: url("../img/tubiao.png") no-repeat -500px -1px;
    display: block;
    position: absolute;
    top: -25px;
    right: -25px;
    cursor: pointer;
}
/*荣誉资质样式 结束*/

/*新闻资讯样式 开始*/
.news{
    padding: 50px 0;
    background: #f2f2f2;
}
.news-title h2{
    height: 50px;
    background: url("../img/tubiao.png") no-repeat 263px -263px;
}
.news-contain{
    width: 100%;
    height: 405px;
    background: #fff;
    margin-top: 30px;
    padding-top: 60px;
}
.news-con{
    width: 100%;
    /*height: 238px;*/
    overflow: hidden;
}
.news-list{
    width: 1020px;
    height: 238px;
    overflow: hidden;
    float: left;
}
.news-list ul{
    width: 5000%;
    height: 238px;
    overflow: hidden;
    margin-left: -1020px;
}
.news-list ul li{
    width: 1020px;
    height: 238px;
    float: left;
}
.news-list ul li .news-detail{
    width: 190px;
    height: 216px;
    float: left;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    padding: 10px;
    margin: 0 21px;
}
.news-list ul li .news-top{
    height: 24px;
    overflow: hidden;
    margin-top: 5px;
}
.news-list ul li .news-top span{
    float: left;
    display: block;
    color: #608733;
    line-height: 24px;
}
.news-list ul li .news-top i{
    width: 50px;
    height: 24px;
    line-height: 24px;
    float: right;
    display: block;
    color: #fff;
    background: #608733;
    text-align: center;
}
.news-list ul li a{
    padding: 4px 0;
    height: 48px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px dashed #cdcdcd;
    color: #393939;
}
.news-list ul li a:hover{
    text-decoration: underline;
    color: #19acb8;
}
.news-list ul li p{
    margin-top: 4px;
    height: 120px;
    overflow: hidden;
    color: #979797;
}
.news-con .lbtn,.rbtn{
    padding: 94px 35px;
    float: left;
    cursor: pointer;
}
.news-con .lbtn span{
    width: 20px;
    height: 50px;
    display: block;
    background-image: url("../img/tubiao.png");
    background-repeat: no-repeat;
}
.news-con .rbtn span{
    width: 20px;
    height: 50px;
    display: block;
    background-image: url("../img/tubiao.png");
    background-repeat: no-repeat;
}
.news-con .lbtn span{
    background-position: -97px -5px;
}
.news-con .lbtn:hover span{
    background-position: -165px -6px;
}
.news-con .rbtn span{
    background-position: -132px -5px;
}
.news-con .rbtn:hover span{
    background-position: -198px -6px;
}
.news-tip{
    padding: 30px 0;
}
.news-tip ul{
    height: 15px;
    margin: 0 auto;
}
.news-tip ul li{
    width: 15px;
    height: 15px;
    float: left;
    background: #dedede;
    border-radius: 100%;
    margin: 0 15px;
    cursor: pointer;
}
.news-tip ul li.on{
    background: #608733;
}
.news-contain>a{
    width: 200px;
    height: 36px;
    line-height: 36px;
    display: block;
    margin: 0 auto;
    background:#608733;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}
.news-contain>a:hover{
    background: #608733;
}
/*新闻资讯样式 结束*/
/*发展历程样式 开始*/
.history-title h2{
    height: 50px;
    background: url("../img/tubiao.png") no-repeat 286px -332px;
    margin: 50px 0;
}
.history-con{
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.history-con hr{
    border: none;
    width: 100%;
    height: 2px;
    background: #eee;
    position: absolute;
    top: 50px;
    z-index: -1;
}
.hcon{
    width: 100%;
    height: 200px;
}
.hcon ul li{
    width: 180px;
    padding: 0 10px;
    float: left;
}
.hcon ul li h4{
    color: #222;
    line-height: 47px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
}
.hcon ul li span{
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 100%;
    border: 3px solid #dcdcdc;
}
.hcon ul li p{
    padding: 15px;
    margin: 20px auto 0;
    background: #eee;
    border-radius: 5px;
}
.hcon ul li p a{
    width: 135px;
    height: 72px;
    line-height: 24px;
    display: block;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}
.hhcon{
    position: relative;
}
.hcon ul li i{
    width: 16px;
    height: 7px;
    display: block;
    background: url("../img/tubiao.png") no-repeat -246px -27px;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -9px;
}
.hcon ul li.on h4{
    color:#0089DE;
}
.hcon ul li.on span{
    border-color: #0089DE;
}
.hcon ul li.on p{
    background: #0089DE;
}
.hcon ul li.on p a{
    color: #fff;
}
.hcon ul li.on i{
    background-position: -287px -27px;
}
/*发展历程样式 结束*/

/*优势样式 开始*/
.advant{
    width: 100%;
    height: 120px;
    background: #e5e5e5;
}
.advant p{
    width: 25%;
    float: left;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 16px;
}
.advant p span{
    font-size: 30px;
    color: #0089DE;
    padding: 0 5px;
    height: 120px;
    line-height: 120px;
    display: inline-block;
    vertical-align: middle;
}
/*优势样式 结束*/

