@media screen and (max-width:640px)  {
    .app-ul{
        display: none;
    }
    .menu{
        display: block;
    }
    .banner-box{
        width: 100%;
        margin-top:0;
    }
    .banner-box img{
        width: 100%;
        margin-top: 60px;
    }
    .pc-ul{
        display: none;
    }
    .app-ul{
        position: absolute;
        background: #58ACFA;
        width: 120px;
        right: 0;
        top:60px;
    }
    .app-ul li{
        height: 80px;
        border-bottom: 1px solid #ffffff;
        padding-top: 22px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .app-ul li:last-child{
        border: none;
    }
    .app-ul dd,.app-ul dt{
        color: #ffffff;
        line-height:1.2rem;
        text-align: center;
    }
    .app-ul dt{
        font-size: 0.8rem;
    }
    .top-nav{
        width: 90%;
        position: relative;
    }
    .color-title,.color-title-2{
        width: 100%;
    }
    .menu{
        width: 40px;
        height: 40px;
        background: url("../img/menu-icon.png") no-repeat;
        background-size: cover;
    }
    .menu-left{
        background-position: left;
    }
    .menu-right{
        background-position: right;
    }
    .content-box{
        width: 95%;
    }
    .intro-img{
        width: 100%;
        margin: 10px auto;
    }
    .intro-img2{
        width: 100%;
        margin: 20px auto;
    }
    .text-box h3{
        font-size: 1.2rem;
        margin-left: 20px;
    }
    .text-box h2{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bottom{
        padding-top: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    .data-box{
        width: 100%;
        height: 40px;
    }
    .data-box i{
        width: 15%;
    }
    .data-box p{
        font-size: 1rem;
    }
    .location-box{
        width: 100%;
        height: 40px;
    }
    .location-box ul{
        width: 75%;
    }
    .location-box li{
        font-size: 0.8rem;
        margin-top:12px;
        padding-left:5px;
        padding-right: 5px;
        line-height: 0.8rem;
    }
    .back-top{
        right: 10px;
        bottom: 70px;
    }
    .no-flex{
        display: block;
    }
    .no-flex img{
        width: 100%;
    }
    .app-icon img{
        width:80%;
        height: auto;
    }
    .app-icon p{
        font-size: 1rem;
    }
    .app-a{
        margin-top: 0;
    }
    .color-title,.color-title-2{
        height: 40px;
    }
    .color-title h1{
        font-size: 1.4rem;
        line-height: 40px;
        margin-left: 20px;
    }
    .color-title-2 h2{
        font-size: 1.2rem;
        line-height:40px;
        margin-left: 20px;
    }
    .text-box p{
        font-size:1rem;
        line-height: 1.4rem;
    }
    .text-box h2{
        font-size: 1.2rem;
    }
    .ul-1 li,.ul-2 li{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .app-bottom{
        padding-bottom: 0;
    }
    .apply-btn{
        margin: 0 auto;
    }
    .cancer-icon{
        right: -100px;
    }
    .top-nav{
        height: 60px;
	
    }
    .logo-box img{
        width: 60%;
    }
    .content-box{
        margin: 20px auto;
    }
    .c{
        margin-top: 6px;
    }
	
	  table {
	
	border-right: 1px solid #804040;
	
	border-bottom: 1px solid #804040;
	
	border-collapse:collapse;
	
	border-color: #58ACFA;
	
	width: 400px;
	
	}
	
	table td {
	border-left: 1px solid #804040;
	border-top: 1px solid #804040;
	text-align: center;
	border-color: #58ACFA;
	}

}