@charset "UTF-8";
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong, em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", Microsoft Yahei, SimHei, sans-serif; background: #fff;}
a { text-decoration: none; color: #333; transition: color .3s;-moz-transition: color .3s;-webkit-transition: color .3s;-o-transition: color .3s;-ms-transition: color .3s;}
a:hover { text-decoration: none; color: #69b0e8; }


/* 公共样式 */
.container {position: relative;}
header{
    background: #fff url(../images/header_bg.png) no-repeat center;
}
.header {
    padding: 10px 0;
}
.site-logo {
    display: inline-block;
    padding: 10px 0;
}
.site-logo img {
    width: auto;
    height: 85px;
}
.header .right {
    float: right;
    margin-top: 5px;
}

.nav-menu {background:#3a8fe0}
.navbar {position: relative;z-index: 99;width: 100%;border-radius: 0}
.navbar a {color: #fff;}
.navbar > li {float: left!important;width: 10%;text-align: center;}
.navbar > li > a {padding: 15px 0px;font-size: 16px;}
.navbar > li > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover  {border: none;background:#3a8fe0;color: #fff;}
.navbar-collapse {padding: 0;}
.dropdown-menu {
    border: none;
    width: 100%;
    min-width: 115px;
    left: 0;
    padding: 0;
    text-align: center;
}
.dropdown-menu > li > a {
    padding: 15px 0;
    background: #3a8fe0;
    color: #fff;
}
.dropdown-menu > li > a:hover {
    background: rgba( 240, 240, 240, .7);
    color: #039be5
}
.search-form {
    position: absolute;
    right: 0;
    top: 35px;
}
.search-input {
    position: relative;
    width: 260px;
    height: 40px;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    opacity: .4;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.search-submit {
    position: absolute;
    top: 10px;
    right: 8px;
    height: 20px;
    width: 22px;
    border: none;
    background: url(../images/icon_search.png) no-repeat center center;
    background-size: cover;
}
.search-input:focus {
    opacity: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/* 页脚 */
footer {
    padding: 20px 0;
    background: #398fe2 url(../images/footer_bg.png) no-repeat top center;
}
#pageFooter {
    background: #4fbffe;
    background: -webkit-linear-gradient(left, #40c4ff , #395798);
    background: -o-linear-gradient(right, #40c4ff , #395798);
    background: -moz-linear-gradient(right, #40c4ff , #395798);
    background: linear-gradient(to right, #40c4ff , #395798);
}
.footer-copyright {margin:10px 0;padding: 5px 0;overflow:auto; zoom:1;}
.footer-copyright img {float:left;height: 80px;}
.footer-copyright .text {float:left;margin-top: 20px;padding-left: 10px;color: #fff;font-size: 14px;}
/* 公共样式 */
.mt-2 {
    margin-top: 16px!important;
}
.mb-2 {
    margin-bottom: 16px!important
}
.mt-3 {
    margin-top: 24px!important;
}
.mt-4 {
    margin-top: 32px!important;
}

/* 主页样式 */

.banner-wrapper {
    position: relative;
    z-index: 1;
    min-width: 100%;
    background: #f1f1f1;
    text-align: center;
    background: url(../images/column_bg.jpg) no-repeat center;
}
.banner-carousel {
    width: 100%;
    height: 485px;
    background: #f1f1f1;
}
.banner-carousel .swiper-slide {
    width: 1400px;
    background-size: cover!important
}
.banner-wrapper {
    background: #f1f1f1;
}
.banner-wrapper .swiper-slide-next {
    opacity: .6;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.banner-wrapper .swiper-slide-prev {
    opacity: .6;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.banner-wrapper .column-pic {
    margin: 0 auto;
    width: 100%;
    height: 400px;
    max-width: 1920px;
}
.list-wrapper {
    margin: 15px 0;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
.list-header {
    padding: 10px 10 5px;
}
.list-header h1 {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    color: #363636;
    border-bottom: 5px solid #ededed
}
.list-header img {
    width: 30px;
    margin-right: 10px;
}
.list-header .more {
    float: right;
    padding: 3px 5px;
    margin-top: 12px;
    font-size: 14px;
    color: #363636;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    background: #f1f1f1;
    border-radius: 5px;
}
.list-header .more i {
    position: relative;
    top: 2px;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-left: 5px;
    background: url(../images/icon_more.png) no-repeat;
    background-size: cover;
    background-position: 0 0;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.list-header .more:hover {
    color: #26c6da;
}
.list-header .more:hover i {
    background-position: 0 -14px;
}
.list-body {
    padding: 10px;
}
.list-body ul {
    min-height: 207px;
}
.list-body li {
    padding-left: 12px;
    font-size: 14px;
    background: url(../images/list_point.png) no-repeat left center;
    border-bottom: 1px dashed #ececec;
}
.list-body li a {
    display: inline-block;
    width: 80%;
    padding: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-body li:hover {
    background: #fafafa  url(../images/list_point.png) no-repeat left center;
}
.list-body li a:hover {
    color: #307ab6
}
.list-body li span {
    float: right;
    color: #636363;
    position: relative;
    min-height: 1px;
}
.list-body li span.column-date {
    margin-top: 8px
}
.news-carousel {
    margin: 20px 0;
    width: 100%;
    height: 240px;
    background: #f5f5f5
}
.news-carousel .swiper-slide {
    display: block;
}
.news-carousel-title {
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
    padding: 10px 15px;
    color: #fff;
    background: rgba(105, 176, 232, .8);
}
.news-carousel img {
    width: 100%;
    height: 100%;
}
.quick-link .item {
    padding: 10px 0;
    margin: 12px 0;
    width: 100%;
    height: auto;
    background: #398fe2;
    background-position: center;
    background-size: 22px 22px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 2px solid #448fe2;
}

.quick-btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 45px 0;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    background-size: 100%;
    color: #fff;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.quick-btn img {
    width: 30px;
    margin-right: 10px;
}
.quick-btn span {
    display: block;
    text-align: center;
    padding: 38px 0;
    margin: 0 10px;
    border: 2px solid transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3 ease-in-out;
}
.quick-btn:hover span {
    border: 2px solid #fff;
}
.quick-btn:hover {
    background-size: 120%;
}
.quick-btn.i1 {
    background: url(../images/btn_bg_1.png);
}
.quick-btn.i2 {
    background: url(../images/btn_bg_2.png);
}

/* 列表页 */
.column-list {
    margin: 10px 0;
}
.column-list > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    border-left: 3px solid #fff;
    border-bottom: 1px dashed #cfcfcf;
}
.column-list > ul > li > a:hover {
    background: #f1f1f1;
    border-left: 3px solid #398fe2;
}
.column-body {
    min-height: 400px;
}
.column-submenu a {
    display: block;
    padding: 8px 25px;
    font-size: 14px;
    background: #f7f7f7;
    border-left: 3px solid #fff;
}
.column-submenu a:hover {
    border-left: 3px solid #398fe2;
}
.column-submenu span {
    float: right;
}
.nav-breadcrumb {
    float: right;
    margin-top: 14px;
    font-size: 14px;
    color: #333;
}
.column-title {
    padding: 17px 20px;
    background-color: #398fe2;
}
.column-title h1 {
    font-size: 18px;
    color: #fff;
}

/* 文章页 */
.article-content {
    padding: 30px 50px;
    background: #fff;
    min-height: 300px;
}
.article-attr {
    text-align: center;
}
.article-attr h1 {
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 10px;
}
.article-attr span {
    margin: 0 5px;
    font-size: 14px;
}
.article-detail {
    margin-top: 30px;
}
.possplit {
    margin-top: 5px;
}
#pageContent {
    padding: 30px 0 50px;
    background: url(../images/bg_pattern.png) center;
}


/* 覆盖WebPlus样式 */
#wp_paging_w7 {
    overflow: hidden;
    zoom: 1;
    padding: 20px 0;
    text-align: center;
}
.wp_paging {
    display: inline-block;
    float: none;
    text-align: center;

}
.wp_paging li {
    float: none;
}
.wp_paging li span, .wp_paging li a {
    float: none;
}
@media screen and (min-width: 1400px) {
    .container{
        width: 1400px!important;
    }
}
@media screen and (max-width: 768px) {
    header {
        background: #fff;
    }
    .site-logo img {
        width: 100%;
        height: auto;
    }
    .header .right {
        display: none;
    }
    #headerMenu .container {
        padding: 0;
        margin: 0;
    }
    #headerMenu .navbar-collapse {
        width: 100%;
        margin: 0;
    }
    #nav {
        width: 100%;
    }
    .navbar-nav {
        margin: 0;
    }
    
    .nav > li {
        width: 100%;
    }
    .banner-carousel {
        height: 300px;
    }
    .banner-carousel .swiper-slide {
        width: 100%;
    }
    .footer-copyright img {
        float: none;
        width: 100%;
        height: auto;
    }
    .footer-copyright .text {
        float: none;
        text-align: center;
        font-size: 12px;
    }
    .banner-wrapper .column-pic {
        height: 200px;
    }
    .article-content {
        padding: 20px;
    }
    .article-attr span {
        font-size: 12px;
    }
    .navbar-toggle {
        padding: 0;
    }
}
