﻿/*=======================首页====================*/
html, body {
    background: #f3f3f3;
}

/*顶部条*/
.main-top-bar {
    background: #181921;
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 12px;
}

.top-bar-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    color: #ffffff;
}

    .top-bar-content .top-bar-left {
        display: flex;
        align-items: center;
    }

    .top-bar-content div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-bar-content a {
        color: #ffffff;
        padding-left: 5px;
        padding-right: 5px;
    }

    .top-bar-content img {
        width: 20px;
        height: 20px;
        margin-right: 5px;
        margin-left: 5px;
    }

.top-bar-right a {
    display: flex;
    align-items: center;
}
/*导航条*/
.main-nav {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: white;
}

.main-nav-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.main-nav-left {
    padding: 20px;
    padding-left: 8px;
}

.main-nav-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    padding-right: 0;
}

    .main-nav-right a {
        padding: 7px 15px;
        font-size: 20px;
    }

        .main-nav-right a:hover {
            color: #22AC38;
            font-weight: bold;
        }

    .main-nav-right .current-nav-tab {
        color: #22AC38;
        border-bottom: 3px solid #22AC38;
        font-weight: bold;
    }


/*carousel轮播*/
.main-carousel {
    width: 100%;
    overflow: visible;
    clear: both;
    font-size: 12px;
    background: #039A53;
    position: relative;
}

.main-carousel-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 0;
}


/*轮播区*/
.oct-slider {
    position: relative;
}

.sliderMainContent {
    height: 400px;
    overflow: hidden;
}

.content-slider li {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.slider-pager-content {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: white;
    color: #808080;
    border-radius: 5px;
    padding: 0 4px;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.slider-pre-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .slider-pre-next img {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }

.img-slider img {
    width: 100%;
    height: 400px;
}



/*最新公告*/
.main-notice {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-top: 0px;
    background: #242D2F;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

.main-notice-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-size: 12px;
}
.main-jsyy-content {
    border-top: 1px solid #3E4646;
    margin-top: 5px;
    padding-top: 5px;
}

.main-notice-content img {
    width: 20px;
    height: 20px;
    margin: 0px 10px;
}

.notice-content-left {
    display: flex;
    align-items: center;
}

    .notice-content-left a {
        color: white;
        font-weight:bold;
    }

.notice-content-right ul {
    display: flex;
    align-items: center;
}

    .notice-content-right ul li {
        display: flex;
        align-items: center;
        color:white;
    }

        .notice-content-right ul li img {
            margin-top: -4px;
        }
    .notice-content-right ul li a{
        color:white;
    }
        .notice-content-right ul li a:hover{
            text-decoration:underline;
        }
        .go-more-jsyy {
            padding-left: 30px;
        }

/*特点特色介绍*/
.main-special {
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #fcfcfc;
}
.special-item-left {
    width: 500px;
    overflow: hidden;
    background: #EAFFF7;
    padding: 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    border-radius:20px;
}
.main-special-list {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    padding-top:20px;
}
.main-special-item {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    background: white;
    box-shadow: 2px 2px 10px #e4e4e4;
    margin-bottom: 25px;
    padding:10px;
    border-radius: 20px;
}
.special-item-title{
    font-weight:bold;
    font-size:20px;
    padding-bottom:8px;
}
.special-item-desc{
    font-size:16px;
    line-height: 180%;
}
.special-img-list {
    display: flex;
}
.special-img-list img {
    width: 200px;
    height:320px;
    margin:15px;
    border-radius:10px;
}
/*-------页脚内容-----------*/
.footer-main {
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    background: #181921;
    margin-top: 20px;
    color: white;
    padding-bottom: 60px;
}

.footer-top {
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #585858;
}

.footer-top-content {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 25px;
}

.footer-top-item {
    display: flex;
    align-items: center;
    padding: 20px;
    color: #a0a0a0;
}

    .footer-top-item b {
        color: white;
    }

    .footer-top-item img {
        width: 40px;
        /*        height: 40px;*/
        margin-right: 20px;
    }

.footer-mid-item {
    display: flex;
    align-items: center;
}

    .footer-mid-item img {
        width: 20px;
        margin-right: 10px;
    }

.footer-mid-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px;
}

    .footer-mid-content a {
        color: #ffedcd;
    }

    .footer-mid-content .a-kf-white:hover {
        text-decoration: underline;
    }

.footer-bottom {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border-top: 1px dashed #31343B;
    padding-top: 20px;
}

    .footer-bottom div {
        padding-bottom: 8px;
    }

    .footer-bottom b {
        padding: 0 20px;
    }


