html, body {
    height: 100%;
    width: 100%;
    color: #212529;
    font-family: '微软雅黑', 'microsoft yahei'
}

ol, ul {
    padding: 0 !important;
}

a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

body {
    padding-top: 50px;
}

/* latin-ext */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: local('Kaushan Script'), local('KaushanScript-Regular'), url(../fonts/qx1LSqts-NtiKcLw4N03IO87R-l0-Xx_7cYc0ZX1ifE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    src: local('Kaushan Script'), local('KaushanScript-Regular'), url(../fonts/qx1LSqts-NtiKcLw4N03IEd0sm1ffa_JvZxsF_BEwQk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* navbar */
.navbar-brand {
    padding: 0 !important;
    font-size: 20px;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

.navbar-brand .brand-img{
    height: 50px;
    width: auto;
}

.navbar-default .nav>li>a {
    font-size: 16px;
    margin-right: 20px;    /*font-weight: bold;*/
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
    color: #212529;
}

.navbar-default .nav>li>a:last-child {
    margin-right: 0;
}

.navbar-default {
    border: none;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

@media (min-width:768px) {
    body {
        padding-top: 60px;
    }

    .navbar-default {
        padding: 5px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 28px;
    }

    /* .navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7);
    } */

    /* .navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #fff;
    } */

    /* 收缩后 */
    .navbar-default .navbar-header .navbar-brand {
        color: #434264;
    }

    .navbar-default .nav>li>a {
        color: inherit;
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:focus {
        color: #0e7be6;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #0e7be6;
        background-color: transparent;
    }

    /*     .navbar-default .navbar-nav li.active>a:after {
        width: 90%;
    }

    .navbar-default .navbar-nav li>a:focus:after, .navbar-default .navbar-nav li>a:hover:after {
        width: 90%;
    } */

    /*     .navbar-default .navbar-nav li>a:after {
        display: block;
        bottom: 0;
        height: 2.5px;
        background: #0e7be6;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all .2s;
        position: absolute;
        content: '';
    } */
}

@media(max-width:767px) {
    .navbar-nav>li>a {
        display: block !important;
        margin: 0 20px !important;
        padding: 10px 20px !important;
        font-size: 16px;
        border-radius: 5px;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #0e7be6 !important;
        background-color: transparent;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        background: #0e7be6 !important;
        color: #fff !important;
    }

}

/* navbar done*/

/* carousel */
header.carousel {
    height: auto;
    overflow: auto;
    display: block;
}

header img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    width: 100%;
}

@media (min-width: 993px){
    .lg_show {
        display: block;
    }
    .md_show {
        display: none !important;
    }
    .sm_show {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .lg_show {
        display: none !important;
    }
    .md_show {
        display: block;
    }
    .sm_show {
        display: none !important;
    }
}
@media (max-width: 767px){
    .lg_show {
        display: none !important;
    }
    .md_show {
        display: none !important;
    }
    .sm_show {
        display: block !important;
    }
}

.carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

/* body */
section {
    padding: 80px 0;
}

.sec-title {
    margin: 30px 0;
    font-size: 24px;
    text-align: center
}

.mar-bot30 {
    margin-bottom: 30px;
}

.section-header {
    padding-bottom: 3em;
}

.section-title {
    font-size: 32px;
    margin-bottom: 7px;
}

.section-title-bottom {
    width: 34px;
    height: 2px;
    background: #18f;
    border-radius: 25px;
    margin: 0 auto;
}

.fea {
    position: relative;
    top: 10px;
    display: inline-block;
    word-spacing: 0;
    margin-bottom: 30px;
    float: none;
    text-decoration: none;
    vertical-align: top;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s
}

.fea .fea-item-title {
    font-size: 22px;
    color: #212529;
    margin-bottom: 15px;
}

.fea p {
    line-height: 1.6em;
    font-size: 15px;
    padding: 0 10px;
    color: #6c757d;
}

.fea:hover .fa {
    color: #fff
}

.fea .fa {
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 46px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ddd;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.fea .fea-icon-1 {
    color: #249cfa;
    border-color: #249cfa;
}

.fea:hover .fea-icon-1 {
    background-color: #249cfa;
}

.fea .fea-icon-2 {
    color: #f4b329;
    border-color: #f4b329;
}

.fea:hover .fea-icon-2 {
    background-color: #f4b329;
}

.fea .fea-icon-3 {
    color: #2cb663;
    border-color: #2cb663;
}

.fea:hover .fea-icon-3 {
    background-color: #2cb663;
}

.fea .fea-icon-4 {
    color: #2a7b2a;
    border-color: #2a7b2a;
}

.fea:hover .fea-icon-4 {
    background-color: #2a7b2a;
}

.about {
    color: #fff;
    text-align: center;
    background-image: url(../img/bg-blue.jpg);
}

.about .m-tit {
    font-size: 36px;
    margin-bottom: 20px;
}

.about .m-tip {
    font-size: 20px;
}

@media(max-width:767px) {
    .about .m-tit {
        font-size: 24px;
    }

    .about .m-tip {
        font-size: 18px;
    }

}

/* accordion */
ul, ol {
    margin: 0;
    padding: 0;
}

ul.panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul.panel .list-group-item {
    border-radius: 0 !important;
}

ul.panel .list-group-item.sub-menu{
    cursor: pointer;
}

ul.panel i.arrow {
    float: right;
    transition: 0.360s;
    line-height: 1.4;
    font-size: 14px;
}

ul.panel i.arrowdown {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    transition: 0.360s;
    -webkit-transition: 0.360s;
    -moz-transition: 0.360s;
}

.panel a.list-group-item {
    padding-left: 35px !important;
}

.panel a.list-group-item:last-child {
    border-bottom: none;
}

/* article */
header.project-header {
    padding: 15px;
    color: #fff;
    background: url(../img/bg-pro.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    header.project-header {
        padding: 25px;
    }
}

.header-title {
    text-align: center;
    letter-spacing: 10px;
    line-height: 1.8em;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 34px;
}

.bg-sec {
    padding-top: 50px;
    padding-bottom: 60px;
}

.crumbs {
    padding: 10px 15px !important;
    margin-bottom: 30px;
    list-style: none;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    color: #7092a2;
    font-size: 16px;
}

.group-title {
    font-size: 16px;
}

@media(max-width:767px) {
    .siderbar-title{
        margin-bottom: 30px;
    }
}

.siderbar-title .list-group-item {
    font-size: 16px;
    color: #373277 !important;
    transition: all .05s ease;
}

.siderbar-title .list-group-item.current {
    background-color: #0072EF !important;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid transparent;
}

.siderbar-title .list-group-item:focus,
.siderbar-title .list-group-item:hover {
    background-color: #d9edf7;
    text-decoration: none;
    border: 1px solid transparent;
}

.article-title {
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-left: 7px solid #0072EF;
    padding: 15px;
    color: #0072EF;
}

.article-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.article-content {
    font-size: 16px;
    line-height: 1.8em;
    color: inherit;
    text-indent: 2em;    
}

.article-content ul,
.article-content ol {
    margin-bottom: 20px;
    -webkit-padding-start: 4em !important;
}

.article-content ul li p,
.article-content ol li p {
    text-indent: 0;
    margin-bottom: 10px !important;
}

.article-content table {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.article-content table td{
    width: auto;
}
.article-content table td img {
    padding: 0 10px;
}

@media(min-width: 768px){
    .article-content {
        min-height: 450px;
    }
}

.article-content p {
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: justify;
    overflow: hidden;
}

.article-content img {
    display: block;
    border-radius: 5px;
    margin: 10px auto;
    max-width: 100%;
    height: auto !important;
}

@media (min-width: 768px) {
    .article-content img{
        width: auto;
        max-width: 1000px;
    }
}

@media(max-width:767px) {
    .header-title {
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 5px;
    }

    .bg-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .breadcrumb {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .article-title {
        margin-top: 0px;
        margin-bottom: 20px;
    }

}

/* contact */
.contact {
    background: #fff;
}

.contactitem {
    font-size: 16px;
    padding-bottom: 15px;
}

.contactinfo {
    padding-top: 20px;
    font-size: 18px;
    text-align: center;
}

@media(max-width:767px) {
    .contactinfo {
        padding-top: 0;
    }

}

.map {
    border: 1px solid rgb(229, 236, 244);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 20px 3px;
}

.map > div {
    border: 0px !important;
}

/* footer */
footer {
    padding: 15px 0;
    min-height: 20px;
    line-height: 20px;
    border-top: 1px solid #0e1b30;
    color: #dcc8c8;
    background: #273440;
    font-size: 14px;
}

footer a {
    color: #aaa;
    text-decoration: none;
}

footer a:hover, footer a:focus {
    color: #bcd0e0;
    text-decoration: none;
}

.powerby {
    padding-top: 5px;
}

@media(min-width:1200px) {
    footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .copyright {
        text-align: left !important;
    }

    .powerby {
        padding-top: 0 !important;
        text-align: right !important;
    }

}

@media(max-width:549px) {
    .sm_hidden_part {
        display: none !important;
    }

}

@media(min-width:370px) {
    .xsshow {
        display: none !important;
    }

}

@media(max-width:369px) {
    .xsshow {
        display: block !important;
    }

    .xshide {
        display: none !important;
    }

}