.zxfw-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 40px;
}
.zxfw-nav{
    background:#2e3035 ;
}
.zxfw-nav>img{
    margin-top: -35px;
}
.zxfw-nav ul{
    padding-top: 10px;
	padding-bottom:20px;
}
.zxfw-nav li{
    margin-bottom: 9px;
    padding: 15px 0 15px 20px;
}
.zxfw-nav li:hover{
    background: #fff;
}
.zxfw-nav li:hover p{
    color: #005dab;
}
.zxfw-nav li:hover span{
    color: #999;
}
.zxfw-nav li a{
    color: #fff;
	display:block;
}
.zxfw-nav li:last-child{
    margin:0 ;
}
.zxfw-nav li p{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}
.zxfw-nav li span{
    font-size: 14px;
}
.swiper-content{
    width: 827px;
    height: 398px;
}
.swiper-content a{
    display: block;
    position: relative;
}
.swiper-content img{
    width: 827px;
    height: 398px;
}
.swiper-content  p{
    position: absolute;
    bottom: 15px;
    left: 10px;
    font-size: 24px;
    color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 19px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #fff;
    opacity: .5;
}
.swiper-content .swiper-pagination-bullet-active{
    width: 37px;
    border-radius: 4px;
    opacity: 1 !important;
}
.zxfw-banner .item{
    width: 262px;
    height: 191px;
    margin: 0 0 16px 20px;
    overflow: hidden;
}
.zxfw-banner .item a{
    position: relative;
    display: block;
}
.zxfw-banner .item img{
    width: 100%;
    height: 100%;
}
.zxfw-banner .item p{
    position: absolute;
    bottom: 13px;
    left: 10px;
    font-size: 20px;
    color: #fff;
}
.zxfw-banner {
    overflow: hidden;
    margin-left: 20px;
}
.zxfw-banner .swiper-content,
.zxfw-banner .item{
    float: left;
}
.zxfw-banner .item:nth-child(4){
    margin: 0 0 0 0;
}
.min-concent .top {
    background: #005dab;
    margin-top: 20px;
}
.min-concent .top .min-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.min-title {
    display: inline-flex;
    align-items: center;
}
.min-title img {
    width: 31px;
    margin-right: 20px;
}
.min-title p {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.min-concent .top .min-width .nav {
    display: flex;
}
.min-concent .top .min-width .nav a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 53px;
}
.min-concent .top .min-width .nav a:last-child {
    margin: 0;
}
.min-concent .top .min-width .nav a:hover{
    opacity: .8;
}
.zxfw-wrap{
    padding-top:17px ;
}
.advertisement,
.advertisement img{
    width: 100%;
}
.zxfw-wrap .item .title{
    box-sizing: border-box;
    padding: 20px 35px 10px 35px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 20px;
    color: #005dab;
    font-weight: bold;
}
.zxfw-wrap .item ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.zxfw-wrap .item li{
/*    margin-right: 30px;*/
    margin-bottom: 54px;
	margin:0 5px;
}
.zxfw-wrap .item li:nth-child(5n){
    margin-right:0 ;
}
.zxfw-wrap .item li .img-box{
    width: 165px;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e6e6;
}
.zxfw-wrap .item li img{
    max-width: 100%;
}
.zxfw-wrap .item li p{
    font-size: 14px;
    color: #585858;
	line-height:40px;
    text-align: center;
	margin-bottom:10px;
}
.zxfw-wrap .item li:hover .img-box{
    border: 1px solid #005dab;
}
.zxfw-wrap .item li:hover p{
    color: #005dab;
    text-decoration: underline;
}