@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

a, a:link, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

a img, span img {
    border: none;
    outline: none;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

i, em {
    font-style: normal;
}

ul li, ol li {
    list-style: none;
}

input, textarea {
    font-family: "微软雅黑";
    outline: none;
    border: none;
    background: #ffffff;
}

body {
    font-family: "微软雅黑";
    font-size: 18px;
    overflow-x: hidden;
}

.container {
    padding: 0;
}

.header {
    max-width: 1170px;
    margin: 0 auto;

}

.logo {
    display: block;
    float: left;
    margin: 25px 0 20px 5px;
}

.header i {
    display: block;
    float: left;
    border-left: 2px solid #d8d8d9;
    margin: 35px 15px 0;
    width: 1px;
    height: 32px;
}

.title {
    float: left;
    margin: 22px 0 0 0;

}

.title span {
    font-size: 16px;
    color: #575858;
    line-height: 26px;
    display: block;
}

.nav {
    background: #005387;
    border-radius: 0;
    min-height: 45px;
    border: none;
    margin-bottom: 0;
}

.nav button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -72px;
}

.navbar-toggle .icon-bar {
    background: #606060;
    position: relative;
}

.nav ul {
    max-width: 1170px;
    margin: 0 auto;
    float: none;

}

.nav ul li {
    float: left;
    font-size: 16px;
    line-height: 43px;
    position: relative;
    z-index: 999;
}

.nav ul li a {
    color: #fff;
    display: block;
    width: auto;
    line-height: 43px;
    padding: 0 25px;
    border-bottom: 2px solid #005387;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}

.nav ul li dl {
    display: none;
    width: 100%;
    position: absolute;
    top: 45px;
    left: 0;
}

.nav ul li dl dd {
    background: #005387;
    line-height: 45px;
}

.nav ul li dl dd a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 2px solid #fff;

}

.nav ul li dl dd:last-child a {
    border-bottom: none;
}

.nav ul li:hover {
    background: #1b2d60;
}

.nav ul li:hover a {
    border-bottom: 2px solid #fff;
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl dd:hover {
    background: #1b2d60;
}

.cont-top {
    clear: both;
    background: #efeff0;
    padding: 0;
}

.container {
    width: 1170px;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .slideimg span {
    display: block;
    width: 100%;
    background: #00619c;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    padding: 0 20px;
}

.banner .slideimg img {
    width: 555px;
    height: 360px !important;
    max-width: auto !important;
}

.banner .carousel-control {
    display: none;
}

.banner .slide_indicators {
    left: auto;
    right: 0;
    width: 23%;
    bottom: 2px;
}

.cont-title {
    border-bottom: 1px solid #dcdddd;
    padding: 20px 0;
    overflow: hidden;
}

.cont-title h3 {
    font-size: 17px;
    color: #000;
    line-height: 14px;
    float: left;
    margin: 0;
}

.cont-title h3 i {
    display: block;
    float: left;
    width: 2px;
    background: #1b2d60;
    height: 15px;
    margin-right: 8px;

}

.cont-title a {
    float: right;
    font-size: 14px;
    color: #000;
    line-height: 15px;
}

.cont-title a:hover {
    color: #1b2d60;
}

.cont-info {
    clear: both;
}

.cont-info p {
    font-size: 15px;
    line-height: 29px;
    text-indent: 2em;
    margin: 10px 0;
    height: 323px;
    overflow: hidden;
}

.cont-center {
    padding: 10px 0 20px;
}

.cont-center-left {
    float: left;
}

.cont-center-right {
    float: right;
}

.cont-list {
    padding-top: 20px;
    height: 380px;
    overflow: hidden;
}

.cont-list ul li a {
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cont-list ul li a:hover {
    color: #1b2d60;
    font-weight: bold;
}

.cont-video img {
    display: block;
    margin: 20px auto 5px;
    width: 490px;
    height: 300px;
}

.cont-video-info {
    max-width: 490px;
    margin: 0 auto;
    overflow: hidden;
}

.cont-video-info h4 {
    color: #000;
    font-size: 19px;
    padding: 0 15px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont-video-info h4:hover {
    color: #1b2d60;
    text-decoration: underline;

}

.cont-video-info span {
    color: #2f2f2f;
    font-size: 17px;
}

.cont-bottom {
    background: #efeff0;
    padding: 10px 0 20px;
}

.cont-bottom .cont-title {
    border-bottom: none;
}

.cont-slide .slide a img {
    display: block;
    width: 100%;
}

.cont-slide .slide span {
    font-size: 15px;
    color: #080808;
    line-height: 35px;
    display: block;
}

.cont-slide .slide:hover span {
    color: #1b2d60;
    font-weight: bold;
}

.footer {
    background: #005387;
}

.footer p {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin: 45px 15px;

}

/*二级页banner*/
.second-banner {
    width: 100%;
    overflow: hidden;
}

.second-banner img {
    display: block;
    width: 100%;
}

.list-cont {
    clear: both;
    padding: 20px 0;
}

.menu dl dt {
    color: #005387;
    font-size: 17px;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 2px solid #005387;
    padding: 20px 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.menu dl dd {
    line-height: 40px;
    border-bottom: 1px dashed #dddddd;
}

.menu dl dd a {
    display: block;
    width: 100%;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu dl dd:hover {
    background: #f3f3f3;
}

.menu dl dd:hover a {
    color: #ff7600;

}

.cont-title span {
    display: block;
    float: right;
    font-size: 15px;
    margin-right: 10px;
}

.cont-title span a {
    float: none;
}

.location {
    width: 100%;
    position: relative;
    display: none;
    margin: 0 auto 15px;
}

.location i {
    display: block;
    height: 19px;
    border-bottom: 2px solid #005387;
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    z-index: -1;
}

.location a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    width: 17%;
    max-width: 200px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-weight: bold;
    white-space: nowrap;
}

.list-info {
    margin: 10px 0;
}

.list-info ul li {

    line-height: 40px;
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px dashed #ddd;
}

.list-info ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    color: #000;
}

.list-info ul li b {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}

.list-info ul li b i {
    display: block;
    width: 3px;
    height: 3px;
    background: #ff7600;
    float: left;
    margin: 19px 10px 0 10px;
}

.list-info ul li em {
    display: block;
    float: right;
}

.list-info ul li:hover a {
    color: #ff7600;
}

/*翻页*/
.fy {
    font-size: 15px;
    color: #000;
    line-height: 31px;
    text-align: right;
    margin: 100px 0 30px;
}

.fy a {
    font-size: 15px;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #1b2d60;
    background: #1b2d60;
    margin-left: 10px;
}

.fy a:hover {
    color: #1b2d60;
    background: #fff;
}

.fy span {
    display: none;
}

/*详情内容*/
.list-info-detail {
    padding: 0 10px 35px;
}

.list-info-detail h1 {
    font-size: 18px;
    line-height: 32px;
    color: #141414;
    text-align: center;
    margin-top: 35px;
}

.list-info-detail em {
    display: block;
    font-size: 15px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.list-info-detail p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    text-indent: 2em;
}

@media (max-width: 1175px) {
    .container {
        width: 95%;
        margin: 0 auto;
    }

    .nav ul li {
        padding: 0 2%;
    }

    .nav ul li a {
        padding: 0;
    }
}

@media (max-width: 850px) {
    .cont-video img {
        width: 95%;
        height: auto;
    }

    .cont-video-info {
        max-width: 100%;
        width: 95%;
    }

    .nav ul li {
        padding: 0 2%;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .nav {
        min-height: 0;
    }

    .nav ul li {
        width: 100%;
        padding: 0;
        position: static;
    }

    .nav ul li:hover a {
        padding: 0 0 0 20px;
    }

    .nav ul li dl {
        position: static;
        margin-bottom: 0;
    }

    .nav ul li dl dd a {
        text-align: left;
        padding-left: 40px !important;
    }

    .banner {
        padding: 0;
    }

    .cont-info p {
        height: auto;
        margin-bottom: 20px;
    }

    .cont-center-left {
        float: none;
        width: 100%;
        background: #efeff0;
    }

    .cont-center-right {
        float: none;
        width: 100%;
    }

    .cont-list {
        width: 95%;
        padding-top: 12px;
        margin: 0 auto;
    }

    .cont-bottom {
        background: none;
        padding: 0;
    }

    .cont-bottom .container {
        padding: 0 15px;
    }

    .cont-center {
        padding: 0;
    }

    .cont-video-info {
        margin-bottom: 20px;
    }

    .list-cont .cont-title {
        display: none;
    }

    .list-info ul li b i {
        margin: 19px 10px 0 0;
    }

    .fy {
        text-align: center;
        margin: 50px 0 30px;
    }

    .fy b {
        display: none;
    }

    .fy span {
        display: inline-block;
        font-size: 15px;
    }

    .fy a {
        padding: 0 15px;
        font-size: 12px;
    }

    .prev-btn {
        float: left;
    }

    .next-btn {
        float: right;
    }

    .menu {
        display: none;
    }

    .location {
        display: block;
    }

    .second-banner img {
        width: auto;
        height: 200px;
        margin-left: -417px;
    }

    .list-info-detail h1 {
        margin-top: 20px;
    }
}

@media (max-width: 667px) {
    .banner .slideimg img {
        width: 100%;
        height: auto !important;
    }

    .logo {
        width: 32%;
        margin: 25px 0 20px 5px;
    }

    .logo img {
        width: 100%;
    }

    .title {
        margin: 27px 0 0 0;
    }

    .title span {
        font-size: 14px;
        line-height: 22px;
    }

}

@media (max-width: 615px) {
    .title {
        margin: 30px 0 0 0;
    }

    .title span {
        font-size: 14px;
        line-height: 19px;
    }
}

@media (max-width: 590px) {
    .header i {
        margin: 27px 15px 0;
    }

    .title {
        margin: 24px 0 0 0;
    }

    .nav button {
        top: -65px;
    }

    .location a {
        width: 20%;
    }

}

@media (max-width: 485px) {
    .nav button {
        top: -67px;
    }

    .title, .header i {
        display: none;
    }

    .logo {
        width: 46%;
        margin: 20px 0 20px 5px;
    }

    .location a {
        width: 25%;
    }

}

@media (max-width: 385px) {
    .nav button {
        top: -65px;
    }

    .location a {
        width: 33%;
    }

    .second-banner img {
        margin-left: -642px;
    }
    .logo {
        width: 56%;
    }
    

}
