
.jzmxSub{
    width:100%;
}
.jzmxSub li{
    padding: 0px 0;
    display: flex;
    align-items: center;
}
.jzmxSub li p{
    float:left;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #333;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jzmxSub li p:nth-of-type(1){
    width: 25%;
}
.jzmxSub li p:nth-of-type(2){
    width: 35%;
}
.jzmxSub li p:nth-of-type(3){
    width: 40%;
}
.jzmxSub li.tit p{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}
.jzmxSub li:nth-of-type(even){
	background-color: #D5EAFF;
}
.jzmxSub li:nth-of-type(odd){
    background: #f7f7f7;
}
.jzmxSub li.tit{
	background-color: #46A3FF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.jzmx .bd{
    height: 315px;
}
.wyjz a{
    display:block;
    width: 100%;
    height: auto;
    font-size: 28px;
    color: #fff;
    line-height: 72px;
    text-align: center;
    background: #9e1815;
    letter-spacing: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 12px;
}
.jzmx .bt a{
    text-align:center;
    display: block;
    width: 100%;
    background: #9e1815;
    color: #fff;
    line-height: 60px;
    margin-top: 25px;
    font-weight: normal;
    font-size: 18px;
    position:relative;
    letter-spacing: 1px;
    font-weight: bold;
}
.jzmx .bt a::before{
    display:block;
    content: "";
    width:100%;
    height:1px;
    background: rgba(255,255,255,0.15);
    position:absolute;
    left:0;
    bottom:0;
}
.xyGw li{
    float:left;
    width:17.6%;
    margin-right: 3%;
    margin-top: 40px;
    transition: all .3s;
}
.xyGw li:nth-of-type(5n){
    margin-right: 0;
}
.xyGw li a{
    display:block;
    font-size: 18px;
    line-height: 80px;
    background: #9e1815;
    color:#fff;
    text-align:center;
    border-radius: 3px;
}
.xyGw li:hover{
    transform:translateY(-8px);
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}
.xyCode li{
    float:left;
    width:23.5%;
    margin-right: 2%;
    margin-top: 20px;
    transition: all .3s;
    margin-bottom: 20px;
}
.xyCode li:nth-of-type(4n){
    margin-right: 0;
}
.xyCode li a{
    display:block;
    width: auto;
    height: 152px;
    margin:0 auto;
    position:relative;
    padding: 5px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}
.xyCode li a .img{
    width:auto;
    float: left;
}
.xyCode .img img{
    display:block;
    height: 140px;
    width: auto;
    max-width: 145px;
    object-fit: cover;
}
.xyCode .tit{
    font-size: 18px;
    line-height: 24px;
    color: #9e1815;
    position: absolute;
    left: 155px;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 155px);
    padding-right: 15px;
    box-sizing: border-box;
}
.xyCode{
    margin: 20px 0;
}
.boxCenter .slideBox{
    position:relative;
}
.boxCenter .hd{
    position:absolute;
    right: 10px;
    top: 330px;
    z-index: 999;
}
.boxCenter .hd li{
    display:inline-block;
    width: 24px;
    height: 24px;
    border-radius:3px;
    background:rgba(255,255,255,0.8);
    margin-left: 10px;
    text-align:center;
    line-height: 24px;
}
.boxCenter .hd li.on{
    background: #9e1815;
    color:#fff;
}
.jzgsList .jzmxSub li p:nth-of-type(1){
    width: 12%;
}
.jzgsList .jzmxSub li p:nth-of-type(2){
    width: 22%;
}
.jzgsList .jzmxSub li p:nth-of-type(3){
    width: 22%;
}
.jzgsList .jzmxSub li p:nth-of-type(4){
    width: 44%;
    text-align: left;
}