html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

* {
    font-family: "微软雅黑",'Microsoft YaHei',Arial,sans-serif !important;
}

body {
    font-size: 14px;
    line-height: 1.3;
    color: #595757 !important;
    font-family: "微软雅黑",'Microsoft YaHei',Arial,sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.flex_wrap {
    flex-wrap: wrap;
}

.disflex {
    display: flex;
}

.disb {
    display: block;
}

.flex_lmr {
    justify-content: space-between;
}

.flex_aj {
    align-items: center;
    justify-content: center;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.btn {
    font-size: 13px;
    line-height: 17.43px;
    text-align: center;
    border: 1px solid #ffffff;
    font-family: 'Montserrat-SemiBold',Airal;
    padding: 8px 24.2px;
    border-radius: 0px;
}

    .btn a {
        color: #ffffff;
    }

    .btn:hover a {
        text-decoration: none;
    }

.blue.btn {
    border: 1px solid #12454b;
    margin-top: 22px;
}

    .blue.btn:hover {
        background: #3f6992;
    }

        .blue.btn:hover a {
            color: #ffffff;
        }

    .blue.btn a {
        color: #12454b;
        text-transform: uppercase;
        font-family: 'Montserrat-Bold',Airal;
        font-size: 13px;
    }

        .blue.btn a:hover {
            text-decoration: none
        }

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

    .l_img img {
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }


/*头部*/
.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

    .header .top {
        background: #032e53;
        padding: 14px 40px 11px 0;
        text-align: right;
    }

        .header .top.hide {
            display: none;
            overflow: hidden;
        }

        .header .top ul {
            margin: 0px;
            padding: 0px;
        }

            .header .top ul li:first-child {
                padding-left: 0;
            }

            .header .top ul li {
                display: inline-block;
                color: #c7d9ee;
                padding-left: 18px;
                font-size: 12px;
                font-family: 'Montserrat-Regular', Arial;
                vertical-align: middle;
            }

.selectpicker {
    font-family: 'Montserrat-Regular';
}

.header .top .selectpicker {
    margin-left: 18px;
    display: inline-block;
    background-color: transparent;
    color: #c5d8ed;
    border: 1px solid #074780;
    outline: none;
    background-image: url(/sequencing-2/images/select-image.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 17px 19px;
    -webkit-appearance: none;
    width: 60px;
    padding: 0px 7px;
    font-size: 12px;
}

.header .top .form-group {
    margin-bottom: 0;
    position: relative;
}

.header .top .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 14px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    pointer-events: none;
    color: #032e53;
    left: 6px;
}

.search-icon {
    margin-top: 4px;
}

.header .top .has-search .form-control {
    padding: 2px 6px 2px 22px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    height: 15px;
    max-width: 78px;
    outline: none;
    color: #c5d8ed;
    font-size: 12px;
}

.header .top .l-div {
    float: right;
    margin-top: 20px;
    position: relative;
}

    .header .top .l-div .t {
        width: 50px;
        height: 25px;
        line-height: 25px;
        color: #fff;
        position: relative;
        font-size: 14px;
        padding-right: 15px;
        text-align: left;
        box-sizing: border-box;
        cursor: pointer;
    }

        .header .top .l-div .t::after {
            content: '';
            display: block;
            width: 15px;
            height: 25px;
            background: url(/sequencing-2/images/arr-d.png) center no-repeat;
            background-size: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

    .header .top .l-div ul {
        display: none;
        position: absolute;
        left: 0;
        top: 45px;
        text-align: center;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        text-align: center;
        z-index: 9999;
    }

        .header .top .l-div ul li {
            font-size: 16px;
            line-height: 30px;
        }

    .header .top .l-div:hover ul {
        display: block;
    }

.header .top .s-div {
    float: right;
    width: 108px;
    height: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 40px;
}

    .header .top .s-div button {
        width: 30px;
        height: 23px;
        background: url(/sequencing-2/images/s.png) center no-repeat;
        float: left;
        cursor: pointer;
        background-size: 40%;
    }

    .header .top .s-div input {
        width: calc(100% - 30px);
        line-height: 23px;
        float: right;
        font-size: 14px;
        color: #fff;
    }

.header .nav {
    width: 100%;
    height: 108px;
    background: #fff;
}

    .header .nav .container {
        position: static;
    }

.header .logo {
    float: left;
    width: 204px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 39px;
}

    .header .logo img {
        max-width: 100%;
    }

.header .nav {
    position: relative;
}

    .header .nav ul {
        float: right;
        padding-right: 40px;
        overflow: hidden;
    }

    .header .nav li {
        display: inline-block;
        width: auto;
        margin-left: 45px;
    }

        .header .nav li:nth-child(1) {
            margin-left: 0;
        }

        .header .nav li .t {
            display: block;
            line-height: 108px;
            font-size: 18px;
            color: #003e7a;
            font-family: 'snn';
            position: relative;
        }

        .header .nav li.this .t::after {
            content: '';
            display: block;
            width: 110%;
            height: 2px;
            background: #60b542;
            position: absolute;
            left: -5%;
            bottom: 20px;
        }

        .header .nav li:hover .t::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #0d4881;
            position: absolute;
            left: calc(50% - 8px);
            bottom: 0px;
        }

    .header .nav .nav-box {
        position: absolute;
        left: 0;
        top: 108px;
        background: rgba(0, 62, 122, .95);
        padding: 30px 0 10px;
        width: 100%;
        /*height: 600px;*/
        /* z-index: -1;*/
        /*opacity: 0; */
        display: none;
        box-sizing: border-box;
        /*transition: all .25s;*/
        max-height: 600px;
        overflow-y: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

        .header .nav .nav-box::-webkit-scrollbar {
            display: none; /* Chrome Safari */
        }

        .header .nav .nav-box .container {
            /*display:flex;*/
            /*align-items:center;*/
            /*justify-content: flex-end;*/
        }

.nav-box .nav-t {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, .2);
    box-sizing: border-box;
    padding-left: 15px;
    border-radius: 10px;
    font-size: 19px;
    color: #fff;
    margin-bottom: 20px;
}

    .nav-box .nav-t a {
        color: #fff;
    }

.nav-box .nav-b .left,
.nav-box .nav-b .right {
    max-width: 48.5%;
}

.nav-box .box1 {
    float: left;
    width: 41%;
}

.nav-box .box2 {
    float: left;
    width: 15%;
    margin-left: 3.2%;
}

.nav-box .box3 {
    float: left;
    width: 15%;
    margin-left: 3.9%;
}

.nav-box .box4 {
    float: right;
    width: 19%;
}

.nav-box .box dl {
    /* float: left;
    width: 48%; */
    border-bottom: 1px solid #959595;
    padding-bottom: 12px;
    margin-bottom: 28px;
}

    .nav-box .box dl:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .nav-box .box dl dt {
        position: relative;
        color: #fff;
        margin-bottom: 18px;
        font-size: 22px;
    }

        .nav-box .box dl dt::after {
            content: '';
            display: none;
            width: 30px;
            height: 22px;
            box-sizing: border-box;
            background: url(/sequencing-2/images/arr-d2.png) center no-repeat;
            background-size: 20px;
            position: relative;
            top: 2px;
            left: 10px;
        }

    .nav-box .box dl dd {
        margin-bottom: 18px;
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .nav-box .box dl dd a {
            color: #043767;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .nav-box .box dl dd:hover a {
            color: #7ddb00;
        }
/*.header .nav li:hover .nav-box {*/
/*   display: block;*/
/*}*/
/*.nli5 .nav-box{*/
/*     z-index:99999999 !important;*/
/*    opacity: 1  !important;*/
/*}*/
.nli2 .nav-box .box1 {
    float: left;
    width: 47.1%;
    margin-left: 13.5%;
}

.nli2 .nav-box .box3 {
    float: left;
    width: 8.6%;
    margin-left: 3.2%;
}

.nli2 .nav-box .box4 {
    float: left;
    width: 20%;
    margin-left: 3.2%;
}

.nli3 .nav-box .box2 {
    float: left;
    width: 15%;
    margin-left: 36.5%;
}

.nli3 .nav-box .box3 {
    float: left;
    margin-left: 8%;
    width: 15%;
}

.nli3 .nav-box .box4 {
    float: left;
    width: 15%;
    margin-left: 8%;
}

.nli3 .nav-box .box2 {
    float: left;
    width: 15%;
    margin-left: 36.5%;
}

.nli3 .nav-box .box3 {
    float: left;
    margin-left: 8%;
    width: 15%;
}

.nli3 .nav-box .box4 {
    float: left;
    width: 16%;
    margin-left: 8%;
}

.nli4 .nav-box .box1 {
    float: left;
    width: 50%;
}

    .nli4 .nav-box .box1 .left {
        width: 38%;
    }

    .nli4 .nav-box .box1 .right {
        max-width: 54.5%;
        width: 54.5%;
    }

        .nli4 .nav-box .box1 .right dl {
            width: 45%;
            float: left;
            height: 140px;
        }

            .nli4 .nav-box .box1 .right dl:nth-child(2n) {
                float: right;
            }

.nli4 .nav-box .box2 {
    float: left;
    width: 18.5%;
    margin-left: 5.7%;
}

.nli4 .nav-box .box4 {
    float: left;
    width: 20%;
    margin-left: 5.7%;
}

.nli5 .nav-box .box2 {
    float: left;
    width: 15%;
    margin-left: 43%;
}

.nli5 .nav-box .box3 {
    float: left;
    width: 16.5%;
    margin-left: 4.5%;
}

.nli5 .nav-box .box4 {
    float: left;
    width: 16.5%;
    margin-left: 4.5%;
}

.i-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-top: 120px;
}

    .i-banner .swiper-container-i {
        /*max-height: 760px;*/
    }

    .i-banner img {
        width: 100%;
    }

    .i-banner .swiper-slide {
        overflow: hidden;
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        height: 687px;
    }

    .i-banner .bg-clor {
        margin-top: 180px !important;
    }

    .i-banner .bg-clor {
        background-color: rgba(232, 244, 255, 0.6);
        padding-top: 57px !important;
        padding-bottom: 52px !important;
        padding-left: 63px !important;
        padding-right: 60px !important;
        font-size: 19px;
        line-height: 22px;
    }

        .i-banner .bg-clor .d1 {
            font-size: 27px;
            margin-bottom: 20px;
            line-height: 36px;
            color: #0f4d89;
            position: relative;
            z-index: 10;
        }

        .i-banner .bg-clor .d2 {
            font-size: 14px;
            line-height: 30px;
            color: #0f4d89;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical;
            position: relative;
            z-index: 10;
        }

    .i-banner .blue.btn {
        border: 2px solid #3f6992;
        margin-top: 22px;
    }

    .i-banner .swiper-pagination {
        left: inherit;
        top: inherit;
        margin: 0;
        text-align: initial;
        right: 90px;
        bottom: 26px;
    }

    .i-banner .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #535353;
        border-radius: 6px;
    }

    .i-banner .swiper-pagination-bullet-active {
        width: 72px;
    }

    .i-banner .swiper-button-next, .i-banner .swiper-button-prev {
        width: 45px;
        height: 45px;
        border-radius: 45px;
        background: rgba(255,255,255,0.3);
    }

        .i-banner .swiper-button-prev:after, .i-banner .swiper-button-next:after {
            font-size: 24px;
            color: #fff;
        }

.i-d1 {
    width: 100%;
    margin: 100px auto;
    overflow: hidden;
    max-width: 100%;
}

    .i-d1 .box {
        padding-top: 4.5%;
        padding-left: 2.5%;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

    .i-d1 .box7 {
        padding-top: 2.6%;
    }

    .i-d1 .box .d1 {
        font-size: 21px;
        margin-bottom: 20px;
        color: #fff;
    }

    .i-d1 .box .d2 {
        font-size: 14px;
        margin-bottom: 25px;
        font-weight: lighter;
        color: #fff;
    }

    .i-d1 .box .d2d {
        font-size: 14px;
        font-weight: lighter;
        color: #ffffff;
    }
    .i-d1 .box2 div.d2d {
       
        color: white !important;
    }
    .i-d1 .box1 .d1, .i-d1 .box4 .d1 {
        color: #fff;
    }
    .i-d1 .box1 .d2 ,.i-d1 .box4 .d2 {
        color: #ffffff;
    }
    .i-d1 .box .d3 {
        display: block;
        width: 45px;
        height: 45px;
        background: url(/sequencing-2/images/arr-r1.png) center no-repeat;
        transition: all .25s;
    }

    .i-d1 .box:hover .d3 {
        background: url(/sequencing-2/images/arr-r2.png) center no-repeat;
    }

    .i-d1 .box1 {
        float: left;
        width: 55.1%;
        height: 360px;
        background: url(/TemplatePage/novogene/images/zyywkjfw.jpg) center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }

    .i-d1 .box2 {
        float: right;
        i height: 360px;
        background: url(/TemplatePage/novogene/images/zyywlcjc.jpg) center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }

    .i-d1 .box3 {
        width: 100%;
        height: 208px;
        background: url(/TemplatePage/novogene/images/zyywsmkxyj.jpg) center no-repeat;
        background-size: 100% 100%;
        margin-right: 1%;
    }

    .i-d1 .box4 {
        float: right;
        width: 36%;
        height: 208px;
        background: url(/TemplatePage/novogene/images/A4.png) center no-repeat;
        background-size: 100% 100%;
        margin-right: 0%;
    }

    .i-d1 .box5 {
        float: left;
        /* width: 30%;*/
        width: 36%;
        height: 208px;
        background: url(/sequencing-2/images/syi5-bg.png) right bottom no-repeat;
        background-size: 100% 100%;
        margin-right: 0;
    }

    .i-d1 .box6 {
        float: right;
        width: 21.8%;
        height: 208px;
        background: url(/sequencing-2/images/i6-bg.png) right bottom no-repeat;
        background-size: 100% 100%;
    }

.i-d2 {
    margin-bottom: 120px;
    overflow: hidden;
}

    .i-d2 .box {
        width: 1200px;
        margin: 0 auto;
        max-width: 100%;
        position: relative;
        margin-top: 80px;
    }

    .i-d2 .t .d1 {
        font-size: 21px;
        color: #595757;
    }

    .i-d2 .box .np {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .i-d2 .box .news-l {
        width: 49%;
        /* height: 150px;*/
        height: 134px;
        margin-left: 2%;
        float: left;
        margin-top: 2%;
        background-color: #f6f6f8;
    }

        .i-d2 .box .news-l:hover {
            background-color: #d0dffa;
            /*background-color: #e5e0e0;  20220708客户提的修改颜色 */
        }

        .i-d2 .box .news-l:nth-child(2n+1) {
            margin-left: 0;
        }

        .i-d2 .box .news-l ul {
            width: 100%;
            height: 100%;
            list-style: none;
        }

            .i-d2 .box .news-l ul li.one-img {
                width: 44%;
                height: 100%;
                float: left;
            }

                .i-d2 .box .news-l ul li.one-img img {
                    width: 100%;
                    height: 100%;
                    border-radius: 5%;
                }

            .i-d2 .box .news-l ul li.one-content {
                width: 56%;
                height: 100%;
                float: left;
                padding: 0 2%;
            }

            .i-d2 .box .news-l ul .news-time {
                width: 100%;
                margin-top: 10px;
                height: 30px;
                line-height: 30px;
                color: #093a87;
                font-size: 13px;
            }

            .i-d2 .box .news-l ul .news-title {
                width: 100%;
                height: 55px;
                /*font-weight: bold;*/
                font-size: 14px;
                color: #3e3a39;
                overflow: hidden;
                line-height: 25px;
                margin-top: 12px;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .i-d2 .box .news-l ul .news-describe {
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                color: #757374;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

            .i-d2 .box .news-l ul .news-more {
                width: 100%;
                height: 30px;
                line-height: 30px;
                font-size: 13px;
                text-align: right;
                color: #093a87;
            }

                .i-d2 .box .news-l ul .news-more a {
                    color: #093a87;
                }

.i-dx {
    height: auto;
    width: 100%;
    position: relative;
    margin-top: 150px;
}

.i-d3 {
    background: #003e7a;
    box-shadow: rgba(255, 255, 255, .2);
    padding-top: 70px;
    padding-bottom: 70px;
}
#app > div.i-dx > div.i-d3 > div > div > div.right {
    top: 0px;
}
.i-d3 .box {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

    .i-d3 .left {
        width: 50%;
        color: #fff;
        padding-top: 10px;
        padding-left: 0%;
        box-sizing: border-box;
        position: relative;
        z-index: 2;
    }

        .i-d3 .left .d1 {
            font-size: 21px;
            margin-bottom: 25px;
        }

        .i-d3 .left .d2 {
            font-size: 27px;
            line-height: 40px;
            margin-bottom: 30px;
        }

        .i-d3 .left .d3 {
            font-size: 14px;
            line-height: 30px;
            font-weight: lighter;
        }

        .i-d3 .left a {
            display: block;
            margin-top: 55px;
            width: 160px;
            height: 40px;
            border-radius: 10px;
            line-height: 38px;
            border: 1px solid #fff;
            text-align: center;
            color: #fff;
            font-size: 13px;
            box-sizing: border-box;
            transition: all .25s;
            font-weight: lighter;
        }

            .i-d3 .left a:hover {
                border: 1px solid #00469d;
                background: #00469d;
            }

    .i-d3 .right {
        width: 38%;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        top: -65px;
        float:right;
    }

        .i-d3 .right img {
            width: 100%;
        }

.i-d4 {
    padding: 90px 0;
    width: 100%;
    overflow: hidden;
    /*padding-left: 3%;*/
    background: #c5d8ed;
}

    .i-d4 .box {
        width: 1200px;
        margin: 0 auto;
        max-width: 100%;
        overflow: hidden;
    }

    .i-d4 .left {
        width: 45.6%;
    }

        .i-d4 .left img {
            width: 100%;
        }

    .i-d4 .right {
        width: 50%;
        padding: 0 0 0 2%;
        position: relative;
        z-index: 2;
        float:right;
    }

        .i-d4 .right .d1 {
            font-size: 21px;
            color: #595757;
            margin-bottom: 25px;
        }

        .i-d4 .right .d2 {
            font-size: 27px;
            line-height: 40px;
            color: #003e7a;
            margin-bottom: 30px;
            /*letter-spacing: 2px;*/
        }

        .i-d4 .right .d3 {
            font-size: 14px;
            line-height: 30px;
            color: #595757;
            font-weight: lighter;
            /*margin-bottom: 34px;*/
        }

        .i-d4 .right a {
            display: block;
            width: 160px;
            height: 40px;
            border-radius: 10px;
            line-height: 38px;
            border: 1px solid #595757;
            text-align: center;
            color: #595757;
            font-size: 13px;
            box-sizing: border-box;
            transition: all .25s;
            margin-top: 55px;
            font-weight: lighter;
        }

            .i-d4 .right a:hover {
                border: 1px solid #00469d;
                background: #00469d;
                color: #fff;
            }

.footer {
    width: 100%;
    height:460px;
    overflow:hidden;
    background: #003e7a;
    box-sizing: border-box;
    padding-top: 60px;
    position:relative;
}

    .footer .container {
        width: 1540px;
        max-width: 95%;
    }

    .footer .left {
        float: left;
        width: 220px;
        font-size: 14px;
        line-height: 36px;
        color: #fff;
    }

        .footer .left img {
            margin-bottom: 20px;
            max-width: 100%;
        }

        .footer .left .d1 {
            margin-bottom: 30px;
        }

        .footer .left .d2 {
            margin-bottom: 20px;
        }

    .footer .right {
        width: calc(100% - 220px);
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }

        .footer .right dl a {
            color: #fff;
        }

        .footer .right dl span {
            color: #fff;
        }

        .footer .right dl dt {
            font-size: 16px;
            margin-bottom: 20px;
        }

        .footer .right dl dd {
            font-size: 14px;
            line-height: 28px;
        }

.novobottom {
    width: 100%;
    height: 66px;
    margin: auto;
    text-align: center;
    background: #002f6a;
}

    .novobottom .novobottom-p {
        width: 100%;
        max-width: 1260px;
        height: 66px;
        line-height: 66px;
        margin: auto;
        text-align: center;
        color: white;
        font-size: 13px;
    }

        .novobottom .novobottom-p .novobottom-span3 a {
            color: white;
        }

            .novobottom .novobottom-p .novobottom-span3 a:hover {
                color: #539b34;
            }

/*手机端导航样式*/
.rg {
    display: none;
    float: right;
    width: 26px;
    height: 26px;
    background: url(/sequencing-2/images/nav_btn.png) center no-repeat;
    background-size: 100%;
    position: relative;
    margin-left: -40px;
    margin-top: 7px;
}

    .rg::after {
        content: '';
        display: block;
        width: 1px;
        height: 14px;
        position: absolute;
        left: -22px;
        top: calc(50% - 7px);
        background: rgba(255, 255, 255, .2)
    }

.page {
    text-align: center;
    margin-top: 15px;
}

    .page a,
    .page span {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #8a95b2;
        margin: 0 4px;
        box-sizing: border-box;
        border-radius: 40px;
    }

    .page span {
        background: #ff4e37;
        color: #fff;
    }

.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
}

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: none;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        left: 5%;
        top: 5%;
        z-index: 999999;
        width: 6%;
        background: #f2f2f2;
        ;
        padding: 4px;
        box-sizing: border-box;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
        display: none;
    }

        .a_txt .div2 img {
            width: 100%
        }

        .a_txt .div2 a {
            font-size: 50px;
            color: #000;
        }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #f2f2f2;
        height: 100%;
        z-index: 100;
        right: -50%;
        padding: 3% 0;
        overflow-y: auto;
        box-sizing: border-box;
    }

        .a_txt .div3 .rlogo {
            margin: 0 auto 40px;
        }

        .a_txt .div3 li {
            width: 100%;
            text-align: left;
            box-sizing: border-box;
        }

            .a_txt .div3 li a {
                font-size: 16px;
                display: block
            }

        .a_txt .div3 ul li {
            border-bottom: 1px solid #e1e1e1
        }

            .a_txt .div3 ul li:after {
                content: '';
                display: block;
                clear: both;
            }

            .a_txt .div3 ul li a.t {
                display: block;
                height: 40px;
                line-height: 40px;
                font-size: 16px;
                width: calc(100% - 60px);
                float: left;
                box-sizing: border-box;
                padding-left: 10px;
            }

            .a_txt .div3 ul li span {
                width: 40px;
                height: 40px;
                float: right;
                position: relative;
            }

                .a_txt .div3 ul li span:after {
                    content: '';
                    display: block;
                    width: 14px;
                    height: 2px;
                    background: #666;
                    position: absolute;
                    left: calc(50% - 7px);
                    top: calc(50% - 1px);
                }

                .a_txt .div3 ul li span:before {
                    content: '';
                    display: block;
                    width: 2px;
                    height: 14px;
                    background: #666;
                    position: absolute;
                    left: calc(50% - 1px);
                    top: calc(50% - 7px);
                }

            .a_txt .div3 ul li.show span:before {
                content: '';
                display: none;
            }

            .a_txt .div3 ul li .nav-box {
                width: 100%;
                display: none;
            }
.footer .right>dl>dt>span {
    font-weight:initial
}
.footer-three .footer-three-1 span img {
    cursor:pointer;
}
.footer-three .footer-three-2{
    opacity:0;
}
.footer-three .footer-three-2.active {
    opacity:1;
}
.news_sub_title_l{
    float:left;
    width:60%;
    position:relative;
}
.news_sub_title_l p {
    display:inline-block;
}
.news_sub_title_r{
    float:right;
    width:40%;
    text-align:right;
}
.news_sub_title_r ul{
    width:100%;
}
.news_sub_title_r ul li {
    display: inline-block;
    margin-left: 20px;
}
.news_sub_title_r ul li a {
    border: 1px solid #666;
    padding: 5px 15px;
    font-size: 16px;
}
.news_sub_title_r ul li a:hover, .news_sub_title_r ul li.active a {
    background: #005BAC;
    border: 1px solid #005BAC;
    color: #fff;
}

@media screen and (max: 1660px) {
    .i-banner .swiper-slide {
        height: 560px;
    }

    .i-banner .bg-clor {
        margin-top: 160px !important;
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }
}

@media screen and (max-width: 1440px) {
    .i-banner .swiper-slide {
        height: 500px;
    }

    .i-banner .bg-clor {
        margin-top: 150px !important;
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }
}
@media screen and (max-width: 1280px) {
    .container div.box.box3.box7 > div.d2, .container div.box.box4.box7 > div.d2, .container div.box.box5.box7 > div.d2 {
        margin-bottom: 25px !important;
    }
}
@media screen and (max-width: 1024px) {
    .i-banner .swiper-slide {
        height: 400px;
    }

    .i-banner .bg-clor {
        margin-top: 120px !important;
        padding-top: 100px !important;
        padding-bottom: 30px !important;
    }
}

@media screen and (min-width: 300px) {
    .container:not(.bootstarp_fangzhichongtu) {
        width: 94%;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1020px) {
    .container:not(.bootstarp_fangzhichongtu) {
        width: 1000px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 100%;
    }
}
@media screen and (min-width: 1081px) {
    .footer .right {
        justify-content: space-evenly;
    }
    .right {
         float: left; 
    }
}


@media screen and (min-width: 1260px) {
    /*加上这个时为了防止冲突用的  同名样式  .bootstarp_fangzhichongtu */
    .container:not(.bootstarp_fangzhichongtu) {
        width: 1100px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 100%;
    }
    .footer-three {
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 120px;
    }
    .footer-three .footer-three-1{
        width:100%;
        overflow:hidden;
    }
    .footer-three .footer-three-1 span {
        display: inline-block;
        padding: 5px;
    }
    .footer-three .footer-three-1 span img {
        width: 50px;
    }
    .footer-three .footer-three-2 span {
        display: inline-block;
        margin: 0 5px 0;
        background:#fff;
    }

    .footer-three .footer-three-2 span img {
        width: 130px;
    }
    .i-d1 .box1, .i-d1 .box2 {
        width:49%;
        height: 296px;
    }
    .i-d1 .box3, .i-d1 .box4, .i-d1 .box5 {
        height: 190px;
    }
    

}
@media screen and (min-width: 1660px) {
    .container:not(.bootstarp_fangzhichongtu) {
        width: 1092px;
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 100%;
    }
    .footer-three {
        text-align: center;
        position: absolute;
        bottom:0;
        right:180px;
    }

    .footer-three .footer-three-2 span {
        display: inline-block;
        margin: 0 5px 0;
    }
    .footer-three .footer-three-2 span img {
        width:165px;
    }

    .i-d1 .box1, .i-d1 .box2 {
        height: 296px;
    }

    .i-d1 .box3, .i-d1 .box4, .i-d1 .box5 {
        height: 208px;
    }
}

@media screen and (max-width: 1560px) {
    .footer {
        height: 350px;
        padding-top: 40px;
    }

        .footer .left {
            width: 200px;
            line-height: 30px;
        }

        .footer .right dl dt {
            margin-bottom: 15px;
        }

        .footer .right dl dd {
            line-height: 24px;
        }

        .footer .left .d1,
        .footer .left .d2 {
            margin-bottom: 15px;
        }

        .footer .right {
            width: calc(100% - 280px);
        }

    .nav-box .box dl dt {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .nav-box .box dl dd {
        margin-bottom: 15px;
        font-size: 15px;
    }

    .i-d2 .swiper-slide {
        margin-right: 100px;
    }

        .i-d2 .swiper-slide.swiper-slide-next {
            margin-right: 150px;
        }

    .nav-box .nav-t {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
    }

    .nav-box .box dl dt {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .nav-box .box dl dd {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .i-d2 .swiper-slide {
        width: 310px;
        transition: all .25s;
        margin-right: 145px;
    }
}

@media screen and (max-width: 1440px) {
        .footer-three {
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 90px;
    }
    .footer-three .footer-three-1{
        width:100%;
        overflow:hidden;
    }
    .footer-three .footer-three-1 span {
        display: inline-block;
        padding: 5px;
    }
    .footer-three .footer-three-1 span img {
        width: 40px;
    }
    .footer-three .footer-three-2 span {
        display: inline-block;
        margin: 0 5px 0;
        background:#fff;
    }

    .footer-three .footer-three-2 span img {
        width: 90px;
    }
    .i-d5 .text {
        padding: 40px 60px 20px 7%;
    }
}

@media screen and (max-width: 1220px) {
    .footer .right dl dt {
        font-size: 16px;
    }

    .footer .right dl dd {
        font-size: 12px;
        line-height: 22px;
    }

    .footer .left {
        width: 170px;
        font-size: 15px;
        line-height: 24px;
    }

    .footer .right {
        width: calc(100% - 220px);
    }
        .footer-three {
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 120px;
    }
    .footer-three .footer-three-1{
        width:100%;
        overflow:hidden;
    }
    .footer-three .footer-three-1 span {
        display: inline-block;
        padding: 5px;
    }
    .footer-three .footer-three-1 span img {
        width: 50px;
    }
    .footer-three .footer-three-2 span {
        display: inline-block;
        margin: 0 5px 0;
        background:#fff;
    }

    .footer-three .footer-three-2 span img {
        width: 80px;
    }
    .i-d2 .swiper-slide .text {
        font-size: 14px;
        line-height: 24px;
    }

    .nav-box .box dl dt {
        margin-bottom: 10px;
        font-size: 16px;
    }

        .nav-box .box dl dt::after {
            width: 20px;
            height: 16px;
            background: url(/sequencing-2/images/arr-d2.png) center no-repeat;
            background-size: 12px;
            top: 4px;
            left: 4px;
        }

    .nav-box .box dl dd {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .nav-box .nav-t {
        width: 100%;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        border-radius: 5px;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .i-d2 .swiper-slide {
        width: 360px;
        margin-right: 90px;
    }

        .i-d2 .swiper-slide.swiper-slide-next {
            transform: scale(1.3);
            box-shadow: 0px 30px 30px rgba(0, 0, 0, .2);
            z-index: 9999999;
            margin-left: 0px;
            margin-right: 90px;
        }
        /*.i-d2 .swiper-slide.swiper-slide-active{*/

        /*}*/
        .i-d2 .swiper-slide.swiper-slide-next {
            transform: scale(1);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            z-index: 9999999;
            margin-left: 0px;
            margin-right: 0px;
        }

        .i-d2 .swiper-slide.swiper-slide-active {
            transform: scale(1.15);
            z-index: 9999999;
            margin-left: 0px;
            margin-right: 00px;
        }

        .i-d2 .swiper-slide .l_img {
            box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
        }

    .i-d5 .text {
        padding: 40px 60px 20px 8.5%;
    }
}

@media screen and (max-width: 1020px) {
    .i-banner {
        /*margin-top: 85px;*/
        margin-top: 130px;
    }

        .i-banner .container {
            left: 3%;
        }

    .header .logo {
        width: 120px;
    }

    .header .nav ul {
        margin-left: 40px;
    }

    .header .nav li {
        margin-left: 20px;
    }

    .i-d3 .left {
        padding-top: 80px;
    }

        .i-d3 .left .d1 {
            font-size: 21px;
            margin-bottom: 25px;
        }

        .i-d3 .left .d2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 30px;
        }

        .i-d3 .left .d3 {
            font-size: 18px;
            line-height: 30px;
        }

        .i-d3 .left a {
            margin-top: 20px;
            width: 100px;
            height: 30px;
            line-height: 28px;
            font-size: 13px;
            font-weight: 300;
        }

    .i-d4 .right .d1 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .i-d4 .right .d2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .i-d4 .right .d3 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .i-d5 .text {
        padding: 40px 60px 20px 3%;
    }
    .footer{
        height:300px;
    }
    .footer-three {
        text-align: center;
        position: absolute;
        bottom: 0;
        right: 50px;
    }
    .footer-three .footer-three-1{
        width:100%;
        overflow:hidden;
    }
    .footer-three .footer-three-1 span {
        display: inline-block;
        padding: 5px;
    }
    .footer-three .footer-three-1 span img {
        width: 30px;
    }
    .footer-three .footer-three-2 span {
        display: inline-block;
        margin: 0 5px 0;
        background:#fff;
    }

    .footer-three .footer-three-2 span img {
        width: 70px;
    }
}

@media screen and (max-width: 768px) {
    .rg {
        display: block;
    }

    .header .top {
        height: 0.2rem;
        padding: 0.1rem 0.13rem 0.05rem 0;
    }

        .header .top .l-div {
            margin-top: 5px;
        }

            .header .top .l-div .t {
                height: 24px;
                line-height: 24px;
            }

                .header .top .l-div .t::after {
                    height: 24px;
                }

        .header .top .s-div {
            width: 180px;
            height: 24px;
            margin-top: 5px;
            margin-left: 20px;
            border-radius: 5px;
        }

            .header .top .s-div button {
                height: 22px;
            }

            .header .top .s-div input {
                line-height: 22px;
            }

        .header .top .has-search .form-control {
            padding: 2px 6px 2px 22px;
            background-color: transparent;
            border-radius: 0;
            border: 1px solid #fff;
            height: 15px;
            max-width: 78px;
            outline: none;
            color: #c5d8ed;
            font-size: 12px;
        }

    .header .nav {
        height: 50px;
    }

    .header .logo {
        width: 120px;
        height: 50px;
    }

    .header .nav ul {
        display: none;
    }

    .i-banner .container .left {
        width: 100%;
    }

        .i-banner .container .left .d1 {
            font-size: 20px;
            margin-bottom: 15px;
        }

        .i-banner .container .left .d2 {
            font-size: 13px;
            margin-bottom: 15px;
        }

    .i-banner .container .right {
        display: none;
    }

    .i-banner .container .left a {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        border-radius: 5px;
    }

    .i-d1 {
        margin: 30px auto;
    }

        .i-d1 .box1 {
            width: 100%;
            height: 240px;
            margin-bottom: 15px;
            padding-top: 30px;
            background-size: cover;
        }

        .i-d1 .box2 {
            width: 100%;
            height: 240px;
            margin-bottom: 15px;
            padding-top: 30px;
            background-size: cover;
        }

        .i-d1 .box3 {
            width: 100%;
            height: 200px;
            margin-bottom: 15px;
            padding-top: 30px;
            background-size: cover;
        }

        .i-d1 .box4 {
            width: 100%;
            height: 220px;
            margin-bottom: 15px;
            padding-top: 30px;
            background-size: cover;
        }

        .i-d1 .box5 {
            width: 100%;
            height: 220px;
            margin-bottom: 15px;
            padding-top: 30px;
            background-size: cover;
        }

        .i-d1 .box6 {
            width: 100%;
            height: 220px;
            padding-top: 30px;
            background-size: cover;
        }

        .i-d1 .box .d3 {
            width: 35px;
            height: 35px;
            border-radius: 35px;
        }

    .i-d2 {
        margin-bottom: 0.1rem;
    }

        .i-d2 .t {
            margin-bottom: 0.1rem;
        }

            .i-d2 .t .d1 {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .i-d2 .t .d2 {
                font-size: 12px;
            }

        .i-d2 .swiper-slide .text {
            font-size: 12px;
            line-height: 18px;
            padding: 2px 5%;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }

    .i-dx {
        margin-top: 0;
    }

        .i-dx::before {
            display: none;
        }

    .i-d2 .box .mySwiper2 {
        padding-bottom: 50px;
    }

    .i-d2 .swiper-pagination-bullet-active {
        width: 20px;
    }

    .i-d3 {
        padding: 30px 0;
    }

        .i-d3 .left {
            padding-top: 0px;
            width: 100%;
            margin-bottom: 20px;
        }

        .i-d3 .right {
            padding-top: 0px;
            width: 100%;
            top: 0px;
        }

        .i-d3 .left .d1 {
            font-size: 21px;
            margin-bottom: 25px;
            font-weight: normal;
        }

        .i-d3 .left .d2 {
            font-size: 27px;
            line-height: 40px;
            margin-bottom: 30px;
            font-weight: normal;
        }

        .i-d3 .left .d3 {
            font-size: 16px;
            line-height: 30px;
            font-weight: 300;
        }

        .i-d3 .left a {
            border-radius: 5px;
        }

    .i-d4 {
        padding: 30px 0;
    }

        .i-d4 .left {
            width: 100%;
            margin-bottom: 20px;
        }

        .i-d4 .right {
            width: 100%;
            padding: 0;
        }

            .i-d4 .right .d1 {
                font-size: 21px;
                margin-bottom: 15px;
                font-weight: normal;
            }

            .i-d4 .right .d2 {
                font-size: 27px;
                line-height: 40px;
                margin-bottom: 10px;
                font-weight: normal;
            }

            .i-d4 .right a {
                border-radius: 5px;
                width: 100px;
                height: 30px;
                line-height: 28px;
                font-size: 13px;
                font-weight: 300;
            }

            .i-d4 .right .d3 {
                color: #000;
                font-size: 16px;
                line-height: 30px;
                margin-bottom: 10px;
                font-weight: 300;
            }

    .i-d5 {
        width: 100%;
        height: 400px;
        padding-top: 120px;
    }

        .i-d5 .text {
            padding: 20px;
            width: 72%;
            margin: 0 auto;
            border-radius: 10px;
        }

            .i-d5 .text .d1 {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .i-d5 .text .d2 {
                color: #000;
                font-weight: normal;
                font-size: 13px;
                line-height: 24px;
                margin-bottom: 10px;
            }

            .i-d5 .text .d3 {
                color: #000;
                font-weight: normal;
                font-size: 13px;
                line-height: 24px;
            }
    .news_sub_title_l {
        float:none;
        width: 100%;
    }
    .news_sub_title_r {
       float:none;
        width: 100%;
        text-align: right;
        margin-top: 20px;
    }

    .footer {
        height: auto;
        padding: 30px 0;
    }

        .footer .right {
            width: 100%;
            display: none;
        }

            .footer .right dl {
                width: 100%;
                display: block;
                margin-top: 20px;
            }

                .footer .right dl dd {
                    display: inline-block;
                    width: auto;
                    margin-right: 10px;
                }

        .footer .left img {
            margin: 0 auto 20px;
            max-width: 50%;
        }

        .footer .left {
            width: 100%;
            font-size: 14px;
            line-height: 24px;
            text-align: center;
        }
        .footer-three{
            position:static;
            margin-top:20px;
        }
        .footer-three .footer-three-1 span img {
        width: 40px;
    }

    .footer-three .footer-three-2 span img {
        width: 75px;
    }

    .novobottom {
        width: 100%;
        height: 150px;
        margin: auto;
        text-align: center;
        background: #002f6a;
    }

        .novobottom .novobottom-p {
            width: 100%;
            max-width: 768px;
            height: 144px;
            margin: auto;
            text-align: center;
            color: white;
            font-size: 15px;
        }

            .novobottom .novobottom-p .novonbsp {
                display: none;
            }

            .novobottom .novobottom-p .novospan {
                width: 100%;
                display: block;
                max-width: 768px;
                height: 30px;
                margin: auto;
                text-align: center;
                color: white;
                font-size: 15px;
            }

    .i-d1 .box .d1 {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .i-d1 .box .d2 {
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 15px;
    }

    .i-d1 .box .d2d {
        font-size: 16px;
        font-weight: 300;
    }

    .i-d2 .box {
        width: 100%;
        margin-top: 0.2rem;
    }

        .i-d2 .box .np {
            width: 100%;
            height: auto;
            left: calc(50% - 30px);
            top: calc(50% - 30px);
        }

        .i-d2 .box .news-l {
            width: 100%;
            height: 1rem;
            margin-left: 0;
            float: left;
            margin-top: 2%;
            background-color: #f6f6f8;
        }

            .i-d2 .box .news-l ul {
                width: 100%;
                height: 100%;
            }

                .i-d2 .box .news-l ul li.one-img {
                    width: 44%;
                    height: 100%;
                    float: left;
                }

                    .i-d2 .box .news-l ul li.one-img img {
                        width: 100%;
                        height: 100%;
                        border-radius: 5%;
                    }

                .i-d2 .box .news-l ul li.one-content {
                    width: 56%;
                    height: 100%;
                    float: left;
                    padding: 0 2%;
                    position: relative;
                }

                .i-d2 .box .news-l ul .news-time {
                    width: 100%;
                    margin-top: 0.07rem;
                    height: 0.2rem;
                    line-height: 0.2rem;
                    color: #093a87;
                    font-size: 0.18rem;
                    font-size: 13px;
                    font-weight: 300;
                }

                .i-d2 .box .news-l ul .news-title {
                    width: 100%;
                    line-height: 0.10rem;
                    margin-top: 0px;
                    font-weight: 300;
                    font-size: 14px;
                    /*font-size: 0.18rem;*/
                    color: #000;
                    overflow: hidden;
                    /*white-space: nowrap;*/
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                    height:initial;
                }

                .i-d2 .box .news-l ul .news-describe {
                    width: 100%;
                    height: 0.24rem;
                    line-height: 0.24rem;
                    font-size: 0.13rem;
                    color: #757374;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                .i-d2 .box .news-l ul .news-more {
                    width: 100%;
                    height: 0.2rem;
                    line-height: 0.2rem;
                    font-size: 0.12rem;
                    font-size: 13px;
                    font-weight: 300;
                    position: absolute;
                    text-align: right;
                    right: 5px;
                    bottom: 3px;
                }

                    .i-d2 .box .news-l ul .news-more a {
                        color: #003e7a;
                    }

    .i-d2 .swiper-button-prev {
        left: 0;
    }

    .i-d2 .swiper-button-next {
        right: 0;
    }

        .i-d2 .swiper-button-prev:after, .i-d2 .swiper-button-next:after {
            font-size: 18px;
        }

    .footer .left .d1, .footer .left .d2 {
        margin-bottom: 0px;
    }

    .i-banner .swiper-button-next, .i-banner .swiper-button-prev {
        width: 24px;
        height: 24px;
    }

    .i-banner .swiper-pagination-bullet-active {
        width: 20px;
    }

    .i-banner .swiper-button-prev:after, .i-banner .swiper-button-next:after {
        font-size: 12px;
    }

    .i-banner .container .left {
        padding-left: 8%;
    }

    .a_txt .nav-box {
        width: 100%;
        box-sizing: border-box;
    }

        .a_txt .nav-box .box1 {
            float: left;
            width: 100%;
            margin-left: 0 !important;
        }

        .a_txt .nav-box .nav-t {
            width: 100%;
            height: 24px;
            line-height: 24px;
            border-radius: 0px;
            font-size: 12px;
            margin-bottom: 5px;
            color: #333;
            padding-left: 0;
            background: rgba(255, 255, 255, 1);
            box-sizing: border-box;
            padding-left: 5px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .a_txt .nav-box .box dl dt {
            margin-bottom: 5px;
            font-size: 12px;
            color: #444;
        }

        .a_txt .nav-box .box dl dd {
            margin-bottom: 4px;
            font-size: 12px;
            line-height: 16px;
        }

            .a_txt .nav-box .box dl dd a {
                display: block;
                width: 100%;
                font-size: 12px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .a_txt .nav-box .box dl {
            border-bottom: 0;
            padding-bottom: 5px;
            margin-bottom: 5px;
        }

        .a_txt .nav-box .box2 {
            float: left;
            width: 48.5%;
            margin-left: 0 !important;
        }

        .a_txt .nav-box .box3 {
            float: right;
            width: 48.5%;
            margin-left: 0 !important;
        }

        .a_txt .nav-box .box4 {
            float: left;
            width: 48.5%;
            margin-left: 0 !important;
        }

    .nli4 .nav-box .box1 .left {
        width: 100%;
        max-width: 100%;
    }

    .nli4 .nav-box .box1 .right {
        max-width: 100%;
        width: 100%;
    }

    .nli4 .nav-box .box4 {
        float: right;
    }

    .nli4 .nav-box .box1 .right dl {
        height: 85px;
    }
}
@media screen and (max-width: 450px) {
    .i-d2 .box .news-l ul .news-title {
        line-height: 0.15rem;
    }
    .i-d2 .box .news-l ul .news-time {
        margin-bottom: 0.3em;
    }
    #app > div.i-dx > div.i-d4 > div > div > div.left > img {
        height:auto !important;
    }
}
