
.index-title {
    background: url("../images/index-title-bg.jpg") repeat-x left top;

    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 20px;
    color: #FFF;
    padding: 0 10px;
    border: 1px solid #d1d1d1;
}

.index-title a {
    color: #FFF;
    float: right;
}

.index-about, .index-huanjing, .index-zhengshu {
    width: 385px;
}

.index-about .content {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
}

.index-about .content, .index-huanjing .content, .index-zhengshu .content {
    border: 1px solid #d1d1d1;
    border-top: 0;
    height: 250px;
    background: #FFF;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-huanjing .content {
    padding: 0;
}

.index-zhengshu .content {
    text-align: center;
}

.lists-title {
    height: 50px;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    line-height: 50px;
    font-size: 20px;
  background: -webkit-linear-gradient(#f5f5f5, #ededed); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f5f5f5, #ededed); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f5f5f5, #ededed); /* Firefox 3.6 - 15 */
  background: linear-gradient(#f5f5f5, #ededed); /* 标准的语法 */
    color: #0848a8;
    /*border-top: 2px solid #1679fa;*/
    outline: 1px solid #d1d1d1;
    -moz-box-sizing: border-box;
    padding-left: 0;
    box-sizing: border-box;

}

.lists-title span{
    display: inline-block;
    float: left;
    padding: 0 10px;
    min-width: 150px;
  background: -webkit-linear-gradient(#006ab3, #004e85); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#006ab3, #004e85); /* Opera 11.1 - 12.0 */
  text-align: center;
  color: #FFF;
  background: -moz-linear-gradient(#006ab3, #004e85); /* Firefox 3.6 - 15 */
  background: linear-gradient(#006ab3, #004e85); /* 标准的语法 */
    height: 100%;

}
.lists-title a {
    float: right;
    font-size: 16px;
    color: #777777;
}

.index-zhaobiao, .index-zhongbiao, .index-zaojia, .index-dongtai {
    width: 585px;
    margin-right: 30px;
    float: left;
    margin-top: 17px;
}

.index-zhongbiao, .index-dongtai {
    margin-right: 0;
}

.index-lists {
    padding: 10px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    outline: 1px solid #d1d1d1;
    outline-top: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1px;
    height: 280px;
}

.index-lists li {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.index-lists li i {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #0084ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 5px;
    border-radius: 50%;
}

.index-lists li span {
    float: right;
}

.title span {
    display: block;
    background: url("../images/title-bg.png") no-repeat center center;
    font-size: 20px;
    color: #0848a8;
    text-align: center;
}

.scroll_horizontal {
    position: relative;
    width: 1150px;
    height: 260px;
    margin: 0 auto;
}

.scroll_horizontal .box {
    overflow: hidden;
    position: relative;
    width: 1150px;
    height: 260px;
    margin: 0 auto;
    padding-left: 10px;
}

.scroll_horizontal .list {
    overflow: hidden;
    width: 9999px;
}

.scroll_horizontal .list li {
    float: left;
    width: 260px;
    padding-right: 30px;
}

.scroll_horizontal .prev,
.scroll_horizontal .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 50px;
    background-image: url(../images/control.png);
    background-repeat: no-repeat;
    font: 0/0 Arial;
    cursor: pointer;
    z-index: 9;
    display: none;
}

.scroll_horizontal .prev {
    left: 5px;
    background-position: 0 0;
}

.scroll_horizontal .next {
    right: 5px;
    background-position: -40px 0;
}

.scroll_horizontal .prev:hover {
    background-position: 0 -50px;
}

.scroll_horizontal .next:hover {
    background-position: -40px -50px;
}

.index-case{
    margin-top: 20px;
}
.index-case .title{
    line-height: 49px;
    background: #FFF;
    position: relative;
    outline: 1px solid #d1d1d1;
}
.index-case .title a{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    margin-right: 15px;
    text-decoration: none;
}
.index-case .lists{
    background: #FFF;
    outline: 1px solid #d1d1d1;
    width: 100%;
    padding: 30px 0;
}
.index-case .lists li{
    position: relative;
}
.index-case .lists li p{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
    opacity: 0;
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 260px;
    height: 260px;
    color: #FFF;
    font-size: 14px;
    top: 0;
    text-align: center;
    padding-top: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-case .lists li:hover p{
    opacity: 1;
}

.link .title{
    height: 51px;
    line-height: 51px;
    margin-top: 35px;
}
.link .content{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}
.link .content a{
    margin-right: 30px;
}