@charset "utf-8";
#banner {
    width: 100%;
    height: 560px;
    background: url(../img/header-bg.jpg) repeat-x center top;
    overflow: hidden;
    position: relative;
}
#banner .banner-con {
    text-align: left;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -15%);
    color: #fff;
}

#banner .banner-con h1 {
    font-size: 44px;
    font-weight: normal;
    line-height: 1.2em;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

#banner .banner-con span {
    height: 42px;
    font-size: 20px;
    padding-left: 1em;
}
#banner .banner-con p{
    margin: 0;
    font-size: 20px;
}


@media screen and (max-width: 1200px) {
    #banner {
        background: url(../img/header-bg-s.jpg) repeat-x right top;
    }

    #banner .banner-con {
        padding-right: 100px;
    }
}


.module-title {
    padding: .5rem 0 20px 0;
    display: block;
    margin: 0;
    position: relative;
}

.module-title h2 {
    font-size: 32px;
    line-height: 1.2em;
    display: block;
    position: relative;
}


.module-1 {
    overflow: hidden;
}

.module-1 .main {
}


.module-2 .list{
    position: relative;
    padding-left: 1.5em;
    display: block;
    margin-bottom: 1em;
}
.module-2 .list::after{
    position: absolute;
    left: 0.1em;
    top: 0.6em;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
    content: "";
}
.module-2 .list span{
    display: block;
}
.module-2 .list span:last-child{
    font-size: 16px;
    color: #888;
    padding: 5px 0;
}
.module-2 .list{
     overflow: hidden; 
}
.module-2 a:hover{
    color: #065FBB;
}
.module-2 .more{
    cursor: pointer;
    color: #065FBB;
    width: 6em;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.module-2 .more:hover{
    /* text-decoration: underline; */
}
.module-2 .more span{
    margin-top: -10px;
    display: block;
    text-align: center;
    font-size: 32px;
    text-shadow: 0 6px 0 #065FBB;
}

.module-2 .news-box .list:nth-child(-n +5){
    display: none;
}

.module-8 .list{
    position: relative;
    padding-left: 1.5em;
    display: block;
    margin-bottom: 1em;
}
.module-8 .list::after{
    position: absolute;
    left: 0.1em;
    top: 0.6em;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #000;
    content: "";
}
.module-8 .list span{
    display: block;
}


.module-4{
    min-height: calc(100vh - 565px);
}

.module-5{
    padding-bottom: 5em;
}
.module-5 ol{
    list-style-position: inside;
    padding: 0;
}
.module-5 ol li{

    margin-bottom: 1em;
}
.module-5 .list{
    flex: 1;
    position: relative;
}
.module-5 .list span{
    display: block;
}
.module-5 .list span:last-child{
    font-size: 16px;
    color: #888;
    padding: 5px 0;
}
.module-5 a:hover{
    color: #065FBB;
}

.module-5 .more{
    cursor: pointer;
    color: #065FBB;
    width: 6em;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.module-5 .more:hover{
    /* text-decoration: underline; */
}
.module-5 .more span{
    margin-top: -10px;
    display: block;
    text-align: center;
    font-size: 32px;
    text-shadow: 0 6px 0 #065FBB;
}
.module-5 .news-box li:nth-child(-n +20){
    display: none;
}


.module-6{
    margin-bottom: 5em;
}
.module-6 h2{
    text-align: center;
}
.module-6 .list-box{
    display: flex;
    flex-wrap: wrap;
}
.module-6 .list-box .list{
    width: 21%;
    margin: 1% 2%;
}
.module-6 .list-box .list .pic{
    border-radius: 15px;
    overflow: hidden;
    margin: 15px;
}
.module-6 .list-box .list .pic img{
    width: 100%;
    display: block;
}
.module-6 .list-box .list .con{
    text-align: center;
}
.module-6 .list-box .list  h2{
    padding: 10px ;
    color: #065FBB;
}
.module-6 .list-box .list span{
    display: block;
}

.module-7{
    min-height: calc(100vh - 565px);
}
.module-7 .con a{
    font-size: 22px;
    color: #065FBB;
    display: flex;
    align-items: center;
}
.module-7 .con a .iconfont{
    font-size: 32px;
    margin-left: .2em;
}