@charset "utf-8";
/* CSS Document */
.clear {
    clear:both;
}
.clearboth:after,.clearBoth:after{
    content: "";
    display: block;
    clear: both;
}

body {
    padding:0px;
    color: #110905;
    background: #ffeedc;
    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 {
    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 !important;
}
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: 1150px;
    margin:0 auto;
    height: 100%;
}
.w1600{
    position: relative;
    width: 94%;
    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;
}
#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:#ff911a; 
    color:#ffffff; 
    text-decoration:none 
}
#pages span { 
    display:inline-block; 
    height:30px; 
    line-height:30px; 
    background:#ff911a; 
    border:1px solid #ff911a; 
    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; 
}
.clear:after{content:'\20';display:block;height:0;clear:both;visibility:hidden;}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:30%;right:-135px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:46px;font:16px/46px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#444444 url(../images/b4.png) left top no-repeat;}
.yb_bar .yb_phone{background:#444444 url(../images/b3.png) left top no-repeat;}
.yb_bar .yb_QQ{text-indent:0;background:#444444 url(../images/b1.png) left top no-repeat;}
.yb_bar .yb_ercode{background:#444444 url(../images/b2.png) left top no-repeat;}
.hd_qr{padding:0 20px 20px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
.yb_ercode img{
    width: 100%;
}