body{
    background: #CDE8F5 url(../img/body-bg2.png) no-repeat;
    background-size: 100% auto;
}
.main-wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.top-wrap{
    width: 100%;
	padding-top:30px;
}
.tit-logo{
    display: block;
    width: 350px;
    padding-top: 20px;
    padding-left: 0px;
}
.nav-wrap{
    width: 100%;
    overflow: hidden;
    margin-top: 380px;
}
.nav-wrap .nav-item{
    display: inline-block;
    width: 23.9%;
    padding: 10px 0;
    background: #075AA8;
    text-align: center;
    font-size: 20px;
    margin: 0 .5% 10px;
}
.nav-wrap .nav-item:first-child{
    margin-left:0;
    width:24%;
}
.nav-wrap .nav-item:last-child{
    margin-right:0;
    width:24.1%;
}

/*.nav-wrap .nav-item:nth-child(1){
	width:10%;
}
.nav-wrap .nav-item:nth-child(2),.nav-wrap .nav-item:nth-child(3){
	width:12%;
}*/
.nav-wrap .nav-item a{
    color: #fff
}

.list-section{
    width:100%;
    overflow:hidden;
    margin-top:40px;
}
.list-section .sec-item{
    background:#fff;
    width:48.5%;
    padding:0 20px;
    box-sizing:border-box;
}
.list-section .sec-item .sec-tit{
    width:100%;
    border-bottom:solid 1px #DADADA;
}
.list-section .sec-item .sec-tit .tit-info{
    display:inline-block;
    color:#3483CB;
    font-size:26px;
    font-weight:bold;
    padding:16px 4px 4px;
    border-bottom:solid 4px #3483CB;
}
.list-section .sec-item .list-item{
    overflow:hidden;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    position:relative;
    padding-left:20px;
    box-sizing:border-box;
}
.list-section .sec-item .list-item::before{
    content:'';
    position:absolute;
    width:6px;
    height:6px;
    border-radius:6px;
    background:#3483CB;
    top:22px;
    left:0;
}
.list-section .sec-item .list-item .tit{
    display:block;
    width:75%;
}
.list-section .sec-item .list-item .date{
    display:block;
    width:20%;
    text-align:right;
}

.center-banner{
    width:100%;
    margin-top:40px;
}
.center-banner a{
    displayLblock;
    width:100%;
}
.center-banner a img{
    diplay:block;
    width:100%;
}
.nav-type{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.nav-type .type-item{
    width: 47%;
    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{
    float:right;
}
.nav-type .type-item.cur{
    background: #529DE2;
    color: #fff;
}
.main-list{
    width: 100%;
    margin-top: 60px;
}
.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(../img/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-main{
    width: 100%;
    height: 140px;
    margin-top: 40px;
    /*background: url(../img/pro-rage.png) no-repeat;
    background-size: 100% auto;*/
	border:solid 1px #529DE2;
	border-radius:140px;
	position:relative;
}
.main-list .list-item .info .info-main .range-item{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin-right: 20px;
	position:absolute;
	width:25%;
}
.main-list .list-item .info .info-main .range-item:nth-child(1){
    left:0;
	top:-12px;
}
.main-list .list-item .info .info-main .range-item:nth-child(2){
    left:25%;
	top:-12px;
}
.main-list .list-item .info .info-main .range-item:nth-child(3){
    left:50%;
	top:-12px;
}
.main-list .list-item .info .info-main .range-item:nth-child(4){
    left:75%;
	top:-12px;
}
.main-list .list-item .info .info-main .range-item:nth-child(5){
    right:10%;
	top:127px;
}
.main-list .list-item .info .info-main .range-item:nth-child(6){
    right:35%;
	top:127px;
}
.main-list .list-item .info .info-main .range-item:nth-child(7){
    right:60%;
	top:127px;
}
.main-list .list-item .info .info-main .range-item:hover{
    color: #0A68BD;
}
.main-list .list-item .info .info-main .range-item .num{
	display:block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	font-size:12px;
	border-radius:24px;
	background:#0A68BD;
	color:#fff;
	margin:0 auto;
}
.main-list .list-item .info .info-main .range-item span{
	display:block;
	padding:8px 0;
}
.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;
        width:75%;
}
.main-list .pro-list-box .pro-list-item a span{
	font-size:14px;
	padding-right:16px;
	color:#3483CB;
        width:20%;
        text-align:right;
}
.location-wrap{
	line-height: 44px;
	padding-left: 30px;
    font-size: 15px;
    color: #666666;
	background: url(../img/dqwz.png) left center no-repeat;
}