@charset "utf-8";

.banner {
    width: 100%;
    min-width: 1040px;
    height: 452px;
    background: url(180314banner.png) center top no-repeat;
    position: relative;
}

.banner .daodu {
    position: absolute;
    left: 78px;
    top: 204px;
    width: 874px;
    height: 254px;
    background: url(180314daodu.png) center top no-repeat;
    z-index: 2;
}

.banner .daodu p {
    padding: 20px 52px 0 65px;
    line-height: 31px;
    font-size: 16px;
    text-indent: 2em;
}

.banner .nav {
    width: 100%;
    min-width: 1040px;
    height: 100px;
    background: url(180314nav_bg.png) center top no-repeat;
    position: absolute;
    left: 0;
    bottom: -46px;
    z-index: 3;
}

.banner .nav .inner_wrap {
    height: 100px;
}

.banner .nav .nav_inner {
    padding-left: 32px;
    height: 68px;
    line-height: 68px;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.banner .nav .nav_inner > li {
    float: left;
    padding: 0 12px;
    margin: 0 2px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.banner .nav .nav_inner > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
}

.banner .nav .nav_inner > li.on, .banner .nav .nav_inner > li:hover {
    padding: 0 20px;
    ;
    background: url(180314nav_on_bg.png) center center no-repeat;
    border-radius: 5px;
}

.banner .nav .nav_inner i {
    display: block;
    width: 1px;
    height: 23px;
    float: left;
    padding-top: 23px;
    background: url(180314li_cutline.png) center bottom no-repeat;
}

.banner .nav .nav_inner > li.on + i, .banner .nav .nav_inner > li.on-i {
    display: none;
}

.content {
    background: #e7f2f4;
    overflow: hidden;
    padding-bootom: 27px;
}

.content .inner_wrap {
    padding-top: 50px;
    background: #fff;
    overflow: hidden;
}

.content .content_inner {
    width: 470px;
    overflow: hidden;
    padding: 10px 20px 13px 30px;
}

.content .content_inner h3 {
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    color: #0052a5;
    background: url(180314tit_icon.png) left center no-repeat;
    padding-left: 18px;
    border-bottom: 1px solid #ff7a00;
}

.content .content_inner h3 > a {
    float: right;
    color: #999999;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
}

.content .content_inner ul {
    width: 100%;
    overflow: hidden;
    padding-top: 5px;
}

.content .content_inner ul li {
    padding-left: 12px;
    overflow: hidden;
}

.content .content_inner ul li b {
    display: block;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px dashed #e6e6e6;
    color: #2b2c2c;
    font-weight: normal;
}

.content .content_inner ul li b::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

.content .content_inner ul li b a {
    float: left;
    text-indent: 12px;
    display: inline-block;
    * display: inline;
    zoom: 1;
    background: url(180314li_leftbot.png) left center no-repeat;
    position: relative;
    left: -12px;
}

.content .content_inner ul li b span.time {
    float: right;
}

.footer {
    height: 106px;
    background: #edfcff;
    border-top: 4px solid #16b9dc;
}

.footer .inner_wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.footer p {
    line-height: 28px;
    text-align: center;
}

.footer p.p1 {
    margin-top: 23px;
}

.footer .img1 {
    position: absolute;
    top: 19px;
    left: 0;
}

.footer .img2 {
    position: absolute;
    top: 25px;
    right: 0;
}


