
body{
    font-family: "微软雅黑"!important;
}
.gjxx h3{
    font-size: 18px;
    color: #003496;
    font-weight: 550;
    margin-top: 1%;
}
.gjxx .gjxx-n{
    padding: 0 1%;
}
.gjxx .gjxx-n .gjxx-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gjxx .gjxx-n .gjxx-tit h4{
    margin: 0;
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
}
.gjxx .gjxx-n .gjxx-tit .gjxx-tit-rt{
    width: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gjxx .gjxx-n .gjxx-tit .gjxx-tit-rt p{
    font-size: .8rem;
}
.gjxx .gjxx-n .gjxx-tit .gjxx-tit-rt span{
    color: #e7e7e8;
    font-size: 1rem;
    padding: 0 2%;
}
.gjxx .gjxx-n .tit2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4%;
}
.gjxx .gjxx-n .tit2 h5{
    font-size: .875em;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.gjxx .gjxx-n .tit2 .span{
    background-color: #46a058;
    font-size: .8125rem;
    color: #fff;
    padding: 0.2% .8% .8% .8%;
    border-radius: 7px;
    margin-left: 2%;
}
.gjxx .gjxx-n .tit3{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 2%;
}
.gjxx .gjxx-n .tit3 h5{
    margin: 0;
    font-size: 1.6em;
    font-weight: 700;
}
.gjxx .gjxx-n .tit3 .span1{
    margin-left: 2%;
    color: #333;
}
.kp-data ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.kp-data ul li{
    list-style: none;
	width: 16%;
	height: 4rem;
	background-color: #fff;
	border: solid 1px #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    margin-top: 1rem;
}
.kp-data ul li:nth-last-child(1){
    border: 0;
    height: 0;
    margin: 0;
}
.kp-data ul li h6{
    margin: 0;
    font-size: 1rem;
	color: #181818;
    font-weight: 500;
}
.kp-data ul li p{
    margin: 0;
    font-size: .8rem;
	color: #003496;
    margin-top: 2%;
}
.tb-qh{
    margin-top: 7%;
}
.tb-qh ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.tb-qh ul li{
    width: 25%;
    line-height: 3rem;
    list-style: none;
    text-align: center;
    font-size: 1rem;
	color: #585858;
    border-bottom: 1px solid #e7e7e8;
    cursor: pointer;
    transition: all .5s;
}
.tb-qh ul li:hover{
    background-color: #003496;
    color: #fff;
    border-bottom: 1px solid #003496;
}
.tb-qh ul .active{
    background-color: #003496;
    color: #fff;
    border-bottom: 1px solid #003496;
}
.qh-box{
    width: 100%;
    min-height: 430px;
    position: relative;
    margin-bottom: 3%;
}
.qh-box .qh-img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.qh-box .qh-img img{
    width: 100%;
    object-fit: cover;
}
.qh-box .qh-activeimg{
    opacity: 1;
    visibility: visible;
}
.zhu{
    margin: 0 0 3% 0;
}
.zhu p{
    text-align: right;
    font-size: .8rem;
}