@charset "utf-8";
/* CSS Document */
.clear {
    clear:both;
}
.clearboth:after,.clearBoth:after{
    content: "";
    display: block;
    clear: both;
}

body {
    padding:0px;
    color: #000000;
    overflow-x: hidden;
}
* {
    margin: 0px;
    padding: 0px;
    font-family: Microsoft YaHei;
    list-style:none;
    text-decoration:none;

}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
    cursor: pointer;
}
ul li {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    border: 0px;
    width: auto;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
i {
    font-style: inherit;
}
ul {
    -webkit-padding-start: 0px;
}   
* {
    list-style:none;
}
textarea,
select,
option,
input {
    outline: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
.main{
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin:0 auto;
    height: 100%;
}
.w1600{
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin:0 auto;
    height: 100%;
}
.w1450{
    position: relative;
    width: 100%;
    max-width: 1450px;
    margin:0 auto;
    height: 100%;
}
.left{
    float: left;
}
.right{
    float: right;
}
img.tu2{
    display: none;
}
#pages { 
    padding:20px 0 0; 
    text-align: 
    -webkit-center; font-size:14px;
}
#pages a { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#fff; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#333; 
    padding:0 10px
}
#pages a.a1 { 
    width:56px; 
    padding:0 
}
#pages a:hover { 
    background:#f1f1f1; 
    color:#000; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#f39800; 
    border:1px solid #f39800; 
    color:#fff; 
    text-align:center;
    padding:0 10px
}
#pages .noPage { 
    display:inline-block; 
    width:56px; 
    height:30px; 
    line-height:30px; 
    background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; 
    border:1px solid #e3e3e3; 
    text-align:center; 
    color:#a4a4a4; 
}
