﻿.header {
    width: 100%;
    height: 150px;
    background: url("../images/top_bg.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.content {
    background-size: 100%;
}

.footer {
    border-top: #e34944 solid 4px;
}

.top_bar {
    width: 100%;
    height: 25px;
    border-bottom: 5px solid #bc211b;
}

.head_case {
    margin: 0 auto;
    width: 1200px;
}

.menu_line {
    width: 100%;
    background-color: #bc201a;
}

.icon {
    float: left;
    width: 650px;
    height: 150px;
    background: url("../images/icon.png") no-repeat;
    background-position-y: 10px;
    background-size: 100%;
}

.search_case {
    border-radius: 10px;
    padding: 0;
    margin-top: 65px;
    margin-right: 50px;
    float: right;
    width: 300px;
    border: 2px solid #a0191f;
}

.search_input {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 0;
    outline: none;
    width: 221px;
    height: 40px;
    font-size: 16px;
    padding-left: 10px;
}

.search_btn {
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    font-size: 18px;
    border: 0;
    float: right;
    width: 68px;
    height: 40px;
    background-color: #cd201a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu {
    width: 1200px;
    display: flex;
    line-height: 40px;
    font-family: "微软雅黑", Verdana, Geneva, sans-serif;
    color: #ffffff;
    margin: 0 auto;
}

.menu > li {
    font-size: 17px;
    flex: 1;
    text-align: center;
    position: relative;
}

.menu li:hover {
    background-color: #ffffff;
    color: black;
}

.menu li a {
    text-decoration: none
}

.menu li a :hover {
    color: black;
    text-decoration: none
}

.bur {
    background-color: #ffffff;
    color: black;
}

.welcome {
    font-size: 16px;
    width: 210px;
    margin-left: 200px;
    float: left;
}

.module {
    font-size: 13px;
    margin-right: 200px;
    margin-top: 4px;
    float: right;
}

.banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner * {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

.banner .list {
    width: 1000%;
    height: 100%;
    position: absolute;
    left: -100%;
    overflow: hidden;
}

.banner .list.active {
    transition: 1s;
}

.banner .list li {
    width: 10%;
    height: 100%;
    position: relative;
    float: left;
}

.banner .list li img {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    transition: 1s;
}

.banner .list li img:hover {
    transform: scale(1.02);
}

.banner .list li p {
    position: absolute;
    bottom: 0;
    line-height: 35px;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    box-sizing: border-box;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
}

.banner .listIndex {
    position: absolute;
    right: 10px;
    bottom: 13px;
    height: 10px;
    z-index: 10;
}

.banner .listIndex li {
    width: 10px;
    height: 100%;
    background: #999;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
}

.banner .listIndex li.active {
    background: #FFF;
}


.footer_content {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
}

.government_icon {
    float: left;
    width: 70px;
    margin-left: 150px;
    margin-top: 35px;
}

.government_icon img {
    width: 70px;
}

.government_msg {
    text-align: center;
    float: left;
    width: 700px;
    height: 100px;
    margin: 40px auto 0 20px;
    font-size: 14px;
}

.government_msg a:hover {
    color: #6c6c6c;
}

.correction_icon {
    margin-top: 65px;
    margin-left: 20px;
    border: #c8c8c8 solid 1px;
    border-radius: 5px;
    float: left;
    width: 104px;
    height: 51px;
}

.correction_icon img {
    margin-top: 1px;
    margin-left: 2px;
    width: 100px;
}