a.more {
    display: inline-block;
    width: 82px;
    height: 15px;
    background: url(../szzt/more.png) no-repeat center;
}

a.more:hover {
    background: url(../szzt/more-hover.png) no-repeat center;
}

.index-about {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 166px;
    height: 70px;
    background: url(../szzt/index-about.png) no-repeat;
}

.index-product {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 178px;
    height: 70px;
    background: url(../szzt/index-product.png) no-repeat;
}

.index-product-adv {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 260px;
    height: 90px;
    background: url(../szzt/index-product-adv.png) no-repeat;
}

.index-product-fea {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 260px;
    height: 90px;
    background: url(../szzt/index-product-fea.png) no-repeat;
}

.index-solution {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 178px;
    height: 70px;
    background: url(../szzt/index-solution.png) no-repeat;
}

.index-news {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 178px;
    height: 70px;
    background: url(../szzt/index-news.png) no-repeat;
}

.productScroll {
    overflow: hidden;
    position: relative;
    margin: 0 -5px !important;
}
.productScroll .hd {
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.productScroll .hd .prev,
.productScroll .hd .next {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 20px;
    overflow: hidden;
    cursor: pointer;
    background-color: #0084cd;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    background-size: 80%;
}
.productScroll .hd .next {
    background-image: url(../szzt/arrow-right.png);
}
.productScroll .hd .prev {
    background-image: url(../szzt/arrow-left.png);
}
.productScroll .hd .prevStop {
    background-color: #bbbbbb;
}
.productScroll .hd .nextStop {
    background-color: #bbbbbb;
}

.productScroll .bd {
    padding: 10px 0;
    overflow: hidden;
}
.productScroll .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 300px;
}
.productScroll .bd ul li {
    margin: 0 5px;
    float: left;
    _display: inline;
    text-align: center;
    padding-top: 10px;
}

.productScroll .bd ul li:hover {
    color: #0084cd;
}
.productScroll .bd ul li .inner {
    display: block;
    position: relative;
    text-align: center;
    width: 285px;
    margin: 0 auto;
    height: 260px;
    border: solid 1px #dcdddd;
    box-sizing: border-box;
}

.productScroll .bd ul li:hover .inner {
    box-shadow: 0px 2px 8px 0px rgba(122, 122, 122, 0.63);
}

.productScroll .bd ul li .inner img {
    transition: all 0.3s ease;
    margin-top: 40px;
}

.productScroll .bd ul li .inner:not(:hover) img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;
}

.productScroll .bd ul li .inner .title {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.solutionScroll {
    overflow: hidden;
    position: relative;
    margin: 0 -15px !important;
}
.solutionScroll .hd {
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
}
.solutionScroll .hd .prev,
.solutionScroll .hd .next {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 0 20px;
    overflow: hidden;
    cursor: pointer;
    background-color: #0084cd;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    background-size: 80%;
}
.solutionScroll .hd .next {
    background-image: url(../szzt/arrow-right.png);
}
.solutionScroll .hd .prev {
    background-image: url(../szzt/arrow-left.png);
}
.solutionScroll .hd .prevStop {
    background-color: #bbbbbb;
}
.solutionScroll .hd .nextStop {
    background-color: #bbbbbb;
}

.solutionScroll .bd {
    padding: 10px 0;
    overflow: hidden;
}
.solutionScroll .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 350px;
}
.solutionScroll .bd ul li {
    margin: 0 15px;
    float: left;
    _display: inline;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
}

.solutionScroll .bd ul li:hover {
    color: #0084cd;
}
.solutionScroll .bd ul li .inner {
    display: block;
    position: relative;
    text-align: center;
    width: 270px;
    margin: 0 auto;
    height: 330px;
    border-radius: 5px;
    border: solid 1px #dcdddd;
}

.solutionScroll .bd ul li:hover .inner {
    border: none;
    background-color: #e5f2fa;
    border: solid 1px #e5f2fa;
    box-shadow: 0px 2px 8px 0px rgba(0, 132, 205, 0.65);
}

.solutionScroll .bd ul li .inner img {
    transition: all 0.3s ease;
    margin-top: 20px;
}

.solutionScroll .bd ul li .inner:not(:hover) img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.5;
}

.solutionScroll .bd ul li .inner .title {
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #737373;
}
.solutionScroll .bd ul li .inner:hover .title {
    color: #0084cd;
}
.solutionScroll .bd ul li .inner .desc {
    padding: 0px 40px;
    margin-top: 10px;
    line-height: 18px;
    color: #9a9b9b;
    font-size: 14px;
    text-align: left;
}
.solutionScroll .bd ul li .inner:hover .desc {
    color: #595a5a;
}

.solution-more {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 20px;
    background-color: #ecf5fc;
    text-align: center;
}

.solution-more a {
    margin: 0 20px;
}
