
html, body, div, span, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, table, tr, th, td, a, form {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial,"microsoft yahei",Helvetica, sans-serif;
}
html,body {
    margin: 0;
    padding: 0;
}
html{
    /*font-size: 19.2px;*/
    font-size: 18.89px;
}
/*@media only screen and (max-width: 1366px) {
    html{
        font-size:13.66px;
    }
}
@media only screen and (max-width: 1024px) {
    html{
        font-size:10.24px;
    }
}
@media only screen and (max-width: 1440px) {
    html{
        font-size:14.4px;
    }
}
@media only screen and (max-width: 1680px) {
    html{
        font-size:16.8px;
    }
}*/

div {
    box-sizing: border-box;
}
/*包含以下四种的链接*/
a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
}
input{
    background:none;
    outline:none;
    border:none;
}

/*.h10 {
    width: 100%;
    height: .25rem;
    background: #f5f5f5;
}*/
.h5{width:100%;height:5px;overflow:hidden;clear:both;}
.h10{width:100%;height:10px;overflow:hidden;clear:both;}
.h20{width:100%;height:20px;overflow:hidden;clear:both;}

.clear{clear:both}
.fl, .fr{display: inline; }
.fl{ float: left;}
.fr{float: right; }

ul, ol, li{ list-style: none; list-style-type:none; list-style:none;margin:0;padding:0;}

.csnav_ct a {
    text-decoration: none;
    color: #333;
}

.fixed {
    display: block;
    min-height: 1%;
}
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

input:-webkit-autofill {
 box-shadow: 0 0 0px 1000px white inset !important;
}  
input:-webkit-autofill:focus {
 box-shadow: 0 0 0px 1000px white inset !important;
}

#txtsearch2{width:100%;}