/*
    author : yongma@Ctrip.com;
    date : 2015/08/06;
*/
@charset "utf-8";
/*reset*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,dl,dd,input,button{margin:0;padding:0;}
html{height:100%; font-size: 12px;}
body{min-width: 340px; position:relative;min-width:320px;min-height:100%;height:auto;overflow-x:hidden;background-color:#fff;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-text-size-adjust:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-font-smoothing:antialiased;
    -moz-user-select:none;
}
body,button,input,select,textarea,h1,h2,h3,h4,h5,h6{font:normal 12px/1.5 Arial,"Lucida Grande",Verdana,"Microsoft YaHei",hei; }
input,button{border:0 none;outline:0 none;-webkit-appearance:none;}
ul li{list-style:none;}
img{vertical-align: top; max-width:100%; width: 100%; height: auto;}
.clamp2, .clamp3, .clamp4, .clamp5{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.clamp2{-webkit-line-clamp: 2;}
.clamp3{-webkit-line-clamp: 3;}
.clamp4{-webkit-line-clamp: 4;}
.clamp5{-webkit-line-clamp: 5;}
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:".";}
.clearfix {zoom:1;}
a{text-decoration: none;}
/*---global end---*/
.banner, .base_bd{max-width:800px;margin:0 auto;}