html body {
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url('../images/bg.jpg');
    min-width: 1000px;
}

a {
    text-decoration: none;
}

h2{
    margin: auto;
}
/**
 * 顶部栏 css 样式
 */
.top {
    text-align: center;
}
.top-center {
    height: 100%;
    width: 1000px;
    margin: 10px auto;
    align-items: center;
    display: flex;
}
.helpsearch{
    text-align: center;
    align-items: center;
}
.header_list ul li:last-child {
    border: none;
}
.header_list{
    display: flex;
    width: 100%;
    margin-left: 60px;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}
.linkimg{
    display: flex;
    margin-left: 50px;
    flex-direction: column;
}
.linkimg a{
    margin: 8px;
}
.header_list ul {
    display: inline-block;
}
.header_list ul li {
    float: left;
    border-right: 1px solid #969696;
    height: 12px;
    line-height: 12px;
    margin-right: 10px;
    padding-right: 10px;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-logo {
    width: 250px;
}
.top form {
    flex: 1;
}
.top-search{
    height: 40px;
    border: 1px solid #6643ee;
    margin-left: 60px;
    max-width: 460px;
    min-width: 320px;
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}
hr {
    height: 1px;
    border: 0;
    background-color: #e6e6e6;
    clear: both;
}
.top-search img {
    margin-left: 6px;
    height: 60%;
}
.top-search input {
    flex: 1;
    height: 30px;
    border: none;
    font-size: 18px;
    outline: none;
}
.top-search button {
    background: #46465E;
    color: white;
    height: 40px;
    border: 0;
    width: 60px;

}
.top-icon {
    color: white;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.top-icon p {
    margin: 5px 0 0;
}

/**
 * 导航栏样式
 */
.naviga {
    width: 100%;
    height: 60px;
    background-color: #2d2e36;
    text-align: center;
    margin: auto;
}
.naviga-content {
    height: 1000px;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}
.naviga-content li {
    padding: 0;
    width: 100px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.naviga-content a {
    font-size: 18px;
    font-weight: 400;
    color: white;
}
.naviga-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: relative;
    background-color: #2d2e36;

}
/* 鼠标经过 */
.naviga-content li:hover {
    background-color: #2d2e36;
    background-repeat: round;
}
.naviga-content li:hover > a {
    color: white;
}
.naviga-content li:hover ul {
    display: block;
}
.naviga-content .naviga-activity {
    background-image: url('../images/bg-top.png');
    background-repeat: round; 
}
.naviga-activity > a{
    color: white;
}


/**
 * 公告
 */
.topbg{
    text-align: center;
    /*width: 100vw;*/
    align-items: center;
    padding: 20px 0 20px 0;
    background-color: #354052;
}
.card {
    width: 940px;
    background-color: white;
    margin: auto;
    display: flex;
    text-align: left;
    flex-direction: row;
    min-height: 240px;
    padding: 15px;
    border-radius: 6px;
}

.card-data-item {
    background-color: #f9f8fc;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    flex-direction: column;
}
.card-content {
    flex: 1;
    font-size: 16px;
}
.card-data-item-text {
    margin-top: 5px;
}
.card-data-item-image {
    width: 16px;
    height: 16px;
}
.card-data-item-number {
    color: red;
    font-size: 15px;
}
.card-content-item {
    margin: 5px;
}
.card-content-h1{
    text-align: center;
}
.card-content-link {
    color: red;
    font-size: 15px;
}

/**
 * 联系我 
 */
.chat {
    background-color: white;
    position: fixed;
    right: 20px;
    top: 60%;
    border-right: 0;
}
.chat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chat-img {
    width: 100px;
}

/**
 * 底部 
 */
.foot {
    background-size: cover;
    width: 100%;
    height: 120px;
    color: #2d2e36;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}
.foot-info {
    display: flex;
    flex-direction: column;
}
.foot-info a{
    color: #2d2e36;
    font-size: 18px;
}


.no-select {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE, Edge */
    user-select: none; /* 标准属性 */
}

.vod-bread {
    background-color: white;
    width: 70%;
    min-width: 960px;
    margin: 10px auto;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
}
.vod-bread-title {
    background-color: #f0f0f0;
    height: 100%;
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
