﻿html, body {
    height: 100%;
    width: 100%;
    min-width: 1170px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    /*background: #f1f6fc;*/
}

img {
    height: auto;
    width: auto;
    border-style: none;
    border-color: inherit;
    border-width: medium;
    text-align: center;
}

ul, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    word-break: break-all;
}

input, textarea, button, select {
    vertical-align: middle;
    outline: none;
    box-shadow: none;
}

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    outline: none;
}

    a:focus {
        outline-style: none;
        -moz-outline-style: none;
    }

.canvas {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 500;
}


.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .flex.between {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -moz-box-pack: justify;
        -webkit-moz-box-pack: justify;
        box-pack: justify;
    }

    .flex.evenly {
        justify-content: space-evenly;
    }

    .flex.center {
        justify-content: center;
    }


    .flex.wrap {
        -webkit-flex-flow: row wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-lines: multiple;
        -moz-flex-flow: row wrap;
        box-orient: horizontal;
        box-lines: multiple;
        flex-flow: row wrap;
    }


    .flex.v {
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

        .flex.v.center,
        .flex.vc {
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
        }

    .flex .no-shrink {
        -web-kit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        -moz-flex-shrink: 0;
        flex-shrink: 0;
    }

.flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.abs {
    position: absolute;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mt50 {
    margin-top: 50px;
}

.mt80 {
    margin-top: 80px;
}

.mt110 {
    margin-top: 110px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb110 {
    margin-bottom: 110px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.mr20 {
    margin-right: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mr40 {
    margin-right: 40px;
}
.pt60{
    padding-top:60px;
}
.pb60 {
    padding-bottom: 60px;
}
.pt40 {
    padding-top: 60px;
}

.pb40 {
    padding-bottom: 60px;
}
.w50p {
    width: 50%;
}

.w100p {
    width: 100%;
}

.header {
    height: 120px;
}

    .header .logo {
        width: 144px;
        height: 70px;
    }

    .header .memu a {
        margin-right: 40px;
        color: #444444;
        font-size: 16px;
    }

        .header .memu a:last-child {
            margin-right: 0;
        }

        .header .memu a.cur, .header .memu a:hover {
            color: #064591;
            font-weight: bold;
        }

.slider {
    width: 100%;
    border-top: 6px solid #064591;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .slider .inner {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

        .slider .inner img {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            display: none;
            -webkit-transition: 0.3s linear;
            -o-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
            transition: 0.3s linear;
            -moz-transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

    .slider .point {
        left: 50%;
        bottom: 26px;
        position: absolute;
        z-index: 2;
    }

        .slider .point span {
            width: 16px;
            height: 16px;
            margin-right: 12px;
            border: 2px solid #FFFFFF;
            display: inline-block;
            -webkit-transition: 0.3s linear;
            -o-transition: 0.3s linear;
            -moz-transition: 0.3s linear;
            transition: 0.3s linear;
            -moz-transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0,0,0);
            -o-transform: translate3d(0,0,0);
            -ms-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
        }

            .slider .point span:last-child {
                margin-right: 0;
            }

            .slider .point span.cur {
                background: #fff;
            }

.more {
    padding-right: 25px;
    color: #064591;
    background: url('../img/right.png') no-repeat 100% 50%;
    background-size: 20px;
}

.line {
    width: 60px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background: #333333;
    display: block;
}

.line1 {
    width: 43px;
    height: 7px;
    margin-bottom: 9px;
    background: #064591;
    display: inline-block;
}

.content-panel {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.content-panel.l{
    text-align:left;
}

    .content-panel h2 {
        font-size: 40px;
        font-weight: normal;
        color: #333333;
    }

    .content-panel h3 {
        font-size: 16px;
        font-weight: normal;
        color: #999999;
    }

    .content-panel h4 {
        height: 52px;
        line-height: 52px;
        padding: 0 20px;
        vertical-align: middle;
        color: #C9A063;
        text-align: left;
        border-left: 4px solid #C9A063;
        font-weight: normal;
        background: #F7F7F7;
        box-sizing: border-box;
    }

        .content-panel h4.orange {
            color: #C9A063;
            border-color: #C9A063;
        }

        .content-panel h4.red {
            color: #FC6D80;
            border-color: #FC6D80;
        }

        .content-panel h4.blue {
            color: #569FFA;
            border-color: #569FFA;
        }

        .content-panel h4 strong {
            font-size: 24px;
            font-weight: normal;
        }

    .content-panel h5 {
        line-height: 100%;
        font-size: 36px;
        color: #333333;
        font-weight: normal;
    }

    .content-panel h6 {
        font-size: 24px;
        font-weight: normal;
    }

        .content-panel h6 strong {
            color: #333333;
            font-weight: normal;
        }

        .content-panel h6 span {
            color: #D6D6D6
        }

    .content-panel .about-image {
    }

    .content-panel .about-content {
        line-height: 150%;
        text-align: left;
        color: #666;
        position: relative;
    }


        .content-panel .about-content strong {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: normal;
            display: block;
        }

        .content-panel .about-content p b {
            font-size: 18px;
            font-weight: normal;
        }

        .content-panel .about-content .more {
            right: 0;
            bottom: 16px;
            position: absolute;
        }

        .content-panel .about-content.d {
            text-align: center;
        }

            .content-panel .about-content.d strong {
                color: #064591;
                font-weight: bold;
            }

    .content-panel .news-list-con {
        width: 570px;
    }

        .content-panel .news-list-con:last-child {
            width: 100%;
        }

.news-list a {
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    border-bottom: 1px solid #D6D6D6;
}

    .news-list a p {
        overflow: hidden;
    }

    .news-list a .news-content span {
        line-height: 150%;
        color: #999999;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-list a .news-content strong {
        margin: 10px 0;
        font-size: 16px;
        color: #444444;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .news-list a:hover .news-content strong {
        color: #064591;
        text-decoration: underline;
    }

    .news-list a .news-date {
        width: 100px;
        height: 100px;
        margin-right: 20px;
        text-align: center;
        background: #F0F0F0;
    }

        .news-list a .news-date span {
            line-height: 100%;
            /*font-family: Helvetica;*/
            color: #444444;
        }

            .news-list a .news-date span.day {
                margin-bottom: 5px;
                font-weight: bold;
                font-size: 42px;
                color: #444444;
                display: block;
            }



.slipt {
    padding-top: 78px;
    position: relative;
    z-index: 0;
}

    .slipt .bg {
        left: 0;
        top: 0;
        width: 100%;
        height: 396px;
        background: #064591 url('../img/bg1.png');
        position: absolute;
        z-index: 1;
    }

    .slipt .inner {
        text-align: left;
        z-index: 2;
        position: relative;
    }

        .slipt .inner a {
            width: 378px;
            height: 500px;
            padding: 33px;
            margin-right: 13px;
            color: #fff;
            background: rgba(0,0,0,0.4);
            background-size: contain;
            background-repeat: no-repeat;
            box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
            border: 6px solid #FFFFFF;
            display: inline-block;
            box-sizing: border-box;
        }

            .slipt .inner a:last-child {
                margin-right: 0;
            }

            .slipt .inner a strong {
                margin-top: 270px;
                font-size: 32px;
                color: #FFFFFF;
                display: block;
            }

            .slipt .inner a span {
                width: 90px;
                height: 24px;
                margin-top: 9px;
                line-height: 24px;
                text-align: center;
                vertical-align: middle;
                color: #CCCCCC;
                border-radius: 12px;
                border: 1px solid #D9D9D9;
                display: inline-block;
            }

            .slipt .inner a em {
                width: 140px;
                height: 30px;
                margin-top: 38px;
                line-height: 24px;
                color: #ffffff;
                font-size: 16px;
                font-style: normal;
                border-bottom: 1px solid #D8D8D8;
                display: inline-block;
            }

.page-panel.gray {
    background: #f7f7f7;
}

.page-panel.blue {
    background: #064591 url('../img/bg1.png');
}

.slipt1 {
    padding: 80px 0;
    color: #FFFFFF;
}

    .slipt1 h5 {
        font-weight: normal;
        font-size: 36px;
    }

    .slipt1 .line {
        background-color: #fff;
    }

.links {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    border-left: 4px solid #ED7D15;
    background: #F7F7F7;
    box-sizing: border-box;
    overflow: hidden;
}

    .links strong {
        min-width: 120px;
        color: #ED7D15;
        font-size: 24px;
    }

        .links strong:after {
            width: 20px;
            height: 20px;
            vertical-align: middle;
            background: url('../img/down.png');
            background-size: contain;
            -moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            display: inline-block;
            content: ' '
        }

    .links a {
        margin-right: 20px;
        color: #333;
    }

        .links a:last-child {
            margin-right: 0;
        }

        .links a:hover {
            color: #064591;
            text-decoration: underline;
        }

.contact {
    width: auto;
    height: 718px;
    padding: 120px 0;
    background: #FAFAFA;
    box-sizing: border-box;
}

    .contact .inner {
        width: 770px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }


        .contact .inner label {
            width: 100%;
            margin-bottom: 20px;
        }

            .contact .inner label:nth-child(+n+3) {
                width: 370px;
            }


            .contact .inner label strong {
                width: 100%;
                margin-bottom: 11px;
                text-align: left;
                color: #4d4d4d;
                display: block;
            }

                .contact .inner label strong b {
                    color: red;
                }

            .contact .inner label input, .contact .inner label textarea {
                padding: 10px 10px;
                width: 100%;
                height: 40px;
                border-radius: 2px;
                background: transparent;
                border: 1px solid #CCCCCC;
                box-sizing: border-box;
            }

            .contact .inner label textarea {
                height: 120px;
            }

        .contact .inner .vcode img {
            height: 40px;
            width: 80px;
        }

        .contact .inner .submit-con {
            width: 100%;
            text-align: right;
        }

            .contact .inner .submit-con .submit-button {
                width: 150px;
                height: 40px;
                line-height: 40px;
                vertical-align: middle;
                text-align: center;
                color: #fff;
                font-weight: bold;
                background: #064591;
                border-radius: 2px;
                display: inline-block;
            }

.footer1 {
    height: 164px;
    padding: 30px 0;
    color: #CCCCCC;
    background: #444647;
    box-sizing: border-box;
}

    .footer1 .inner .f-left {
        text-align: left;
    }

    .footer1 .inner .f-right {
        text-align: right
    }

    .footer1 .inner div span {
        display: block;
    }

    .footer1 .inner div span {
        height: 28px;
        line-height: 28px;
        vertical-align: middle;
        display: block;
    }

    .footer1 .inner div .f-split {
        width: 28px;
        height: 1px;
        margin-top: 18px;
        margin-bottom: 5px;
        background: #FFFFFF;
    }

    .footer1 .inner .f-left span a {
        color: #fff;
        font-weight: bold;
        text-decoration: underline;
    }

    .footer1 .inner .f-right a {
        width: 108px;
        height: 32px;
        line-height: 32px;
        margin-top: 24px;
        vertical-align: middle;
        text-align: center;
        color: #333;
        background: #FFFFFF;
        border-radius: 4px;
        display: inline-block;
    }

.footer2 {
    color: #ccc;
    background: #282828;
}

    .footer2 .inner {
        height: 52px;
    }
        .footer2 .inner a {
            color: #ccc;
        }

.page-title {
    height: 300px;
    padding-top: 60px;
    color: #fff;
    border-top: 6px solid #064591;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .page-title strong {
        font-size: 40px;
        font-weight: normal;
        display: block;
    }

    .page-title span {
        margin-top: 10px;
        font-size: 20px;
        display: block;
    }

.service-content {
    margin-bottom: 40px;
}

    .service-content span {
        width: 270px;
        height: 92px;
        margin-top: 30px;
        margin-right: 30px;
        padding: 14px 0;
        border: 1px solid #FFFFFF;
        font-size: 18px;
        box-sizing: border-box;
    }

        .service-content span:nth-child(4n+4) {
            margin-right: 0;
        }

        .service-content span img {
            width: 26px;
            height: 26px;
        }

        .service-content span b {
            margin-top: 5px;
            font-weight: normal;
            display: block;
        }

.aim-content {
    padding: 110px 0;
}

    .aim-content .about-content {
        background: #fff;
    }

.belief-item {
    width: 270px;
    height: 246px;
    padding: 36px 18px 24px 18px;
    text-align: left;
    background: #FFFFFF url('../img/down.png') no-repeat 18px 19px;
    border: 4px solid #F7F7F7;
    box-sizing: border-box;
}

    .belief-item strong {
        height: 100px;
        color: #333;
        font-size: 18px;
        display: block;
    }

    .belief-item span {
        color: #666;
    }

    .belief-item:hover {
        background: #064591;
        border-color: #D1E2F7;
    }

        .belief-item:hover strong, .belief-item:hover span {
            color: #fff;
        }

.contact-list-con strong {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    display: block;
}

.contact-list {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
}

    .contact-list div {
        width: 370px;
        height: 124px;
        padding: 20px 20px 20px 90px;
        text-align: left;
        color: #444444;
        border: 1px solid #D6D6D6;
        box-sizing: border-box;
        position: relative;
    }

        .contact-list div:nth-child(+n+3) {
            margin-top: 20px;
        }

        .contact-list div img {
            left: 17px;
            top: 27px;
            width: 50px;
            height: 50px;
            position: absolute;
        }

        .contact-list div strong {
            margin-bottom: 5px;
            font-size: 24px;
            display: block;
        }

        .contact-list div span {
            font-size: 16px;
        }

.content-left {
    width: 270px;
    text-align: left;
}

.content-right {
    width: 870px;
}

.catalog-list a {
    height: 50px;
    line-height: 50px;
    margin-bottom: 2px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #333333;
    background: #F7F7F7;
    display: block;
}

    .catalog-list a.cur,
    .catalog-list a:hover {
        color: #fff;
        background: #064591;
    }

.list-info {
    /*height: 60px;
    line-height: 60px;*/
    padding-bottom: 5px;
    padding-bottom: 20px;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    box-shadow: 0px 1px 0px 0px #D6D6D6;
    box-sizing: border-box;
}

.pagelist {
    height: 52px;
    line-height: 52px;
    vertical-align: middle;
    text-align: right;
    flex-shrink: 0;
}

    .pagelist a, .pagelist span {
        width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

    .pagelist span.cur {
        color: #fff;
        background: #635CE9 /* rgba(99, 92, 233, 0.5)*/;
        border: 1px solid rgba(99, 92, 233, 0.1);
        /*background: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(0, 0, 0, 0.2);*/
        border-radius: 50%;
        color: #fff;
    }

    .pagelist a {
        color: #999;
    }

        .pagelist a:hover {
            color: #1f66da;
        }

    .pagelist .pageprev, .pagelist .pagenext {
        margin-left: 20px;
        margin-right: 20px;
        background: #f1f6fc;
        border: 1px solid rgba(31, 102, 218, 0.1);
        border-radius: 50%;
    }

    .pagelist .pagefirst, .pagelist .pagelast {
        width: auto;
    }
.pos {
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    color: #999999;
}
.pos a{
    color:#999;
}
/*.news-content1 {
    min-width: 770px;
}*/
    .news-content1 .news-title {
        color: #064591;
        font-size: 28px;
        font-weight: normal;
    }
    .news-content1 .news-info {
        padding: 10px 0;
        color: #999999;
        border-bottom: 1px solid #D6D6D6;
    }
    .news-content1 .news-text{
        overflow:auto;
    }