﻿/* CSS Document */
@media screen and (min-width:1200px) and (max-width:1749px) {

    /* body{min-width:1200px;} */
    .pc {
        display: block;
    }

    .phone {
        display: none;
    }

    .container {
        width: 1200px;
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 auto;
    }

    /*导航*/
    .height100 {
        height: 75px;
        width: 100%;
    }

    .twelve {
        width: 100%;
    }

    .eleven {
        width: 91.53%;
    }

    .ten {
        width: 83.06%;
    }

    .nine {
        width: 74.6%;
    }

    .eight {
        width: 66.13%;
    }

    .seven {
        width: 57.66%;
    }

    .six {
        width: 49.2%;
    }

    .five {
        width: 40.73%;
    }

    .four {
        width: 32.26%;
    }

    /* .three { width: 23.8%; } */
    .two {
        width: 15.33%;
    }

    .one {
        width: 6.866%;
    }

    /* COLUMNS */

    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%;
    }

    .col:first-of-type {
        margin-left: 0;
    }


    /* CLEARFIX */

    .cf:before,
    .cf:after {
        content: " ";
        display: table;
    }

    .cf:after {
        clear: both;
    }

    .cf {
        *zoom: 1;
    }

    /* ALL */

    .three {

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*background-color: #333333;*/
        color: #333333;
        text-align: center;
    }

    .hamburger .line {
        width: 30px;
        height: 4px;
        background-color: #333333;
        display: block;
        margin: 0 auto 6px;
        border-radius: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-46deg);
        -ms-transform: translateY(-10px) rotate(-46deg);
        -o-transform: translateY(-10px) rotate(-46deg);
        transform: translateY(-10px) rotate(-46deg);
    }






    .header {
        width: 100%;
        position: relative;
        display: table;
        z-index: 5;
        padding: 0px 100px;
    }

    .header_left {
        float: left;
        padding: 24px 0;
        margin-right: 130px;
    }

    .header_left img {
        height: 48px;
        display: block;
    }

    .header .tel {
        font-size: 26px;
        color: #2E3193;
        line-height: 48px;
        background: url(../image/tel.png) no-repeat left center;
        background-size: 30px;
        float: right;
        padding: 25px 0px 25px 35px;
    }

    .nav_top {
        width: 100%;
        display: table;
        padding: 0px 0px;
    }

    .nav_top ul {
        font-size: 0px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .nav_top ul li {
        float: left;
        text-align: center;
        margin-right: 20px;
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        padding: 8px 0px;
        position: relative;
    }

    .nav_top ul li .xil {
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        background: #FFFFFF;
        padding: 0px 0px;
    }

    .nav_top ul li .xil dd p {
        font-size: 16px;
        color: #666666;
        line-height: 40px;
    }

    .nav_top ul li .xil dd p:hover {
        color: #FFFFFF;
    }

    .nav_top ul li .xil dd:hover {
        background: #2E3193;
    }

    .nav_top ul li:hover .xil {
        display: block;
    }

    .nav_top ul li:last-child {
        margin-right: 0px;
    }

    .nav_title .title_cn {
        font-size: 16px;
        color: #010101;
        line-height: 20px;
    }

    .nav_title .title_en {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
    }

    .nav_top ul li:hover,
    .nav_top ul li.on {
        background: #2E3193;
        border-radius: 10px 10px 0px 0px;
    }

    .nav_top ul li:hover .title_cn,
    .nav_top ul li.on .title_cn {
        color: #FFFFFF;
    }

    .nav_top ul li:hover .title_en,
    .nav_top ul li.on .title_en {
        color: #FFFFFF;
    }




    /*banner1*/
    .banner1 {
        position: relative;
    }

    .banner1 img {
        width: 100%;
        display: block;
    }


    .banner2 {
        position: relative;
        height: 450px;
    }

    .banner3 {
        position: absolute;
        top: 50%;
        left: 0%;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .banner3 .title_cn {
        font-size: 46px;
        color: #FFFFFF;
        line-height: 60px;
    }

    .banner3 .title_en {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 40px;
        opacity: 0.38;
    }

    .banner3 .title_top {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 40px;
        margin-top: 20px;
    }



    /*banner1*/
    .banne1 {
        position: relative;
    }

    .banne1 img {
        width: 100%;
    }

    

    .banne1 .swiper-pagination {
        position: absolute;
        bottom: 20px !important;
        left: 50% !important;
        width: 1200px !important;
        margin-left: -600px;
        height: 10px;
        z-index: 100;
        text-align: center;
    }

    .banne1 .swiper-pagination-bullet {
        width: 48px;
        height: 6px;
        opacity: 0.3;
        margin: 0px 8px !important;
        background: #000000;
        vertical-align: text-top;
        border-radius: 0px !important;
    }

    .banne1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 48px;
        height: 6px;
        background: #FFFFFF;
        margin: 0px 8px !important;
        border: 0px;
        opacity: 0.8 !important;
    }



    /*面包屑导航*/
    .header_top {
        width: 100%;
        overflow: hidden;
        background: #F3F5F9;
        text-align: left;
    }

    .header_top .right {
        text-align: center;
        overflow: hidden;
    }

    .header_top .right ul {
        font-size: 0px;
    }

 
    .header_top .right ul li p {}

    .header_top .right ul li p span {
        display: block;
        font-size: 18px;
        color: #666666;
        line-height: 64px;
    }

    .header_top .right ul li:last-child {
        margin-right: 0px;
        background: none;
        padding-right: 0px;
    }

    /*首页*/
    .index_a1 {
        padding: 86px 0px 86px;
    }

    .index_a2 {
        text-align: center;
    }

    .index_a2 .title {
        font-size: 28px;
        color: #111111;
        line-height: 38px;
    }

    .index_a2 .title.on {
        color: #FFFFFF;
    }

    .index_a2 .hx {
        margin: 15px auto 0px;
        width: 110px;
        background: #2E3193;
        height: 3px;
    }

    .index_a3 {
        width: 100%;
        display: table;
    }

    .index_a3 ul {}

    .index_a3 ul li {
        width: 17.2%;
        float: left;
        background: #FFFFFF;
        text-align: center;
        padding: 40px 10px;
        margin: 3.5% 3.5% 0% 0%;
        box-shadow: 0px 0px 10px 0px rgba(31, 31, 32, 0.1);
        border-radius: 6px;
    }

    .index_a3 ul li:nth-child(5n) {
        margin-right: 0px;
    }

    .index_a3 ul li .img {}

    .index_a3 ul li .img img {
        height: 50px;
    }

    .index_a3 ul li .title {
        font-size: 20px;
        color: #333333;
        line-height: 32px;
        margin-top: 25px;
    }

    @media (max-width: 1200px) {
        .team-card {
            width: calc(33.33% - 14px);
        }
    }

    @media (max-width: 992px) {
        .team-card {
            width: calc(50% - 10px);
            padding: 0.75rem 0;
        }

        .team-img img {
            height: 220px;
        }
    }

    @media (max-width: 576px) {
        .team-grid {
            gap: 15px;
        }

        .team-img {
            padding: 0.5rem 1rem 0;
        }

        .team-img img {
            height: 200px;
        }

        .team-info {
            padding: 0.5rem 1rem;
        }

        .team-name {
            font-size: 16px;
            margin-bottom: 0.5rem;
        }

        .team-desc {
            font-size: 13px;
            margin-bottom: 0.5rem;
        }
    }

    .index_b1 {
        background: #F3F5F9;
        padding: 86px 0px;
    }

    .index_b2 {
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .index_b3 {
        width: 77.57%;
        float: left;
    }

    .index_b3 ul {}

    .index_b3 ul li {
        background: #FFFFFF;
        width: 22.3%;
        float: left;
        margin: 0px 0px 2.7% 2.7%;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
    }

    .index_b3 ul li .img {}

    .index_b3 ul li .img img {
        width: 100%;
    }

    .index_b3 ul li .cont {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url(../image/index_b.png) repeat-x center right;
        padding: 10px 20px;
    }

    .index_b3 ul li .title {
        font-size: 16px;
        color: #ffffff;
        line-height: 24px;
    }

    .index_b3 ul li .des {
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
    }

    .index_b4 {
        float: left;
        width: 22.43%;
        position: relative;
        position: relative;
        border-radius: 6px;
        overflow: hidden;
    }

    .index_b4 .img {}

    .index_b4 .img img {
        width: 100%;
    }

    .index_b4 .cont {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url(../image/index_b.png) repeat-x center right;
        padding: 10px 20px;
    }

    .index_b4 .title {
        font-size: 20px;
        color: #ffffff;
        line-height: 30px;
    }

    .index_b4 .des {
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
    }

    .index_b5 {
        width: 100%;
        overflow: hidden;
    }

    .index_b5 .title {
        background: url(../image/index_b10.png) repeat-x center left;
        width: 205px;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        margin: 0 auto;
        cursor: pointer;
    }

    .index_b6 {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .index_b6 .title {
        background: url(../image/index_b10.png) repeat-x center left;
        width: 205px;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        margin: 0 auto;
        cursor: pointer;
    }


    .index_c1 {
        margin-top: 60px;
    }

    .index_c2 {
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
    }

    .index_c2 .ul {}

    .index_c2 .ul .li {
        width: 95px;
        height: 40px;
        background: #f3f4f5;
        text-align: center;
        font-size: 14px;
        color: #666666;
        line-height: 40px;
        float: left;
        margin-right: 25px;
    }

    .index_c2 .ul .li .title {
        font-size: 14px;
        color: #666666;
        line-height: 40px;
    }

    .index_c2 .ul .li:hover,
    .index_c2 .ul .li.on {
        background: #2E3193;
    }

    .index_c2 .ul .li:hover .title,
    .index_c2 .ul .li.on .title {
        color: #FFFFFF;
    }

    .index_c2 .ul .li:nth-child(10n) {
        margin-right: 0px;
    }

    .index_c3 {
        width: 100%;
        display: table;
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .index_c4 {
        width: 49%;
        float: left;
    }

    .index_c4 .ul {}

    .index_c4 .ul .li {
        float: left;
        width: 47%;
        margin-right: 3%;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        border-radius: 6px;
    }

    .index_c4 .ul .li .img {
        width: 100%;
    }

    .index_c4 .ul .li .img img {
        width: 100%;
    }

    .index_c4 .ul .li .cont {
        padding: 15px 20px 25px;
    }

    .index_c4 .ul .li .title {
        font-size: 16px;
        color: #333333;
        line-height: 35px;
        margin-bottom: 23px;
        height: 70px;
        overflow: hidden;
    }

    .index_c4 .ul .li .pdate {
        font-size: 14px;
        color: #999999;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .index_c4 .ul .li .title1 {
        font-size: 14px;
        color: #999999;
        line-height: 26px;
    }

    .index_c5 {
        float: right;
        width: 49%;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        background: #FFFFFF;
        padding: 8px 20px 9px;
        border-radius: 6px;
    }

    .index_c5.on {
        float: left;
    }

    .index_c5.on1 {
        margin-top: 40px;
    }

    .index_c5op {
        float: left;
        width: 49%;
    }

    .index_c5op .index_c5 {
        width: 100%;
    }

    .index_c5op.on {
        float: right;
        width: 49%;
    }


    .index_c6 {}

    .index_c6 .ul {}

    .index_c6 .ul .li {
        margin: 7px 0px;
    }

    .index_c6 .ul .li {}

    .index_c6 .ul .li a {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .index_c6 .ul .li .title {
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        margin-right: 20px;
    }

    .index_c6 .ul .li .pdate {
        font-size: 16px;
        color: #999999;
        line-height: 30px;
    }


    .index_d1 {
        width: 100%;
        /* display:table; */
    }

    .index_d2 {
        width: 60%;
        float: left;
    }

    .index_d2 .ul {}

    .index_d3 {
        text-align: left;
    }

    .index_d3 .title {
        font-size: 28px;
        color: #111111;
        line-height: 38px;
    }

    .index_d3 .hx {
        margin: 15px 0px 0px;
        width: 110px;
        background: #2E3193;
        height: 3px;
    }

    .index_d4 {
        margin-top: 40px;
        width: 100%;
        display: table;
    }

    .index_d4 .ul {}

    .index_d4 .ul .li {
        float: left;
        margin: 2% 2% 0% 0px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        background: #FFFFFF;
        border-radius: 6px;
        width: 48%;
        padding: 20px;
    }

    .index_d4 .ul .li .title {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        font-weight: 700;
        height: 30px;
        overflow: hidden;
    }

    .index_d4 .ul .li .des {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
        height: 60px;       
    }

    .index_d4 .ul .li .pdate {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
        margin-top: 10px;
    }

    .index_d4 .ul .li:hover {
        background: #a4232a;
    }

    .index_d4 .ul .li:hover .pdate {
        color: #FFFFFF;
    }

    .index_d4 .ul .li:hover .title {
        color: #FFFFFF;
    }

    .index_d4 .ul .li:hover .des {
        color: #FFFFFF;
    }

    .index_d5 {
        width: 38%;
        float: right;
    }

    .index_d6 {
        margin-top: 40px;
        display: table;
    }

    .index_d6 .ul {}

    .index_d6 .ul .li {
        margin: 3% 0% 0% 0px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        background: #FFFFFF;
        border-radius: 6px;
        width: 100%;
        padding: 20px;
    }

    .index_d6 .ul .li .pdate {
        font-size: 14px;
        color: #666666;
        line-height: 30px;
        background: url(../image/index_d2.png) no-repeat center left;
        padding-left: 25px;
    }

    .index_d6 .ul .li .title {
        font-size: 18px;
        color: #000000;
        line-height: 30px;
        font-weight: 700;
        margin: 0px 0px;
        height: 60px;
        overflow: hidden;
    }

    .index_d6 .ul .li .des {
        font-size: 14px;
        color: #999999;
        line-height: 20px;
        margin-top: 10px;
    }

    .index_d6 .ul .li:hover {
        background: #a4232a;
    }

    .index_d6 .ul .li:hover .pdate {
        color: #FFFFFF;
        background: url(../image/index_d1.png) no-repeat center left;
    }

    .index_d6 .ul .li:hover .title {
        color: #FFFFFF;
    }

    .index_d6 .ul .li:hover .des {
        color: #FFFFFF;
    }

    .index_e1 {
        width: 100%;
        overflow: hidden;
        margin-top: 50px;
        display: flex;
        align-items: center;
    }

    .index_e2 {
        width: 50%;
        float: left;
    }

    .index_e2 .li {
        width: 47%;
        float: left;
        margin: 0px 3% 3% 0%;
    }

    .index_e2 .li .img {}

    .index_e2 .li img {
        width: 100%;
        border-radius: 6px;
    }

    .index_e3 {
        float: right;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        width: 50%;
    }

    .index_e3 .cont {
        font-size: 14px;
        color: #333333;
        line-height: 26px;
    }

    .index_e3 .cont p {
        font-size: 14px;
        color: #333333;
        line-height: 26px;
    }

    .index_e3 .cont img {
        max-width: 100%;
    }

    .index_e3 p {
        font-size: 14px;
        color: #333333;
        line-height: 26px;
    }

    .index_e3.on .cont {
        /* height:120px; */
        overflow: hidden;
        position: relative;
    }

    .index_e3 .cont .jka {
        display: none;
        color: #2E3193;
    }

    .index_e3.on .cont .jka a {
        color: #2E3193;
    }

    .index_e4 {
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
    }

    .index_e5 {
        float: left;
        background: #FFFFFF;
        width: 255px;
        margin-right: 30px;
    }

    .index_e6 {
        float: left;
        background: #FFFFFF;
        width: 440px;
        margin-right: 30px;
    }

    .index_e7 {
        float: left;
        background: #FFFFFF;
    }

    .index_e7 .button {
        background: #2E3193;
        color: #FFFFFF;
        color: #ffffff;
        font-size: 14px;
        height: 60px;
        width: 160px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
    }



    .index_f1 {
        width: 100%;
        display: table;
        margin-top: 30px;
    }

    .index_f1 .li {
        float: left;
        width: 235px;
        margin: 30px 30px 0px 0px;
    }

    .index_f1 .li:nth-child(6n) {
        margin-right: 0px;
    }






    /*中恒信律所-案例中心*/
    .case1 {
        width: 100%;
        overflow: hidden;
    }

    .case2 {
        float: left;
        width: 300px;
        padding-right: 25px;
        margin: 85px 0px;
    }

    .case3 {
        width: 100%;
      
        margin-bottom: 55px;
    }

    .case3 .ul .li {}

    .case3 .ul .li .title1 {
        font-size: 22px;
        color: #FFFFFF;
        line-height: 56px;
        padding: 0px 30px;
        background: #2E3193;
    }

    .case3 .ul .li .title {
        font-size: 16px;
        color: #666666;
        line-height: 46px;
        padding: 0px 30px;
        border-top: 2px solid #f3f4f5;
    }

    .case3 .ul .li.on .title {
        background: #f3f4f5;
        color: #2E3193;
    }

    .case4 {}

    .case4 .tel {
        font-size: 34px;
        color: #2E3193;
        line-height: 50px;
    }

    .case4 .title {
        font-size: 16px;
        color: #999999;
        line-height: 30px;
    }

    .case5 {}

    .case5 .li {
        margin-top: 30px;
    }

    .case5 .li .img {
        margin-bottom: 5px;
    }

    .case5 .li .img img {
        width: 30px;
    }

    .case5 .li .title {
        font-size: 16px;
        color: #999999;
        line-height: 30px;
    }


    .case6 {
        width: 900px;
        float: right;
        padding-left: 25px;
        border-left: 1px solid #ececec;
    }

    .case7 {
        margin: 60px 0px 100px;
    }

    .case7 .ul {
        margin-bottom: 60px;
    }

    .case7 .ul .li {
        border-bottom: 1px solid #ececec;
        padding: 25px;
    }

    .case7 .ul .li .title {
        font-size: 20px;
        color: #111111;
        line-height: 30px;
        font-weight: 700;
        margin: 0px 0px;
    }

    .case7 .ul .li .des {
        font-size: 16px;
        color: #666666;
        line-height: 28px;
        margin-top: 15px;
    }

    .case7 .ul .li .pdate {
        font-size: 16px;
        color: #999999;
        line-height: 30px;
        margin-top: 15px;
    }

    .case7 .ul .li:hover {
        background: #f3f4f5;
    }

    .case7 .ul .li:hover .title {
        color: #2E3193;
    }



    .casa1 {
        margin: 85px 0px 100px;
    }

    .casa2 {
        border-bottom: 1px solid #ececec;
        padding-bottom: 25px;
    }

    .casa2 .title {
        font-size: 28px;
        color: #111111;
        line-height: 30px;
    }

    .casa2 .pdate {
        font-size: 16px;
        color: #999999;
        line-height: 30px;
        margin-top: 15px;
    }

    .casa3 {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        margin-top: 30px;
    }

    .casa3 img {
        max-width: 100%;
    }

    .casa3 p {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
    }

    .casa4 {
        border-bottom: 1px solid #ececec;
        margin: 30px 0px 50px;
    }

    .casa5 {
        padding: 15px 20px;
        background: #f3f4f5;
    }

    .casa5 .li .title {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
    }

    .casa5 .li .title {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
    }

    .casa6 {
        width: 100%;
        margin-top: 40px;
    }

    .casa7 {
        text-align: left;
    }

    .casa7 .title {
        font-size: 20px;
        color: #111111;
        line-height: 30px;
    }

    .casa7 .hx {
        margin: 10px 0px 0px;
        width: 75px;
        background: #2E3193;
        height: 3px;
    }

    .casa8 {
        width: 100%;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        background: #FFFFFF;
        padding: 10px 20px;
        border-radius: 6px;
        padding-right: 10px;
        margin-top: 40px;
    }



    .team1 {}

    .team1.on {
        margin-top: 40px;
    }

    .team2 {
        width: 100%;
        display: table;
        margin: 42px 0px 40px;
    }

    .team2 .ul {}

    .team2 .ul .li {
        width: 49%;
        float: left;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 2%;
    }

    .team2 .ul .li:nth-child(2n) {
        float: right;
    }

    .team2 .ul .li .img {
        overflow: hidden;
    }

    .team2 .ul .li .img img {
        width: 100%;
    }

    .team2 .ul .li .cont {
        padding: 20px 25px;
    }

    .team2 .ul .li .cont .title {
        font-size: 22px;
        color: #000000;
        line-height: 28px;
    }

    .team2 .ul .li .cont .des {
        font-size: 18px;
        color: #666666;
        line-height: 30px;
        margin-top: 10px;
    }

    .team3 {
        width: 100%;
        display: table;
        margin: 42px 0px 40px;
    }

    .team3 .ul .li {
        width: 23%;
        margin: 0px 2.66% 2.66% 0%;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .team3 .ul .sda:nth-child(2n) .li:nth-child(2) {
        float: right;
        margin-right: 0px;
    }

    .team3 .ul .li:nth-child(4n) {
        float: right;
        margin-right: 0px;
    }

    .team3 .ul .li .img {
        height: 300px;
        overflow: hidden;
    }

    .team3 .ul .li .img img {
        width: 100%;
    }

    .team3 .ul .li .title {
        font-size: 18px;
        color: #FFFFFF;
        line-height: 28px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url(../image/index_b.png) repeat-x center right;
        padding: 10px 20px;
        text-align: center;
    }



    /*中恒信律所-联系我们*/


    .contact {
        padding: 80px 0px 100px;
    }

    .contact1 {
        width: 100%;
        overflow: hidden;
        background: #e7e9ec;
        padding: 70px 0px 60px;
        text-align: center;
    }

    .contact1 .ul {}

    .contact1 .ul .li {
        width: 150px;
        display: inline-block;
        margin: 0px 65px;
        vertical-align: top;
    }

    .contact1 .ul .li .img {}

    .contact1 .ul .li .img img {
        width: 112px;
    }

    .contact1 .ul .li .title {
        font-size: 16px;
        color: #111111;
        line-height: 30px;
        font-weight: 700;
        margin-top: 25px;
    }

    .contact1 .ul .li .title1 {
        font-size: 16px;
        color: #666666;
        line-height: 34px;
        margin-top: 20px;
    }

    .contact1 .ul .li .title2 {
        font-size: 18px;
        color: #2E3193;
        line-height: 34px;
        margin-top: 20px;
    }

    .contact2 {
        margin-top: 70px;
        height: 400px;
        font-size: 12px;
        width: 100%;
    }

    .contact2 img {
        width: 100%;
    }

    .contact3 {
        margin-top: 70px;
        position: relative;
    }

    .contact3 .img {
        height: 600px;
    }

    .contact3 .img img {
        width: 100%;
    }

    .contact4 {
        position: absolute;
        top: 50px;
        left: 60px;
    }

    .contact4 .title1 {
        font-size: 38px;
        color: #FFFFFF;
        line-height: 34px;
    }

    .contact4 .title2 {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 34px;
        margin-top: 15px;
    }

    .contact5 {
        background: #2E3193;
        position: absolute;
        top: 0px;
        right: 0px;
        opacity: 0.9;
        width: 590px;
        height: 100%;
    }

    .contact6 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 590px;
        height: 100%;
        padding: 60px;
    }

    .contact6 .dl {
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .contact6 .button {
        width: 100%;
        height: 60px;
        font-size: 18px;
        color: #2E3193;
        text-align: center;
        line-height: 60px;
        background: #FFFFFF;
        border-radius: 4px;
        cursor: pointer;
    }


    .contacs1 {
        margin: 85px 0px 100px;
    }

    .contacs2 {
        margin-top: 20px;
        overflow: hidden;
    }

    .contacs2 .li {
        margin-top: 25px;
    }

    .contacs2 .title1 {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        font-weight: 700;
        background: url(../image/contacs1.png) no-repeat center left;
        padding-left: 15px;
    }

    .contacs2 .dd {
        width: 100%;
        overflow: hidden;
        padding-left: 15px;
    }

    .contacs2 .dd .title2 {
        float: left;
        font-size: 16px;
        color: #666666;
        line-height: 24px;
        margin-right: 35px;
        margin-top: 10px;
    }

    .contacs3 {
        text-align: left;
    }

    .contacs3 .title {
        font-size: 28px;
        color: #111111;
        line-height: 30px;
    }

    .contacs3 .hx {
        margin: 20px 0px 0px;
        width: 100%;
        background: #2E3193;
        height: 2px;
    }


    .contacs4 {
        float: left;
        width: 260px;
    }

    .contacs4 .img {}

    .contacs4 .img img {
        width: 100%;
    }

    .contacs4 .button {
        font-size: 18px;
        color: #666666;
        line-height: 50px;
        background: #f3f4f5;
        margin-top: 30px;
        text-align: center;
        cursor: pointer;
    }

    .contacs4 .button:hover {
        background: #2E3193;
        color: #FFFFFF;
    }

    .contacs5 {
        width: 570px;
        float: right;
    }

    .contacs5 .title1 {
        font-size: 30px;
        color: #000000;
        line-height: 40px;
        padding-bottom: 10px;
    }

    .contacs5 .title2 {
        font-size: 20px;
        color: #666666;
        line-height: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
    }

    .contacs5 .cont {
        font-size: 16px;
        color: #333333;
        line-height: 40px;
        margin-top: 15px;
    }

    .contacs5 .cont p {
        font-size: 16px;
        color: #333333;
        line-height: 40px;
    }

    .contacs5 .cont img {
        max-width: 100%;
    }

    .contacs6 {
        overflow: hidden;
    }

    /*关于我们*/
    .about1 {
        margin-bottom: 15px;
        padding-left: 30px;
        font-size: 20px;
        color: #111111;
        line-height: 30px;
    }

    .about1.on1 {
        background: url(../image/about1.png) no-repeat center left;
    }

    .about1.on2 {
        background: url(../image/about2.png) no-repeat center left;
    }

    .about1.on3 {
        background: url(../image/about3.png) no-repeat center left;
    }

    .about1.on4 {
        background: url(../image/about4.png) no-repeat center left;
    }

    .about2 {
        padding-bottom: 40px;
        border-bottom: 2px solid #e7e9ec;
        margin-bottom: 40px;
    }

    .about3 {
        width: 100%;
        overflow: hidden;
    }

    .about3 .cont {
        font-size: 14px;
        color: #333333;
        line-height: 32px;
    }

    .about3 .cont p {
        font-size: 14px;
        color: #333333;
        line-height: 32px;
    }

    .about3 .cont img {
        max-width: 100%;
    }

    .about4 {
        float: left;
        width: 49%;
    }

    .about4 .li {
        margin-top: 45px;
    }

    .about4 .li.on {
        margin-top: 0px;
    }

    .about5 {
        float: right;
        width: 49%;
    }


    .about6 {
        width: 100%;
        display: table;
        margin-top: 30px;
    }

    .about6 .li {
        float: left;
        width: 175px;
        margin: 30px 30px 0px 0px;
    }

    .about6 .li:nth-child(6n) {
        margin-right: 0px;
    }

    .about6 .li img {
        width: 100%;
    }

    .abous1 {
        margin-top: 60px;
        position: relative;
    }

    .abous1 img {
        width: 100%;
        border-radius: 6px;
    }

    .abous1 .swiper-button-prev {
        background: url(../image/abous4.png) no-repeat center center;
        width: 82px;
        height: 82px;
        background-size: 82px 82px;
        opacity: 1 !important;
        z-index: 10001;
        position: absolute;
        top: 50%;
        left: 22.4%;
        margin-top: -50px;
        transition: all 0.3s;
    }

    .abous1 .swiper-button-prev:hover {
        background: url(../image/abous6.png) no-repeat center center;
        background-size: 82px 82px;
    }

    .abous1 .swiper-button-next {
        background: url(../image/abous5.png) no-repeat center center;
        width: 82px;
        height: 82px;
        background-size: 82px 82px;
        opacity: 1 !important;
        z-index: 10001;
        position: absolute;
        top: 50%;
        right: 22.4%;
        margin-top: -50px;
        transition: all 0.3s;
    }

    .abous1 .swiper-button-next:hover {
        background: url(../image/abous7.png) no-repeat center center;
        background-size: 82px 82px;
    }



    .abous2 {
        position: relative;
        margin-top: 60px;
    }

    .abous2 .swiper-slide {
        position: relative;
        height: 400px;
    }

    .abous2 .swiper-slide.swiper-slide-active .abous6 {
        opacity: 1;
    }

    .abous2 .swiper-slide.swiper-slide-active .pdate {
        color: #2E3193;
    }

    .abous2 .title {
        font-size: 20px;
        color: #111111;
        line-height: 30px;
    }

    .abous2 .des {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        margin-top: 5px;
    }

    .abous2 .pdate {
        font-size: 20px;
        color: #666666;
        line-height: 30px;
        margin-top: 5px;
    }

    .abousa1 {
        position: relative;
        width: 1000px;
        margin: 50px auto 0px;
        overflow: hidden;
    }

    .abousa2 {
        width: 2px;
        height: 100%;
        background: #2E3193;
        position: absolute;
        top: 0px;
        left: 50%;
    }

    .abousa1 .ul {}

    .abousa1 .ul .li {
        float: left;
        width: 51%;
        text-align: right;
        position: relative;
    }

    .abousa1 .ul .li:nth-child(2n) {
        float: right;
        text-align: left;
    }

    .abousa1 .ul .li:nth-child(2n) .cont {
        padding: 0px 0px 0px 50px;
        background: url(../image/zx1.png) no-repeat left 5px top 10px;
        background-size: 24px auto;
    }

    .abousa1 .cont {
        padding: 0px 50px 0px 0px;
        background: url(../image/zx2.png) no-repeat right 3px top 10px;
        background-size: 24px auto;
    }

    .abousa1 .title {
        font-size: 16px;
        color: #111111;
        line-height: 30px;
        margin-top: 5px;
    }

    .abousa1 .pdate {
        font-size: 20px;
        color: #666666;
        line-height: 30px;
        font-weight: 700;
    }




    .abous3 {
        position: absolute;
        bottom: 240px;
        left: 0px;
        width: 160%;
    }

    .abous4 {
        position: absolute;
        top: 240px;
        left: 0px;
        width: 160%;
    }

    .abous5 {
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -2px;
        border-bottom: 4px solid #e1e1e1;
        width: 100%;
    }

    .abous6 {
        position: absolute;
        left: 0px;
        top: 50%;
        width: 20px;
        height: 20px;
        background: #2E3193;
        border-radius: 50px;
        margin-top: -8px;
        opacity: 0;
    }


    .business1 {
        width: 100%;
        background: #f3f4f5;
        padding: 30px 0px;
    }

    .business1 .ul {}

    .business1 .ul .li {
        width: 94px;
        float: left;
        border-radius: 3px;
        text-align: center;
        background: #FFFFFF;
        margin-right: 28px;
    }

    .business1 .ul .li:last-child {
        margin-right: 0px;
    }

    .business1 .ul .li .title {
        font-size: 16px;
        color: #666666;
        line-height: 46px;
    }

    .business1 .ul .li.on .title {
        background: #2E3193;
        color: #FFFFFF;
    }



    .business2 {
        margin-top: 50px;
    }

    .business3 {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .business3 ul {
        font-size: 0px;
    }

    .business3 ul li {
        background: #FFFFFF;
        width: 18.5%;
        display: inline-block;
        margin: 1.7% 1.7% 0% 0px;
        position: relative;
        border-radius: 2px;
        overflow: hidden;
    }

    .business3 ul li:last-child {
        margin-right: 0px;
    }

    .business3 ul li .img {}

    .business3 ul li .img img {
        width: 100%;
        border-radius: 6px;
    }

    .business3 ul li .cont {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url(../image/index_b.png) repeat-x center right;
        padding: 5px 20px;
    }

    .business3 ul li .title {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
    }

    .business3 ul li .des {
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
    }

    .business3 ul li:nth-child(5n) {
        margin-right: 0px;
    }

    .business3.on {
        width: 937px;
        margin: 0 auto;
    }

    .business3.on ul li {
        width: 23.7%;
    }

    .business3.on ul li:nth-child(4n) {
        margin-right: 0px;
    }

    .business3.on ul li:nth-child(5n) {
        margin: 1.7% 1.7% 0% 0px;
    }

    .business4 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .business4 img {
        max-width: 100%;
    }

    .business4 p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }








    .businesa1 {
        width: 100%;
        display: table;
        margin: 40px 0px 60px;
    }

    .businesa1 ul {}

    .businesa1 ul li {
        width: 23.7%;
        float: left;
        background: #FFFFFF;
        text-align: left;
        padding: 40px 20px 10px;
        margin: 1.5% 1.5% 0% 0%;
        box-shadow: 0px 0px 5px 0px rgba(31, 31, 32, 0.1);
        border-radius: 6px;
        transition: all 0.3s;
    }

    .businesa1 ul li:hover {
        box-shadow: 0px 0px 15px 0px rgba(31, 31, 32, 0.1);
    }

    .businesa1 ul li:nth-child(4n) {
        margin-right: 0px;
    }

    .businesa1 ul li .img {}

    .businesa1 ul li .img img {
        height: 52px;
    }

    .businesa1 ul li .title {
        font-size: 20px;
        color: #111111;
        line-height: 30px;
        margin-top: 15px;
    }

    .businesa1 ul li .des {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        margin-top: 15px;
        height: 120px;
        overflow: hidden;
    }

    .businesa2 {
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
    }

    .businesa2 .title {
        font-size: 20px;
        color: #b51126;
        line-height: 30px;
        margin-top: 15px;
    }

    .businesa2 .des {
        font-size: 14px;
        color: #000000;
        line-height: 30px;
        margin-top: 15px;
    }

    .businesa2 .des p {
        font-size: 14px;
        color: #000000;
        line-height: 30px;
    }

    .businesa2 .des img {
        max-width: 100%;
    }



    .businesa2 .ul1 {
        width: 100%;
        overflow: hidden;
    }

    .businesa2 .ul1 .li {
        float: left;
        width: 23.5%;
        margin-right: 2%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px 20px;
    }

    .businesa2 .ul1 .li:nth-child(4n) {
        margin-right: 0px;
    }


    .businesa2 .ul2 {
        width: 100%;
        overflow: hidden;
    }

    .businesa2 .on {
        margin-top: 2%;
    }

    .businesa2 .ul2 .li {
        float: left;
        width: 32%;
        margin-right: 2%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px 20px;
    }

    .businesa2 .ul2 .li:nth-child(3n) {
        margin-right: 0px;
    }

    .businesa2 .ul3 {
        width: 100%;
        overflow: hidden;
    }

    .businesa2 .ul3 .li {
        float: left;
        width: 49%;
        margin-right: 2%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px 20px;
    }

    .businesa2 .ul3 .li:nth-child(2n) {
        float: right;
        margin-right: 0px;
    }


    .businesa2 .ul4 {
        width: 100%;
        overflow: hidden;
    }

    .businesa2 .ul4 .li {
        width: 100%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px 20px;
    }


    .businesa2 .ul5 {
        width: 74.5%;
        float: left;
    }

    .businesa2 .ul5 .li {
        float: left;
        width: 31.33%;
        margin-right: 2%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px 20px;
    }

    .businesa2 .ul6 {
        width: 25.5%;
        float: left;
    }

    .businesa2 .ul6 .li {
        width: 100%;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 20px 20px;
        min-height: 433px;
    }



    .businesa2 .ul1 .des {
        height: 150px;
        overflow: hidden;
    }

    .businesa2 .ul1.on1 .des {
        height: 210px;
        overflow: hidden;
    }

    .businesa2 .ul2 .des {
        height: 180px;
        overflow: hidden;
    }

    .businesa2 .ul3 .des {
        height: 210px;
        overflow: hidden;
    }

    .businesa2 .ul5 .des {
        height: 150px;
        overflow: hidden;
    }

    .businesa2 .ul5 .li.on .des {
        height: 60px;
        overflow: hidden;
    }




    .businesa3 {
        padding: 86px 0px 86px;
        background: url(../image/businesa5.png) no-repeat center left;
        background-size: cover;
    }

    .businesa4 {
        margin: 80px 0px;
        text-align: center;
    }

    .businesa4 .ul {
        font-size: 0px;
    }

    .businesa4 .ul .li {
        display: inline-block;
        margin: 0px 66px;
        vertical-align: top;
    }

    .businesa4 .ul .li .img {}

    .businesa4 .ul .li .img img {
        height: 50px;
    }

    /* .businesa4 .ul .li:nth-child(4n){margin-right:0px;} */
    .businesa4 .ul .li .title {
        font-size: 40px;
        color: #ffffff;
        line-height: 60px;
        opacity: 0.6;
        margin-top: 20px;
    }

    .businesa4 .ul .li .des {
        font-size: 20px;
        color: #ffffff;
        line-height: 30px;
        margin-top: 15px;
    }

    .businesa4 .ul .li:nth-child(1) {
        margin-left: 0px;
    }

    .businesa4 .ul .li:nth-child(6) {
        margin-right: 0px;
    }

    .businesa5 {
        width: 100%;
        overflow: hidden;
        margin-top: 40px;
    }

    .businesa5 .ul {
        text-align: center;
        font-size: 0px;
    }

    .businesa5 .ul .li {
        display: inline-block;
        width: 32%;
        margin: 2% 2% 0px 0px;
        background: #FFFFFF;
    }

    .businesa5 .ul .li:nth-child(3n) {
        margin-right: 0px;
    }

    .businesa5 .ul .li .img {
        float: left;
        width: 44%;
    }

    .businesa5 .ul .li .img img {
        width: 100%;
    }

    .businesa5 .ul .li .cont {
        float: left;
        width: 56%;
        text-align: left;
        padding: 20px 0px 0px 15px;
    }

    .businesa5 .ul .li .title {
        font-size: 20px;
        color: #000000;
        line-height: 30px;
    }

    .businesa5 .ul .li .title span {
        font-size: 36px;
        color: #2E3193;
        margin-right: 10px;
    }

    .businesa5 .ul .li .des {
        font-size: 12px;
        color: #000000;
        line-height: 30px;
        margin-top: 5px;
    }

    .businesa5 .ul .li .title1 {
        font-size: 42px;
        color: #2E3193;
        line-height: 36px;
        /* margin-right:10px; */
    }


    .businesb1 {
        width: 100%;
        overflow: hidden;
        margin: 40px 0px 60px 0px;
    }

    .businesb1 .ul {}

    .businesb1 .ul .li {
        width: 49%;
        float: left;
        background: #FFFFFF;
        position: relative;
        padding: 0px 20px 0px 50px;
        margin-top: 2%;
    }

    .businesb1 .ul .li.on {
        float: right;
    }

    .businesb1 .ul .li .des {
        font-size: 14px;
        color: #333333;
        line-height: 32px;
        padding: 35px 0px;
    }

    .businesb1 .ul .li .des1 {
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding: 15px 0px;
    }

    .businesb1 .ul .li .ico {
        position: absolute;
        top: 50%;
        left: 10px;
        border-radius: 50px;
        background: #f9e7e9;
        padding: 3px;
        overflow: hidden;
        margin-top: -13px;
    }

    .businesb1 .ul .li .ico1 {
        background: #2E3193;
        border-radius: 50px;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
    }

    .businesb1 .ul .li .des2 {
        font-size: 14px;
        color: #333333;
        line-height: 34px;
        padding: 16px 0px;
    }


    .businesb2 {}

    .businesb2 {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin: 60px 0px 0px 0px;
    }

    .businesb2 .ul {}

    .businesb2 .ul .li {
        width: 35%;
        float: left;
        background: #FFFFFF;
        position: relative;
        padding: 0px 40px 0px 0px;
        text-align: right;
    }

    .businesb2 .ul .li.on {
        float: right;
        padding: 0px 0px 0px 40px;
        text-align: left;
    }

    .businesb2 .ul .li.on .ico {
        right: inherit;
        left: 0px;
    }

    .businesb2 .ul .li .des {
        font-size: 16px;
        color: #333333;
        line-height: 26px;
        padding: 15px 0px;
        border-bottom: 1px dashed #e7e9ec;
    }

    .businesb2 .ul .li .ico {
        position: absolute;
        top: 50%;
        right: 0px;
        border-radius: 50px;
        background: #f9e7e9;
        padding: 3px;
        overflow: hidden;
        margin-top: -13px;
    }

    .businesb2 .ul .li .ico1 {
        background: #2E3193;
        border-radius: 50px;
        height: 20px;
        width: 20px;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        line-height: 20px;
    }

    .businesb3 {
        position: absolute;
        top: 15px;
        left: 37%;
        width: 26.5%;
    }

    .businesb3 img {
        width: 100%;
    }

    .businesb4 {
        width: 100%;
        overflow: hidden;
        margin-top: 30px;
        position: relative;
    }

    .businesb5 {
        float: left;
        width: 47.5%;
    }

    .businesb5.on {
        float: right;
        width: 47.5%;
    }

    .businesb6 {
        text-align: center;
        font-size: 22px;
        color: #2E3193;
        line-height: 58px;
        background: #FFFFFF;
    }

    .businesb7 {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .businesb7 ul {
        font-size: 0px;
    }

    .businesb7 ul li {
        float: left;
        background: #FFFFFF;
        width: 30%;
        margin: 5% 5% 0% 0px;
        position: relative;
        border-radius: 2px;
        overflow: hidden;
    }

    .businesb7 ul li:last-child {
        margin-right: 0px;
    }

    .businesb7 ul li .img {}

    .businesb7 ul li .img img {
        width: 100%;
        border-radius: 6px;
    }

    .businesb7 ul li .cont {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url(../image/index_b.png) repeat-x center right;
        padding: 10px 20px;
    }

    .businesb7 ul li .title {
        font-size: 16px;
        color: #ffffff;
        line-height: 24px;
    }

    .businesb7 ul li .des {
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
    }

    .businesb7 ul li:nth-child(3n) {
        margin-right: 0px;
    }

    .businesb8 {
        position: absolute;
        top: 10%;
        left: 50%;
        border-left: 3px dashed #e7e9ec;
        height: 80%;
    }




    .aa {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .sss {
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
    }







    .input1 {
        width: 100%;
        height: 60px;
        border: 0px;
        background: #FFFFFF;
        padding: 0px 25px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
    }

    .input1::-webkit-input-placeholder {
        color: #999999;
    }

    .input1::-moz-input-placeholder {
        color: #999999;
    }

    .input1::-ms-input-placeholder {
        color: #999999;
    }

    .input2 {
        width: 100%;
        height: 60px;
        border: 0px;
        background: #FFFFFF;
        padding: 0px 25px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
    }

    .input2::-webkit-input-placeholder {
        color: #999999;
    }

    .input2::-moz-input-placeholder {
        color: #999999;
    }

    .input2::-ms-input-placeholder {
        color: #999999;
    }


    .textarea1 {
        width: 100%;
        height: 200px;
        resize: none;
        border: 1px solid #E5E5E5;
        padding: 10px 25px;
        line-height: 30px;
        font-size: 16px;
        color: #333333;
        display: block;
    }

    .textarea1::-webkit-input-placeholder {
        color: #999999;
    }

    .textarea1::-moz-input-placeholder {
        color: #999999;
    }

    .textarea1::-ms-input-placeholder {
        color: #999999;
    }





















    /*底部*/
    .footer {
        background: url(../image/footer.png) no-repeat center left;
        background-size: cover;
        width: 100%;
        overflow: hidden;
        padding: 80px 0 30px;
    }

    .footer_cont {
        width: 100%;
        overflow: hidden;
    }

    .footer_left {
        float: left;
        width: 410px;
    }

    .footer_left .logos {}

    .footer_left .logos img {
        height: 42px;
    }

    .footer_left .des {
        font-size: 14px;
        color: #aab5cb;
        line-height: 38px;
        margin-top: 20px;
    }

    .footer_left .bottom {
        background: #2E3193;
        color: #FFFFFF;
        color: #ffffff;
        font-size: 16px;
        height: 46px;
        width: 180px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
        margin-top: 70px;
    }

    .footer_list {
        margin-left: 80px;
    }

    .footer_list {
        float: left;
    }

    .footer_list ul {
        float: left;
        margin-right: 44px;
    }

    .footer_list ul li {
        margin-top: 20px;
    }

    .footer_list ul li .title {
        font-size: 20px;
        color: #ffffff;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .footer_list ul li .title1 {
        font-size: 14px;
        color: #707f9b;
        line-height: 30px;
        background: url(../image/footer_list.png) no-repeat center left;
        padding-left: 15px;
    }

    .footer_list ul li .title2 {
        font-size: 14px;
        color: #aab5cb;
        line-height: 30px;
        padding-left: 0px;
    }

    .footer_list ul li .title2.on1 {
        background: url(../image/footer3.png) no-repeat center left;
    }

    .footer_list ul li .title2.on2 {
        background: url(../image/footer4.png) no-repeat center left;
    }

    .footer_list ul li .title2.on3 {
        background: url(../image/footer5.png) no-repeat center left;
    }

    .footer_list ul li .title1:hover {
        opacity: 1;
    }

    .footer_fx {
        float: right;
    }

    .footer_fx li {
        float: left;
        margin-left: 20px;
    }

    .footer_fx li .img {
        width: 120px;
    }

    .footer_fx li .img img {
        width: 100%;
    }

    .footer_fx .title {
        font-size: 18px;
        color: #ffffff;
        line-height: 26px;
        text-align: left;
        margin-bottom: 35px;
    }


    .footer_bottom {
        width: 100%;
        overflow: hidden;
        margin-top: 70px;
        text-align: center;
    }

    .footer_bottom .pic {
        font-size: 14px;
        color: #aab5cb;
        line-height: 70px;
        background: #1c2c4a;
    }

    .footer_bottom .pic a {
        font-size: 14px;
        color: #aab5cb;
        line-height: 70px;
        background: #1c2c4a;
    }


    .opl1 {}

    .opl2 {
        display: none;
    }

    .opl2.on {
        display: block;
    }



    .aa {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .sss {
        flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
    }





    .fudong_right {
        width: 72px;
        height: 400px;
        position: fixed;
        bottom: 50px;
        right: 8px;
        z-index: 55;
    }

    .fudong_right li {
        height: 74px;
        width: 74px;
        background: #e32021;
        text-align: center;
        margin-bottom: 4px;
    }

    .fudong_right li img {
        margin-top: 13px;
    }

    .fudong_right li p {
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

    .fudong_right .wx_tc {
        position: relative;
    }

    .fudong_right .wx_tc .win {
        display: none;
        position: absolute;
        bottom: 0;
        right: 80px;
    }

    .fudong_right .wx_tc .win img {
        margin-top: 0;
    }

    .fudong_right a.to-top {
        height: 42px;
        width: 72px;
        background: #222 url(../image/to_top.png) no-repeat center;
        text-align: center;
        line-height: 42px;
        display: block;
        cursor: pointer;
    }

    .fudong_right .wx_tc:hover .win {
        display: block;
        border: 2px solid #e32021;
        background: #fff;
        position: absolute;
    }

    .tel_tc {
        position: relative;
    }

    .tel_tc .tel_hover {
        height: 80px;
        width: 160px;
        background: #fff;
        border: 2px solid #e32021;
        display: none;
        padding-top: 14px;
    }

    .tel_tc .tel_hover p {
        font-size: 16px;
        color: #333;
        line-height: 1.2;
        text-align: center;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .tel_tc .tel_hover span {
        display: block;
        font-size: 20px;
        color: #e32021;
        line-height: 1.2;
        text-align: center;
        font-family: "Impact";
    }

    .tel_tc:hover .tel_hover {
        display: block;
        position: absolute;
        right: 80px;
        top: 0;
    }

    .fudong_right .wx_tc .win .wei-bg {
        width: 258px;
        height: 258px;
        display: none;
        position: absolute;
        background: rgba(222, 21, 21, 0.1);
        border-bottom: 2px solid #e32021;
        animation: move 2s linear infinite;
        -webkit-animation: move 2s linear infinite;
        -moz-animation: move 2s linear infinite;
        1 -o-animation: move 2s linear infinite;
        -ms-animation: move 2s linear infinite;
    }

    .fudong_right .wx_tc.win span {
        display: none;
    }

    .fudong_right .wx_tc:hover .win .wei-bg {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
    }

    @keyframes move {
        from {
            height: 0
        }

        to {
            height: 110px;
        }
    }

    @-webkit-keyframes move {
        from {
            height: 0
        }

        to {
            height: 110px;
        }
    }

    @-moz-keyframes move {
        from {
            height: 0
        }

        to {
            height: 110px;
        }
    }

    @-o-keyframes move {
        from {
            height: 0
        }

        to {
            height: 110px;
        }
    }






    .team3 .ul .li .img img,
    .team2 .ul .li .img img,
    .businesb7 ul li .img img,
    .business3 ul li .img img,
    .index_b3 ul li .img img,
    .index_b4 .img img {
        transition: all 0.5s;
    }

    .team3 .ul .li:hover .img img,
    .team2 .ul .li:hover .img img,
    .businesb7 ul li:hover .img img,
    .business3 ul li:hover .img img,
    .index_b3 ul li:hover .img img,
    .index_b4:hover .img img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        /* IE 9 */
        -moz-transform: scale(1.1);
        /* Firefox */
        -webkit-transform: scale(1.1);
        /* Safari 和 Chrome */
        -o-transform: scale(1.1);
    }

    .businesa1 ul li .title,
    .businesb2 .ul .li .des,
    .businesa1 ul li .des,
    .businesa1 ul li .title,
    .index_c6 .ul .li .title,
    .index_c4 .ul .li .title,
    .index_a3 ul li .title {
        transition: all 0.5s;
    }

    .businesa1 ul li:hover .title,
    .businesb2 .ul .li:hover .des,
    .businesa1 ul li:hover .des,
    .businesa1 ul li:hover .title,
    .index_c6 .ul .li:hover .title,
    .index_c4 .ul .li:hover .title,
    .index_a3 ul li:hover .title {
        color: #2E3193;
    }



    .htyj1 {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        height: 250px;
        width: 210px;
        background: #FFFFFF;
        z-index: 10;
        margin: -105px 0px 0px -105px;
    }

    .htyj2 {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #000000;
        opacity: 0.3;
    }

    .htyj3 {
        position: relative;
        padding: 0px 0px 0px 0px;
    }

    .htyj3 .ico {
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden;
    }

    .htyj3 .ico img {
        width: 20px;
        cursor: pointer;
        float: right;
    }

    .htyj3 .ico .title {
        float: left;
        font-size: 16px;
        line-height: 20px;
    }

    .htyj3 .img {
        padding: 15px;
    }

    .htyj3 .img img {
        width: 180px;
        height: 180px;
    }

    .htyj1.on {
        display: block;
    }

    .htyj2.on {
        display: block;
    }

    .ghr1 {
        margin-top: 60px;
        background: #FFFFFF;
        padding: 40px;
        border-radius: 6px;
        margin: 40px auto 0px;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }

    .ghr1 img {
        max-width: 100%;
    }

    .ghr1 p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }



    .business2a {
        margin-top: 50px;
    }

    .business3a {
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .business3a ul {
        font-size: 0px;
    }

    .business3a ul li {
        background: #FFFFFF;
        width: 18.5%;
        display: inline-block;
        margin: 1.7% 1.7% 0% 0px;
        position: relative;
        border-radius: 2px;
        overflow: hidden;
    }

    .business3a ul li:last-child {
        margin-right: 0px;
    }

    .business3a ul li .img {}

    .business3a ul li .img img {
        width: 100%;
        border-radius: 6px;
    }

    .business3a ul li .cont {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background: url(../image/index_b.png) repeat-x center right;
        padding: 5px 20px;
    }

    .business3a ul li .title {
        font-size: 16px;
        color: #ffffff;
        line-height: 30px;
    }

    .business3a ul li .des {
        font-size: 16px;
        color: #ffffff;
        line-height: 26px;
    }

    .business3a ul li:nth-child(5n) {
        margin-right: 0px;
    }

    .business3a.on {
        width: 937px;
        margin: 0 auto;
    }

    .business3a.on ul li {
        width: 23.7%;
    }

    .business3a.on ul li:nth-child(4n) {
        margin-right: 0px;
    }

    .business3a.on ul li:nth-child(5n) {
        margin: 1.7% 1.7% 0% 0px;
    }

    .business3a ul li.on .title {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }

    .business3a ul li.on .cont {
        background: url(../image/dnn5.png) repeat center center;
    }


    .business4a {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .business4a img {
        max-width: 100%;
    }

    .business4a p {
        font-size: 16px;
        color: #333333;
        line-height: 30px;
    }

    .business2a {
        padding-bottom: 30px;
    }

    .business5a {
        border-top: 2px solid #e2e2e2;
        padding: 30px 0px;
    }

    .business6a {
        border-top: 2px solid #e2e2e2;
        padding: 30px 0px;
    }

    .business7a {
        border-top: 2px solid #e2e2e2;
        padding: 30px 0px;
    }

    .business5a1 {
        height: 28px;
        border-left: 5px solid #2E3193;
        padding-left: 15px;
        font-size: 26px;
        color: #2E3193;
    }

    .business5a2 {
        font-size: 16px;
        color: #101010;
        line-height: 200%;
        margin-top: 20px;
    }

    .abody3 {
        overflow: hidden;
        margin-top: 30px;
    }

    .abody3 ul li {
        width: 30%;
        float: left;
        text-align: left;
        overflow: hidden;
        margin-right: 5%;
        transition: all 0.3s;
        background: #f7f7f7;
        padding: 20px 20px 20px 20px;
    }

    .abody3 ul li:nth-child(3) {
        margin-right: 0%;
    }

    .apd31 {
        overflow: hidden;
    }

    .apd311 {
        float: left;
        width: 20%;
    }

    .apd312 {
        float: left;
        width: 80%;
    }

    .apd311 img {
        margin-top: 20px;
        width: 60%;
    }

    .apd312 h2 {
        font-size: 18px;
        color: #333;
        margin-top: 3px;
        line-height: 200%;
    }

    .apd312 p {
        font-size: 15px;
        color: #333;
        line-height: 190%;
        text-align: left;
    }

    .business6a2 {
        margin-top: 30px;
    }


    .banner12 .swiper-container {
        position: relative;
        overflow: hidden;
    }

    .banner12 .swiper-container .swiper-pagination {
        position: static;
        z-index: 2100;
        text-align: center;
        height: 40px;
        display: inline-block;
        padding: 10px 20px;
        background: #f5f5f5;
        width: auto;
        margin: 0 auto;
        border-radius: 20px;
    }

    .banner12 .swiper-pagination .swiper-pagination-bullet {
        border-radius: 0px;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #e9e9e9;
        opacity: 0.7;
        margin: 0px 5px
    }

    .banner12 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        opacity: 1;
        background: #2E3193;
    }

    .banner12 .swiper-container .swiper-slide {
        position: relative;
    }

    .swiper-pagination0 {
        text-align: center;
        margin: 20px 0px;
    }

    .oon {
        margin-top: 30px;
    }

    .banner12 img {
        width: 100%;
    }

    .index_b55 {
        width: 100%;
        overflow: hidden;
    }

    .index_b55 .title {
        background: url(../image/index_b10.png) repeat-x center left;
        width: 205px;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
        margin: 0 auto;
        cursor: pointer;
    }

    .new6 {
        margin: 85px 0px -50px;
        height: 40px;
    }

    .new7 {
        float: left;
        width: 20%;
        height: 40px;
        font-size: 14px;
        color: #2B2B2B;
        border-radius: 0.5rem;
        border: 0.1rem solid #E8E8E8;
        background: #FFFFFF;
        line-height: 40px;
        padding: 0rem 1.8rem;
        margin-right: 2rem;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("../image/new4.png") no-repeat scroll right 1.8rem center;
        background-size: 1.4rem auto;
        position: relative;
        cursor: pointer;
    }

    .new7 .cont {
        opacity: 0;
        position: absolute;
        top: 120%;
        left: 0rem;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
        height: 0rem;
        overflow: auto;
        transition: all 0.3s;
        z-index: 5;
    }

    .new7 .cont .li {
        padding: 0rem 1.8rem;
        line-height: 3.8rem;
        font-size: 1.4rem;
        color: #2B2B2B;
        transition: all 0.3s;
    }

    .new7 .cont .li:hover,
    .new7 .cont .li.on {
        background: #F4F4F4;
    }

    .new7:hover .cont,
    .new7.on .cont {
        opacity: 1;
        height: 30.4rem;
    }

    .new7.new8 {
        background: none;
        padding: 0px;
    }

    .new7.new8 input {
        border: 0px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #2B2B2B;
        background: none;
        text-indent: 20px;
    }

    .new7.new9 {
        background: none;
        padding: 0px;
    }

    .new7.new9 button {
        border: 0px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #fff;
        background: none;
        display: block;
        text-align: center;
        width: 100%;
        background: #2E3193;
        border-radius: 0.5rem;
    }

    .team3 .ul .li .conty {
        background: url(../image/index_b.png) repeat-x center right;
        padding: 12px 20px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

    .team3 .ul .li .title1 {
        font-size: 18px;
        color: #D2A36C;
        line-height: 28px;
        text-align: left;
        overflow: hidden;
    }

    .team3 .ul .li .title1 b {
        font-size: 18px;
        float: left;
        display: block;
        width: 45%;
        font-weight: bold;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }


    .team3 .ul .li .title1 span {
        float: left;
        display: block;
        width: 55%;
        margin-top: 5px;

        font-size: 14px;
        font-weight: bold;
        color: #D2A36C;
        line-height: 16px;
        border-left: 1px solid #fff;
        text-align: center;
    }

    .team3 .ul .li .des {
        font-size: 15px;
        color: #eee;
        line-height: 28px;
        text-align: left;
    }

    .new7.new10 {
        background: none;
        padding: 0px;
        border: 0px;
    }

    .new7.new10 .title {
        display: none;
    }

    .new7.new10 .cont1 {
        display: block;
        background: none;
    }

    .new7.new10 .cont1 select {
        border: 0.1rem solid #E8E8E8;
        background: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #2B2B2B;
        font-size: 14px;
        text-indent: 20px;
        border-radius: 0.5rem;
    }

    .index_b6 .title.ghjq1 {
        background: none;
        color: #000;
    }

    .contacs5 .title2 {
        font-size: 20px;
        color: #666666;
        line-height: 30px;
        padding-bottom: 0px;
        border-bottom: 0px solid #ececec;
    }

    .contacs5 .title5 {
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
    }


    .banner3.vdfd .title_cn {
        font-size: 50px;
        color: #FFFFFF;
        height: 90px;
        line-height: 100%;
    }

    .banner3.vdfd .title_en {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 40px;
        opacity: 1;
    }

    .index_dn10 {
        background: url(../image/xq11.png) no-repeat left center;
        height: 30px;
        padding-left: 15px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .index_dn11 {
        overflow: hidden;
        text-align: center;
    }

    .index_dn11 .li {
        width: 18%;
        display: inline-block;
        margin-right: 2.5%;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    .index_dn11 .li.li:nth-child(5n) {
        margin-right: 0px;
    }

    .index_dn11 .li .img img {
        width: 100%;
        border-radius: 6px;
    }

    .index_dn11 .li .cont1 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(../image/xq12.png) no-repeat center bottom;
        background-size: 100% auto;
        z-index: 1;
    }

    .index_dn11 .li .cont {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        z-index: 2;
        text-align: center;
        COLOR: #FFF;
    }

    .index_dn11 .li .cont .title1 {
        font-size: 18px;
        line-height: 170%;
        margin-bottom: 5px;
        color: #fff;
    }

    .index_dn11 .li .cont .des p {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 5px;
        color: #fff;
    }

    .index_dn2 {
        margin-top: 40px;
    }

    .index_dn2 .li {
        width: 18.8%;
        float: left;
        margin-right: 1.5%;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        height: 300px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 6px #ccc;
        padding: 17px;
    }

    .index_dn2 .li:nth-child(5n) {
        margin-right: 0px;
    }

    .index_dn2 .li .img img {
        height: 20px;
    }

    .index_dn2 .li .img {
        margin-bottom: 20px;
    }

    .index_dn2 .li .img2 {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 40px;
        height: 40px;
        background: #F3F4F5;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        color: #B0B5BF;
    }


    .index_dn2 .li .img3 {
        position: absolute;
        right: 0px;
        top: 30px;
        width: 20px;
        height: 7px;
        background: #F3F4F5;
    }

    .index_dn2 .li:hover .img2 {
        background: #2E3193;
        color: #fff;
    }

    .index_dn2 .li:hover .img3 {
        background: #2E3193;
    }

    .index_dn2 .li:hover {
        border: 1px solid #2E3193;
        cursor: pointer;
    }

    .index_dn2 .li:hover .cont .title1 {
        color: #2E3193;
    }

    .index_dn2 .li .cont .title1 {
        font-size: 18px;
        line-height: 150%;
        margin-bottom: 15px;
        color: #000;
        font-weight: 700;
    }

    .index_dn2 .li .cont .des ul li {
        font-size: 12px;
        line-height: 220%;
        margin-bottom: 5px;
        color: #6B6B6B;
        font-weight: 700;
        background: url(../image/xq14.png) no-repeat left center;
        padding-left: 15px;
    }


    .index_a399 {
        margin-top: 40px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .index_a399 .ul .li {
        width: 48.5%;
        float: left;
        margin-right: 3%;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #E8E8E8;
        padding: 20px 0px;
    }

    .index_a399 .ul .li:nth-child(2n) {
        margin-right: 0px;
    }

    .index_a399 .ul .li .img {
        display: none;
    }

    .index_a399 .ul .li .title1 {
        font-size: 16px;
        line-height: 170%;
        margin-bottom: 10px;
        color: #000;
        font-weight: 700;
        height: 34px;
        overflow: hidden;
    }

    .index_a399 .ul .li .des p {
        font-size: 14px;
        line-height: 200%;
        margin-bottom: 0px;
        color: #666;
        font-weight: 400;
    }

    .index_a399 .ul .li .des {
        height: 56px;
        overflow: hidden;
    }

    .index_a399 .ul .li .date {
        font-size: 14px;
        line-height: 200%;
        margin-bottom: 0px;
        color: #666;
        font-weight: 400;
    }

    .index_a399 .ul .li:hover .title1 {
        color: #2E3193;
    }

    .index_a400 {
        margin-top: 40px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .index_a400 .ul .li {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #E8E8E8;
        padding: 20px 20px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #fff;
    }

    .index_a400 .ul .li:nth-child(3n) {
        margin-right: 0px;
    }

    .index_a400 .ul .li .img {
        display: none;
    }

    .index_a400 .ul .li .title1 {
        font-size: 16px;
        line-height: 170%;
        margin-bottom: 10px;
        color: #000;
        font-weight: 700;
        height: 34px;
        overflow: hidden;
    }

    .index_a400 .ul .li .des p {
        font-size: 14px;
        line-height: 220%;
        margin-bottom: 0px;
        color: #666;
        font-weight: 400;
    }

    .index_a400 .ul .li .des {
        height: 94px;
        overflow: hidden;
    }

    .index_a400 .ul .li .date {
        font-size: 14px;
        line-height: 220%;
        margin-bottom: 0px;
        color: #666;
        font-weight: 400;
    }

    .index_a400 .ul .li:hover .title1 {
        color: #2E3193;
    }

    .index_a400 .ul .li:hover {
        border: 1px solid #2E3193;
        cursor: pointer;
    }

    .index_e4.on4 .input1 {
        background: #F3F4F5;
    }

    .owl-carousel .owl-item img {
        width: auto !important;
        display: inline-block !important;
    }

    .index_dn11 {
        overflow: hidden;
    }

    .index_dn11 .item .li {
        width: 100%;
        float: none;
        margin-right: 0%;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    .index_dn11 .item .li.li:nth-child(5n) {
        margin-right: 0px;
    }

    .index_dn11 .item .li .img img {
        width: 100%;
        border-radius: 6px;
    }

    .index_dn11 .item .li .cont1 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: url(../image/xq12.png) no-repeat center bottom;
        background-size: 100% auto;
        z-index: 1;
    }

    .index_dn11 .item .li .cont {
        position: absolute;
        bottom: 20px;
        left: 0px;
        width: 100%;
        z-index: 2;
        text-align: center;
        COLOR: #FFF;
    }

    .index_dn11 .item .li .cont .title1 {
        font-size: 18px;
        line-height: 170%;
        margin-bottom: 5px;
        color: #fff;
    }

    .index_dn11 .item .li .cont .des p {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 5px;
        color: #fff;
    }

    .index_dn11 .item .li .img img {
        width: 100% !important;
        border-radius: 6px;
    }

    .index_d3 .title a.aizhus {
        float: right;
        font-size: 18px;
        color: #999;
        margin-right: 0px;
        background: url(../image/index_b10.png) repeat-x center left;
        width: 205px;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        line-height: 50px;
    }


}