﻿@media screen and (max-width:800px){
    .main-wrap{
        width: 100%;
    }
    .tit-logo{
        width: 50%;
        padding-top: 5px;
    }
    .nav-wrap{
        margin-top: 80px;
    }
    .nav-wrap .nav-item{
        display: block;
        width: 80%;
        margin: 0 auto 5px auto;
        font-size: 16px;
    }
	.nav-wrap .nav-item:nth-child(1){
		width:80%;
	}
	.nav-wrap .nav-item:nth-child(2),.nav-wrap .nav-item:nth-child(3){
		width:80%;
	}
    .nav-type{
        text-align: center;
        margin-top: 20px;
        font-size: 0;
    }
    .nav-type .type-item{
        display: inline-block;
        float: none;
        font-size: 14px;
        padding: 6px 0;
        border:solid 1px #529DE2;
        width: 100%;
        border-right: none;
        vertical-align:bottom;
    }
    .nav-type .type-item:last-child{
        border-right:solid 1px #529DE2;
    }
    .main-list{
        margin-top: 20px;
    }
    .main-list .list-item{
        padding: 10px 5px;
    }
    .main-list .list-item .img-wrap{
        display: none;
    }
    .main-list .list-item .info{
        width: 100%;
    }
    .main-list .list-item .info .info-title{
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding-left: 10px;
    }
    .main-list .list-item .info .info-main{
        height: auto;
        position: relative;
        height: 110px;
		margin-bottom:40px;
    }
    .main-list .list-item .info .info-main .range-item{
        font-size: 12px;
        position: absolute;
        float: none;
        width: 25%;
        margin-right: 0;
    }
	.main-list .list-item .info .info-main .range-item:nth-child(5){
		top:97px;
	}
	.main-list .list-item .info .info-main .range-item:nth-child(6){
		right:34%;
		top:97px;
	}
	.main-list .list-item .info .info-main .range-item:nth-child(7){
		right:56%;
		top:97px;
	}
	.location-wrap{
		line-height: 44px;
		padding-left: 10px;
		font-size: 12px;
		color: #666666;
		background: none;
	}
	#footer{
		display:none;		
	}
	.mobile-foot{
		display:block!important;
		width: 100%;
		height: auto;
		padding: 15px;
		text-align: center;
		font-size: 15px;
		color: #fff;
		background: #245399;
		box-sizing:border-box;
	}
	.mobile-foot a{
		color:#fff!important;		
	}
}