.case_banner {
    background-image: url(../images/case_banner.jpg);
    height: 750px;
    background-size: 100% 100%;
}

body {
    background: #F9FAFC;
}

.show-content .show-tit,
.microblogging .show-tit {
    text-align: center;
    font-size: 36px;
    color: #454545;
    font-weight: bold;
    padding-top: 40px;
}

.show-content .show-title,
.microblogging .show-title {
    text-align: center;
    color: #727272;
    font-size: 16px;
    margin-top: 23px;
    line-height: 26px;
}

.show-content .compose {
    padding-bottom: 20px;
}

.show-content .show1 {
    margin-top: 60px;
}

.show-content .compose dl.first {
    margin-left: 0px;
}

.show-content .compose dl {
    width: 339px;
    float: left;
    text-align: center;
    margin: 0px 0px 45px 120px;
    color: #8e8e8e;
    line-height: 24px;
}

.show-content .compose dl dd h3 {
    color: #636363;
    font-size: 18px;
    margin: 25px 0px 12px;
}

.cl {
    clear: both;
}

.show-content .compose dl img {
    transition: all 1s;
}

.show-content .compose dl img:hover {
    transform: rotate(360deg);
}

.module h3 {
    color: #444;
    font-size: 24px;
    font-weight: 500;
    padding-top: 55px;
    text-align: center;
}

.module h4 {
    text-align: center;
    font-size: 14px;
    color: #cccccc;
    height: 35px;
    line-height: 35px;
    background: url(../images/h4bg.png) bottom center no-repeat;
    text-transform: Uppercase;
    font-weight: 300;
}

.module h5 {
    color: #999999;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    height: 35px;
    line-height: 35px;
}

.nt-main {
    padding: 30px 0px 40px;
}

.nt-main-content {
    text-align: center;
    position: relative;
}

.nt-main-content .nt-box1 {
    left: 69px;
    top: 70px;
    text-align: right;
}

.nt-main-content .nt-box2 {
    left: 69px;
    top: 265px;
    text-align: right;
}

.nt-main-content .nt-box3 {
    right: 69px;
    top: 70px;
    text-align: left;
}

.nt-main-content .nt-box4 {
    right: 69px;
    top: 265px;
    text-align: left;
}

.nt-main-content .nt-box {
    position: absolute;
    width: 210px;
}

.nt-main-content .nt-box .title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

div:after {
    content: "";
    display: block;
    clear: none;
}

.newsmodule {
    background: #fff;
}

.nt-main-content .nt-box p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 6px;
}

.yx-main {
    height: 730px;
    margin-bottom: 20px;
}

.yx-main .yx-des {
    width: 930px;
    margin: 15px auto;
    color: #999;
    line-height: 26px;
}

.yx-content-box {
    padding: 30px 0px;
}

.yx-content-box .pic {
    margin-right: 50px;
}

.fl {
    float: left;
}

.yx-content-box .box {
    margin-bottom: 30px;
}

.yx-content-box .icon {
    width: 50px;
}

.yx-content-box .list {
    overflow: hidden;
    width: 388px;
}

.yx-content-box .list .tit {
    font-size: 20px;
    color: #444;
    margin-bottom: 5px;
}

.yx-content-box .list p {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.yx-content-box .text {
    float: right;
    margin-right: 80px;
    margin-top: 30px;
}

.bzfw-list ul {
    margin-left: -40px;
}

.bzfw-list ul li {
    width: 370px;
    float: left;
    height: 223px;
    background: #fff;
    box-shadow: 0px 0px 24px rgba(7, 38, 74, 0.09);
    border-radius: 6px;
    margin: 90px 0px 0px 54px;
    padding: 0px 45px;
    text-align: center;
}

.bzfw-list ul li .icon {
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
}

.bzfw-list ul li img {
    transition: 0.5s;
}

.bzfw-list ul li .title {
    font-size: 20px;
    color: #444;
    margin-bottom: 8px;
    margin-top: 25px;
}

.bzfw-list ul li p {
    color: #999;
    line-height: 24px;
}

.cl {
    clear: both;
}

.bzfw-list ul li:hover img {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.zxfw-main {
    height: 720px;
}

.zxfw-list ul {
    margin-left: -40px;
}

.zxfw-list ul li {
    width: 400px;
    height: 454px;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 0px 24px rgba(7, 38, 74, 0.09);
    padding-top: 0;
    float: left;
    margin-left: 40px;
    margin-top: 30px;
}

.zxfw-list ul li dl dt {
    background: #f45448;
    height: 144px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    color: #fff;
}

.zxfw-list ul li dl dt .tit {
    font-size: 27px;
    padding: 35px 0px 10px;
}

.zxfw-list ul li dl dt p {
    font-size: 17px;
    color: #fff;
}

.zxfw-list ul li dl dd .list {
    padding: 20px;
    border-bottom: 1px solid #eaeced;
}

.zxfw-list ul li dl dd .price {
    text-align: center;
    color: #585b60;
    font-size: 50px;
    padding: 10px 0px;
}

.zxfw-list ul li dl dd .btn {
    text-align: center;
}

.zxfw-list ul li dl dd .list p {
    color: #999;
    font-size: 15px;
    background: url(../images/gicon01.png) no-repeat left 5px;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 23px;
}

.zxfw-list ul li dl dd .price span {
    font-size: 25px;
}

.zxfw-list ul li dl dd .btn a {
    width: 120px;
    height: 36px;
    background: #f45448;
    display: inline-block;
    line-height: 36px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
}

.zxfw-list ul li.even dl dt,
.zxfw-list ul li.even dl dd .btn a {
    background: #47be64;
}

.zxfw-list ul li.last dl dt,
.zxfw-list ul li.last dl dd .btn a {
    background: #faa33a;
}

.zxfw-list ul li.last dl dd .list p {
    background: url(../images/gicon03.png) no-repeat left 5px;
}

.zxfw-list ul li.even dl dd .list p {
    background: url(../images/gicon02.png) no-repeat left 5px;
}

.hzlc-list {
    padding: 70px 0px;
}

.hzlc-list ul {
    overflow: hidden;
}

.hzlc-list ul li {
    width: 207px;
    height: 148px;
    float: left;
    margin-left: 41px;
}

.hzlc-list ul li .number {
    width: 45px;
    float: left;
    text-align: center;
    line-height: 130px;
    margin: 9px 20px 0px 9px;
    font-size: 24px;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

.hzlc-list ul li .text {
    width: 100px;
    text-align: center;
    float: left;
}

.hzlc-list ul li .icon {
    height: 80px;
    margin: 9px 0px 0px 0px;
    text-align: center;
    width: 100px;
}

.hzlc-list ul li .icon span {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 80px;
}

.hzlc-list img {
    max-width: 100%;
}

.hzlc-list ul li .text p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}