
html {
    font-size : 20px;
}
@media only screen and (min-width: 401px){
    html {
        font-size: 25px !important;
    }
}
@media only screen and (min-width: 428px){
    html {
        font-size: 26.75px !important;
    }
}
@media only screen and (min-width: 481px){
    html {
        font-size: 30px !important; 
    }
}
@media only screen and (min-width: 569px){
    html {
        font-size: 35px !important; 
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 40px !important; 
    }
}
*, *:before, *:after {
　　    box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
　　}
*{
    margin: 0;
    padding: 0;
    border: none;
}
div,ul{
     overflow: hidden;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
body{
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
a.img{
    display: block;
    overflow: hidden;
}
img{
	width: 100%;
	max-width: 640px;
    vertical-align: bottom;
}
.text_red{
    color: red;
}
.clear{
    clear: both;
}
.nav{
	font-size: 0.6rem;
background-color: #08919B;
height: 1.5rem;
line-height: 1.5rem;
}
.nav li{
    float: left;
    width: 25%;
   
    text-align: center;
    border-right: 1px solid white;
}
.nav li a{
     color: white;
}
.nav li:last-child{
     color: white;
    border-right: none;
}
.zj >div{
        width: 50%;
    padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.zjl{
    float: left;
padding-left: 0.3rem;
padding-right: 0.3rem;
}
.zjr{
    float: right;
    padding-left: 0.3rem;
    position: relative;
}
.zjl p{
   font-size: 0.5rem; 
   margin-top: 0.3rem;
   text-indent: 1rem;
}
.zjr ul{
    position: relative;
    bottom: 1rem;
}
.zjr ul li{
    float: left;
    width: 50%;
    background-color: #E6E6E6;
    text-align: center;
    line-height: 1rem;
    height: 1rem;
}
.zjr ul li a{
    font-size: 0.5rem;
   color: black;
   display: block;
}
.zjr ul li:first-child{
    background-color: red;
}
.zjr ul li:first-child a{
     color: white;

}

.ctext h1{
text-align: center;
font-size: 0.8rem;
padding: 0.5rem;
}
.ctext p{
text-indent: 1rem;
font-size: 0.5rem;
line-height: 0.8rem;
margin-bottom: 0.3rem;
}
.map{
    margin-bottom: 1rem;
}