﻿.webnav {
    height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    border-bottom:2px solid #eee;
}

    .webnav ul {
        list-style-type: none;
    }

.picnews {
    height:580px;
    line-height:580px;
    text-align:center;
}

.picnewstitle {
    background-color:#5969c1;
    opacity:0.8;
    padding:20px 30px;
    font-size:26px;
    color:#fff;
    border-radius:15px;
    cursor: pointer;
}

.TitleDiv {
    background: url(/img/title-bg-01.jpg);
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    color: #fff;
    font-size: 60px;
    background-position: center center; /* 水平垂直居中 */
    background-size: cover; /* 背景图片覆盖整个元素区域 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}

.TitleDiv1 {
    background: url(/img/title-bg-02.jpg);
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    color: #fff;
    font-size: 60px;
    background-position: center center; /* 水平垂直居中 */
    background-size: cover; /* 背景图片覆盖整个元素区域 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}

.TitleDiv2 {
    background: url(/img/title-bg-03.jpg);
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    color: #fff;
    font-size: 60px;
    background-position: center center; /* 水平垂直居中 */
    background-size: cover; /* 背景图片覆盖整个元素区域 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}

.TitleDiv3 {
    background: url(/img/title-bg-04.jpg);
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    color: #fff;
    font-size: 60px;
    background-position: center center; /* 水平垂直居中 */
    background-size: cover; /* 背景图片覆盖整个元素区域 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}

.TitleDiv4 {
    background: url(/img/title-bg-05.jpg);
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    color: #fff;
    font-size: 60px;
    background-position: center center; /* 水平垂直居中 */
    background-size: cover; /* 背景图片覆盖整个元素区域 */
    background-repeat: no-repeat; /* 不重复背景图片 */
}

.NavDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #f0f0f0;
}

.BaseDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mdiv {
    width: 1220px;
    float: left;
}

.bdiv {
    margin-top: 50px;
    padding: 50px 0;
    display: flex;
    justify-content: center;
    background-color: #5969c1;
    /*background:url(/img/footer.jpg);*/
    background-size:cover;
    color: #fff;
}

.contentdiv {
    padding-top: 50px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
}

.mformdiv {
    padding-top: 50px;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.framediv {
    top: 0px;
    left: 201px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
}

.mainframe {
    border: 0px;
    width: 100%;
    height: 100%;
}

#TopDiv {
    background-color: #fdfdfd;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

    #TopDiv .top-title {
        float: left;
        padding-left: 15px;
        font-size: 14px;
        color: darkslateblue;
    }

    #TopDiv .top-btn {
        float: right;
        padding-right: 15px;
    }

#MainDiv {
    margin: 15px;
    padding: 15px;
    border: 1px solid #eee;
    background-color: #fdfdfd;
}

    #MainDiv li {
        display: inline-block;
        font-size: 16px;
        color: #333;
        padding: 5px;
    }

    #MainDiv .li-title {
        width: 100px;
        text-align: right;
    }