.index-about {
    padding: 40px 0;
    height: 520px;
    position: relative
}

.index-about .title {
    margin: auto;
    width: 430px;
    height: 65px;
    background: url(../images/title-about.png) no-repeat;
    border: none
}

.index-about .index-about-con {
    position: absolute;
    top: 130px;
    left: -30px;
    opacity: 0
}

.index-about .index-about-pic {
    position: absolute;
    top: 140px;
    right: -30px;
    opacity: 0
}

.index-about .index-about-more {
    position: absolute;
    bottom: 0;
    left: 13px;
    opacity: 0
}

.index-about .index-about-more a {
    width: 168px;
    height: 46px;
    background: url(../images/index-more.png) no-repeat;
    display: block;
}

.index-about .index-about-more a:hover {
    background: url(../images/index-more1.png) no-repeat;
}

.index-pro {
    height: 610px;
    background: #dedede;
    padding: 60px 0 30px 0
}

.index-pro .title {
    width: 230px;
    height: 65px;
    background: url(../images/title-pro.png) no-repeat;
    border: none
}

.index-pro .index-pro-list {
    position: absolute;
    top: 0;
    right: 0
}

.index-pro .index-pro-list .service-box {
    float: left;
    width: 240px;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
    text-align: center
}

.index-pro .index-pro-list .service-box figure {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #b0b0b0;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.service-box figure:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #bb1e10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease 0s
}

.service-box figure img {
    position: relative;
    top: 40px;
    z-index: 100;
    transition: all .3s ease 0s
}

.service-box:hover figure img {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.service-box:hover figure:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.service-box h5 {
    color: #000;
    font: 600 19px "Adobe \9ed1\4f53 Std";
    margin: 20px 0 10px 0
}

.service-box p {
    color: #333;
    font: 600 15px/2em "Adobe \9ed1\4f53 Std";
    margin: 0
}

.service-box a span {
    color: #f00;
    font-size: 15px;
}

.index-pro .index-pro-pic {
    position: absolute;
    top: 110px;
    left: 0
}

.index-pro .index-pro-more {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.index-pro .index-pro-more a {
    width: 168px;
    height: 46px;
    background: url(../images/index-more.png) no-repeat;
    display: block;
}

.index-pro .index-pro-more a:hover {
    background: url(../images/index-more1.png) no-repeat;
}

.banner {
    width: 100%;
    height: 377px;
    background: url(../images/banner1.jpg) no-repeat center top
}

.index-case {
    padding: 60px 0 0 0;
    height: 460px;
    position: relative
}

.index-case .title {
    width: 368px;
    height: 67px;
    background: url(../images/title-case.png) no-repeat;
    border: none
}

.index-case .poster-btn {
    width: 23px;
    height: 62px;
    position: absolute;
    top: 50%;
    background: url(../images/prev-next.png) no-repeat;
    cursor: pointer;
    margin-top: 50px
}

.index-case .poster-prev-btn {
    left: -30px
}

.index-case .poster-next-btn {
    right: -30px;
    background-position: -11px -65px
}

.index-case .poster-prev-btn:hover {
    background-position: -35px 0
}

.index-case .poster-next-btn:hover {
    background-position: -46px -65px
}

.index-case .list {
    overflow: hidden
}

.index-case ul {
    height: 243px;
    padding: 70px 0 0 0
}

.index-case ul li {
    float: left;
    width: 256px;
    padding: 0 15px
}

.index-case ul li p {
    padding: 0 0 25px 0;
    font: 600 20px "Adobe \9ed1\4f53 Std"
}

.index-case ul li img {
    width: 256px;
    height: 190px
}
