html,body {
    font-family: "Microsoft YaHei";
    /*overflow-x:auto;*/
    /*overflow-y:scroll;*/
}
/*html,body{*/
    /*height:100%;*/
    /*width:100%;*/
    /*overflow:hidden;*/
/*}*/
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
    font-weight:400;
    margin:0;
    padding:0;
}
h1, h2, h3, h4, h4, h5 {
    margin:0;
    padding:0;
}
body {
    background-color:#FFFFFF;
    color:#666666;
    font-family:Microsoft YaHei,sans-serif;
    /*font-family:Helvetica,Arial;*/
    font-size:12px;
    /*padding:0 10px;*/
    text-align:left;
}
select {
    font-size:12px;
}
table {
    border-collapse:collapse;
}
a{
    color: black;
}
a:hover{
    text-decoration: none;
    color: #012269!important;
}
fieldset, img {
    border:0 none;
}
fieldset {
    margin:0;
    padding:0;
}
fieldset p {
    margin:0;
    padding:0 0 0 8px;
}
legend {
    display:none;
}
address, caption, em, strong, th, i {
    font-style:normal;
    font-weight:400;
}
table caption {
    margin-left:-1px;
}
hr {
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid #E4E4E4;
    border-width:1px 0;
    clear:both;
    height:2px;
    margin:5px 0;
    overflow:hidden;
}
ol, ul,li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}
caption, th {
    text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
    content:"";
}

.clearfix {zoom:1;}    /*==for IE6/7 Maxthon2==*/
.clearfix :after {
    clear:both;
    content:'.';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
}
a{
    text-decoration: none;
}

.f-l{
    float: left;
}
img{
    max-width: 100%;
}
.f-r{
    float: right;
}
@media screen and (min-width: 999px)and (max-width: 1920px) {
    .main{
        min-width: 1200px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1367px)and (max-width: 1920px) {
    .main{
        min-width: 1200px;
    }
}