
.block_33366 .swiper-slide a {
        width: 100%;
    }

.block_33366 .swiper-slide {
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

.block_33366 .swiper-button-prev:after,.block_33366 .swiper-container-rtl .swiper-button-next:after {
        content: '';
    }

.block_33366 .swiper-button-next:after,.block_33366 .swiper-container-rtl .swiper-button-prev:after {
        content: '';
    }

.block_33366 .swiper-button-prev,.block_33366 .swiper-container-rtl .swiper-button-next {
        left: 50px;
    }

.block_33366 .swiper-button-next,.block_33366 .swiper-container-rtl .swiper-button-prev {
        right: 50px;
    }

.block_33366 .swiper-button-prev,.block_33366 .swiper-button-next {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        color: #fff;
        font-weight: bold;
        font-size: 25px;
    }

.block_33366 .swiper-container:hover .swiper-button-prev {
        background: #9faedd;
    }

.block_33366 .swiper-container:hover .swiper-button-next {
        background: #9faedd;
    }

@media screen and (max-width: 768px) {
.block_33366 .swiper-container,.block_33366 .swiper-slide,.block_33366 .swiper-slide a img {
            height: 300px !important;
        }
.block_33366 .swiper-button-prev,.block_33366  .swiper-button-next{
            display: none;
        }
    }


.block_33296 .h1p{
        background: #fff; 
        padding: 15px 0;
    }
.block_33296 .title_box h1{
        float: left;
        line-height: 24px;
    }
.block_33296 .title_box p{
        float: left;
        font-size: 18px;
        font-family: "SimHei", 黑体;
        color: #444;
        letter-spacing: 1px;
    }


.block_33188 .index .title {
            text-align: center;
            width: 100%;
            padding-bottom: 40px;
        }
.block_33188 .index .title h3 b {
            display: inline-block;
            font-weight: 400;
            color: #127a44;
        }

.block_33188 .index .tab {
            text-align: center;
            padding-bottom: 40px;
        }

.block_33188 .index .tab a {
            padding: 0 16px;
            height: 40px;
            line-height: 40px;
            background: #127a44;
            font-size: 18px;
            display: inline-block;
            margin: 0 20px;
            color: #fff;
        }

.block_33188 .index .tab a:hover {
            color: #127a44;
            background: #fbdd16;
        }

.block_33188 .index .floor_2,.block_33188  .index .floor_3 {
            /* padding: 30px 0 30px; */
            position: relative;
        }

.block_33188 .index .icase {
            overflow: hidden;
        }

.block_33188 .index .icase .list {
            zoom: 1;
            width: 100%;
        }

.block_33188 .index .icase .list li {
            float: left;
            margin-bottom: 30px;
            width: 30%;
            width: 33.33333333%;
            padding: 0 15px;
        }

.block_33188 .index .icase .list li .img {
            width: 100%;
            height: 290px;
            overflow: hidden;
            display: block;
            position: relative;
            cursor: pointer;
        }

.block_33188 .index .icase .list li .img img {
            width: 100%;
            transition: .9s;
            -moz-transition: .9s;
            -webkit-transition: .9s;
            -o-transition: .9s;
            height: 290px;
            display: block;
        }

.block_33188 .index .icase .list li .img .on {
            width: 100%;
            height: 100%;
            background: transparent;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            filter: Alpha(opacity=0);
            *zoom: 1;
            -webkit-transform: rotateX(180deg) scale(.5, .5);
            transform: rotateX(180deg) scale(.2, .2);
            transition: all ease-out .5s;
        }

.block_33188 .index .icase .list li .img .on i {
            width: 65px;
            height: 65px;
            background-position: -150px -147px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -32px;
            margin-left: -32px;
        }

.block_33188 .index .icase .list li .p {
            background: #127a44;
            /* color: #fff; */
            display: block;
            width: 100%;
            height: 50px;
            /* line-height: 50px; */
            /* font-size: 16px; */
            text-align: center;
        }

.block_33188 .index .icase .list li:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
        }

.block_33188 .index .icase .list li:hover .on {
            opacity: 1;
            filter: Alpha(opacity=100);
            -webkit-transform: rotateX(0deg) scale(1, 1);
            transform: rotateX(0deg) scale(1, 1);
            transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
            background: rgba(0, 0, 0, .3);
        }

.block_33188 .xunpan .zixun a {
            width: 188px;
            height: 38px;
            line-height: 38px;
            display: block;
            margin: 0 auto;
            color: #125d27;
            font-size: 20px;
            font-weight: 700;
            border: 1px solid #125d27;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

.block_33188 .xunpan .zixun:hover {
            animation: flipInY 1.2s ease-out forwards;
            -webkit-animation: flipInY 1.2s ease-out forwards;
        }

.block_33188 .xunpan img {
            display: block;
            padding-top: 40px;
            max-width: 100%;
            padding-bottom: 20px;
        }

.block_33188 .xunpan strong {
            display: inline-block;
            color: #fff;
            font-weight: 400;
            font-size: 28px;
            padding-right: 10px;
            font-family: you yuan;
        }

.block_33188 .floor_3 .title {
            color: #fff;
        }

.block_33188 .floor_3 .title p {
            color: #fff;
        }

.block_33188 .liuc li {
            float: left;
        }

.block_33188 .liuc li img {
            width: 100px;
            height: 100px;
            display: block;
            margin-bottom: 20px;
            border-radius: 50%;
        }

.block_33188 .liuc li p {
            text-align: center;
            color: #fff;
            font-size: 16px;
            float: left;
        }

.block_33188 .liuc li:hover img {
            animation: flipInY 1.2s ease-out forwards;
            -webkit-animation: flipInY 1.2s ease-out forwards;
        }

.block_33188 .index .floor_4 .textlist .list {
            width: 108%;
        }

.block_33188 .index .floor_4 .textlist {
            position: relative;
            overflow: hidden;
            margin-bottom: 20px;
        }

.block_33188 .index .textlist li {
            position: relative;
            float: left;
            width: 378px;
            height: 480px;
            margin-right: 28px;
            transition: all .2s linear 0s;
            border: 1px solid #ddd;
            background: #fff;
        }

.block_33188 .index .textlist li a {
            display: block;
            padding: 30px;
            color: #333;
        }

.block_33188 .index .textlist li .img {
            width: 320px;
            height: 240px;
            overflow: hidden;
            cursor: pointer;
            position: relative;
        }

.block_33188 .index .textlist li .img img {
            width: 100%;
            height: 100%;
            transition: all .3s ease-out 0s;
            display: block;
        }

.block_33188 .index .textlist li:hover .img img {
            transform: scale(1.2, 1.2);
        }

.block_33188 .index .textlist li h3 {
            font-size: 20px;
            line-height: 40px;
            padding-top: 12px;
        }

.block_33188 .index .textlist .desc {
            line-height: 24px;
            overflow: hidden;
            margin-bottom: 5px;
            cursor: pointer;
            padding-top: 10px;
        }

.block_33188 .index .textlist span {
            position: absolute;
            bottom: 30px;
            left: 30px;
            display: block;
            color: #fff;
            font-family: arial;
            width: 120px;
            height: 30px;
            line-height: 30px;
            background: #127a44;
            text-align: center;
        }

.block_33188 .index .textlist li:hover {
            background: #127a44;
            border: 1px solid #127a44;
            color: #fff;
        }

.block_33188 .index .textlist li:hover a {
            color: #fff;
        }

.block_33188 .index .textlist li:hover span {
            background: #fbdd16;
            color: #127a44;
        }

.block_33188 .floor_4 .hd {
            text-align: center;
            padding-top: 20px;
        }

.block_33188 .floor_4 .hd a.btn {
            position: relative;
            top: auto;
            display: inline-block;
            margin: 0 5px;
        }

.block_33188 .newsBox .hd {
            height: 15px;
            overflow: hidden;
            position: absolute;
            right: 16px;
            bottom: 10px;
            z-index: 10;
        }

.block_33188 .newsBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

.block_33188 .newsBox .hd ul li {
            float: left;
            margin-right: 6px;
            width: 10px;
            height: 10px;
            line-height: 14px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

.block_33188 .newsBox .hd ul li.on {
            background: #f9e012;
            color: #fff;
        }

.block_33188 .newsBox .bd {
            position: relative;
            width: 650px;
            height: 488px;
            z-index: 0;
            overflow: hidden;
        }

.block_33188 .newsBox .bd li {
            zoom: 1;
            vertical-align: middle;
            position: relative;
        }

.block_33188 .newsBox .bd img {
            width: 650px;
            height: 488px;
            display: block;
            transition: all .3s ease-out 0s;
        }

.block_33188 .newsBox .bd li h3 {
            display: block;
            font-size: 20px;
            padding-left: 28px;
            padding-top: 30px;
        }

.block_33188 .newsBox .bd li p {
            padding: 0 28px;
        }

.block_33188 .newsBox .bd li .time {
            font-size: 16px;
            padding-right: 30px;
            padding-top: 28px;
        }

.block_33188 .newsBox .bd li a:hover img {
            transform: scale(1.1, 1.1);
        }

.block_33188 .txtlistbox li {
            border-bottom: 1px solid #ddd;
            padding: 11px 0 0;
            position: relative;
        }

.block_33188 .txtlistbox li:first-child {
            padding-top: 0;
        }

.block_33188 .txtlistbox li a {
            display: block;
            padding-bottom: 11px;
        }

.block_33188 .txtlistbox li h3 {
            font-size: 18px;
            display: inline-block;
         display: inline;
            *zoom: 1;
        }

.block_33188 .txtlistbox li p {
            font-size: 14px;
            line-height: 23px;
            height: 46px;
            color: #333;
        }

.block_33188 .txtlistbox li span {
            display: block;
            color: #333;
        }

.block_33188 .txtlistbox li em {
            width: 15px;
            height: 15px;
            display: inline-block;
            background-position: -304px 0;
        display: inline;
            *zoom: 1;
        }

.block_33188 .txtlistbox li:before {
            position: absolute;
            bottom: -1px;
            left: 0;
            height: 1px;
            content: "";
            width: 0;
            background: #127a44;
            transition: width .6s ease-out;
        }

.block_33188 .iabout .img {
            width: 650px;
            height: 320px;
            display: block;
            overflow: hidden;
        }

.block_33188 .iabout .img img {
            width: 650px;
            height: 320px;
            display: block;
        }

.block_33188 .ilinks span {
            width: 268px;
            height: 24px;
            display: inline-block;
            background-position: -40px -218px;
            margin-right: 60px;
        }

@media only screen and (min-width: 320px) and (max-width: 1023px) {
.block_33188 .w0317 {
                width: 100%;
            }

.block_33188 .no1 img {
                max-width: 100%;
               
            }

.block_33188 .index .title h3 {
                font-size: 0;
                line-height: 1;
            }

.block_33188 .index .title h3 b {
                font-size: 24px;
            }

.block_33188 .index .title {
                padding-bottom: 15px;
            }

.block_33188 .index .icase .list {
                width: 100%;
            }

.block_33188 .index .icase .list li {
                width: 48%;
                margin: 1% !important;
            }

.block_33188 .index .icase .list li .img {
                width: 100%;
                height: auto;
            }

.block_33188 .index .icase .list li .p {
                height: 30px;
                line-height: 30px;
                font-size: 14px;
            }

.block_33188 .index .textlist li a {
                padding: 10px;
            }

.block_33188 .index .textlist li .img {
                width: 100%;
                height: auto;
            }

.block_33188 .index .textlist li h3 {
                font-size: 16px;
                line-height: 1;
            }

.block_33188 .index .textlist li {
                height: auto;
            }

.block_33188 .index .textlist .desc {
                font-size: 12px;
                line-height: 20px;
            }

.block_33188 .index .textlist span {
                position: inherit;
            }

.block_33188 .floor_4 .hd {
                display: none;
            }

.block_33188 .txtlistbox li p {
                font-size: 12px;
                line-height: 20px;
                height: 40px;
                overflow: hidden;
            }

.block_33188 .txtlistbox li h3 {
                font-size: 16px;
            }

.block_33188 .txtlistbox li {
                padding: 5px 0;
            }

.block_33188 .txtlistbox li a {
                padding-bottom: 0;
            }

.block_33188 .iabout .txt {
                width: 100%;
                height: auto;
                padding: 0 0 15px 0;
            }

.block_33188 .iabout .txt p {
                padding-top: 0;
            }

.block_33188 .iabout .txt span {
                margin: 15px auto 0;
            }

.block_33188 .iabout .img {
                width: 100%;
                height: auto;
            }
        }
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.block_33188 .w0317 {
                width: 970px;
            }

.block_33188 .index .tab a {
                margin: 0 15px;
            }

.block_33188 .index .icase .list {
                width: 100%;
            }

.block_33188 .index .icase .list li {
                width: 302px;
            }

.block_33188 .index .icase .list li .img img,.block_33188  .index .icase .list li .img {
                width: 100%;
                height: auto;
            }

.block_33188 .index .more .line {
                width: 375px;
            }

.block_33188 .newsBox .bd {
                width: 440px;
            }

.block_33188 .iabout .img {
                width: 420px;
            }
        }
.block_33188 .no1{
            display: none;
        }
.block_33188 .no1:nth-child(1){
            display: block;
        }
.block_33188 .no1 li b{
            color: #fff;
            display: block;
            padding: 10px 15px;
        }
@media screen and (max-width: 992px) {
.block_33188 .index .title{
                margin-bottom: 20px !important;
            }
.block_33188 .index .tab{
                display: flex;
                flex-wrap: wrap;
                padding-bottom: 20px;
            }
.block_33188 .index .tab a{
                width: 33.333%;
                display: block;
                margin: 0;
                border: 1px solid #e7e7e7;
            }
.block_33188 .index .icase .list li{
                padding: 0;
                margin-bottom: 20px !important;
            }
.block_33188 .index .icase .list li .p{
                height: 50px;
            }
            
        }
@media screen and (max-width: 768px) {
.block_33188 .index .icase .list li{
                margin-bottom: 15px !important;
            }
        }
@media screen and (max-width: 500px){
.block_33188 .index .icase .list li .img img{
    width: 100%;
        height: 150px;
    }
.block_33188 .index .icase .list li{
        width: 100%;
    }
}
    

.block_33301 .advantage {
        background-color: #f5f5f5;
    }

.block_33301 .advantage_title {
        text-align: center;
        margin-top: 100px;
    }

.block_33301 .advantage_title>img {
        width: 278px;
        height: 196px;
        object-fit: cover;
        margin-top: 25px;
    }

.block_33301 .advantage_left>img {
        margin-top: 16px;
    }

.block_33301 .advantage_list {
        padding: 20px 15px;
        height: 158px;
        margin-bottom: 30px;
        border-radius: 2px;
        background: #fff;
        display: flex;
        align-items: center;
        border: 1px #e7e7e7 solid;
    }

.block_33301 .advantage_img {
        width: 20%;
    }
.block_33301 .advantage_text{
        width: 80%;
    }

.block_33301 .advantage_img img {
        width: 60px;
        height: 60px;
    }

.block_33301 .advantage_list>h2 {
        font-size: 22px;
        color: #0876ef;
        margin-top: 20px;
    }

.block_33301 .advantage_list>p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        margin-top: 8px;
        color: #555;
    }

.block_33301 .advantage_text b {
        width: 275px;
        padding: 0 10px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.block_33301 .advantage_text p {
        width: 100%;
        margin-top: 8px;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

@media screen and (max-width:1200px) {
.block_33301 .advantage_title>img {
            display: none;
        }

.block_33301 .advantage_title {
            margin-top: 0;
        }

.block_33301 .advantage_right {
            margin-top: 18px;
        }
    }

.block_33301 .limij04 {
        overflow: hidden;
        height: 90px;
    }

@media screen and (max-width: 992px) {
.block_33301 .advantage_right {
            margin-top: 20px;
        }

.block_33301 .advantage_list {
            margin-bottom: 22px;
        }
.block_33301 .advantage_text p{
            -webkit-line-clamp: 3;
        }
.block_33301 .advantage_text b{
            width: 100%;
        }
.block_33301 .advantage_img{
            width: 30%;
        }
.block_33301 .advantage_text{
            width: 70%;
        }
    }

@media screen and (max-width: 768px) {
.block_33301 .advantage_list {
            justify-content: space-between;
        }

.block_33301 .advantage_img img {
            width: 100%;
        }

.block_33301 .advantage_img {
            width: 15%;
        }

.block_33301 .advantage_text {
            width: 80%;
        }

.block_33301 .advantage_text b {
            width: 100%;
        }
.block_33301 .advantage_list {
    margin-bottom: 15px;
}
    }

@media screen and (max-width: 450px) {
.block_33301 .advantage_img {
            display: none;
        }

.block_33301 .advantage_text {
            width: 100%;
        }
.block_33301 .advantage_list{
            height: auto;
        }
.block_33301 .advantage_text b {
            padding: 0 10px;
        }

.block_33301 .limij04 {
            overflow: hidden;
            height: 75px;
        }
    }


.block_33336 .gsys {
        background: #f5f5f5;
    }

    .gsys_tit h2,
.block_33336 .gsys_tit p {
        text-align: center;
    }

.block_33336 .gsys_list {
        margin-top: 40px;
    }

.block_33336 .gsys_list ul li {
        padding: 24px 20px;
        border-bottom: 4px solid #00ca51;
    }

.block_33336 .gsys_list ul li:nth-child(2):hover .gsys_con {
        background: #ff3026;
    }

.block_33336 .gsys_list ul li:nth-child(2) {
        border-bottom: 4px solid#ff3026;
    }

.block_33336 .gsys_list ul li:nth-child(3):hover .gsys_con {
        background: #fdcb02;
    }

.block_33336 .gsys_list ul li:nth-child(3) {
        border-bottom: 4px solid#fdcb02;
    }

.block_33336 .gsys_list ul li:nth-child(4):hover .gsys_con {
        background: #1e8ddc;
    }

.block_33336 .gsys_list ul li:nth-child(4) {
        border-bottom: 4px solid#1e8ddc;
    }

.block_33336 .gsys_con em {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

.block_33336 .gsys_con em img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
    }

.block_33336 .gsys_list ul li b {
        display: block;
        text-align: center;
        padding: 8px;
    }

.block_33336 .gsys_list ul li {
        margin-bottom: 15px;
    }

.block_33336 .gsys_list ul li p {
        padding: 0 15px;
        text-align: justify;
    }

.block_33336 .gsys_con {
        height: 340px;
        background: #fffefe;
    }

.block_33336 .gsys_con:hover {
        background: #00ca51;
        border-radius: 10px;
    }

    .gsys_con:hover b,
.block_33336 .gsys_con:hover p {
        color: #fff;
    }

@media screen and (max-width: 992px) {
.block_33336 .gsys_list {
            margin-top: 20px;
        }

.block_33336 .gsys_list ul li {
            margin-bottom: 22px;
        }

    }

@media screen and (max-width: 768px) {
.block_33336 .gsys_list ul li {
            padding: 3px;
        }

.block_33336 .gsys_list ul li {
            margin-bottom: 15px;
        }

.block_33336 .gsys_list ul li p {
            padding: 0 15px;
        }

.block_33336 .gsys_list {
            margin-right: 0;
            margin-left: 0;
        }
    }


        /* 用户痛点 */
.block_33449 .pain_spot {
            width: 100%;
        }


.block_33449 .pain_spot_title {
            width: 100%;
            position: relative;
        }

.block_33449 .pain_spot_title h2 ,.block_33449 .pain_spot_title h1 {
            text-align: center;
        }

.block_33449 .pain_spot_title p {
            text-align: center;
            margin: 0 auto;
        }

.block_33449 .pain_spot_title_hr {
            width: 100%;
            height: 20px;
            left: 0;
            top: 95%;
            z-index: 7;
            position: absolute;
            display: flex;
            justify-content: center;
        }

.block_33449 .hr_line_box {
            position: relative;
            height: 100%;
            width: 279px;
            display: flex;
            justify-content: center;
        }

.block_33449 .hr_line {
            position: absolute;
            display: block;
            margin-top: -0;
            padding: 0;
            top: 50%;
            width: 279px;
            height: 1px;
            font-size: 0;
            border-bottom: 1px solid #d5dce0;
            -moz-box-shadow: 0 0 0 transparent;
            -webkit-box-shadow: 0 0 0 transparent;
            -ms-box-shadow: 0 0 0 transparent;
            -o-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
        }

.block_33449 .hr_line2 {
            position: absolute;
            display: block;
            margin-top: -0;
            padding: 0;
            top: 40%;
            width: 70px;
            height: 1px;
            font-size: 0;
            border-bottom: 3px solid #444444;
            -moz-box-shadow: 0 0 0 transparent;
            -webkit-box-shadow: 0 0 0 transparent;
            -ms-box-shadow: 0 0 0 transparent;
            -o-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
        }

.block_33449 .pain_spot_list {
            margin-top: 40px;
        }

.block_33449 .pain_spot_group {
            height: 138px;
            display: flex;
            justify-content: left;
            margin-bottom: 22px;
        }

.block_33449 .pain_spot_group_img {
            margin: 15px 20px 0 0; 
            height: 46px;
            width: 46px;           
        }

.block_33449 .pain_spot_group_img img {
            height: 46px;
            width: 46px;
            border: 0;
            object-fit: cover;
        }

.block_33449 .pain_spot_group_details{
            width: 82%;
        }

.block_33449 .pain_spot_group_details b {
            margin-bottom: 12px;
            display: block;
        }

.block_33449 .pain_spot_group_details p {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        /* 平板 */
@media screen and (max-width: 992px) {

.block_33449 .pain_spot_list {
                margin-top: 20px;
            }
.block_33449 .pain_spot_group_details b{
                margin-bottom: 20px;
            }
.block_33449 .pain_spot_group_details p{
                height: 84px;
            }

.block_33449 .pain_spot_group_img{
                height: 36px;
                width: 36px;
            }
.block_33449 .pain_spot_group_img img{
                height: 36px;
                width: 36px;
            }
        }

        /* 手机 */
@media screen and (max-width: 768px) {
.block_33449 .pain_spot_title p{
                width: 100%;
            }

.block_33449 .pain_spot_group_details b{
                margin-bottom: 16px;
            }

.block_33449 .pain_spot_group_details p{
                height: 72px;
            }

.block_33449 .pain_spot_group {
                margin-bottom: 15px;
                height: 112px;

            }
.block_33449 .pain_spot_group_img{
                height: 26px;
                width: 26px;
            }
.block_33449 .pain_spot_group_img img{
                height: 26px;
                width: 26px;
            }

.block_33449 .pain_spot_group_details{
            width: 93%;
            }
        }
    

.block_33150 .img-responsive {
            display: block;
            width: 100%;
            height: 100%;
        }

.block_33150 .imgBg {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }

.block_33150 .section {
            overflow: hidden;
            height: 100%;
            text-align: center;
        }


.block_33150 .mbox4More {
            display: block;
            border: 1px solid rgba(255, 255, 255, .5);
            text-align: center;
            transition: all .6s ease 0s;
        }

.block_33150 .mbox4MoreIco {
            position: relative;
            display: inline-block;
            margin: -3px 0 0 10px;
            width: 11px;
            height: 11px;
            vertical-align: middle;
        }

.block_33150 .mbox4MoreIco:after,.block_33150  .mbox4MoreIco:before {
            position: absolute;
            display: block;
            background: rgba(255, 255, 255, .5);
            content: "";
            transition: all .6s ease 0s;
        }

.block_33150 .mbox4MoreIco:after {
            top: 5px;
            left: 0;
            width: 100%;
            height: 1px;
        }

.block_33150 .mbox4MoreIco:before {
            top: 0;
            left: 5px;
            width: 1px;
            height: 100%;
        }

.block_33150 .mbox4More:focus,.block_33150  .mbox4More:hover {
            border-color: #da1713;
            background: #da1713;
            color: #FFF;
        }
.block_33150 .mbox5Tit{
            margin-bottom: 40px;
        }

.block_33150 .mbox7List {
            overflow: hidden;
        }

.block_33150 .mbox7List li {
            position: relative;
            float: left;
            width: 50%;
            opacity: 0;
            transition: all .6s ease 0s;
            transform: translate(-50%, 50%);
        }

.block_33150 .mbox7List li:nth-child(2n) {
            transform: translate(50%, -50%);
        }

.block_33150 .mbox7List li a {
            position: relative;
            display: block;
            overflow: hidden;
            padding-left: 50%;
            height: 100%;
            min-height: 200px;
            background: #FFF;
            transition: all .5s linear 0s;
        }

.block_33150 .mbox7Img {
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
        }

.block_33150 .mbox7Text {
            padding: 20px;
        }

.block_33150 .mbox7Name {
            overflow: hidden;
            text-align: left;
            transition: all .5s linear 0s;
        }

.block_33150 .mbox7Time {
            height: 36px;
            color: #777;
            text-align: left;
            line-height: 36px;
            transition: all .5s linear 0s;
        }

.block_33150 .mbox7Brief {
            overflow: hidden;
            height: 48px;
            text-align: left;
            transition: all .5s linear 0s;
        }

.block_33150 .mbox7Ico {
            position: absolute;
            top: 50px;
            left: 50%;
            display: block;
            margin-left: -8px;
            width: 16px;
            height: 3px;
            background: #da0502;
            transition: all .5s linear 0s;
        }

.block_33150 .mbox7List li a:hover {
            background: #da0502;
            color: #FFF;
        }

.block_33150 .mbox7List li a:hover .mbox7Brief p,.block_33150  .mbox7List li a:hover .mbox7Name,.block_33150  .mbox7List li a:hover .mbox7Time {
            color: #FFF;
        }

.block_33150 .mbox7List li a:hover .mbox7Ico {
            background: #FFF;
        }

.block_33150 .mbox7List li:nth-child(3) a,.block_33150  .mbox7List li:nth-child(4) a {
            padding-right: 50%;
            padding-left: 0;
        }

.block_33150 .mbox7List li:nth-child(3) .mbox7Img,.block_33150  .mbox7List li:nth-child(4) .mbox7Img {
            right: 0;
            left: auto;
        }

.block_33150 .mbox7More {
            margin: 20px auto 0;
            width: 210px;
            height: 50px;
            border-color: #d2d2d2;
            color: #333;
            font-size: 16px;
            line-height: 48px;
        }

.block_33150 .mbox7More .mbox4MoreIco:after,.block_33150  .mbox7More .mbox4MoreIco:before {
            background: #da0502;
        }

.block_33150 .active .mbox7List li {
            opacity: 1;
            transition: all .8s ease .3s;
            transform: translate(0, 0) !important;
        }
        
@media (max-width: 1200px) {
.block_33150 .mbox5Tit{
             margin-bottom: 20px;
           }

.block_33150 .mbox7List li {
                width: 100%;
                margin-bottom: 22px;
            }

.block_33150 .mbox7List li:nth-child(2) a {
                padding-right: 50%;
                padding-left: 0;
            }

.block_33150 .mbox7List li:nth-child(3) a {
                padding-right: 0;
                padding-left: 50%;
            }

.block_33150 .mbox7List li:nth-child(2) .mbox7Img {
                right: 0;
                left: auto;
            }

.block_33150 .mbox7List li:nth-child(3) .mbox7Img {
                right: auto;
                left: 0;
            }
.block_33150 .mbox7Brief{
                height: 56px;
            }
.block_33150 .mbox7List li a{
                min-height: 196px;
            }

        }

@media (max-width: 768px) {
.block_33150 .mbox7List li{
                margin-bottom: 15px;
            }
.block_33150 .mbox7List {
                padding: 0 15px;
            }

.block_33150 .mbox7Img {
                width: 30%;
            }

.block_33150 .mbox7List li a {
                min-height: 160px;
            }

.block_33150 .mbox7List li:nth-child(2n) a {
                padding-right: 30%;
                padding-left: 0;
            }

.block_33150 .mbox7List li:nth-child(2n+1) a {
                padding-right: 0;
                padding-left: 30%;
            }

.block_33150 .mbox7Ico {
                left: 30%;
                top: 30%;
            }

.block_33150 .mbox7List li:nth-child(2n) a .mbox7Ico {
                left: 70%;
            }

.block_33150 .mbox7Text {
                padding: 15px;
            }

.block_33150 .mbox7Name {
                width: 100%;
            }
.block_33150 .mbox7Time {
                height: 26px;
                line-height: 26px;
                margin-top: 16px;
            }
.block_33150 .mbox7Brief {
             margin-top: 16px;
            }
.block_33150 .mbox7More {
                width: 160px;
                height: 36px;
                font-size: 12px;
                line-height: 36px;
            }
        }

    

.block_33245 .text-center {
            text-align: center;
        }

.block_33245 .section-heading h3 {
            font-size: 14px;
            font-weight: bold;
            color: #ccc;
            letter-spacing: 2px;
            padding-bottom: 0;
        }

.block_33245 .pricing-block-content {
            background: #fff;
            padding: 24px 20px;
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
            transition: all 0.2s ease-in-out 0s;
            position: relative;
            border: 10px solid #fff;
            height: 450px;
        }

.block_33245 .pricing-block ul {
            height: 130px;
        }

.block_33245 .pricing-block p {
            margin-top: 15px;
        }
.block_33245 .pricing-block li:last-of-type {
            border: none;
        }

.block_33245 .pricing-block h3 {
            font-size: 17px;
            text-transform: uppercase;
            padding-bottom: 0;
        }

.block_33245 .pricing {
            background: #f5f5f5;
            padding: 10px;
            position: relative;
            height: 188px;
        }

.block_33245 .pricing img {
            width: 100%;
            height: 100%;
        }

.block_33245 .price span {
            position: absolute;
            top: 0;
            left: -20px;
            font-size: 22px;
        }

.block_33245 .pricing p {
            font-style: italic;
            color: #b4b4b4;
            line-height: auto;
            margin: 0;
        }

@media (max-width: 480px) {
          

.block_33245 .rowk11 {
                width: 100%;
            }

        }

@media (min-width: 320px) and (max-width: 767px) {
           

.block_33245 .rowk11 {
                width: 100%;
            }

.block_33245 .pricing-block {
                margin-bottom: 10px;
            }

        }

.block_33245 .pricing-block-content:hover {
            border-color: #dededf;
        }

.block_33245 .featured .pricing {
            background-color: #d2b356;
        }

        .featured .pricing,
.block_33245 .featured .pricing p {
            color: #fff;
        }

.block_33245 .section-heading h2:after {
            background: #d2b356;
            content: "";
            display: block;
            width: 30px;
            height: 2px;
        }

.block_33245 .text-center .section-heading h2:after {
            margin: 15px auto;
        }

.block_33245 .secondary-color {
            background-color: #f5f5f5;
        }

.block_33245 .section-title {
            font-family: 'Open Sans', sans-serif, Arial, Helvetica;
            color: #111;
        }

.block_33245 .bbxz {
            padding-bottom: 15px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
        }
.block_33245 .khkp_list{
            margin-top: 40px;
        }
@media screen and (max-width: 992px) {
.block_33245 .khkp_list {
                margin-top: 20px;
            }
.block_33245 .pricing-block-content{
                margin-bottom: 22px;
            }
        }
@media screen and (max-width: 992px) {
.block_33245 .pricing-block-content{
                margin-bottom: 15px;
                padding: 30px 20px;
            }
        }
    

.block_33407 .pk {
            overflow: hidden;
            width: 100%;
        }

.block_33407 .pk_title {
           
        }

.block_33407 .pk_title h2 {
            text-align: center;
            
        }

.block_33407 .pk_title p {
            text-align: center;
            padding-top: 12px;
        }

.block_33407 .pk .pk_box {
            margin: 40px auto 0;
            position: relative;
        }

.block_33407 .pk .pk_box .t_left {
            float: left;
            position: relative;
            width: 51px;
            background-color: #b61119;
           
        }
.block_33407 .pk .pk_box .t_left b,.block_33407 .pk .pk_box .t_right b{
            width: 100%;
            display: block;
            color: #fff;
            text-align: center;
            font-size: 20px;
            padding: 12px 8px 12px;
            font-weight: 600;
            overflow: hidden;
        }

.block_33407 .pk .pk_box .t_left::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 0;
            height: 0;
            width: 0;
            transform: rotate(-90deg);
            transform-origin: right bottom;
            border-radius: 0px;
            border-left: 51px solid transparent;
            border-bottom: 51px solid #b61119;
        }

.block_33407 .pk .pk_box .t_right {
            float: right;
            position: relative;
            width: 51px;
            background-color: #5e5e5e;
        }

.block_33407 .pk .pk_box .t_right::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 0;
            width: 0;
            transform: rotate(90deg);
            transform-origin: left bottom;
            border-radius: 0px;
            border-bottom: 51px solid #5e5e5e;
            border-right: 51px solid transparent;
        }

.block_33407 .pk .pk_box .pk_list {
            width: 1037px;
            background-color: #fff;
            margin: 0 auto;
            box-shadow: 0 0 5px  #d4d4d4;
            overflow: hidden;
            padding: 40px 0 30px;
        }

.block_33407 .pk_con {
            width: 952px;
            margin: 0 auto;
            overflow: hidden;
            padding: 2px;
        }

.block_33407 .pk .pk_box .pklist {
            width: 388px;
            height: 215px;
            margin: 0 0 20px;
            padding: 7px;
            position: relative;
            border: 3px solid #fff;
            box-sizing: border-box;
            box-shadow: 0px 0px 6px 0px #333;
            border-radius: 10px;
        }

.block_33407 .pk .pk_box .vs {
            display: block;
            width: 130px;
            height: 102px;
            float: left;
            margin: 56px 21px 76px;


        }

.block_33407 .pk .pklist img {
            width: 100%;
            height: 201px;
            display: block;
        }

.block_33407 .pk .pklist p {
            position: absolute;
            left: 0;
            bottom: 7px;
            text-align: center;
            color: #fff;
            background: url(http://template.jianchuangwang.com/source/images/pk_wenbg.png) repeat center;
            padding: 10px 10px;
            width: 100%;
        }
.block_33407 .pk_icon {
            width: 172px;
            overflow: hidden;
        }
         /* 平板 */
@media screen and (max-width: 1200px) {
.block_33407 .pk_title{
           
          }
.block_33407 .pk .pk_box{
            margin: 20px auto 0;
          }
.block_33407 .pk .pk_box .t_left{
            width: 50%;
          }
.block_33407 .pk .pk_box .t_left::before{
              display: none;
          }
.block_33407 .pk .pk_box .t_right{
            width: 50%;
          }
.block_33407 .pk .pk_box .t_right::before{
              display: none;
          }
.block_33407 .pk .pk_box .t_left b,.block_33407  .pk .pk_box .t_right b{
            font-size: 18px;
            padding: 12px 8px 12px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
          }
.block_33407 .pk .pk_box .pk_list{
              width: 100%;
              padding: 0 0 0;
          }
.block_33407 .pk_con{
              width: 100%;
              padding: 0;
          }
.block_33407 .pk01{
              width: 50%;
          }
.block_33407 .pk .pk_box .pklist{
              width: 90%;
              margin: 20px auto 20px;
          }
.block_33407 .pk_icon{
              display: none;
          }
.block_33407 .pk02{
              width: 50%;
          }
         }
@media screen and (max-width: 768px) {
.block_33407 .pk .pk_box .t_left b,.block_33407  .pk .pk_box .t_right b{
                font-size: 16px;
                padding: 16px 8px 16px;
            }
.block_33407 .pk .pk_box .pklist{
                margin: 15px auto 15px;
            }
         }

    

.block_33252 .box-h a {
            color: #4c4c4c;
        }

.block_33252 .box-h a:hover {
            color: #870000;
        }

.block_33252 .con-box-tu ul {
            list-style: none;
        }

.block_33252 .con-box-tu ul li {
            overflow: hidden;
        }

.block_33252 .con-box-tu ul li img {
            width: 160px;
            height: 132px;
            transition: 0.5s;
        }

.block_33252 .con-box-tu ul li:hover img {
            transition: 0.5s;
            transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }

.block_33252 .con-box-tu ul li.li1 {
            margin-right: 0;
        }

.block_33252 .con-box-tu ul li .div-tu {
            overflow: hidden;
        }

.block_33252 .con-box-tu ul li .div-wen {
            text-align: center;
            height: auto;
            overflow: hidden;
            padding: 10px 0 0;
        }
        
.block_33252 .content img {
            display: block;
            max-width: 100%;
        }

.block_33252 .clear {
            clear: both;
            height: 0px;
            ine-height: 0px;
        }

.block_33252 .live-tt a {
            color: #999;
        }


.block_33252 .box-h {
            height: 46px;
            line-height: 46px;
            text-align: center;
            color: #4c4c4c;
            margin-bottom: 12px
        }

.block_33252 .live-tt a:hover {
            color: #d70303;
        }
.block_33252 .contenttit07 h2{
            text-align: center;
            margin-bottom: 40px;
        }

@media screen and (max-width: 1200px) {
.block_33252 .contenttit07 h2{
                margin-bottom: 20px;
            }
.block_33252 .con-box-tu ul li img{
                width: 100%;
            }
.block_33252 .con-box-tu ul li{
                margin-bottom: 22px;
            }
           
        }

@media screen and (max-width: 768px) {


.block_33252 .con-box-tu ul {
                display: contents;
            }

.block_33252 .con-box-tu ul li img {
                height: 132px;
            }

.block_33252 .con-box-tu ul li {
               margin-bottom: 15px;
            }
        }

    

.block_33416 .lc {
            overflow: hidden;
            width: 100%;
        }

.block_33416 .lc .lcBox .lc_title h2 {
            text-align: center;
        }

.block_33416 .lc .lcBox .lc_title p {
            display: block;
            text-align: center;
        }

.block_33416 .lc .lc01 {
            overflow: hidden;
            height: 370px;
            position: relative;
            margin-top: 40px;
        }

.block_33416 .lc .lcBig {
            height: 370px;
            position: relative;
        }

.block_33416 .lc .lcHz {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

.block_33416 .lc .lcHz li {
            width: 175px;
            height: 146px;
            background-color: #eeeeee;
            float: left;
            position: relative;
            line-height: unset;
            letter-spacing: unset;
        }
.block_33416 .lc .lcHz li:first-child{
            margin-left: 75px;
        }

.block_33416 .lc .lcHz li i {
            display: block;
            width: 65px;
            height: 65px;
            margin: 15px auto 0;
            line-height: unset;
        }
.block_33416 .lc .lcHz li i img{
            width: 100%;
            height: 65px;
        }

.block_33416 .lc .lcHz li b {
            display: block;
            text-align: center;
            padding: 12px 10px 0;
            line-height: unset;
        }

.block_33416 .lc .lcHz li span {
            display: block;
            width: 18px;
            height: 8px;
            line-height: unset;
            position: absolute;
            left: 78px;
        }

.block_33416 .lc .lcHz li span.bt {
            top: 146px;
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-top: 8px solid #eeeeee;
        }

.block_33416 .lc .lcHz li span.triangle {
            top: -8px;
            width: 0;
            height: 0;
            border-left: 9px solid transparent;
            border-right: 9px solid transparent;
            border-bottom: 8px solid #eeeeee;
        }
.block_33416 .lcys02{
            display: none !important;
        }
.block_33416 .lc .lcHz li:hover,.block_33416 .lc .lcHz li.tabcur {
            background: #1f1f1f;
        }

        .lc .lcHz li:hover i.lcys01,.lc .lcHz li.tabcur .lcys01
.block_33416 {
            display: none !important;
        }
        .lc .lcHz li:hover i.lcys02,.lc .lcHz li.tabcur .lcys02
.block_33416 {
            display: block !important;
        }

.block_33416 .lc .lcHz li:hover b,.block_33416 .lc .lcHz li.tabcur b {
            color: #fff;
        }

.block_33416 .lc .lcHz li:hover span,.block_33416 .lc .lcHz li.tabcur span {
            border-top-color: #1f1f1f;
            border-bottom-color: #1f1f1f;
        }

.block_33416 .lc .tablist {
            width: 100%;
            opacity: 1;
            background: url(http://template.jianchuangwang.com/source/images/lc_line.png) no-repeat center;
            overflow: hidden;
            height: 25px;
            position: absolute;
            left: 0;
            top: 170px;
        }

.block_33416 .lc .tablist li {
            width: 25px;
            height: 25px;
            float: left;
            margin-left: 150px;
            background: url(http://template.jianchuangwang.com/source/images/lc_dian.png) no-repeat center top;
        }

.block_33416 .lc .tablist li.tabon {
            background-position: bottom;
        }
.block_33416 .lc .lcHz li.mt220{
            margin-top: 220px;
        }
       
          /*平板*/
@media screen and (max-width: 1200px) {
.block_33416 .lc .lcHz{
             position: unset;
             top: unset; 
             left: unset;
             overflow: hidden; 
            }
.block_33416 .lc .lcBig{
                width: 100%;
                margin: 0;
            }
.block_33416 .lc .lc01{
                margin-top: 20px;
            }
.block_33416 .lc .lc01,.block_33416 .lc .lcBig{
                height:auto;
            }
.block_33416 .lc .tablist{
                display: none;
            }
.block_33416 .lc .lcHz li:first-child ,.block_33416 .lc .lcHz li:nth-child(4){
                margin-left: 0;
            }
.block_33416 .lc .lcHz li.mt220{
                margin-top: 0;
            }
.block_33416 .lc .lcHz li{
                width: 32%;
                margin: 0 0 2% 2%;
            }
.block_33416 .lc .lcHz li span.bt{
                display: none;
            }
.block_33416 .lc .lcHz li span.triangle{
                display: none;
            }
        }
         /*手机*/
@media screen and (max-width: 768px) {
.block_33416 .lc .lcHz li{
                width: 100%;
                margin: 0 0 15px 0;
            }
.block_33416 .lc .lcHz li:nth-child(2n){
                margin-right: 0;
            }
.block_33416 .lc .lcBox .lc_title p{
                background: none;
            }
        
        }
    


.block_33202 .zqwz h2,.block_33202 .zqwz p {
        text-align: center;
    }

.block_33202 .zqwz li {
        width: 100%;
        height: 510px;
        margin: 0 auto;
        margin-bottom: 25px;
        -webkit-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -ms-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        cursor: pointer;
    }

.block_33202 .zqwz li b {
        display: block;
        color: #F97200;
        text-align: center;
        padding-top: 210px;
    }

.block_33202 .zqwz li p {
        color: #fff;
        width: 200px;
        margin: auto;
        text-align: center;
        padding-top: 20px;
        overflow: hidden;
        height: 129px;

    }

.block_33202 .zqwz li:hover {
        transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
    }

.block_33202 .cnuo:nth-child(1) li {
        background: url(http://template.jianchuangwang.com/source/images/khbxh.png);
        background-size: 100% 100%;

    }

.block_33202 .zqwz li b:nth-child(1),.block_33202 .zqwz li b:nth-child(3) {
        color: #F97200;
    }


.block_33202 .cnuo:nth-child(4) li b {
        color: #Fff;
    }
.block_33202 .cnuo:nth-child(2) li b{
        color: #Fff;
    }



.block_33202 .cnuo:nth-child(2) li {
        background: url(http://template.jianchuangwang.com/source/images/pmll.png);
        background-size: 100% 100%;
    }

.block_33202 .cnuo:nth-child(3) li {
        background: url(http://template.jianchuangwang.com/source/images/zqwzbj.png);
        background-size: 100% 100%;
    }

.block_33202 .cnuo:nth-child(4) li {
        background: url(http://template.jianchuangwang.com/source/images/myj.png);
        background-size: 100% 100%;
    }

.block_33202 .ssyqbxh {
        background: url(http://template.jianchuangwang.com/source/images/ssyqbxh.png);
    }

.block_33202 .promise {
        padding-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

@media screen and (max-width: 992px) {
.block_33202 .promise{
            padding-top: 20px;
        }
.block_33202 .cnuo {
            margin-bottom: 22px;
        }
.block_33202 .zqwz li {
            width: 85%;
        }
    }

@media screen and (max-width: 768px) {
.block_33202 .zqwz li {
            width: 100%;
            height: 450px;
        }
.block_33202 .cnuo {
            margin-bottom: 15px;
        }
.block_33202 .zqwz li p {
            width: 100%;
            padding: 25px 5px 0px 5px;
            line-height: 20px;
            box-sizing: border-box;
        }
    }


.block_33224 .process_box{
            width: 100%;
            overflow: hidden;
        }
.block_33224 .row5313 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }
.block_33224 .mb-2 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: block;
            margin-bottom: 12px;
            color: #fff;
        }

.block_33224 .process_title h2{
            text-align:center;
           margin-bottom: 40px;
        }



.block_33224 .text-center {
            text-align: center !important;
            height: 72px;
        }
.block_33224 .text-center img{
            width: 100%;
            height: 100%;
        }
.block_33224 .feature-grids h3 {
                color: #05c46b;
                letter-spacing: 1px;
                margin-top: 0em;
                font-size: 1.4em;
            }

.block_33224 .feature-grids p {
                margin: 0;
                word-break: break-all;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

.block_33224 .feature-grids span {
                font-size: 1.5em;
                text-align: center;
                color: #ff4c4c;
                line-height: 3em;
            }
.block_33224 .bottom-gd{
                height: 146px;
            }

.block_33224 .bottom-gd,.block_33224  .bottom-gd2-active {
                background: #f8f9fa;
                transition: 2s all;
                -webkit-transition: 2s all;
                -moz-transition: 2s all;
                -ms-transition: 2s all;
                -o-transition: 2s all;
                box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
                padding: 2em 0;
            }

.block_33224 .bottom-gd2-active {
                background: #ff4c4c;
                transition: 2s all;
                -webkit-transition: 2s all;
                -moz-transition: 2s all;
                -ms-transition: 2s all;
                -o-transition: 2s all;
            }

.block_33224 .bottom-gd2-active span {
                color: #fff;
            }

.block_33224 .bottom-gd2-active p {
                color: #fff;
            }

.block_33224 .bottom-gd2-active h3 {
                color: #fff;
            }

.block_33224 .feature-grids h3 {
                font-size: 0.9em;
                color: #1e272e;
                text-transform: uppercase;
                font-weight: 600;
            }

.block_33224 .bottom-gd.row5313 {
                margin: 0;
            }
@media (max-width: 1200px) {
.block_33224 .gd-bottom {
                    margin-bottom:30px;
                }
            }

@media (max-width: 992px) {
.block_33224 .process_title h2{
                    margin-bottom: 20px;
                }

.block_33224 .gd-bottom {
                    margin-bottom:22px;
                }
.block_33224 .icon-gd{
                   height: 100px;
                }
.block_33224 .bottom-gd{
                height: 254px;
               }
.block_33224 .bottom-gd.row5313{
                    padding: 20px 0;
                }
.block_33224 .mb-2{
                    margin-bottom: 20px;
                }
.block_33224 .bottom-gd2-active p{
                     height: 48px;
                }

             }

@media screen and (max-width: 768px) {
.block_33224 .gd-bottom {
                    margin-bottom:15px;
                }
.block_33224 .icon-gd{
                   height: 120px;
                   margin-bottom: 16px;
                }
.block_33224 .bottom-gd{
                height: auto;
               }
.block_33224 .bottom-gd.row5313{
                    padding: 15px;
                }
.block_33224 .mb-2{
                    margin-bottom: 16px;
                }
.block_33224 .icon-gd-info {
                    text-align: center;
                }
.block_33224 .bottom-gd2-active p{
                    height: auto;
                }

            }

    

.block_33442 .jmzc_box {
      overflow: hidden;
      width: 100%;

    }
.block_33442 .jmzc_title {
    }
.block_33442 .jmzc_title h2{
      text-align: center;
    }
.block_33442 .jmzc_title p{
      text-align: center;
    }
.block_33442 .jmzc_list{
      margin-top: 40px;
    }
.block_33442 .jmzc_list ul {
      overflow: hidden;
      margin: 0 auto;
    }

.block_33442 .jmzc_list ul li {
      float: left;
      width: 48%;
      padding: 0 35px;
      overflow: hidden;
      margin: 10px 1% 10px;
    background-color: #ffffff;
    border-radius: 60px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    }

.block_33442 .jmzc_list ul li  b {
      display: block;
      margin-bottom: 12px;
      margin-top: 12px;

    }

.block_33442 .jmzc_list ul li  i {
      display: block;
      width: 50px;
      height: 2px;
      background-color: #d51214;
      margin-bottom: 12px;
    }

.block_33442 .jmzc_list ul li p {
      height: 48px;
      margin-bottom: 12px;
    }
@media screen and (max-width: 1200px) {
.block_33442 .jmzc_list {
    margin-top: 20px;
   }
.block_33442 .jmzc_list ul li{
    margin: 0 1% 22px;
   }
.block_33442 .jmzc_list ul li p{
     height: 56px;
     margin-bottom: 20px;
   }
.block_33442 .jmzc_list ul li b{
    margin-bottom: 20px;
    margin-top: 20px;
   }
.block_33442 .jmzc_list ul li i{
    margin-bottom: 20px;
   }

    }
@media screen and (max-width: 768px) {
.block_33442 .jmzc_list ul li{
        width: 100%;
        margin: 0 0 15px;
        padding: 0 25px;
      }
.block_33442 .jmzc_list ul li p{
       height: 48px;
       margin-bottom: 16px;
       }
.block_33442 .jmzc_list ul li b{
        margin-bottom: 16px;
        margin-top: 16px;
      }
.block_33442 .jmzc_list ul li i{
       margin-bottom: 16px;
       }

    }
  

.block_33353 .step {
        background-color: #f5f5f5;
    }
.block_33353 .step {
        text-align: center;
    }
.block_33353 .step a {
        display: block;
        color: #fff;
        font-size: 28px;
        padding-bottom: 1px;
    }

.block_33353 .step em {
        color: #fff;
    }

.block_33353 .step li {
        width: 121px;
        height: 111px;
        margin-bottom: 15px;
        background: url(http://template.jianchuangwang.com/source/images/step_libg.png) no-repeat left top;
        text-align: center;
        margin: 0 14px;
    }

.block_33353 .step li em {
        display: block;
        font-family: Impact;
        padding: 16px 0 7px;
        font-size: 16px;
    }

.block_33353 .step li p {
        padding: 0 20px;
        color: #fff;
    }
.block_33353 .liucheng{
        margin-top: 40px;
    }
@media screen and (max-width: 992px) {
.block_33353 .step li{
            margin: auto;
            margin-bottom: 22px;
        }
.block_33353 .liucheng {
            margin-top: 20px;
        }
    }
@media screen and (max-width: 768px) {
.block_33353 .step li{
            margin-bottom: 15px;
        }
    }


        /*合作伙伴*/
.block_33435 .body5 {
            clear: both;
        }

.block_33435 .body5 .tit {
            position: relative;
            margin: 0 0 40px 0;
        }

.block_33435 .body5 .tit h2 {
            text-align: center;
            width: 100%;
            margin: 0 auto;
            clear: both;
        }

.block_33435 .body5 .tit p {
            text-align: center;
            margin: 0 auto;
        }

.block_33435 .body5 .k_l {
            background: #ffffff;
            color: #808080;
            padding: 25px 7px;
            height: 238px;
            overflow: hidden;
        }
.block_33435 .body5 .k_l .hz_img,.block_33435 .body5 .k_l .hz_info {
            padding: 0 10px;
            float: left;
        }

.block_33435 .body5 .k_l .hz_img img{
            width: 80px;
            height: 80px;
            border-radius: 50%;
            display: block;
        }

.block_33435 .body5 .k_l .hz_info {
            width: 81%;
        }

.block_33435 .body5 .k_l .hz_info b {
            display: block;
            border-bottom: 1px solid #e3e3e3;
            padding: 6px 0;
            margin: 6px 0;
        }

.block_33435 .body5 .k_l .hz_info p {
            overflow: hidden;
            height: 120px;
        }

.block_33435 .body5 .k_l ul li {
            height: 215px;
        }
.block_33435 .khal {
            height: 250px;
        }
.block_33435 .body5 .k_r ul{
            overflow: hidden;
        }
.block_33435 .body5 .k_r ul li {
            float: left;
            width: 170px;
            height: 112px;
            margin-left: 15px;
            margin-bottom: 15px;
            border: 1px solid #e3e3e3;
            background: #ffffff;
            text-align: center;
        }
.block_33435 .body5 .k_r ul li img{
            width: 100%;
            height: 100%;
        }

.block_33435 .waper {
            position: relative;
        }

        /* 平板 */
@media screen and (max-width: 1200px) {
.block_33435 .body5 .k_l .hz_info b{
                padding: 10px 0;
                margin: 10px 0;
            }
.block_33435 .body5 .tit{
                margin: 0px 0 20px 0;
            }
.block_33435 .body5 .k_l .hz_info p{
                height: auto;
            }
.block_33435 .khal {
                height: auto;
            }

.block_33435 .body5 .k_l {
                height: 215px;
                padding: 0 15px;
            }

.block_33435 .body5 .k_r {
                margin-top: 22px;
            }
            
.block_33435 .body5 .k_r ul li {
                width: 23%;
                margin-left: 2%;
                margin-bottom: 22px;
            }
        }

        /* 手机 */
@media screen and (max-width: 768px) {
.block_33435 .body5 .k_l .hz_info b{
                padding: 8px 0;
                margin: 8px 0;
            }
.block_33435 .body5 .tit p {
            width: 100%;
            }
         
.block_33435 .hz_img {
                display: none;
            }
.block_33435 .body5 .k_r {
                margin-top: 15px;
            }
.block_33435 .body5 .k_l ,.block_33435 .body5 .k_l ul li {
                height: 186px;
            }

.block_33435 .body5 .k_r ul li {
                width: 47%;
                margin-left: 2%;
                margin-bottom: 15px;
            }

.block_33435 .body5 .k_l .hz_info {
                width: 92%;
                padding: 0;
                margin: 0 auto;
                float: none;
            }
        }
    

.block_33461 .InfoTitle {
      text-align: center;
      padding-top: 12px;
    }

.block_33461 .InfoPicture {
      text-align: center;
    }

.block_33461 .left_title1 {
      text-align: center;
      overflow: hidden;
      margin-bottom: 40px;
    }

.block_33461 .left_title1 p {
      text-align: center;
    }

.block_33461 .left_title1 h2  {
     text-align: center;
    }

.block_33461 .left_title1 i {
      display: block;
      width: 90px;
      height: 5px;
      background: #fd3c3d;
      margin: 12px auto 0;
    }

.block_33461 .left_body1 {
      overflow: hidden;
      zoom: 1;
    }

   

.block_33461 .team_box {
      overflow: hidden;
    }


.block_33461 .fc_list {
      overflow: hidden;
    }

.block_33461 .fc_list li {
      float: left;
      width: 50%;
      height: 300px;
      margin: 0 0 30px 0;
      background-color: #2b2e35;
    }
.block_33461 .fc_img{
      float: left;
      width: 300px;
      height: 300px;
    }
.block_33461 .fc_list li .InfoPicture {
      width: 100%;
      height: 100%;
    }

.block_33461 .fc_list li .fc_info {
      float: right;
      width: 250px;
      height: 300px;
      padding: 0 25px;
    }

.block_33461 .fc_list li .fc_info .InfoTitle {
      display: block;
      width: 100%;
      text-align: left;
      color: #fff;
    }

.block_33461 .fc_list li .fc_info .InfoSContent {
      display: block;
      width: 100%;
      text-align: left;
      color: #fd3c3c;
      font-weight: bold;
    }

.block_33461 .fc_list li .fc_info p {
      width: 100%;
      height: 144px;
      margin: 12px 0;
      color: #b8b8b8;
    }

.block_33461 .fc_list li .fc_info img {
      width: 32px;
      height: 32px;
    }

.block_33461 .delay0_2 {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s;
    }
  /* 平板 */
@media screen and (max-width: 1200px) {
.block_33461 .left_title1{
        margin-bottom: 20px;
      }

.block_33461 .fc_img {
        width: 100%;
        height: 300px;
      }
.block_33461 .fc_list li{
        width: 48.5%;
        height: auto;
        margin: 0 3% 22px 0;
      }
.block_33461 .fc_list li:nth-child(2n){
        margin-right: 0;
      }
      
.block_33461 .fc_list li .fc_info{
        width: 100%;
        height: auto;
        min-height: 296px;
      }
.block_33461 .fc_list li .fc_info .InfoTitle{
        padding-top: 20px;
      }
.block_33461 .fc_list li .fc_info .InfoSContent{
        padding-top: 20px;
      }
.block_33461 .fc_list li .fc_info p{
        height: auto;
        margin: 20px 0;
      }
.block_33461 .fc_list li .fc_info img{
        margin-bottom: 20px;
      }
    }
@media screen and (max-width: 768px) {
.block_33461 .fc_img{
        height: 200px;
      }
.block_33461 .fc_list li{
        margin: 0 3% 15px 0;
      }

.block_33461 .fc_list li .fc_info{
        min-height: 200px;
      }
.block_33461 .fc_list li .fc_info .InfoTitle{
        padding-top: 16px;
      }
.block_33461 .fc_list li .fc_info .InfoSContent{
        padding-top: 16px;
      }
.block_33461 .fc_list li .fc_info p{
        margin: 16px 0;
      }
.block_33461 .fc_list li .fc_info img{
        margin-bottom: 16px;
      }
    
    }


  

.block_33321 .left_title3 p {
        text-align: justify;
    }

.block_33321 #floor_3_main {
        background-color: #f5f5f5;
    }

.block_33321 .faq_box {
        text-align: center;
    }

.block_33321 .thumblist2 {
        margin: 0 auto;
        margin-top: 60px;
        display: block;
    }

.block_33321 .thumblist2 li {
        height: 200px;
        display: inline-block;
        vertical-align: top;
        border-right: 2px solid #868686;
    }

.block_33321 .thumblist2 li.n4 {
        border: 0;
    }

.block_33321 .thumblist2 li .AlbumTitle {
        font-size: 24px;
        line-height: 40px;
    }

.block_33321 .moer {
        margin-top: 30px;
    }

.block_33321 .moer a {
        width: 25%;
        margin: auto;
        display: block;
        padding: 11px;
        background: #7c7d7e;
        color: #fff;
        border-radius: 3px;
    }

.block_33321 .thumblist2 li img {
        width: 88px;
        height: 88px;
    }

@media screen and (max-width: 992px) {

        .thumblist2 li:nth-child(1),
.block_33321 .thumblist2 li:nth-child(2) {
            border-bottom: 1px solid #868686;
        }

.block_33321 .thumblist2 li {
            border-right: 1px solid #868686;
        }

.block_33321 .thumblist2 li:nth-child(2) {
            border-right: none;
        }
    }

@media screen and (max-width: 768px) {
.block_33321 .faq_box {
            padding: 20px 15px;
        }
.block_33321 .moer a{
            width: 100%;
        }

        .thumblist2 li:nth-child(1),
.block_33321 .thumblist2 li:nth-child(2) {
            border-bottom: 1px solid #868686;
        }

.block_33321 .thumblist2 li .AlbumTitle {
            font-size: 17px;
        }

.block_33321 .left_body3 {
            margin-right: 0;
            margin-left: 0;
        }

        .thumblist2 li.n3,
.block_33321 .thumblist2 li.n4 {
            margin-top: 10px;
        }
    }



.block_33264 #volunteer {
            background: #f5f5f5;
        }
.block_33264 #volunteer .vol_area {
            padding: 70px 0;
        }

.block_33264 #volunteer .join_us a.vol_cust_btn {
            background: #43a906;
            color: #fff;
            padding: 8px 50px;
            border-radius: 3px;
            display: block;
        }

@media all and (max-width: 960px) and (min-width: 640px) {
.block_33264 #volunteer {
                min-height: 260px;
            }

.block_33264 #volunteer .vol_area {
                padding-top: 60px;
            }

.block_33264 #volunteer .volunteer_content h3 {
                font-size: 20px;
            }

.block_33264 #volunteer .volunteer_content p {
                font-size: 11px;
            }

         
        }
@media all and (max-width: 767px) {
.block_33264 #volunteer .vol_area {
                padding-top: 60px;
            }

.block_33264 #volunteer .volunteer_content h3 {
                font-size: 20px;
            }

.block_33264 #volunteer .volunteer_content p {
                font-size: 11px;
            }
.block_33264 .join_us{
                margin-top: 20px;
            }
           
        }
@media all and (max-width: 480px) {
.block_33264 #volunteer .vol_area {
                padding-top: 60px;
            }

.block_33264 #volunteer .volunteer_content p {
                font-size: 11px;
            }

.block_33264 #volunteer .join_us a.vol_cust_btn {
                font-size: 10px;
            }
        }
@media all and (max-width: 320px) {
.block_33264 #volunteer .vol_area {
                padding-top: 60px;
            }

.block_33264 #volunteer .volunteer_content p {
                font-size: 11px;
            }

.block_33264 #volunteer .join_us a.vol_cust_btn {
                font-size: 10px;
            }
        }
    

.block_33444 .m-line-more {
        position: relative;
        display: block;
        width: 133px;
        height: 33px;
        font-size: 14px;
        line-height: 33px;
        text-align: center;
        color: #999;
        border: 1px solid #999;
        text-transform: uppercase;
    }

.block_33444 .m-line-more::after {
        content: '';
        position: absolute;
        top: 50%;
        left: -41px;
        z-index: 3;
        width: 80px;
        height: 1px;
        background-color: #999;
    }

.block_33444 .m-line-more.two-line {
        margin: 18px auto 0;
    }

.block_33444 .m-line-more.two-line::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -41px;
        z-index: 3;
        width: 80px;
        height: 1px;
        background-color: #999;
    }

.block_33444 .m-line-more:hover {
        color: #d80000;
        border-color: #d80000;
    }

.block_33444 .m-line-more:hover::before,.block_33444 .m-line-more:hover::after {
        background-color: #d80000;
    }

.block_33444 .m-ichl-title .cn {
       text-align: left;
    }

.block_33444 .m-ichl-subnav {
        position: relative;
        overflow: hidden;
        padding-top: 12px;
    }

.block_33444 .m-ichl-subnav ul {
        margin-left: -30px;
        position: relative;
    }

.block_33444 .m-ichl-subnav li {
        float: left;
        padding: 0 20px 0 30px;
        /* background: url(http://template.jianchuangwang.com/source/images/navline.png) no-repeat 0 center; */
    }

.block_33444 .m-ichl-subnav li.news_active a {
        color: #d90000;
        border-bottom-color: #d90000;
    }

.block_33444 .m-ichl-subnav li a {
        display: block;
        font-size: 16px;
        line-height: 30px;
        border-bottom: 2px solid #fff;
    }

.block_33444 .m-ichl-subnav li a:hover {
        color: #d90000;
        border-bottom-color: #d90000;
    }

.block_33444 .m-ichl-subnav .activehook {
        position: absolute;
        bottom: 0;
        background: none;
    }

.block_33444 .m-ichl-subnav .activehook i {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #d90000;
    }

.block_33444 .inews-center {
        overflow: hidden;
    }

.block_33444 .inews-center .ichannel-tabcontent {
        overflow: hidden;
    }

.block_33444 .inews-center .tabcontent-slider {
        position: relative;
    }

.block_33444 .inews-wraper {
        float: left;
        width: 100%;
        padding-top: 40px;
    }

.block_33444 .inews-wraper a:hover h2 {
        color: #d90000;
    }

.block_33444 .inews-wraper a:hover .date {
        color: #d90000;
    }

.block_33444 .inews-wraper a:hover img {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -ms-transform: scale(1.03);
        -o-transform: scale(1.03);
        transform: scale(1.03);
    }

.block_33444 .news-set-top {
        float: left;
        width: 28%;
        height: 612px;
        padding: 30px 20px 27px 20px;
        background-color: #f7f7f7;
    }

.block_33444 .news-set-top .thumb {
        overflow: hidden;
    }

.block_33444 .news-set-top img {
        width: 100%;
        height: 363px;
        -webkit-transition: all ease .7s;
        -o-transition: all ease .7s;
        -moz-transition: all ease .7s;
        transition: all ease .7s;
    }

.block_33444 .news-set-top .title {
        margin-bottom: 12px;
        display: -webkit-box;
        height: 60px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.block_33444 .news-set-top .date {
        margin-bottom: 20px;
        font-weight: bold;
    }

.block_33444 .news-two .date span,.block_33444 .news-four .date span {
        display: block;
        font-size: 50px;
        line-height: 48px;
        font-weight: bold;
    }

.block_33444 .news-two {
        float: left;
        /* width: 440px; */
        width: 27%;
        margin: 0 20px;
    }
.block_33444 .news-two ul li:last-child{
        margin-bottom: 0;
    }

.block_33444 .news-two li {
        margin-bottom: 22px;
        padding: 26px 30px 45px;
        background-color: #f7f7f7;
    }

.block_33444 .news-two li a {
        display: block;
    }

.block_33444 .news-two .two-title {
        margin-bottom: 12px;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.block_33444 .news-two .desc {
        display: -webkit-box;
        height: 48px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.block_33444 .news-two .date {
        margin-bottom: 25px;
        border-bottom: 1px solid #e6e6e6;
        padding: 20px 0;
        background: url("http://template.jianchuangwang.com/source/images/inewarr.png") no-repeat right center;
        line-height: unset;
        font-weight: bold;
    }

.block_33444 .news-four {
        overflow: hidden;
        zoom: 1;
        background-color: #f7f7f7;
        padding: 18px 30px 15px 30px;
    }

.block_33444 .news-four li {
        border-bottom: 1px solid #e6e6e6;
    }

.block_33444 .news-four li:last-child {
        border: 0;
    }

.block_33444 .news-four a {
        position: relative;
        display: block;
        padding: 27px 50px 27px 90px;
        background: url("http://template.jianchuangwang.com/source/images/inewarr.png") no-repeat right center;
    }

.block_33444 .news-four .date {
        position: absolute;
        left: 0;
        top: 31px;
    }

.block_33444 .news-four .four-title {
        margin-bottom: 12px;
        display: block;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.block_33444 .news-four .news_desc{
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.block_33444 .news-four .desc {
        display: none;
        font-size: 0;
        line-height: 36px;
        color: #888;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }

@media screen and (max-width:1200px) {
        
.block_33444 .m-ichl-subnav ul {
            margin-left: 0;
        }

.block_33444 .m-ichl-subnav li {
            padding: 0 20px 0 20px;
        }

.block_33444 .m-ichl-subnav li a {
            font-size: 19px;
            line-height: 32px;
        }

.block_33444 .m-ichl-subnav .activehook {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

.block_33444 .m-ichl-subnav ul {
            white-space: nowrap;
            font-size: 0;
        }

.block_33444 .m-ichl-subnav li {
            vertical-align: top;
            display: inline-block;
        }

.block_33444 .inews-wraper {
            padding-top: 20px;
        }

.block_33444 .news-set-top {
            float: none;
            width: 100%;
            height: auto;
            padding: 20px;
            margin-bottom: 22px;
        }

.block_33444 .news-set-top .title {
            margin-bottom: 20px;
            display: -webkit-box;
            height: 64px;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
.block_33444 .news-set-top img{
            height: 263px;
        }


.block_33444 .news-two {
            float: none;
            width: 100%;
            margin: 0;
        }

.block_33444 .news-two li {
            margin-bottom: 22px;
            padding: 20px 20px 0;
            overflow: hidden;
        }
.block_33444 .news-two ul li:last-child{
            margin-bottom: 22px;
        }

.block_33444 .news-two .two-title {
            margin-bottom: 20px;
        }

.block_33444 .news-two .desc {
            margin-bottom: 20px;
            height: auto;
        }

.block_33444 .news-two .date {
            margin-bottom: 20px;
            padding: 0 0 20px;
        }

.block_33444 .news-four {
            padding: 20px 20px 0 20px;
        }

.block_33444 .news-four a {
            padding: 20px 0 20px 0;
        }

.block_33444 .news-four .date {
            display: none;
        }

.block_33444 .news-four .four-title {
            margin-bottom: 20px;
        }
.block_33444 .news-four .news_desc{
            height: 56px;
        }
    }
@media screen and (max-width:768px) {
.block_33444 .m-ichl-subnav li {
            padding: 0 12px 0 18px;
        }

.block_33444 .m-ichl-subnav li a {
            font-size: 17px;
            line-height: 30px;
        }

.block_33444 .inews-wraper {
            padding-top: 10px;
        }

.block_33444 .news-set-top {
            float: none;
            width: 100%;
            height: auto;
            padding: 15px;
            margin-bottom: 15px;
        }

.block_33444 .news-set-top .title {
            margin-bottom: 16px;
            height: 48px;
        }

.block_33444 .news-set-top .date {
            margin-bottom: 16px;
        }
.block_33444 .news-set-top img{
            height: 213px;
        }

.block_33444 .news-two li {
            margin-bottom: 15px;
            padding: 15px 15px 0;
        }
.block_33444 .news-two .date span,.block_33444  .news-four .date span{
            font-size: 30px;
            line-height: 38px;
        }

.block_33444 .news-two .two-title {
            margin-bottom: 16px;
        }

.block_33444 .news-two .desc {
            margin-bottom: 16px;
            height: 48px;
        }

.block_33444 .news-two .date {
            padding: 0 0 16px;
        }
.block_33444 .news-two ul li:last-child{
            margin-bottom: 15px;
        }

.block_33444 .news-four {
            padding: 15px 15px 0 15px;
        }

.block_33444 .news-four a {
            padding: 16px 0 16px 0;
        }

.block_33444 .news-four .four-title {
            margin-bottom: 16px;
        }
.block_33444 .news-four .news_desc{
            height: auto;
        }

    }


.block_33385 .wsl{
        background: #f5f5f5;

    }
.block_33385 .wsl_list {
        padding: 30px 0;
        overflow: hidden;
    }
.block_33385 .wsl_list ul{
    }
.block_33385 .wsl_list ul li{
        width: 350px;
        height: 110px;
        margin-right: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        background-color: #FFF;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
        padding: 15px 10px;
    }
.block_33385 .wsl_date{
        width: 30%;
        background: #8a9198;
        color: #fff;
    }
.block_33385 .wsl_date em{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }
.block_33385 .wsl_date em::after{
        content: "";
        width: 20px;
        margin: auto;
        border: 1px solid #fff;
        display: block;
        margin-top: 5px;
    }
.block_33385 .wsl_content{
        width: 70%;
        padding-left: 8px;
    }
.block_33385 .wsl_content b{
        display: block;
    }
.block_33385 .wsl_content span{
        text-align: justify;
    }




.block_33275 .ad_content {
            background: #fff;
            padding: 0 3px;
        }

.block_33275 .ad_box .ad_tit {
            font-size: 0;
            height: 53px;
            background: #ffffff;
            padding-left: 0px;
        }

.block_33275 .ad_box .ad_tit .lis_item {
            font-size: 16px;
            color: #494949;
            height: 54px;
            line-height: 53px;
            margin-right: 32px;
            cursor: pointer;
            position: relative;
            padding-right: 14px;
        }

.block_33275 .ad_box .ad_tit .active {
            font-weight: bold;
        }

.block_33275 .w-links a {
            display: block;
            float: left;
            line-height: 30px;
            margin-right: 20px;
            white-space: nowrap;
            word-wrap: break-word;
            color: #000000;
            font-size: 14px;
        }

.block_33275 .w-links a:hover {
            color: #499be1;
        }

.block_33275 .ad_box .ul_lis li {
            float: left;
            box-sizing: border-box;
            margin-right: 1px;
            width: 100px;
            text-align: justify;
            margin-bottom: 1px;
        }
.block_33275 .ad_box .ul_lis li a{
            color: #333333;
        }
.block_33275 .ad_box .ul_lis li:nth-child(5n) {
            margin-right: -1px;
        }

.block_33275 .ul_lis li .img {
            width: 100%;
            height: 100%;
        }

.block_33275 img,.block_33275  button {
            border: none;
        }

.block_33275 button {
            background: transparent;
        }

.block_33275 button {
            outline: none;
        }

.block_33275 a {
            text-decoration: none;
        }

       
.block_33275 img {
            border: 0;
            vertical-align: middle;
        }

.block_33275 .comWidth {
            padding: 30px 0;
        }

.block_33275 button {
            margin: 0;
            padding: 0;
        }

.block_33275 img,.block_33275  button {
            border: none;
        }

.block_33275 button {
            background: transparent;
        }

.block_33275 button {
            outline: none;
            border: none;
        }

.block_33275 a {
            text-decoration: none;
        }
    
