a:hover {
    color: #315295;
}
.bg-white {
    background-color: #FFF !important;
}
.g-wrapper {
    background: #F9FAFF;
}
.g-main-nav {
    position: absolute;
    top: 50px;
    background: #315295;
    width: 100%;
}
.g-nav {
    background: #315295;
}
.navbar .navbar-toggle {
    padding: 10px 10px 10px 15px;
}
.navbar .navbar-toggle .icon-bar {
    background: #FFF;
}
.header {
    display: flex;
    justify-content: space-between;
    height: 50px;
    background: #315295;
}
.logo-bd {
    height: 30px;
    margin: 10px 0px;
}
.logo-bd img {
    height: 30px;
}
.g-main-nav ul {
    width: auto;
}
.g-main-nav li {
    font: 14px/30px "Microsoft Yahei";
    padding-left: 15px;
    padding-right: 15px;
}

.g-main-nav li a.menu-hd {
    background: rgba(0, 0, 0, .05);
}
.g-main-nav li a.menu-hd:visited,
.g-main-nav li a.menu-hd:focus {
    background: rgba(0, 0, 0, .01);
}
.g-main-nav li a,
.g-main-nav li a:link,
.g-main-nav a:visited {
    color: #FFF;
    background: rgba(0, 0, 0, .01);
}

.g-main-nav .current a.menu-hd {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, .1);
}

.navbar-nav > li > a {
    min-width: 85px;
}

.g-main-nav li a.menu-hd:after {
    content: ' ';
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #FFF transparent;
    left: 50%;
    margin-left: -3px;
    bottom: 0px;
    display: none;
}

.g-main-nav a.menu-hd:hover {
    color: #FFF;
    background: none;
}

.g-main-nav li:hover a.menu-hd:after,
.g-main-nav .current a.menu-hd:after {
    display: block;
}

.index-banner {
    height: 270px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: auto;
}

.com-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-bottom: 1px solid #999;
    position: relative;
    zoom: 1;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 34px;
}
.com-header .com-header-icon {
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    font-size: 17px;
    color: #315295;
}

.com-header .com-header-title {
    font-size: 17px;
    display: inline-block;
    color: #666;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    position: relative;
}

.com-header .com-header-title:after {
    content: ' ';
    background: #315295;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
}

.com-header .com-header-more {
    font-size: 13px;
    color: #999;
    line-height: 100%;
    margin-left: 10px;
    opacity: .6;
    padding: 5px 0px;
    cursor: pointer;
}

.com-header .com-header-more:hover {
    opacity: 1
}

.com-header .com-header-more .com-header-more-txt,
.com-header .com-header-more > span {
    display: inline-block;
    margin-right: 3px
}

.com-header .com-header-more .com-header-more-icon,
.com-header .com-header-more i {
    font-size: 12px
}

.com-x-title {
    text-align: center;
    margin: 40px auto 30px;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 20px;
}
.com-x-title .com-x-bg {
    color: #EEE;
    position: relative;
    margin-bottom: -30px;
}
.com-x-title .com-x-name {
    font-size: 16px;
    position: relative;
    display: inline-block;
}
.com-x-title .com-x-name:after {
    content: " ";
    background: #315295;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50%;
    height: 3px;
    transform: translateX(-50%);
}

.com-list {
    position: relative;
    box-sizing: border-box
}

.com-list-img {
    width: 140px;
    height: 70px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
}

.com-list-item {
    color: #333;
    position: relative;
    z-index: 2;
    padding: 20px;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 110px;
    cursor: pointer;
    transition: all .2s;
}
.com-list-item:hover {
    text-decoration: none;
    box-shadow: 0 0 10px #D1E5F9;
}

.com-list-item:hover .com-list-header {
    color: #315295;
}

.com-list-text {
    display: flex;
    flex: 1;
    flex-flow: column;
    line-height: 1.2
}

.com-list-header {
    font-size: 13px;
    color: #333;
    margin-bottom: 5px;
    display: flex;
    font-weight: bold;
}
.com-list-item .com-list-title {
    flex: 1;
    line-height: 1.5;
}

.com-list-item .com-list-time {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.com-list-desc {
    color: #999;
    font-size: 12px;
    line-height: 2;
    margin-top: 5px;
}

.com-list-note {
    color: #ccc;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.com-list-mini {

}

.com-navs {

}
.com-nav {
    background: #F5F9FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 20px 0px 20px 25px;
    margin-bottom: 20px;
}
.com-nav .com-nav-icon {
    background: #E4E9FC;
    color: #3F6AA3;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.com-nav .com-nav-text {
    font-size: 14px;
    flex: 1;
}
.com-nav .com-nav-text .com-nav-title {
    font-size: 13px;
    font-weight: bold;
}
.com-nav .com-nav-text .com-nav-remark {
    font-size: 12px;
    color: #999;
    line-height: 1.6;
}

.com-navs-2 .com-nav {
    padding-right: 20px;
}
.com-navs-2 .com-nav .com-nav-icon {
    background: none;
    font-size: 24px;
    margin-right: 10px;
}
.com-navs-3 .com-nav {
    min-height: 160px;
    box-shadow: 2px 2px 3px #EEE;
}
.com-navs-3 .com-nav .com-nav-icon {
    font-size: 28px;
    width: 50px;
}
.com-navs-4 .com-nav {
    padding: 10px 15px 10px 25px;
    background: #F2F2F2;
    min-height: 110px;
}
.com-navs-4 .com-nav .com-nav-icon {
    background: none;
    font-size: 38px;
    margin-right: 10px;
}
.com-navs-4 .com-nav .com-nav-title,
.com-navs-4 .com-nav .com-nav-remark {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.com-navs-4 .com-nav-rimg {
    width: 80px;
    height: 80px;
}
.com-navs-v .com-nav {
    flex-flow: column;
    padding: 30px 0px 20px 0px;
    justify-content: center;
    background: #FFF;
    /*box-shadow: 0px 0px 5px #E4E9FC;*/
}
.com-navs-v .com-nav .com-nav-icon {
    margin-right: 0px;
    background: #F5F9FF;
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.com-navs-v .com-nav .com-nav-text {
    font-weight: bold;
    font-size: 12px;
}

.com-card {
    background: #F5F9FF;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #DDD;
    padding: 20px;
}
.com-card .com-card-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.com-card .com-card-remark {
    font-size: 12px;
    min-height: 100px;
    line-height: 2;
    color: #666;
}
.com-card .com-card-img {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.com-card .com-card-img img {
    max-width: 90%;
    max-height: 90%;
}
.com-img-container {
    text-align: center;
}
.com-img-container > img {
    max-width: 800px;
    width: 100%;
}
.footer {
    background: #315295;
    padding-top: 65px;
}
.footer .foot-item {
    color: #FFF;
    opacity: .6;
    font-size: 12px;
}
.footer .foot-detail {
    color: #FFF;
    display: flex;
}
.footer .foot-detail .foot-title {
    width: 90px;
}
.footer .foot-detail .foot-title p {
    font-size: 18px;
    margin-top: 5px;
}
.footer .ft-copy {
    color: #FFF;
    opacity: .4;
}

.module-logos {
    display: flex;
    flex-wrap: wrap;
}
.com-logo {
    width: 120px;
    display: flex;
    flex-flow: column;
    align-items: center;
    /*margin: 10px auto 10px auto;*/
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-align: center;
}
.com-logo .com-logo-img {
    width: 70px;
    height: 70px;
    margin-bottom: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.com-logo .com-logo-name {
    font-size: 12px;
    font-weight: bold;
}

.module-logos.big .com-logo {
    width: 160px;
}
.module-logos.big .com-logo .com-logo-img {
    width: 80px;
    height: 80px;
}

.com-vert {
    display: flex;
    flex-flow: column;
    color: #777;
    max-width: 120px;
}
.com-vert .com-vert-icon {
    font-size: 22px;
}
.com-vert h5 {
    font-size: 18px;
}
.com-vert p {
    font-size: 12px;
    margin-bottom: 2px;
}

.com-slider {
    height: 190px;
    margin-bottom: 20px;
}

.com-slider-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, .4);
    color: #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0px 50px 0px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
}

.com-slider .swiper-button-prev.swiper-button-white,
.com-slider .swiper-button-next.swiper-button-white {
    width: 24px;
    height: 30px;
    background-size: 10px;
    bottom: 0px;
    top: auto;
    right: 5px;
    left: auto;
    color: #FFF;
}
.com-slider .swiper-button-prev.swiper-button-white {
    right: 24px;
}

.com-txtlist {

}
.com-txtlist-item {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    font-size: 13px;
    color: #666;
    font-weight: bold;
    border-bottom: 1px dashed #EEE;
    min-height: 50px;
}
.com-txtlist-title {
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.com-txtlist-time {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.sp-about {
    font-size: 13px;
    color: #444;
}
.sp-about p {
    text-indent: 2em;
    margin-bottom: 10px;
}
.sp-zz p {
    margin-bottom: 3px;
}

.sp-zz .sp-zz-imgs {
    display: flex;
    justify-content: space-between;
    max-width: 450px;
    overflow: hidden;
}
.sp-zz .sp-zz-imgs img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 20px;
}

.sp-link-img, .sp-link-info {
    min-height: 200px;
    /*margin-left: 10px;
    margin-right: 10px;*/
    display: flex;
    align-items: center;
}
.sp-link-img img {
    max-width: 100%;
}
.sp-link-info {
    min-height: 200px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}

.sp-link-info h5 {
    font-size: 30px;
    color: #000;
}
.sp-link-info p {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-bottom: 0px;
}
.sp-link-info p.addr {
    margin-bottom: 10px;
    color: #666;
}
.sp-link-info hr {
    margin: 20px 0px;
    width: 100%;
    border-color: #CCC;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .g-main-nav {
        position: relative;
        width: auto;
        top: 0px;
    }
    .g-main-nav .current a.menu-hd  {
        height: 50px;
        margin-bottom: 0px;
    }

    .g-main-nav .current a.menu-hd:after {
        border-width: 6px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #FFF transparent;
        left: 50%;
        margin-left: -3px;
        bottom: 0px;
    }

    .footer {
        height: 210px;
        margin-top: -210px;
    }
    .g-wrapper {
        padding-bottom: 230px;
    }
}

.banner-pc {
    display: block;
}
.banner-mobile {
    display: none;
    height: 200px;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.hide-h5 {
    display: block;
}
.show-h5 {
    display: none;
}
@media (max-width: 768px) {
    .logo {
        width: 100%;
    }
    .com-list-item {
        display: block;
    }

    .com-list-img {
        width: 100%;
        height: 200px;
    }
    .com-list-desc {
        display: none;
    }
    .com-list-mini .com-list-item {
        display: flex;
        min-height: auto;
        align-items: center;
        padding: 15px;
    }

    .com-list-mini .com-list-img {
        width: 50px;
        height: 50px;
    }
    .com-list-mini .com-list-text {
        justify-content: center;
    }
    .com-list-mini .com-list-header {
        padding-left: 0px;
        margin-top: 0px;
    }

    .banner-pc {
        display: none;
    }
    .banner-mobile {
        display: block;
    }
    .com-list-header {
        margin-bottom: 0;
        margin-top: 10px;
        padding-left: 100px;
        position: relative;
    }
    .com-list-item .com-list-time {
        /*display: none;*/
        font-size: 14px;
        line-height: 1.4;
        background: #81A2E5;
        padding: 5px 10px;
        position: absolute;
        left: 0px;
        top: -5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #FFF;
    }
    .hide-h5 {
        display: none;
    }
    .show-h5 {
        display: block;
    }
}
