﻿.titleall {
    text-align: center;
    border-bottom: 1px solid #cecece;
    position: relative;
}

    .titleall:after {
        content: "";
        position: absolute;
        left: 48.5%;
        bottom: 0;
        background: #0e357f;
        width: 3%;
        height: 2px;
    }

    .titleall h2 {
        margin: 0;
        color: #333;
        font-size: 24px;
        font-weight: normal;
    }

        .titleall h2 span {
            color: #0e357f;
        }

    .titleall p {
        text-transform: uppercase;
        font-size: 16px;
        color: #999;
        margin-top: 5px
    }

.column-title h2 {
    margin: 0;
    color: #333;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 1%;
}

    .column-title h2 span {
        color: #0e357f;
    }

.column-title {
    text-align: center;
    border-bottom: 1px solid #cecece;
    position: relative;
    margin-bottom: 3%;
}

    .column-title:after {
        content: "";
        position: absolute;
        left: 48.5%;
        bottom: 0;
        background: #0e357f;
        width: 3%;
        height: 2px;
        margin-top: 0%;
    }

/*Top002434*/
.Top002434 {
    position: relative;
    z-index: 100;
    background: #fff;
}

    .Top002434 .header {
        height: 91px;
    }

    .Top002434 .header-left {
        float: left;
        height: 100%;
        position: relative;
        width: 16%;
    }

    .Top002434 .logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        max-width: 250px;
    }

    .Top002434 .header-mid {
        float: left;
        width: 71%;
        margin-left: 2%;
    }

    .Top002434 .header-menu li {
        width: 14% !important;
    }

        .Top002434 .header-menu li em a {
            font-size: 16px;
            display: block;
            line-height: 60px;
            padding-top: 16px;
            position: relative;
            padding-bottom: 16px;
        }

            .Top002434 .header-menu li em a:before {
                position: absolute;
                content: "";
                left: 50%;
                top: 0;
                width: 0;
                height: 2px;
                background: #0e357f;
                transition: 0.3s;
                transform: translateX(-50%);
            }

        .Top002434 .header-menu li:hover em a::before,
        .Top002434 .header-menu li.aon em a::before {
            width: 100%;
        }

        .Top002434 .header-menu li:hover em a,
        .Top002434 .header-menu li.aon em a {
            color: #0e357f;
        }

        .Top002434 .header-menu li .sub {
            width: 205px;
            overflow: hidden;
        }

        .Top002434 .header-menu li .sub-menu {
            padding: 30px 0;
            background: #fff;
            padding-top: 10px;
        }

            .Top002434 .header-menu li .sub-menu dt {
                padding: 0 17px;
                position: relative;
            }

                .Top002434 .header-menu li .sub-menu dt::before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 14px;
                    background: #0e357f;
                    left: 0;
                    top: 50%;
                    margin-top: -7px;
                    transition: 0.3s;
                }

                .Top002434 .header-menu li .sub-menu dt:hover::before {
                    width: 8px;
                }

                .Top002434 .header-menu li .sub-menu dt a {
                    border-bottom: 1px solid #e7e7e7;
                    line-height: 40px;
                    background: url(../images/Top002434-icon_a.png) no-repeat left center;
                    color: #333;
                }

                .Top002434 .header-menu li .sub-menu dt:last-child a {
                    border-bottom: 0;
                }

                .Top002434 .header-menu li .sub-menu dt a:hover {
                    color: #0e357f;
                }

        .Top002434 .header-menu li.has-sub:hover .sub {
            height: auto;
        }

    .Top002434 .header-right {
        float: right;
        padding-top: 33px;
    }

        .Top002434 .header-right > * {
            float: left;
            line-height: 28px;
            position: relative;
            height: 43px;
        }

    .Top002434 .top-language dt,
    .Top002434 .search_box {
        position: absolute;
        right: 0;
        top: 100%;
        display: none;
    }

    .Top002434 .search_box {
        box-shadow: 0 3px 9px 0 rgba(0,0,0,.15);
        border: 1px solid #fff;
        border-top: 0;
        width: 254px;
        background: rgba(0,0,0,0.2);
    }

        .Top002434 .search_box .text {
            width: 100%;
            line-height: 48px;
            height: 48px;
            padding: 0 48px 0 10px;
            background: none;
            border: none;
            color: #fff;
        }

        .Top002434 .search_box .btn {
            position: absolute;
            right: 0;
            line-height: 48px;
            width: 48px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            top: 0;
        }

        .Top002434 .search_box::after {
            position: absolute;
            content: '';
            border: 8px solid transparent;
            border-bottom-color: rgba(0,0,0,0.2);
            right: 0;
            top: -16px;
        }

    .Top002434 .open-search {
        display: block;
        width: 28px;
        height: 28px;
        background: url(../images/Top002434-icon_search.png) no-repeat center center;
    }

    .Top002434 .top-language {
        background: url(../images/Top002434-icon_lang.png) no-repeat left 5px;
        padding-left: 20px;
        padding-right: 15px;
        margin-right: 5px;
    }

        .Top002434 .top-language::after {
            position: absolute;
            content: '';
            width: 1px;
            height: 20px;
            background: #e5e5e5;
            right: 0;
            top: 4px;
        }

        .Top002434 .top-language dd {
            padding-right: 22px;
            background: url(../images/Top002434-icon_a.png) no-repeat right center;
        }

        .Top002434 .top-language dt {
            border: 1px solid #eee;
            width: 100%;
            text-align: center;
            background: #fff;
        }

            .Top002434 .top-language dt a {
                display: block;
                border-bottom: 1px solid #eee;
                line-height: 24px;
                transition: color 0.3s;
            }

                .Top002434 .top-language dt a:last-child {
                    border-bottom: 0;
                }

                .Top002434 .top-language dt a:hover {
                    color: #fff;
                    background: #0e357f;
                }

@media(max-width:1024px) {
    .Top002434 .header-left {
        width: 30%;
    }

    .Top002434 .header-right {
        position: absolute;
        right: 63px;
        top: 35px;
        padding-top: 0;
    }

    .Top002434 #open_menu {
        height: 30px;
        background: #0e357f;
        border-radius: 0;
        top: 37px;
        border: none;
    }

        .Top002434 #open_menu i,
        .Top002434 #open_menu i::before,
        .Top002434 #open_menu i::after {
            background: #fff;
        }

        .Top002434 #open_menu.open_menu_on {
            top: 10px;
        }

    .Top002434 #header-menu ul {
        background: #0e357f;
        padding-left: 0;
        padding-right: 0;
    }

    .Top002434 #header-menu li {
        padding: 0 5%;
    }

        .Top002434 #header-menu li em,
        .Top002434 #header-menu li em a {
            border-bottom: 0;
        }

        .Top002434 #header-menu li:nth-child(2n) {
            background: rgba(255,255,255,0.1);
        }

        .Top002434 #header-menu li em a {
            font-weight: normal;
        }

        .Top002434 #header-menu li.clickon em a {
            background: none;
        }

        .Top002434 #header-menu li.clickon {
            padding-bottom: 5%;
        }

        .Top002434 #header-menu li .sub-menu dt:last-child a {
            border-bottom: 0;
        }

        .Top002434 #header-menu li .sub-menu dl {
            background: rgba(255,255,255,0.5);
            border-radius: 5px;
        }
}
/*Banner002579 */
.Banner002579 img {
    display: block;
    width: 100%;
}

/*Menu002169 */
.Menu002169 {
}

    .Menu002169 dt {
        text-align: right;
        background: url(../images/Menu002169-icon_home.gif) no-repeat right center;
        font-size: 12px;
        padding: 30px 20px 30px 0;
        color: #999;
    }

        .Menu002169 dt a {
            background: url(../images/Menu002169-cur_a.gif) no-repeat right center;
            padding-right: 10px;
            margin-right: 5px;
            color: #999;
        }

        .Menu002169 dt span {
            color: #006cba;
        }

    .Menu002169 dd {
        width: 180px;
        line-height: 80px;
        background: url(../images/Menu002169-columnbg.png) no-repeat left top #006cba;
        font-size: 24px;
        color: #fff;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-top: -30px;
    }

        .Menu002169 dd:before {
            display: inline-block;
            content: '';
            width: 15px;
            height: 3px;
            background: #fff;
            margin-right: 5px;
            vertical-align: middle;
        }

    .Menu002169 nav {
        background: #f7f7f7;
        line-height: 50px;
        height: 52px;
        text-align: center;
    }

        .Menu002169 nav ul {
        }

        .Menu002169 nav li {
            margin-right: 30px;
            display: inline-block;
        }

            .Menu002169 nav li:after {
                display: block;
                width: 0;
                height: 0;
                margin: 0 auto;
                content: '';
                border: 6px solid transparent;
                border-bottom: 0;
            }

            .Menu002169 nav li a {
                display: block;
                padding: 0 20px;
                position: relative;
            }

            .Menu002169 nav li.aon:after {
                border-top-color: #0e357f;
            }

            .Menu002169 nav li.aon {
                font-weight: bold;
            }

                .Menu002169 nav li a:hover,
                .Menu002169 nav li.aon a {
                    color: #fff;
                    background: #0e357f
                }

@media(max-width:1200px) {
    .Menu002169 nav li {
        margin-left: 20px;
    }
}

@media(max-width:1000px) {
    .Menu002169 dd,
    .Menu002169 nav {
        margin-top: 0;
    }

        .Menu002169 nav ul {
            float: none;
        }
}

@media(max-width:1000px) and (min-width:641px) {
    .Menu002169 dl {
        overflow: hidden;
    }

    .Menu002169 dd {
        float: left;
    }

    .Menu002169 dt {
        float: right;
    }
}

@media(max-width:768px) {
    .Menu002169 nav {
        height: auto;
        line-height: 40px;
    }

        .Menu002169 nav li {
            margin: 0;
            width: 25%;
            text-align: center;
        }

            .Menu002169 nav li a {
                display: block;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }
}

@media(max-width:640px) {
    .Menu002169 dt {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .Menu002169 dd {
        width: auto;
        line-height: normal;
        text-align: left;
        padding: 2%;
        background-position: right top;
        background-size: contain;
    }
}

@media(max-width:480px) {
    .Menu002169 dd {
        font-size: 20px;
    }

    .Menu002169 nav li {
        width: 33.33333333333%;
    }

    .Menu002169 {
        display: none;
    }
}
/*
 .Bottom002370 
 */
.Bottom002370 {
    background: #f0f0f0;
}

    .Bottom002370, .Bottom002370 a {
        color: #888;
        transition: all .3s ease;
    }

        .Bottom002370 a:hover {
            color: #0e357f;
        }

        .Bottom002370 .bottom {
            padding: 4% 0 3%;
        }

        .Bottom002370 nav li {
            float: left;
            width: 16%;
        }

            .Bottom002370 nav li h3 {
                color: #333;
                font-size: 16px;
                margin: 0;
                font-weight: normal;
            }
            /* .Bottom002370 nav li h3:after{ display: block; width: 17px; background-color: #575757; height: 1px; content:""; margin-top: 12px;} */
            .Bottom002370 nav li dl {
                padding-top: 10px;
            }

                .Bottom002370 nav li dl dd {
                    padding: 3px 0;
                }

        .Bottom002370 .QRcode {
            text-align: center;
        }

            .Bottom002370 .QRcode dl dd {
                width: 100px;
                height: 100px;
                margin-right: 20px;
                float: left;
            }

                .Bottom002370 .QRcode dl dd:nth-child(2) {
                    margin: 0;
                }

                .Bottom002370 .QRcode dl dd span {
                    display: block;
                    padding-top: 5px;
                    font-size: 12px;
                }

        .Bottom002370 .tel dt {
            font-size: 14px;
        }

            .Bottom002370 .tel dt:before {
                content: "\e714";
                font-family: "iconfont" !important;
                padding-right: 5px;
                position: relative;
                top: 0px;
                font-size: 18px;
            }

        .Bottom002370 .tel dd {
            font-size: 24px;
            color: #0e357f;
        }

        .Bottom002370 .contact p {
            margin: 5px 0 0;
            font-size: 14px;
            line-height: 3;
            padding-top: 14%;
        }

        .Bottom002370 .share {
            margin-top: 10px;
        }

            .Bottom002370 .share a {
                display: inline-block;
                width: 34px;
                height: 34px;
                text-align: center;
                line-height: 34px;
                border-radius: 50%;
                background: #bbb;
                font-size: 20px;
                color: #fff;
                margin-right: 5px;
            }

                .Bottom002370 .share a:hover {
                    background-color: #0e357f;
                }

        .Bottom002370 footer {
            border-top: 1px solid #ddd;
            padding: 1% 0 1%;
            background: #f0f0f0;
        }

        .Bottom002370 .links a {
            display: inline-block;
        }

            .Bottom002370 .links a + a {
                margin-left: 20px;
                position: relative;
            }

                .Bottom002370 .links a + a:before {
                    content: "";
                    width: 1px;
                    height: 55%;
                    top: 30%;
                    background: #6b6b6b;
                    position: absolute;
                    left: -10px;
                }

@media only screen and (max-width:767px) {
    .Bottom002370 nav {
        max-width: 310px;
        margin: 0 auto 15px;
    }

    .Bottom002370 .contact {
        text-align: center;
        padding-top: 15px;
    }

    .Bottom002370 footer {
        text-align: center;
    }
}

@media only screen and (min-width:768px ) {
    .Bottom002370 .bottom nav {
        float: left;
        width: 54%;
    }

    .Bottom002370 .bottom .QRcode {
        float: left;
        width: 18%;
    }

    .Bottom002370 .bottom .contact {
        float: left;
        width: 24%;
        margin-left: 4%;
    }

    .Bottom002370 .copyright {
        float: left;
    }

    .Bottom002370 .links {
        float: right;
    }
}

@media (max-width:480px) {
    .Bottom002370 .bottom {
        display: none;
    }
}
/*
 .RighInfo001108 
 */
.RighInfo001108 {
    margin: 3% 0;
}

    .RighInfo001108 .con01 {
        border: 1px solid #cecece;
        padding: 2%;
        margin-bottom: 3%;
    }

    .RighInfo001108 .con02 {
        margin-bottom: 3%;
    }

    .RighInfo001108 .con03 img {
        margin-top: 3%;
    }

    .RighInfo001108 .pic {
        float: left;
        width: 48%;
    }

        .RighInfo001108 .pic img {
            width: 100%;
        }

    .RighInfo001108 .txt {
        float: right;
        width: 48%;
        padding-right: 2%;
        color: #333;
    }

        .RighInfo001108 .txt h1 {
            font-size: 18px;
            font-weight: normal;
            color: #0e357f;
        }

        .RighInfo001108 .txt dl {
            border-top: 1px solid #d9d9d9;
            padding: 2% 0;
            border-bottom: 1px solid #d9d9d9;
            line-height: 2;
        }

        .RighInfo001108 .txt dd {
            line-height: 26px;
            padding: 5px 0;
            float: left;
            width: 35%
        }

        .RighInfo001108 .txt p {
            line-height: 36px;
        }

        .RighInfo001108 .txt .contact {
            padding: 3% 0;
            padding-top: 5%;
        }

            .RighInfo001108 .txt .contact a {
                color: #0e357f;
                width: 120px;
                text-align: center;
                border: 1px solid #0e357f;
                border-radius: 30px;
                line-height: 34px;
                display: inline-block;
            }

                .RighInfo001108 .txt .contact a:hover {
                    background-color: #0e357f;
                    color: #fff;
                }

    .RighInfo001108 .tab {
        margin-top: 3%;
        background-color: #e8e8e8;
        overflow: hidden;
        font-weight: bold;
    }

        .RighInfo001108 .tab span {
            cursor: pointer;
            display: inline-block;
            padding: 0 3%;
            line-height: 40px;
        }

            .RighInfo001108 .tab span.on {
                background-color: #008fd7;
                color: #fff;
            }

    .RighInfo001108 .tab_info {
        padding: 0%;
    }

@media(max-width:480px) {
    .RighInfo001108 .pic,
    .RighInfo001108 .txt {
        float: none;
        width: auto;
    }
}



/*Timeline002790 */
.Timeline002790 {
    padding: 6% 0 3%
}

    .Timeline002790 .year {
        position: relative;
        padding: 2% 0 4% 0;
        color: #6e6e6e;
    }

        .Timeline002790 .year::before {
            content: '';
            width: 1px;
            height: 103%;
            top: -3%;
            position: absolute;
            background-color: #ededed;
            z-index: 0;
        }

    .Timeline002790 ul {
        position: relative;
        z-index: 1;
    }

    .Timeline002790 li {
        position: relative; /* border-radius: 10px; */
        margin-top: -50px;
    }

        .Timeline002790 li:after {
            content: "";
            display: block;
            position: absolute;
            top: 51%;
            right: 0;
            width: 50%;
            height: 2px;
            border-bottom: 1px dashed #ddd;
            z-index: -2
        }

        .Timeline002790 li:nth-child(2n):after {
            left: 0
        }

        .Timeline002790 li:before {
            width: 12px;
            height: 12px;
            border: 1px solid #999;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            margin-left: -7px;
            top: 50%;
            margin-top: -2px;
            content: '';
            background: #fff;
        }

        .Timeline002790 li:nth-child(2n)::before {
            left: auto;
            right: 50%;
            margin-right: -6px;
        }

        .Timeline002790 li .con {
            width: 45%;
            background: #f7f7f7; /* border-radius: 10px; */
            padding: 20px;
            float: right;
            position: relative;
            overflow: hidden;
            border: 1px solid #fff;
        }

            .Timeline002790 li .con figure {
                width: 40%;
                position: absolute;
                right: 20px;
                top: 20px; /* bottom: 20px; */
                height: 80%;
            }

        .Timeline002790 li .icon {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            height: 60px;
            padding: 5px;
            background: #fff;
            overflow: hidden;
            border-radius: 0 6px 0 0
        }

        .Timeline002790 li .con .txt {
            width: 60%;
        }

        .Timeline002790 li:nth-child(2n) .con figure {
            left: 20px;
            right: 0;
        }

        .Timeline002790 li:nth-child(2n) .con .txt {
            float: right;
            padding-left: 8%;
        }

        .Timeline002790 li:nth-child(2n) .icon {
            left: auto;
            right: 0;
            border-radius: 6px 0 0 0
        }

        .Timeline002790 li:nth-child(2n) .con {
            float: left
        }

        .Timeline002790 li .txt {
            position: relative;
            font-size: 14px;
            line-height: 2;
            padding-right: 50px;
        }

        .Timeline002790 li:nth-child(2n) .txt {
            padding-right: 0
        }

        .Timeline002790 li .txt figure {
            transition: all ease 0.5s;
            position: absolute;
            top: 0;
            width: 120px;
            height: 100px;
        }

        .Timeline002790 li:nth-child(2n) .txt figure {
            left: 0;
        }

        .Timeline002790 li:nth-child(2n-1) .txt figure {
            right: 0;
        }

        .Timeline002790 li .txt figure img {
            position: absolute;
            max-width: 100%;
            max-height: 100%;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            -webkit-transform: translate(-50%,-50%);
        }

        .Timeline002790 li .txt h3 {
            margin: 0;
            font-size: 24px;
            color: #0e357f;
            padding-bottom: 20px;
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            position: relative;
        }

            .Timeline002790 li .txt h3:after {
                position: absolute;
                content: "";
                left: 0;
                background: #0e357f;
                width: 30px;
                height: 2px;
                bottom: 20%;
            }

        .Timeline002790 li.hover .con {
            border: 1px solid #0e357f;
        }

        .Timeline002790 li.hover:after {
            border-color: #0e357f
        }

        .Timeline002790 li.hover:before {
            border-color: #0e357f
        }

@media(min-width:641px) {
    .Timeline002790 .year::before {
        left: 50%;
        margin-left: -0.5px;
    }

    .Timeline002790 li {
        width: 100%;
    }

        .Timeline002790 li:nth-child(2n) {
            float: left;
        }

        .Timeline002790 li:nth-child(2n-1) {
            float: right;
            z-index: 10;
        }
}

@media(max-width:1024px) {
    .Timeline002790 {
        padding-top: 0
    }

        .Timeline002790 li {
            margin-bottom: 20px;
            height: auto;
            overflow: hidden;
            margin-top: 0
        }

            .Timeline002790 li .con {
                width: 100%;
                float: left;
                padding: 20px
            }

            .Timeline002790 .year::before,
            .Timeline002790 li:after,
            .Timeline002790 li:before {
                display: none
            }

            .Timeline002790 li .con .txt,
            .Timeline002790 li .con figure {
                position: relative;
                float: left;
                width: 100%
            }

            .Timeline002790 li .con figure {
                height: 200px;
                margin-bottom: 20px;
            }
}

.Timeline002790 .more {
    text-align: center;
    padding-bottom: 20px;
}

    .Timeline002790 .more a {
        width: 180px;
        height: 36px;
        text-align: left;
        line-height: 36px;
        display: inline-block;
        color: #fff;
        font-size: 14px;
        background: url(../images/Timeline002790-more.png) no-repeat 70% center #0e357f;
        position: relative;
        z-index: 100;
        border-radius: 60px;
        text-align: center;
        padding-right: 20px;
    }


/*
 .RighInfo002228 
 */
.RighInfo002228 {
    padding: 3% 0;
}

    .RighInfo002228 .single-header {
        text-align: center;
    }

        .RighInfo002228 .single-header h1 {
            color: #333;
            font-size: 20px;
            margin: 0 0 10px 0;
            font-weight: normal;
        }

        .RighInfo002228 .single-header h3 {
            color: #815122;
            font-size: 16px;
            margin: 0;
            font-weight: normal;
            position: relative;
        }

            .RighInfo002228 .single-header h3:after {
                content: "";
                display: block;
                height: 1px;
                background-color: #f3eee9;
                width: 100%;
                z-index: 1;
                margin-top: 15px;
            }

            .RighInfo002228 .single-header h3 span {
                position: relative;
                z-index: 2;
                padding: 0 30px;
                background-color: #fff;
            }

    .RighInfo002228 .single-content {
        text-justify: inter-ideograph;
        text-align: justify;
        word-wrap: break-word;
        overflow: hidden;
        font-size: 14px;
        line-height: 24px;
        color: #666;
        padding-top: 2%;
    }

        .RighInfo002228 .single-content p {
            text-indent: 2em;
            margin: 0;
            font-size: 15px;
            color: #333;
            line-height: 2;
        }

        .RighInfo002228 .single-content .no-textindent {
            text-indent: 0;
        }

    .RighInfo002228 .back {
        color: #0e357f;
        width: 120px;
        text-align: center;
        border: 1px solid #0e357f;
        border-radius: 30px;
        line-height: 34px;
        display: block;
        margin: 20px auto;
    }

        .RighInfo002228 .back:hover {
            background-color: #0e357f;
            color: #fff;
        }

    .RighInfo002228 .fr {
        float: none;
    }

    .RighInfo002228 .col2 + .col2 {
        margin-top: 10px;
    }

@media(max-width:950px) {
    .RighInfo002228 .auto {
        padding: 0 2%;
    }
}

@media screen and (min-width:465px) {
    .RighInfo002228 .col2 {
        width: 48%;
    }

    .RighInfo002228 .fr {
        float: right;
    }

    .RighInfo002228 .col2 + .col2 {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    .RighInfo002228 .single-header h1 {
        font-size: 24px;
    }

    .RighInfo002228 .single-header h3 {
        font-size: 18px;
    }

    .RighInfo002228 .single-content p {
        padding: 5px 0;
    }

    .RighInfo002228 .single-header h3:after {
        background-color: #f3eee9;
        position: absolute;
        top: 50%;
        z-index: 1;
        margin-top: 0;
    }
}

@media screen and (min-width:1024px) {
    .RighInfo002228 .single-header h1 {
        font-size: 30px;
    }
}


/*
 .Banner002231 
 */
.Banner002231 .bx-wrapper {
    position: relative;
    z-index: 1;
}

.Banner002231 .bx-viewport {
    z-index: 1;
}

.Banner002231 li a {
    display: block;
}

.Banner002231 li img {
    display: block;
    width: 130%;
    position: relative;
    left: -15%;
    max-width: none;
}

.Banner002231 .bx-controls {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 6%;
    z-index: 10;
}

.Banner002231 .bx-pager {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

    .Banner002231 .bx-pager div {
        display: inline-block;
        height: 16px;
        margin: 0 6px;
    }

        .Banner002231 .bx-pager div a {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #fff;
            color: #fff;
            margin: 0 5px;
        }

            .Banner002231 .bx-pager div a.active {
                background: #0e357f;
                color: #0e357f;
            }

@media(min-width:769px) {
    .Banner002231 li img {
        width: 100%;
        left: 0;
        max-width: 100%;
    }

    .Banner002231 .bx-controls {
        bottom: 5%;
        left: auto;
        right: 2%;
    }
}

@media(max-width:768px) {
    .Banner002231 li img {
        width: 100%;
        left: 0;
        max-width: 100%;
    }
}

/*
 .Floor001753 
 */
.Floor001753 {
    background: url(../uploadfiles/bg01.png) no-repeat;
    background-size: cover;
    padding: 3% 0;
}

    .Floor001753 .auto {
        position: relative;
        margin-top: 3%;
    }

    .Floor001753 .box_intro {
        float: right;
        width: 52%;
        position: relative;
        line-height: 24px;
        background: #fff;
        padding: 3% 3%;
        margin-top: 2%; /* margin-right: 2%; */
        position: absolute;
        right: 0%;
        z-index: 0;
    }

    .Floor001753 .box_video {
        width: 50%;
        margin: 0%;
        float: left;
        position: relative;
        z-index: 1;
    }

    .Floor001753 h1 {
        font-weight: normal;
        font-size: 24px;
        color: #221816;
        height: 44px;
        line-height: normal;
        margin: 0;
    }

        .Floor001753 h1 span {
            color: #0e357f;
            position: relative;
        }

            .Floor001753 h1 span:after {
                background: #0e357f;
                height: 2px;
                width: 50%;
                position: absolute;
                left: 0;
                bottom: -17%;
                content: "";
            }

    .Floor001753 .box_video .img {
        position: relative;
        overflow: hidden;
    }

        .Floor001753 .box_video .img img {
            width: 100%;
            display: block;
            height: 350px;
        }

        .Floor001753 .box_video .img a {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/Floor001753-a_video.png) no-repeat center 30%;
        }

            .Floor001753 .box_video .img a i {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 20%;
                font-size: 24px;
                color: #fff;
                text-align: center;
                font-style: normal;
            }

    .Floor001753 .box .bx-viewport {
        height: 174px !important;
    }

    .Floor001753 .box .bx-controls-direction {
        position: absolute;
        right: 0;
        top: 5px;
        font-size: 16px;
    }

        .Floor001753 .box .bx-controls-direction a {
            width: 37px;
            float: left;
            line-height: 22px;
            text-align: center;
            color: #efeeee;
            margin-left: 5px;
            border: 1px solid #d0cece;
            background-color: #221816;
        }

            .Floor001753 .box .bx-controls-direction a.disabled {
                cursor: default;
                color: #221816;
                background-color: #efeeee;
            }

    .Floor001753 .box li {
        height: 98px;
        overflow: hidden;
    }

        .Floor001753 .box li .pic {
            position: absolute;
            left: 0;
            top: 0;
            width: 118px;
        }

            .Floor001753 .box li .pic img {
                display: block;
                width: 100%;
                height: 76px;
            }

        .Floor001753 .box li div {
            padding-left: 140px;
        }

        .Floor001753 .box li h5 {
            margin: 0;
            font-weight: normal;
            font-size: 14px;
        }

        .Floor001753 .box li p {
            margin: 0;
            height: 48px;
            overflow: hidden;
        }

        .Floor001753 .box li p,
        .Floor001753 .box figure {
            font-size: 12px;
            color: #928f8f;
        }

    .Floor001753 .box figure {
        min-height: 125px;
    }

    .Floor001753 .box .more {
        padding: 0 19px 0 37px;
        line-height: 27px;
        background: url(../images/Floor001753-more.png) no-repeat 13px center #0e357f;
        display: inline-block;
        color: #fff;
    }

@media(max-width:1000px) {
    .Floor001753 .box {
        width: 49%;
    }

    .Floor001753 .box_video {
        margin: 0 0 0 2%;
    }

    .Floor001753 .box_intro {
        width: 100%;
        margin-top: 2%;
    }

    .Floor001753 .box figure {
        min-height: inherit;
        margin-bottom: 2%;
    }
}

@media(max-width:640px) {
    .Floor001753 .box {
        float: none;
        width: auto;
        margin: 0 0 4% 0 !important;
    }

    .Floor001753 h1 {
        height: auto;
        margin-bottom: 4%;
        line-height: 34px;
    }

    .Floor001753 .box_video .img img {
        height: auto;
    }
}

@media(max-width:375px) {
    .Floor001753 h1 {
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .Floor001753 .box_intro {
        position: inherit;
    }
}
/*Floor000556*/
.Floor000556 {
    padding: 3% 0;
}

    .Floor000556 .tab {
        text-align: center;
        padding: 3% 0 3% 0;
    }

        .Floor000556 .tab span {
            display: inline-block;
            line-height: 37px;
            padding: 0 25px;
            height: 37px;
            text-align: center;
            font-size: 14px;
            cursor: pointer;
            transition: 0.3s;
        }

        .Floor000556 .tab .on {
            background: #0e357f;
            color: #fff;
        }

    .Floor000556 .tab-info {
        margin-top: 3%;
    }

    .Floor000556 .info {
        position: relative;
        padding: 0 50px;
    }

    .Floor000556 .owl-stage-outer {
        overflow: hidden;
    }

    .Floor000556 .owl-item {
        float: left;
    }

    .Floor000556 .owl-nav {
        display: block;
    }

        .Floor000556 .owl-nav button.owl-prev {
            left: -20px;
        }

        .Floor000556 .owl-nav button.owl-next {
            right: -20px;
        }

        .Floor000556 .owl-nav button {
            font-size: 0;
            width: 48px;
            height: 48px;
            border: 0;
            position: absolute;
            top: 50%;
            cursor: pointer;
            padding: 0;
            background: none;
            z-index: 10;
            border-radius: 50%;
            background: #ccc;
            transform: translateY(-50%);
        }

            .Floor000556 .owl-nav button:before {
                position: absolute;
                content: '';
                width: 10px;
                height: 10px;
                border-right: 2px solid #fff;
                border-top: 2px solid #fff;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                left: 50%;
                top: 50%;
                margin: -5px 0 0 -6px;
            }

            .Floor000556 .owl-nav button.owl-prev:before {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                margin-left: -3px;
            }

            .Floor000556 .owl-nav button:hover {
                background: rgba(14,57,127,0.6);
                transition: 0.3s;
            }

                .Floor000556 .owl-nav button:hover:before {
                    border-color: #fff;
                }

    .Floor000556 .item a {
        display: block;
        transition: 0.3s;
    }

        .Floor000556 .item a:hover {
            border-bottom-color: #0089d2;
        }

    .Floor000556 .item .pic {
        text-align: center;
        overflow: hidden;
    }

        .Floor000556 .item .pic img {
            width: 100%;
            display: block;
            margin: 0 auto;
            transition: 0.3s;
        }

    .Floor000556 .item:hover .pic img {
        transform: scale(1.12,1.12);
    }

    .Floor000556 .item .name {
        width: 100%;
        background: #f1f1f1;
        text-align: left;
        padding: 15px 20px;
        /* margin: 0 auto; */
        /* margin-top: -20px; */
        position: relative;
    }

        .Floor000556 .item .name h2 {
            font-size: 18px;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            /* padding: 0 20px; */
            margin: 0;
            color: #333;
            border-bottom: 1px solid #d0d0d0;
            height: 35px;
        }

        .Floor000556 .item .name i {
            display: block;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #f1f1f1;
            position: absolute;
            left: 50%;
            top: -12px;
            margin-left: -15px;
            z-index: 33;
        }

    .Floor000556 .item .span {
        display: block;
        /* margin: 0 auto; */
        background: #0e357f;
        width: 30px;
        height: 2px;
        /* margin-top: 12px; */
        margin-bottom: 20px;
        margin-top: -1px;
    }

    .Floor000556 .item .addr {
        display: inline-block;
        float: left;
    }

        .Floor000556 .item .addr:before {
            content: "\e6b4";
            padding-right: 5px;
            color: #0e357f;
            font-family: "iconfont" !important;
            font-size: 16px;
        }

    .Floor000556 .item .price {
        float: right;
    }

        .Floor000556 .item .price em {
            font-style: normal;
            color: #ff6666;
            font-size: 20px;
        }

    .Floor000556 .item:hover a {
        color: #0e357f
    }

@media (max-width:480px) {
    .Floor000556 .owl-nav button.owl-prev {
        left: 0px;
    }

    .Floor000556 .owl-nav button.owl-next {
        right: 0px;
    }
}
/*Floor002212*/
.Floor002212 {
    background: url(../images/Floor002212-nbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 3% 0;
    background: #f1f1f1;
}

    .Floor002212 .List li h4 a,
    .Floor002212 .List li,
    .Floor002212 .List li .more,
    .Floor002212 nav ul li {
        transition: all 0.5s ease-out 0s;
    }

    .Floor002212 .h2 {
        text-align: center;
        color: #18222a;
        font-size: 42px;
        font-weight: normal;
    }

    .Floor002212 nav {
        margin: 40px 0;
        text-align: center;
    }

        .Floor002212 nav ul {
            display: block;
            text-align: center;
        }

            .Floor002212 nav ul li {
                display: inline-block;
                *zoom: 1;
                *display: inline;
                text-align: center;
                line-height: 40px;
                height: 40px;
                padding: 0 12px;
            }

                .Floor002212 nav ul li a {
                    display: block;
                    color: #728391;
                    font-size: 16px;
                    padding: 0 25px;
                    min-width: 140px;
                    background: #f3f3f3;
                    border-radius: 40px;
                }

                .Floor002212 nav ul li:hover a {
                    color: #fff;
                    background: #008cd6;
                }

    .Floor002212 .List {
        margin-top: 3%;
        position: relative;
    }

        .Floor002212 .List li {
            float: left;
            margin-right: 40px;
            width: 373px;
        }

            .Floor002212 .List li .pic {
                width: 100%;
                overflow: hidden;
                display: block;
            }

                .Floor002212 .List li .pic img {
                    width: 100%;
                    display: block;
                    transition: 1s;
                }

            .Floor002212 .List li:hover .pic img {
                transform: scale3d(1.04,1.04,1.04);
            }

            .Floor002212 .List li figure {
                padding: 10px 20px;
                background: #fff;
            }

            .Floor002212 .List li .time {
                font-size: 14px;
                color: #999;
                margin-top: 2%;
            }

            .Floor002212 .List li h4 {
                font-size: 18px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: block;
                margin: 10px 0 0;
                font-weight: normal;
            }

                .Floor002212 .List li h4 a {
                    color: #333;
                }

            .Floor002212 .List li p {
                font-size: 14px;
                color: #9ba6af;
                height: 40px;
                overflow: hidden;
                line-height: 20px;
                margin: 10px 0 0;
            }

            .Floor002212 .List li .more {
                display: inline-block;
                *zoom: 1;
                *display: inline;
                padding-right: 22px;
                color: #0e357f;
                font-size: 14px;
                background: url(../images/Floor002212-icon1.png) 100% 50% no-repeat;
                margin-top: 7px;
            }

            .Floor002212 .List li:hover .more, .Floor002212 .List li:hover h4 a {
                color: #0e357f;
            }

        .Floor002212 .List .btn {
            position: absolute;
            top: 50%;
            display: block;
            z-index: 5;
        }

        .Floor002212 .List .prev {
            left: -70px;
        }

        .Floor002212 .List .next {
            right: -22px;
        }

        .Floor002212 .List .btn a {
            font-size: 0;
            width: 48px;
            height: 48px;
            border: 0;
            position: absolute;
            top: 50%;
            cursor: pointer;
            padding: 0;
            background: none;
            z-index: 10;
            border-radius: 50%;
            background: #ccc;
            transform: translateY(-50%);
        }

            .Floor002212 .List .btn a:before {
                position: absolute;
                content: '';
                width: 10px;
                height: 10px;
                border-right: 2px solid #fff;
                border-top: 2px solid #fff;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                left: 50%;
                top: 50%;
                margin: -5px 0 0 -6px;
            }

            .Floor002212 .List .btn a.bx-prev:before {
                transform: rotate(-135deg);
                -webkit-transform: rotate(-135deg);
                -ms-transform: rotate(-135deg);
                margin-left: -3px;
            }

            .Floor002212 .List .btn a:hover {
                background: rgba(14,57,127,0.6);
                transition: 0.3s;
            }

                .Floor002212 .List .btn a:hover:before {
                    border-color: #fff;
                }


@media(max-width:1336px) {
    .Floor002212 .List .prev {
        left: 0;
    }

    .Floor002212 .List .next {
        right: 48px
    }
}

@media(max-width:1199px) {
    .Floor002212 .h2 {
        font-size: 35px;
    }
}

@media(max-width:1000px) {
    .Floor002212 .h2 {
        font-size: 30px;
    }

    .Floor002212 {
        padding: 4% 0 8%;
    }
}

@media(max-width:720px) {
    .Floor002212 nav ul li {
        width: 25%;
        max-width: none;
        float: left;
        padding: 0 5px;
    }

        .Floor002212 nav ul li a {
            padding: 0 10px;
            min-width: 1px;
        }
}

@media(max-width:480px) {
    .Floor002212 nav ul li {
        width: 100%;
        margin-bottom: 5px;
        float: none;
    }

    .Floor002212 nav {
        margin: 3% 0;
    }
}
/*Floor002212 End*/

/*.Floor002376 */
.Floor002376 {
    padding: 3% 0;
}

    .Floor002376 .wrap-head {
        position: relative;
    }

        .Floor002376 .wrap-head h1 {
            margin: 0;
            color: #666;
            font-size: 20px;
            font-weight: normal;
            line-height: 32px;
        }

            .Floor002376 .wrap-head h1 em {
                font-style: normal;
                font-size: 32px;
                text-transform: uppercase;
                font-weight: 600;
                position: relative;
                top: 6px;
                padding-right: 15px;
            }

        .Floor002376 .wrap-head .more {
            width: 160px;
            height: 30px;
            line-height: 30px;
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            padding: 0 25px;
            font-size: 16px;
            color: #000;
            border-radius: 15px;
            background: #fff100;
            margin-top: -10px;
        }

            .Floor002376 .wrap-head .more i {
                position: absolute;
                right: 25px;
                top: 0;
                font-style: normal;
                font-family: ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“;
                font-weight: 600;
            }

    .Floor002376 .wrap-container {
        padding-top: 3%;
    }

    .Floor002376 .item {
        transition: all 0.5s;
    }

        .Floor002376 .item:hover .word {
            border: 0;
        }

        .Floor002376 .item:hover {
            box-shadow: 0 8px 16px rgba(0,0,0,.1);
        }

        .Floor002376 .item .item-inner {
            position: relative;
            padding-top: 56%;
        }

        .Floor002376 .item .pic {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .Floor002376 .item .word {
            border: 1px solid #f0f0f0;
            border-bottom: 5px solid #0e357f;
            transition: all 0.5s
        }

        .Floor002376 .item .word-inner {
        }

        .Floor002376 .item time {
            font-size: 14px;
            color: #0e357f;
            display: block;
            position: relative;
            padding-left: 25px;
        }

            .Floor002376 .item time:before {
                content: "\e700";
                font-family: "iconfont" !important;
                font-size: 16px;
                color: #0e357f;
                position: absolute;
                left: 0;
                top: 1px;
            }

        .Floor002376 .item h3 {
            font-weight: normal;
            font-size: 16px;
            margin: 3% 0;
            overflow: hidden;
            line-height: 30px;
            height: 60px;
        }

            .Floor002376 .item h3 a {
                color: #333;
            }

                .Floor002376 .item h3 a:hover {
                    color: #000;
                }

        .Floor002376 .item figure {
            font-size: 14px;
            line-height: 24px;
            color: #999;
            height: 48px;
            overflow: hidden;
        }

@media only screen and (max-width:767px ) {
    .Floor002376 {
        position: relative; /*padding-bottom: 50px; margin-bottom: 20px;*/
    }

        .Floor002376 .item {
            max-width: 503px;
            margin: 0 auto;
        }

            .Floor002376 .item + .item {
                padding-top: 20px;
            }

        .Floor002376 .wrap-head {
            position: static;
            text-align: center;
        }

            .Floor002376 .wrap-head .more {
                left: 50%;
                bottom: 0;
                top: auto;
                margin-left: -80px;
            }

        .Floor002376 .item .word {
            padding: 3% 4%;
        }
}

@media only screen and (min-width:768px ) {
    .Floor002376 .wrap-head h1 {
        font-size: 24px;
        line-height: 42px;
    }

        .Floor002376 .wrap-head h1 em {
            font-size: 42px;
            top: 10px;
            padding-right: 30px;
        }

    .Floor002376 .wrap-container {
    }

    .Floor002376 .item {
        float: left;
        width: 32%;
        margin-right: 2%;
    }

        .Floor002376 .item:nth-child(3n) {
            margin-right: 0;
        }

        .Floor002376 .item .pic {
            min-height: 36%;
        }

        .Floor002376 .item .word-inner {
            padding: 10% 7% 13%;
        }

        .Floor002376 .item h3 {
            font-size: 18px;
        }

        .Floor002376 .item.odd .item-inner {
            padding-bottom: 60%;
            padding-top: 0;
        }

        .Floor002376 .item.odd .pic {
            top: auto;
            bottom: 0;
        }

        .Floor002376 .item.odd .word {
            border-top: 5px solid #0e357f;
            border-bottom: none;
        }

        .Floor002376 .item .pic img { /*position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);*/
        }
}

@media only screen and (min-width:1024px ) {
    .Floor002376 .wrap-head h1 {
        font-size: 26px;
        line-height: 48px;
    }

        .Floor002376 .wrap-head h1 em {
            font-size: 48px;
        }

    .Floor002376 .item .pic {
        min-height: 44%;
    }

    .Floor002376 .item .item-inner {
        padding-top: 56%;
    }

    .Floor002376 .item.odd .item-inner {
        padding-bottom: 56%;
    }
}

@media only screen and (min-width:1280px ) {
    .Floor002376 .wrap-head h1 {
        font-size: 28px;
        line-height: 54px;
    }

        .Floor002376 .wrap-head h1 em {
            font-size: 54px;
        }
}

@media only screen and (min-width:1440px ) {
    .Floor002376 .wrap-head h1 {
        font-size: 30px;
        line-height: 60px;
    }

        .Floor002376 .wrap-head h1 em {
            font-size: 60px;
        }

    .Floor002376 .item .pic {
        min-height: 50%;
    }
}

@media (max-width:480px) {
    .Floor002376 .item h3 {
        height: auto;
    }
}
/*PicList002095 */
.PicList002095 {
    margin: 3% 0;
}

    .PicList002095 li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .PicList002095 li:nth-child(3n) {
            margin-right: 0;
        }

        .PicList002095 li .Ispic {
            display: block;
            padding-bottom: 56%;
        }

            .PicList002095 li .Ispic img {
                display: none;
            }

        .PicList002095 li .name {
            width: 100%;
            background: #f1f1f1;
            text-align: left;
            padding: 15px 20px;
            /* margin: 0 auto; */
            /* margin-top: -20px; */
            position: relative;
        }

            .PicList002095 li .name h2 {
                font-size: 18px;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                /* padding: 0 20px; */
                margin: 0;
                color: #333;
                border-bottom: 1px solid #d0d0d0;
                height: 35px;
            }

            .PicList002095 li .name i {
                display: block;
                width: 0;
                height: 0;
                border-left: 15px solid transparent;
                border-right: 15px solid transparent;
                border-bottom: 15px solid #f1f1f1;
                position: absolute;
                left: 50%;
                top: -12px;
                margin-left: -15px;
                z-index: 33;
            }

        .PicList002095 li .span {
            display: block;
            /* margin: 0 auto; */
            background: #0e357f;
            width: 30px;
            height: 2px;
            /* margin-top: 12px; */
            margin-bottom: 20px;
            margin-top: -1px;
        }

        .PicList002095 li .addr {
            display: inline-block;
            float: left;
        }

            .PicList002095 li .addr:before {
                content: "\E700";
                padding-right: 5px;
                color: #0e357f;
                font-family: "iconfont" !important;
                font-size: 16px;
            }

        .PicList002095 li .price {
            float: right;
        }

            .PicList002095 li .price em {
                font-style: normal;
                color: #ff6666;
                font-size: 20px;
            }

        .PicList002095 li:hover a {
            color: #0e357f
        }

@media (max-width:480px) {
    .PicList002095 li {
        width: 49%;
        float: left;
        margin-right: 2%;
    }

        .PicList002095 li:nth-child(3n) {
            margin-right: 2%
        }

        .PicList002095 li:nth-child(2n) {
            margin-right: 0;
        }

        .PicList002095 li .name h2 {
            font-size: 14px;
            line-height: 35px;
        }

        .PicList002095 li .name {
            padding: 2%;
        }

        .PicList002095 li .addr {
            display: none;
        }

        .PicList002095 li .span {
            margin-bottom: 5px
        }

        .PicList002095 li .price {
            float: none;
            width: 100%;
            display: block;
            text-align: center;
        }
}

/*
 .Floor02002376
 */
.Floor02002376 {
    padding: 3% 0;
}

    .Floor02002376 .wrap-head {
        position: relative;
    }

        .Floor02002376 .wrap-head h1 {
            margin: 0;
            color: #666;
            font-size: 20px;
            font-weight: normal;
            line-height: 32px;
        }

            .Floor02002376 .wrap-head h1 em {
                font-style: normal;
                font-size: 32px;
                text-transform: uppercase;
                font-weight: 600;
                position: relative;
                top: 6px;
                padding-right: 15px;
            }

        .Floor02002376 .wrap-head .more {
            width: 160px;
            height: 30px;
            line-height: 30px;
            display: block;
            position: absolute;
            top: 50%;
            right: 0;
            padding: 0 25px;
            font-size: 16px;
            color: #000;
            border-radius: 15px;
            background: #fff100;
            margin-top: -10px;
        }

            .Floor02002376 .wrap-head .more i {
                position: absolute;
                right: 25px;
                top: 0;
                font-style: normal;
                font-family: ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ;
                font-weight: 600;
            }

    .Floor02002376 .wrap-container {
        padding-top: 0px;
    }

    .Floor02002376 .item {
        transition: all 0.5s;
    }

        .Floor02002376 .item:hover .word {
            border: 0;
        }

        .Floor02002376 .item:hover {
            box-shadow: 0 8px 16px rgba(0,0,0,.1);
        }

        .Floor02002376 .item .item-inner {
            position: relative;
            padding-top: 60%;
        }

        .Floor02002376 .item .pic {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
        }

        .Floor02002376 .item .word {
            border: 1px solid #f0f0f0;
            border-bottom: 5px solid #0e357f;
            transition: all 0.5s
        }

        .Floor02002376 .item .word-inner {
        }

        .Floor02002376 .item time {
            font-size: 14px;
            color: #666;
            display: block;
            position: relative;
            padding-left: 25px;
        }

            .Floor02002376 .item time:before {
                content: "\e700";
                font-family: "iconfont" !important;
                font-size: 16px;
                color: #aaa;
                position: absolute;
                left: 0;
                top: 1px;
            }

        .Floor02002376 .item h3 {
            font-weight: normal;
            font-size: 16px;
            margin: 5% 0;
            overflow: hidden;
            line-height: 30px;
            height: 60px;
        }

            .Floor02002376 .item h3 a {
                color: #333;
            }

                .Floor02002376 .item h3 a:hover {
                    color: #000;
                }

        .Floor02002376 .item figure {
            font-size: 14px;
            line-height: 28px;
            color: #999;
            height: 48px;
            overflow: hidden;
        }

@media only screen and (max-width:767px ) {
    .Floor02002376 {
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

        .Floor02002376 .item {
            max-width: 503px;
            margin: 0 auto;
        }

            .Floor02002376 .item + .item {
                padding-top: 20px;
            }

        .Floor02002376 .wrap-head {
            position: static;
            text-align: center;
        }

            .Floor02002376 .wrap-head .more {
                left: 50%;
                bottom: 0;
                top: auto;
                margin-left: -80px;
            }

        .Floor02002376 .item .word {
            padding: 8% 7%;
        }
}

@media only screen and (min-width:768px ) {
    .Floor02002376 .wrap-head h1 {
        font-size: 24px;
        line-height: 42px;
    }

        .Floor02002376 .wrap-head h1 em {
            font-size: 42px;
            top: 10px;
            padding-right: 30px;
        }

    .Floor02002376 .item {
        float: left;
        width: 32%;
        margin-right: 2%;
    }

        .Floor02002376 .item:nth-child(3n) {
            margin-right: 0;
        }

        .Floor02002376 .item .pic {
            min-height: 36%;
        }

        .Floor02002376 .item .word-inner {
            padding: 10% 7% 13%;
        }

        .Floor02002376 .item h3 {
            font-size: 18px;
        }

        .Floor02002376 .item.odd .item-inner {
            padding-bottom: 60%;
            padding-top: 0;
        }

        .Floor02002376 .item.odd .pic {
            top: auto;
            bottom: 0;
        }

        .Floor02002376 .item.odd .word {
            border-top: 5px solid #0e357f;
            border-bottom: none;
        }

        .Floor02002376 .item .pic img { /*position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);*/
        }
}

@media only screen and (min-width:1024px ) {
    .Floor02002376 .wrap-head h1 {
        font-size: 26px;
        line-height: 48px;
    }

        .Floor02002376 .wrap-head h1 em {
            font-size: 48px;
        }

    .Floor02002376 .item .pic {
        min-height: 44%;
    }

    .Floor02002376 .item .item-inner {
        padding-top: 53%;
    }

    .Floor02002376 .item.odd .item-inner {
        padding-bottom: 59%;
    }
}

@media only screen and (min-width:1280px ) {
    .Floor02002376 .wrap-head h1 {
        font-size: 28px;
        line-height: 54px;
    }

        .Floor02002376 .wrap-head h1 em {
            font-size: 54px;
        }
}

@media only screen and (min-width:1440px ) {
    .Floor02002376 .wrap-head h1 {
        font-size: 30px;
        line-height: 60px;
    }

        .Floor02002376 .wrap-head h1 em {
            font-size: 60px;
        }

    .Floor02002376 .item .pic {
        min-height: 50%;
    }
}


.team {
    width: 100%;
    position: relative;
    padding: 3% 0;
    overflow: hidden;
}

.team-list {
    width: 100%;
    float:left;
}

.team-img {
    width: 25%;
    height: 116px;
    line-height: 116px;
    transition: all .4s ease;
    text-align: center;
    float: left;
    padding-top: 20px;
}

    .team-img img {
        max-width: 100%;
    }

    .team-img:hover {
    }

.team-list .swiper-container {
    padding: 3% 10px 20px;
}

.team-list .contain {
    width: 1380px;
}

.team-list .swiper-wrapper {
    padding-bottom: 44px;
}

.team-list .swiper-pagination {
    bottom: 10px;
}

.team-list .swiper-pagination-bullet {
    background: #d4d4d4;
    opacity: 1;
    width: 6px;
    height: 6px;
}

    .team-list .swiper-pagination-bullet:after {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        background: transparent;
        border: 2px solid #0e357f;
        border-radius: 100%;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
    }

.team-list .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    opacity: 1;
    position: relative;
    background-color: #0e357f;
}

    .team-list .swiper-pagination-bullet-active:after {
        opacity: 1;
    }

.team-list .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}



/*
 .Floor002248 Ã¤Â¸ÂºdemoÃ§Â¼â€“Ã¥ÂÂ·
 */

.Floor002248 {
    margin-top: 3%;
}

    .Floor002248 .word {
        width: 100%;
    }

        .Floor002248 .word h3 {
            margin: 0;
            font-size: 20px;
            line-height: 1.2;
            color: #0e357f;
            padding-bottom: 15px;
            font-weight: normal;
        }

            .Floor002248 .word h3:after {
                content: "";
                display: block;
                width: 65px;
                height: 2px;
                background-color: #0e357f;
                margin-top: 20px;
            }

        .Floor002248 .word figure {
            margin: 0;
            padding: 7.5% 5%;
            line-height: 2.25;
            font-size: 14px;
        }

        .Floor002248 .word ul {
            padding-top: 15px;
        }

            .Floor002248 .word ul li {
                float: left;
                text-align: center;
                padding: 0 15px;
                width: 25%;
                max-width: 102px;
            }

                .Floor002248 .word ul li a {
                    display: block;
                    max-width: 72px;
                    border: 1px solid #bed4eb;
                    border-radius: 50%;
                    transition: all .3s ease-in-out;
                }

                    .Floor002248 .word ul li a:hover {
                        background-color: #3c89d9;
                    }

                        .Floor002248 .word ul li .img_hover, .Floor002248 .word ul li a:hover .img {
                            display: none;
                        }

                        .Floor002248 .word ul li a:hover .img_hover {
                            display: block;
                        }

    .Floor002248 .right-img {
        position: relative;
    }

        .Floor002248 .right-img .right-img_tit {
            width: 160px;
            text-align: center;
            padding: 20px 0;
            background: rgba(60, 137, 217, 0.9) none repeat scroll 0 0 !important;
            filter: Alpha(opacity=90);
            background: #fff;
            position: absolute;
            bottom: 20px;
            left: -8%;
        }

            .Floor002248 .right-img .right-img_tit span {
                position: relative;
                z-index: 1;
                color: #fff;
                font-size: 16px;
            }

@media only screen and (max-width: 767px) {
    .Floor002248 .word h3 {
        text-align: center;
    }

        .Floor002248 .word h3:after {
            margin: 20px auto 0;
            width: 35px;
        }

    .Floor002248 .right-img {
        margin: 0 auto;
        max-width: 580px;
        padding-left: 5%;
    }

        .Floor002248 .right-img .right-img_tit {
            left: 0;
        }

    .Floor002248 .word ul {
        margin: 0 auto 30px;
        max-width: 408px;
    }
}

@media only screen and (max-width: 365px) {
    .Floor002248 .word ul li {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    .Floor002248 .word h3 {
        font-size: 24px;
    }

    .Floor002248 .word {
        width: 50%;
        float: left;
        background: #f2f2f2;
    }

    .Floor002248 .right-img {
        float: right;
        width: 50%;
    }

        .Floor002248 .right-img img {
            width: 100%;
        }
}

@media only screen and (min-width: 1024px) {
    .Floor002248 .word h3 {
        font-size: 20px;
        padding-bottom: 30px;
    }

        .Floor002248 .word h3:after {
            height: 2px;
        }

    .Floor002248 .right-img .right-img_tit {
        padding: 25px 0;
    }
}


/*Other002638 */
.Other002638 {
    position: fixed;
    right: 0;
    z-index: 110;
    top: 50%;
    margin-top: -122px;
}

    .Other002638 ul {
    }

    .Other002638 .shou {
        display: none;
        width: 28px;
        padding: 6px;
        background: #0e357f;
        text-align: center;
        border-radius: 5px 0 0 5px;
    }

        .Other002638 .shou img {
            width: 40px;
            padding-top: 6px
        }

        .Other002638 .shou a {
            color: #fff;
            line-height: 16px;
            font-size: 16px;
        }

    .Other002638 li {
        position: relative;
        margin: 1px 0;
        font-family: Ã¥Â®â€¹Ã¤Â½â€œ;
    }

        .Other002638 li a {
            display: block;
            width: 50px;
            height: 50px;
            border-radius: 5px 0 0 5px;
            background: url(../images/Other002638_icon.png) no-repeat center top #252525;
            transition: 0.3s;
        }

        .Other002638 li.close a {
            height: 30px;
            background: #0e357f;
            color: #fff;
            text-align: center;
            line-height: 30px;
            font-size: 20px;
        }

        .Other002638 li > a:hover {
            background-color: #0e357f;
        }

        .Other002638 li.li_qq .wap {
            display: none;
        }

        .Other002638 li aside {
            display: none;
            position: absolute;
            right: 100%;
            line-height: 50px;
            white-space: nowrap;
            text-overflow: ellipsis;
            top: 0;
            background: #0e357f;
            margin-right: 1px;
            border-radius: 3px;
            padding: 5px;
            font-size: 18px;
            color: #fff;
            width: 200%;
            height: 200%;
        }

        .Other002638 li.li_wb aside {
            width: 320%;
            text-align: center;
            height: 100%;
            line-height: 39px;
        }

        .Other002638 li.li_qq aside {
            width: 450%;
            text-align: center;
            height: 100%;
            line-height: 39px;
        }

        .Other002638 li.li_wx a {
            background-position: center -61px;
        }

        .Other002638 li.li_wb a {
            background-position: center -122px;
        }

        .Other002638 li.li_gettop a {
            background-position: center -183px;
        }

@media(min-width:1025px) {
    .Other002638 li:hover aside {
        display: block;
    }
}

@media(max-width:1024px) {
    .Other002638 li.li_qq a {
        display: none;
    }

    .Other002638 li.li_qq .wap {
        display: block;
    }
}

.Other002638 .pop-up {
    display: none;
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}

    .Other002638 .pop-up .ycenter {
        height: 100%;
    }

    .Other002638 .pop-up .main {
        position: relative;
        width: 90%;
        margin: 0 auto;
        max-width: 600px;
        background: #fff;
        border: 5px solid #0e357f;
        border-radius: 10px;
        padding: 2%;
    }

    .Other002638 .pop-up .close {
        position: absolute;
        width: 30px;
        height: 30px;
        right: -15px;
        top: -15px;
        border-radius: 50%;
        background: #0e357f;
        cursor: pointer;
    }

        .Other002638 .pop-up .close::before,
        .Other002638 .pop-up .close::after {
            position: absolute;
            content: '';
            left: 20%;
            top: 50%;
            width: 60%;
            height: 3px;
            background: #fff;
            margin-top: -1px;
            transform: rotate(-45deg);
        }

        .Other002638 .pop-up .close::before {
            transform: rotate(45deg);
        }

    .Other002638 .pop-up#form td {
        padding-top: 4%;
        vertical-align: top;
    }

        .Other002638 .pop-up#form td.f-name {
            text-align: right;
            width: 90px;
            line-height: 32px;
        }

        .Other002638 .pop-up#form td .text {
            width: 100%;
            line-height: 32px;
            height: 32px;
            border: 1px solid #eee;
            border-radius: 3px;
            padding: 0 5px;
        }

        .Other002638 .pop-up#form td .btn {
            width: 40%;
            margin-right: 3%;
            height: 40px;
            cursor: pointer;
            border: none;
            border-radius: 3px;
            color: #fff;
            background: #0e357f;
            max-width: 120px;
        }

        .Other002638 .pop-up#form td .btn_reset {
            background: #999;
        }

        .Other002638 .pop-up#form td textarea.text {
            height: 90px;
        }

    .Other002638 .pop-up#form p {
        margin: 0;
        text-align: center;
        color: #0e357f;
    }

    .Other002638 .pop-up#map .main {
        padding: 15px;
    }

    .Other002638 .pop-up .map {
        height: 300px;
    }

@media(max-width:640px) {
    .Other002638 {
        display: none;
    }

        .Other002638 ul {
            top: auto;
            margin-top: 0;
            bottom: 2%;
        }

        .Other002638 li > a {
            width: 30px;
            height: 30px;
        }

        .Other002638 li.li_tel a {
            background-position: center -13px;
        }

        .Other002638 li.li_email a {
            background-position: center -75px;
        }

        .Other002638 li.li_map a {
            background-position: center -137px;
        }

        .Other002638 li.li_gettop a {
            background-position: center -198px;
        }
}


/*
 .PicList001747 为demo编号
 */
.PicList001747 {
    padding: 3% 0;
}

    .PicList001747 .more {
        border: 1px solid #e0e0e0;
        line-height: 48px;
        height: 48px;
        text-align: center;
        font-size: 16px;
        display: block;
        transition: 0.4s;
    }

        .PicList001747 .more:hover {
            background-color: #0e357f;
            border-color: #0e357f;
            color: #fff;
        }

    .PicList001747 li {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 3%;
    }

        .PicList001747 li:nth-child(3n) {
            margin-right: 0;
        }

        .PicList001747 li a {
            display: block;
        }

            .PicList001747 li a:hover {
                box-shadow: 0 0 10px #ccc;
                color: #0e357f;
            }

        .PicList001747 li figure {
            padding-bottom: 66%;
        }

            .PicList001747 li figure img {
                display: none;
                transtion: 0.3s
            }

                .PicList001747 li figure img:hover {
                    transform: scale(1.1)
                }

        .PicList001747 li div {
            padding: 4%;
        }

        .PicList001747 li h3 {
            margin: 0;
            font-size: 14px;
        }

        .PicList001747 li p {
            line-height: 20px;
            margin: 4% 0 0 0;
            color: #999;
            height: 40px;
            overflow: hidden;
            font-size: 12px;
        }

@media(max-width:768px) {
    .PicList001747 li {
        width: 49%;
    }

        .PicList001747 li:nth-child(3n) {
            margin-right: 2%;
        }

        .PicList001747 li:nth-child(2n) {
            margin-right: 0;
        }
}

@media(max-width:480px) {
    .PicList001747 h1 {
        font-size: 18px;
    }

    .PicList001747 li p {
        font-size: 12px;
    }
}

/*
 .PicList000659 为demo编号
 */
.PicList000659{padding-top:10px;}
.PicList000659 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 1% 0;
}

    .PicList000659 li:nth-child(3n) {
        margin-right: 0;
    }

    .PicList000659 li a {
        display: block;
        border-radius: 5px;
        background-color: #fff;
        padding: 3%;
    }

    .PicList000659 li img {
        width: 360px;
        height: 230px;
    }

    .PicList000659 li a:hover {
        box-shadow: 0 0 10px #999;
    }

    .PicList000659 li span {
        display: block;
        background-position: center center;
        background-repeat: no-repeat;
        /* background-size: cover; */
        padding-bottom: 58%;
        width: 100%;
    }

    .PicList000659 li h4 {
        margin: 0;
        padding: 15px 0;
        font-weight: normal;
        font-size: 16px;
    }

        .PicList000659 li h4:hover {
            color: #004083;
        }

    .PicList000659 li p {
        margin: 0;
        height: 40px;
        overflow: hidden;
        line-height: 20px;
        color: #999;
    }

@media(max-width:768px) {
    .PicList000659 li {
        width: 49%;
    }

        .PicList000659 li:nth-child(3n) {
            margin-right: 2%;
        }

        .PicList000659 li:nth-child(2n) {
            margin-right: 0;
        }
}

@media(max-width:480px) {
    .PicList000659 li {
        width: 100%;
        margin-right: 0 !important;
    }
}

/*Page002046 */
.Page002046 .Pages {
    text-align: center;
    padding-bottom: 4%;
}

    .Page002046 .Pages a {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #ececec;
        padding: 0 15px;
        line-height: 38px;
        color: #999;
    }

        .Page002046 .Pages a:hover, .Page002046 .Pages a.a_cur {
            background-color: #004083;
            color: #fff;
        }

    .Page002046 .Pages em {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
    }

        .Page002046 .Pages em a {
            float: left;
            margin-left: -1px;
        }

    .Page002046 .Pages .p_cur, .Page002046 .Pages .p_count, .Page002046 .Pages .p_jump, .Page002046 .Pages .p_total {
        display: none;
    }

    .Page002046 .Pages .a_prev, .Page002046 .Pages .a_next {
        padding: 0;
        width: 84px;
        overflow: hidden;
        height: 38px;
    }

    .Page002046 .Pages .a_next {
    }

@media(max-width:640px) {
    .Page002046 .Pages .a_first, .Page002046 .Pages .a_end {
        display: none;
    }
}

@media(max-width:480px) {
    .Page002046 .Pages em a:nth-child(4) {
        display: none;
    }

    .Page002046 .Pages em a:nth-child(5) {
        display: none;
    }

    .Page002046 .Pages em a:nth-child(6) {
        display: none;
    }
}

/*
 .RighInfo002227 为demo编号
 */
.RighInfo002227 {
    background-color: #fff;
    font-size: 14px;
    color: #666;
}

    .RighInfo002227 .title {
        margin-bottom: 30px;
        text-align: center;
        line-height: 44px;
        color: #333;
        font-size: 20px;
        padding-bottom: 10px;
        background: url(../images/RighInfo002227-icon1.png) no-repeat center bottom;
        padding-top: 30px;
    }

        .RighInfo002227 .title img {
            width: 45px;
            height: 33px;
        }

    .RighInfo002227 .box1 {
        margin-bottom: 4%;
    }

        .RighInfo002227 .box1 .pic {
            background: url(../images/RighInfo002227-bg_bsimg.jpg) no-repeat right bottom;
            padding: 0 11px 11px 0;
            display: block;
        }

        .RighInfo002227 .box1 p, .RighInfo002227 .box2 p {
            line-height: 34px;
        }

        .RighInfo002227 .box1 p {
            margin: 0 0 20px 0;
        }

    .RighInfo002227 .box2 p {
        margin: 0 0 1% 0;
        padding: 15px 0 0;
    }

    .RighInfo002227 .box2 .pic {
        text-align: center;
        padding-bottom: 30px;
    }

    .RighInfo002227 .pepoleimage {
        margin-bottom: 30px;
    }

    .RighInfo002227 .box2 h3 {
        margin: 0;
        font-size: 14px;
        color: #333;
        padding-bottom: 10px;
    }

    .RighInfo002227 .textbox-con2 {
        border-top: dashed 1px #ccc;
        padding-top: 30px;
        margin-top: 30px;
    }

@media screen and (min-width: 480px) {
    .RighInfo002227 .box1 .pic {
        width: 45%;
        float: left;
        margin-right: 5%;
    }

    .RighInfo002227 .box2 .pic {
        float: left;
        padding-right: 8%;
        text-align: left;
    }

    .RighInfo002227 .box2 .textbox-con2 .pic {
        text-align: right;
        float: right;
        padding-left: 8%;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .RighInfo002227, .RighInfo002227 .box2 h3 {
        font-size: 16px;
    }

        .RighInfo002227 .title {
            font-size: 28px;
            margin-bottom: 20px;
        }

            .RighInfo002227 .title img {
                width: 55px;
                height: 40px;
            }

        .RighInfo002227 .box1 p {
            margin: 0;
            font-size: 14px;
            text-indent: 2em;
        }

        .RighInfo002227 .box2 p {
            padding-top: 25px;
        }

        .RighInfo002227 .box2 .pic {
            padding-top: 30px;
            padding-bottom: 0;
        }

        .RighInfo002227 .pepoleimage {
            margin-bottom: 80px;
        }

        .RighInfo002227 .textbox-con2 {
            padding-top: 52px;
            margin-top: 52px;
        }
}

/*
 .Timeline001265 为demo编号
 */
.Timeline001265 {
    position: relative;
    padding: 3% 0;
}

.tit h1 {
    margin: 0;
    padding: 20px 0;
    font-size: 24px;
    font-weight: normal;
    background: url(../images/Floor002049-icon.png) no-repeat left center;
    padding-left: 35px;
    line-height: 32px;
    margin: 1% 0;
}

    .tit h1 span {
        font-size: 12px;
        color: #8a8fa0;
        margin-left: 10px;
        text-transform: uppercase;
    }

.Floor002049 .auto {
    position: relative;
}

.Timeline001265 .list::before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    width: 1px;
    height: 100%;
    left: 20px;
    background-color: #dcdcdc;
}

.Timeline001265 .list {
    height: 660px;
    overflow: hidden;
    position: relative;
}

.Timeline001265 ul {
    position: relative;
}

.Timeline001265 li {
    padding: 15px 0 15px 40px;
}

    .Timeline001265 li h1 {
        font-weight: normal;
        font-size: 30px;
        margin: 0;
        position: relative;
    }

        .Timeline001265 li h1 i {
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            left: -26px;
            top: 50%;
            margin-top: -6px;
            border-radius: 50%;
            background-color: #0e357f;
        }

    .Timeline001265 li dt {
        padding: 5px 0;
    }

.Timeline001265 .btn {
    position: absolute;
    width: 0;
    height: 0;
    border: 15px solid #ccc;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 6px;
    z-index: 10;
    cursor: pointer;
}

.Timeline001265 .prev {
    border-top: 0;
    top: 0;
}

.Timeline001265 .next {
    border-bottom: 0;
    bottom: 0;
}

@media(max-width:768px) {
    .Timeline001265 li h1 {
        font-size: 24px;
    }
}

@media(max-width:480px) {
    .Timeline001265 .list {
        height: 400px;
    }
}

/*Floor002049 */
.Floor002049 {
    padding: 4% 0;
}

    .Floor002049 h1 {
        margin: 0;
        padding: 20px 0;
        font-size: 24px;
        font-weight: normal;
        background: url(../images/Floor002049-icon.png) no-repeat left center;
        padding-left: 35px;
        line-height: 32px;
        margin: 1% 0;
    }

        .Floor002049 h1 span {
            font-size: 12px;
            color: #8a8fa0;
            margin-left: 10px;
            text-transform: uppercase;
        }

    .Floor002049 .auto {
        position: relative;
    }

    .Floor002049 .list li {
        position: relative;
        text-align: center;
    }

        .Floor002049 .list li a {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #dfe2ef;
        }

        .Floor002049 .list li p {
            margin: 0;
            border-top: 1px solid #dfe2ef;
            font-size: 18px;
            padding: 5% 3% 3% 3%;
            color: #000;
            text-transform: uppercase;
        }

        .Floor002049 .list li i {
            color: #8a8fa0;
            display: block;
            padding-bottom: 5%;
            font-style: normal;
        }

        .Floor002049 .list li a:hover {
            border-width: 3px;
            border-color: #243e92;
        }

        .Floor002049 .list li:hover i {
            color: #e4151b;
        }

        .Floor002049 .list li figure {
            padding: 5%;
        }

            .Floor002049 .list li figure span {
                display: block;
                padding-bottom: 145%;
            }

            .Floor002049 .list li figure img {
                display: none;
            }

    .Floor002049 .list .bx-controls-direction {
        position: absolute;
        right: 0;
        top: 25px;
    }

        .Floor002049 .list .bx-controls-direction a {
            float: left;
            width: 32px;
            height: 22px;
            background: url(../images/Floor002049-btn.gif) no-repeat 11px center;
            overflow: hidden;
            line-height: 100px;
            border: 1px solid #e5e5e5;
        }

            .Floor002049 .list .bx-controls-direction a.bx-next {
                border-left: 0;
                background-position: -18px center;
            }

            .Floor002049 .list .bx-controls-direction a:hover {
                background-image: url(../images/Floor002049-btn_hover.gif);
                background-color: #243e92;
                border-color: #243e92;
            }

@media(max-width:1200px) {
    .Floor002049 .list .bx-controls-direction {
        right: 2%;
    }
}

@media(max-width:640px) {
    .Floor002049 h1 {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .Floor002049 h1 span {
        display: none;
    }
}

/*Floor002617 */
.Floor002617 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 4% 0;
}

    .Floor002617 img {
        width: 100%;
        display: block;
    }

    .Floor002617 .ycenter {
        position: absolute;
        z-index: 5;
        width: 100%;
        height: 80.5%;
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        color: #fff;
        overflow: hidden;
    }

    .Floor002617 .ycenter_click {
        z-index: 20;
        width: auto;
        height: auto;
        right: 5%;
        top: 5%;
        left: auto;
    }

        .Floor002617 .ycenter_click .title {
            display: none;
        }

    .Floor002617 .video {
        width: 100%;
    }

    .Floor002617 video {
        z-index: 10;
        background: #000;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .Floor002617 .title {
        font-size: 36px;
    }

        .Floor002617 .title b {
            display: block;
            opacity: 0.2;
            text-transform: uppercase;
            font-size: 86px;
            font-family: "Times New Roman", Times, serif;
        }

        .Floor002617 .title::after {
            display: block;
            content: '';
            margin: 1% auto 3%;
            width: 1px;
            height: 32px;
            background: #cca74f;
        }

    .Floor002617 .play_btn {
        cursor: pointer;
        display: inline-block;
    }

        .Floor002617 .play_btn i {
            display: block;
            margin: 0 auto 15px;
            width: 49px;
            height: 49px;
            border: 2px solid #fff;
            border-radius: 50%;
            background: url(../images/Floor002617_play.png) no-repeat center center;
        }

    .Floor002617 .close_btn i {
        position: relative;
        background: none;
    }

        .Floor002617 .close_btn i::before, .Floor002617 .close_btn i::after {
            position: absolute;
            content: '';
            width: 3px;
            border-radius: 3px;
            height: 50%;
            top: 25%;
            background: #0e357f;
            left: 16px;
        }

        .Floor002617 .close_btn i::after {
            left: 26px;
        }

@media(max-width:1024px) {
    .Floor002617 .title {
        font-size: 24px;
    }

        .Floor002617 .title b {
            font-size: 56px;
        }
}

@media(max-width:640px) {
    .Floor002617 .title {
        font-size: 20px;
    }

        .Floor002617 .title b {
            font-size: 40px;
        }
}

@media(max-width:480px) {
    .Floor002617 .title::after {
        display: none;
    }

    .Floor002617 .title b {
        font-size: 30px;
    }

    .Floor002617 .title {
        font-size: 18px;
    }

    .Floor002617 .play_btn i {
        margin: 5px auto;
        background-size: 12px;
        width: 36px;
        height: 36px;
    }

    .Floor002617 .close_btn i::before {
        left: 10px;
    }

    .Floor002617 .close_btn i::after {
        left: 20px;
    }
}


/*
 .RighInfo002800 
 */
.RighInfo002800 {
    padding: 3% 0 3%;
}

    .RighInfo002800 .text {
        margin-bottom: 30px
    }

        .RighInfo002800 .text .p {
            font-size: 16px;
            color: #333;
            line-height: 28px;
            margin: 0;
            background-repeat: no-repeat;
            background-position: left center;
            padding: 10px 0; /*padding-left: 40px;*/
            background-size: 30px auto;
        }

    .RighInfo002800 dt {
        font-size: 22px;
        color: #333;
        line-height: 50px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 5px;
        background-repeat: no-repeat;
    }

    .RighInfo002800 h3 {
        font-size: 22px;
        color: #333;
        line-height: 50px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 5px;
        background-repeat: no-repeat;
        background-position: left center; /*padding-left: 40px;*/
    }

    .RighInfo002800 .column_title {
        margin-top: 0;
        margin-bottom: 8%;
    }

    .RighInfo002800 dl {
        margin-top: 4%;
    }

        .RighInfo002800 dl:last-child {
            margin-right: 0px;
        }

    .RighInfo002800 dd {
        position: relative;
        padding: 6px 0; /* background-repeat: no-repeat; */
        background-position: left center; /* padding-left: 30px; */
    }

    .RighInfo002800 dd {
        font-size: 16px;
    }
    /*.RighInfo002800 .company{background-image: url(../images/RighInfo002800-icon1.png);background-size: 30px auto;}
.RighInfo002800 .tel{background-image: url(../images/RighInfo002800-icon2.png);}
.RighInfo002800 .fax{background-image: url(../images/RighInfo002800-icon3.png);}
.RighInfo002800 .address{background-image: url(../images/RighInfo002800-icon6.png);}
.RighInfo002800 .people{background-image: url(../images/RighInfo002800-icon4.png);}
.RighInfo002800 .email{background-image: url(../images/RighInfo002800-icon5.png);}*/

    .RighInfo002800 .map {
        width: 100%;
        height: 300px;
        padding: 10px;
        background: #f8f8f8;
    }

        .RighInfo002800 .map #map {
            height: 100%;
        }

        .RighInfo002800 .map img {
            max-width: none !important;
        }

@media screen and (min-width: 1025px) {
    .RighInfo002800 .text {
        float: left;
        width: 50%;
    }

    .RighInfo002800 .map {
        float: right;
        width: 45%;
        height: 320px;
    }
}

@media screen and (min-width: 1200px) {
    .RighInfo002800 .map {
        width: 55%;
        height: 434px;
    }

    .RighInfo002800 .text {
        width: 40%;
    }

        .RighInfo002800 .text .p {
            font-size: 16px;
        }
}

/*
 .PicList002797
 */
.PicList002797 {
    padding: 3% 0;
}

    .PicList002797 li {
        float: left;
        width: 23%;
        margin: 0 2% 2% 0;
        border: 1px solid #e8e8e8; /* border-radius: 10px; */
    }

        .PicList002797 li:nth-child(4n) {
            margin-right: 0;
        }

        .PicList002797 li a {
            display: block;
            position: relative;
            padding: 2%;
        }

        .PicList002797 li figure {
            padding-bottom: 75%;
            margin-bottom: 4%;
            background-size: contain;
        }

        .PicList002797 li h3 {
            margin: 0;
            text-align: center;
            font-weight: normal;
            font-size: 18px;
            color: #202020;
        }

        .PicList002797 li .hover {
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background: rgba(0, 141, 210,0.9);
            z-index: 10;
            transition: 0.3s;
            color: #fff;
        }

        .PicList002797 li:hover {
            box-shadow: 0 0 15px 3px #ccc;
            border-color: #0e357f;
        }

            .PicList002797 li:hover a .hover {
                opacity: 1;
            }

            .PicList002797 li:hover h3 {
                color: #0e357f;
            }


@media(max-width:1000px) {
    .PicList002797 li {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media(max-width:640px) and (min-width:376px) {
    .PicList002797 li .hover img {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:480px) {
    .PicList002797 li {
        float: none;
        width: auto;
    }

        .PicList002797 li h3 {
            font-size: 14px;
        }
}


/*PicList002171 */
.PicList002171 {
    padding: 2% 0;
}

    .PicList002171 li {
        float: left;
        width: 23.4%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .PicList002171 li a {
            border: 1px solid #e8e8e8;
            position: relative;
            display: block;
        }

        .PicList002171 li img {
            display: block;
            width: 100%;
        }

        .PicList002171 li a figure {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.54);
            opacity: 0;
            transition: 0.3s;
        }

        .PicList002171 li a:hover figure {
            opacity: 1;
        }

        .PicList002171 li dl {
            display: table;
            width: 100%;
            height: 100%;
        }

        .PicList002171 li dt {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 18px;
            color: #fff;
        }

@media(min-width:769px) {
    .PicList002171 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }

        .PicList002171 li:nth-child(2n) {
            margin-right: 0;
        }

        .PicList002171 li dt {
            font-size: 15px;
        }
}
/*内页*/
.ban {
    width: 100%;
    height: 470px;
    position: relative;
}

    .ban img {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .ban .sav {
        width: 1200px;
        height: 49px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        bottom: 0;
        z-index: 11;
    }

        .ban .sav ul {
            width: 1202px;
            display: block;
            overflow: hidden;
        }

            .ban .sav ul li {
                width: 170px;
                height: 49px;
                line-height: 49px;
                display: block;
                float: left;
                margin-right: 1.666px;
                text-align: center;
            }

                .ban .sav ul li a {
                    width: 100%;
                    height: 49px;
                    display: block;
                    background-image: url(../images/nav.png);
                    background-repeat: repeat;
                    font-size: 17px;
                    line-height: 42px;
                }

                    .ban .sav ul li a:hover {
                        color: #b81c22;
                    }

                .ban .sav ul li.on a {
                    color: #fff;
                    background-image: url(../images/navh.png);
                    font-size: 17px;
                    line-height: 42px;
                }

    .ban .sav01 {
        width: 1200px;
        height: 49px;
        position: absolute;
        left: 50%;
        margin-left: -600px;
        bottom: 0;
        z-index: 11;
    }

        .ban .sav01 ul {
            width: 1202px;
            display: block;
            overflow: hidden;
        }

            .ban .sav01 ul li {
                width: 398px;
                height: 49px;
                line-height: 49px;
                display: block;
                float: left;
                margin-right: 2.666px;
                text-align: center;
            }

                .ban .sav01 ul li a {
                    width: 100%;
                    height: 49px;
                    display: block;
                    background-image: url(../images/nav.png);
                    background-repeat: repeat;
                }

                    .ban .sav01 ul li a:hover {
                        color: #b81c22;
                    }

                .ban .sav01 ul li.on a {
                    background-image: url(../images/navh.png);
                    background-repeat: repeat;
                    color: #fff;
                }
.gbook_bg {
    float: left;
    width: 100%;
    background: url(../images/gbook.jpg) no-repeat bottom fixed;
    padding: 120px 0;
}

.w980 {
    width: 1200px;
    margin: 0 auto;
}

.dea-box {
    text-align: left;
    float: left;
    width: 88%;
    padding: 55px 6%;
    background: url(../images/dealer_opacity01.png) repeat;
}

.dea-line {
    width: 1px;
    height: 382px;
    overflow: hidden;
    background: #b8b8b8;
    margin-left: 45px;
}

.dea-log {
    margin-right: 0px;
}

    .dea-log p {
        line-height: 30px;
        float: left;
        width: 400px;
        padding: 5px 0;
        font-size: 14px;
    }

    .dea-log .tit {
        float: left;
        width: 100%;
        padding-bottom: 20px;
        font-size: 24px;
        color: #333;
    }

.dea-list {
    width: 360px;
}

    .dea-list li {
        width: 100%;
        float: left;
        padding: 5px 0;
        font-size: 14px;
    }

        .dea-list li input.input-text {
            width: 320px;
            height: 48px;
            padding: 0px 0 0px 20px;
            border: 1px solid #c6c6c5;
            font-size: 14px;
            color: #888;
        }

        .dea-list li textarea.textarea-text {
            width: 320px;
            height: 72px;
            padding: 11px 0 11px 20px;
            border: 1px solid #c6c6c5;
            font-size: 14px;
            color: #888;
        }

        .dea-list li input.sub.reg {
            background: #ff0000;
        }

        .dea-list li input.sub {
            display: inline-block;
            width: 130px;
            height: 40px;
            border: none;
            text-align: center;
            font-size: 18px;
            line-height: 40px;
            color: #fff;
            margin-left: 100px;
            margin-top: 15px;
        }

.youx {
    background: #fff url(../images/youx.png) no-repeat right 0;
}

.xingm {
    background: #fff url(../images/xingm.png) no-repeat right 0;
}

.dianh {
    background: #fff url(../images/dianh.png) no-repeat right 0;
}

.neir {
    background: #fff url(../images/neir.png) no-repeat right 0;
}

@media only screen and (max-width: 991px) {
    .dea-box {
        text-align: left;
        height: 380px;
        margin: 20px 0;
        padding: 15px 10px;
    }

        .dea-box .fl, .dea-line {
            display: none;
        }

    .gbook_bg {
        float: left;
        width: 100%;
        padding-bottom: 0px;
        background: url(../images/servicebanner.jpg) no-repeat bottom fixed;
        padding-top: 0px;
    }

    .w980 {
        width: 100%;
    }

    .dea-log {
        width: 100%;
    }

    .dea-box {
        float: left;
        width: 92%;
        margin: 0;
        padding: 55px 4%;
        background: url(../images/dealer_opacity01.png) repeat;
    }

    .dea-list {
        width: 100%;
    }

        .dea-list li input.input-text {
            font-size: 1.4em;
            width: 95%;
            padding-left: 5%;
        }

        .dea-list li textarea.textarea-text {
            font-size: 1.4em;
            float: left;
            width: 92%;
            height: 100px;
            padding: 5px 4%;
        }

        .dea-list li input.sub {
            font-size: 1.6em;
            line-height: 2em;
            height: 2em;
            width: 30%;
            margin-left: 35%;
        }
}


@media only screen and (max-width: 767px) {
    .dea-box {
        text-align: left;
        height: 380px;
        margin: 20px 0;
        padding: 15px 10px;
    }

        .dea-box .fl, .dea-line {
            display: none;
        }

    .gbook_bg {
        float: left;
        width: 100%;
        padding-bottom: 0px;
        background: url(../images/gbook.jpg) no-repeat bottom fixed;
        padding-top: 0px;
    }

    .w980 {
        width: 100%;
    }

    .dea-log {
        width: 98%;
    }

    .dea-box {
        float: left;
        width: 92%;
        margin: 0;
        padding: 55px 4%;
        background: url(../images/dealer_opacity01.png) repeat;
    }

    .dea-list li input.input-text {
        font-size: 1.2em;
        width: 94%;
        padding-left: 5%;
    }

    .dea-list li textarea.textarea-text {
        float: left;
        width: 91%;
        height: 100px;
        font-size: 1.2em;
        padding: 5px 4%;
    }

    .dea-list li input.sub {
        font-size: 1.4em;
        width: 30%;
        margin-left: 35%;
    }
}
.w1200{
    width: 100%;
    margin: 0 auto;
    background-color:#fff;
    height:730px;
}

