body{
    background: #CDE8F5 url(zdjsxm_body-bg2.png) no-repeat;
	background-position: center 120px;
}
.main-wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.top-wrap{
    width: 100%;
}

.nav-wrap{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 200px;
}
.nav-wrap .nav-item{
    display: block;
	float: left;
    width: 236px;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    font-size: 17px;
    margin-right: 5px;
}
.nav-wrap .nav-item:nth-child(5){
	margin-right: 0;
}
.nav-wrap .nav-item a{
    color: #3483CB;
}
.nav-wrap .nav-item:hover{
	background-color: #235395;
	color: #ffffff;
}
.nav-wrap .nav-item:hover a{
	color: #ffffff;
}
.nav-type{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.nav-type .type-item{
    width: 33%;
    border:solid 2px #529DE2;
    color: #3483CB;
    font-weight: bold;
    font-size: 20px;
    background: #fff;
    border-right: none;
    float: left;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
}

.nav-type .type-item:last-child{
    border-right:solid 2px #529DE2;
}
.nav-type .type-item.cur{
    background: #529DE2;
    color: #fff;
}
.info-nav {
	width: 100%;
	height: 40px;
}

.info-nav .range-item{
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 4px;
	margin-top: 10px;
	width: 168px;
	height: 40px;
	line-height: 40px;
	background-color: #5b9bdf;
}
.info-nav .range-item:last-child{
    margin-right: 0;
}
.info-nav .range-item:hover{
    color: #fff;
	background-color: #0A68BD;
}
.main-list{
    width: 100%;
    margin-top: 30px;
}
.main-list .list-wrap{
    display: none;
}
.main-list .list-wrap.cur{
    display: block;
}
.main-list .list-item{
    margin-bottom: 38px;
    background: #fff;
    padding: 25px;
}
.main-list .list-item .img-wrap{
    width: 447px;
    height: 265px;
    margin-right: 32px;
    overflow: hidden;
}
.main-list .list-item .img-wrap .img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.main-list .list-item .img-wrap .img:hover{
    transform: scale(1.06);
}
.main-list .list-item .info{
    width: 670px;
}
.main-list .list-item .info .info-title{
    width: 100%;
    height: 49px;
    background: url(zdjsxm_pro-title.png) no-repeat;
    background-size: 100% 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 49px;
    padding-left: 23px;
    box-sizing: border-box;
    color: #0A68BD;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.main-list .list-item .info .info-title a{
    color: #0A68BD;
}
.main-list .list-item .info .info-title a:hover{
    color: #29559c;
}
.main-list .list-item .info .info-main{
    width: 100%;
    height: 212px;
    overflow: hidden;
    margin-top: 0;
    /* background: url(zdjsxm_pro-rage.png) no-repeat;
    background-size: 100% auto; */
}
.main-list .list-item .info .info-main .range-item{
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
	margin-top: 10px;
	width: 216px;
	height: 60px;
	line-height: 60px;
	background-color: #5b9bdf;
}
.main-list .list-item .info .info-main .range-item:nth-child(3n+0){
    margin-right: 0;
}
/* .main-list .list-item .info .info-main .range-item:nth-child(even){
    margin-top: 135px;
}
.main-list .list-item .info .info-main .range-item:nth-child(odd){
    margin-top: 15px;
} */
.main-list .list-item .info .info-main .range-item:hover{
    color: #fff;
	background-color: #0A68BD;
}
.main-list.pro-box{
	padding:15px;
	background:#fff;
	box-sizing:border-box;
	border-radius:10px;
	margin:0 0 20px;
}
.main-list .pro-list-box{
	margin-bottom:12px;
}
.main-list .pro-list-box .pro-list-item a{
	display:block;
	padding: 12px 0;
	font-size:16px;
}
.main-list .pro-list-box .pro-list-item a span{
	font-size:14px;
	padding-right:16px;
	color:#3483CB;
}
@media only screen and (min-width: 996px) and (max-width: 996px) {
  .main-wrap {
    width: 100% !important;
    padding: 0 8px 0 16px;
  }
  .nav-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-wrap .nav-item {
    float: none;
    width: 19%;
    margin-right: 1%;
  }
  .info-nav {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .info-nav .range-item {
    width: 19%;
    float: none;
    margin-right: 1%;
  }
  .main-list .list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-list .list-item .img-wrap {
    width: 40%;
    margin-right: 0;
  }
  .main-list .list-item .info {
    width: 58%;
  }
.main-list .list-item .info .info-main .range-item {
width: 32%
}
}
