﻿* {
    box-sizing: border-box;
}

body {
    margin: 0;
}

header {
    height: 140px;
    background-color: #B71B28;
    padding: 31px 0;
}

.header {
    max-width: 1200px;
    min-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.header .logo {
    width: 280px;
    height: 78px;
}

.header .search-wrapper {
    display: flex;
}

.header .search-wrapper .search_box {
    display: flex;
    align-items: center;
}

.header .search-wrapper .search_box .search_icon {
    display: flex;
    align-items: center;
    width: 100px;
    height: 60px;
    background: #e4e4e4;
    border-radius: 0px 4px 4px 0px;
    padding: 0 22px;
    box-sizing: border-box;
}

.header .search-wrapper .search_box .search_icon .icon-sousuo {
    color: #fff;
}

.header .search-wrapper .search-inp {
    width: 577px;
    height: 60px;
    outline: none;
    border: 1px solid #e3e3e3;
    border-radius: 4px 0px 0px 4px;
    padding-left: 8px;

}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #cccccc;
}

.header .search-wrapper .search-btn {
    display: flex;
    align-items: center;
    border: none;
    background: #e4e4e4;
    color: #fff;
    /* width: 100px;
    height: 60px; */
    /* background: #e4e4e4;
    border: none;
    border-radius: 0px 4px 4px 0px; */
    /* outline: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer; */
}

.header .search-wrapper button img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.search-list-wrapper {
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.search-list-wrapper .nav-wrapper {
    display: flex;
    align-items: center;
}

.search-list-wrapper .nav-wrapper .image img {
    width: 20px;
    height: 27px;
}

.search-list-wrapper .nav-wrapper .weizhi {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.search-list-wrapper .nav-wrapper .weizhi>div {
    display: flex;
    align-items: center;
    /* width: 70px;
height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}
.search-list-wrapper .nav-wrapper .weizhi>div>div {
 margin: 0 5px;
}

.search-list-wrapper .nav-wrapper .weizhi>div a {
    text-decoration: none;
    /* width: 70px;
    height: 19px; */
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
}

.title-list-wrapper {
    min-width: 1200px;
    height: 48px;
    margin-bottom: 20px;
}

.title-list-wrapper .left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
    margin-left: 95px;
}

.title-list-wrapper .title {
    width: 153px;
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 0 20px;
    text-align: center;
}

.title-list-wrapper .right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 22px;
}

.xian {
    width: 1200px;
    height: 1px;
    border: 1px dashed #c1c1c1;
    margin-top: 30px;
    margin-bottom: 30px;
}


/* 底部 */

footer {
    height: 265px;
    background: #BD1A2D;
    margin-top: 30px;
}

.footer-content {
    max-width: 1200px;
    margin: auto;
}

.footer-select {
    padding-top: 25px;
    margin-bottom: 35px;
    display: flex;
}

.select-item {
    padding: 0;
    margin-right: 120px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.select-item span img {
    width: 12px;
}

.item-child {
    width: 200px;
    display: none;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.item-child a {
    text-decoration: none;
    color: inherit;
}

.item-child p {
    height: 30px;
    line-height: 30px;
}

.item-child p:hover {
    color: #66b1ff;
}

.select-item:hover .item-child {
    display: block;
}

.glyphicon-triangle-bottom {
    font-size: 12px;
}

.footer-info {
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
}

.footer-info .jinguan-wrapper {
    width: 4.16667%;
}

.jinguan-wrapper .jinguan {
    width: 48px;
    height: 48px;
    margin-top: 60px;
}

.report-wrapper {
    width: 8.33333%;
    margin-left: 4.16667%;
}

.report-wrapper .report {
    width: 94px;
    height: 35px;
    margin-top: 66px;
    margin-left: 4.16667%;
}

.footer-info .left-info {
    width: 50%;
}

.gray {
    color: #ffffff66;
    margin-left: 15px;
}

.site {
    width: 320px;
    display: block;
    float: left;
}

.beian {
    margin-left: 97px;
}

.beian a {
    text-decoration: none;
    color: inherit;
}

.beian>img {
    margin-left: 20px;
    width: 20px;
    height: 20px;
}

.QR {
    width: 29.16667%;
    margin-top: 28px;
    margin-left: 5.16667%;
}

.instal {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.QR img {
    width: 86px;
    height: 86px;
}

.official-accounts {
    float: left;
    text-align: center;
    margin-left: 25px;
}

.build-content {
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}