﻿body {
    margin: 0;
    min-width: 1500px;
}

* {
    box-sizing: border-box;
}

img {
    width: 100%;
    height: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

nav {
    min-width: 1500px;
    display: flex;
    align-items: center;
    height: 86px;
    background: #ffffff;
    padding: 0 36px 0 136px;
}

.logo {
    width: 180px;
    height: 47px;
    object-fit: cover;
}

.nav {
    padding: 0 50px 0 12px;
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}

.nav>div {
    height: 86px;
    line-height: 86px;
    padding: 0 12px;
    cursor: pointer;
}

.nav>div.active {
    font-size: 20px;
    font-weight: 700;
    color: #b51929;
    background-color: #f8e7e9;
}

/* #jigou {
    color: #BD1A2D;
    font-weight: 700;
    background-color: #f8e7e9;
} */

.login-wrapper {
    display: flex;
    cursor: pointer;
}

.login-wrapper .search {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.login-wrapper .not-login {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.login-wrapper .login {
    width: 116px;
    height: 42px;
    background: #ebebeb;
    border-radius: 21px;
    text-align: center;
    line-height: 42px;
    color: #333333;
}

.login-wrapper .denglu {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-left: 8px;
}

.bgc {
    height: 502px;
    background-image: url(../img/zzjgbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bgc .title-wrapper {
    position: absolute;
    top: 50%;
    left: 15%;
}

.title-wrapper .title {
    /* width: 192px; */
    height: 64px;
    font-size: 32px !important;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
}

.title-list {
    display: flex;
    width: 500px;
    flex-wrap: wrap;
    color: #ffffff;
    cursor: pointer;
}

.title-list>div {
    margin-right: 70px;
    font-size: 24px;
    opacity: 0.75;
    padding-bottom: 8px;
}

.title-list>div a {
    width: 96px;
    height: 31px;
    opacity: 0.9;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}

/* .title-list .danwei_i,
.title-list .jigou_i {
    margin-top: 0px;
} */

.tab-item::before {
    content: '';
    position: absolute;
    left: -50%;
    top: 30%;
    width: 33px;
    height: 12px;
    background-image: url(../img/arr.png);
}

.title-list .tab-item {
    width: 96px;
    height: 31px;
    opacity: 0.75;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    margin-right: 50px;
    position: relative;
}

.danwei,
.jigou {
    margin-top: 40px;
}

.tab-wrapper {
    margin-top: 50px;
}

.tab-wrapper .organization-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.left-content {
    width: 580px;
}

.left-title,
.right-title {
    display: flex;
    align-items: center;
}

.left-title .title,
.right-title .title {
    width: 169px;
    height: 48px;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #bd1a2d;
}

.left-content .content {
    background-image: url(../img/szjgbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 18px;
    height: 315px;
}

.left-content .content>div {
    display: flex;
    align-items: center;
    padding: 20px;
}

.left-content .name {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-right: 12px;
}

.left-content .name a {
    /* font-size: 24px;
    font-weight: 700; */
    color: #333333;
    /* margin-right: 12px; */
}

.left-content .position {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #666666;
}

.right-content {
    width: 570px;
    margin-left: 50px;
}

.right-content .content {
    margin-top: 18px;
    height: 315px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.right-content .content .title {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    line-height: 32px;
}

.right-content .title-content {
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #606060;
    height: 280px;
    line-height: 34px;
    overflow-y: auto;
}

.right-content .title-content::-webkit-scrollbar {
    width: 0 !important
}
.title-wrapper .title-list #zhineng{
    opacity: 1;
    position: relative;
}
.title-wrapper .title-list #zhineng::after {
    content: " ";
    background-image: url(../img/arr.png);
    position: absolute;
    top: 10px;
    left: -43px;
    width: 33px;
    height: 12px;
    opacity: 1;
    color: #ffffff;
}


.right-content .title-content a {
    text-decoration: none;
    color: #606060;
}

.right-content .details {
    width: 570px;
    height: 41px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.97) 17%, #ffffff);
}

.right-content .details a {
    text-decoration: none;
    color: #bd1a2d;
}

.right-content .details {
    margin-top: -20px;
    width: 570px;
    height: 41px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    line-height: 41px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.97) 17%, #ffffff);
}


/* 组织机构 */

.organization {
    background: #f8f8f8;
    margin-top: 30px;
}

.organization .title-wrapper {
    /* max-width: 1200px; */
    /* margin: auto; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.organization .left-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/left.png);
    background-size: 100% 100%;
    /* float: left; */
    /* margin-top: 42px; */
    /* margin-left: 95px; */
}

.organization .title {
    height: 48px;
    font-size: 32px;
    font-weight: 700;
    color: #bd1a2d;
    float: left;
    margin: 20px;
    text-align: center;
}

.organization .right-line {
    width: 410px;
    height: 10px;
    background-image: url(../img/right.png);
    background-size: 100% 100%;
    /* float: left;
    margin-top: 42px; */
}

.office-wrapper {
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}

.office-wrapper .ti {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.office-wrapper .ti-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.office-wrapper .ti-list>div {
    margin-left: 20px;
    width: 280px;
    flex-wrap: wrap;
    text-align: center;
    padding: 18px;
    box-sizing: border-box;
    height: 70px;
    margin-bottom: 18px;
    line-height: 26px;
    margin-top: auto;
    background: #ffffff;
    cursor: pointer;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.office-wrapper .ti-list a {
    text-decoration: none;
    color: inherit;
}

.office-wrapper .ti-list div.active {
    background-color: #bd1a2d;
    color: #fff;
}

.activeTab {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.contantBox li {
    /* 默认内容隐藏 */
    display: none;
}

.contantBox li:first-child {
    /* 默认展示第一个内容 */
    display: block;
}


/* 底部 */

footer {
    height: 265px;
    background: #BD1A2D;
}

.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;
}

.function-wrapper {
    /* background-image: url(../img/jgznbg.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 0;
    background: #fff;
}

.function-wrapper .title-wrapper {
    max-width: 1300px;
    margin: auto;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.function-wrapper .title-wrapper .left-line {
    /* flex: 1; */
    width: 409px;
    height: 10px;
    background-image: url(../img/left.png);
}

.function-wrapper .title-wrapper .right-line {
    /* flex: 1; */
    width: 409px;
    height: 10px;
    background-image: url(../img/right.png);
}

.function-wrapper .title-wrapper .ti {
    height: 48px;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #bd1a2d;
    margin: 0 16px;
}

.function-wrapper .content-wrapper {
    max-width: 1201px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.function-wrapper .content {
    width: 1201px;
    height: 82px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 38px;
}

.function-wrapper .content-item {
    width: 1201px;
    height: 71px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #606060;
    line-height: 38px;
}

.function-wrapper .line {
    width: 1200px;
    height: 1px;
    border: 1px dashed #c1c1c1;
    margin: 38px 0;
}

.function-wrapper .line.last {
    margin-bottom: 0;
}


.responsibility-wrapper {
    background-image: url(../img/蒙版组\ 37.png);
    background-size: 100% 100%;
    padding-bottom: 30px;
}

.responsibility-wrapper .responsibility-title {
    width: 1200px;
    margin: auto;
    height: 48px;
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: center;
    color: #bd1a2d;
    margin-bottom: 40px;
}

.responsibility-wrapper .responsibility-info {
    margin: auto;
    width: 1200px;
    background-color: #fff;
    padding: 30px;
}

.responsibility-wrapper .responsibility-info>div {
    height: 40px;
    line-height: 40px;
}

.responsibility-wrapper .responsible-person {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    text-align: left;
    display: flex;
}

.responsible-person .name-wrapper,
.responsible-person .phone {
    display: flex;
}

.responsible-person .name-wrapper {
    width: 150px;
    height: 26px;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.responsible-person .phone {
    width: 168px;
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.responsible-person .name,
.responsible-person .dianhua {
    margin-left: 4px;
    font-weight: 700;
    color: rgb(29, 29, 29);
}