@media only screen and (max-width:1000px) {
    .logo{display: none !important;} 
    .h2{font-size:140%;}
    .h3{font-size:125%;}
    .h4{font-size:120%;padding-top:10px;}
    p{font-size:12px !important;}
    p span{font-size:12px !important;}
    table span,p{font-size:10px !important;}
    .row3 p{font-size:10px !important;}
    .nav a{font-size:12px !important;}
}
@media only screen and (max-width:450px){
    .xshidden{display:none;}
}
@media only screen and (max-width:750px){
.nav{display:none;}
    .www{display:none;}
    .wap,.nav2{display:inline;}
}
@media only screen and (min-width:750px){
.wap,.nav2{display:none;}
}
body{
    font-size:16px;
    line-height:30px;
    }
p{
    text-indent: 2em;
    }

table{
margin-left:3rem;
width:90%;
}

td{
padding-left:1rem;
}


.content table span,.content table p{
    text-indent:0em !important;}

.row1{
    height:150px;
    background-color:rgb(9, 49, 117);
}
.logo{
    padding-top:15px;
    line-height:120%;
    height:100%;
}
.title{
    height:100%;
    color:white;
    padding-top:15px;
}
.row2{
    min-height:666px;
    padding-top:10px;
}
.row3{
    padding-top:30px;
    background-color:rgb(9, 49, 117);
    color:white;
}
.h4{
    padding-top:10px;
}
.for4{
letter-spacing:2em;
}

.for4 a {
    display: block !important;
    padding: 0 !important;
    width: 72px !important;
    height: 30px !important;
    text-align: center;
    background:#337ab1 !important;
}
#vsb_content img{width:95%;}