body{
	font-family: Arial, Tahoma;
	font-size:14px;
	color:#444444;
    margin: 0;
	background-color:#f9f9f9;
}
a{
	color:#444444;
	text-decoration:none;
}
a:hover{
	color:#1e94bc;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
input[type='text'], textarea, select{
	width:93%;
	height:2em;
	margin-top:2px;
	border:solid 1px #e0e0e0;
	background-color:#FFF;
	color:#1b3146;
	padding:3px 10px;
}
textarea{
	height:auto;
}
h1{
    font-size: 30px;
    margin: 30px 0;
}
h2{
    font-size: 25px;
}
h3{
    font-size: 18px;
}
.red{
    color:#FF0004;
}
.cover{
    width: 1300px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
#logo{
    width: 323px;
    height: 124px;
    margin: 15px 0;
    float: left;
    background-image: url("../images/logo.jpg");
}
#listmenu{
    width: 100%;
    height: 51px;
    background: url("../images/bg-menu.jpg");
}
#foot{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f9f9f9;
    color: #817c7c
}
#bottom{
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 18px 0;
    text-align: center;
    color: #817c7c;
    border-top: solid 1px #ebebeb;
}
.row{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.col3{
    width: 30%;
    padding: 1.6%;
    float: left;
}
.col4{
    width: 22%;
    height: auto;
    padding: 1.5%;
    float: left;
}
#slideshow{
    width: 100%;
    margin:15px auto;
}
.bgwhite{
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 15px 0;
    border-bottom: solid 1px #d9d8d8;
    border-top: solid 1px #d9d8d8;
    overflow: hidden;
}
.btnblue{
    border: solid 1px #d9d8d8;
    border-radius: 10px;
    background-color: #efefef;
	padding:10px 20px;
	cursor:pointer;
	margin-top:10px;
}
@media only screen and (max-width: 800px) {
    h1{
        font-size: 22px;
    }
    .cover{
        width: 100%;
    }
    .detail{
        width: 95%;
        padding: 2.5%;
    }
    #logo{
        width: 200px;
        height: 77px;
        margin: 15px auto;
        float: none;
        background-image: url("../images/slogo.jpg");
    }
    .col3, .col4{
        width: 95%;
        height: auto;
        padding: 10px 2.5%;
        float: none;
    }
}
@media only screen and (min-width: 801px) and (max-width: 1200px) {
    .cover{
        width: 100%;
    }
    .detail{
        width: 95%;
        padding: 2.5%;
    }
}