.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:hover{
    opacity: .8;
}
.min-concent .top .min-width .nav a:last-child{
    margin: 0;
}
.zx-wrap-content {
    margin-top: 17px;
}
.zx-banner{
    position: relative;
    margin-top: 60px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
}
.zx-banner .swiper-slide{
    overflow: hidden;
}
.zx-banner .swiper-slide a:nth-child(1),
.zx-banner .swiper-slide a:nth-child(1) img{
    width: 700px;
    display: block;
    height: 477px;
    float: left;
}

.zx-banner .swiper-slide a:nth-child(2),
.zx-banner .swiper-slide a:nth-child(2) img{
     width: 700px;
     height: 238px;
     display: block;
     float: left;
}

.zx-banner .swiper-slide a:nth-child(3),
.zx-banner .swiper-slide a:nth-child(3) img{
     width: 350px;
     height: 239px;
     display: block;
     float: left;
}

.zx-banner .swiper-slide a:nth-child(4),
.zx-banner .swiper-slide a:nth-child(4) img{
     width: 350px;
     height: 239px;
     display: block;
     float: left;
}
.zx-banner .swiper-pagination{
    bottom: 47px;
    left: 597px;
}
.zx-banner .swiper-pagination span{
    background: #fff;
    opacity: .8;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.zx-banner .swiper-pagination-clickable .swiper-pagination-bullet-active{
    width: 40px;
    border-radius: 5px;
}
.zx-banner .item{
    display: block;
    position: absolute;
    top: -40px;
    z-index: 2;
}
.zx-banner .item2{
    left: 20px;
}
.zx-banner .item3{
    left: 120px;
   
}

.jc-form{
    margin-left: 48px;
    display: flex;
    align-items: center;
}
 .jc-select span {
    font-size: 20px;
    color: #005dab;
    font-weight: bold;
}


.jc-form form{
    border: 1px solid #cfcfcf;
    width: 370px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.jc-form form input[type='text']{
    font-size: 16px;
    color: #999;
    box-sizing: border-box;
    padding: 0 20px;
    flex: 1;
}
.jc-form form input[type='submit']{
    width: 140px;
    color: #ffffff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 0 0 30px;
    background:#005dab url(../images/icon20.png) no-repeat 25px 15px;
}
.jc-form form input[type='button']{
    width: 100px;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
	background-color:#005dab;
}
.zxrow{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 45px 56px 41px 54px;
}
.zx-nav-wrap{
    display: inline-flex;
    align-items: center;
}
.zx-nav-wrap a{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    padding-right: 52px;
    margin-right: 33px;
    color: #585757;
}
.zx-nav-wrap a::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 2px;
    height: 34px;
    background: #e5e5e5;
    transform: rotate(-40deg);
}
.zx-nav-wrap a:hover{
    color: #005dab;
}
.zx-nav-wrap a:hover::before{
    display: block;
}
.zx-nav-wrap a::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -13px;
    left:13px ;
    width: 70px;
    height: 5px;
    border-radius: 2.5px;
    background: #005dab;
    display: none;
}

.px-min-container-top .nav-wrap{
    width: 410px;
    position: relative;
    box-sizing: border-box;
    padding:0 37px;
}
.px-min-container-top .nav-wrap .swiper-container{
    width: 336px;
    overflow: hidden;
}
.px-min-container-top .nav-wrap .swiper-container .swiper-slide{
    cursor: pointer;
    color: #595757;
    font-size: 20px;
}
.px-min-container-top .nav-wrap .swiper-container .on{
    color: #005dab;
}

.px-min-container-top .nav-wrap .swiper-button-next, .px-min-container-top .nav-wrap .swiper-button-prev{
    margin-top: -7px;
    background-size: 12px 18px;
    width: 12px;
	height: 18px;
}
.px-min-container-top{
    display: flex;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid #e6e6e6;
}
.px-min-container-top .handleContent{
    flex: 1;
}
.px-min-container-top .nav-two{
    display: none;
}
.px-min-container-top .on{
    display: flex;
}
.px-min-container-top .nav-two p,
.px-min-container-top .nav-two select,
.px-min-container-top .nav-two a{
    padding: 9px 20px;
    text-align: center;
    font-size: 14px;
    color: #595757;
    display: block;
    margin:0 2px;
}
.px-min-container-top .nav-two select{
    padding: 9px 5px;
    border: none;
    outline: none;
    margin: 0 6px;
}
.px-min-container-top .nav-two a:hover,
.px-min-container-top .nav-two a.on{
   background: #005dab;
   color: #fff;
}
.px-more a{
    display: block;
    width: 150px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    background: #005dab;
    color: #fff;
}
.tag-nav-wrap{
    margin-top: 20px;
}
.tag-row{
    display: flex;
    align-items: flex-start;
}
.tag-row p{
    font-size: 17px;
    font-weight: bold;
    color: #595858;
    width: 112px;
	display:block;
	white-space: nowrap
}
.tab-wrap{
    display: inline-flex;
    flex-wrap: wrap;
}
.tab-wrap a{
    display: block;
    padding:7px 8px;
    font-size: 14px;
    font-weight: bold;
    color: #585757;
    margin: 0 35px 20px 0;
}
.tab-wrap a.on{
    color: #fff;
    background: #005dab;
}
.tab-wrap a:hover{
    color: #fff;
    background: #005dab;
}
.tab-two-wrap{
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 15px;
    border-top: 1px dashed #e6e6e6;
    width: 100%;
}
.tab-two-wrap a{
    font-size: 12px;
    font-weight: bold;
    color: #585757;
    margin: 0 30px 30px 0;
}
.tab-two-wrap a.on{
    color: #005dab;
}
.tab-two-wrap a:hover{
    color: #005dab;
}
.tag-screen{
    display: inline-flex;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    padding: 20px 0;
    width: 100%;
}
.tag-screen .model{
    width: 25px;
    height: 25px;
    margin-left:28px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.tag-screen .list{
    background-image: url(../images/image.png);
}
.tag-screen .list.on{
    background-image: url(../images/image@2x.png);
}
.tag-screen .image{
    background-image: url(../images/list.png);
}
.tag-screen .image.on{
    background-image: url(../images/list@2x.png);
}
.tag-screen .order{
    margin-left:28px;
    color: #595757;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
	font-size:14px;
}
.tag-screen .order i{
    margin-left: 7px;
    height: 11px;
    width: 8px;
    background: url(../images/down.png) no-repeat center;
}

.tag-screen .order.up i{
    background: url(../images/up.png) no-repeat center;
}
.two-form form {
    display: flex;
    width: 152px;
    height: 22px;
    border: 1px solid #e9e9e9;
    align-items: center;
    border-radius: 11px;
}
.two-form form input[type="text"] {
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    width: 87%;
}
.two-form form input[type="submit"] {
    width: 12px;
    height: 12px;
    background: url(../images/icon4.png) no-repeat center / 12px 12px;
}
.two-form{
    margin-left: 891px;
}
.zx-content .left ul{
    display: none;
    align-items: flex-start;
    flex-wrap: wrap;
}
.zx-content .left .zx-img-list li{
	float:left;
    width: 334px;
    height: 402px;
    border: 1px solid #e5e5e5;
    margin: 0 20px 20px 0;
    position: relative;
}
.zx-content .left .zx-img-list li:nth-child(3n){
    margin: 0 0 20px 0;
}
.zx-content .left .zx-img-list li .box-img{
    width: 230px;
    height: 264px;
    margin: 23px auto 0;
}
.zx-content .left .zx-img-list li .box-img img{
    max-width: 100%;
    max-height: 100%;
}
.zx-content .left .zx-img-list li .name{
    box-sizing: border-box;
    padding: 0 28px;
    font-size: 14px;
    font-weight: bold;
    color: #005dab;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.zx-content .left .zx-img-list li .mou{
    font-size: 14px;
    color: #c0292b;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 28px;
    margin-top: 10px;
}
.zx-content .left .zx-img-list li .btn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #595959;
    background: #f2f2f2;
    text-align: center;
    margin-top: 10px;
}
.details-list{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 355px;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}
.details-list p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.details-list p span{
    color: #f8941f;
}
.zx-content .left li:hover .details-list{
    display: block;
}
.zx-content .left li:hover .btn{
    background: #005dab;
    color: #fff;
}
.page-wrap{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.page-wrap a,
.page-wrap span{
    display: block;
    height: 30px;
    width: auto;
	 padding:0 5px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #585858;
    border: 1px solid #cfcfcf;
    margin: 0 5px;
}
.page-wrap a:nth-child(1),
.page-wrap a:last-child{
    width: 60px;
}
.page-wrap a:hover,
.page-wrap span{
    background: #005dab;
    color: #fff;
    border: 1px solid #005dab;
}
.zx-content .left{
    width: 1048px;
}
.jc-right-content{
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    width: 322px;
    padding: 20px 10px 10px 22px;
}
.jc-right-content .jc-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jc-right-content .jc-title h1{
    font-size: 20px;
    color: #005dab;
    position: relative;
}
.jc-right-content .jc-title h1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 6px;
    line-height: 6px;
    display: block;
    border-radius: 3px;
    background: #005dab;
}
.jc-right-content .jc-title .info span{
    color: #999999;
    font-size: 12px;
}
.zx-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}
.jc-right-content ul {
    margin-top: 30px;
}
.jc-right-content ul li {
    margin-bottom: 15px;
}
.jc-right-content ul li a {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cfcfcf;
    justify-content: space-between;
}
.jc-right-content ul li a img {
    width: 100px;
    height: 70px;
    display: block;
}
.jc-right-content ul li .details {
    width: 180px;
    margin-left: 20px;
}
.jc-right-content ul li .details h1 {
    font-size: 12px;
    color: #005dab;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jc-right-content ul li .details p{
    font-size: 12px;
    font-weight: bold;
    color: #c0292b;
    margin-top: 15px;
}
.jc-right-entrance img{
    width: 100%;
}
.zx-content .left .item{
    width: 514px;
    height: 142px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    margin: 20px 20px 0 0;
}
.zx-content .left .item:nth-child(2n){
    margin: 20px 0 0 0;
}
.zx-content .left .item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 18px 67px 20px 20px;
}
.zx-content .left .item a .name{
    width: 340px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #005dab;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}
.zx-content .left .item a .name::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 200px;
    height: 1px;
    background: #cfcfcf;
}
.zx-content .left .item a p{
    margin-bottom:9px ;
    font-size: 12px;
    color: #585858;
}
.zx-content .left .item .flag {
    position: absolute;
    top: 0px;
    right: 16px;
}

.zx-content .left  .item .btn {
    position: absolute;
    top: 92px;
    right: 16px;
    width: 133px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #005eab;
	cursor:pointer;
}
.zx-content .left .item a:hover .btn{
    opacity: .8;
}
.zx-list-txt{
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
}
.zx-content .left .on,
.zx-content .left ul.on{
    display: flex;
}