@charset "utf-8";

@font-face {
    font-family: "iconfont";
    src: url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype");
}

body {
    margin: 0;
    padding: 0;
    min-width: 1400px;
    /* background-color: rgb(235, 232, 227); */
}

.top {
    margin: auto;
    width: 100%;
    background-color: #ab0101;
    height: 290px;
    margin-bottom: 60px;
    
}

.logo-background {
    position: absolute;
    content: '';
    width: 100%;
    height: 60px;
    background-image: linear-gradient(#00000055, #00000000);
}

.left-logo {
    position: absolute;
    background: url(../images/logoC.png) no-repeat;
    background-size: auto 80px;
    left: 10px;
    top: 10px;
    height: 100px;
    width: 360px;
    z-index: 999;
}

.top-pic {
    width: 100%;
    height: 100%;
    background: url(../images/im8.jpg) top no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.top-pic>p{
    font-size: 70px;
    position: absolute;
    width: 100%;
    color: #fff;
    font-weight:500;
    text-shadow: 3px 3px #414141;
    margin-top: 100px;
}

.nav-p {
    width: 100%;
    height: 70px;
    margin: auto;
    bottom: 35px;
    position: relative;
    z-index: 0;
}

.nav-p:after {
    content: '';
    width: 50%;
    /* background: url(../images/bgq2.png) right no-repeat; */
    background-color: #ab0101;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.nav {
    width: 1400px;
    height: 100%;
    margin: auto;
    z-index: 999;
    position: relative;
    line-height: 70px;
    text-indent: 45px;
}

.nav-c {
    position: absolute;
    background-color: #ab0101;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: calc(100% - 430px);
    z-index: 0;
    clip-path: polygon(0% 100%, 0% 0%, 100% 0% ,98% 100%);
}

.nav ul {
    margin: 0;
}

.nav li {
    float: left;
    list-style: none;
    padding-left: 8px;
}

.nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-family: "Microsoft YaHei", ΢���ź�;
    font-weight: 800px;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    display: block;
}

.nav ul li a:hover {
    color: #ab0101;
    background-color: #FFFFFF;
}

.mid {
    width: 1400px;
    margin: auto;
    height: auto;
    margin-bottom: 25px;
    background-color: #FFFFFF;
}

.mid-one {
    width: auto;
    height: auto;
    padding-left: 30px;
    display: flex;
    padding-right: 30px;
    justify-content:space-between;
}

.descrption {
    /* width: 600px; */
    /* height: 600px; */
    float: left;
    padding: 15px;
    padding-top: 0;
    fill: 1;
    margin-right: 50px;
}

.desc-title {
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 0;
}

.desc-bottom {
    width: 90px;
    height: 5px;
    margin-bottom: 18px;
    background-color: #ab0101;
}

.desc-text {
    text-indent: 2em;
    font-size: 18px;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
}

.desc-space {
    content: '';
    height: 25px;
}

.desc-related-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.desc-related-link img {
    height: 32px;
    cursor: pointer;
}

.department-list {
    display: flex;   
    flex-direction: row;
    flex: 1;
    flex-wrap: wrap;
    padding-top: 8px;
}

.department-item {
    position: relative;
    width: 200px;
    text-align: center;
    height: 45px;
    border: #000000 solid 1px;
    margin: 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 45px;
    background-color: #fff;
    cursor: default;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 0;
    font-weight: 300;
}

.department-contact,
.department-item:after {
    position: absolute;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.department-contact {
    width: 350px;
    bottom: calc(100% + 14px);
    transform: translate(-50%, 8px);
    z-index: 10;
    padding: 14px 16px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    cursor: text;
    user-select: text;
}

.department-contact p {
    margin: 0;
}

.department-item:after {
    content: '';
    bottom: calc(100% - 4px);
    transform: translate(-50%, 8px);
    z-index: 11;
    border: 10px solid transparent;
    border-top-color: #fff;
}

.department-item:hover {
    color: #fff;
    border-color: #ab0101;
    background-color: #ab0101;
}

.department-item:hover .department-contact,
.department-item:hover:after
 {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}


.mid-content {
    width: 400px;
    /* height: 465px; */
    float: right;
}


.mid-content ul {
    /* margin-top: 0px; */
    list-style: none;
    margin: 0;
}

/* .mid-content ul li {
    padding: 5px;
} */

.mid-content ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #FFFFFF;
}


.news {
    min-height: 220px;
    width: 400px;
}

.news-head {
    height: 35px;
    width: 400px;
    border-bottom: solid 3px #ab0101;
}

.news-pic {
    width: 300px;
    height: 23px;
    background-image: url(../images/news.jpg);
}

.BMDT {
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
    color: #ab0101;
    float: left;
}

.news-more {
    float: right;
    font-size: 18px;
    margin: auto;
    padding-top: 4px;
    text-decoration: none;
    color: #000000;
}

.news-more:hover {
    color: #ab0101;
}

.news-line {
    background-color: #ab0101;
    width: auto;
    height: 1px;
    margin: 5px;
}

.news-container {
    background-color: #ffffff;
    padding: 0;
}

.notic {
    min-height: 220px;
    width: 400px;
}

.notic-head {
    height: 35px;
    width: 400px;
    border-bottom: solid 3px #ab0101;
}

.notic-pic {
    width: 400px;
    height: 23px;
}

.TZGG {
    font-size: 23px;
    font-weight: 600;
    text-decoration: none;
    float: left;
    color: #ab0101;
}

.notic-more {
    float: right;
    font-size: 18px;
    padding-top: 4px;
    text-decoration: none;
    color: #000000;
}

.notic-more:hover {
    color: #ab0101;
}

.notic-line {
    background-color: #ab0101;
    width: auto;
    height: 3px;
    margin: 0px;
    margin-top: 5px;
}

.notic-container {
    background-color: #f2f2f2;
    padding: 0;
    /* margin-top: 0px; */
    /* height: 250px; */
}

.qrcodes {
    width: 400px;
    height: auto;
}

.qr-head {
    width: 100%;
    height: 35px;
    border-bottom: solid 3px #ab0101;
}

.qr-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 25px;
}

.qr-container {
    width: 50px;
    height:50px;
    font-size: 35px;
    text-align: center;
    font-family: iconfont;
    color: white;
    background-color: #ab0101;
    border-radius: 35px;
}

.qr-container p{
 margin-top: 3px;
}

/* 鼠标悬停时在上方显示放大二维码 */
.qr-enlarge {
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    z-index: 999;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    pointer-events: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.qr-enlarge:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -30;
    left: calc(50% - 15px);
    clip-path: polygon(0% 0%, 100% 0%, 50% 70%);
}

.qr-enlarge img {
    display: block;
}

.qr-container {
    position: relative;
    /* width: 100px; */
    text-align: center;
    cursor:default;
}

.qr-container:hover .qr-enlarge {
    visibility: visible;
    opacity: 1;
}

.mid-two {
    height: 36px;
    width: auto;
}

.among {
    background-image: url(../images/among.jpg);
    width: 360px;
    height: 36px;
}

.mid-three {
    width: 1400px;
    height: 350px;
    /* height: auto; */
}

.com-head {
    height: 25px;
    width: 270px;
}

.com-tit {
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #ab0101;
}

.com-line {
    background-color: #ffffff00;
    width: 270px;
    height: 3px;
}

.bot-left {
    width: 560px;
    height: 315px;
    float: left;
}

.com-frame ul {
    margin: 5px;
    ;
    padding-top: 5px;
}

.com-frame ul li {
    list-style: none;
    padding: 5px;
}

.com-frame ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.left-one {
    width: 270px;
    height: 315px;
    float: left;
}

.LLXX {
    background-color: #f2f2f2;
    width: 270px;
    height: 135px;
}

/* .LLXX-pic {
    height: 25px;
    width: 228px;
    background-image: url(../images/LLXX.jpg);
} */

.XYWH {
    width: 270px;
    height: 135px;
    background-color: #f2f2f2;
    margin-top: 45px;
    float: left;
}

/* .XYWH-pic {
    height: 25px;
    width: 228px;
    background-image: url(../images/XYWH.jpg);
} */

.left-two {
    width: 270px;
    height: 315px;
    float: right;
}

.PFJY {
    width: 270px;
    height: 135px;
    background-color: #f2f2f2;
}

/* .PFJY-pic {
    height: 25px;
    width: 228px;
    background-image: url(../images/PFJY.jpg);
} */

.JSWM {
    width: 270px;
    height: 135px;
    background-color: #f2f2f2;
    margin-top: 45px;
}

/* .JSWM-pic {
    height: 25px;
    width: 228px;
    background-image: url(../images/JSWM.jpg);
} */

.bot-right {
    width: 420px;
    height: 315px;
    float: right;
}

.right-one {
    width: 190px;
    height: 315px;
    margin-left: 30px;
    float: left;
}

.other-tit {
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    color: #ab0101;
}

.other-line {
    width: 190px;
    height: 5px;
    /* background-color: #817c7c; */
}

.GZZD {
    width: 190px;
    height: 315px;
    background-color: #f2f2f2;
}

.right-two {
    width: 190px; ;
    height: 315px;
    float: right;
}

.MTMD {
    width: 190px;
    height: 157px;
    background-color: #f2f2f2;
}

.BSZN {
    width: 190px;
    height: 157px;
    background-color: #f2f2f2;
}


.foot {
    min-width: 1400px;
    margin: auto;
    width: 100%;
    height: 500px;
    /* overflow: hidden; */
    
    background-color: rgb(235, 232, 227);
    padding-top: 25px;
    text-align: center;
}

.parting-line {
    height: 1px;
    width: 1400px;
    background-color: #7f7c7e;
}

.bot-logo {
    width: 1400px;
    height: 57px;
    margin: auto;
    /* background-color: #ffffff; */
    color: #565555;
}

.logo-left {
    height: 57px;
    width: 500px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
}

.logo-right {
    width: 800px;
    margin: auto;
    color: #565555;
}

.logo-right a {
    color: #565555;
    text-decoration: none;
}

.logo {
    background: url(../images/logo-xcb.png) center no-repeat;
    background-size: auto 57px;
    width: 100%;
    height: 57px;
    margin: auto;
}

.bot-logo ul {
    float: right;
    margin: 0;
    padding: 5px;
}

.bot-logo ul li {
    list-style: none;
    float: left;
    padding-left: 10px;
}

.bot-logo ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #565555;
}

.dead-line {
    background-color: #7f7c7e;
    height: 3px;
    width: 1400px;
}

.logo-right a:hover {
    color:#ab0101;
}