    @charset "utf-8";
    /* CSS Document */
    
    .clear {
        clear: both;
    }
    
    ul,
    li {
        margin: 0;
        padding: 0;
    }
    
    .main1ul .col-sm-3 {
        *width: 24%;
        *padding: 2px
    }
    
    .main2 .col-md-8 {
        *width: 61%
    }
    
    .main4 .col-md-3 {
        *width: 22%
    }
    
    .main5 .col-sm-4 {
        *width: 30%
    }
    
    .main6 .col-sm-4 {
        *width: 30%
    }
    
    .main8 .col-sm-4 {
        *width: 30%
    }
    
    .main11 .col-sm-4 {
        *width: 30%
    }
    
    .main10 .col-sm-6 {
        *width: 47%
    }
    
    .main10 .col-sm-6 .col-sm-9 {
        *width: 70%
    }
    
    .content .tit_t {
        padding-bottom: 30px;
        overflow: hidden;
    }
    
    .content .tit_t h2 {
        text-align: center;
        color: #333333;
    }
    
    .content .tit_t h2 span {
        color: #114088;
    }
    
    .content .tit_t p {
        color: #575757;
        font-size: 16px;
        text-align: center;
    }
    
    .page1 {
        overflow: hidden;
        padding: 4% 0 0;
    }
    
    .slideBox {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 6%;
    }
    
    .slideBox .layer {
        width: 100%;
        height: 54px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: rgb(87, 49, 24, .5);
    }
    
    .slideBox .hd {
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 10px;
        z-index: 10;
    }
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        color: #FFF;
    }
    
    .slideBox .hd ul li.on {
        background: #b48266;
        color: #fff;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 3;
    }
    
    .slideBox .bd ul {
        margin: 0;
        padding: 0;
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }
    
    .slideBox .bd img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .slideBox .bd li p {
        position: absolute;
        left: 10px;
        bottom: 0;
        line-height: 56px;
        color: #FFF;
        z-index: 3;
        margin: 0;
        font-size: 16px;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    
    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox .prevStop {
        display: none;
    }
    
    .slideBox .nextStop {
        display: none;
    }
    
    .tabTop {
        text-align: center;
        font-size: 0;
        margin: 2% auto;
    }
    
    .tabTop li {
        display: inline-block;
        font-size: 16px;
        line-height: 40px;
        border: 1px solid #d7d7d7;
        cursor: pointer;
        padding: 0 20px;
        margin: 2% 0 0 -1px;
    }
    
    .tabTop li a {
        color: #444444;
    }
    
    .tabTop li:last-child {
        border-right: 1px solid #d7d7d7;
    }
    
    .tabTop li.on,
    .tabTop li:hover {
        background: #4f81bd;
        border: 1px solid #4f81bd;
        border-right: none;
    }
    
    .tabTop li.on a,
    .tabTop li:hover a {
        color: #FFF;
    }
    
    .tabBottom {
        overflow: hidden;
        display: none;
        padding-top: 10px;
    }
    
    .tabBottom.on {
        display: block;
    }
    
    .tabBottom .tabBottomli a img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        transition: .3s;
        border: 1px solid #eee;
    }
    
    .section {
        overflow: hidden;
        padding-bottom: 3%;
    }
    
    .section .title {
        margin: 4% 0 5%;
        text-align: center;
        position: relative;
    }
    
    .section .title h1 {
        color: #cfcfcf;
        margin: 0;
    }
    
    .section .title h2 {
        color: #444444;
        margin: 0;
    }
    
    .section .title h2 span {
        /* color: #014099; */
    }
    
    .section .title::after {
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 50px;
        height: 2px;
        /* background: #f5f5f5; */
        content: "";
        margin-left: -25px;
    }
    
    .section01 .tabBottomli {
        margin-bottom: 2%;
    }
    
    .section01 .tabBottomli aside {
        position: relative;
        overflow: hidden;
    }
    
    .section01 .tabBottomli aside .layer {
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/prohoverbg.png) no-repeat;
        background-size: 100% 100%;
        height: 0;
        color: #FFF;
        transition: .3s;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
    
    .section01 .tabBottomli aside .layer h3 {
        padding-top: 25%;
    }
    
    .section01 .tabBottomli aside .layer h4 {
        line-height: 25px;
    }
    
    .section01 .tabBottomli aside:hover .layer {
        height: 100%;
    }
    
    .section01 .tabBottomli aside:hover img {
        transform: scale(1.5);
    }
    
    .section02 .top {
        background: #f0f0f0;
        padding-bottom: 7%;
    }
    
    .section02 ul {
        margin-top: -8.7%;
        z-index: 10;
        background: url(../img/adv01bg.jpg) no-repeat;
        background-size: 100% 100%;
        position: relative;
    }
    
    .section02 ul li {
        width: 33.3%;
        float: left;
    }
    
    .section02 ul li img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .section02 ul li .liTop {
        width: 100%;
        text-align: center;
        color: #FFF;
        padding: 2% 0;
    }
    
    .section02 ul li .liTop img {
        display: inline-block;
        vertical-align: middle;
    }
    
    .section02 ul li .liTop h2 {
        margin-top: 6%;
    }
    
    .section02 ul li .liBottom {
        color: #444444;
        font-size: 14px;
        padding: 8% 10% 20%;
        line-height: 30px;
    }
    
    .section03 {
        background: #014099;
    }
    
    .section03 .title {
        text-align: left;
    }
    
    .section03 .title h2 {
        color: #FFF;
    }
    
    .section03 .title h2 span {
        color: #4f81bd;
    }
    
    .section03 .title::after {
        left: 0;
        margin: 0;
        background: #014099;
    }
    
    .section03 .title a {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .section03 .title a h1 {
        color: #FFF;
    }
    
    .section03 .title a i {
        background: #FFF;
        border-radius: 10px;
        color: #212226;
        font-style: normal;
        width: 30px;
        height: 30px;
        display: inline-block;
        text-align: center;
        line-height: 30px;
    }
    
    .section03 .bottom img {
        display: block;
    }
    
    .section03 .bottom .frist {
        padding: 5% 0 0 15px;
    }
    
    .section03 .bottom .two {
        position: relative;
        z-index: 10;
        padding: 0;
        background: #FFF;
    }
    
    .section03 .bottom .two .layer {
        width: 90%;
        display: block;
        margin: 5% auto;
        position: relative;
    }
    
    #triangle-left {
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-right: 50px solid #FFF;
        border-bottom: 30px solid transparent;
        margin: 30% 0 0 -5%;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .section03 .bottom .two .layer h1 {
        text-align: center;
        color: #444444;
    }
    
    .section03 .bottom .two .layer H3 {
        color: #666666;
        text-align: center;
    }
    
    .section03 .bottom .two p {
        font-size: 16px;
        color: #444444;
        line-height: 30px;
        padding: 5% 8%;
    }
    
    .section03 .bottom .two ul {
        text-align: center;
        padding: 20px 0;
    }
    
    .section03 .bottom .two ul li {
        height: 50px;
        width: 32%;
        display: inline-block;
        border-right: 1px solid #cccccc;
        font-size: 18px;
        color: #cccccc;
    }
    
    .section03 .bottom .two ul li a {
        color: #cccccc;
    }
    
    .section03 .bottom .two ul li img {
        display: block;
        margin: -20px auto 0;
    }
    
    .section03 .bottom .two ul li:last-child {
        border: none;
    }
    
    .section03 .bottom .three {
        float: right;
        padding-left: 0;
        margin-left: -4%;
        position: relative;
    }
    
    .section03 .bottom .three img {
        float: right;
    }
    
    .section03 .bottom .three .layer {
        position: absolute;
        right: 5%;
        top: 10%
    }
    
    .section03 .bottom .three .layer img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .section03 .divli {
        margin: 4% 0 2%;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        border-right: 1px solid #4672b0;
    }
    
    .section03 .divli:last-child {
        border: none;
    }
    
    .section03 .divli b {
        font-weight: normal;
        font-size: 48px;
    }
    
    .section03 .divli sub {
        font-size: 14PX;
    }
    
    .section04 {
        background: url(../img/advbg.jpg) no-repeat;
        background-size: 100% 100%;
    }
    
    .section04 .title {
        text-align: left;
    }
    
    .section04 .title::after {
        left: 0;
        margin-left: 0;
    }
    
    .section04 .divli img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .section04 .divli ul li {
        padding-left: 50px;
        position: relative;
        margin-top: 16%;
    }
    
    .section04 .divli ul li img {
        position: absolute;
        left: 0;
        top: 8px;
    }
    
    .section05 .tabBottom ul li {
        background: #f5f5f5;
        overflow: hidden;
        position: relative;
        padding: 10px 2% 10px 20%;
        margin-bottom: 20px;
    }
    
    .section05 .tabBottom ul.fl li {
        padding-left: 0;
    }
    
    .section05 .tabBottom ul.fl li .bottom {
        padding-left: 20%;
    }
    
    .section05 .tabBottom ul li a img {
        display: block;
        margin: 0 auto;
        max-height: 272px;
    }
    
    .section05 .tabBottom ul li .time {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 16%;
        color: #cfcfcf;
        font-size: 18px;
        text-align: center;
        border-right: 1px solid #e9e9e9;
        padding: 5px 0;
    }
    
    .section05 .tabBottom li .time b {
        display: block;
        font-size: 60px;
        color: #444444;
        line-height: 50px;
    }
    
    .section05 .tabBottom ul li h4 {
        color: #444444;
        width: 100%;
        overflow: hidden;
        height: 35px;
        line-height: 35px;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 0;
    }
    
    .section05 .tabBottom ul li h5 {
        color: #777777;
        margin: 0;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
    }
    
    .section06 {
        background: #f5f5f5;
    }
    
    .section06 .swiper-slide img {
        max-width: 90%;
        filter: grayscale(100%);
        filter: gray;
        opacity: 0.7;
        margin: 0 auto;
    }
    
    .section06 .swiper-slide:hover img {
        filter: grayscale(0%);
        opacity: 1;
    }
    
    @media(min-width:1200) {
        .section03 .bottom .two {
            width: 36%;
        }
    }
    
    @media(max-width:1400px) {
        .section02 ul {
            margin-top: -6%;
        }
        .section03 .bottom .three .layer {
            width: 90%;
        }
    }
    
    @media(max-width:1250px) {
        /* .section03 .bottom .two .layer {

        width: 90%;

        top: 0;

    } */
        /* .section03 .bottom .two .layer h1,

    .section03 .bottom .two .layer h3 {

        margin-top: 0;

        margin-bottom: 0;

    }

    .section03 .bottom .two p {

        padding: 0 5%;

    } */
        .section03 .bottom .two ul li img {
            width: 50px;
        }
    }
    
    @media(max-width:1100px) {
        .section02 ul li .liTop {
            padding: 10% 0;
        }
        .section05 .tabBottom ul li,
        .section05 .tabBottom ul.fl li .bottom {
            padding-left: 25%;
        }
        .section05 .tabBottom ul li .time {
            width: 20%;
        }
        .section05 .tabBottom li .time b {
            font-size: 30px;
        }
    }
    
    @media(max-width:1000px) {
        .section06 {margin-bottom: 60px;}
        
        
        
        
    }
    
    @media(max-width:767px) {
        .section .title {
            margin: 4% 0;
        }
        .section01 .tabBottomli {
            padding: 0 5px;
        }
        .section02 ul {
            background-size: 100% 500%;
        }
        .section02 ul li .liTop h2 {
            font-size: 14px;
        }
        .section02 ul li .liTop img {
            width: 30px;
        }
        .section02 ul li .liBottom {
            display: none;
        }
        .section03 .three {
            display: none;
        }
        .section03 .bottom .two .layer {
            width: 100%;
        }
        .section03 .bottom .two p {
            font-size: 14px;
            padding: 2% 5%;
        }
        .section03 .bottom .two ul li {
            padding: 0 3%;
            font-size: 14px;
        }
        .section03 .bottom .two ul li img {
            width: 50px;
        }
        .section03 .divli {
            padding: 0 4px;
        }
        .section03 .divli b {
            font-size: 16px;
        }
        .section03 .divli p {
            font-size: 14px;
        }
        .section03 .divli sub {
            font-size: 12px;
            position: absolute;
            top: 11px;
        }
        .section04 .divli ul li {
            margin-top: 3%;
        }
        .section05 .tabBottom ul li,
        .section05 .tabBottom ul.fl li .bottom {
            padding-left: 25%;
        }
        .section05 .tabBottom ul li .time {
            width: 20%;
        }
        .section05 .tabBottom li .time b {
            font-size: 20px;
        }
        .section06 .swiper-slide img {
            filter: grayscale(0);
            opacity: 1;
        }
    }
    /* .ny */
    
    .ny {
        overflow: hidden;
    }
    
    .postion {
        box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
        padding: 10px 0;
        background: #FFF;
        line-height: 30px;
    }
    
    .postion .fl {
        float: left;
    }
    
    .postion .fl a {
        color: #333;
    }
    
    .postion .fr {
        float: right;
    }
    
    .postion .fr ul li {
        float: left;
        position: relative;
        padding: 5px 8px 5px 0;
    }
    
    .subnav {
        position: absolute;
        left: 0;
        top: 38px;
        display: none;
        width: 150px;
        padding: 10px 0;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 5px 9px rgb(4 0 0 / 17%);
        z-index: 1000;
    }
    
    .postion .fr ul .subnav:nth-child(3) {
        left: -30px;
    }
    
    .subnav-link {
        display: block;
        color: #444;
        line-height: 30px;
        font-size: 14px;
        text-align: center;
    }
    
    .navtab-arrow {
        position: absolute;
        right: 0;
        top: -5px;
        width: 40px;
        height: 40px;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        display: none;
    }
    
    .navtab-arrow img {
        max-width: 100%;
        display: block;
    }
    
    .postion .fr ul>li>a {
        color: #333;
        line-height: 20px;
        display: block;
        padding: 0 40px;
    }
    
    .postion .fr ul>li>a::after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -10px;
        width: 0%;
        height: 3px;
        background-color: none;
        transition: all .3s;
    }
    
    .postion .fr ul>li:hover>a {
        color: #004e94;
    }
    
    .postion .fr ul li:hover a::after {
        width: 80%;
        left: 10%;
        background-color: #004e94;
    }
    
    .postion .fr ul li:last-child a {
        border: none;
    }
    
    .postion .fr ul li:hover .subnav {
        display: block;
    }
    
    .postion .fr ul span.he {
        float: left;
    }
    
    .postion .fr ul span.he:last-child {
        display: none;
    }
    
    .nycontact {
        padding: 5% 0 0;
    }
    
    .nycontact h4 {
        color: #000;
        font-weight: bold;
    }
    
    .nycontact p {
        color: #333;
        font-size: 16px;
        line-height: 30px;
    }
    
    .nycontact .mc_nc1ft {
        padding: 70px 0;
        width: 50%;
        float: left;
    }
    
    .nycontact .mc_nc1ft a {
        display: block;
        color: #1237b0;
        font-size: 30px;
        cursor: pointer;
    }
    
    .nycontact .mc_nc1ft a img {
        display: inline-block;
        vertical-align: middle;
        width: 80px;
    }
    
    .nycontact .mc_nc1ft.fl {
        text-align: right;
        background: #f4f5f5;
        padding-right: 5%;
    }
    
    .nycontact .mc_nc1ft.fr {
        text-align: left;
        background: #ebeff2;
        padding-left: 5%;
    }
    
    .nycontact .mc_nc1ft a span {
        padding: 0 30px;
    }
    
    .nycontact .mc_nc1ft:hover {
        background: #023f98;
    }
    
    .nycontact .mc_nc1ft:hover a {
        color: #fff;
    }
    
    .nycontact .mc_nc1ft a img:nth-child(1) {
        display: inline-block;
    }
    
    .nycontact .mc_nc1ft a img:nth-child(2) {
        display: none;
    }
    
    .nycontact .mc_nc1ft:hover a img:nth-child(1) {
        display: none;
    }
    
    .nycontact .mc_nc1ft:hover a img:nth-child(2) {
        display: inline-block;
    }
    
    .about2 ul {
        margin: 5% 0;
        background: url(../img/sy51.png) repeat-y center;
    }
    
    .f30 {
        font-size: 30px;
    }
    
    .f14 {
        font-size: 14px;
    }
    
    .about2 li:nth-child(2n):before {
        background: url(../img/sy50.png) no-repeat center center;
        right: -12.5%;
        top: 12px;
        left: auto;
        content: "";
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
    }
    
    .about2 li h4 {
        color: #333;
        transition: all 1s;
    }
    
    .about2 li p {
        background: #efefef;
        border-radius: 12px;
        font-size: 16px;
        color: #666;
        margin-top: 10px;
        padding: 20px 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        transition: 0.5s;
        margin-bottom: 0;
    }
    
    .about2 li:hover p {
        background: #023f98;
        color: #fff;
        transform: translateY(-12px);
    }
    
    .about2 li {
        float: right;
        width: 45%;
        text-align: left;
        position: relative;
        margin-top: 80px;
    }
    
    .about2 li:nth-child(2n) {
        float: left;
        text-align: right;
        margin-top: 80px;
    }
    
    .about2 li:nth-child(1) {
        margin-top: 0;
    }
    /*  */
    
    .nyzpweb {
        margin: 5% 0;
        border-left: 15px solid #1237b0;
        min-height: 180px;
        background: #FFF;
        box-shadow: 0 0 8px 2px rgb(243 243 245 / 85%);
        border-radius: 6px;
    }
    
    .nyzpweb ul {
        padding: 3% 0 0;
    }
    
    .nyzpweb ul li {
        cursor: pointer;
        color: #40434b;
        line-height: 30px;
        padding: 20px 2%;
    }
    
    .nyzpweb ul li a h4 {
        float: left;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 20%);
        color: #40434b;
    }
    
    .nyzpweb ul li a h4 label {
        background: url(../img/NEW@2x.png) no-repeat;
        background-size: 100% 100%;
        width: 3rem;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    .nyzpweb ul li a h5 {
        width: 20%;
        float: right;
        margin: 0;
        text-align: right;
        color: #40434b;
    }
    
    .page {
        margin: 20px auto;
        text-align: center;
    }
    
    .nypage {
        border-top: 1px solid #eee;
        margin: 20px auto;
        padding-top: 20px;
    }
    
    .nypage span {
        width: 48%;
        display: inline-block;
        text-align: left;
        font-size: 15px;
        color: #575757;
    }
    
    .nypage span:nth-child(2) {}
    
    .newlist {
        margin: 5% 0;
    }
    
    .newlist li {
        margin-bottom: 2%;
    }
    
    .newlist li .porTbox {
        position: relative;
        overflow: hidden;
    }
    
    .newlist li .js_thumb {
        width: 100%;
        display: block;
        margin: 0 auto;
        transition: all 0.5s ease;
    }
    
    .newlist li .showBox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0, 0, 0, .6);
        transition: all 0.5s ease;
    }
    
    .newlist li .showBox .showBoxLink {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 60%;
        color: #fff;
        text-align: center;
        padding: 0.5rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    
    .newlist li .showBox .showBoxLink::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 1px;
        background: #fff;
        transition: all .5s ease;
    }
    
    .newlist li .showBox .showBoxLink::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 1px;
        background: #fff;
        transition: all .5s ease;
    }
    
    .newlist li .porTbox:hover .showBox {
        opacity: 1;
    }
    
    .newlist li .porTbox:hover .js_thumb {
        transform: scale(1.1);
    }
    
    .newlist li .porTbox:hover .showBoxLink::before {
        width: 20px;
    }
    
    .newlist li .porTbox:hover .showBoxLink::after {
        width: 20px;
    }
    
    .newlist li .porBbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100px;
        padding: 0 20px 0;
        margin-top: 0;
        border: 1px solid #f2f2f2;
    }
    
    .newlist li .porBbox .p_title {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
        line-height: 50px;
    }
    
    .newlist li .porBbox .p_title a {
        color: #666;
    }
    
    .newlist li .porBbox .lookDetail {
        position: relative;
        display: block;
        color: #777;
        height: 38px;
        line-height: 38px;
        border-top: 1px solid #e5e5e5;
    }
    
    .newlist li .porBbox .lookDetail span img {
        float: right;
        margin: 20px;
    }
    
    .newstext {
        margin: 6% 0;
    }
    
    .newstext h1.title {
        text-align: center;
        color: #333;
    }
    
    .newstext h4.tips {
        border-top: 1px solid #d9d9d9;
        color: #595959;
    }
    
    .newstext h4.tips a {
        color: #595959;
    }
    
    .newstext h4.tips p {
        display: inline-block;
        margin: 20px 0;
        font-size: 15px;
    }
    
    .newstext h4.tips p:last-child {
        float: right;
    }
    
    .newstext .text img {
        display: block;
        margin: 0 auto;
    }
    
    .prolist {
        margin: 3% 0 6%;
    }
    
    .prolist h3.title {
        position: relative;
        line-height: 80px;
    }
    
    .prolist h3.title::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        width: 50px;
        height: 3px;
        background-color: #004e94;
        transition: all .3s;
    }
    
    .prolist li {
        margin: 20px 0 0;
    }
    
    .prolist li .proBox {
        transition: transform .3s, -webkit-transform .3s;
    }
    
    .prolist li a aside {
        overflow: hidden;
    }
    
    .prolist li a img {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
        transition: all 0.5s ease;
        border: 1px solid #e5e5e5;
    }
    
    .prolist li .proBox:hover {
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    
    .prolist li a h5 {
        text-align: center;
        color: #333;
        line-height: 50px;
    }
    
    .aboutys {
        margin: 6% 0;
    }
    
    .aboutys h2 {
        margin-bottom: 2%;
    }
    
    .aboutys ul li {
        margin-bottom: 20px;
    }
    
    .aboutys ul li .aboutysli {
        border: 1px solid #f3f2f2;
        background: #f3f2f2;
        overflow: hidden;
        padding: 30px 40px;
    }
    
    .aboutys ul li .aboutysli img {
        width: 50px;
    }
    
    .aboutys ul li .aboutysli h3 {
        line-height: 60px;
        position: relative;
    }
    
    .aboutys ul li .aboutysli h3::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 200px;
        height: 1px;
        background: #ccc;
        content: "";
    }
    
    .aboutys ul li .aboutysli h5 {
        line-height: 30px;
    }
    
    .teamys ul li {
        overflow: hidden;
        position: relative;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    
    .teamys ul li img {
        width: 55%;
        float: left;
        border-radius: 5px 0 0 5px;
    }
    
    .teamys ul li .fr {
        position: absolute;
        right: 0;
        top: 0;
        width: 46%;
        height: 100%;
        background: #004e94;
        float: right;
        color: #FFF;
        padding: 3%;
    }
    
    .teamys ul li .fr::after {
        position: absolute;
        content: "";
        left: -20px;
        top: 50%;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 30px solid #004e94;
        z-index: 10;
    }
    
    .teamys ul li .fr h3 {
        position: relative;
        padding-bottom: 10px;
        margin-top: 0;
    }
    
    .teamys ul li .fr h3::after {
        position: absolute;
        content: "";
        width: 40px;
        height: 3px;
        background: #FFF;
        left: 0;
        bottom: 0;
    }
    
    .teamys ul li .fr h5:last-child {
        width: 100%;
        line-height: 22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
    
    .mymsg {
        margin-top: 30px;
    }
    
    .mymsg .xxk {
        width: 25%;
        float: left;
        background: #014099;
        text-align: center;
        height: 80px;
        line-height: 80px;
    }
    
    .mymsg .active {
        background: #f39800;
    }
    
    .mymsg a {
        color: #fff;
        display: block;
        font-size: 18px;
    }
    
    .mymsg a:hover {
        background: #f39800;
        color: #fff;
    }
    
    .rongyu img {
        width: 100%;
        border: 1px solid #bababa;
    }
    
    .rongyu h4 {
        text-align: center;
        background: #bababa;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        margin-top: 0;
        margin-bottom: 20px;
    }
    /*大图样式*/
    
    .cl {
        clear: both;
    }
    
    .picarr {
        position: relative;
        margin: 20px auto;
    }
    
    .picarr .picture {
        width: 100%;
        text-align: center;
    }
    
    .picarr .picture a {
        display: none;
    }
    
    .picarr .preview {
        width: 600px;
        margin: 0 auto;
        margin-top: 20px;
        padding: 5px;
        background: #eef3fa;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }
    
    .picarr .preview li {
        float: left;
        margin: 4px;
    }
    
    .picarr .preview li a {
        width: 58px;
        height: 45px;
        border: 1px solid #fff;
        background: #fff;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        *display: block;
        *font-size: 35px;
        *font-family: Arial;
    }
    
    .picarr .preview li a img {
        vertical-align: middle;
        width: 100%;
    }
    
    .picarr .preview li.current a {
        border: 1px solid #000;
    }
    
    .picarr .picture img {
        border: 1px solid #eee;
    }
    
    .yyly img {
        width: 100%;
        padding: 40px 0;
    }
    
    .section03 .row {
        margin: 0;
    }
    
    .youshi h1 {}
    
    .youshi ul {
        overflow: hidden;
    }
    
    .youshi ul li {
        margin: 25px 0;
        position: relative;
    }
    
    .youshi ul li .text {
        background: #f5f5f5;
        padding: 20px;
        border-radius: 10px;
    }
    
    .youshi ul li img {
        position: absolute;
        left: 30px;
        top: 25px;
        width: 100px;
        height: 100px;
    }
    
    .youshi ul li strong {
        padding-left: 140px;
        color: #014099;
        font-size: 48px;
    }
    
    .youshi ul li p {
        font-size: 18px;
        color: #333333;
        line-height: 20px;
        padding-left: 140px;
        min-height: 20px;
    }
    
    .youshi .bottom {
        position: relative;
    }
    
    .youshi .bottom img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .youshi .bottom div {
        position: absolute;
    }
    
    .youshi .bottom .layer01 {
        right: 75%;
        top: 30%;
        width: 50%;
        text-align: right;
    }
    
    .youshi .bottom .layer02 {
        left: 70%;
        top: 40%;
        width: 50%;
        text-align: left;
    }
    
    .youshi .bottom h2 {
        color: #014099;
        font-size: 30px;
    }
    
    .AboutN {
        padding: 0 0 75px;
    }
    
    .AboutN .AboutN1 {
        background: url(../img/AboutN1bg.jpg) no-repeat top center;
        background-size: 100% 100%;
        min-height: 400px;
        padding: 30px 0;
        overflow: hidden;
    }
    
    .AboutN .AboutN2 h1,
    .AboutN .AboutN3 h1 {
        padding: 40px 0;
    }
    
    .AboutN .AboutN3 img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .AboutN .AboutN2 .swiper-slide {
        padding: 0 20px;
    }
    
    .AboutN .AboutN2 .swiper-slide h1 {
        color: #014099;
        font-size: 50px;
        text-align: center;
        display: block;
        width: 100%;
        font-weight: bold;
    }
    
    .AboutN .AboutN2 .swiper-slide p {
        font-size: 16px;
        color: #333333;
        padding: 0 3%;
    }
    
    .AboutN .AboutN2 {
        position: relative;
    }
    
    .AboutN .AboutN2 .swiper-container {
        padding-bottom: 30px;
        padding: 0 1%;
    }
    
    .AboutN .AboutN2 .swiper-button-next {
        background: url(../img/seiperAboutright.png) no-repeat;
        background-size: 100% 100%;
        width: 40px;
        height: 40px;
        right: -5px;
        outline: none;
    }
    
    .AboutN .AboutN2 .swiper-button-prev {
        background: url(../img/seiperAboutleft.png) no-repeat;
        background-size: 100% 100%;
        width: 40px;
        height: 40px;
        left: -5px;
        outline: none;
    }
    
    .AboutN .AboutN2 .swiper-button-next:after,
    .AboutN .AboutN2 .swiper-button-prev:after {
        content: "";
    }
    
    .AboutN .AboutN2 .swiper-container-horizontal>.swiper-pagination-progressbar {
        top: 95%;
    }
    
    .AboutN .AboutN2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #4f81bd;
    }
    
    .youshi_zl {
        text-align: center;
        padding: 2% 0 5%;
        overflow: hidden;
    }
    
    .youshi_zl li {
        width: 18%;
        margin: 1% .8%;
        background: #f5f5f5;
        padding: 2%;
        float: left;
        font-size: 0;
    }
    
    .youshi_zl li i {
        width: 130px;
        height: 130px;
        border: 10px solid #014099;
        border-radius: 50%;
        display: block;
        font-style: normal;
        line-height: 110px;
        text-align: center;
        margin: 0 auto;
        font-size: 60px;
        color: #014099;
    }
    
    .youshi_zl li h3 {
        font-size: 22px;
        font-weight: normal;
        text-align: center;
        color: #014099;
        border-bottom: 1px solid #f5e2c4;
        line-height: 25px;
        margin: 20px 0;
        height: 50px;
    }
    
    .youshi_zl li p {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #333333;
        margin: 0;
        height: 30px
    }
    
    .youshi_zl2 {
        overflow: hidden;
    }
    
    .youshi_zl2 li img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .youshi_zl2 li p {
        color: #333333;
        font-size: 22px;
        line-height: 40px;
        text-align: center;
        padding: 10px 0;
    }
    
    .dowebok ul {
        list-style-type: none;
    }
    
    .dowebok .row {
        font-size: 0;
        text-align: center;
    }
    
    .dowebok .wow {
        display: inline-block;
        width: 280px;
        height: 280px;
        margin: 30px 15px 0;
        border-radius: 50%;
        font: 30px/280px "Microsoft Yahei";
        vertical-align: top;
        *display: inline;
        zoom: 1;
    }
    
    .bg-green {
        background: #5bd5a0;
    }
    
    .bg-blue {
        background: #1daee9;
    }
    
    .bg-purple {
        background: #c843a5;
    }
    
    .bg-red {
        background: #eb3980;
    }
    
    .bg-yellow {
        background: #ffcc35;
    }
    
    @media(max-width: 1000px) {
        .ny {
            padding-bottom: 60px;
        }
        .postion .fl {
            display: none;
        }
        .nycontact .mc_nc1ft {
            padding: 10px 0;
        }
        .nycontact .mc_nc1ft a {
            font-size: 18px;
        }
        .nycontact .mc_nc1ft a img {
            width: 50px;
        }
        .f30 {
            font-size: 18px;
        }
        .about2 li:nth-child(2n):before {
            right: -13%;
        }
        .nyzpweb ul li a h4 label {
            display: none;
        }
        .newstext h4.tips p {}
        .newstext h4.tips p:last-child {
            float: right;
        }
        .nypage span {
            width: 100%;
        }
        .youshi ul li img {
            width: 100px;
        }
        .youshi ul li strong {
            padding-left: 120px;
            font-size: 40px;
        }
        .youshi ul li p {
            padding-left: 120px;
        }
        .youshi_zl li {
            width: 31%;
            margin: 1% .8%;
        }
        .youshi_zl li i {
            width: 100px;
            height: 100px;
            line-height: 90px;
            border: 5px solid #014099;
        }
        .youshi_zl li h3 {
            font-size: 18px;
        }
        .youshi_zl li p {
            font-size: 16px;
        }
        .youshi_zl2 li p {
            font-size: 14px;
            line-height: 30px;
        }
    }
    
    @media(max-width:767px) {
        .navtab-arrow {
            display: inline-block;
        }
        .mymsg .xxk {
            width: 48%;
            float: left;
            background: #014099;
            text-align: center;
            height: 50px;
            line-height: 50px;
            margin: 1% 1%;
        }
        .mymsg .xxk a {
            font-size: 14px;
        }
        .mymsg .active {
            background: #f39800;
        }
        .picarr .picture img {
            width: 100%;
        }
        .postion .fr ul>li>a {
            padding: 0 20px;
        }
        .section05 .tabBottom ul li h4 {
            margin-bottom: 0;
        }
        .section05 .tabBottom ul li a img {
            width: 100%;
        }
        .section05 .tabBottom ul li .time {
            font-size: 12px;
        }
        .section06 h1 {
            font-size: 22px;
        }
        .section06 h2 {
            font-size: 22px;
        }
        .section06 .swiper-container {
            display: none;
        }
        .section06 .icase_m img {
            width: 50%;
            float: left;
            padding: 1%;
        }
        .section06 .title {
            padding: 20px 0 0 0;
            margin-bottom: 40px;
        }
        .section02 .container {
            display: none;
        }
        .section02 .iyoushi_m {
            background: #f0f0f0;
            padding: 0 3% 30px;
        }
        .section02 .iyoushi_m .liTop {
            background: #4f81bd;
        }
        .section02 .iyoushi_m .liTop h2 {
            margin: 0;
            color: #fff;
            height: 60px;
            line-height: 60px;
            padding-left: 20px;
        }
        .section02 .iyoushi_m .liTop h2 img {
            width: 40px;
        }
        .section02 .iyoushi_m .liBottom {
            background: #fff;
            font-size: 14px;
            line-height: 24px;
            color: #888;
            padding: 10px;
        }
        .section02 .iyoushi {
            margin-bottom: 20px;
        }
        .section02 .top {
            padding-bottom: 4%;
        }
        .section02 {
            padding-bottom: 0;
        }
        .section03 .bottom img {
            display: none;
        }
        .section03 .bottom .two {
            width: 100%;
        }
        #triangle-left {
            display: none;
        }
        .section04 .row {
            margin: 0;
        }
        .section03 .title a h1 {
            font-size: 18px;
        }
        .section03 .title a i {
            width: 25px;
            height: 25px;
            border-radius: 5px;
            line-height: 25px;
        }
        .section03 .title h2 {
            padding: 10px 0;
        }
        .section04 .divli h5 {
            color: #888;
        }
        .section04 .divli ul li {
            padding-bottom: 10px;
        }
        .section04 .divli {
            padding: 0;
        }
        .youshi ul li img {
            width: 80px;
            height: 80px;
        }
        .youshi ul li strong {
            padding-left: 100px;
            font-size: 40px;
        }
        .youshi ul li p {
            padding-left: 100px;
        }
        .youshi .bottom {
            padding-top: 200px;
            background: #f5f5f5;
        }
        .youshi .bottom div {
            position: absolute;
        }
        .youshi .bottom .layer01 {
            right: 5%;
            width: 90%;
            top: 0;
        }
        .youshi .bottom .layer02 {
            left: 5%;
            top: 70px;
            width: 90%;
        }
        .AboutN .AboutN2 .swiper-slide h1 {
            font-size: 20px;
        }
        .AboutN .AboutN2 .swiper-slide p {
            font-size: 12px;
            padding: 0;
        }
        .youshi_zl li {
            width: 31%;
            margin: 1% .8%;
        }
        .youshi_zl li i {
            border: 5px solid #014099;
            width: 60px;
            height: 60px;
            line-height: 50px;
            font-size: 26px;
        }
        .youshi_zl li h3 {
            font-size: 16px;
            padding: 5px 0;
        }
        .youshi_zl li p {
            font-size: 12px;
            line-height: 20px;
        }
        .youshi_zl2 li p {
            font-size: 12px;
            line-height: 20px;
        }
    }
    
    @media(max-width:500px) {
        .youshi ul li {
            margin: 15px 0;
            position: relative;
        }
        .youshi_zl li {
            width: 100%;
            margin: 1% .8%;
        }
        .nycontact .mc_nc1ft a {
            font-size: 14px;
        }
        .nycontact .mc_nc1ft a img {
            width: 30px;
        }
        .about2 li:nth-child(2n):before {
            right: -16%;
        }
        .nyzpweb ul li a h4 {
            width: 75%;
        }
        .nyzpweb ul li a h5 {
            width: 25%;
        }
        .picarr .preview {
            width: 100%;
        }
        .section05 .tabBottom ul.fl li {
            padding-left: 4%;
        }
    }
    
    @media(min-width:768px) {
        .section06 .icase_m {
            display: none;
        }
        .section02 .iyoushi_m {
            display: none;
        }
    }
    
    .nyaboutcn{ padding-top:20px;} 
    .nyaboutcn img{ width:100%;}
    .header .container-fluid{width:93.705%; padding:0 50px;}
    .footerBottom a { color: #d7e5fa; }
    .youshiys { padding-top: 50px;    }
    .youshiys h1 { font-size: 24px; color: #014099; font-weight: bold;    }
    .youshiys h2 { font-size: 36px; color: #014099; font-weight: bold;    }
    .youshiys h3 { color: #666;    }
    
    
    .section .container { width: 1360px;    }
    .section06 .row { margin-left: 0; margin-right: 0;    }
    .footer .container { width: 1360px;    }
    .postion .container-fluid { width: 1360px;    }
    .ny .container-fluid { width: 1360px;    }
    .subBody .container-fluid { width: 1360px;    }
    
    .zhuanli_list .rongyuli { width:20%; float:left; }
    .zhuanli_list .rongyuli img { width:100%;  }
    .zhuanli_list .rongyuli { margin-bottom:20px;  }
    .zhuanli_list .rongyuli h4 { text-align:center;}
   
   
   @media screen and (max-width: 1680px){
    .section .container {  width: 85.652%;      }
    .footer .container { width: 85.652%;    }
    .postion .container-fluid {  width: 85.652%;     }
    .ny .container-fluid {    width: 85.652%;   }
    .subBody .container-fluid { width: 85.652%;  padding:0;   }
       
   }


    
    
  
        @media (max-width: 991px) {
        .header .container-fluid{width:100%; padding:0 35px;}
        .section .container { width: 100%; padding: 0 20px; }
        .section .container .row { margin:0; }
        .section02 .top{ padding-bottom:0;}

        .footer .container {width: 100%; padding: 0 20px; }
        .postion .container-fluid { width: 100%; padding: 0 20px; }
        .ny .container-fluid { width: 100%; padding: 0 20px; }
        .ny .container-fluid .row{ margin-left:0; margin-right:0;}
        .subBody .container-fluid {width: 100%; padding: 0 20px;}
    }
    
    
.mc_i1s1_mes{ float:left; width:50%; } 
.map{ float:right; width:50%; } 
    
 @media(max-width:1000px) {
.mc_i1s1_mes{  width:100%; } 
.map{  width:100%; } 
    }

 @media(max-width:790px) {
.dataCount{ display:none;}
}

.youshiys img{ width:100%; }
