﻿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%;
}
.tit-logo{
    display: block;
    width: 350px;
    padding-top: 20px;
    padding-left: 0px;
}
.nav-wrap{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 380px;
}
.nav-wrap .nav-item{
    display: inline-block;
    width: 18%;
    padding: 6px 0;
    background: #fff;
    text-align: center;
    font-size: 17px;
    margin: 0 .5%;
}
.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: #3483CB;
}
.nav-type{
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}
.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;
}
.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: 188px;
    overflow: hidden;
    margin-top: 24px;
    background: url(../img/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: #000;
    margin-right: 20px;
}
.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: #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;
}
.location-wrap{
	line-height: 44px;
	padding-left: 30px;
    font-size: 15px;
    color: #666666;
	background: url(../img/dqwz.png) left center no-repeat;
}