﻿@charset "utf-8";
/* CSS Document */
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 14px;
    font-family: 'Microsoft YaHei' !important;
    color: #333333;
    line-height: 1.4;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
}

body, form, input, p, ol, ul, li, h1, h2, h3, h4, h5, h6, table, th, td, dl, dt, dd {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

dl, dt, dd {
    display: block;
}

a {
    text-decoration: none;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    outline: none;
}

input, textarea {
    box-sizing: border-box;
    outline: none;
    border: 0;
    background: none;
    font: 14px "microsoft Yahei","Arial",sans-serif;
    width: 100%;
}

    input[type="button"], input[type="submit"], input[type="text"] {
        -webkit-appearance: none;
        outline: none;
    }

h2 {
    font-weight: 400;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

video {
    object-fit: cover;
    width: 100%;
}

/*文本框placeholder=""文字颜色*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #333;
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #333;
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #333;
    opacity: 1
}


/* clear 页头，页脚，内容区都不用再加清除样式 */
.cf:before, body:before, .header:before, .main:before, .footer:before, .wrap:before {
    content: '';
    display: table
}

.cf:after, after, .header:after, .main:after, .footer:after, .wrap:after {
    content: '';
    display: table;
    clear: both
}

.cf, .header, .main, .footer, .wrap {
    *zoom: 1
}

.clear {
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

/*预加载*/
.content_body {
    height: 100%;
    width: 100%;
}

.load_body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
}

.load {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
}

    .load .icon {
        width: 100%;
        height: 90px;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -45px 0 0 0;
    }

    .load .logo {
        text-align: center;
        margin-bottom: 20px;
    }

        .load .logo img {
            margin: 0 auto;
        }

    .load .heng {
        height: 2px;
        width: 0;
        background: #007bff;
        transform-origin: left top;
    }





/*其他公用*/
.main {
    overflow: hidden;
    width: 100%;
}

.wrap {
    width: 1360px;
    box-sizing: border-box;
    margin: 0 auto;
}

body {
    position: relative;
}

.in_header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

    .in_header .logo {
        float: left;
        padding-top: 24px;
        width: 288px;
    }
    /*
.in_header .logo img{ width: 100%;}*/
    .in_header .nav {
        float: right;
        padding-top: 40px;
    }

        .in_header .nav ul {
            margin-right: 120px;
        }

        .in_header .nav li {
            display: inline-block;
            padding: 0 20px;
        }

            .in_header .nav li a {
                color: #fff;
                font-weight: bold;
                font-size: 16px;
            }

                .in_header .nav li a:hover {
                    color: #007bff;
                }

        .in_header .nav .btn {
            float: right;
        }

            .in_header .nav .btn a {
                color: #fff;
            }

                .in_header .nav .btn a i {
                    padding-right: 10px;
                }

            .in_header .nav .btn .search {
                padding: 0 10px;
            }

            .in_header .nav .btn .earth span {
                position: relative;
                padding-right: 20px;
            }

                .in_header .nav .btn .earth span:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 7px;
                    display: block;
                    width: 0;
                    height: 0;
                    border: 5px solid transparent;
                    border-top-color: #fff;
                    transition: 0.4s;
                    transform: rotate(0deg);
                }


.home_banner {
    height: 710px;
    overflow: hidden;
    position: relative;
}

    .home_banner .video_bg {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .home_banner .video_bg::before {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(5,18,47,0.5);
        }

        .home_banner .video_bg::after {
            content: " ";
            position: absolute;
            right: 0;
            bottom: 0;
            width: 173px;
            height: 118px;
            /*background: url(../images/banner_1.png) no-repeat center;*/
            z-index: 1;
        }

    .home_banner video {
        width: 100%;
        height: 800px;
    }

    .home_banner .ban_swiper {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .home_banner .ban_swiper::before {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(23,29,59,0.1);
        }

    .home_banner .swiper-container {
        height: 100%;
    }

    .home_banner .ban_swiper .swiper-slide {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
    }

    .home_banner .ban_swiper img {
        padding: 280px 0 0 70px;
        opacity: 0;
        transform: translateY(50px);
        transition: 0.8s;
    }

    .home_banner .ban_swiper .swiper-slide-active img {
        opacity: 1;
        transform: translateY(0);
    }

    .home_banner .swiper-pagination {
        right: 40px;
        bottom: 200px;
        z-index: 100;
        transform: translateX(-50%);
    }

    .home_banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 10px;
        display: block;
        background: #fff;
    }

    .home_banner .swiper-pagination-bullet-active {
        background: #fff;
    }

    .home_banner .text {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
    }

        .home_banner .text .wrap {
            padding: 240px 0 0 45px;
            box-sizing: border-box;
        }

        .home_banner .text .txt {
            color: #fff;
            font-size: 60px;
            font-weight: bold;
            line-height: 90px;
            padding-bottom: 50px;
        }

            .home_banner .text .txt span {
                font-family: Arial;
                padding: 0 9px;
                font-size: 80px;
            }

.home_btn a {
    display: inline-block;
    line-height: 56px;
    border: 1px solid #173169;
    color: #173169;
    font-size: 16px;
    font-weight: bold;
    width: 240px;
    text-align: center;
    position: relative;
}

    .home_btn a::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #173169;
        transition: 0.4s;
    }

    .home_btn a span {
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: 0.4s;
    }

    .home_btn a i {
        padding-left: 40px;
        transition: 0.4s;
        color: #ea5412;
    }

    .home_btn a:hover {
        color: #fff;
    }

        .home_btn a:hover::before {
            width: 100%;
        }

        .home_btn a:hover span {
            padding-left: 44px;
        }

        .home_btn a:hover i {
            opacity: 0;
            transform: translateX(20px);
        }

.home_btn_orange a {
    background: linear-gradient(to bottom, #eb5d13, #f8ac07);
    color: #fff;
    border: none;
    font-size: 18px;
}

    .home_btn_orange a i {
        color: #fff;
    }

.in_title {
    font-size: 34px;
    color: #173169;
}

.in_title_line {
    border-bottom: 1px solid #1a3168;
}

    .in_title_line span {
        display: inline-block;
        position: relative;
        padding-bottom: 16px;
    }

        .in_title_line span::before {
            content: " ";
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 3px;
            width: 100%;
            background: #007bff;
        }

.home_part1 .in_title {
    padding: 110px 0 40px;
}

.home_part1 .con_l {
    width: 50%;
    box-sizing: border-box;
    padding-right: 15px;
    float: left;
}

.home_part1 .con_r {
    width: 50%;
    box-sizing: border-box;
    padding-left: 15px;
    float: right;
}

.home_part1 .con_l .top {
    clear: both;
    overflow: hidden;
    margin: 0 -16px;
}

.home_part1 li {
    width: 50%;
    padding: 0 16px;
    float: left;
    box-sizing: border-box;
}

.home_part1 .li_box {
    display: block;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

    .home_part1 .li_box .pic {
        position: relative;
    }

        .home_part1 .li_box .pic::before {
            content: " ";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 60px;
            background: linear-gradient(to top, rgba(0,51,102,1), transparent);
        }

    .home_part1 .li_box .picnobg::before {
        background: none;
    }

    .home_part1 .li_box .pic img {
        width: 100%;
        line-height: 0;
    }

    .home_part1 .li_box span {
        display: block;
    }

    .home_part1 .li_box .label {
        position: absolute;
        right: 0;
        top: 0;
        width: 64px;
        line-height: 26px;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        background: #003366;
    }

    .home_part1 .li_box .tit {
        position: absolute;
        right: 0;
        bottom: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        transition: 0.4s;
    }

        .home_part1 .li_box .tit .tit_box {
            font-size: 18px;
            line-height: 1.4;
            color: #fff;
            padding: 14px 0;
            transition: 0.4s;
        }

    .home_part1 .li_box .tit2 {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
    }

        .home_part1 .li_box .tit2 .tit_box {
            padding: 14px 20px;
            background: linear-gradient(to bottom, #eb5d13, #f8ac07);
        }

.home_part1 .bot {
    padding-top: 10px;
}

.home_part1 .con_r .li_box .tit,
.home_part1 .con_r .li_box .tit2 {
    padding: 0 40px;
}

    .home_part1 .con_r .li_box .tit2 .tit_box,
    .home_part1 .con_r .li_box .tit .tit_box {
        font-size: 30px;
    }

.home_part1 .li_box .tit2 {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(30px);
}

.home_part1 .li_box:hover .tit2 {
    opacity: 1;
    transform: translateY(0);
}

.home_part1 .li_box:hover .tit {
    opacity: 0;
}

.home_part2 {
    padding-top: 140px;
}

    .home_part2 .con_l {
        float: left;
        width: 430px;
    }

    .home_part2 .con_r {
        margin-left: 486px;
    }

    .home_part2 .con_l .list {
        box-sizing: border-box;
        margin-bottom: 46px;
        position: relative;
        border-bottom: 1px solid #dedede;
    }

        .home_part2 .con_l .list::before {
            content: " ";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #007bff;
            transition: 0.4s;
        }

        .home_part2 .con_l .list:hover:before {
            width: 100%;
        }

        .home_part2 .con_l .list a,
        .home_part2 .con_l .list span {
            display: block;
            transition: 0.4s;
        }

        .home_part2 .con_l .list a {
            padding: 26px 80px 18px 0px;
        }

        .home_part2 .con_l .list .day {
            float: left;
            font-size: 13px;
            color: #000;
            text-align: center;
            padding: 0 10px;
            font-family: "Conv_DIN-Bold";
        }

            .home_part2 .con_l .list .day .p {
                color: #173169;
                font-size: 32px;
            }

        .home_part2 .con_l .list .tit {
            color: #333;
            font-size: 16px;
            font-weight: bold;
            margin-left: 80px;
        }

        .home_part2 .con_l .list:hover .tit {
            color: #007bff;
        }

        .home_part2 .con_l .list .icon {
            position: absolute;
            right: 10px;
            top: 37px;
        }

    .home_part2 .home_btn a {
        width: 211px;
    }

    .home_part2 .con_r li {
        border-bottom: 1px solid #dedede;
        position: relative;
    }

        .home_part2 .con_r li::before {
            content: " ";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #007bff;
            transition: 0.4s;
        }

        .home_part2 .con_r li:hover:before {
            width: 100%;
        }

        .home_part2 .con_r li a,
        .home_part2 .con_r li span {
            display: block;
        }

        .home_part2 .con_r li a {
            padding: 30px 60px 28px 0;
            position: relative;
        }

        .home_part2 .con_r li .tit {
            color: #333;
            font-size: 16px;
            font-weight: bold;
        }

        .home_part2 .con_r li:hover .tit {
            color: #007bff;
        }

        .home_part2 .con_r li .text {
            color: #666;
            padding-top: 6px;
        }

            .home_part2 .con_r li .text .day {
                display: inline-block;
                padding-right: 30px;
                font-family: "Conv_DIN";
            }

        .home_part2 .con_r li .icon {
            position: absolute;
            right: 20px;
            top: 36px;
        }

    .home_part2 .con_r .btn {
        padding-top: 30px;
    }

        .home_part2 .con_l .btn a,
        .home_part2 .con_r .btn a {
            font-size: 16px;
            font-weight: bold;
            color: #1a3168;
        }

            .home_part2 .con_l .btn a:hover,
            .home_part2 .con_r .btn a:hover {
                color: #007bff;
            }

            .home_part2 .con_l .btn a span,
            .home_part2 .con_r .btn a span {
                color: #ea5412;
            }

.home_part3 {
    padding: 130px 0 140px 0;
}

    .home_part3 #pic_con {
        width: 100%;
    }

        .home_part3 #pic_con::before {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            width: 53%;
            height: 100%;
            background: #000;
        }
        /* .home_part3 #pic_con .swiper-slide{opacity: 0; transition: 0.6s;}
.home_part3 #pic_con .swiper-slide-active{opacity: 1; }
.home_part3 #pic_con .swiper-wrapper{transition: 0 none!important; transition-duration:0s!important} */
        .home_part3 #pic_con .li_box {
            height: 669px;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #fff;
        }

        .home_part3 #pic_con .left {
            float: left;
            width: 53%;
        }

        .home_part3 #pic_con .right {
            float: left;
            width: 47%;
            background: #fff;
        }

        .home_part3 #pic_con .left {
            text-align: center;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            font-size: 36px;
            font-weight: bold;
            color: #fff;
        }

            .home_part3 #pic_con .left span {
                display: block;
                padding-top: 260px;
            }

        .home_part3 #pic_con .right .cont {
            width: 620px;
            box-sizing: border-box;
            padding: 0 30px 0 80px;
        }

        .home_part3 #pic_con .right .in_title {
            padding-top: 120px;
            margin-bottom: 24px;
        }

        .home_part3 #pic_con .right .tet {
            font-size: 18px;
            line-height: 2;
            padding: 0 0 40px;
        }

    /* .home_part3 #pic_con .in_title{ opacity: 0; transform: translateX(30px); transition: all 1s 0.2s;}
.home_part3 #pic_con .tet{ opacity: 0; transform: translateX(30px); transition: all 1s 0.3s;}
.home_part3 #pic_con .home_btn{ opacity: 0; transform: translateX(30px); transition: all 1s 0.4s;}
.home_part3 #pic_con .swiper-slide-active .in_title,
.home_part3 #pic_con .swiper-slide-active .tet,
.home_part3 #pic_con .swiper-slide-active .home_btn{ opacity: 1; transform: translateX(0);} */

    .home_part3 #pic_a {
        width: 1390px;
        margin-top: -90px;
        overflow: hidden;
        padding-top: 20px;
    }

        .home_part3 #pic_a li {
            width: 172px;
            position: relative;
            box-sizing: border-box;
            padding: 0 15px;
            transition: 0.4s;
        }

            .home_part3 #pic_a li .li_box {
                width: 142px;
                height: 160px;
                position: relative;
            }

                .home_part3 #pic_a li .li_box::before {
                    content: " ";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    /*background: url(../images/img_48.jpg);*/
                    opacity: 0;
                }

            .home_part3 #pic_a li span {
                display: block;
                height: 100%;
                box-sizing: border-box;
                position: relative;
                z-index: 1;
                text-align: center;
                font-weight: bold;
                color: #fff;
                padding: 106px 10px 0;
                transition: 0.4s;
                background: linear-gradient(to top, #000, transparent);
            }

                .home_part3 #pic_a li span::before {
                    content: " ";
                    position: absolute;
                    left: 0;
                    bottom: 20px;
                    width: 100%;
                    height: 11px;
                    /*background: url(../images/img_47.png) no-repeat center;*/
                    opacity: 0;
                    transition: 0.4s;
                    display: none;
                }

        .home_part3 #pic_a .swiper-slide-active {
            margin-top: -15px;
        }

            .home_part3 #pic_a .swiper-slide-active .li_box::before {
                opacity: 1;
                transition: 0.4s;
            }

            .home_part3 #pic_a .swiper-slide-active span {
                padding: 40px 10px;
                font-size: 16px;
                background: none;
            }

                .home_part3 #pic_a .swiper-slide-active span::before {
                    opacity: 1;
                }

.home_part4 {
    padding-bottom: 130px;
}

    .home_part4 .top {
        padding-bottom: 40px;
    }

        .home_part4 .top .left {
            float: left;
        }

            .home_part4 .top .left .tet {
                font-size: 18px;
                padding-top: 10px;
            }

        .home_part4 .top .right {
            float: right;
            padding-top: 20px;
        }

    .home_part4 .index-about {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .home_part4 .index-about .list li {
            width: 33.333%;
            height: 480px;
            background: center no-repeat;
            background-size: cover;
            position: relative;
            overflow: hidden;
            float: left;
            transition: 0.4s;
        }

        .home_part4 .index-about .list .layer {
            padding: 40px 30px;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: 0.4s;
        }

        .home_part4 .index-about .list a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .home_part4 .index-about .list span {
            display: block;
        }

        .home_part4 .index-about .list .tit {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            transition: 0.4s;
        }

        .home_part4 .index-about .list .btn {
            opacity: 0;
            height: 0;
            transition: 0.4s;
            display: block;
            font-size: 17px;
            font-weight: bold;
            color: #f8b62b;
        }

        .home_part4 .index-about .list .on .layer {
            padding: 46px 44px;
        }

        .home_part4 .index-about .list .on .tit {
            font-size: 34px;
        }

        .home_part4 .index-about .list .on .btn {
            opacity: 1;
            padding: 15px 0;
        }


.home_part5 {
    z-index: 20;
    position: relative;
    padding-bottom: 120px;
}

    .home_part5 .left {
        width: 50%;
        float: left;
        padding: 210px 40px 0 80px;
        box-sizing: border-box;
    }

        .home_part5 .left .tet {
            font-size: 18px;
            line-height: 1.8;
            padding-top: 26px;
        }

    .home_part5 .right {
        width: 50%;
        float: right;
        position: relative;
        box-sizing: border-box;
        padding-left: 50px;
    }

        .home_part5 .right::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 380px;
            width: 1200px;
            background: #eef0f5;
        }

        .home_part5 .right .r {
            float: left;
            width: 50%;
            position: relative;
            z-index: 2;
        }

        .home_part5 .right .r1 {
            margin-top: 200px;
        }

        .home_part5 .right .pic img {
            width: 100%;
        }

        .home_part5 .right .text {
            height: 368px;
            box-sizing: border-box;
            background: linear-gradient(to bottom, #eb5d13, #f8ac07);
            padding: 34px 20px;
            position: relative;
            color: #fff;
        }

            .home_part5 .right .text .tet {
                font-size: 18px;
                line-height: 1.6;
            }

            .home_part5 .right .text .name {
                font-size: 12px;
                font-weight: bold;
                text-align: right;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                box-sizing: border-box;
                padding: 30px;
            }

                .home_part5 .right .text .name .p {
                    font-size: 18px;
                    padding-top: 6px;
                }

        .home_part5 .right .r2 .text {
            background: linear-gradient(to bottom, #003366, #0051a1);
        }


.footer .top {
    background: url(../../images/bg-footer.jpg) no-repeat center;
    background-size: cover;
    padding: 150px 0 200px;
    color: #fff;
}

    .footer .top .logo {
        float: left;
        width: 20%;
        padding-right: 10%;
    }

    .footer .top .address {
        float: left;
        width: 35%;
        padding-right: 2%;
    }

    .footer .top .link {
        float: left;
        width: 33%;
    }

    .footer .top .tit {
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 26px;
    }

    .footer .top .address .con {
        font-weight: 300;
        line-height: 2.4;
        font-size: 16px;
    }

    .footer .top .link .con > div {
        width: 33.3%;
        float: left;
    }

    .footer .top .link .con a {
        display: block;
        line-height: 2.4;
        color: #fff;
        opacity: 0.7;
    }

        .footer .top .link .con a:hover {
            opacity: 1;
        }

.footer .bot {
    padding: 15px 0;
}

    .footer .bot .left {
        float: left;
        color: #173169;
        padding-top: 14px;
    }

        .footer .bot .left a {
            color: #173169;
        }

            .footer .bot .left a:hover {
                color: #f60;
            }

        .footer .bot .left span {
            display: block;
        }

        .footer .bot .left .p2 {
            font-size: 11px;
            padding-top: 6px;
        }

        .footer .bot .left img {
            padding: 0 5px;
        }

    .footer .bot .right {
        float: right;
    }

.footer .top .fx {
    margin-top: 40px;
}

    .footer .top .fx a {
        display: block;
        float: left;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
        color: #fff;
        position: relative;
        opacity: 0.8;
    }

    .footer .top .fx .iconfont {
        font-size: 20px;
    }

    .footer .top .fx a:hover {
        background: #fff;
        border-color: #fff;
    }

        .footer .top .fx a:hover .iconfont {
            color: #005bbb;
        }

    .footer .top .fx .ewm {
        position: absolute;
        width: 164px;
        padding: 16px;
        background: #fff;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transform: 0.4s;
    }

        .footer .top .fx .ewm::after {
            content: "";
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-top-color: #fff;
            position: absolute;
            left: 50%;
            bottom: -15px;
            transform: translateX(-50%);
        }

        .footer .top .fx .ewm img {
            width: 100%;
        }

        .footer .top .fx .ewm p {
            font-size: 14px;
            color: #000;
            line-height: 18px;
            padding-top: 8px;
        }

    .footer .top .fx a:hover {
        opacity: 1;
    }

        .footer .top .fx a:hover .ewm,
        .footer .top .fx a:active .ewm {
            opacity: 1;
            visibility: visible;
        }



/*入场动画-首页*/
@media screen and (min-width: 1200px) {
    .in_header {
        opacity: 0;
        transform: translateY(-30px);
        transition: all 1s 0s;
    }

        .in_header.on {
            opacity: 1;
            transform: translateY(0);
        }

    .home_banner {
        opacity: 0;
        transform: scale(1.1);
        transition: all 1s 0s;
    }

        .home_banner.on {
            opacity: 1;
            transform: scale(1);
        }

        .home_banner .text {
            opacity: 0;
            transform: translateY(30px);
            transition: all 1s 0.2s;
        }

        .home_banner.on .text {
            opacity: 1;
            transform: translateY(0);
        }

    .home_part1 .in_title {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0s;
    }

    .home_part1.on .in_title {
        opacity: 1;
        transform: translateY(0);
    }

    .home_part1 .li1 {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.2s;
    }

    .home_part1 .li2 {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.3s;
    }

    .home_part1 .bot {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.4s;
    }

    .home_part1 .con_r {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.5s;
    }

    .home_part1 .home_btn {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.6s;
    }

    .home_part1.on .li1,
    .home_part1.on .li2,
    .home_part1.on .bot,
    .home_part1.on .con_r,
    .home_part1.on .home_btn {
        opacity: 1;
        transform: translateY(0);
    }

    .home_part2 .con_l .in_title {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0s;
    }

    .home_part2 .list {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .home_part2 .home_btn {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.4s;
    }

    .home_part2 .con_r .in_title {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0s;
    }

    .home_part2 .con_r li {
        opacity: 0;
        transform: translateX(30px);
    }

        .home_part2 .con_r li:nth-child(1) {
            transition: all 1s 0.2s;
        }

        .home_part2 .con_r li:nth-child(2) {
            transition: all 1s 0.3s;
        }

        .home_part2 .con_r li:nth-child(3) {
            transition: all 1s 0.4s;
        }

    .home_part2 .con_r .btn {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.5s;
    }

    .home_part2.on .con_l .in_title,
    .home_part2.on .list,
    .home_part2.on .home_btn,
    .home_part2.on .con_r .in_title,
    .home_part2.on .con_r li,
    .home_part2.on .con_r .btn {
        opacity: 1;
        transform: translateX(0);
    }

    .home_part3 #pic_con {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0s;
    }

    .home_part3 #pic_a {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.2s;
    }

    .home_part3.on #pic_con,
    .home_part3.on #pic_a {
        opacity: 1;
        transform: translateY(0);
    }

    .home_part4 .top .left {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0s;
    }

    .home_part4 .top .right {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0s;
    }

    .home_part4 .index-about {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.2s;
    }

    .home_part4.on .top .left,
    .home_part4.on .top .right,
    .home_part4.on .index-about {
        opacity: 1;
        transform: translateY(0);
    }

    .home_part5 .left {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .home_part5 .right {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .home_part5.on .left,
    .home_part5.on .right {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 关于我们 */
.lm_header {
    padding: 15px 40px;
    border-bottom: 2px solid #007bff;
}

    .lm_header .logo {
        float: left;
        width: 200px;
    }
    /*
.lm_header .logo img{ width: 100%;}*/
    .lm_header .nav {
        float: left;
        padding: 24px 0 0 64px;
    }

        .lm_header .nav ul {
            margin-right: 0px;
        }

        .lm_header .nav li {
            display: inline-block;
            padding: 0 27px;
        }

            .lm_header .nav li a {
                color: #333;
                font-weight: bold;
                font-size: 16px;
            }

                .lm_header .nav li a.on,
                .lm_header .nav li a:hover {
                    color: #007bff;
                }

    .lm_header .nav_btn {
        float: right;
        margin-top: 24px;
    }

        .lm_header .nav_btn .search {
            padding: 0 10px;
            float: left;
            border: 1px solid #999;
            border-radius: 25px;
            margin-right: 20px;
        }

            .lm_header .nav_btn .search a {
                display: block;
                float: left;
                color: #333;
            }

            .lm_header .nav_btn .search span {
                display: block;
                margin-left: 20px;
                width: 160px;
                height: 20px;
            }

                .lm_header .nav_btn .search span input {
                    width: 100%;
                    height: 100%;
                }

        .lm_header .nav_btn .earth {
            color: #333;
            float: right;
        }

            .lm_header .nav_btn .earth i {
                padding-right: 10px;
            }

            .lm_header .nav_btn .earth span {
                color: #333;
                position: relative;
                padding-right: 20px;
            }

                .lm_header .nav_btn .earth span:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 7px;
                    display: block;
                    width: 0;
                    height: 0;
                    border: 5px solid transparent;
                    border-top-color: #333;
                    transition: 0.4s;
                    transform: rotate(0deg);
                }

.lm_banner {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .lm_banner .title {
        font-size: 60px;
        font-weight: bold;
        color: #fff;
        display: inline-block;
        border-bottom: 3px solid #007bff;
        line-height: 1.5;
        padding-top: 180px;
    }

.lm_wrap {
    width: 1460px;
    box-sizing: border-box;
    padding-right: 50px;
    margin: 0 auto;
    position: relative;
}

    .lm_wrap::before {
        content: " ";
        position: absolute;
        left: 200px;
        top: 0;
        width: 1px;
        height: 100%;
        background: #ccd6e0;
    }

.lm_left {
    float: left;
    width: 200px;
    text-align: center;
}

.lm_right {
    margin-left: 260px;
}

.lm_left .home {
    padding: 30px 0;
}

    .lm_left .home a {
        color: #003366;
        opacity: 0.7;
    }

        .lm_left .home a:hover {
            opacity: 1;
        }

        .lm_left .home a span {
            padding-right: 10px;
        }

.lm_left li {
    border-bottom: 1px solid #fff;
}

    .lm_left li a {
        display: block;
        padding: 12px 10px;
        font-size: 16px;
        color: #fff;
        background: linear-gradient(to right, #003366, #005788);
        position: relative;
    }

        .lm_left li a::before {
            content: " ";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            background: linear-gradient(to right, #eb5d13, #f8ac07);
            width: 0;
            transition: 0.4s;
        }

        .lm_left li a.on::before,
        .lm_left li a:hover::before {
            width: 100%;
        }

        .lm_left li a span {
            display: block;
            position: relative;
        }

.lm_gywm_part1 {
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
}

    .lm_gywm_part1 .pic {
        float: left;
        display: none;
    }

        .lm_gywm_part1 .pic img {
            width: 100%;
        }

    .lm_gywm_part1 .text {
        padding-top: 0px;
        width: 100%;
    }

    .lm_gywm_part1 .tet {
        padding-top: 20px;
        font-size: 18px;
        line-height: 1.8;
    }

.lm_gywm_part2 {
    padding: 120px 80px 140px;
}

    .lm_gywm_part2 ul {
        display: flex;
        justify-content: space-between;
    }

    .lm_gywm_part2 li {
        box-sizing: border-box;
        text-align: center;
    }

        .lm_gywm_part2 li .tit {
            font-size: 26px;
            color: #223f7a;
            padding-bottom: 20px;
        }

        .lm_gywm_part2 li .tet {
            font-size: 18px;
            color: #666;
        }

.lm_gywm_part3 {
    position: relative;
    padding-bottom: 140px;
}

    .lm_gywm_part3::before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 90%;
        height: 632px;
        background: #eff1f5;
    }

    .lm_gywm_part3 .cont {
        position: relative;
    }

    .lm_gywm_part3 .left {
        width: 46%;
        float: left;
    }

    .lm_gywm_part3 .right {
        width: 54%;
        float: left;
        padding-top: 120px;
    }

    .lm_gywm_part3 .left .title {
        font-size: 26px;
        color: #223f7a;
        padding: 70px 0 15px 60px;
    }

    .lm_gywm_part3 .left li {
        padding: 50px 0px 50px 0px;
        border-bottom: 1px solid #d7d8dc;
        margin: 0 70px 0 120px;
    }

        .lm_gywm_part3 .left li:last-child {
            border-bottom: none;
        }

    .lm_gywm_part3 .left .year {
        font-size: 16px;
        font-weight: bold;
        color: #003366;
    }

        .lm_gywm_part3 .left .year span {
            font-size: 58px;
            color: #173169;
            font-family: "Conv_DIN";
            padding-right: 6px;
        }

    .lm_gywm_part3 .left .text {
        font-size: 18px;
        color: #666;
        line-height: 1.6;
        padding-top: 10px;
    }

    .lm_gywm_part3 .right .pic img {
        width: 100%;
    }

    .lm_gywm_part3 .right .tet {
        background: url(../images/lm_gywm-img4.jpg) no-repeat center;
        background-size: cover;
        font-size: 18px;
        line-height: 1.8;
        color: #fff;
        padding: 30px 40px 40px;
    }

/* 科学研究 */
.lm_kxyj_part1 {
    padding: 140px 0 50px;
}

    .lm_kxyj_part1 .text,
    .lm_kxyj_part1 .pic {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    .lm_kxyj_part1 .text {
        padding: 80px 90px 0 0;
    }

    .lm_kxyj_part1 .tet {
        font-size: 18px;
        line-height: 1.8;
        padding-top: 16px;
    }

    .lm_kxyj_part1 .pic {
        padding-left: 22px;
    }

        .lm_kxyj_part1 .pic img {
            width: 100%;
        }

        .lm_kxyj_part1 .pic span {
            display: block;
            position: relative;
        }

            .lm_kxyj_part1 .pic span::before {
                content: " ";
                position: absolute;
                left: -50px;
                top: 50px;
                width: 100%;
                height: 100%;
                background: #eff1f5;
            }

        .lm_kxyj_part1 .pic i {
            display: block;
            position: relative;
        }

.lm_kxyj_part2 {
    padding: 140px 0;
}

    .lm_kxyj_part2 .cont {
        padding-top: 30px;
    }

        .lm_kxyj_part2 .cont ul {
            margin: 0 -10px;
        }

        .lm_kxyj_part2 .cont li {
            float: left;
            width: 25%;
            padding: 0 10px;
            box-sizing: border-box;
        }

    .lm_kxyj_part2 .li_box {
        position: relative;
        overflow: hidden;
        display: block;
        text-align: center;
    }

        .lm_kxyj_part2 .li_box span {
            display: block;
        }

        .lm_kxyj_part2 .li_box img {
            width: 100%;
        }

        .lm_kxyj_part2 .li_box .tit {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 1;
            width: 100%;
            color: #fff;
            padding: 100px 14px 20px 14px;
            box-sizing: border-box;
            z-index: 1;
            background: linear-gradient(to top, rgba(0,0,0,1), transparent);
            height: 140px;
            transition: 0.4s;
            font-size: 18px;
            font-weight: bold;
        }

        .lm_kxyj_part2 .li_box .text {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 2;
            width: 100%;
            height: 0;
            box-sizing: border-box;
            padding: 120px 20px 0;
            opacity: 0;
            transition: 0.4s;
        }

            .lm_kxyj_part2 .li_box .text::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, #eb5d13, #f8ac07);
                opacity: 0.9;
            }

        .lm_kxyj_part2 .li_box .tet_box {
            position: relative;
            color: #fff;
        }

            .lm_kxyj_part2 .li_box .tet_box .tet {
                font-size: 18px;
                font-weight: bold;
                position: relative;
                padding-bottom: 10px;
            }

                .lm_kxyj_part2 .li_box .tet_box .tet::before {
                    content: " ";
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    width: 10px;
                    height: 2px;
                    margin-left: -5px;
                    background: #fff;
                }

            .lm_kxyj_part2 .li_box .tet_box .txt {
                font-size: 16px;
                line-height: 1.8;
                padding-top: 12px;
            }

        .lm_kxyj_part2 .li_box:hover .tit {
            opacity: 0;
        }

        .lm_kxyj_part2 .li_box:hover .text {
            height: 100%;
            opacity: 1;
        }

.lm_kxyj_part3 {
    position: relative;
    padding-bottom: 140px;
}

    .lm_kxyj_part3::before {
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        width: 56%;
        height: 510px;
        background: #eff1f5;
    }

    .lm_kxyj_part3 .swiper-slide .li_box {
        opacity: 0;
    }

    .lm_kxyj_part3 .swiper-slide-active .li_box {
        opacity: 1;
        transition: 0.4s;
    }

    .lm_kxyj_part3 .pic {
        float: left;
        width: 53%;
        padding-top: 130px;
    }

        .lm_kxyj_part3 .pic img {
            width: 100%;
        }

    .lm_kxyj_part3 .text {
        float: left;
        width: 47%;
        box-sizing: border-box;
        padding: 76px 0 0 80px;
    }

        .lm_kxyj_part3 .text .tit {
            border-bottom: 1px solid #ff9900;
            font-size: 34px;
            color: #173169;
            position: relative;
            padding-bottom: 10px;
        }

            .lm_kxyj_part3 .text .tit::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 70px;
                height: 3px;
                background: #007bff;
            }

        .lm_kxyj_part3 .text .tet {
            font-size: 18px;
            line-height: 1.8;
            padding-top: 20px;
        }

            .lm_kxyj_part3 .text .tet span {
                display: block;
            }

            .lm_kxyj_part3 .text .tet .p1 {
                font-weight: bold;
                padding: 6px 0;
            }

    .lm_kxyj_part3 .pagination {
        position: absolute;
        left: 53%;
        bottom: 120px;
        padding-left: 80px;
    }

    .lm_kxyj_part3 .swiper-pagination-bullet {
        background: #003366;
        opacity: 1;
        border-radius: 0;
    }

    .lm_kxyj_part3 .swiper-pagination-bullet-active {
        background: #007bff;
    }

    .lm_kxyj_part3 .btn_box {
        width: 53%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        color: #fff;
    }

        .lm_kxyj_part3 .btn_box .box {
            width: 400px;
            float: right;
            background: rgba(0,51,102,0.8);
        }

        .lm_kxyj_part3 .btn_box .swiper-button-next,
        .lm_kxyj_part3 .btn_box .swiper-button-prev {
            position: initial;
            float: left;
            background: none;
            height: 74px;
            line-height: 74px;
            width: 25%;
            text-align: center;
            box-sizing: border-box;
            margin-top: 0;
        }

        .lm_kxyj_part3 .btn_box .iconfont {
            font-size: 40px;
        }

        .lm_kxyj_part3 .btn_box .swiper-num {
            float: left;
            height: 74px;
            line-height: 74px;
            width: 50%;
            text-align: center;
            font-family: "Conv_DIN";
            box-sizing: border-box;
        }

            .lm_kxyj_part3 .btn_box .swiper-num .span,
            .lm_kxyj_part3 .btn_box .swiper-num .total {
                font-size: 18px;
                opacity: 0.5;
            }

            .lm_kxyj_part3 .btn_box .swiper-num .active {
                font-size: 34px;
            }

.lm_kxyj_part4 {
    position: relative;
    margin-bottom: 140px;
    padding-bottom: 80px;
}

    .lm_kxyj_part4::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        background: #eff1f5;
    }

    .lm_kxyj_part4 .wrap {
        position: relative;
    }

    .lm_kxyj_part4 .pic {
        float: left;
        width: 53%;
        padding-top: 130px;
    }

        .lm_kxyj_part4 .pic img {
            width: 100%;
        }

    .lm_kxyj_part4 .con_r {
        float: left;
        width: 47%;
        box-sizing: border-box;
        padding-left: 80px;
        padding-top: 74px;
    }

        .lm_kxyj_part4 .con_r .title {
            border-bottom: 1px solid #ff9900;
            font-size: 34px;
            color: #173169;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

            .lm_kxyj_part4 .con_r .title::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: 0;
                width: 70px;
                height: 3px;
                background: #007bff;
            }

    .lm_kxyj_part4 li {
        border-bottom: 1px solid #dedede;
    }

        .lm_kxyj_part4 li .tit {
            display: block;
            font-size: 18px;
            font-weight: bold;
            color: #1a3168;
            padding: 22px 40px 22px 0;
            position: relative;
        }

            .lm_kxyj_part4 li .tit .iconfont {
                position: absolute;
                right: 0;
                top: 20px;
                transition: 0.4s;
            }

        .lm_kxyj_part4 li .tit_on {
            color: #007bff;
            padding-bottom: 10px;
        }

            .lm_kxyj_part4 li .tit_on .iconfont {
                transform: rotate(90deg);
            }

        .lm_kxyj_part4 li .tet {
            display: none;
            font-size: 18px;
            line-height: 1.6;
            padding-bottom: 25px;
        }

        .lm_kxyj_part4 li .tet_on {
            display: block;
        }

        .lm_kxyj_part4 li .tit.a:hover {
            color: #007bff;
        }

        .lm_kxyj_part4 li .tit::before {
            content: " ";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #007bff;
            transition: 0.4s;
        }

        .lm_kxyj_part4 li .tit.a:hover::before {
            width: 100%;
        }

/* 主任寄语 */
.lm_textcon {
    padding: 110px 105px 140px 35px;
}

    .lm_textcon .text {
        padding-top: 20px;
        font-size: 16px;
        line-height: 2;
    }

    .lm_textcon .pic {
        padding-top: 40px;
    }

        .lm_textcon .pic img {
            max-width: 100%;
        }

    .lm_textcon .yd_pic {
        display: none;
    }

/* 科研平台 */
.lm_kypt_part1 {
    padding: 140px 0 50px;
}

    .lm_kypt_part1 .text,
    .lm_kypt_part1 .pic {
        width: 50%;
        float: left;
        box-sizing: border-box;
    }

    .lm_kypt_part1 .text {
        padding: 40px 0 0 90px;
    }

    .lm_kypt_part1 .tet {
        font-size: 18px;
        line-height: 1.8;
        padding-top: 16px;
    }

    .lm_kypt_part1 .pic {
        padding-right: 22px;
    }

        .lm_kypt_part1 .pic img {
            width: 100%;
        }

        .lm_kypt_part1 .pic span {
            display: block;
            position: relative;
        }

            .lm_kypt_part1 .pic span::before {
                content: " ";
                position: absolute;
                right: -50px;
                top: 50px;
                width: 100%;
                height: 100%;
                background: #eff1f5;
            }

        .lm_kypt_part1 .pic i {
            display: block;
            position: relative;
        }

.lm_kypt_part2 {
    padding: 90px 0 140px;
}

    .lm_kypt_part2 ul {
        margin: 0 -18px;
    }

    .lm_kypt_part2 li {
        float: left;
        width: 33.3%;
        padding: 0 18px 36px;
        box-sizing: border-box;
    }

        .lm_kypt_part2 li a,
        .lm_kypt_part2 li span {
            display: block;
        }

    .lm_kypt_part2 .pic img {
        width: 100%;
    }

    .lm_kypt_part2 .text {
        border: 1px solid #cfcfcf;
        border-top: none;
        border-bottom: 5px solid #007bff;
        background: url(../images/lm_kypt-bg1.jpg) no-repeat center;
        background-size: cover;
        height: 326px;
        padding-top: 70px;
        box-sizing: border-box;
        position: relative;
    }

        .lm_kypt_part2 .text .tit_box {
            position: absolute;
            left: 0;
            top: -36px;
            width: 100%;
            box-sizing: border-box;
            padding: 0 20px;
        }

        .lm_kypt_part2 .text .tit {
            height: 100px;
            background: #fff;
            font-size: 26px;
            color: #173169;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.4s;
        }

    .lm_kypt_part2 li a:hover .text .tit {
        color: #eb5d13;
    }

    .lm_kypt_part2 .text .tet {
        font-size: 18px;
        line-height: 2;
        padding: 0 30px;
        color: #333;
    }

    .lm_kypt_part2 .text .btn {
        text-align: right;
        color: #eb5d13;
        font-size: 14px;
        padding-top: 10px;
    }

.lm_kypt_swiper {
    padding: 90px 0 140px;
}

    .lm_kypt_swiper .wrap {
        position: relative;
    }

    .lm_kypt_swiper li a,
    .lm_kypt_swiper li span {
        display: block;
    }

    .lm_kypt_swiper .pic img {
        width: 100%;
    }

    .lm_kypt_swiper .text {
        border: 1px solid #cfcfcf;
        border-top: none;
        border-bottom: 5px solid #007bff;
        background: url(../images/lm_kypt-bg1.jpg) no-repeat center;
        background-size: cover;
        height: 326px;
        padding-top: 70px;
        box-sizing: border-box;
        position: relative;
    }

        .lm_kypt_swiper .text .tit_box {
            position: absolute;
            left: 0;
            top: -36px;
            width: 100%;
            box-sizing: border-box;
            padding: 0 20px;
        }

        .lm_kypt_swiper .text .tit {
            height: 100px;
            background: #fff;
            font-size: 26px;
            color: #173169;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.4s;
        }

    .lm_kypt_swiper li a:hover .text .tit {
        color: #eb5d13;
    }

    .lm_kypt_swiper .text .tet {
        font-size: 18px;
        line-height: 2;
        padding: 0 30px;
        color: #333;
    }

    .lm_kypt_swiper .text .btn {
        text-align: right;
        color: #eb5d13;
        font-size: 14px;
        padding-top: 10px;
    }

    .lm_kypt_swiper .swiper-button-next,
    .lm_kypt_swiper .swiper-button-prev {
        margin-top: 0;
        background: none;
        color: #ea5412;
        height: 50px;
        width: 50px;
    }

        .lm_kypt_swiper .swiper-button-next .iconfont,
        .lm_kypt_swiper .swiper-button-prev .iconfont {
            font-size: 50px;
            line-height: 50px;
        }

    .lm_kypt_swiper .swiper-button-next {
        right: -50px;
    }

    .lm_kypt_swiper .swiper-button-prev {
        left: -50px;
    }

        .lm_kypt_swiper .swiper-button-next.swiper-button-disabled,
        .lm_kypt_swiper .swiper-button-prev.swiper-button-disabled {
            opacity: 1;
            color: #cacaca;
        }


/* 创新加盟 */
.jmcx_part1 {
    margin-top: 50px;
    border-top: 1px solid #dedede;
}

    .jmcx_part1 li {
        border-bottom: 1px solid #dedede;
    }

        .jmcx_part1 li .tit {
            display: block;
            font-size: 18px;
            font-weight: bold;
            color: #1a3168;
            padding: 22px 40px 22px 0;
            position: relative;
        }

            .jmcx_part1 li .tit .iconfont {
                position: absolute;
                right: 0;
                top: 20px;
                transition: 0.4s;
            }

        .jmcx_part1 li .tit_on {
            color: #007bff;
            padding-bottom: 10px;
        }

            .jmcx_part1 li .tit_on .iconfont {
                transform: rotate(90deg);
            }

        .jmcx_part1 li .tet {
            display: none;
            font-size: 18px;
            line-height: 1.6;
            padding-bottom: 25px;
        }

        .jmcx_part1 li .tet_on {
            display: block;
        }

.jmcx_part2 .tit {
    padding: 36px 0 10px;
    font-size: 18px;
}

.jmcx_part2 li {
    padding: 4px 0;
}

.jmcx_part2 .p1 {
    display: inline-block;
    width: 66px;
    font-size: 14px;
    font-weight: bold;
    color: #1a3168;
}

.jmcx_part2 .p2 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #007bff;
    font-family: 'Conv_DIN-Bold';
}


/* 人才计划 */
.in_title2 {
    position: relative;
    padding-bottom: 10px;
}

    .in_title2::before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 450px;
        height: 2px;
        background: linear-gradient(to right, rgba(248,182,43,1), transparent);
    }

.lm_rcjh_part1 {
    background: url(../images/lm_rcjh-bg1.jpg) no-repeat center;
    min-height: 700px;
    padding: 114px 0 30px;
}

    .lm_rcjh_part1 .in_title {
        padding-top: 90px;
    }

    .lm_rcjh_part1 .text_box {
        padding-left: 76px;
        max-width: 650px;
        box-sizing: border-box;
        position: relative;
    }

    .lm_rcjh_part1 .tet {
        font-size: 18px;
        line-height: 2;
        padding: 20px 0 30px;
    }

    .lm_rcjh_part1 .bg {
        position: absolute;
        right: -200px;
        top: -10px;
        width: 465px;
    }

        .lm_rcjh_part1 .bg img {
            width: 100%;
        }

.lm_rcjh_part2 {
    padding-bottom: 180px;
}

    .lm_rcjh_part2 .wrap {
        background: linear-gradient(to bottom, #ecf0fc, #fff);
        position: relative;
    }

        .lm_rcjh_part2 .wrap .bg {
            position: absolute;
            left: 0;
            top: 0;
            width: 334px;
            height: 100%;
            background: linear-gradient(to bottom, #1a3168, #025586);
        }

    .lm_rcjh_part2 .tab_box {
        width: 334px;
        float: left;
        box-sizing: border-box;
        padding: 80px 30px 120px 40px;
        position: relative;
        z-index: 1;
        background: none;
    }

        .lm_rcjh_part2 .tab_box a {
            display: block;
            color: #fff;
            font-size: 18px;
            padding: 20px 0;
            border-bottom: 1px solid rgba(225, 225, 225, 0.2);
            line-height: 20px;
        }

            .lm_rcjh_part2 .tab_box a span {
                transition: 0.4s;
            }

            .lm_rcjh_part2 .tab_box a .iconfont {
                display: block;
                float: right;
                opacity: 0.3;
            }

            .lm_rcjh_part2 .tab_box a .p1 {
                font-size: 18px;
                line-height: 30px;
            }

            .lm_rcjh_part2 .tab_box a:hover .p1,
            .lm_rcjh_part2 .tab_box .on a .p1 {
                font-size: 26px;
                font-weight: bold;
                background: linear-gradient(to left, #007bff, #f8b500);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            .lm_rcjh_part2 .tab_box a:hover .iconfont,
            .lm_rcjh_part2 .tab_box .on a .iconfont {
                color: #007bff;
                opacity: 1;
            }

    .lm_rcjh_part2 .tab_con {
        margin-left: 334px;
        padding: 60px 80px 20px;
    }

        .lm_rcjh_part2 .tab_con .dn {
            display: none;
        }

        .lm_rcjh_part2 .tab_con .text {
            font-size: 18px;
            line-height: 2;
            padding: 20px 0;
        }

        .lm_rcjh_part2 .tab_con .tips {
            font-weight: bold;
            color: #000;
            border-top: 1px solid #dedede;
            padding-top: 10px;
            margin-top: 50px;
        }

.lm_rcjh_part3 {
    background: url(../images/lm_rcjh-img2.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 0 70px;
}

    .lm_rcjh_part3 .text_con {
        max-width: 50%;
        box-sizing: border-box;
        padding-left: 80px;
    }

    .lm_rcjh_part3 .text {
        font-size: 18px;
        font-weight: 300;
        color: #000;
        line-height: 2;
        padding: 24px 0 50px;
    }


/* 媒体中心 */
.lm_mtzx_part1 {
    padding: 140px 0 80px;
}

    .lm_mtzx_part1 .pic {
        float: right;
        width: 50%;
    }

        .lm_mtzx_part1 .pic img {
            width: 100%;
        }

    .lm_mtzx_part1 .tet_con {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 60px;
    }

    .lm_mtzx_part1 .time {
        color: #666;
        font-family: "Conv_DIN";
        padding-top: 10px;
    }

    .lm_mtzx_part1 .tit {
        display: block;
        color: #173169;
        font-size: 26px;
        border-bottom: 1px solid #003366;
        text-align: justify;
    }

        .lm_mtzx_part1 .tit:hover {
            color: #007bff;
        }

        .lm_mtzx_part1 .tit span {
            position: relative;
            display: inline-block;
            padding: 10px 0;
        }

            .lm_mtzx_part1 .tit span::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: -1px;
                height: 3px;
                width: 100%;
                background: #007bff;
            }

    .lm_mtzx_part1 .tet {
        font-size: 18px;
        line-height: 2;
        padding: 20px 0 30px;
        text-align: justify;
    }

    .lm_mtzx_part1 .home_btn a {
        width: 210px;
    }

.lm_mtzx_part2 ul {
    margin: 0 -15px;
    padding-bottom: 40px;
}

.lm_mtzx_part2 li {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 15px 54px 15px;
}

    .lm_mtzx_part2 li a,
    .lm_mtzx_part2 li span {
        display: block;
    }

.lm_mtzx_part2 .tet_con {
    height: 110px;
    overflow: hidden;
}

.lm_mtzx_part2 .time {
    color: #666;
    font-family: "Conv_DIN";
    padding-top: 16px;
}

.lm_mtzx_part2 .tit {
    color: #173169;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    transition: 0.4s;
    text-align: justify;
}

.lm_mtzx_part2 a:hover .tit {
    color: #007bff;
}

.lm_mtzx_part2 .tet {
    font-size: 16px;
    color: #666;
    text-align: justify;
}

.scale_pic .pic {
    overflow: hidden;
    width: 100%;
    padding-bottom: 57.5%;
    position: relative;
}

.scale_pic img {
    width: 100%;
    transition: 0.4s;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.scale_pic:hover img {
    transform: scale(1.1);
}

.lm_page {
    padding-bottom: 140px;
    text-align: center;
}

    .lm_page .page span,
    .lm_page .page a {
        display: inline-block;
    }

    .lm_page .page a {
        color: #1a3168;
        padding: 10px 24px;
        border: 1px solid #1a3168;
        margin: 0 12px;
        background: #fff;
    }

        .lm_page .page a:hover,
        .lm_page .page .Pmodern {
            background: #007bff;
            border-color: #007bff;
            color: #fff;
        }

    .lm_page .page .Pindex,
    .lm_page .page .Pend {
        display: none;
    }

    .lm_page .page .Pprev,
    .lm_page .page .Pnext {
        font-weight: bold;
    }


/* 新闻详情 */
.lm_mbx {
    padding-top: 16px;
    color: #666;
}

    .lm_mbx a {
        color: #666;
    }

        .lm_mbx a:hover {
            color: #007bff;
        }

.lm_xwxq_left {
    float: left;
    width: 73%;
    box-sizing: border-box;
    padding: 0 60px 100px 0;
}

    .lm_xwxq_left .title {
        font-size: 34px;
        font-weight: bold;
        color: #173169;
        border-bottom: 1px solid #dedede;
        padding: 30px 0 10px;
    }

    .lm_xwxq_left .xx {
        color: #666;
        padding: 10px 0 30px;
    }

        .lm_xwxq_left .xx span {
            padding-right: 30px;
        }

    .lm_xwxq_left .cont {
        font-size: 18px;
        line-height: 2;
        padding-bottom: 70px;
        border-bottom: 1px solid #1a3168;
        width: 100%;
    }

        .lm_xwxq_left .cont img {
            max-width: 100%;
            height: auto !important;
        }

    .lm_xwxq_left .bot .left {
        float: left;
        width: 74%;
        padding: 10px 20px 10px 0;
        box-sizing: border-box;
    }

    .lm_xwxq_left .bot .right {
        float: right;
        width: 26%;
        padding-top: 16px;
        display: none;
    }

    .lm_xwxq_left .bot .left .cf {
        padding: 8px 0;
        line-height: 26px;
    }

    .lm_xwxq_left .bot .left .p1 {
        display: block;
        float: left;
        color: #1a3168;
        font-weight: bold;
    }

    .lm_xwxq_left .bot .left a {
        display: block;
        margin-left: 66px;
        color: #666;
        font-size: 18px;
    }

        .lm_xwxq_left .bot .left a:hover {
            color: #007bff;
        }

.lm_fx .fx_tet {
    float: left;
}

.lm_fx .bshare-custom a {
    display: inline-block;
    padding-left: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.lm_fx .bshare-custom .bshare-weixin {
    background: #3eb135;
}

.lm_fx .bshare-custom .bshare-sinaminiblog {
    background: #df4d69;
}

.lm_fx .bshare-custom .bshare-facebook {
    background: #39599f;
}

.lm_fx .bshare-custom .bshare-twitter {
    background: #45b0e3;
}

.lm_xwxq_right {
    float: right;
    width: 27%;
    padding: 190px 0 50px;
}

    .lm_xwxq_right .title {
        font-size: 26px;
        color: #173169;
        border-bottom: 1px solid #003366;
    }

        .lm_xwxq_right .title span {
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
        }

            .lm_xwxq_right .title span::before {
                content: " ";
                position: absolute;
                left: 0;
                bottom: -1px;
                height: 3px;
                width: 100%;
                background: #007bff;
            }

            .lm_xwxq_right .title span img {
                padding-right: 10px;
            }

    .lm_xwxq_right ul {
        border-left: 1px solid #ff0000;
        margin: 25px 0 0 7px;
    }

    .lm_xwxq_right li {
        position: relative;
        padding-left: 12px;
        margin-bottom: 20px;
    }

        .lm_xwxq_right li::before {
            content: " ";
            position: absolute;
            left: -7px;
            top: 10px;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            border: 1px solid #ff0000;
            background: #fff;
        }

    .lm_xwxq_right .time {
        display: block;
        background: url(../images/lm_xwxq-icon2.png) no-repeat center;
        width: 100px;
        height: 28px;
        line-height: 28px;
        box-sizing: border-box;
        padding-left: 16px;
        font-family: "Conv_DIN";
        color: #007bff;
    }

    .lm_xwxq_right .tit {
        display: block;
        font-size: 16px;
        color: #333;
        margin-left: 16px;
        padding: 15px 0;
        border-bottom: 1px solid #dedede;
    }

        .lm_xwxq_right .tit:hover {
            color: #007bff;
        }

/* 全文检索 */
.lm_qwjs_banner {
    width: 840px;
    margin: 0 auto;
}

    .lm_qwjs_banner .tit {
        font-size: 34px;
        color: #fff;
        padding: 150px 0 14px;
    }

    .lm_qwjs_banner .search {
        height: 46px;
        background: #fff;
    }

        .lm_qwjs_banner .search form {
            height: 100%;
        }

        .lm_qwjs_banner .search .submit {
            display: block;
            float: right;
            width: 196px;
            background: #007bff;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            line-height: 46px;
            text-align: center;
            cursor: pointer;
        }

        .lm_qwjs_banner .search .input {
            display: block;
            margin-right: 196px;
            padding: 0 20px 0 50px;
            height: 100%;
            position: relative;
        }

            .lm_qwjs_banner .search .input::before {
                content: "\e632";
                font-family: "iconfont" !important;
                position: absolute;
                left: 20px;
                top: 50%;
                margin-top: -10px;
                font-size: 18px;
            }

            .lm_qwjs_banner .search .input input {
                width: 100%;
                height: 100%;
                font-size: 16px;
            }

    .lm_qwjs_banner .gjc {
        padding-top: 10px;
    }

        .lm_qwjs_banner .gjc span {
            color: rgba(225, 225, 225, 0.3);
        }

        .lm_qwjs_banner .gjc a {
            color: #fff;
            margin-right: 12px;
        }

            .lm_qwjs_banner .gjc a:hover {
                color: #007bff;
                font-weight: bold;
            }

.lm_qwjs .left {
    float: left;
    width: 430px;
    padding: 120px 0;
}

    .lm_qwjs .left .tet {
        font-size: 16px;
        color: #999;
        padding-top: 14px;
    }

.lm_qwjs .right {
    margin-left: 430px;
    padding: 180px 0 0 54px;
}

    .lm_qwjs .right ul {
        border-top: 1px solid #dedede;
        margin-bottom: 80px;
    }

    .lm_qwjs .right li {
        padding: 40px 0;
        border-bottom: 1px solid #dedede;
    }

    .lm_qwjs .right a.tit {
        display: block;
        color: #1a3168;
        font-size: 26px;
    }

        .lm_qwjs .right a.tit span {
            color: #007bff;
        }

        .lm_qwjs .right a.tit:hover {
            color: #007bff;
        }

    .lm_qwjs .right .tet {
        font-size: 16px;
        padding: 20px 0 30px;
        color: #666;
        line-height: 2;
    }

        .lm_qwjs .right .tet span {
            color: #007bff;
        }

    .lm_qwjs .right .bot .time {
        color: #666;
        display: block;
        float: left;
    }

        .lm_qwjs .right .bot .time i {
            font-family: "Conv_DIN";
        }

    .lm_qwjs .right .bot .btn {
        display: block;
        float: right;
        font-weight: bold;
        color: #1a3168;
    }

        .lm_qwjs .right .bot .btn span {
            color: #ea5412;
        }

        .lm_qwjs .right .bot .btn:hover {
            color: #ea5412;
        }

    .lm_qwjs .right #div2 {
        font-size: 24px;
    }

/* 甬江文化 */
.lm_yjwh_swiperbtn {
    padding-bottom: 25px;
}

    .lm_yjwh_swiperbtn .in_title {
        float: left;
    }

    .lm_yjwh_swiperbtn .btn_box {
        float: right;
        position: relative;
    }

        .lm_yjwh_swiperbtn .btn_box::before {
            content: " ";
            position: absolute;
            left: 50%;
            top: 20px;
            width: 1px;
            height: 15px;
            background: #cacaca;
        }

    .lm_yjwh_swiperbtn .swiper-button-next,
    .lm_yjwh_swiperbtn .swiper-button-prev {
        position: initial;
        margin-top: 0;
        display: inline-block;
        background: none;
        color: #ea5412;
        height: auto;
        width: auto;
    }

        .lm_yjwh_swiperbtn .swiper-button-next .iconfont,
        .lm_yjwh_swiperbtn .swiper-button-prev .iconfont {
            font-size: 50px;
            line-height: 50px;
        }

    .lm_yjwh_swiperbtn .swiper-button-next {
        margin-left: 30px;
    }

    .lm_yjwh_swiperbtn .swiper-button-prev {
        margin-right: 30px;
    }

        .lm_yjwh_swiperbtn .swiper-button-next.swiper-button-disabled,
        .lm_yjwh_swiperbtn .swiper-button-prev.swiper-button-disabled {
            opacity: 1;
            color: #cacaca;
        }

.lm_yjwh_part2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

    .lm_yjwh_part2 .swiper-container {
        overflow: initial;
    }

    .lm_yjwh_part2 .li_box {
        display: block;
        position: relative;
        padding-bottom: 170px;
        cursor: pointer;
    }

        .lm_yjwh_part2 .li_box span {
            display: block;
            transition: 0.4s;
        }

    .lm_yjwh_part2 .pic img {
        width: 100%;
    }

    .lm_yjwh_part2 .text_con {
        margin: 0 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .lm_yjwh_part2 .text {
        background: #fff;
        border: 1px solid #dedede;
        padding: 25px 36px;
        box-sizing: border-box;
        height: 190px;
        position: relative;
        overflow: hidden;
    }

        .lm_yjwh_part2 .text::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 80px;
            background: linear-gradient(to top, #fff, transparent);
        }

    .lm_yjwh_part2 .li_box:hover .text::before {
        display: none;
    }

    .lm_yjwh_part2 .text .tit {
        font-size: 22px;
        color: #173169;
        padding-bottom: 15px;
    }

    .lm_yjwh_part2 .text .tet {
        font-size: 16px;
        color: #666;
        height: 46px;
        overflow: hidden;
    }

        .lm_yjwh_part2 .text .tet .more {
            color: #007bff;
            font-weight: bold;
            display: inline-block;
        }

    .lm_yjwh_part2 .li_box:hover .text {
        height: 400px;
    }

    .lm_yjwh_part2 .li_box:hover .tet {
        height: 220px;
    }

    .lm_yjwh_part2 .bg_box {
        position: relative;
    }

        .lm_yjwh_part2 .bg_box::before {
            content: " ";
            position: absolute;
            top: 0;
            height: 100%;
            background: linear-gradient(to right, #fff, transparent);
            z-index: 2;
            width: 300px;
            left: -300px;
        }

        .lm_yjwh_part2 .bg_box::after {
            content: " ";
            position: absolute;
            top: 0;
            height: 100%;
            background: linear-gradient(to right, transparent, #fff);
            z-index: 2;
            width: 300px;
            right: -300px;
        }

.lm_yjwh_part3 {
    padding-top: 90px;
}

    .lm_yjwh_part3 .swiper-container {
        padding-bottom: 1px;
        border-bottom: 1px solid #dedede;
    }

        .lm_yjwh_part3 .swiper-container::before {
            content: " ";
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 1px;
            background: #dedede;
            display: none;
        }

    .lm_yjwh_part3 .li_box .li {
        float: left;
        width: 50%;
        padding: 40px 0;
        box-sizing: border-box;
        border-top: 1px solid #dedede;
    }

        .lm_yjwh_part3 .li_box .li:nth-child(1),
        .lm_yjwh_part3 .li_box .li:nth-child(3) {
            padding-right: 30px;
        }

        .lm_yjwh_part3 .li_box .li:nth-child(2),
        .lm_yjwh_part3 .li_box .li:nth-child(4) {
            padding-left: 30px;
        }

    .lm_yjwh_part3 .li_box a,
    .lm_yjwh_part3 .li_box span {
        display: block;
        transition: 0.4s;
    }

    .lm_yjwh_part3 .li_box a {
        height: 204px;
        overflow: hidden;
        cursor: pointer;
    }

    .lm_yjwh_part3 .li_box .pic {
        float: left;
        width: 50%;
        overflow: hidden;
    }

        .lm_yjwh_part3 .li_box .pic img {
            width: auto;
        }

    .lm_yjwh_part3 .li_box .text_con {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-left: 20px;
    }

    .lm_yjwh_part3 .li_box .tit {
        color: #173169;
        font-size: 26px;
        padding: 10px 0 12px;
    }

    .lm_yjwh_part3 .li_box a:hover .tit {
        color: #007bff;
    }

    .lm_yjwh_part3 .li_box a:hover .pic {
        width: 0%;
    }

    .lm_yjwh_part3 .li_box a:hover .text_con {
        width: 100%;
    }

    .lm_yjwh_part3 .li_box .tet {
        color: #666;
        font-size: 16px;
    }

    .lm_yjwh_part3 .li_box .no_pic .text_con {
        width: 100%;
        padding: 0;
    }

    .lm_yjwh_part3 .pagination {
        text-align: center;
        padding-top: 20px;
    }

    .lm_yjwh_part3 .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        background: #82b4ff;
        opacity: 1;
        border-radius: 5px;
        margin: 0 13px;
        transition: 0.4s;
    }

    .lm_yjwh_part3 .swiper-pagination-bullet-active {
        width: 20px;
        background: #007bff;
    }

.lm_yjwh_part4 {
    padding: 120px 0;
}

    .lm_yjwh_part4 .li_box {
        display: block;
        position: relative;
        padding-bottom: 170px;
        cursor: pointer;
    }

        .lm_yjwh_part4 .li_box span {
            display: block;
            transition: 0.4s;
        }

    .lm_yjwh_part4 .pic img {
        width: 100%;
    }

    .lm_yjwh_part4 .text_con {
        margin: 0 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    .lm_yjwh_part4 .text {
        background: #fff;
        border: 1px solid #dedede;
        padding: 25px 36px;
        box-sizing: border-box;
        height: 190px;
        position: relative;
        overflow: hidden;
    }

        .lm_yjwh_part4 .text::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 80px;
            background: linear-gradient(to top, #fff, transparent);
        }

    .lm_yjwh_part4 .li_box:hover .text::before {
        display: none;
    }

    .lm_yjwh_part4 .text .tit {
        font-size: 22px;
        color: #173169;
        padding-bottom: 15px;
    }

    .lm_yjwh_part4 .text .tet {
        font-size: 16px;
        color: #666;
        height: 46px;
        overflow: hidden;
    }

        .lm_yjwh_part4 .text .tet .more {
            color: #007bff;
            font-weight: bold;
            display: inline-block;
        }

    .lm_yjwh_part4 .li_box:hover .text {
        height: 400px;
    }

    .lm_yjwh_part4 .li_box:hover .tet {
        height: 220px;
    }

/* 人才发展 */
.lm_rcfz_part1 {
    padding-top: 140px;
}

    .lm_rcfz_part1 .wrap {
        position: relative;
    }

    .lm_rcfz_part1 .pic {
        position: absolute;
        left: 60%;
        top: 0;
        width: 50%;
        box-sizing: border-box;
        padding-left: 22px;
    }

        .lm_rcfz_part1 .pic img {
            width: 100%;
        }

        .lm_rcfz_part1 .pic span {
            display: block;
            position: relative;
        }

            .lm_rcfz_part1 .pic span::before {
                content: " ";
                position: absolute;
                left: -50px;
                top: 50px;
                width: 100%;
                height: 100%;
                background: #eff1f5;
            }

        .lm_rcfz_part1 .pic i {
            display: block;
            position: relative;
        }

    .lm_rcfz_part1 .text_con {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 80px 0px 0 0;
        text-align: center;
    }

        .lm_rcfz_part1 .text_con .tit {
            font-size: 58px;
            color: #007bff;
        }

        .lm_rcfz_part1 .text_con .tet {
            font-size: 16px;
            color: #949494;
            padding-top: 10px;
        }

        .lm_rcfz_part1 .text_con .btn {
            padding-top: 70px;
        }

            .lm_rcfz_part1 .text_con .btn .home_btn {
                display: inline-block;
                margin: 0 10px;
            }

.lm_rcfz_part2 {
    padding-top: 140px;
}

    .lm_rcfz_part2 .btn_box {
        padding: 30px 0 90px;
    }

        .lm_rcfz_part2 .btn_box .home_btn {
            float: left;
            margin-top: 20px;
        }

        .lm_rcfz_part2 .btn_box .tet {
            margin-left: 450px;
            max-width: 560px;
            font-size: 18px;
            line-height: 2;
        }

    .lm_rcfz_part2 ul {
        margin: 0 -10px;
    }

    .lm_rcfz_part2 li {
        float: left;
        width: 25%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .lm_rcfz_part2 .li_box {
        border: 1px solid #d9d9d9;
        border-top: none;
        height: 300px;
    }

        .lm_rcfz_part2 .li_box .tit {
            padding: 16px 30px;
            background: linear-gradient(to right, #18346a, #025687);
            font-size: 18px;
            font-weight: bold;
            color: #fff;
        }

        .lm_rcfz_part2 .li_box .tet {
            padding: 30px;
            font-size: 18px;
            line-height: 2;
        }

.lm_rcfz_part3 {
    padding-top: 140px;
}

    .lm_rcfz_part3 .box {
        background: #1a3168;
        background: linear-gradient(to right, #1a3168, #005889);
    }

    .lm_rcfz_part3 .pic,
    .lm_rcfz_part3 .text_con {
        float: left;
        width: 50%;
        box-sizing: border-box;
    }

        .lm_rcfz_part3 .pic img {
            width: 100%;
        }

    .lm_rcfz_part3 .text_con {
        padding: 80px 80px 0px 0;
    }

        .lm_rcfz_part3 .text_con .tet {
            color: #fff;
            font-size: 16px;
            line-height: 26px;
            padding: 20px 0 40px;
        }

.in_title_fff {
    color: #fff;
}

.home_btn_fff a {
    color: #fff;
    border-color: #fff;
}

    .home_btn_fff a::before {
        background: #fff;
    }

    .home_btn_fff a:hover {
        color: #173169;
    }

.lm_rcfz_part4 {
    padding: 140px 0;
}

    .lm_rcfz_part4 .top .tet {
        font-size: 18px;
        line-height: 2;
        padding: 20px 0 80px;
        max-width: 60%;
    }

    .lm_rcfz_part4 .tab_box {
        float: left;
        width: 264px;
    }

        .lm_rcfz_part4 .tab_box a,
        .lm_rcfz_part4 .tab_box span {
            display: block;
            transition: 0.4s;
        }

        .lm_rcfz_part4 .tab_box a {
            padding: 20px 0;
            border-bottom: 1px solid #d6d6d6;
            line-height: 30px;
            color: #1a3168;
            box-sizing: border-box;
        }

        .lm_rcfz_part4 .tab_box .p1 {
            display: inline-block;
            font-size: 18px;
        }

        .lm_rcfz_part4 .tab_box .iconfont {
            float: right;
            font-size: 30px;
        }

        .lm_rcfz_part4 .tab_box a:hover,
        .lm_rcfz_part4 .tab_box .on a {
            border-bottom: 2px solid #007bff;
            color: #007bff;
        }

            .lm_rcfz_part4 .tab_box a:hover .p1,
            .lm_rcfz_part4 .tab_box .on .p1 {
                font-size: 26px;
                font-weight: bold;
            }

    .lm_rcfz_part4 .tab_con {
        margin-left: 345px;
    }

    .lm_rcfz_part4 .dn {
        display: none;
    }

    .lm_rcfz_part4 .tab_con .pic {
        width: 340px;
        float: left;
    }

        .lm_rcfz_part4 .tab_con .pic img {
            width: 100%;
        }

    .lm_rcfz_part4 .tab_con .text {
        margin-left: 340px;
        padding: 20px 0 0 50px;
    }

    .lm_rcfz_part4 .tab_con .tet {
        font-size: 16px;
        line-height: 2;
        padding-top: 14px;
    }



/*入场动画-栏目页*/
@media screen and (min-width: 1200px) {
    /* 关于我们 */
    .lm_gywm_part2 li {
        opacity: 0;
        transform: translateY(30px);
    }

        .lm_gywm_part2 li:nth-child(1) {
            transition: all 1s 0.2s;
        }

        .lm_gywm_part2 li:nth-child(2) {
            transition: all 1s 0.4s;
        }

        .lm_gywm_part2 li:nth-child(3) {
            transition: all 1s 0.6s;
        }

    .lm_gywm_part2.on li {
        opacity: 1;
        transform: translateY(0);
    }

    .lm_gywm_part3::before {
        opacity: 0;
        transition: all 1s 0s;
    }

    .lm_gywm_part3.on::before {
        opacity: 1;
    }

    .lm_gywm_part3 .left .title,
    .lm_gywm_part3 .left li {
        opacity: 0;
        transform: translateX(-30px);
    }

    .lm_gywm_part3 .left .title {
        transition: all 1s 0.2s;
    }

    .lm_gywm_part3 .left li:nth-child(1) {
        transition: all 1s 0.4s;
    }

    .lm_gywm_part3 .left li:nth-child(2) {
        transition: all 1s 0.6s;
    }

    .lm_gywm_part3 .right {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_gywm_part3.on .left .title,
    .lm_gywm_part3.on .left li,
    .lm_gywm_part3.on .right {
        opacity: 1;
        transform: translateX(0);
    }

    /* 科学研究 */
    .lm_kxyj_part1 .text {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_kxyj_part1 .pic {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_kxyj_part1.on .text,
    .lm_kxyj_part1.on .pic {
        opacity: 1;
        transform: translateX(0);
    }

    .lm_kxyj_part2 .in_title {
        opacity: 0;
        transform: translateY(-30px);
        transition: all 1s 0s;
    }

    .lm_kxyj_part2 .cont li {
        opacity: 0;
        transform: translateY(30px);
    }

        .lm_kxyj_part2 .cont li:nth-child(1) {
            transition: all 1s 0.2s;
        }

        .lm_kxyj_part2 .cont li:nth-child(2) {
            transition: all 1s 0.4s;
        }

        .lm_kxyj_part2 .cont li:nth-child(3) {
            transition: all 1s 0.6s;
        }

        .lm_kxyj_part2 .cont li:nth-child(4) {
            transition: all 1s 0.8s;
        }

    .lm_kxyj_part2.on .in_title,
    .lm_kxyj_part2.on .cont li {
        opacity: 1;
        transform: translateY(0);
    }

    .lm_kxyj_part3 .pic {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_kxyj_part3 .text {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_kxyj_part3.on .text,
    .lm_kxyj_part3.on .pic {
        opacity: 1;
        transform: translateX(0);
    }

    .lm_kxyj_part3 .btn_box,
    .lm_kxyj_part3 .pagination {
        opacity: 0;
        transition: all 1s 0.4s;
    }

    .lm_kxyj_part3.on .btn_box,
    .lm_kxyj_part3.on .pagination {
        opacity: 1;
    }

    /* 科研平台 */
    .lm_kypt_part1 .text {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_kypt_part1 .pic {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_kypt_part1.on .text,
    .lm_kypt_part1.on .pic {
        opacity: 1;
        transform: translateX(0);
    }

    .lm_kypt_part2 li {
        opacity: 0;
        transform: translateY(30px);
    }

        .lm_kypt_part2 li:nth-child(1) {
            transition: all 1s 0.2s;
        }

        .lm_kypt_part2 li:nth-child(2) {
            transition: all 1s 0.4s;
        }

        .lm_kypt_part2 li:nth-child(3) {
            transition: all 1s 0.6s;
        }

        .lm_kypt_part2 li:nth-child(4) {
            transition: all 1s 0.7s;
        }

        .lm_kypt_part2 li:nth-child(5) {
            transition: all 1s 0.8s;
        }

        .lm_kypt_part2 li:nth-child(6) {
            transition: all 1s 0.9s;
        }

    .lm_kypt_part2.on li {
        opacity: 1;
        transform: translateY(0);
    }


    /* 人才计划 */
    .lm_rcjh_part1 .text_box {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.2s;
    }

        .lm_rcjh_part1 .text_box .bg {
            opacity: 0;
            transform: translateX(30px);
            transition: all 1s 0.6s;
        }

    .lm_rcjh_part1.on .text_box .bg,
    .lm_rcjh_part1.on .text_box {
        opacity: 1;
        transform: translateY(0);
    }

    .lm_rcjh_part2 .wrap .bg,
    .lm_rcjh_part2 .tab_box {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_rcjh_part2 .tab_con {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_rcjh_part2.on .wrap .bg,
    .lm_rcjh_part2.on .tab_box,
    .lm_rcjh_part2.on .tab_con {
        opacity: 1;
        transform: translateY(0);
    }

    .lm_rcjh_part3 .in_title,
    .lm_rcjh_part3 .text,
    .lm_rcjh_part3 .home_btn {
        opacity: 0;
        transform: translateX(-30px);
    }

    .lm_rcjh_part3 .in_title {
        transition: all 1s 0.2s;
    }

    .lm_rcjh_part3 .text {
        transition: all 1s 0.3s;
    }

    .lm_rcjh_part3 .home_btn {
        transition: all 1s 0.4s;
    }

    .lm_rcjh_part3.on .in_title,
    .lm_rcjh_part3.on .text,
    .lm_rcjh_part3.on .home_btn {
        opacity: 1;
        transform: translateY(0);
    }

    /* 甬江文化 */
    .lm_yjwh_swiperbtn .in_title {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_yjwh_swiperbtn .btn_box {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .on .lm_yjwh_swiperbtn .in_title,
    .on .lm_yjwh_swiperbtn .btn_box {
        opacity: 1;
        transform: translateX(0);
    }

    .lm_yjwh_part2 .bg_box,
    .lm_yjwh_part3 .swiper-container,
    .lm_yjwh_part4 .swiper-container {
        opacity: 0;
        transform: translateY(30px);
        transition: all 1s 0.4s;
    }

    .lm_yjwh_part2.on .bg_box,
    .lm_yjwh_part3.on .swiper-container,
    .lm_yjwh_part4.on .swiper-container {
        opacity: 1;
        transform: translateX(0);
    }

    /* 人才发展 */
    .lm_rcfz_part1 .text_con {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_rcfz_part1 .pic {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_rcfz_part1.on .text_con,
    .lm_rcfz_part1.on .pic {
        opacity: 1;
        transform: translateX(0);
    }

    .lm_rcfz_part2 .in_title {
        opacity: 0;
        transform: translateY(-30px);
        transition: all 1s 0.2s;
    }

    .lm_rcfz_part2 .btn_box .home_btn {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.3s;
    }

    .lm_rcfz_part2 .btn_box .tet {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.3s;
    }

    .lm_rcfz_part2 li {
        opacity: 0;
        transform: translateY(30px);
    }

        .lm_rcfz_part2 li:nth-child(1) {
            transition: all 1s 0.4s;
        }

        .lm_rcfz_part2 li:nth-child(2) {
            transition: all 1s 0.5s;
        }

        .lm_rcfz_part2 li:nth-child(3) {
            transition: all 1s 0.6s;
        }

        .lm_rcfz_part2 li:nth-child(4) {
            transition: all 1s 0.7s;
        }

    .lm_rcfz_part2.on .in_title,
    .lm_rcfz_part2.on .btn_box .home_btn,
    .lm_rcfz_part2.on .btn_box .tet,
    .lm_rcfz_part2.on li {
        opacity: 1;
        transform: translate(0);
    }

    .lm_rcfz_part3 {
        opacity: 0;
        transform: scale(1.1);
        transition: all 1s 0.2s;
    }

        .lm_rcfz_part3.on {
            opacity: 1;
            transform: scale(1);
        }

    .lm_rcfz_part4 .top {
        opacity: 0;
        transform: translateY(-30px);
        transition: all 1s 0.2s;
    }

    .lm_rcfz_part4 .tab_box {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 1s 0.2s;
    }

    .lm_rcfz_part4 .tab_con {
        opacity: 0;
        transform: translateX(30px);
        transition: all 1s 0.2s;
    }

    .lm_rcfz_part4.on .top,
    .lm_rcfz_part4.on .tab_box,
    .lm_rcfz_part4.on .tab_con {
        opacity: 1;
        transform: translate(0);
    }
}



/* 小PC-1680 */
@media screen and (max-width: 1800px) {
    /* 人才发展 */
    .lm_rcfz_part1 .pic {
        position: initial;
        float: right;
        width: 45%;
    }
}

/* 小PC-1440 */
@media screen and (max-width:1600px) {
    .wrap {
        width: 1140px;
    }

    .in_header .logo {
        width: 200px;
    }

    .lm_wrap {
        width: 1140px;
        padding-right: 0;
    }

    .lm_banner {
        height: 400px;
    }

        .lm_banner .title {
            font-size: 40px;
        }

    .in_title {
        font-size: 30px;
    }

    /* 关于我们 */
    .lm_header .logo {
        width: 180px;
    }

    .lm_header .nav {
        padding-left: 40px;
    }

        .lm_header .nav li {
            padding: 0 15px;
        }

    .lm_header .nav_btn .search span {
        width: 120px;
    }

    .lm_gywm_part1 {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

        .lm_gywm_part1 .pic,
        .lm_gywm_part1 .text {
            padding: 0;
        }

        .lm_gywm_part1 .tet {
            font-size: 16px;
        }

    .lm_gywm_part2 {
        padding: 100px 0;
    }

        .lm_gywm_part2 li .tet {
            font-size: 16px;
        }

    .lm_gywm_part3 .left .title {
        padding: 70px 40px 15px 40px;
    }

    .lm_gywm_part3 .left li {
        margin: 0 40px;
        padding: 40px 0;
    }

    .lm_gywm_part3 .left .year span {
        font-size: 50px;
    }

    .lm_gywm_part3 .left .text {
        font-size: 16px;
    }

    .lm_gywm_part3 .right .tet {
        font-size: 16px;
    }

    /* 科学研究 */
    .lm_kxyj_part1 .text {
        padding-top: 40px;
    }

    .lm_kxyj_part1 .tet {
        font-size: 16px;
    }

    .lm_kxyj_part2 .li_box .tit,
    .lm_kxyj_part2 .li_box .tet_box .tet {
        font-size: 16px;
    }

    .lm_kxyj_part2 .li_box .tet_box .txt {
        font-size: 14px;
    }

    .lm_kxyj_part3::before {
        height: 70%;
    }

    .lm_kxyj_part3 .pagination {
        bottom: 15%;
    }

    .lm_kxyj_part3 .text .tit {
        font-size: 30px;
    }

    .lm_kxyj_part3 .text .tet {
        font-size: 16px;
    }

    .lm_kxyj_part4 .con_r {
        padding-left: 40px;
    }

        .lm_kxyj_part4 .con_r .title {
            font-size: 30px;
        }

    .lm_kxyj_part4 li .tit,
    .lm_kxyj_part4 li .tet {
        font-size: 16px;
    }

    /* 科研平台 */
    .lm_kypt_part1 .text {
        padding-top: 20px;
    }

    .lm_kypt_part1 .tet {
        font-size: 16px;
    }

    .lm_kypt_part2 .text {
        padding-top: 50px;
    }

        .lm_kypt_part2 .text .tit {
            font-size: 20px;
            height: 80px;
        }

        .lm_kypt_part2 .text .tet {
            font-size: 16px;
        }

    .lm_kypt_swiper .text {
        padding-top: 50px;
    }

        .lm_kypt_swiper .text .tit {
            font-size: 20px;
            height: 80px;
        }

        .lm_kypt_swiper .text .tet {
            font-size: 16px;
        }

    /* 创新加盟 */
    .jmcx_part1 li .tit,
    .jmcx_part1 li .tet,
    .jmcx_part2 .tit {
        font-size: 16px;
    }

    /* 人才计划 */
    .lm_rcjh_part1 {
        min-height: 500px;
        background-size: auto 80%;
    }

        .lm_rcjh_part1 .tet {
            font-size: 16px;
        }

        .lm_rcjh_part1 .bg {
            width: 400px;
            right: -100px;
        }

    .lm_rcjh_part2 {
        padding-bottom: 100px;
    }

        .lm_rcjh_part2 .tab_box a {
            font-size: 16px;
        }

            .lm_rcjh_part2 .tab_box a .p1 {
                font-size: 16px;
            }

            .lm_rcjh_part2 .tab_box a:hover .p1, .lm_rcjh_part2 .tab_box .on a .p1 {
                font-size: 20px;
            }

        .lm_rcjh_part2 .tab_con {
            padding: 50px 50px 20px;
        }

            .lm_rcjh_part2 .tab_con .text {
                font-size: 16px;
            }

    .lm_rcjh_part3 .text_con {
        padding-left: 0;
    }

    .lm_rcjh_part3 .text {
        font-size: 16px;
    }

    /* 媒体中心 */
    .lm_mtzx_part1 .tet_con {
        padding-right: 40px;
    }

    .lm_mtzx_part1 .time {
        padding-top: 0;
    }

    .lm_mtzx_part1 .tit {
        font-size: 18px;
    }

    .lm_mtzx_part1 .tet {
        font-size: 14px;
    }

    .lm_mtzx_part2 .tet_con {
        height: 80px;
    }

    .lm_mtzx_part2 .time {
        font-size: 12px;
    }

    .lm_mtzx_part2 .tit {
        font-size: 14px;
    }

    .lm_mtzx_part2 .tet {
        font-size: 12px;
    }

    /* 新闻详情 */
    .lm_xwxq_left .title {
        font-size: 24px;
    }

    .lm_xwxq_left .cont {
        font-size: 16px;
    }

    .lm_xwxq_left .bot .left a {
        font-size: 14px;
    }

    .lm_xwxq_right {
        padding-top: 60px;
    }

        .lm_xwxq_right .title {
            font-size: 20px;
        }

        .lm_xwxq_right .tit {
            font-size: 14px;
        }

    .lm_xwxq_left .bot .left {
        width: 70%;
    }

    .lm_xwxq_left .bot .right {
        width: 30%;
    }

    /* 全文检索 */
    .lm_qwjs_banner .tit {
        padding-top: 130px;
    }

    .lm_qwjs .left {
        width: 300px;
        padding: 80px 0;
    }

    .lm_qwjs .right {
        margin-left: 300px;
        padding-top: 140px;
    }

        .lm_qwjs .right a.tit {
            font-size: 24px;
        }

    /* 甬江文化 */
    .lm_yjwh_swiperbtn .btn_box::before {
        top: 15px;
    }

    .lm_yjwh_swiperbtn .swiper-button-next .iconfont,
    .lm_yjwh_swiperbtn .swiper-button-prev .iconfont {
        font-size: 40px;
        line-height: 40px;
    }

    .lm_yjwh_part2 .li_box {
        padding-bottom: 130px;
    }

    .lm_yjwh_part2 .text {
        height: 160px;
    }

        .lm_yjwh_part2 .text .tit {
            font-size: 18px;
        }

        .lm_yjwh_part2 .text .tet {
            font-size: 14px;
            height: 40px;
        }

    .lm_yjwh_part2 .li_box:hover .text {
        height: 300px;
    }

    .lm_yjwh_part2 .li_box:hover .tet {
        height: 180px;
    }

    .lm_yjwh_part3 .li_box .tit {
        font-size: 18px;
    }

    .lm_yjwh_part3 .li_box .tet {
        font-size: 14px;
    }

    .lm_yjwh_part4 .li_box {
        padding-bottom: 130px;
    }

    .lm_yjwh_part4 .text {
        height: 160px;
    }

        .lm_yjwh_part4 .text .tit {
            font-size: 18px;
        }

        .lm_yjwh_part4 .text .tet {
            font-size: 14px;
            height: 40px;
        }

    .lm_yjwh_part4 .li_box:hover .text {
        height: 300px;
    }

    .lm_yjwh_part4 .li_box:hover .tet {
        height: 180px;
    }

    /* 人才发展 */
    .lm_rcfz_part1 .text_con {
        padding-top: 40px;
    }

        .lm_rcfz_part1 .text_con .tit {
            font-size: 50px;
        }

    .lm_rcfz_part2 .btn_box {
        padding-bottom: 40px;
    }

        .lm_rcfz_part2 .btn_box .tet {
            margin-left: 350px;
            font-size: 16px;
        }

    .lm_rcfz_part2 .li_box .tit,
    .lm_rcfz_part2 .li_box .tet {
        font-size: 16px;
    }

    .lm_rcfz_part3 .text_con {
        padding: 50px 40px 0 0;
    }

        .lm_rcfz_part3 .text_con .tet {
            font-size: 14px;
        }

    .lm_rcfz_part4 {
        padding: 100px 0;
    }

        .lm_rcfz_part4 .top .tet {
            font-size: 16px;
            padding-bottom: 40px;
        }

        .lm_rcfz_part4 .tab_box {
            width: 240px;
        }

            .lm_rcfz_part4 .tab_box a {
                padding: 10px 0;
            }

            .lm_rcfz_part4 .tab_box .p1 {
                font-size: 16px;
            }

            .lm_rcfz_part4 .tab_box a:hover .p1,
            .lm_rcfz_part4 .tab_box .on .p1 {
                font-size: 18px;
            }

        .lm_rcfz_part4 .tab_con {
            margin-left: 300px;
        }

            .lm_rcfz_part4 .tab_con .text {
                padding-left: 40px;
            }
}

/* 小PC-1366 */
@media screen and (max-width:1400px) {
    .home_banner .text .txt {
        font-size: 50px;
    }

        .home_banner .text .txt span {
            font-size: 60px;
        }

    .home_part1 .con_l,
    .home_part1 .con_r {
        padding-bottom: 20px;
    }

    .home_part1 .li_box .tit .tit_box,
    .home_part1 .li_box .tit2 .tit_box {
        font-size: 16px;
    }

    .home_part1 .con_r .li_box .tit .tit_box,
    .home_part1 .con_r .li_box .tit2 .tit_box {
        font-size: 24px;
    }

    .home_part2 {
        padding-top: 100px;
    }

    .home_part3 #pic_con .right .cont {
        width: 100%;
        padding: 0 60px;
    }

    .home_part3 #pic_a {
        width: 100%;
    }

        .home_part3 #pic_a li {
            padding: 0;
        }

            .home_part3 #pic_a li .li_box {
                width: 90%;
                margin-left: 5%;
            }

    .home_part5 .left {
        padding-left: 0;
        padding-right: 80px;
    }

    .home_part5 .right {
        padding-left: 0;
    }

    .lm_header .nav li a {
        font-size: 14px;
    }
}


/* 移动导航 */
.phone_nav {
    display: none;
}

@media screen and (max-width:1200px) {
    .in_header {
        display: none;
    }

    .lm_header {
        display: none;
    }

    .phone_nav {
        display: block;
    }

    .body_on {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
    }
    /*头部*/
    .phone_nav .top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        z-index: 9999;
    }

    .phone_nav .top_on {
        position: fixed;
        background: rgba(0,51,102,0.9);
        transition: 0.4s;
    }

    .phone_nav .top .a {
        float: left;
        display: block;
        margin: 10px 0;
        width: 140px;
    }

        .phone_nav .top .a img {
            width: 100%;
        }

    .phone_nav .top .but {
        float: right;
        width: 25px;
        height: 25px;
        margin: 20px 0;
        display: block;
    }

        .phone_nav .top .but i {
            width: 100%;
            height: 2px;
            margin-top: 15px;
            background: #fff;
            display: block;
            position: relative;
            transition: 0.4s;
        }

            .phone_nav .top .but i:before,
            .phone_nav .top .but i:after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                width: 100%;
                height: 2px;
                background: #fff;
                transition: 0.4s;
            }

            .phone_nav .top .but i:before {
                margin-top: -7px;
            }

            .phone_nav .top .but i:after {
                margin-top: 7px;
            }
    /*背景*/
    .phone_nav .box {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        transform: translateX(100%);
        transition: 0.7s;
    }

    .phone_nav .box_con {
        margin: 74px 10px 0px 10px;
        overflow-x: hidden;
    }
        /*列表*/
        .phone_nav .box_con ul {
            padding: 20px 10px 0;
        }

        .phone_nav .box_con li {
            border-bottom: 1px solid rgba(225, 225, 225, 0.7);
            padding: 15px 20px;
            position: relative;
        }

            .phone_nav .box_con li.on {
                background: #09368c;
            }

            .phone_nav .box_con li a {
                color: #09368c;
                font-size: 14px;
                display: block;
                font-weight: bold;
            }

            .phone_nav .box_con li.on a {
                color: #fff;
            }

        .phone_nav .box_con ol {
            display: none;
            padding-top: 10px;
        }

        .phone_nav .box_con .a_zk {
            position: absolute;
            right: 10px;
            top: 14px;
            width: 40%;
            height: 20px;
        }

            .phone_nav .box_con .a_zk:after {
                content: "";
                position: absolute;
                right: 20px;
                top: 8px;
                display: block;
                width: 0;
                height: 0;
                border: 5px solid transparent;
                border-top-color: #09368c;
                transition: 0.4s;
                transform: rotate(0deg);
            }

        .phone_nav .box_con .a_zk_on:after {
            transform: rotate(-180deg);
        }

        .phone_nav .box_con li ol li {
            border-bottom: none;
            padding: 10px;
        }

            .phone_nav .box_con li ol li a {
                font-size: 12px;
                color: #333;
                font-weight: 400;
                padding-left: 20px;
            }

    .phone_nav .mob_but {
        clear: both;
        overflow: hidden;
    }

        .phone_nav .mob_but a {
            width: 50%;
            float: left;
            font-size: 14px;
            color: #09368c;
            text-align: center;
            box-sizing: border-box;
            margin: 20px 0;
        }

            .phone_nav .mob_but a.a1 {
                border-right: 1px solid rgba(225,225,225,0.7);
            }

    /*打开样式*/
    .phone_on .top {
        background: #173169;
    }

        .phone_on .top .but i:before {
            transform: rotate(45deg);
            margin: 0;
        }

        .phone_on .top .but i:after {
            transform: rotate(-45deg);
            margin: 0;
        }

        .phone_on .top .but i {
            background: none;
        }

    .phone_on .box {
        transform: translateX(0%);
    }

    /* 栏目导航 */
    .lm_phone_nav.phone_nav .top {
        position: fixed;
        border-bottom: 2px solid #007bff;
        clear: both;
        overflow: hidden;
        background: #fff;
    }

    .lm_phone_nav.phone_nav .top_on {
        position: fixed;
        background: #fff;
        transition: 0s;
    }

    .lm_phone_nav.phone_nav .top .but i,
    .lm_phone_nav.phone_nav .top .but i::before,
    .lm_phone_nav.phone_nav .top .but i::after {
        background: #09368c;
    }

    .lm_phone_nav.phone_on .top {
        background: #fff;
    }

        .lm_phone_nav.phone_on .top .but i {
            background: none;
        }

    /* 搜索和中英文 */
    .phone_nav .top .search,
    .phone_nav .top .earth {
        float: right;
        color: #fff;
        padding: 22px 20px 0 0;
    }

        .phone_nav .top .search .iconfont,
        .phone_nav .top .earth .iconfont {
            font-size: 20px;
        }

        .phone_nav .top .earth span {
            position: relative;
            padding-right: 14px;
            padding-left: 4px;
        }

            .phone_nav .top .earth span:after {
                content: "";
                position: absolute;
                right: 0;
                top: 7px;
                display: block;
                width: 0;
                height: 0;
                border: 5px solid transparent;
                border-top-color: #fff;
                transition: 0.4s;
                transform: rotate(0deg);
            }

    .lm_phone_nav .top .search,
    .lm_phone_nav .top .earth {
        color: #09368c;
    }

        .lm_phone_nav .top .earth span:after {
            border-top-color: #09368c;
        }
}


/* ipad-1024*768 */
@media screen and (max-width:1200px) {
    .wrap,
    .lm_wrap {
        width: 100%;
        padding: 0 60px;
        overflow: hidden;
    }

        .lm_wrap::before {
            left: 260px;
        }

    .lm_page .page .Ppagelist {
        display: none;
    }

    .home_banner {
        height: 480px;
    }

        .home_banner .text .wrap {
            padding: 160px 40px 0;
        }

        .home_banner .text .txt {
            font-size: 30px;
            line-height: 50px;
        }

            .home_banner .text .txt span {
                font-size: 40px;
            }

    .home_btn a {
        width: 180px;
        font-size: 14px;
        line-height: 42px;
    }

        .home_btn a i {
            padding-left: 20px;
        }

    .in_title {
        font-size: 26px;
    }

    .home_part1 .in_title {
        padding: 80px 0 40px;
    }

    .home_part1 .li_box .tit .tit_box,
    .home_part1 .li_box .tit2 .tit_box {
        font-size: 14px;
    }

    .home_part1 .con_r .li_box .tit .tit_box,
    .home_part1 .con_r .li_box .tit2 .tit_box {
        font-size: 18px;
    }

    .home_part1 .li_box:hover .tit {
        opacity: 1;
    }

    .home_part1 .li_box:hover .tit2 {
        opacity: 0;
    }

    .home_part2 {
        padding-top: 60px;
    }

        .home_part2 .con_l {
            width: 50%;
            box-sizing: border-box;
            padding-right: 15px;
        }

        .home_part2 .con_r {
            margin-left: 0;
            float: left;
            width: 50%;
            box-sizing: border-box;
            padding-left: 15px;
        }

        .home_part2 .con_l .list .tit {
            font-size: 14px;
        }

        .home_part2 .con_l .list .day .p {
            font-size: 28px;
        }

        .home_part2 .con_r li .tit {
            font-size: 14px;
        }

        .home_part2 .con_r li .text {
            font-size: 12px;
        }

        .home_part2 .home_btn a {
            width: 180px;
        }

        .home_part2 .con_l .btn a,
        .home_part2 .con_r .btn a {
            font-size: 14px;
        }

    .home_part3 {
        padding: 80px 0;
    }

        .home_part3 #pic_con .li_box {
            height: 460px;
        }

        .home_part3 #pic_con .left {
            font-size: 26px;
        }

            .home_part3 #pic_con .left span {
                padding-top: 200px;
            }

        .home_part3 #pic_con .right .cont {
            padding: 0 40px;
        }

        .home_part3 #pic_con .right .in_title {
            padding-top: 40px;
        }

        .home_part3 #pic_con .right .tet {
            font-size: 14px;
        }

        .home_part3 #pic_a {
            margin-top: -60px;
        }

            .home_part3 #pic_a li .li_box {
                height: 120px;
            }

            .home_part3 #pic_a .swiper-slide-active span {
                font-size: 14px;
            }

            .home_part3 #pic_a li span {
                padding-top: 60px;
            }

    .home_part4 .top .left .tet {
        font-size: 14px;
    }

    .home_part4 .index-about .list li {
        height: 320px;
    }

    .home_part4 .index-about .list .tit {
        font-size: 14px;
    }

    .home_part4 .index-about .list .on .tit {
        font-size: 24px;
    }

    .home_part4 .index-about .list a {
        font-size: 14px;
    }

    .home_part5 {
        padding-bottom: 80px;
    }

        .home_part5 .left {
            padding-top: 180px;
            padding-right: 40px;
            width: 40%;
        }

            .home_part5 .left .tet {
                font-size: 14px;
            }

        .home_part5 .right {
            width: 60%;
        }

            .home_part5 .right .text {
                height: 310px;
            }

                .home_part5 .right .text .tet {
                    font-size: 14px;
                }

                .home_part5 .right .text .name .p {
                    font-size: 16px;
                }

    .footer .top {
        padding: 80px 0;
    }

        .footer .top .logo {
            width: 25%;
            box-sizing: border-box;
            padding-right: 40px;
        }

            .footer .top .logo img {
                max-width: 100%;
            }

        .footer .top .tit {
            font-size: 14px;
            padding-bottom: 20px;
        }

        .footer .top .address .con {
            font-size: 12px;
        }

        .footer .top .fx a {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

        .footer .top .fx .ewm {
            width: 84px;
            padding: 8px;
            bottom: 50px;
        }

            .footer .top .fx .ewm p {
                font-size: 12px;
                padding-top: 4px;
            }

    .footer .bot {
        padding: 14px 0;
    }

        .footer .bot .left {
            font-size: 12px;
        }

    /* 关于我们 */
    .lm_banner {
        margin-top: 73px;
    }

    .lm_wrap::before {
        left: 220px;
    }

    .lm_left {
        width: 160px;
    }

        .lm_left .home {
            padding: 20px 0;
        }

        .lm_left li a {
            font-size: 14px;
        }

    .lm_right {
        margin-left: 200px;
    }

    .lm_gywm_part1 .in_title {
        font-size: 20px;
    }

    .lm_gywm_part1 .in_title_line span {
        padding-bottom: 6px;
    }

    .lm_gywm_part1 .tet {
        font-size: 14px;
        padding-top: 12px;
    }

    .lm_gywm_part2 {
        padding: 80px 0;
    }

        .lm_gywm_part2 li .tit {
            font-size: 18px;
            padding-bottom: 10px;
        }

        .lm_gywm_part2 li .tet {
            font-size: 14px;
        }

    .lm_gywm_part3 {
        padding-bottom: 80px;
    }

        .lm_gywm_part3::before {
            height: 460px;
        }

        .lm_gywm_part3 .left {
            padding: 0 40px;
            box-sizing: border-box;
        }

            .lm_gywm_part3 .left .title {
                font-size: 18px;
                padding: 40px 0 10px 0;
            }

            .lm_gywm_part3 .left li {
                margin: 0;
                padding: 20px 0;
            }

            .lm_gywm_part3 .left .year {
                font-size: 14px;
            }

                .lm_gywm_part3 .left .year span {
                    font-size: 30px;
                }

            .lm_gywm_part3 .left .text {
                font-size: 14px;
            }

        .lm_gywm_part3 .right {
            padding-top: 60px;
        }

            .lm_gywm_part3 .right .tet {
                font-size: 14px;
            }

    /* 科学研究 */
    .lm_kxyj_part1 {
        padding: 100px 0 0;
    }

        .lm_kxyj_part1 .text {
            padding: 0 40px 0 0;
        }

        .lm_kxyj_part1 .pic {
            padding-bottom: 20px;
        }

            .lm_kxyj_part1 .pic span::before {
                left: -20px;
                top: 20px;
            }

        .lm_kxyj_part1 .tet {
            font-size: 14px;
        }

    .lm_kxyj_part2 {
        padding: 100px 0;
    }

        .lm_kxyj_part2 .li_box .text {
            padding-top: 80px;
        }

        .lm_kxyj_part2 .li_box .tit,
        .lm_kxyj_part2 .li_box .tet_box .tet {
            font-size: 14px;
        }

        .lm_kxyj_part2 .li_box .tet_box .txt {
            font-size: 12px;
        }

    .lm_kxyj_part3 {
        padding-bottom: 0px;
        margin-bottom: 100px;
    }

        .lm_kxyj_part3::before {
            height: 100%;
        }

        .lm_kxyj_part3 .pic {
            padding-top: 50px;
        }

        .lm_kxyj_part3 .text .tit::before {
            width: 50px;
        }

        .lm_kxyj_part3 .text {
            padding: 40px 0 0 40px;
        }

            .lm_kxyj_part3 .text .tit {
                font-size: 26px;
            }

            .lm_kxyj_part3 .text .tet {
                font-size: 14px;
                padding-top: 14px;
            }

        .lm_kxyj_part3 .pagination {
            padding-left: 40px;
            bottom: 5%;
        }

        .lm_kxyj_part3 .btn_box .box {
            width: 200px;
        }

        .lm_kxyj_part3 .btn_box .swiper-num,
        .lm_kxyj_part3 .btn_box .swiper-button-next,
        .lm_kxyj_part3 .btn_box .swiper-button-prev {
            height: 50px;
            line-height: 50px;
        }

        .lm_kxyj_part3 .btn_box .iconfont {
            font-size: 28px;
        }

        .lm_kxyj_part3 .btn_box .swiper-num .span,
        .lm_kxyj_part3 .btn_box .swiper-num .total {
            font-size: 14px;
        }

        .lm_kxyj_part3 .btn_box .swiper-num .active {
            font-size: 24px;
        }

    .lm_kxyj_part4 {
        padding-bottom: 60px;
        margin-bottom: 100px;
    }

        .lm_kxyj_part4 .pic {
            width: 47%;
        }

        .lm_kxyj_part4 .con_r {
            width: 53%;
        }

            .lm_kxyj_part4 .con_r .title {
                font-size: 26px;
            }


    /* 主任寄语 */
    .lm_textcon {
        padding: 80px 0;
    }

    /* 科研平台 */
    .lm_kypt_part1 {
        padding: 100px 0 0;
    }

        .lm_kypt_part1 .text {
            padding: 0 0 0 40px;
        }

        .lm_kypt_part1 .pic {
            padding-bottom: 20px;
        }

            .lm_kypt_part1 .pic span::before {
                right: -20px;
                top: 20px;
            }

        .lm_kypt_part1 .tet {
            font-size: 14px;
        }

    .lm_kypt_part2 {
        padding: 100px 0;
    }

        .lm_kypt_part2 ul {
            margin: 0 -10px;
        }

        .lm_kypt_part2 li {
            padding: 0 10px 20px;
        }

        .lm_kypt_part2 .text .tit {
            font-size: 16px;
        }

        .lm_kypt_part2 .text .tet {
            font-size: 14px;
            padding: 0 30px;
        }

        .lm_kypt_part2 .text .btn {
            font-size: 12px;
        }

    .lm_kypt_swiper {
        padding: 100px 0;
    }

        .lm_kypt_swiper .text .tit {
            font-size: 16px;
        }

        .lm_kypt_swiper .text .tet {
            font-size: 14px;
            padding: 0 30px;
        }

        .lm_kypt_swiper .text .btn {
            font-size: 12px;
        }

        .lm_kypt_swiper .swiper-button-prev {
            left: 0;
        }

        .lm_kypt_swiper .swiper-button-next {
            right: 0;
        }


    /* 人才计划 */
    .lm_rcjh_part1 {
        min-height: auto;
        padding: 80px 0 120px;
    }

        .lm_rcjh_part1 .wrap {
            overflow: initial;
        }

        .lm_rcjh_part1 .text_box {
            padding-left: 0;
            max-width: 60%;
        }

        .lm_rcjh_part1 .in_title {
            padding-top: 30px;
        }

        .lm_rcjh_part1 .bg {
            width: 280px;
            top: -20px;
            right: -150px;
        }

        .lm_rcjh_part1 .tet {
            font-size: 14px;
        }

    .lm_rcjh_part2 .wrap {
        margin: 0 60px;
        width: auto;
        padding: 0;
    }

        .lm_rcjh_part2 .wrap .bg {
            width: 270px;
        }

    .lm_rcjh_part2 .tab_box {
        padding: 40px;
        width: 270px;
    }

        .lm_rcjh_part2 .tab_box a {
            font-size: 14px;
            padding: 14px 0;
        }

            .lm_rcjh_part2 .tab_box a .p1 {
                font-size: 14px;
                line-height: 24px;
            }

            .lm_rcjh_part2 .tab_box a:hover .p1,
            .lm_rcjh_part2 .tab_box .on a .p1 {
                font-size: 16px;
            }

    .lm_rcjh_part2 .tab_con {
        margin-left: 270px;
    }

        .lm_rcjh_part2 .tab_con .text {
            font-size: 14px;
        }

    .lm_rcjh_part3 {
        padding: 80px 0;
    }

        .lm_rcjh_part3 .text {
            font-size: 14px;
            padding: 20px 0 30px;
        }

    /* 媒体中心 */
    .lm_mtzx_part1 {
        padding: 80px 0 60px;
    }

        .lm_mtzx_part1 .time {
            font-size: 12px;
        }

        .lm_mtzx_part1 .tit {
            font-size: 14px;
        }

        .lm_mtzx_part1 .tet {
            font-size: 12px;
            padding: 15px 0 20px;
        }

        .lm_mtzx_part1 .home_btn a {
            width: 180px;
        }

    .lm_mtzx_part2 ul {
        padding-bottom: 0;
    }

    .lm_mtzx_part2 .tet_con {
        height: 80px;
    }

    .lm_page {
        padding-bottom: 80px;
    }

        .lm_page a {
            font-size: 12px;
            padding: 6px 20px;
            margin: 0 5px;
        }


    /* 新闻详情 */
    .lm_mbx {
        font-size: 12px;
    }

    .lm_xwxq_left {
        margin-top: 100px;
        float: none;
        width: 100%;
        padding: 0 0 60px 0;
    }

    .lm_xwxq_right {
        display: none;
    }

    .lm_xwxq_left .title {
        font-size: 18px;
    }

    .lm_xwxq_left .cont {
        font-size: 14px;
    }

    .lm_xwxq_left .bot .left {
        width: 66%;
    }

    .lm_xwxq_left .bot .right {
        width: 34%;
    }

    /* 全文检索 */
    .lm_qwjs .left,
    .lm_qwjs .right {
        width: 100%;
        float: none;
    }

    .lm_qwjs .left {
        padding-bottom: 0px;
    }

    .lm_qwjs .right {
        margin: 0;
        padding: 0;
    }

        .lm_qwjs .right ul {
            border-top: none;
        }

        .lm_qwjs .right a.tit {
            font-size: 20px;
        }

        .lm_qwjs .right .tet {
            font-size: 14px;
        }

    /* 甬江文化 */
    .lm_yjwh_part2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

        .lm_yjwh_part2 .swiper-container {
            padding-bottom: 1px;
        }

        .lm_yjwh_part2 .text_con {
            margin: 0 10px;
        }

        .lm_yjwh_part2 .text {
            padding: 20px;
        }

            .lm_yjwh_part2 .text .tit {
                font-size: 16px;
            }

        .lm_yjwh_part2 .li_box:hover .text {
            height: 270px;
        }

        .lm_yjwh_part2 .li_box:hover .tet {
            height: 160px;
        }

    .lm_yjwh_part3 .li_box .li1,
    .lm_yjwh_part3 .li_box .li3 {
        padding-right: 20px;
    }

    .lm_yjwh_part3 .li_box .li2,
    .lm_yjwh_part3 .li_box .li4 {
        padding-left: 20px;
    }

    .lm_yjwh_part3 .li_box .tit {
        font-size: 16px;
    }

    .lm_yjwh_part3 .li_box .tet {
        font-size: 12px;
    }

    .lm_yjwh_part4 {
        padding: 80px 0;
    }

        .lm_yjwh_part4 .swiper-container {
            padding-bottom: 1px;
        }

        .lm_yjwh_part4 .text_con {
            margin: 0 10px;
        }

        .lm_yjwh_part4 .text {
            padding: 20px;
        }

            .lm_yjwh_part4 .text .tit {
                font-size: 16px;
            }

        .lm_yjwh_part4 .li_box:hover .text {
            height: 270px;
        }

        .lm_yjwh_part4 .li_box:hover .tet {
            height: 160px;
        }

    /* 人才发展 */
    .lm_rcfz_part1 {
        padding-top: 100px;
    }

        .lm_rcfz_part1 .pic {
            padding-bottom: 20px;
        }

            .lm_rcfz_part1 .pic span::before {
                left: -20px;
                top: 20px;
            }

        .lm_rcfz_part1 .text_con .tit {
            font-size: 30px;
        }

        .lm_rcfz_part1 .text_con .tet {
            font-size: 14px;
        }

        .lm_rcfz_part1 .text_con .btn {
            padding-top: 30px;
        }

    .lm_rcfz_part2 {
        padding-top: 100px;
    }

        .lm_rcfz_part2 .btn_box .tet {
            margin-left: 260px;
        }

        .lm_rcfz_part2 .li_box .tit,
        .lm_rcfz_part2 .li_box .tet {
            font-size: 14px;
        }

        .lm_rcfz_part2 .li_box .tit {
            padding: 14px 20px;
        }

        .lm_rcfz_part2 .li_box .tet {
            padding: 20px;
        }

    .lm_rcfz_part3 {
        padding-top: 100px;
    }

        .lm_rcfz_part3 .text_con {
            padding-top: 30px;
        }

            .lm_rcfz_part3 .text_con .tet {
                font-size: 12px;
                padding: 10px 0 20px;
                line-height: 22px;
            }

    .lm_rcfz_part4 .top .tet {
        font-size: 14px;
        max-width: 100%;
    }

    .lm_rcfz_part4 .tab_con .pic {
        width: 240px;
    }

    .lm_rcfz_part4 .tab_con .text {
        margin-left: 240px;
    }

    .lm_rcfz_part4 .tab_con .tet {
        font-size: 14px;
    }

    .lm_qwjs .right #div2 {
        font-size: 18px;
    }
}

/* ipad-竖-768*1024 */
@media screen and (max-width:1002px) {
    .wrap,
    .lm_wrap {
        padding: 0 40px;
    }

    .in_title {
        font-size: 22px;
    }

    .home_part1 .con_l,
    .home_part1 .con_r {
        width: 100%;
        float: none;
        padding: 0 0 40px;
    }

    .home_part2 .con_l,
    .home_part2 .con_r {
        width: 100%;
        float: none;
        padding: 0;
    }

    .home_part2 .con_l {
        padding-bottom: 60px;
    }

    .home_part3 #pic_a li .li_box {
        height: 90px;
    }

    .home_part3 #pic_a li span,
    .home_part3 #pic_a .swiper-slide-active span {
        font-size: 11px;
    }

    .home_part3 #pic_a li span {
        padding-top: 40px;
    }

    .home_part3 #pic_a .swiper-slide-active span {
        padding: 20px 5px;
    }

    .home_part3 #pic_a li .li_box::before {
        background-size: cover;
    }

    .home_part3 #pic_a li span::before {
        bottom: 14px;
    }

    .home_part3 #pic_con .left,
    .home_part3 #pic_con .right {
        width: 50%;
    }

    .home_part3 #pic_con::before {
        width: 50%;
    }

    .home_part3 #pic_con .right .cont .in_title {
        font-size: 18px;
    }

    .home_part3 #pic_con .li_box {
        height: 400px;
    }

    .home_part3 #pic_con .left {
        font-size: 22px;
    }

        .home_part3 #pic_con .left span {
            padding-top: 180px;
        }

    .home_part4 {
        padding-bottom: 80px;
    }

        .home_part4 .index-about .list .layer {
            padding: 40px 20px;
        }

        .home_part4 .index-about .list .btn {
            opacity: 1;
            font-size: 12px;
            height: auto;
            padding-top: 10px;
        }

    .home_part5 .right .text {
        padding: 20px;
    }

        .home_part5 .right .text .name {
            padding: 20px;
        }

            .home_part5 .right .text .name .p {
                font-size: 14px;
            }

    .footer .top .address {
        width: 75%;
        box-sizing: border-box;
    }

    .footer .top .fx {
        margin-top: 20px;
        height: 30px;
        padding-bottom: 30px;
    }

    .footer .top .link {
        float: none;
        width: 100%;
    }

    .footer .top .tit {
        padding-bottom: 10px;
    }

    .footer .top .link .con a {
        font-size: 12px;
    }

    .footer .bot .left {
        padding-top: 0;
    }

    .footer .bot .right {
        width: 40px;
    }

        .footer .bot .right img {
            width: 100%;
        }


    /* 关于我们 */
    .lm_banner {
        height: 260px;
    }

        .lm_banner .title {
            font-size: 28px;
            padding-top: 110px;
        }

    .lm_wrap::before {
        display: none;
    }

    .lm_left {
        float: none;
        overflow: auto;
        width: auto;
        margin: 40px 0 0 0;
    }

        .lm_left .home {
            display: none;
        }

        .lm_left ul {
            clear: both;
            overflow: hidden;
        }

        .lm_left li {
            float: left;
            padding-right: 1px;
        }

            .lm_left li a {
                padding: 15px 40px;
            }

    .lm_right {
        margin-left: 0;
    }

    /* 科学研究 */
    .lm_kxyj_part1 {
        padding: 80px 0 0;
    }

        .lm_kxyj_part1 .text {
            width: 55%;
            padding: 0 20px 0 0;
        }

        .lm_kxyj_part1 .tet {
            font-size: 12px;
        }

        .lm_kxyj_part1 .pic {
            width: 45%;
        }

        .lm_kxyj_part1 .pic {
            margin-top: 20px;
        }

    .lm_kxyj_part2 {
        padding: 80px 0;
    }

        .lm_kxyj_part2 .cont ul {
            margin: 0 -5px;
        }

        .lm_kxyj_part2 .cont li {
            padding: 0 5px;
        }

        .lm_kxyj_part2 .li_box .tit {
            height: auto;
            padding: 10px;
        }

        .lm_kxyj_part2 .li_box .text {
            padding: 40px 10px 0;
        }

    .lm_kxyj_part3 .swiper-container {
        padding-bottom: 40px;
    }

    .lm_kxyj_part3 .pic {
        width: 50%;
    }

    .lm_kxyj_part3 .text {
        width: 50%;
        padding: 30px 0 0 20px;
    }

        .lm_kxyj_part3 .text .tit {
            font-size: 22px;
        }

        .lm_kxyj_part3 .text .tet {
            font-size: 12px;
        }

    .lm_kxyj_part3 .btn_box {
        width: 50%;
        bottom: 40px;
    }

    .lm_kxyj_part3 .pagination {
        left: 50%;
        bottom: 20px;
        padding-left: 20px;
    }

    .lm_kxyj_part4 {
        background: #eff1f5;
        padding: 80px 0;
        margin-bottom: 0;
    }

        .lm_kxyj_part4::before {
            display: none;
        }

        .lm_kxyj_part4 .pic {
            display: none;
        }

        .lm_kxyj_part4 .con_r {
            float: none;
            width: 100%;
            padding: 0;
        }

            .lm_kxyj_part4 .con_r .title {
                font-size: 22px;
            }

    /* 科研平台 */
    .lm_kypt_part1 {
        padding: 80px 0 0;
    }

        .lm_kypt_part1 .text {
            width: 55%;
            padding: 0 0 0 20px;
        }

        .lm_kypt_part1 .tet {
            font-size: 12px;
        }

        .lm_kypt_part1 .pic {
            width: 45%;
        }

        .lm_kypt_part1 .pic {
            margin-top: 20px;
        }

    .lm_kypt_part2 {
        padding: 80px 0;
    }

        .lm_kypt_part2 ul {
            margin: 0 -5px;
        }

        .lm_kypt_part2 li {
            padding: 0 5px 10px;
        }

        .lm_kypt_part2 .text {
            height: 266px;
        }

            .lm_kypt_part2 .text .tit_box {
                padding: 0 10px;
            }

            .lm_kypt_part2 .text .tit {
                font-size: 14px;
                height: 60px;
            }

        .lm_kypt_part2 .text {
            padding-top: 30px;
        }

            .lm_kypt_part2 .text .tet {
                font-size: 12px;
                padding: 0 20px;
            }

    .lm_kypt_swiper {
        padding: 80px 0;
    }

        .lm_kypt_swiper .text {
            height: 266px;
        }

            .lm_kypt_swiper .text .tit_box {
                padding: 0 10px;
            }

            .lm_kypt_swiper .text .tit {
                font-size: 14px;
                height: 60px;
            }

        .lm_kypt_swiper .text {
            padding-top: 30px;
        }

            .lm_kypt_swiper .text .tet {
                font-size: 12px;
                padding: 0 20px;
            }

    /* 人才计划 */
    .lm_rcjh_part1 .text_box {
        max-width: 100%;
    }

    .lm_rcjh_part1 .bg {
        right: 0;
    }

    .lm_rcjh_part1 .tet {
        max-width: 90%;
        font-size: 12px;
    }

    .lm_rcjh_part1 .bg {
        width: 240px;
    }

    .lm_rcjh_part2 {
        padding-bottom: 80px;
    }

        .lm_rcjh_part2 .wrap {
            margin: 0 40px;
        }

            .lm_rcjh_part2 .wrap .bg {
                width: 200px;
            }

        .lm_rcjh_part2 .tab_box {
            padding: 30px 20px;
            width: 200px;
        }

            .lm_rcjh_part2 .tab_box a {
                font-size: 12px;
            }

                .lm_rcjh_part2 .tab_box a .p1 {
                    font-size: 12px;
                    line-height: 18px;
                }

                .lm_rcjh_part2 .tab_box a:hover .p1,
                .lm_rcjh_part2 .tab_box .on a .p1 {
                    font-size: 14px;
                }

        .lm_rcjh_part2 .tab_con {
            margin-left: 200px;
        }

        .lm_rcjh_part2 .tab_con {
            padding: 40px 30px;
        }

            .lm_rcjh_part2 .tab_con .tips {
                font-size: 12px;
                margin-top: 30px;
            }

    .lm_rcjh_part3 .text_con {
        max-width: 80%;
    }

    /* 全文检索 */
    .lm_qwjs_banner {
        width: auto;
    }

        .lm_qwjs_banner .tit {
            padding-top: 60px;
            font-size: 28px;
        }

    /* 甬江文化 */
    .lm_yjwh_swiperbtn {
        padding-bottom: 15px;
    }

    .lm_yjwh_part2 .li_box {
        padding-bottom: 100px;
    }

    .lm_yjwh_part2 .text {
        height: 130px;
    }

        .lm_yjwh_part2 .text .tit {
            font-size: 14px;
        }

        .lm_yjwh_part2 .text .tet {
            font-size: 12px;
            height: 36px;
        }

    .lm_yjwh_part2 .li_box:hover .text {
        height: 130px;
    }

    .lm_yjwh_part2 .li_box:hover .tet {
        height: 36px;
    }

    .lm_yjwh_part3 {
        padding-top: 80px;
    }

        .lm_yjwh_part3 .swiper-container {
            border-bottom: none;
        }

            .lm_yjwh_part3 .swiper-container::before {
                display: none;
            }

        .lm_yjwh_part3 .li_box .li {
            float: none;
            width: 100%;
            border-bottom: 1px solid #dedede;
        }

        .lm_yjwh_part3 .li_box .li1,
        .lm_yjwh_part3 .li_box .li2,
        .lm_yjwh_part3 .li_box .li3,
        .lm_yjwh_part3 .li_box .li4 {
            padding: 20px 0;
        }

        .lm_yjwh_part3 .li_box a {
            height: auto;
        }

        .lm_yjwh_part3 .li_box .pic {
            width: 20%;
        }

            .lm_yjwh_part3 .li_box .pic img {
                width: 100%;
            }

        .lm_yjwh_part3 .li_box .text_con {
            width: 80%;
        }

        .lm_yjwh_part3 .li_box .tit {
            font-size: 14px;
            padding: 10px 0;
        }

    .lm_yjwh_part4 .li_box {
        padding-bottom: 100px;
    }

    .lm_yjwh_part4 .text {
        height: 130px;
    }

        .lm_yjwh_part4 .text .tit {
            font-size: 14px;
        }

        .lm_yjwh_part4 .text .tet {
            font-size: 12px;
            height: 36px;
        }

    .lm_yjwh_part4 .li_box:hover .text {
        height: 130px;
    }

    .lm_yjwh_part4 .li_box:hover .tet {
        height: 36px;
    }

    /* 人才发展 */
    .lm_rcfz_part1 {
        padding-top: 80px;
    }

        .lm_rcfz_part1 .text_con {
            width: 55%;
            padding-top: 10px;
        }

            .lm_rcfz_part1 .text_con .tit {
                font-size: 20px;
            }

            .lm_rcfz_part1 .text_con .tet {
                font-size: 12px;
            }

            .lm_rcfz_part1 .text_con .btn .home_btn {
                margin: 0 5px;
            }

                .lm_rcfz_part1 .text_con .btn .home_btn a {
                    width: 160px;
                }

    .lm_rcfz_part2 {
        padding-top: 80px;
    }

        .lm_rcfz_part2 .btn_box {
            padding: 20px 0 30px;
        }

            .lm_rcfz_part2 .btn_box .tet {
                font-size: 14px;
                margin-left: 220px;
            }

        .lm_rcfz_part2 li {
            width: 50%;
            margin-bottom: 20px;
        }

        .lm_rcfz_part2 .li_box {
            height: 210px;
        }

    .lm_rcfz_part3 {
        padding-top: 60px;
    }

        .lm_rcfz_part3 .box {
            overflow: hidden;
        }

        .lm_rcfz_part3 .pic {
            display: none;
        }

        .lm_rcfz_part3 .text_con {
            float: none;
            width: 100%;
            padding: 60px 40px;
        }

            .lm_rcfz_part3 .text_con .tet {
                padding: 20px 0 30px;
            }

    .lm_rcfz_part4 {
        padding: 80px 0;
    }

        .lm_rcfz_part4 .tab_box {
            width: 200px;
        }

            .lm_rcfz_part4 .tab_box a {
                line-height: 20px;
            }

            .lm_rcfz_part4 .tab_box .p1 {
                font-size: 14px;
            }

            .lm_rcfz_part4 .tab_box .iconfont {
                font-size: 20px;
            }

            .lm_rcfz_part4 .tab_box a:hover .p1,
            .lm_rcfz_part4 .tab_box .on .p1 {
                font-size: 16px;
            }

        .lm_rcfz_part4 .tab_con {
            margin-left: 240px;
        }

            .lm_rcfz_part4 .tab_con .pic {
                width: 180px;
            }

            .lm_rcfz_part4 .tab_con .text {
                margin-left: 180px;
                padding: 0 0 0 20px;
            }

            .lm_rcfz_part4 .tab_con .tet {
                font-size: 12px;
            }
}

/* 手机 */
@media screen and (max-width:758px) {
    .home_banner {
        height: 300px;
    }

        .home_banner .swiper-pagination {
            right: 0px;
            bottom: 20px;
        }

        .home_banner .text .wrap {
            padding-top: 110px;
        }

        .home_banner .text .txt {
            font-size: 18px;
            line-height: 30px;
            padding-bottom: 30px;
        }

            .home_banner .text .txt span {
                font-size: 24px;
            }

    .home_btn a {
        width: 160px;
        font-size: 12px;
    }

        .home_btn a:hover span {
            padding-left: 38px;
        }

    .wrap,
    .lm_wrap {
        padding: 0 20px;
    }

    .in_title {
        font-size: 18px;
    }

    .home_part1 .in_title {
        padding: 40px 0 20px;
    }

    .home_part1 .con_l,
    .home_part1 .con_r {
        padding-bottom: 0;
    }

        .home_part1 .con_l .top {
            margin: 0 -5px;
            padding-bottom: 10px;
        }

    .home_part1 li {
        padding: 0 5px;
    }

    .home_part1 .li_box:hover .tit {
        bottom: 0;
    }

        .home_part1 .li_box:hover .tit .tit_box {
            padding: 10px 0;
            background: none;
        }

    .home_part1 .li_box .tit {
        padding: 0 10px;
    }

        .home_part1 .li_box .tit .tit_box {
            padding: 10px 0;
            font-size: 12px;
        }

    .home_part1 .bot {
        padding: 0 0 10px;
    }

    .home_part1 .con_r .li_box .tit {
        padding: 0 20px;
    }

        .home_part1 .con_r .li_box .tit .tit_box {
            font-size: 14px;
        }

    .home_part2 {
        padding-top: 40px;
    }

        .home_part2 .con_l .list a {
            padding: 14px 40px 14px 0;
        }

        .home_part2 .con_l .list .day {
            font-size: 12px;
        }

            .home_part2 .con_l .list .day .p {
                font-size: 16px;
            }

        .home_part2 .con_l .list .icon {
            top: 24px;
        }

        .home_part2 .con_l .list {
            margin-bottom: 30px;
        }

        .home_part2 .home_btn a {
            width: 160px;
        }

        .home_part2 .con_l {
            padding-bottom: 40px;
        }

        .home_part2 .con_r li a {
            padding: 14px 40px 14px 0;
        }

        .home_part2 .con_r li .icon {
            top: 24px;
        }

    .home_part3 {
        padding: 40px 0;
    }

        .home_part3 #pic_a {
            display: none;
        }

        .home_part3 #pic_con::before {
            width: 100%;
            height: 240px;
        }

        .home_part3 #pic_con .li_box {
            height: auto;
        }

        .home_part3 #pic_con .left,
        .home_part3 #pic_con .right {
            width: 100%;
            float: none;
        }

        .home_part3 #pic_con .left {
            height: 240px;
            line-height: 240px;
        }

            .home_part3 #pic_con .left span {
                padding: 0 20px;
                font-size: 18px;
            }

        .home_part3 #pic_con .right .cont {
            padding: 0 20px 20px;
        }

        .home_part3 #pic_con .right .in_title {
            padding-top: 20px;
            margin-bottom: 20px;
        }

        .home_part3 #pic_con .right .tet {
            line-height: 1.5;
            padding-bottom: 20px;
        }

    .home_part4 {
        padding-bottom: 40px;
    }

        .home_part4 .top {
            padding-bottom: 30px;
        }

            .home_part4 .top .left,
            .home_part4 .top .right {
                float: none;
            }

        .home_part4 .index-about .list li {
            width: 100%;
            float: none;
            height: 140px;
        }

        .home_part4 .index-about .list .layer {
            padding: 20px;
        }

    .home_part5 {
        padding-bottom: 40px;
    }

        .home_part5 .wrap {
            overflow: inherit;
        }

        .home_part5 .left,
        .home_part5 .right {
            width: 100%;
            float: none;
        }

        .home_part5 .left {
            padding: 0;
        }

        .home_part5 .right::after {
            display: none;
        }

        .home_part5 .left .tet {
            padding: 20px 0;
        }

        .home_part5 .right .text .tet {
            font-size: 12px;
        }

        .home_part5 .right .r1 {
            margin-top: 150px;
        }

        .home_part5 .right .text {
            height: auto;
        }

            .home_part5 .right .text .name {
                position: initial;
                padding: 20px 0 0 0;
            }

    .footer .top {
        padding: 40px 0;
    }

        .footer .top .logo,
        .footer .top .address,
        .footer .top .link {
            width: 100%;
            float: none;
            padding-bottom: 30px;
        }

            .footer .top .logo img {
                width: 150px;
            }

        .footer .top .tit {
            padding-bottom: 10px;
        }

        .footer .top .address .con {
            line-height: 1.6;
        }

        .footer .top .link .con a {
            line-height: 2;
        }

    .footer .bot .left {
        width: 80%;
    }

    /* 关于我们 */
    .lm_banner {
        height: 180px;
    }

        .lm_banner .title {
            font-size: 20px;
            padding-top: 80px;
        }

    .lm_gywm_part1 {
        padding-top: 40px;
    }

        .lm_gywm_part1 .pic,
        .lm_gywm_part1 .text {
            float: none;
            width: 100%;
        }

        .lm_gywm_part1 .text {
            padding: 0;
        }

        .lm_gywm_part1 .in_title {
            font-size: 18px;
        }

    .lm_gywm_part2 {
        padding: 40px 0;
    }

        .lm_gywm_part2 ul {
            margin: 0;
            display: block;
        }

        .lm_gywm_part2 li {
            float: none;
            width: 100%;
            padding: 15px 0;
        }

    .lm_gywm_part3 {
        padding-bottom: 40px;
    }

        .lm_gywm_part3::before {
            display: none;
        }

        .lm_gywm_part3 .left,
        .lm_gywm_part3 .right {
            float: none;
            width: 100%;
        }

        .lm_gywm_part3 .left {
            background: #eff1f5;
            padding-bottom: 10px;
        }

        .lm_gywm_part3 .right {
            padding-top: 0;
        }

            .lm_gywm_part3 .right .tet {
                padding: 30px 30px;
            }

    /* 科学研究 */
    .lm_kxyj_part1 {
        padding: 40px 0;
    }

        .lm_kxyj_part1 .text,
        .lm_kxyj_part1 .pic {
            float: none;
            width: 100%;
        }

        .lm_kxyj_part1 .text {
            padding: 0;
        }

    .lm_kxyj_part2 {
        padding: 0 0 40px 0;
    }

        .lm_kxyj_part2 .cont {
            padding-top: 10px;
        }

            .lm_kxyj_part2 .cont li {
                width: 50%;
                padding: 5px;
            }

    .lm_kxyj_part3 {
        margin-bottom: 0px;
    }

        .lm_kxyj_part3::before {
            display: none;
        }

        .lm_kxyj_part3 .pic,
        .lm_kxyj_part3 .text {
            width: 100%;
            float: none;
        }

        .lm_kxyj_part3 .pic {
            padding: 0;
        }

        .lm_kxyj_part3 .text {
            padding: 20px 0 0 0;
        }

            .lm_kxyj_part3 .text .tit {
                font-size: 18px;
            }

            .lm_kxyj_part3 .text .tet {
                padding-top: 10px;
            }

        .lm_kxyj_part3 .swiper-slide .li_box {
            opacity: 1;
        }

        .lm_kxyj_part3 .swiper-slide-active .li_box {
            opacity: 1;
        }

        .lm_kxyj_part3 .pagination {
            display: none;
        }

        .lm_kxyj_part3 .btn_box {
            width: 100%;
            position: initial;
            margin-top: 20px;
        }

            .lm_kxyj_part3 .btn_box .box {
                width: 100%;
                position: relative;
            }

            .lm_kxyj_part3 .btn_box .swiper-button-next,
            .lm_kxyj_part3 .btn_box .swiper-button-prev {
                position: absolute;
                top: 0;
            }

            .lm_kxyj_part3 .btn_box .swiper-num {
                margin: 0 25%;
            }

    .lm_kxyj_part4 {
        padding: 40px 0;
    }

        .lm_kxyj_part4 .con_r .title {
            font-size: 18px;
            margin-bottom: 0;
        }

            .lm_kxyj_part4 .con_r .title::before {
                width: 36px;
            }

        .lm_kxyj_part4 li .tit,
        .lm_kxyj_part4 li .tet {
            font-size: 14px;
        }

    /* 主任寄语 */
    .lm_textcon {
        padding: 40px 0;
    }

        .lm_textcon .text {
            font-size: 14px;
            line-height: 1.8;
        }

            .lm_textcon .text img {
                float: none !important;
                width: 66% !important;
                height: auto !important;
                display: block;
                margin: 0 auto;
            }

        .lm_textcon .pc_pic {
            display: none;
        }

        .lm_textcon .yd_pic {
            display: block;
        }

    /* 科研平台 */
    .yd_hidden {
        display: none;
    }

    .lm_kypt_part1 {
        padding: 40px 0;
    }

        .lm_kypt_part1 .text,
        .lm_kypt_part1 .pic {
            float: none;
            width: 100%;
        }

        .lm_kypt_part1 .pic {
            margin-top: 0;
        }

        .lm_kypt_part1 .text {
            padding: 0;
            margin-top: 20px;
        }

    .lm_kypt_part2 {
        padding: 0 0 40px 0;
    }

        .lm_kypt_part2 li {
            width: 100%;
            float: none;
            padding-bottom: 0;
            margin-bottom: 20px;
        }

        .lm_kypt_part2 .text {
            height: auto;
            padding-bottom: 30px;
        }

    .lm_kypt_swiper {
        padding: 0 20px 40px;
    }

        .lm_kypt_swiper .wrap {
            overflow: initial;
        }

        .lm_kypt_swiper .text {
            padding-bottom: 30px;
        }

        .lm_kypt_swiper .swiper-button-prev {
            left: -20px;
        }

        .lm_kypt_swiper .swiper-button-next {
            right: -20px;
        }


    /* 创新加盟 */
    .jmcx_part1 {
        margin-top: 30px;
    }

        .jmcx_part1 li .tit,
        .jmcx_part1 li .tet,
        .jmcx_part2 .tit {
            font-size: 14px;
        }

    .jmcx_part2 .tit {
        padding-top: 20px;
    }

    /* 人才计划 */
    .in_title2::before {
        width: 50%;
        max-width: 300px;
    }

    .lm_rcjh_part1 {
        padding: 40px 0;
    }

        .lm_rcjh_part1 .bg {
            display: none;
        }

        .lm_rcjh_part1 .in_title {
            padding-top: 0;
        }

        .lm_rcjh_part1 .tet {
            max-width: 100%;
        }

    .lm_rcjh_part2 {
        padding-bottom: 40px;
    }

        .lm_rcjh_part2 .wrap {
            margin: 0 20px;
        }

            .lm_rcjh_part2 .wrap .bg {
                display: none;
            }

        .lm_rcjh_part2 .tab_box {
            padding: 10px;
        }

        .lm_rcjh_part2 .tab_box {
            width: 100%;
            float: none;
            background: linear-gradient(to bottom, #1a3168, #025586);
        }

            .lm_rcjh_part2 .tab_box ul {
                clear: both;
                overflow: hidden;
            }

            .lm_rcjh_part2 .tab_box li {
                float: left;
                width: 50%;
                box-sizing: border-box;
                padding: 0 10px;
            }

            .lm_rcjh_part2 .tab_box a {
                padding: 10px 0;
            }

                .lm_rcjh_part2 .tab_box a:hover .p1,
                .lm_rcjh_part2 .tab_box .on a .p1 {
                    font-size: 12px;
                }

        .lm_rcjh_part2 .tab_con {
            margin-left: 0;
            padding: 20px;
        }

            .lm_rcjh_part2 .tab_con .text {
                font-size: 12px;
                padding: 10px 0;
            }

    .lm_rcjh_part3 {
        padding: 40px 0;
    }

        .lm_rcjh_part3 .text_con {
            max-width: 100%;
        }

        .lm_rcjh_part3 .text {
            font-size: 12px;
        }


    /* 媒体中心 */
    .lm_mtzx_part1 {
        padding: 40px 0;
    }

        .lm_mtzx_part1 .pic,
        .lm_mtzx_part1 .tet_con {
            float: none;
            width: 100%;
        }

        .lm_mtzx_part1 .tet_con {
            padding: 20px 0 0 0;
        }

    .lm_mtzx_part2 ul {
        margin: 0 -8px;
    }

    .lm_mtzx_part2 li {
        width: 50%;
        padding: 0 8px 20px;
    }

    .lm_mtzx_part2 .time {
        padding-top: 6px;
    }

    .lm_mtzx_part2 .tit {
        font-size: 12px;
        padding: 8px 0;
    }

    .lm_page {
        padding-bottom: 40px;
    }

        .lm_page a {
            padding: 6px 10px;
        }



    /* 新闻详情 */
    .lm_xwxq_left {
        margin-top: 75px;
    }

        .lm_xwxq_left .title {
            font-size: 16px;
        }

        .lm_xwxq_left .xx {
            padding: 10px 0;
        }

            .lm_xwxq_left .xx span {
                display: block;
                font-size: 12px;
                padding: 2px 0;
            }

        .lm_xwxq_left .cont {
            font-size: 12px;
            padding-bottom: 40px;
        }

        .lm_xwxq_left .bot .left,
        .lm_xwxq_left .bot .right {
            float: none;
            width: 100%;
        }

            .lm_xwxq_left .bot .left .p1,
            .lm_xwxq_left .bot .left a {
                font-size: 12px;
            }


    /* 全文检索 */
    .lm_qwjs_banner .tit {
        font-size: 18px;
        padding-top: 40px;
    }

    .lm_qwjs_banner .search {
        height: 40px;
    }

        .lm_qwjs_banner .search .submit {
            line-height: 40px;
            width: 60px;
            font-size: 12px;
        }

        .lm_qwjs_banner .search .input {
            margin-right: 60px;
        }

            .lm_qwjs_banner .search .input input {
                font-size: 14px;
            }

    .lm_qwjs_banner .gjc {
        font-size: 12px;
    }

    .lm_qwjs .left {
        padding-top: 40px;
    }

        .lm_qwjs .left .tet {
            font-size: 12px;
        }

    .lm_qwjs .right ul {
        margin-bottom: 40px;
    }

    .lm_qwjs .right li {
        padding: 30px 0;
    }

    .lm_qwjs .right a.tit {
        font-size: 16px;
    }

    .lm_qwjs .right .tet {
        font-size: 12px;
        padding: 10px 0 20px;
    }

    /* 甬江文化 */
    .lm_yjwh_swiperbtn .btn_box::before {
        top: 7px;
    }

    .lm_yjwh_swiperbtn .swiper-button-prev {
        margin-right: 10px;
    }

    .lm_yjwh_swiperbtn .swiper-button-next {
        margin-left: 10px;
    }

        .lm_yjwh_swiperbtn .swiper-button-next .iconfont,
        .lm_yjwh_swiperbtn .swiper-button-prev .iconfont {
            font-size: 26px;
            line-height: 26px;
        }

    .lm_yjwh_part2 {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .lm_yjwh_part3 {
        padding-top: 40px;
    }

        .lm_yjwh_part3 .li_box .pic {
            width: 40%;
        }

        .lm_yjwh_part3 .li_box .text_con {
            width: 60%;
        }

        .lm_yjwh_part3 .li_box .tit {
            padding-top: 0;
        }

        .lm_yjwh_part3 .li_box .tet {
        }

        .lm_yjwh_part3 .pagination {
            padding-top: 10px;
        }

        .lm_yjwh_part3 .swiper-pagination-bullet {
            margin: 0 3px;
        }

        .lm_yjwh_part3 .swiper-pagination-bullet-active {
            width: 10px;
        }

    .lm_yjwh_part4 {
        padding: 40px 0;
    }

        .lm_yjwh_part4 .swiper-container {
            overflow: initial;
        }

    /* 人才发展 */
    .lm_rcfz_part1 {
        padding-top: 40px;
    }

        .lm_rcfz_part1 .pic,
        .lm_rcfz_part1 .text_con {
            float: none;
            width: 100%;
        }

        .lm_rcfz_part1 .text_con {
            padding-top: 0;
        }

            .lm_rcfz_part1 .text_con .btn {
                padding: 20px 0 30px;
            }

                .lm_rcfz_part1 .text_con .btn .home_btn a {
                    width: 140px;
                }

    .lm_rcfz_part2 {
        padding-top: 40px;
    }

        .lm_rcfz_part2 .btn_box .home_btn {
            margin-top: 0;
            float: none;
        }

        .lm_rcfz_part2 .btn_box .tet {
            margin-left: 0;
            font-size: 12px;
            padding-top: 20px;
        }

        .lm_rcfz_part2 ul {
            margin: 0 -5px;
        }

        .lm_rcfz_part2 li {
            padding: 0 5px;
            margin-bottom: 10px;
        }

        .lm_rcfz_part2 .li_box {
            height: 180px;
        }

            .lm_rcfz_part2 .li_box .tit {
                font-size: 12px;
                padding: 10px;
            }

            .lm_rcfz_part2 .li_box .tet {
                font-size: 12px;
                padding: 20px 10px;
            }

    .lm_rcfz_part3 {
        padding-top: 30px;
    }

        .lm_rcfz_part3 .text_con {
            padding: 40px 30px;
        }

    .lm_rcfz_part4 {
        padding: 40px 0;
    }

        .lm_rcfz_part4 .top .tet {
            font-size: 12px;
            padding: 10px 0 20px;
        }

        .lm_rcfz_part4 .tab_box {
            float: none;
            width: 100%;
            padding-bottom: 20px;
        }

            .lm_rcfz_part4 .tab_box ul {
                clear: both;
                overflow: hidden;
                margin: 0 -5px;
            }

            .lm_rcfz_part4 .tab_box li {
                float: left;
                width: 50%;
                box-sizing: border-box;
                padding: 0 5px;
            }

            .lm_rcfz_part4 .tab_box a:hover,
            .lm_rcfz_part4 .tab_box .on a {
                border-width: 1px;
            }

                .lm_rcfz_part4 .tab_box a:hover .p1,
                .lm_rcfz_part4 .tab_box .on .p1 {
                    font-size: 14px;
                }

        .lm_rcfz_part4 .tab_con {
            margin-left: 0;
        }

            .lm_rcfz_part4 .tab_con .pic {
                width: 140px;
            }

            .lm_rcfz_part4 .tab_con .text {
                margin-left: 140px;
            }

    .lm_qwjs .right #div2 {
        font-size: 14px;
    }

    .lm_left li a {
        padding: 10px 20px;
    }
}
