@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}



/*��ҳ��������*/
#adu0 {
    z-index: 34 !important;
}

/*banner�������*/

.banner {
    position: relative;
}

    .banner .shaow {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 32;
    }

#full-width-slider {
    width: 100%;
    min-height: 120px;
    color: #000;
}

    #full-width-slider .rsBullets {
        display: none;
    }

    #full-width-slider .rsGCaption {
        font-size: 24px;
        color: #fff;
        width: 38%;
        position: absolute;
        left: 10.3%;
        bottom: 25px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        z-index: 32;
    }

    #full-width-slider .rsArrow {
        background: #003f97;
        width: 2.3%;
        z-index: 32;
    }

    #full-width-slider .rsArrowLeft {
        position: absolute;
        right: 13.3%;
        bottom: 26px;
    }

    #full-width-slider .rsArrowRight {
        position: absolute;
        right: 11%;
        bottom: 26px;
    }

    #full-width-slider .rsArrow .rsArrowIcn {
        width: 42px;
        height: 42px;
        margin: 0 auto;
    }

    #full-width-slider .rsArrowLeft .rsArrowIcn {
        background: url(../images/banner-left.png) center no-repeat;
    }

    #full-width-slider .rsArrowRight .rsArrowIcn {
        background: url(../images/banner-right.png) center no-repeat;
    }

/*��ҳ���ݲ���*/

/* ���Ŷ�̬ */

.news-notice {
    margin: 10px 0 48px;
    padding-right: 0.8%;
}

    .news-notice .title {
        border-bottom: 1px solid #cdcdcd;
    }

        .news-notice .title h3 {
            font-size: 22px;
            color: #333;
            float: left;
            margin: 0;
            height: 60px;
            line-height: 60px;
            border-bottom: 4px solid #003f97;
        }

        .news-notice .title span {
            line-height: 60px;
        }

        .news-notice .title h3 img {
            margin-right: 10px;
            margin-bottom: 3px;
        }

        .news-notice .title .more {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 25px;
            margin-right: 12px;
        }

.new .new-img {
    padding-right: 1.5%;
}

    .new .new-img ul li {
        position: relative;
        margin:15px 0 0;
    }

        .new .new-img ul li:first-child {
            border-bottom: 1px solid #e5e5e5;
        }

    .new .new-img .new_picture {
        height: 220px;
        margin-bottom: 5px;
        overflow: hidden;
    }

        .new .new-img .new_picture img {
            width: 100%;
            min-height: 100%;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            -ms-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

.new ul li:hover .new_picture img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.new .new-img .new-title {
    margin: 10px 0 18px;
}

    .new .new-img .new-title a {
        display: block;
        font-size: 16px;
        color: #333333;
        line-height: 1.2;
        height: 38px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.new .new-img .new-date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    padding: 0 0 5px 5px;
    background: #fff
}

    .new .new-img .new-date span {
        display: block;
        width: 80px;
        background: #115bc2;
        padding: 5px 0px;
        text-align: center;
    }

.new-list {
    padding-left: 8px;
}

    .new-list ul {
        margin-top: 23px;
    }

        .new-list ul li {
            border-bottom: 1px solid #f0f0f0;
            height: 58px;
            line-height: 58px;
            padding: 0 10px 0 12px;
            position: relative;
        }

            .new-list ul li:before {
                content: '';
                width: 0;
                height: 58px;
                background-color: #e5edf8;
                background-image: url(../images/new-list-bolid.jpg);
                background-position: left top;
                background-repeat: no-repeat;
                background-size: 5px 100%;
                position: absolute;
                left: 0;
                bottom: 0px;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                transition: all 0.6s ease;
                z-index: -1;
            }

            .new-list ul li:hover:before {
                width: 100%;
                -webkit-transition: all 0.6s ease;
                -moz-transition: all 0.6s ease;
                -ms-transition: all 0.6s ease;
                transition: all 0.6s ease;
            }

            .new-list ul li a p {
                float: left;
                width: 85%;
                font-size: 16px;
                height: 58px;
                line-height: 58px;
                color: #333;
                margin: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }


            .new-list ul li a span {
                float: left;
                text-align: right;
                width: 15%;
                font-size: 14px;
                color: #999;
            }

/* ֪ͨ���� */

.notice {
    padding-left: 1.25%;
    margin-top: 10px;
}

    .notice .title {
        border-bottom: 1px solid #cdcdcd;
        margin-bottom: 16.5px;
    }

        .notice .title h3 {
            font-size: 22px;
            color: #333;
            float: left;
            margin: 0;
            height: 60px;
            line-height: 60px;
            border-bottom: 4px solid #003f97;
        }

            .notice .title h3 img {
                margin-right: 10px;
                margin-bottom: 3px;
            }

        .notice .title .more {
            float: right;
            font-size: 14px;
            color: #999;
            margin-top: 25px;
            margin-right: 12px;
        }

    .notice ul li {
        padding: 11.5px 0;
    }

        .notice ul li a {
            display: block;
        }

        .notice ul li .pull-left {
            margin-right: 12px;
            width: 62px;
            border: 1px solid #e5e5e5;
        }

        .notice ul li:hover .pull-left {
            background: #115bc2;
        }

        .notice ul li .pull-left h3 {
            font-size: 24px;
            color: #666;
            text-align: center;
            margin: 0;
            padding-top: 5px;
            padding-bottom: 1px;
        }

        .notice ul li:hover .pull-left h3 {
            color: #fff;
        }

        .notice ul li .pull-left p {
            font-size: 12px;
            color: #999;
            width: 100%;
            line-height: 19px;
            padding-bottom: 1px;
            text-align: center;
        }

        .notice ul li:hover .pull-left p {
            color: #fff;
        }

        .notice ul li .media-body {
            font-size: 16px;
            line-height: 24px;
            color: #333;
            height: 48px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            padding-top: 3px;
        }

        .notice ul li:hover .media-body {
            color: #2b72d2;
        }

/* С�ֲ� */

.waterfall {
    overflow: hidden;
    margin: 0 0 15px;
}

#full-width-slider1 {
    width: 100%;
}

    #full-width-slider1 .rsBullets {
        position: absolute;
        bottom: 20px;
        left: 27px;
        z-index: 9;
        padding-top: 4px;
        height: auto;
        text-align: center;
        line-height: 6px;
        overflow: hidden;
    }

    #full-width-slider1 .rsBullet {
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        box-sizing: content-box;
        margin: 0 3px;
        border-radius: 50%;
    }

        #full-width-slider1 .rsBullet.rsNavSelected {
            background: #f2f2f2;
            border: 2px solid #f2f2f2;
        }

        #full-width-slider1 .rsBullet span {
            display: none;
        }

.waterfall-left {
    width: 47.7%;
    float: left;
}

.waterfall-center {
    width: 26.1%;
    float: left;
}

.waterfall-right {
    width: 26%;
    float: left;
}

.waterfall-box-title {
    /*background-color: #003f97;
	background-image: url(../images/demeanor-bj.png);
	background-position: left 132%;
	background-repeat: no-repeat;
	height: 250px;*/
}

    .waterfall-box-title .more img {
        width: auto;
    }

.waterfall-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .waterfall-box img {
        width: 100%;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .waterfall-box:hover img {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

.waterfall-center .waterfall-box a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 17px;
}

    .waterfall-center .waterfall-box a span {
        opacity: 0.75;
        margin-right: 10px;
    }

    .waterfall-center .waterfall-box a img {
        margin-bottom: 3px;
    }

.waterfall-center .waterfall-box p {
    font-size: 30px;
    color: #fff;
    padding-bottom: 35px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
    background: url(../images/demeanor-title.png) center bottom no-repeat;
}

/* ��ҳ��ѧ */

.overseas {
    padding-right: 1.42%;
    margin: 32px 0;
    min-height: 400px;
}

.service {
    padding-left: 1.42%;
    margin: 32px 0;
    min-height: 400px;
}

/*ѡ���ʽ*/

.tab-div {
    width: 100%;
    position: relative;
    /*��Ϊѡ����ݵĶ�λ*/
}

.tab {
    background: #f0f0f0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

    .tab li {
        float: left;
        width: 110px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        color: #333;
        text-align: center;
        cursor: pointer;
        margin-left: 15px;
        position: relative;
        transition: all .4s linear;
    }

        .tab li:before {
            content: '';
            width: 0;
            height: 45px;
            background: #003f97;
            position: absolute;
            left: 0;
            bottom: 0px;
            -webkit-transition: all .4s linear;
            -moz-transition: all .4s linear;
            -ms-transition: all .4s linear;
            transition: all .4s linear;
            z-index: -1;
        }


    .tab .tab-active {
        color: #fff;
    }

    .tab li:hover {
        color: #fff;
    }

        .tab li:hover:before {
            width: 100%;
        }

    .tab .tab-active:before {
        width: 100%;
        color: #fff;
    }

.tab-content .more {
    position: absolute;
    color: #999;
    font-size: 14px;
    right: 15px;
    top: -32px;
    z-index: 3;
}

.tab-content {
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
}

    .tab-content ul {
        padding-top: 20px;
    }

    /* .tab-content li{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-content li:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	background: #003f97;
	padding-left: -10px;
} */

    .tab-content li a {
        display: block;
        background: url(../images/dian.png) no-repeat center left;
        height: 42px;
        line-height: 42px;
        padding-left: 17px;
        padding-right: 12px;
        font-size: 16px;
        color: #333333;
    }

        .tab-content li a p {
            float: left;
            width: 78%;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
            color: #333333;
            margin-bottom: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .tab-content li:hover a p {
        color: #003f97;
        font-weight: bold;
    }

    .tab-content li a span {
        display: block;
        float: left;
        width: 22%;
        text-align: right;
        font-size: 16px;
        color: #999;
    }

.tab-content-show {
    display: block;
}

.tab-content-hide {
    display: none;
}

/* ��ҳ����ͼ */

.grey-content {
    background: #f5f5f5;
}

/* ר�� */

.special ul {
    margin-left: -2.25%;
}

    .special ul li {
        width: 22.75%;
        margin: 33px 0 33px 2.25%;
        float: left;
        position: relative;
        height: 124px;
        overflow: hidden;
    }

        .special ul li .link-main-pic {
            overflow: hidden;
            height: 100%;
        }


            .special ul li .link-main-pic img {
                width: 100%;
                min-height: 100%;
                -webkit-transition: all .4s ease-in-out;
                -moz-transition: all .4s ease-in-out;
                -o-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                transition: all .4s ease-in-out;
            }

        .special ul li:hover .link-main-pic img {
            -webkit-transform: scale(1.08);
            -moz-transform: scale(1.08);
            -o-transform: scale(1.08);
            -ms-transform: scale(1.08);
            transform: scale(1.08);
        }


        .special ul li p {
            font-size: 16px;
            color: #fff;
            background: url(../images/special-title.png) center repeat;
            position: absolute;
            left: 0;
            bottom: 5px;
            padding: 10px 18px;
            font-weight: lighter;
        }


.apply {
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 33;
}

    .apply a {
        display: block;
        padding: 15px 18px;
        color: #fff;
        background: #f36e39;
        border-radius: 5px 0 0 5px;
        font-weight: bold;
    }

        .apply a i {
            /*  float: left; */
            /* margin-right: 7px; */
            position: relative;
            width: 36px;
            height: 36px;
            /* margin-top: -7px; */
            display: block;
            margin: 0 auto;
        }

            .apply a i:before {
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                background: url(../images/edit.png) center no-repeat;
                background-size: 100%;
            }

        .apply a:hover {
            background: #f3862f;
        }

#index-video img, #index-video video {
    width: 100%;
}














.in-notice {
    background: url(../images/noticebg.jpg) no-repeat center/cover;
    padding: 35px 0 0;
    opacity:0.9;
}

    .in-notice .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .in-notice .row .col {
            padding-left: 20px;
            padding-right: 20px;
        }

.in-not-title {
    width: 100%;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 65px;
}

    .in-not-title .not-btn span {
        font-size: 22px;
        color: #d5927f;
        font-weight: bold;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
        cursor: pointer;
    }

        .in-not-title .not-btn span.on {
            color: #fff;
        }

    .in-not-title a {
        display: none;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 0;
        bottom: 50%;
        margin-bottom: -12px;
        text-align: center;
        font-size: 16px;
        color: #d5927f;
        border-radius: 7px;
    }

        .in-not-title a:hover {
            background: #d5927f;
            color: #fff;
        }

.in-not-titleL {
    background: url(../images/icon01.png) no-repeat 0 center;
}

.in-not-titleR {
    background: url(../images/icon02.png) no-repeat 0 center;
}

.in-notice-list {
    margin-top: 10px;
    display: none;
}

.in-notice-item {
    padding: 5px 5px 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
}

    .in-notice-item p {
        height: 35px;
        padding: 0 50px 0 0;
        position: relative;
        font-size: 16px;
        color: #fff;
        line-height: 34px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .in-notice-item p span {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            width: 45px;
            line-height: 34px;
            height: 34px;
            font-size: 14px;
            color: #fff;
            text-align: right;
        }

    .in-notice-item div {
        font-size: 14px;
        color: #d5927f;
        line-height: 28px;
        height: 56px;
        overflow: hidden;
    }

    .in-notice-item:hover {
        background: rgba(0,0,0,0.5);
    }

        .in-notice-item:hover p {
            color: #ff9e05;
        }

    .in-notice-item:last-child {
        border-bottom: none;
    }



























h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
    margin: 0;
}

.part02 {
    padding: 60px 0;
    background: #3976bf url("../images/hcbg.png") bottom center;
}

.menu-title {
    padding-bottom: 45px;
}

.menu-title-p {
    padding-top: 30px;
}

.in-title {
    position: relative;
    padding-left: 0px;
    width: 100%;
    height: 26px;
    line-height: 26px;
}

    .in-title span {
        font-size: 22px;
    }

        .in-title span img {
            width: 100%;
            max-width: 415px
        }

.menu-more {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 20px;
    color: #115bc2
}

    .menu-more a {
        color: #fff
    }

    .menu-more:hover {
        color: #79c4f1;
    }


.news-listB-item {
    position: relative;
    padding: 11px 7px 11px 85px;
    height: 97px;
}

    .news-listB-item .date {
        position: absolute;
        left: 0;
        top: 11px;
        width: 70px;
        height: 70px;
        text-align: center;
        background: #115bc2;
        color: #fff;
        font-family: "Arial";
    }

        .news-listB-item .date h3 {
            line-height: 42px;
            font-size: 48px;
            margin-top: 8px;
        }

        .news-listB-item .date p {
            font-weight: normal;
            line-height: 14px;
            font-size: 12px;
            font-weight: bold;
        }

    .news-listB-item .info {
    }

        .news-listB-item .info h3 {
            font-size: 15px;
            color: #115bc2;
            font-weight: bold;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            height: 24px;
            line-height: 24px;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .news-listB-item .info div {
            font-size: 14px;
            color: #337ab7;
            line-height: 22px;
            height: 44px;
            overflow: hidden;
            margin-top: 3px;
        }

    .news-listB-item:hover .info h3 {
        color: #115bc2;
    }

    .news-listB-item:hover .info div {
        color: #115bc2;
    }

    .news-listB-item:hover .date {
        background: #115bc2;
    }


.tu1, .tu2 {
    width: 50%;
    float: left;
    overflow: hidden;
    padding-top:10px;
}

    .tu1 img, .tu2 img {
        width: 100%;
        height: 200px;
        transition: all 0.4s;
        opacity: 1;
    }

        .tu1 img:hover, .tu2 img:hover {
            transform: scale(1.1);
        }

.tu3 {
    width: 100%;
    height: 320px;
    float: left;
    padding-top:10px;
    overflow: hidden
}

    .tu3 img {
        width: 100%;
        height: 360px;
        transition: all 0.4s;
        opacity: 1;
    }

        .tu3 img:hover {
            transform: scale(1.1);
        }





.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 48px;
    min-width: 146px;
    z-index: 100;
    background: #fff;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    background-color: #1384e2;
    text-decoration: none;
    color: #eee;
}


.sub-menu .sub-item.hover > a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #1384e2;
    display: block;
}















/**页脚开始**/


.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.font10 {
    font-size: 10px;
}


#footer i {
    font-size: .24rem;
    margin-right: 5px;
    vertical-align: -0.04rem;
}

#footer {
    background: #002FA7;
    opacity: 0.8
}

    #footer .inner {
        padding: 50px 0px;
        position: relative;
    }

        #footer .inner .foot-left1 {
            float: left;
            width: 33%;
        }

        #footer .inner .foot-left2 {
            float: left;
            width: 33%;
        }

        #footer .inner .foot-right {
            float: right;
        }

        #footer .inner .font10 {
            font-size: 12px;
            line-height: 21px;
            font-weight: normal;
            text-align: center;
            color: #fff;
        }

        #footer .inner p span {
            margin: 0 3px;
        }

        #footer .inner .copyright {
            font-size: 14px;
            line-height: 21px;
            font-weight: normal;
            text-align: left;
            color: #fff;
        }

            #footer .inner .copyright span {
            }

            #footer .inner .copyright p {
                color: #fff;
                margin-bottom: 10px;
            }

            #footer .inner .copyright a {
                color: #eee;
            }
/**************************************************************