﻿@charset "utf-8";
/* CSS for  
    2021.03 qingzhong
*/

body {
    padding: 0;
    margin: 0;
    min-height: 100%;
   

    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, form {
    height: 100%;
}

* {
    font-family: 'Microsoft YaHei', Arial;
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
    -moz-outline-style: none;
    -ms-outline-style: none;
    -webkit-outline-style: none;
    -o-outline-style: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}
img {
    border: 0;
}

.clear {
    clear: both
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.slh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
}



.topk {
    width: 100%;
    height: 80px;
    background:rgba(255,255,255,0.85);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 800;
}


.kd {
    width: 94%;
    margin: 0 auto;
    max-width:1800px;
}
.top1 .logo {
    float: left;
    margin-top: 15px;
    width: 95px;
}
.top1 .logo img{
    
}
.top1 .rig1 {
    float:right; color:#000000;  width:700px;
}
    .top1 .rig1 .a1 {
        float: right;
       
        margin-top: 15px;
        margin-bottom: 10px;
        height: 20px;
        font-size: 14px; line-height:20px;

    }
    .top1 .rig1 ul {
        
        float: right;
    }
    .top1 .rig1 .a1 .b1{
        float:left;margin:0 17px;
    }
    .top1 .rig1 .a1 img{
        float:left;margin-right:8px;
    }
    .top1 .rig1 .a1 .b1 .c1{
        float: right;margin-left:6px; margin-top:8px;margin-bottom:0px;
        
    }

    .top1 .rig1 .a1 .b2{
        margin-right: 0; cursor:pointer; display:none;
    }
    .top1 .rig1 .a1 .b3 {
       margin-right:-4px;

    }

    .top1 .rig1 .a1 .b2 img{
        margin-top: 4px;
    }
.ban_lx {
    background: url(../images/ewm_01.jpg) no-repeat;
}
.ban_al {
    background: url(../images/banal_01.jpg) no-repeat;
}
.ban_news {
    background: url(../images/news_01.jpg) no-repeat;
}

.ban_fuwu {
    background: url(../images/fw_01.jpg) no-repeat;
}

.ban_abo {
    background: url(../images/abo_01.jpg) no-repeat;
}

.ban_pro {
    background: url(../images/pro1_01.jpg) no-repeat;
}

.ban_fangan {
    background: url(../images/fa_01.jpg) no-repeat;
}
.section {
    background-size: cover;
}
#section0111 {
    background-image: url(../images/bg_01.jpg);
}
#section1 {
    background-image: url(../images/bg_02.jpg);
}
#section2 {
    background-image: url(../images/bg_03.jpg);
}
#section3 {
    background-image: url(../images/bg_04.jpg);
}
#section4 {
    background-image: url(../images/bg_05.jpg);
}
#section5 {
    background-image: url(../images/bg_06.jpg);
}
#section6 {
    background-image: url(../images/bg_07.jpg);
}


.sqbg {
    position:absolute; width:100%;top:0;left:0;
    height: 100%;
    z-index:100;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 4s ease-in-out 0s;
    transition: all 4s ease-in-out 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}


.sqbgact {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#full-screen-slider {
    width: 100%;
    height: 100%;
    position: relative;
    background: #eeeeee;
    overflow: hidden;
    top:0;
}

#slides {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        text-align: center;
        background-size: cover;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px
        }

#pagination {
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 900;
    width: 100px;
    margin-left: -50px !important;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 8px;
        height: 8px;
        margin-left: 6px;
        margin-right: 6px;
        margin-top: 15px;
        border-radius: 8px;
        float: left;
        border: 2px solid #fff;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
        }

        #pagination li.current {
            background: #f3901b;
            border: 2px solid #f3901b;
        }


            #pagination li.current a {
                background: #f3901b;
                animation: jdt1 infinite linear 10s;
            }


#slides li img {
    height: 100%;
}




.ind1 {
    text-align: center;
    z-index: 1111;
    position: absolute;
    top: 50%;margin-top:-67px;left:50%;margin-left:-443px;
}
.ind2 {
    color:#fff;text-align:center; z-index:200;position:relative;
}
.ind5 {
    position:relative;z-index:200;
}
.ind2 .a1 {
    font-size: 2.25rem;
}
    .ind2 .a2 {
        font-size: 1.125rem;margin-bottom:3.5rem; margin-top:0.8rem;
    }
    .ind2 .a3 {
        font-size: 1.875rem;
    }
    .ind2 .a4 {
        font-size: 0.875rem;line-height:1.8rem; width:940px; margin:0 auto; text-align:left; text-indent:2em;margin-bottom:2rem;margin-top:1.5rem; 
    }
    .ind2 .a5 {
    }
        .ind2 .a5 ul {
            display: inline-table;
        }
        .ind2 .a5 ul li {
            width: 172px;
            float: left;
            border-left: 1px solid #ac999e; box-sizing:border-box; display:inline-table;
        }
    .ind2 .a6 {
        margin-top:5rem;
    }

    .ind2 .a6 ul{
        width:1230px; margin:0 auto;margin-top:40px;
    }

    .ind2 .a6 ul li{
        width:328px; height:128px;float:left; margin:20px 40px
    }


.iban1 {
    background: url(../images/ban11.jpg);
    background-size: cover;
    background-position: center;
}
.iban4 {
    background: url(../images/ban4.jpg);
    background-size: cover;
    background-position: center;
}
.iban2 {
    background: url(../images/ban2.jpg);
    background-size: cover;
    background-position: center;
}
.iban3 {
    background: url(../images/ban3.jpg);
    background-size: cover;
    background-position: center;
}

        .ind2 .a6 ul li .b1 {
          margin-top:32px;float:left;
        }
        .ind2 .a6 ul li .b1 .c1{
            font-size: 26px;
          
            margin-bottom: 5px;
        }
            .ind2 .a6 ul li .b1 .c2 {
                font-size: 12px;
            }

        .ind2 .a9 {
            width: 800px;height:180px; background:rgba(0,0,0,0.2); border-radius:10px;
            margin: 0 auto;margin-top:3rem;
        }

    .ind2 .a9 ul li{
       float:left; text-align:center; color:#fff; width:20%;
    }
            .ind2 .a9 ul li img{
               margin-top:48px;
            }
        .ind2 .a9 ul li p {
            font-size:16px;
        }



        .ind2 .a9 ul li .tb1 {
            display: initial;
        }

        .ind2 .a9 ul li .tb2 {
            display: none;
        }

        .ind2 .a9 ul li:hover .tb1 {
            display: none;
        }

        .ind2 .a9 ul li:hover .tb2 {
            display: initial;
        }
        .ind2 .a9 ul li:hover p {
            color: #1db4e0;
        }



    .ind2 .a8 {
    }
    .ind2 .a8 ul{
    }
        .ind2 .a8 ul li{
            width:31%; margin:0 1%; height:auto; float:left; position:relative;
        }
        .ind2 .a8 ul li img{
            width:100%;
        }
            .ind2 .a8 ul li .c2 {
               width:35px; height:35px; position:absolute;left:7.5%; bottom:12%; z-index:100;
            }


            .ind2 .a8 ul li:hover .c2 img {
                -moz-transform: rotateX(360deg);
                -ms-transform: rotateX(360deg);
                -webkit-transform: rotateX(360deg);
                -o-transform: rotateX(360deg);
                transform: rotateX(360deg);
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -webkit-transition: all 1s;
                -o-transition: all 1s;
                transition: all 1s;
            }

            .ind2 .a8 ul li .c1 {
                width: 50%;
                color: #fff;
                left: 7.5%;
                top: 10%;
                position: absolute;
                text-align: left;
                z-index: 100;
            }

            .ind2 .a8 ul li .c1 .b1{
              font-size:24px;
            }
                .ind2 .a8 ul li .c1 .b2 {
                   width:22px; height:2px; background:#fff;margin-top:20px; margin-bottom:20px;
                }
                .ind2 .a8 ul li .c1 .b3 {
                    font-size: 14px;line-height:23px;
                }
            .ind2 .a8 ul li .c3 {
                width: 100%;
                height: 100%;
                position: absolute;
                background:rgba(0,0,0,0.6);
                left: 0;
                top: 0;
                z-index: 10;
            }

            .ind2 .a8 ul li:hover .c3 {
                background: rgba(3,12,80,0.7);
            }



.ind8 {
    position:relative; z-index:200;
}

.ind8 .a1 {
    font-size: 2.25rem; text-align:center; color:#fff;
}
    .ind8 .a2 {
        font-size: 1.125rem;
        margin-bottom: 3.5rem;
        margin-top: 0.8rem;
        text-align: center;
        color: #fff;
    }

.iprok {
    position: relative;
    height: 700px;
    width: 700px;
    margin: 0 auto;
}

    .iprok .yq1 {
        position: absolute;
        height: 696px;
        width: 696px;
        border: 2px solid #048bb6;
        border-radius: 100%;
        left: 0;
        top: 0;
        z-index: 110;
    }
    .iprok .yq1 img{
        width:100%;
    }
    .iprok .yq2 {
        position: absolute;
        height: 630px;
        width: 630px;
        background: rgba(0,139,248,0.07);
        border-radius: 100%;
        left: 35px;
        top: 35px;
        z-index: 20;

       
    }





    .iprok .yq2a {
        position: absolute;
        height: 632px;
        width: 632px;
        background: url(../images/yq4_09.png) no-repeat;
        background-size:100% 100%;
        border-radius: 100%;
        left: 34px;
        top: 34px;
        z-index: 22;

         animation: yxxz 40s linear infinite;
    }
    .iprok .syg {
        width: 26px;
        height: 47px;
        position: absolute;
        left: -160px;
        top: 50%;
        margin-top: -23px; cursor:pointer;
    }
    .iprok .xyg {
        width: 26px;
        height: 47px;
        position: absolute;
        right: -160px;
        top: 50%;
        margin-top: -23px;
        cursor: pointer;
    }

    .iprok .yq3 {
        position: absolute;
        height: 560px;
        width: 560px;
        background: rgba(0,139,248,0.08);
        border-radius: 100%;
        left: 70px;
        top: 70px;
        z-index: 30;
        animation: bjjb1 10s linear infinite;
    }






    .iprok .yd1 {
        width: 363px;
        height: 363px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: zhuanquan infinite linear 15s;
        transform-origin: 0 0;
    }

        .iprok .yd1:after {
            width: 26px;
            height: 26px;
            position: absolute;
            right: 0;
            content: "";
            border-radius: 100%;
            background: rgba(0,255,255,0.23);
            z-index: 200;
        }


    .iprok .yd2 {
        width: 355px;
        height: 355px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: zhuanquan infinite linear 20s;
        transform-origin: 0 0;
    }

        .iprok .yd2:after {
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            content: "";
            border-radius: 100%;
            background: rgba(0,255,255,0.23);
            z-index: 200;
        }



    .iprok .yd3 {
        width: 358px;
        height: 358px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: zhuanquan infinite linear 30s;
        transform-origin: 0 0;
    }

        .iprok .yd3:after {
            width: 18px;
            height: 18px;
            position: absolute;
            right: 0;
            content: "";
            border-radius: 100%;
            background: rgba(0,255,255,0.52);
            z-index: 200;
        }



    .iprok .yd4 {
        width: 357px;
        height: 357px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: zhuanquan2 infinite linear 25s;
        transform-origin: 0 0;
    }

        .iprok .yd4:after {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 0;
            content: "";
            border-radius: 100%;
            background: rgba(0,255,255,0.2);
            z-index: 200;
        }


    .iprok .yd5 {
        width: 357px;
        height: 357px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: zhuanquan3 infinite linear 25s;
        transform-origin: 0 0;
    }

        .iprok .yd5:after {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 0;
            content: "";
            border-radius: 100%;
            background: rgba(0,255,255,0.2);
            z-index: 200;
        }


    .iprok .yd6 {
        width: 357px;
        height: 357px;
        position: absolute;
        top: 50%;
        left: 50%;
        animation: zhuanquan4 infinite linear 25s;
        transform-origin: 0 0;
    }

        .iprok .yd6:after {
            width: 16px;
            height: 16px;
            position: absolute;
            right: 0;
            content: "";
            border-radius: 100%;
            background: rgba(0,255,255,0.2);
            z-index: 200;
        }


.tk5 {
    width: 290px;
    height: 80px;
    background: rgba(11,91,255,0.04); border-radius:5px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    margin-left: -145px;
    z-index:200;
}
.tk51 {
    font-size: 18px;
    color: #346cd1;
    text-align: center;
    margin: 12px 0;
}
.tk5 ul  {
    margin:0 25px;
}
    .tk5 ul li {
        float: left;
        color: #0ecbff;
        margin: 14px 20px;
        font-size: 12px;
    }
.tk5 ul li p{
    margin:0; text-align:center;
}

    .tk5 ul li .img1 {
        display:initial;
    }
    .tk5 ul li .img2 {
        display: none;
    }

    .tk5 ul li:hover .img1 {
        display: none;
    }

    .tk5 ul li:hover .img2 {
        display: initial;
    }
    .tk5 ul li:hover p {
        color: #f58d10;
    }
        .iprok .pl {
        position: absolute;
        top: 110px;
        width: 122px;
        left: -380px;
    }
       
        .iprok .pl .item {
            width: 100px;
            height: 100px;
            background: #fff;
            float: left;
            margin: 5px;
            border-radius: 100%;
            position:relative;margin-bottom:60px; cursor:pointer;
        }

        .iprok .pl .item .hr1{
            border: 1px solid #494c56;
            width: 110px;
            height: 110px;
            border-radius: 100%;position:absolute;left:-5px; top:-5px;
        }

            .iprok .pl .item .hr2 {
                border: 1px dashed #494c56;
                width: 120px;
                height: 120px;
                border-radius: 100%;
                position: absolute;
                left: -10px;
                top: -10px;
                
            }


.fhdb {
    position:fixed; right:10px; bottom:20px; width:54px; height:54px; background:url(../images/gotop1.png) no-repeat;
}
    .fhdb:hover {
        background: url(../images/gotop2.png) no-repeat;
    }
    .fhdb a {
        display:block; width:100%; height:100%;
    }



canvas {
    width: 700px;
    height: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#imgStart {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#loadding {
    position: absolute;
    width: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    z-index: 100;
    zoom: 1
}




    .iprok .pl .item:hover, .iprok .pl .xz {
        background: #1db4e1;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
        .iprok .pl .item .tk51 {
            display: none;
        }

        .iprok .pl .item:hover, .iprok .pl .xz .tk51 {
            display:block;
        }

        .iprok .pl .item:hover .hr1, .iprok .pl .xz .hr1 {
            border: 1px solid #1db4e1;
        }

                .iprok .pl .item:hover .hr2, .iprok .pl .xz .hr2 {
                    border: 1px dashed #1db4e1;
                    animation: yxxz2 40s linear infinite;
                }


.botm {
    width:750px; bottom:0; height:105px; background:rgba(255,255,255,0.5); position:fixed; left:50%; margin-left:-375px;display:none;
}
    .botm div {
        width: 336px;
        height: 82px;
        float: left;margin:16px 19px 7px 19px; color:#fff; font-size:36px; line-height:82px; 
    }
.botm .a1{
   background:#153072;
}
    .botm .a2 {
        background: #f58d10;
    }
    .botm div a {
       display:block;
    }
    .botm div img{
        float:left;margin:15px 46px 0 42px;
    }

        @-webkit-keyframes bjjb1 {
            0% {
                background: rgba(0,139,248,0.08);
            }

            50% {
                background: rgba(0,139,248,0.2);
            }

            100% {
                background: rgba(0,139,248,0.08);
            }
        }



        @-webkit-keyframes yxxz {
            0% {
                transform: rotate(0deg);
            }

            50% {
                transform: rotate(180deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @-webkit-keyframes yxxz2 {
            0% {
                transform: rotate(0deg);
            }

            50% {
                transform: rotate(-180deg);
            }

            100% {
                transform: rotate(-360deg);
            }
        }



        @keyframes zhuanquan {
            0% {
                transform: rotate(0);
            }

            100% {
                transform: rotate(360deg);
            }
        }


        @keyframes zhuanquan2 {
            0% {
                transform: rotate(90deg);
            }

            50% {
                transform: rotate(270deg);
            }

            100% {
                transform: rotate(450deg);
            }
        }


        @keyframes zhuanquan3 {
            0% {
                transform: rotate(180deg);
            }

            50% {
                transform: rotate(360deg);
            }

            100% {
                transform: rotate(540deg);
            }
        }

        @keyframes zhuanquan4 {
            0% {
                transform: rotate(270deg);
            }

            50% {
                transform: rotate(450deg);
            }

            100% {
                transform: rotate(630deg);
            }
        }

        .iprok .pl .item img{
          
            width: 100%;
        }
    .iprok .pl2 {
        left: auto;right:-380px;
    }



.ind4 {
}
    .ind4 .a1 {
        font-size: 2.25rem;
        color: #fff;
        text-align: center;
    }

    .ind4 .a2 {
        font-size: 1.125rem;
        margin-bottom: 3.5rem;
        margin-top: 0.6rem;
        color: #fff;
        text-align: center;
    }
.ind5 {
}
    .ind5 .a1 {
        font-size: 2.25rem;
        color: #fff;
        text-align: center;
    }

    .ind5 .a2 {
        font-size: 1.125rem;
        margin-bottom: 3.5rem;
        margin-top: 0.6rem;
        color: #fff;
        text-align: center;
    }

    .ind5 .a3 {
       width:1400px; height:550px; background:#fff; margin:0 auto;
    }
    .ind5 .a3 .b1{
        width: 50%; float:left;
        height: 550px; text-align:center; overflow:hidden; position:relative;
    }
        .ind5 .a3 .b1 .c1{
            width: 100%;
            height: 90px;
            background:rgba(0,0,0,0.7); bottom:0; left:0;position:absolute;
        }
        .ind5 .a3 .b1 .c1 .d1{
            color:#fff;font-size:18px; margin-left:28px; text-align:left; margin-top:18px; margin-bottom:12px;
        }
            .ind5 .a3 .b1 .c1 .d2 {
                color: #fff;
                font-size: 12px;
                margin-left: 28px;
                text-align: left;
            }
            .ind5 .a3 .b1 .c1 .d3 {
               position:absolute; right:25px; bottom:26px; width:35px; height:35px;
            }



        .ind5 .a3 .b1 img {
            height: 100%;
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            -ms-transform: matrix(1, 0, 0, 1, 0, 0);
            -moz-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
            -webkit-transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s
        }

        .ind5 .a3 .b1:hover img {
            -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            -webkit-transition: all 2s;
            -ms-transition: all 2s;
            -moz-transition: all 2s;
            transition: all 2s
        }



        .ind5 .a3 .b2 {
            width: 630px;
            height: 420px;
            float: left;
            margin-left: 32px;
            margin-top: 82px;
        }
        .ind5 .a3 .b2 .c1{
            width: 100%;
            height: 90px;margin-bottom:50px;overflow:hidden;
            
        }
            .ind5 .a3 .b2 .c1 img {
                width: 120px;
                height: 90px;
                float: left;
                border-radius: 5px;
                -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
                -ms-transform: matrix(1, 0, 0, 1, 0, 0);
                -moz-transform: matrix(1, 0, 0, 1, 0, 0);
                transform: matrix(1, 0, 0, 1, 0, 0);
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s
            }

         


            .ind5 .a3 .b2 .c1 .d1 {
                width: 490px;
                height: 90px;
                margin-left: 20px;
                float: left;
            }

            .ind5 .a3 .b2 .c1 .d1 .e1{
               font-size:18px; margin-top:4px; margin-bottom:12px;
            }

                .ind5 .a3 .b2 .c1 .d1 .e2 {
                    font-size: 14px;
                    color: #575757;line-height:23px;
                }

            .ind5 .a3 .b2 .c1:hover .d1 {
                color:#153072;
            }
            .ind5 .a3 .b2 .c1:hover .d1 .e2{
                color: #153072;
            }



                #dummy {
                    display: none;
                }

.ind6 {
    color:#fff; text-align:center; position:relative; z-index:200;
}

    .ind6 ul li {
        float: left;
        width: 14.28%;
        height: 166px;
        overflow: hidden;
        padding: 2px 2px;
        box-sizing: border-box;
        display: table-cell;
        text-align: center;
    }
    .ind6 ul li div {
        text-align: center;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 6px;
        overflow: hidden;
    }

        .ind6 ul li img {
            height: 100%;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 6px;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s
        }

        .ind6 ul li:hover img {
           
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s
        }

        .ind6 ul {
            max-width: initial;
            width: 94%;
            max-width: 1800px;
            margin: 0 auto;
            display: table;
        }



    .ind6 .a1 {
        font-size: 2.25rem;
    }

    .ind6 .a2 {
        font-size: 1.125rem;
        margin-bottom: 3.5rem;
        margin-top: 0.6rem;
    }
.ind6 table{
    max-width:1390px;width:100%;margin:0 auto;
}
    .ind6 table img{
       float:left; border-radius:5px;
    }

.zhishi {
    width: 26px;
    height: 57px;
    bottom: 100px;
    left: 50%;
    margin-left: -13px;
    background: url(../images/ind1_07.png) no-repeat;
    position: absolute;
    z-index: 800;
    animation: sbhd infinite linear 4s;
}

@keyframes sbhd {
    0% {
        bottom: 100px;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

    50% {
        bottom: 40px;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }
}


.news1 {
    margin: 30px auto;
    background: #edf2f8;
    position: relative;
}
.news1 img{
    width:50%; float:left;
}
    .news1 .a2 {
        width: 44%;
        float: left;margin-left:3%;
    }
        .news1 .a2 .b1 {
            color: #153072;
            font-size: 1.5rem;
            margin-top: 3rem;
        }
        .news1 .a2 .b2 {
            width:14px; height:3px; background:#153072;margin-top:13px;margin-bottom:3rem;
        }
        .news1 .a2 .b3 {
           font-size:1rem; line-height:2rem; height:10rem; overflow:hidden; max-height:6rem; overflow:hidden;
        }

        .news1 .a2 .b4 {
           font-size:0.9rem; position:absolute; left:53%; bottom:2.75rem;
        }

        .news1 .a2 .b5 {
            position: absolute;
            right: 3%;
            bottom: 2.2rem;
            width: 35px;
            height: 35px;
            background: url(../images/more2_12.png) no-repeat;

        }
.news2 .a1 {
    width: 50%;
    height: 260px;
    float: left;
    background: #edf2f8;
    position: relative;
    border: 10px solid #fff;
    box-sizing: border-box;
}
    .news2 .a1 .imgk {
        width: 280px;
        height: 260px;
        margin: 27px 17px;
        float: left;
        overflow: hidden;
    }
    .news2 .a1 img {
        width: 280px;
        float: left;
        
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s
    }

    .news2 .a1:hover img {
        -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -webkit-transition: all 2s;
        -ms-transition: all 2s;
        -moz-transition: all 2s;
        transition: all 2s
    }

    .news2 .a1 .a2 {
        width: calc(100% - 365px);
        float: left;margin-top:27px;
    }

.news2 .a2 .b1 {
    color: #153072;
    font-size: 20px;
    margin-top: 2px;
}

.news2 .a2 .b2 {
    width: 14px;
    height: 3px;
    background: #153072;
    margin-top: 10px;
   
}

.news2 .a2 .b4 {
    font-size: 14px;
    position: absolute;
    left: 320px;
    bottom:45px;
}

.news2 .a2 .b5 {
    position: absolute;
    right: 27px;
    bottom: 35px;
    width: 35px;
    height: 35px;
    background: url(../images/more2_12.png) no-repeat;
}

.news2 .a2 .b3 {
    font-size: 1rem; height:96px; overflow:hidden;
    line-height: 32px;
}

.news2 {
    margin-bottom:100px; box-sizing:border-box; overflow:hidden;
}



.newsi {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 50px;
    padding-bottom: 60px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .newsi .a1 {
        text-align: center;
        font-size: 26px;
        line-height: 36px;
        padding-top: 32px;
        padding-bottom: 12px;
    }

    .newsi .a2 {
        text-align: center;
        font-size: 14px;
        line-height: 40px;
        color: #505050;
        border-bottom: 1px solid #c9c9c9;
    }

    .newsi .a3 {
        font-size: 14px;
        line-height: 28px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .newsi .a3 img{
        max-width:100%;
    }

        .newsi .a4 {
            width: 110px;
            height: 110px;
            margin: 0 auto;
            cursor: pointer;
            margin-bottom: 100px;
        }


.bank {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: auto auto;
    position: relative;
}
.top1 .rig1 ul li {
     float:left;  font-size:20px; font-weight: bold; margin-left:38px; position:relative;overflow:hidden; height:35px;
}
    .top1 .rig1 ul li .zcd {
        width: 384px;
        height: 207px;
        position: absolute;
        top: 35px;
        left: -210px;
        background: rgba(255,255,255,0.85);
        z-index: 1121;
    }
    .top1 .rig1 ul li:hover {
        overflow:initial;
    }
        .top1 .rig1 ul li .zcd1 {
        width:350px; float:left; margin-top:28px; margin-left:34px;
    }
    .top1 .rig1 ul li .zcd2 {
        width:92px;float:right;margin-top:-1px;
    }
    .top1 .rig1 ul li .zcd3 {
        width: 100%;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #000;
        margin-bottom: 6px;
    }


    .top1 .rig1 ul li .zcda1 {
        width: 395px;
        height: 450px;
        position: absolute;
        top: 35px;
        left: -210px;
        background: rgba(255,255,255,0.85);
        z-index: 1121;
    }
    .top1 .rig1 ul li .zcda11 {
        width: 320px;
        height: 400px;
        float: left;
       
        margin-left: 60px;
    }
    .top1 .rig1 ul li .zcda12 {
        width:130px; float:left;margin-right:25px;
    }
    .top1 .rig1 ul li .zcda13 {
        font-size: 16px;
        font-weight: bold;
        width: auto;
        height: 30px;
        line-height: 30px;
        float: left;
        border-bottom: 1px solid #bfbfbf;
        margin-top: 24px;
    }
    .top1 .rig1 ul li .zcda14 {
        font-size: 14px;
        color: #505050; height:33px; line-height:33px; width:130px; float:left;
    }
    .top1 .rig1 ul li .zcda14 img{
        float:left;margin-top:10px; margin-right:6px;
    }
        .top1 .rig1 ul li .zcda14 .img1 {
            display:none;
        }
        .top1 .rig1 ul li .zcda14 .img2{
            display: initial;
        }

    .top1 .rig1 ul li .zcda13:hover {
        color: #153072;
        border-bottom: 1px solid #f58d10;
    }
    .top1 .rig1 ul li .zcda14:hover {
       color:#153072;
    }
        .top1 .rig1 ul li .zcda14:hover .img2 {
            display: none;
        }

        .top1 .rig1 ul li .zcda14:hover .img1 {
            display: initial;
        }


        .top1 .rig1 ul li .zcd3:hover a{
            border-bottom: 1px solid #f58d0f;padding-bottom:2px;
            color: #153072;
        }

        .mbkk {
            width: 100%;
            height: auto;
            overflow: hidden;
            position: relative;
            top: -52px;
        }
.mbk {
  height:auto;
    position: relative;
    top: 0;
}

    .mbk::before {
        position: absolute;
        left: -60px;
        top: 52px;
        width: 60px;
        height: 92px;
        background: url(../images/bghjb_02.png) no-repeat;
        content: "";
    }
    .mbk::after {
        position: absolute;
        right: -60px;
        top: 52px;
        width: 60px;
        height: 92px;
        background: url(../images/bghjb_02a.png) no-repeat;
        content: "";
    }
.mb {
    height: 70px;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
    .mba3 {
        width: 98%;
        margin-left: 1%;
        height: 1px;
        background: #e5e5e5;margin-bottom:50px;
    }


.ncd {
   height:80px;
}

    .ncd ul li {
        width: 25%;
        background: #eee;
        line-height: 80px;
        text-align: center;
        font-size: 18px;
        float: left;
        height: 80px;
        overflow: hidden;
        border-left:1px solid #fff;box-sizing:border-box;
    }

        .ncd ul li a {
            display: block;
        }

        .ncd ul .xz, .ncd ul li:hover {
            background: #153072;
            color: #fff;
            -webkit-transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s
        }

.cd50 ul li {
    width: 50%;
}

.cd20 ul li {
    width: 20%;
}
.cd16 ul li {
    width: 16.666%;
}

.cd33 ul li {
    width: 33.33%;
}


.lc1 {
    width: 1005px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
    .lc1 .a1{
        width: 100%;
        height: 57px;
       
    }
    .lc1 .a1 .b1 {
        width: 53px;
        height: 53px;
        text-align: center;
        float: left;
        border: 2px solid #e5e6eb; border-radius:53px;margin-left:152px;
    }
        .lc1 .a1 .b1 img{
            margin-top:8px;
        }
        .lc1 .a1 span {
            margin-top: 8px; font-size:30px; color:#153072; float:left;margin-left:20px;
        }
    .lc1 .a2 {
        width: 100%;
        height: 92px;
    }
        .lc1 .a2 .b1 {
            width: 2px;
            height: 92px;
            float: left;
            margin-left: 181px;
            background: #e5e6eb;
        }

    .lc1 .a3 {
        width: 100%;
        height: auto;
    }
    .lc1 .a3 .b1{
        width: 181px;
        height: auto;float:left; color:#153072; font-size:48px;  position:relative;
    }
        .lc1 .a3 .b1 .c1 {
            position: absolute;
            width: 94px;
            height: 1px;
            background: #e5e6eb; top:23px; right:-48px;
        }
        .lc1 .a3 .b1 .c2 {
            position: absolute;
            width: 12px;
            height: 12px;
            background: #e5e6eb;
            top: 17px;
            right: -7px;
            border-radius:12px;
        }


        .lc1 .a3 .b2 {
            width: 708px;
            height: auto;
            float: left;
            border-left: 2px solid #e5e6eb;padding-left:112px;padding-bottom:55px;
        }
            .lc1 .a3 .b2 .c1 {
              
            }
            .lc1 .a3 .b2 .c1 span{
                
                font-size: 30px;
                line-height: 46px;
                border-bottom: 2px solid #000000;
            }

            .lc1 .a3 .b2 .c2 {
                width:100%; font-size:15px; margin:22px 0; line-height:28px;

            }
            .lc1 .a3 .b2 img {
                width: 100%;
            }

            .lc1 .a4 {
                width: 100%;height:12px; 
            }

                .lc1 .a4 .b1 {
                    width: 12px;
                    height: 12px;
                    background: #e5e6eb;
                    border-radius: 12px;margin-left:176px; float:left;
                }

.fw21a1 {
}
    .fw21a1 .a1 {
        width: 50%;
        float: left;
        background: #ecf2f7;
        border-right: 14px solid #fff;
        box-sizing: border-box;
    }

    .fw21a1 .a2 {
        width: 50%;
        float: left;
        background: #ecf2f7;
        border-left: 14px solid #fff;
        box-sizing: border-box;
    }

    .fw21a1 video {
        width: 100%;
        height: auto;
    }




    .fw21a1 p {
        margin: 0;
        padding: 0;
        height: 72px;
        line-height: 72px;
        text-align: center;
        color: #142e6b;
        font-size: 24px;
    }

.pro1 {
    position: relative;
    margin-top: 10px;
    background: #eff2f6;
    border-radius: 8px;
}

    .pro1 .a1 {
        width: 50%;
        float: left;
        position: relative;
        background: #e4e6e9;
        
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .pro1 .a1 img{
        width: 100%; float:left;
    }

    .pro1 .a1 .b1 {
        width:80px; height:80px; background:#fff; border-radius:80px; position:absolute; left:10px; top:10px; 
    }
    .pro1 .a1 .b1 img{
        width: 70px;margin:5px;
    }

    .pro1 .a2 {
        width: 50%;
        float: left;position:relative;
    }
    .pro1 .a2 .b1{
        width: 88%;
        margin:0 auto;
    }
        .pro1 .a2 .b1 .c1 {
            font-size: 30px;
            line-height:60px;
            color: #ffffff;text-indent:25px;
            margin-top: 124px;
           
            width:100%; height:60px; background:url(../images/prot_07.gif) no-repeat right 0 #153072;


        }
        .pro1 .a2 .b1 .c3 {
            font-size: 14px;
            line-height:30px;margin-top:2.5rem; text-indent:2em;
        }

        .pro1 .a2 .b2 {
            width: 157px;
            height: 57px;
            border-radius: 30px;
            right: 6%;
            top: 33px;
            background: url(../images/prohot_03.jpg) 20px 14px no-repeat #e83c33;
            text-indent: 60px;
            color: #fff;
            line-height: 57px;
            position: absolute;
        }

        .pro1 .b4 {
            width: 132px;
            height: 62px;
            
            right: 25px;
            bottom: 25px;
            
            position: absolute;
        }
        .pro1 .b4 div{
            width:52px; height:52px; background:rgba(0,0,0,0.3); border-radius:3px;text-align:center; float:left; cursor:pointer;
        }
            .pro1  .b4 div img {
                margin-top:14px;
            }
        .pro1 .b4 .c1 {
            margin-right: 8px;
        }

    .pro1 .b3 {
        width: 335px;
        height: 52px;
        left: 53%;
        bottom: 96px;
        position: absolute;

    }
    .pro1 .b3 div{
       float:left; width:150px; height:46px; border-radius:3px; color:#fff; font-size:20px; text-indent:50px; line-height:46px;
    }
        .pro1 .b3 .c1 {
            background: url(../images/pro1_12.png) 15px 8px no-repeat #f58d10;
            margin-right: 15px;
        }
        .pro1 .b3 .c2 {
            background: url(../images/pro1_14.png) 15px 8px no-repeat #153072;
        }

.pro2 {
    margin-top:6px;
}

.pro5 {
    height: 86px;
    background: #edf2f8;
    margin-bottom: 2px;
    margin-top: 9px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
    .pro5 ul {
        text-align:center; display:table; margin:0 auto;
    }
        .pro5 ul li {
            font-size: 20px;
            float: left;
            display: table-cell;
            width: 280px;
            border-left: 1px solid #dcdcdc;
            height: 22px;
            margin-top: 32px;
        }

        .pro5 ul .xz, .pro5 ul li:hover {
            color: #153072;
            position: relative;
        }
            .pro5 ul .xz::after, .pro5 ul li:hover ::after {
                position: absolute;
                width: 120px;
                height: 2px;
                background: #f4b412;
                bottom: -12px;
                left: 50%;
                content: "";
                margin-left: -62px;
            }


    .pro6 {
        height: auto;
        background: #fff;
        margin-bottom: 2px;
    }
        .pro6 .a1 {
            font-size: 24px;
            color: #153072;
            padding-top: 46px;
            padding-bottom: 42px;
            padding: 46px 48px 42px 48px;
        }
        .pro6 .a1 .b1 {
            width: 3px;
            height: 22px;
            background: #f4b412;float:left; margin-right:8px;margin-top:6px;
        }
        .pro6 .a2 {
            padding: 0px 48px 42px 48px; overflow:hidden;position:relative;
            color: #0f0f0f; font-size:1rem; line-height:1.5rem;
        }
        .pro6 .a2 img{
            max-width:100%; height:auto !important;
        }
            .pro6 .a2 table {
                width: 100% !important;
                border-collapse: collapse !important;
                border-left: 1px solid #dcdcdc !important;
                border-top: 1px solid #dcdcdc !important;
            }

                .pro6 .a2 table tr:first-child td {
                    background: #153072 !important;
                    color: #fff !important;
                    font-size: 18px !important;
                }



                .pro6 .a2 table tr td {
                    border-right: 1px solid #dcdcdc !important;
                    border-bottom: 1px solid #dcdcdc !important;
                    padding: 22px 30px !important;
                    font-size: 14px !important;
                }

                .pro6 .a2 table tr td p{
                    margin:0;
                }

            .pro2 ul {
                width: calc(100% + 12px);
                margin-left: -6px;
            }
                .pro2 ul li {
                    float: left;
                    width: 16.66%;
                    background: #e4e6e9;
                    border-radius: 12px;
                    border: 6px solid #fff;
                    box-sizing: border-box;
                    cursor: pointer;
                }
        .pro2 ul li img {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            width: 100%;
        }
                    .pro2 ul li .a1 {
                        line-height: 50px;
                        height: 50px;
                        text-align: center;
                        color: #153072;
                        font-size: 18px;
                        border-bottom-left-radius: 5px;
                        border-bottom-right-radius: 5px;
                        background: #eff2f6;
                    }


        .pro2 ul .xz {
            
        }
            .pro2 ul .xz .a1 {
                color: #fff;
                background: #153072;
            }



.hx30_3 {
    width: 32px;
    height: 3px;
    background: #f58d10;
    margin: 0 auto;
    margin-bottom: 14px;
}
.pro3 {
}
.pro3 .a1{
    text-align:center; font-size:30px; color:#153072;margin-top:5.5rem;margin-bottom:14px; font-weight:bold;
}
    .pro3 .a2 {
        width: 50%;
        float: left;
        box-sizing: border-box;
        background: #eff2f6;
        border: 14px solid #ffffff;
        border-bottom-left-radius: 26px;
        border-top-left-radius: 26px;
    }
    .pro3 .a2 .b1{
        width: 50%;
        float: left; overflow:hidden;
        
    }
        .pro3 .a2 .b1 img {
            width: 100%;
            float: left;
            border-top-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            -ms-transform: matrix(1, 0, 0, 1, 0, 0);
            -moz-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0);
            -webkit-transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s
        }





        .pro3 .a2:hover .b1 img {
            -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            transform: matrix(1.2, 0, 0, 1.2, 0, 0);
            -webkit-transition: all 2s;
            -ms-transition: all 2s;
            -moz-transition: all 2s;
            transition: all 2s
        }

        .pro3 .a2 .b2k {
            width: 50%;
            float: left;
        }

        .pro3 .a2 .b2 {
            width: 90%;
            margin:0 auto; 
        }

            .pro3 .a2 .b2 .c1 {
                width: 86px;
                height: 96px;
                background: url(../images/pro4b_03_15.png);
                margin: 0 auto;
                margin-top: 5.5rem;
            }

            .pro3 .a2:hover .b2 .c1 {
                background: url(../images/pro4a_03.png);
            }


            .pro3 .a2 .b2 .c2 {
               text-align:center; font-size:24px; color:#153072;
            }
            .pro3 .a2 .b2 .c3 {
               font-size:15px; line-height:27px;margin-top:23px; margin-bottom:40px;
            }

            .pro3 .a2 .b2 .c4 {
               text-align:center;
            }
                .pro3 .a2 .b2 .c4 .d1 {
                    text-align: center;
                    width: 4px;
                    height: 4px;
                    border: 1px solid #929292;
                    border-radius: 4px;
                    display: inline-table; margin:0 6px;
                }



    .ry1 {
        text-align: center;
        width: 1435px;
        margin: 0 auto;
    }
.ry11 {
    width: 213px;
    height: 157px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    float: left;
    margin: 30px 12px;
    text-align: center;
    text-indent: 0;
}
    .ry11 img {
        height: 100%;
    }



    .fw2 {
        height: 226px;
        background: url(../images/fw_18.jpg) no-repeat center center;
    }
    .fw2 .a1 {
        text-align: center;
        font-size: 2rem;
        color: #fff;
        padding-top: 75px;
        padding-bottom: 20px;
    }
    .fw2 .a2 {
        text-align: center;
        font-size: 1rem;
        color: #fff;
    }

    .mb .a1 {
        float: left;
        margin-top: 25px;
        margin-left: 52px;
        color: #5b5b5b;
        font-size:14px;
    }
    .mb .a1 img{
        float:left;margin-right:15px; margin-top:2px;
    }
        .mb .a1 span {
            margin-left:20px; margin-right:20px;
        }
        .mb .a1 font {
            color: #153072;
        }
        .mb ul {
           float:right;
        }

            .mb ul li {
                float: left;
                margin: 0 37px;
                font-size: 18px;
                height: 69px;
                line-height: 70px;
              
            }
            .mb ul .xz {
                color: #153072;
                border-bottom: 3px solid #153072;
            }


 .fw1 {
    margin-top:4.5rem;
    margin-bottom:4.5rem;
}
    .fw1 .a1 {
        background: #ecf2f7; width:50%; box-sizing:border-box; float:left;
    }
    .fw1 .a1 .b1{
       width:40%; height:auto; float:left; position:relative;
    }
        .fw1 .a1 .b1 img{
            width: 100%;
            height: auto; float:left;
        }
        .fw1 .a1 .b1 .c1 {
           text-align:center; width:100%; height:1.8rem;position:absolute;  font-size:1.8rem;top:50%; margin-top:-0.9rem; color:#fff;
        }
        .fw1 .a1 .b2 {
            width: 60%;
            height: auto;
            float: left;
        }
        .fw1 .a1 .b2 {
          text-align:center;
        }
        .fw1 .a1 .b2 .c1{
            width:112px; height:112px; background:#fff; text-align:center; margin:0 auto; border-radius:112px;margin-top:2rem;margin-bottom:0.8rem;
        }
            .fw1 .a1 .b2 .c1 img{
              margin-top:25px;
            }
            .fw1 .a1 .b2 .c2 {
                color: #34aab4;
                font-size: 1.375rem;
            }
            .fw1 .a1 .b2 .c3 {
                background: #34aab4;
                width: 14px;
                height: 2px;margin:0 auto;margin-top:0.2rem;margin-bottom:1rem;
            }
            .fw1 .a1 .b2 .c4 {
                color: #454545;
                font-size: 0.875rem; line-height:1.5rem; width:90%;margin:0 auto; text-align:left;
            }
.ln1 .a1 .b1{
    text-align:center; font-size:30px; color:#153072;
}
.ln1 .a1 .b2 {
  width:38px; height:2px; background: #f58d10; margin:12px auto 22px auto;
}
.ln1 .a2 .b1 {
    width:33.33%; float:left;height:380px; margin-bottom:50px;
}

.ln1 .a2 .b1 .c1{
    background:rgba(0,0,0,0.3); width:100%; height:100%; text-align:center;
}

.ln1 .a3 {
     text-align:center;font-size:22px; color:#153072;
}

.ln1 .a4 {
    margin-bottom:50px;
}
    .ln1 .a4 .b1 {
        width: 33.33%;
        float: left;
        height: 390px;
        background: #ecf2f7;
        text-align: center;
        box-sizing: border-box;
        border-radius: 20px;
        border: 14px solid #fff;
    }
.ln1 {
    padding-bottom: 50px;
}

.ln1 .a4 .b1 .c1 {
    width: 120px;
    height: 120px;
    background: #fff;
    background: #fff;
    border-radius: 120px;
    margin: 0 auto;
    margin-top: 38px;
}

.sl1 {margin-bottom:20px;
}

    .sl1 .a1 {
        font-size: 30px;
        color: #153072; text-align:center;
       
    }

    .sl1 .a2 {
        width: 38px;
        height: 2px;
        background: #f58d10;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 22px;
    }
    .sl1 ul {
        width: 100%;
        height: auto;
        height: 214px;
    }
        .sl1 ul li {
            width: 33.33%;
            float: left;
            height: 214px;
            background: #eeeeee; box-sizing:border-box; border:1px solid #fff; text-align:center;
        }
        .sl1 ul li .a3{
            width:106px; height:119px; background:url(../images/lbx2_03.png) no-repeat; margin:0 auto;margin-top:20px;
        }
            .sl1 ul li .a3 img{
                margin-top:31px;
            }
            .sl1 ul li p {
                font-size:22px;
            }
            .sl1 ul li .a3 .tb2 {
                display:initial;
            }
            .sl1 ul li .a3 .tb1 {
                display: none;
            }


        .sl1 ul .xz {
            background: #dee2e6; position:relative;

        }
            .sl1 ul .xz::after {
                width: 0;
                height: 0;
                border-left: 13px solid transparent;
                border-right: 13px solid transparent;
                border-top: 13px solid #dee2e6;
                position: absolute;
                bottom: -13px;
                content: "";
                left: 50%;
                margin-left: -7px;
            }
            .sl1 ul .xz .a3 {
                background: url(../images/lbx1_03.png) no-repeat;
            }

        .sl1 ul .xz .a3 p{
           color:#153072;
        }
            .sl1 ul .xz .a3 .tb1 {
                display: initial;
            }
            .sl1 ul .xz .a3 .tb2 {
                display: none;
            }


.sl2 {
    overflow:hidden;
}

    .sl2 .a1 {
        color: #153072;
        font-size: 24px;
        text-align: center;
        margin-top: 30px;
    }
    .sl2 .a2 {
        line-height: 25px;
        font-size: 14px;margin:26px 0; 
    }
    .sl2 ul {
        margin-left: -40px;
        padding: 0 20px;
        width: calc(100% + 40px);
    }
        .sl2 ul li {
            width: 25%;
            float: left;
            background: #ecf2f7;
            border: 20px solid #fff;
            box-sizing: border-box;
            border-radius: 30px;
        }
        .sl2 ul li img{
            width: 100%;
        }
        .sl2 ul li .b1{
            width:85%; margin:0 auto;
        }
            .sl2 ul li .b1 .c1{
                text-align:center; font-size:24px; color:#153072;margin-top:25px; margin-bottom:15px;
            }
            .sl2 ul li .b1 .c3 {
                font-size:14px; line-height:25px;margin-top:25px; margin-bottom:40px;
            }


.sl3 {
    margin-bottom:100px;
}
.sl3 .a1{
    font-size:24px; color:#153072;text-align:center;margin-bottom:30px;margin-top:30px;
}
    .sl3 .a2 {
        font-size: 14px;
        line-height:25px;margin-bottom:30px;
    }
    .sl3 .a2 p{
       text-indent:2em;
    }
.sl3 ul{margin-bottom:65px;
}
    .sl3 ul li{
        box-sizing:border-box;border-left:1px solid #fff; float:left; width:50%; 
    }
    .sl3 ul li img{
        width: 100%;float:left;
    }
        .sl3 ul li .a3 {
            width: 100%;
            float: left;
            font-size: 18px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            background: #ecf2f7;
        }



.sl21 {
    margin-bottom:100px;margin-top:60px;
}


.sl21 .a1{
    font-size:14px; line-height:25px;
}
    .sl21 .a1 p{
        text-indent:2em;
    }

    .sl21 .a1 img{
        width:100%;
    }
    .sl21 ul {
        width: calc(100% + 40px);
       
        margin-left: -20px;
    }
        .sl21 ul li {
            width: 25%;
            float: left;
            border: 20px solid #fff;
            box-sizing: border-box;
            background: #ecf2f7;
        }
        .sl21 ul li img{
            width: 100%;
        }
        .sl21 ul li .a2 {
            text-align: center;
            height: 62px;
            line-height: 62px;
            color: #153072;
           
            font-size:18px;
        }



.lx20_2 {
    width: 20px;
    height: 2px;
    background: #153072;
    margin: 0 auto;
}



.ln1 .a4 .b1 .c2 {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}
    .ln1 .a4 .b1 .c3 {
        width:20px; height:3px; background:#153072; margin:0 auto;margin-bottom:14px;
    }
    .ln1 .a4 .b1 .c4{
       font-size:14px; line-height:25px; text-align:left; width:90%;margin-left:5%;
    }
    .ln1 .a4 .b1 .c1 img{
        text-align:center;margin-top:28px;
    }

.ln1 .a4 .b1:hover .c1 img {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

        .ln1 .a2 .b1 .c1 img{
        margin-top:115px;
    }
    .ln1 .a2 .b1 .c1 p {
       color:#fff; font-size:22px;
    }
        .bg1 {
    background: url(../images/ln_21.jpg) no-repeat center center;
}
.bg2 {
    background: url(../images/ln_23.jpg) no-repeat center center;
}

.bg3{
    background: url(../images/ln_25.jpg) no-repeat center center;
}

.pt2 {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 92%;
    padding-left: 4%;
    background: #fff;
    padding-top: 40px;
    padding-right: 4%;
}

    .pt2 .a1 {
        width: 25%;
        float: left;
        box-sizing: border-box;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff;
        border-bottom: 20px solid #fff;
        border-top: 20px solid #fff;
        
    }

        .pt2 .a1 .b1 {
            border: 1px solid #e8e8e8;
            width: 100%;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

            .pt2 .a1 .b1 img {
                width: 90%;
                padding: 5%;
            }

        .pt2 .a1 .b2 {
            text-align: center;
            font-size: 18px;
            height: 58px;
            line-height: 58px;
            overflow: hidden;
            border: 1px solid #e8e8e8;
            border-top: none;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            width: 100%;
        }




.procd ul li .a3 img {
    margin-top: 0; width:86px;
}
.procd ul li .a3 {
    width: 86px;
    height: 96px;
    background: url(../images/pro4b_03_15.png) no-repeat;
}

.procd ul .xz .a3 {
    background: url(../images/pro4a_03.png) no-repeat;
}
.prol {
    margin-bottom:140px;
}
    .prol .a1 {
        float: left;
        background: #edf2f8;
        width: 25%;
        border: 6px solid #fff;
        box-sizing: border-box;
        margin-bottom: 9px;
        border-radius: 12px;
    }
        .prol .a1 .imgk {
            width: 100%;
            background: #e5e6ea;
            overflow: hidden;
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }
        .prol .a1 img {
        width: 100%;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        -moz-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s
    }




    .prol .a1:hover img {
        -webkit-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -ms-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -moz-transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        transform: matrix(1.2, 0, 0, 1.2, 0, 0);
        -webkit-transition: all 2s;
        -ms-transition: all 2s;
        -moz-transition: all 2s;
        transition: all 2s
    }


.prol .b2 {
   height:84px; width:86%; margin:0 auto;
}
.prol .b2 .c1{
    font-size:22px; text-align:center; color:#153072; height:84px;line-height:90px;
}
    .prol .b2 .c2 {
        width: 100%;
        height: 22px;
        color: #676767; font-size:1rem;
    }

    .prol .b2 .c2 .d1 {
        float:left;
    }
        .prol .b2 .c2 .d2 {
            float: right;
            border-left: 1px solid #d2d2d2;
            padding-left: 15px;
        }

.fw3 {
    padding: 1rem 16px;
    max-width: 1832px;
}
    .fw3 .a1 {
        width: 33.33%;
        float: left;
        height: 24rem;
        background: #ecf2f7;  text-align:center;
        border:1rem solid #fff;
        box-sizing:border-box;
    }
    .fw3 .a1 .b1{
        width:122px; height:122px; background:#fff; border-radius:122px; line-height:122px; margin:2rem auto 1rem auto;
    }
        .fw3 .a1 .b1 img{
            margin-top:25px;
        }

        .fw3 .a1:hover .b1 img {
            -moz-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
            -moz-transition: all 1s;
            -ms-transition: all 1s;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
        }

        .fw3 .a1 .b2 {
           font-size:1.5rem;
        }
        .fw3 .a1 .b3 {
            width:20px; height:3px; background:#153072; margin:1rem auto 1.5rem auto;
        }
        .fw3 .a1 .b4 {
            width: 75%;
            margin: 0 auto;
            color: #454545; font-size:0.875rem; line-height:1.25rem; text-align:left;
        }
.fw4 .a1 {
    font-size: 1.5rem;
    color: #153072; text-align:center;
}
.fw4 .a2 {
    width: 20px;
    height: 3px;
    background: #153072;
    margin: 1rem auto 1.5rem auto;
}

.fw5 {
    background: url(../images/fw_44.jpg) no-repeat center center; height:389px; 
    text-align:center; color:#fff;margin-bottom:5.6rem;
}
    .fw5 .a1 {
      padding-top:60px;padding-bottom:20px;
    }
    .fw5 .a2 {
        font-size: 1.5rem;
    }
    .fw5 .a3 {
        width:20px; height:3px;background:#fff; margin:0 auto;margin-top:15px; margin-bottom:35px;
    }
    .fw5 .a4 {
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-size: 0.875rem;
    }

    .bot1k {
    height: 92px;
    width: 100%;
    background: #153072;
}
.bot1 .a1{
    float:left; color:#fff;margin-top:26px;
}
.bot1 .a1 a{
    float: left;
    color: #fff;
    display:block;
    font-size:14px;margin-right:30px;
}
    .bot1 .a1 a img{
        float: left;height:14px;margin-top:3px;margin-right:5px;
       
    }

.bot1 .a2 {
    float:right;
}

    .bot1 .a2 .b1 {
        text-align: right;
        color: #fff;
        font-size: 14px;
        margin-top: 22px;margin-bottom:4px;
    }
    .bot1 .a2 .b2 {
       
        color: #fff;
        font-size: 12px;
        text-align: right;
    }


.botind {
    position:absolute; right:3%; bottom:5%; width:387px; z-index:200;
}

.botind .a1 {
    float: right;
    color: #fff;
    margin-top: 26px;
}

    .botind .a1 a {
        float: left;
        color: #fff;
        display: block;
        font-size: 14px;
        margin-left: 30px;
    }

        .botind .a1 a img {
            float: left;
            height: 14px;
            margin-top: 3px;
            margin-right: 5px;
        }

.botind .a2 {
    float: right;
}

    .botind .a2 .b1 {
        text-align: right;
        color: #fff;
        font-size: 12px;
        margin-top: 22px;
        margin-bottom: 4px;line-height:22px;
    }

    



.al1 {
    margin-top:50px; margin-bottom:20px;
    font-size: 30px;
    text-align: center;
    color: #153072;
    position:relative;
}
    .al1::after {
        background: #f58d10;
        position: absolute;
        width: 38px;
        height: 2px;
        background: #f58d10; content:"";left:50%; bottom:-12px; margin-left:-19px;
    }


.al2 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 18px;
    text-align: center;
    color: #153072;
}





.al {
    margin-bottom:105px;
}

.al .a1 {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;border:15px solid #fff;
}

    .al .a1 img {
        width:100%; float:left;
    }
    .al .a1 .b1 {
        width: 100%;
        height: 80px;
        position: absolute;
        left: 0;
        top: 100%;
        background: rgba(21,48,114,0.6);
        margin-top: -80px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    .al .a1 .b1 .ck{
        width:86%; margin-left:7%;float:left; color:#fff;
    }


        .al .a1 .b1 .c1 {
            font-size: 24px;
            margin-top: 15px;
            -webkit-transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
        }
        .al .a1 .b1 .c2 {
            font-size: 16px;margin-top:1px;
        }

        .al .a1 .b1 .c3 {
            width:22px; height:2px; background:#fff;
            margin-top: 20px;
            margin-bottom: 38px;
        }

        .al .a1 .b1 .c4 {
            font-size: 14px;
            line-height:25px; max-height:100px; overflow:hidden;
        }

        .al .a1 .b1 .c5 {
            position: absolute;
            width: 35px;
            height: 35px;
            bottom: -500%;
            left: 7%;
            -webkit-transition: all 1s;
            -ms-transition: all 1s;
            -moz-transition: all 1s;
            transition: all 1s;
        }


    .al .a1:hover .b1 {
        height: 100%;
        top: 0;
        margin-top: 0;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
    .al .a1:hover .b1 .c1 {
        margin-top: 100px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    .al .a1:hover .b1 .c5 {
        bottom: 30px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

.lx1 {
    background:#fff;
}
    .lx1 .a1 {
        text-align: center;
        font-size: 30px;
        color: #153072;padding-top:72px;padding-bottom:10px;
    }
    .lx1 .a2{
        text-align: center;
        font-size: 18px;
        color: #153072;padding:30px 0;
    }
    .lx1 .a1b {
        width:38px; height:2px; background:#f58d10; margin:0 auto;
    }

    .lx1 .a3 {
       width:96%; height:auto; max-width:1240px;  font-size:14px; line-height:22px;margin:0 auto;margin-bottom:25px;
    }


    .lx1 .a4 {
        width:100%; height:705px; background:#eeeeee;box-sizing:border-box; overflow:hidden;
    }
    .lx1 .a4 .b1{
        float:right; width:30%;
    }
        .lx1 .a4 .b1 .c1{
           font-size:18px; font-weight:bold;margin-left:35px;margin-top:15%;
        }
        .lx1 .a4 .b1 .c2 {
          
            margin:26px 0 10px 35px;
        }

        .lx1 .a4 .b1 ul{
            margin-left:35px;
        }
        .lx1 .a4 .b1 ul li{
          line-height:27px; font-size:14px;
        }
        .lx1 .a4 .b1 .c3 {
          margin-top:25px;
            margin-left: 35px;
           
        }
        .lx1 .a4 .b1 .c3 .d1{
            float:left;margin-right:30px; text-align:center;
        }
            .lx1 .a4 .b1 .c3 .d1 p{
               font-size:14px;margin:0;padding:0;
            }


            #map {
            width: calc(70% - 25px);
            height: 685px;
            margin: 10px;
            border: 1px solid #fff;
            float: left;
        }


.lx1 .a5 {padding-bottom:130px;
}

.lx1 .a5 ul{
    width:20%; float:left;
}
    .lx1 .a5 ul .bt1{
        font-weight:bold; font-size:18px;margin-top:42px; margin-bottom:20px;
    }
    .lx1 .a5 ul li{
        font-size:14px; line-height:24px;
    }
.abo1 {
    margin-bottom:6rem; overflow:hidden;
}
.abo1 .a1 {
    width:100%; 
}
.abo1 .a1 img{
    width: 100%;
}
.abo1 .a2 {
    width: 100%;
   
}
    .abo1 .a2 .b1{
      font-size:1.875rem; color:#153072; line-height:2.4rem;
    }
    .abo1 .a2 .b2 {
        width:14px; height:3px;
        background: #153072;margin-top:16px; margin-bottom:28px;
    }

    .abo1 .a2 .b3 {
        font-size:1.2rem; line-height:2.1rem; text-indent:2em;
    }
    .abo1 .a2 .b4 {
        margin-top: 40px;
    }
    .abo1 .a2 .b4 span{
        font-size: 18px;
        color:#153072;
    }
    .abo1 .a2 ul {
        width: 620px;
        height: auto;
        margin-top: 20px;
    }

    .abo1 .a2 ul li {
        width: 280px;float:left;
        height: 60px;
        line-height: 60px;
        border: 1px solid #e5e5e5; border-radius:5px;margin-right:28px; text-indent:20px; font-size:16px;margin-top:10px;
    }

    .abo1 .a3 {
        text-align: center;
        position: relative;
        font-size: 30px;
        color: #153072;margin-bottom:36px;
    }
        .abo1 .a3::after {
            position: absolute;
            width: 38px;
            height: 2px;
            background: #f58d10;
            left:50%;
            margin-left: -19px;
            bottom:-12px; content:"";
        }

.abozc {
    width:95%; margin:0 auto;
}
.abozc1 
{
    width:50%; float:left; 
}
.abozc1 img{
    width:100%;
}
.abozc2 {
    width:47.5%; float:right;
}
.abozc21 {
    color: #153072;
    font-size: 30px;
    line-height: 30px;
}
.abozc22 {
    width: 100%;
    height: 3px;
    background: #153072;margin-top:10px;margin-bottom:10px;
}
.abozc23 {
    line-height: 1.8rem;
    font-size: 1rem;
}
.abozc22 .zd {
    width: 118px;
    height: 3px;
    background: #f58d10; float:left;
}

    .ly {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.ly1 {
    width: calc(50% - 15px);
    height: 68px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    float: left;
}
.ly11 {
    width:127px; height:68px; line-height:68px; text-align:center; font-size:18px;background:#eee; float:left;
}
.ly1 input {
    width: calc(100% - 140px);
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    float: left;
    border:none; outline:none;
    text-indent:1rem;
}

.ly2 {
    width: 100%;
    height: 202px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ly21 {
    width: calc(100% - 5px);
    height: 202px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    float: left;
}

.ly211 {
    width: 127px;
    height: 142px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    background: #eee;padding-top:60px;
    float: left;
}

.ly2 textarea {
    width: calc(100% - 140px);
    height: 202px;
    line-height: 68px;
    font-size: 18px;
    float: left;
    border: none;
    outline: none;
}
.btn1 {
    width:130px; height:60px; text-align:center; line-height:60px;float:right;margin-right:30px; color:#fff; background:#153072; font-size:18px; border-radius:5px;outline:none; border:none; cursor:pointer;
}

.btn2 {
    width: 128px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    background: #eee;
    color: #000;
    float: left;
    margin-left: 30px;
}
.ly3 {
    height:168px; width:100%;
}
.ly31 {
    height: auto;
    width: 50%;float:left;
}

.fw21 {
    text-align:center; margin-bottom:40px;
}
.fw21 .a1 {
    font-size:30px;color:#153072;
     
}

    .fw21 .a2 {
        width: 38px;
        height: 2px;
        background: #f58d10;margin:10px auto 22px auto;
    }


    .fw21 .a3 {
        font-size: 0.875rem; line-height:1.5rem;
    }

.fw22 {
    margin-bottom:5.2rem;
}
    .fw22 .a1 {
        background: #ecf2f7;
    }
    .fw22 .a1 .b1{
        width:50%; height:auto; float:left;
    }
.fw21a1 .a1 {
    border-right:0; width:100%;margin-bottom:30px;
}
.fw21a1 .a2 {
    border-left: 0;
    width: 100%;
}


.fw22 .a1 .b1 img {
    width: 100%;
    height: auto;
    float: left;
}
        .fw22 .a1 .b2 {
            width: 50%;
            height: auto;
            float: left;
        }
        .fw22 .a1 .b2 .c1{
           font-size:1.5rem; color:#153072; width:85%; margin:0 auto; height:50px; margin-top:7.5rem; margin-bottom:1rem;
        }
            .fw22 .a1 .b2 .c1 img{
               float:left; margin-top:-5px; margin-right:12px;
            }

            .fw22 .a1 .b2 .c2 {
                font-size: 0.875rem;
                line-height: 1.5rem;
                width: 85%;
                margin: 0 auto;
            }


.fw23,.fw24 {
    margin-bottom:6rem;
}
.fw24 {
    padding-top: 2rem;
}.fw23 img {
        float: left;
        width: 50%;
        padding: 10px 10px;
        box-sizing: border-box;
      
    }
.fw24 img{
    width:100%;
}

.fa1 {
}
    .fa1 img {
        max-width:100%;
    }
    .fa1 .a1 {
        text-align: center;
        color: #153072;
        font-size: 30px;
    }
    .fa1 .a2 {
     width:38px; height:2px; margin:0 auto; background:#f58d10; margin-top:10px; margin-bottom:22px;
    }
    .fa1 .a3 {
       text-align:center;font-size:15px; 
    }
    .fa1 .a4 {
        text-align: center;
        font-size: 36px;
        color: #153072;margin-top:64px;
    }
    .fa1 .a5 {
        text-align: center;
        font-size: 18px;
        color: #153072;margin-top:10px; margin-bottom:16px;
    }


    .fa1 .a15 {
        width: 100%;
        background: #eeeeee;
    }
    .fa1 .a15 .b1{
        width: 50%; float:left;
    }
        .fa1 .a15 .b2 {
            width: 50%;
            float: left;
        }
        .fa1 .a15 .b1 img{
            width: 100%; float:left;
        }
        .fa1 .a15 .b2 .c1 {
            margin-left: 24px;
            margin-top: 10%; margin-bottom:5%;
            color: #153072; font-size:24px;margin-right:24px;
        }
        .fa1 .a15 .b2 .c2 {
            margin-left: 24px;
            margin-right: 24px;font-size:15px; line-height:30px;
        }
    .fa1 .a16 {
        width: calc(100% + 22px);
        margin-left: -11px;margin-bottom:30px;
    }

        .fa1 .a16 ul li {
            width: 25%;
            box-sizing:border-box;border-left:11px solid #fff; border-right:11px solid #fff;
            float: left;
            height: auto; text-align:center; background:#fff;
        }
        .fa1 .a16 ul li img{
            width: 100%;
        }


    .fa1 ul {
    }
.fa6 {
}
.fa6 .a1{
    text-align:center; font-size:18px; 
}
.fa6 ul {
    margin-top: 35px;
    margin-bottom: 65px;
}

    .fa6 ul li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        border-right: 1px solid #fff; position:relative;
        
    }
    .fa6 ul li img{
       float:left;
        width: 100%;
    }
        .fa6 ul li .a2 {
            width: 100%;height:60px; background:rgba(0,0,0,0.6); text-align:center; line-height:60px; color:#fff; font-size:24px; position:absolute; left:0;bottom:0;
        }
.fa7 {
    margin-bottom: 100px;
}
    .fa7 .a1 {
        text-align:center; color:#153072; font-size:24px; margin-bottom:35px;
    }
    .fa7 .a2 {
        line-height: 27px;
        font-size: 15px;
        margin-bottom: 45px;
    }
    .fa7 .a3 {
        line-height: 27px;
        font-size: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    .fa7 p {
        text-align:center;
    }
    .fa7 p img{
       max-width:100%;
    }

    .fa5 {
    }


.fa5 .a1{
    text-align:center; font-size:24px; color:#153072;
}
.fa5 ul{
    margin-top:35px; margin-bottom:65px;
}
    .fa5 ul li {
        float: left;
        width: 33.33%;
        box-sizing: border-box;
        border-right: 1px solid #fff;
        background: #ecf2f7;
    }
    .fa5 ul li img{
       width:100%;
    }
    .fa5 ul li .b1{
        text-align:center;
        height: 112px;
        width: 90%;
        margin: 0 auto;
    }
        .fa5 ul li .b1 .c1{
            color:#153072; font-size:24px;margin-top:24px; margin-bottom:12px;
        }
        .fa5 ul li .b1 .c2 {
           
            font-size: 15px;
        }
.fa2 {
    width: 100%;
    height: 400px;
    background: url(../images/fa_65.jpg) no-repeat center center;
    text-align: center;
    color: #fff;
    margin-top: 55px;
}

.fa2 .a1{
   font-size:1.875rem;margin-bottom:45px; padding-top:90px;
}
    .fa2 .a2 {
        font-size: 1rem;line-height:2rem;
    }

        .fa1 ul li {
            float: left;
            width: 33.33%;
            height: 182px;
            background: #ecf2f7;
            border-radius:20px;border:15px solid #fff;  box-sizing:border-box;
        }
            .fa1 ul li:hover {
                background: #f0eae2;
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
            }
        .fa1 ul li .a6{
            float: left;
           width:115px; height:115px; background:#fff; border-radius:115px;margin-top:18px; margin-left:26px;text-align:center;
        }
            .fa1 ul li .a6 img{
                margin-top:30px;
            }
            .fa1 ul li .a6 .img1 {
                display: initial;
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
            }
            .fa1 ul li .a6 .img2 {
                display: none;
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
            }

            .fa1 ul li:hover .a6 .img1 {
                display: none;
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
            }

            .fa1 ul li:hover .a6 .img2 {
                display: initial;
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
            }


            .fa1 ul li .a7 {
                float: left;
                width: calc(100% - 173px);
                margin-left: 22px;
            }

            .fa1 ul li .a7 .b1{
                color:#153072; font-size:24px;margin-top:34px;
            }
            .fa1 ul li:hover .a7 .b1 {
                color: #f58d10;
                -webkit-transition: all 1s;
                -ms-transition: all 1s;
                -moz-transition: all 1s;
                transition: all 1s;
            }
                .fa1 ul li .a7 .b2 {
                    margin-top: 15px;
                    font-size: 15px;
                    line-height: 27px;
                }



.tcdh {
    width: 100%;
    height: 200%;
    background: #303030;
    position: fixed;
    top: 0;
    z-index: 1111;
    display: none;
}




    .tcdh .a1 {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }

        .tcdh .a1 ul {
            float: left;
            width: 33%;
            text-align: left;
            margin-top: 30px;
        }

            .tcdh .a1 ul li {
                height: 40px;
                line-height: 40px;
                font-size: 14px;
                color: #8a8a8a;
            }

                .tcdh .a1 ul li:hover {
                    color: #fff;
                }



                .tcdh .a1 ul li:first-child {
                  
                    margin-bottom: 10px;
                }

                    .tcdh .a1 ul li:first-child a {
                        padding-bottom: 3px;
                    }

                        .tcdh .a1 ul li:first-child a:hover {
                            color: #fff;
                            border-bottom: 1px solid #fff;
                        }

    .tcdh .a2 {
        width: auto;
        margin: 0% auto;
        height: 36px;
        position: absolute;
        right: 30px;
        top: 30px;
    }

        .tcdh .a2 a {
            width: 36px;
            height: 36px;
            background: #242424;
            display: block;
            float: right;
            color: #868686;
            line-height: 32px;
            text-align: center;
            font-size: 34px;
            border-radius: 36px;
        }


.tcd {
    float: left;
    margin-top: 30px;
    display: none;
}

.cdk {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1110;
    background: black;
    text-align: center;
    display: none;
}

.cd {
    height: 800px;
    line-height: 800px;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -360px;z-index:100;
}

.cdk ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 4em;
    line-height: 1.5;
}

.cdk ul {
    color: #fff;
}

.cdk .a2 {
    width: auto;
    margin: 0% auto;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index:200;
}

.cdk .a2 a {
    width: 36px;
    height: 36px;
    background: #242424;
    display: block;
    float: right;
    color: #868686;
    line-height: 32px;
    text-align: center;
    font-size: 34px;
    border-radius: 36px;
}




.focus {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

    .focus img {
        width: 100%;
        height: auto;
    }

    .focus .shadow .title {
        width: 260px;
        height: 65px;
        padding-left: 30px;
        padding-top: 20px;
    }

        .focus .shadow .title a {
            text-decoration: none;
            font-size: 14px;
            font-weight: bolder;
            overflow: hidden;
        }

    .focus .btn {
        position: absolute;
        bottom: 34px;
        left: 510px;
        overflow: hidden;
        zoom: 1;
    }

        .focus .btn a {
            position: relative;
            display: inline;
            width: 13px;
            height: 13px;
            border-radius: 7px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .btn a:hover, .focus .btn a.current {
                cursor: pointer;
                background: #fc114a;
            }

    .focus .fPic {
        left: 0px;
        top: 0px;
    }

    .focus .D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }

    .focus .shadow {
        width: 96%;
        position: absolute;
        bottom: -110px;
        left: 2%;
        z-index: 10;
        height: 110px;
        display: block;
    }

        .focus .shadow .d1 {
            font-size: 24px;
            height: 62px;
            line-height: 85px;
        }

        .focus .shadow .d2 {
            font-size: 14px;
            color: #787878;
        }




    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
    }

        .focus .fcon img {
            display: block;
        }

    .focus .fbg {
        bottom: 25px;
        left: 50%;
        margin-left:-33px;
        position: absolute;
        height: 21px;
        text-align: center;
        z-index: 200;
    }

        .focus .fbg div {
            margin: 4px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 14px
        }

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 12px;
        height: 12px;
        border-radius: 7px;
        margin: 0 5px;
        color: #B0B0B0;
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
        background: #ffffff;
    }

        .focus .D1fBt .current, .focus .D1fBt a:hover {
            background: #153072;
        }

    .focus .D1fBt img {
        display: none
    }

    .focus .D1fBt i {
        display: none;
        font-style: normal;
    }

    .focus .prev {
        position: absolute;
        width: 56px;
        height: 56px;
        background: url(../images/l_01.png) no-repeat;
    }

    .focus .next {
        position: absolute;
        width: 56px;
        height: 56px;
        background: url(../images/r_01.png) no-repeat;
    }

    .focus .prev {
        top: 50%;
        margin-top: -37px;
        left: 10px;
        cursor: pointer;
    }

    .focus .next {
        top: 50%;
        margin-top: -37px;
        right: 10px;
        cursor: pointer;
    }

    .focus .prev:hover {
        background: url(../images/l_02.png) no-repeat;
    }

    .focus .next:hover {
        background: url(../images/r_02.png) no-repeat;
    }  







@media only screen and (min-width: 1920px) and (max-width: 6000px) {
    .bank {
        background-size: 100% auto;
    }
    
}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
    .fa1 ul li .a7 {
        width: 280px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1600px) {
   

    .pro1 .a2 .b1 .c1 {
        font-size: 20px;
        line-height: 40px;
        color: #ffffff;
        text-indent: 25px;
        margin-top: 124px;
        width: 100%;
        height: 40px;
        background: url(../images/prot_07.gif) no-repeat right 0 #153072;
        background-size: auto 100%;
    }


    .abo1 .a2 .b1 {
        font-size: 26px;
      
        line-height: 36px;
    }

    .abo1 .a2 .b2 {
        
        margin-top: 8px;
        margin-bottom: 18px;
    }



        .pro6 .a2 table tr:first-child td {
           
            font-size: 14px !important;
        }

    .lc1 .a3 .b2 img {
        width: 60%;
    }

        .pro6 .a2 table tr td {
           
            padding: 15px 10px !important;
            font-size: 12px !important;
        }

    .ind8 .a1 {
        font-size: 1.8rem;
    }

   
    .pro1 .b3 {
        bottom: 30px;
    }


    .iprok .xyg {
       
        right: -70px;
    }
    .iprok .syg {
      
        left: -70px;
    }
    .iprok .pl {
        top: 20px;
        left: -250px;
    }
    .iprok .pl2 {
        left: auto;
        right: -250px;
    }

    .iprok {
        
        height: 500px;
        width: 500px;
    }
        .iprok .yq1 {
          
            height: 496px;
            width: 496px;
        }

        canvas {
           
            width: 496px;
        }
        .iprok .yd1 {
            width: 263px;
            height: 263px;
        }
        .iprok .yd2 {
            width: 255px;
            height: 255px;
        }


        .iprok .yd3 {
            width: 258px;
            height: 258px;
        }
        .iprok .yd4 {
            width: 257px;
            height: 257px;
        }
        .iprok .yd5 {
            width: 257px;
            height: 257px;
        }
        .iprok .yd6 {
            width: 257px;
            height: 257px;
        }
        .iprok .yq2 {
          
            height: 430px;
            width: 430px;
        }

        .iprok .yq2a {
            
            height: 432px;
            width: 432px;
        }
        .iprok .yq3 {
           
            height: 360px;
            width: 360px;
        }
    .ind8 .a2 {
      
        margin-bottom: 1rem;
        margin-top: 0rem;
        
    }


      .ind6 ul li {
        height: 140px;
    }
    .botind {
        position: absolute;
        right: 3%;
        bottom: 2%;
        width: 387px;
    }
    .botind .a2 .b1 {
        text-align: right;
        color: #fff;
        font-size: 12px;
        margin-top: 12px;
        margin-bottom: 4px;
        line-height: 22px;
    }
        .ind6 .a1 {
        font-size: 1.8rem;
    }
    .ind6 .a2 {
        font-size: 1rem;
         margin-bottom: 0.5rem; 
         margin-top: 0rem; 
    }
    .ind6 ul .jj {display:none;
    }
    .ind6 ul {
        height:332px; overflow:hidden;
    }
    .top1 .logo {
        float: left;
        width: 90px;
    }
    .top1 .rig1 .a1 {
        float: right;
       
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .ind5 .a3 {
        width: 1200px;
        height: 400px;
        background: #fff;
        margin: 0 auto;
    }
        .ind5 .a3 .b1 {
            width: 50%;
            float: left;
            height: 400px;
            text-align: center;
            overflow: hidden;
            position: relative;
        }
        .ind5 .a3 .b2 {
            width: 530px;
             height: auto; 
            float: left;
            margin-left: 32px;
            margin-top: 32px;
        }
            .ind5 .a3 .b2 .c1 {
                width: 100%;
                height: 90px;
                margin-bottom: 30px;
                overflow: hidden;
            }
                .ind5 .a3 .b2 .c1 .d1 {
                    width: 390px;
                    height: 90px;
                    margin-left: 20px;
                    float: left;
                }
    .ind5 .a1 {
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
    }
    .ind5 .a2 {
        font-size: 1rem;
        margin-bottom: 1rem;
        margin-top: 0.2rem;
        color: #fff;
        text-align: center;
    }

    .ind2 .a9 {
        height: 150px;
        margin-top: 1.5rem;
    }
        .ind2 .a9 ul li img {
            margin-top: 28px;
        }




    .ind2 .a6 {
        margin-top: 1rem;
    }
    .ind2 .a6 ul {
        width: auto;
        
    }
       


    .ind2 .a4 {
        font-size: 0.875rem;
        line-height: 1.5rem;
        width: 940px;
        margin: 0 auto;
        text-align: left;
        text-indent: 2em;
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }
    .ind2 .a3 {
        font-size: 1.2rem;
    }
    .ind2 .a2 {
        font-size: 1rem;
        margin-bottom: 1rem;
        margin-top: 0.5rem;
    }
    .ind2 .a1 {
        font-size: 1.8rem;
    }


    .pro3 .a1 {
      
        margin-top: 3.5rem;
    }



    .pro3 .a2 .b2 .c3 {
        margin-bottom:0;height:54px; overflow:hidden;
    }

    .news1 .a2 .b1 {
        margin-top: 2rem;
    }

    .news1 .a2 .b2 {
      
        margin-bottom: 2rem;
    }


    .lx1 .a5 ul {
        width: 33%;
       
    }

    .ind1 img {
        width:50%;
    }
    .zhishi {
        bottom: 50px;
        animation: sbhd5 infinite linear 2s;
    }
    @keyframes sbhd5 {
        0% {
            bottom: 50px;
            opacity: 1.0;
            filter: alpha(opacity=100);
        }

        50% {
            bottom: 20px;
            opacity: 0.1;
            filter: alpha(opacity=10);
        }
    }
    .ind6 table img {
        width:165px;
    }
    .ind6 table {
         max-width: initial;
        width: auto; 
        margin: 0 auto;
    }

   


    .ry1 {
       
        width: 1150px;
        
    }

    .ry11 {
        width: 160px;
        height: 107px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        float: left;
        margin: 30px 12px;
        text-align: center;
        text-indent: 0;
    }

    .sl2 ul li {
       
        border: 10px solid #fff;
    }
        .sl2 ul li .b1 .c1 {
         
            font-size: 20px;
           
        }
        .sl2 ul li .b1 .c3 {
            font-size: 12px;
        }
    .fa1 ul li {
     
        width: 50%;
    }

    .fw1 .a1 .b2 .c4 {
        color: #454545;
        font-size: 12px;
        line-height: 1.5rem;
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }
    .fw1 .a1 .b2 .c3 {
        background: #34aab4;
        width: 14px;
        height: 2px;
        margin: 0 auto;
        margin-top: 0.2rem;
        margin-bottom: 0.5rem;
    }
    .fw1 .a1 .b2 .c2 {
        color: #34aab4;
        font-size: 18px;
    }
    .fw1 .a1 .b2 .c1 img {
        margin-top: 16px;
        height: 30px;
    }
    .fw1 .a1 .b2 .c1 {
        width: 62px;
        height: 62px;
        background: #fff;
        text-align: center;
        margin: 0 auto;
        border-radius: 112px;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }
    .fw1 .a1 .b1 .c1 {
      
        font-size: 1.6rem;
       
    }
    .fw3 .a1 {
        border: 0.5rem solid #fff;
    }
        .fw3 .a1 .b4 {
            width: 85%;
            margin: 0 auto;
            color: #454545;
            font-size: 0.875rem;
            line-height: 1.25rem;
            text-align: left;
        }
        .fw3 .a1 .b1 img {
            margin-top: 20px;
            height: 60px;
        }

        .fw3 .a1 .b1 {
            width: 100px;
            height: 100px;
            background: #fff;
            border-radius: 122px;
            line-height: 122px;
            margin: 2rem auto 1rem auto;
        }
    .al .a1 .b1 .c1 {
        font-size: 20px;
        margin-top: 7px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }

    .al .a1 .b1 .c2 {
        font-size: 12px;
        margin-top: 1px;
    }
    .al .a1 .b1 {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0;
        top: 100%;
        background: rgba(21,48,114,0.6);
        margin-top: -60px;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
        .al .a1 .b1 .c3 {
            width: 22px;
            height: 2px;
            background: #fff;
            margin-top: 15px;
            margin-bottom: 18px;
        }
    .al .a1:hover .b1 .c1 {
        margin-top: 20px;
       
    }

    .pro3 .a2 .b2 .c1 {
       
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .prol .a1 {
      
        width: 33.33%;
      
    }
   

    }

@media only screen and (min-width:100px) and (max-width: 980px) {

    .botm {
        display:initial;
    }
    .iban1 {
        background: url(../images/ban1m.jpg);
        background-size: cover;
        background-position: center;
    }

    .iban2 {
        background: url(../images/ban2m.jpg);
        background-size: cover;
        background-position: center;
    }

    .iban3 {
        background: url(../images/ban3m.jpg);
        background-size: cover;
        background-position: center;
    }

    .mb ul {
        float: left;
    }

    .abozc1 {
        width: 100%;
      
        margin-bottom: 40px;
    }
    .abozc2 {
        width: 100%;
        float: right;
    }

    #fullpage {
        overflow:hidden;
    }
    .topk {
        position: fixed;
    }
    .zhishi {
        display: none;
    }
    canvas {
        width: 700px;
        height: 3200px;
    }
        .mb {
        height:auto;
    }
    .ind2 .a6 ul li {
        margin: 20px 22px;
    }
    .mb .a1 {
        display: none;
    }
    .fa1 .a15 .b1 {
        width: 100%;
    }
    .fa1 .a15 .b2 {
        width: 100%;margin-bottom:30px;
    }

    .botind .a1 {
        display: none;
    }
    .pro6 .a2 table {
        white-space: nowrap;
        overflow-y: auto;
    }

    .pro1 .a2 .b1 .c1 {
       
        margin-top: 2rem;
    }
    .pro1 .a1 {
        width: 100%;
    }
        .pro1 .a2 {
        width: 100%;
        padding-bottom: 7rem;
    }

    .pro1 .a2 .b1 .c3 {
        margin-top: 2.5rem;
    }
    .pro1 .b3 {
        width: 335px;
        height: 52px;
        left: 6%;
        bottom: 26px;
        position: absolute;
    }
    .proitem1 {
        display:block !important;
    }
    .pro5 ul li {
        width: 170px;
    }
    .pro1, .pro2 {
        display: none;
    }
    .top1 .logo {
        width: 150px;
    }
    .prol .a1 {
        width: 100%;
    }
    .cd16 ul li {
        width: 33.33%;
        border-bottom: 1px solid #fff;
    }
    .sl1 {
        
        padding-top: 50px;
    }
    .ind2 .a9 {
        width: 96%;
    }
    .ind5 .a3 .b2 {
        margin-top:32px;
    }
    .ind2 .a4 {
        font-size: 1.2rem;
    }
    .ind2 .a5 ul li {
        font-size: 1.5rem;
    }

        .ind1 {
        width: 90%;
        margin: 0 auto;
    }
    .ind1 img{
     
        width:100%;
    }
    .ind2 .a4 {
      
        width: 90%;
      margin-bottom:4rem;
    }
    .ind2 .a8 ul li {
        width: 98%;
    }

        .ind2 .a6 ul {
        width: 100%;
    }


    .iprok .pl .item {
        margin: 40px 20px;
    }

    .iprok .pl {
        position: initial;
        bottom: 0px;
        margin-top: 100px;
        width: auto;
    }
    .ind5 .a3 .b2 .c1 {
        margin-bottom: 40px;
    }
    .ind5 .a3, .ind5 .a3 .b2 {
        height: auto;
    }

    .iprok .yq1 {
        position: relative;
        overflow: hidden;
    }
    .cdk .a2 {
        width: 72px;
        height: 72px;
    }
    .cdk .a2 a {
        width: 72px;
        height: 72px;
        background: #242424;
        display: block;
        float: right;
        color: #868686;
        line-height: 70px;
        text-align: center;
        font-size: 72px;
        border-radius: 36px;
    }

    .ind6 ul li {
        width:33.33%;
    }
    .ind6 ul .jj {
        display:none;
    }
    .ind6 ul .jj1 {
        display:initial;
    }

    .top1 .rig1 .a1 .b2 img {
        margin-top: 16px;
        width: 34px;
    }



    .ind5 .a3 {
        width: 90%;
    }
    .ind5 .a3 .b1{
        display: none;
    }

        .top1 .rig1 {
        width: auto;
    }
    .top1 .rig1 ul {
        display: none;
    }
    .top1 .rig1 .a1 .b1 {
        display: none;
    }
        .top1 .rig1 .a1 .b2 {
            display: block;
           
        }
           

    .fw22 .a1 .b1 {
        width: 100%;
    }

    .fw22 .a1 .b2 {
        width: 100%;
        padding-bottom: 50px;
    }
  
    .abo1 .a1 {
        width: 100%;
        float: left;
    }
    .abo1 .a2 {
        width: 95%;
        float: left;
        margin-left: 2.5%;
        margin-top: 5%;
    }
    .lc1 .a3 .b2 {
        width: 100%;
        height: auto;
        float: left;
        border-left:none;
        padding-left: 0; 
        padding-bottom: 55px;
    }
    .lc1 .a3 .b1 {
        display:none;
    }
    .lc1 .a3 {
        width: 100%;
        height: auto;
    }
    .lc1 .a2 {
       
        display: none;
    }
    .lc1 .a1 {
        width: 100%;
        height: 57px;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .lc1 {
        width: 90%;
        height: auto;
        margin: 80px auto;
    }
    .sl2 ul li {
        width: 50%;
        float: left;
        background: #ecf2f7;
        border: 10px solid #fff;
        box-sizing: border-box;
       
    }
    .sl2 ul {
        margin-left: -10px;
       padding: 0; 
        width: calc(100% + 20px);
    }
    .sl3 ul li {
        box-sizing: border-box;
        border-left: 1px solid #fff;
        float: left;
        width: 100%;
    }
    .ry1 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
    .ry11 {
        width: 31%;
        height: 157px;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        float: left;
        margin: 1% 1%;
        text-align: center;
        text-indent: 0;
        box-sizing: border-box;
    }

    .sl21 ul li {
        width: 50%;
    }
    .fa1 ul li {
      
        width: 100%;
    }
    .ly {
        
        height: auto;
        }
    .ly1 {
        width: 100%;
        height: 68px;
        border: 1px solid #dcdcdc;
        overflow: hidden;
        float: left;
        margin-left: 0 !important;
        margin-bottom: 30px;
    }
    .fa5 ul li {
       
        width: 100%;
       
    }

    .fa6 ul li {
      
        width: 100%;
        margin-bottom: 20px;
    
    }
    .pro3 .a2 .b2 .c1 {
        margin-top: 1.5rem;
    }
    .pro3 .a2 {
        width: 100%;
    }
    .al .a1 {
        width: 100%;
       
    }
    .fw1 .a1 .b1 {
        width: 100%;
    }
        .fw1 .a1 .b2 {
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 40px;
    }
    .fw2 .a1 {
        padding-top: 45px;
    }
    .fw2 .a2 {
        width: 90%;
        margin: 0 auto;
    }
    .fw3 .a1 {
        width: 50%;
        float: left;
        height: 24rem;
        background: #ecf2f7;
        text-align: center;
        border: 0.5rem solid #fff;
        box-sizing: border-box;
    }
    .news1 {
        display: none;
    }
    .news2 .a1 {
        width: 100%;
    }
    .lx1 .a4 .b1 .c1 {
        font-size: 18px;
        font-weight: bold;
        margin-left: 35px;
        margin-top: 5%;
      
    }
    .lx1 .a5 ul {
        width: 50%;
        float: left;
    }
    .lx1 .a4 {
        height:auto;
        padding-bottom: 30px;
    }
        .lx1 .a4 .b1 {
            float: right;
            width: 100%;
        }
    #map {
        width: calc(100% - 25px);
        height: 685px;
        margin: 10px;
        border: 1px solid #fff;
        float: left;
    }
    .ln1 .a2 .b1 {
        width: 100%;background-size:cover;
    }
    .ln1 .a4 .b1 {
        width: 100%;
    }
    .bot1 .a1 {
        display:none;
    }
    }



.alertDisable {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    z-index: 999;
}

.alertBox {
    width: 40rem;
    height: auto;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -20rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background-color: #fff;
}

.alertHeader {
    font-size: 2rem;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    background-color: #ccc;
}

.alertContent {
    height: auto;
    overflow-y: auto;
    padding: 3rem 2rem;
    color: #333;
    line-height: normal !important;
}

    .alertContent p {
        font-size: 2rem;
        /*letter-spacing: 0.1rem;*/
        word-break: break-all;
        text-align: center;
    }

.alertFooter {
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    border-top: 1px solid #ccc;
    /*background-color: #ccc;*/
    font-size: 0;
}

    .alertFooter a {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        width: 10rem;
        height: 3rem;
        line-height: 3rem;
        color: #000;
        font-size: 1.4rem;
        border-radius: 0.3rem;
        background-color: #fff;
    }

        .alertFooter a.alertOK {
            background-color: #3475f5;
            color: #fff;
            margin-right: 5%;
        }

        .alertFooter a.alertCancle {
            border: 1px solid #3475f5;
            box-sizing: border-box;
            margin-left: 5%;
        }

        .alertFooter a:hover {
            text-decoration: none;
            /*background-color: #777;*/
        }



@media only screen and (min-width: 980px) and (max-width: 1200px) {
    .prol .a1 {
        width: 50%;
    }
    .pro3 .a2 .b2 .c1 {
        display: none;
    }

    .pro3 .a2 .b2 .c2 {
        margin-top: 30px;
    }

    .ind6 ul li {
        height: 120px;
    }


    .pro1 .a2 .b1 .c1 {
        margin-top: 1rem;
    }

    .pro1 .a2 .b1 .c3 {
        font-size: 14px;
        line-height: 30px;
        margin-top: 0.5rem;
        text-indent: 2em;
    }

    .pro1 .b3 {
        bottom: 20px;
    }

    .pro1 .b4 {
       
        right: 10px;
        bottom: 15px;
    }
    .pro1 .a2 .b2 {
      display:none;
    }

    .pro5 ul li {
        width:220px;
    }
}