/*html元素初始化*/
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, span, i, ul, a, em, img, textarea, select {
    margin: 0;
    padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

body, button, input, select, textarea {
    font-size: 12px;
    font-family: "Microsoft YaHei", Tahoma, "Simsun", sans-serif;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%;
}

body {
    background: #fff;
    position:relative;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

ul, ol {
    list-style: none;
}

ul, li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
}

a:hover {
    text-decoration: none;
}

/* Form */
label, input, select {
    vertical-align: middle;
}

input[type=submit], input[type=button], input[type=reset] {
    cursor: pointer;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], select, textarea {
    -webkit-appearance: none;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
}

*:focus {
    outline: none;
}

textarea, select {
    -webkit-appearance: none;
}

/* Clear float */
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* Architecture Wide */
.container {
    width: 1200px;
    margin: 0 auto;
}

.container1 {
    width: 960px;
    margin: 0 auto;
}

i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.arrowT, .arrowR, .arrowB, .arrowL {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nopointer {
    cursor: text;
}

.imgshadow {
    box-shadow:-2px 0 3px 0 rgba(0, 0, 0, 0.20),
    2px 0 3px 0 rgba(0, 0, 0, 0.20),
    0 3px 20px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow:-2px 0 3px 0 rgba(0, 0, 0, 0.20),
    2px 0 3px 0 rgba(0, 0, 0, 0.20),
    0 3px 20px 0 rgba(0, 0, 0, 0.20);
    -webkit-box-shadow:-2px 0 3px 0 rgba(0, 0, 0, 0.20),
    2px 0 3px 0 rgba(0, 0, 0, 0.20),
    0 3px 20px 0 rgba(0, 0, 0, 0.20);
}
.shadetop {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fff,endColorStr=#f5f5f5) !important; /*IE 6 7 8*/

    background: -ms-linear-gradient(top, #fff,  #f5f5f5) !important;        /* IE 10 */

    background:-moz-linear-gradient(top,#fff,#f5f5f5) !important;/*火狐*/

    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#f5f5f5)) !important;/*谷歌*/

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f5f5f5)) !important;      /* Safari 4-5, Chrome 1-9*/

    background: -webkit-linear-gradient(top, #fff, #f5f5f5) !important;   /*Safari5.1 Chrome 10+*/

    background: -o-linear-gradient(top, #fff, #f5f5f5) !important;  /*Opera 11.10+*/
}
.shadebottom {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#f5f5f5,endColorStr=#fff) !important; /*IE 6 7 8*/

    background: -ms-linear-gradient(top, #f5f5f5,  #fff) !important;        /* IE 10 */

    background:-moz-linear-gradient(top,#f5f5f5,#ffff) !important;/*火狐*/

    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#f5f5f5), to(#fff)) !important;/*谷歌*/

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5), to(#fff)) !important;      /* Safari 4-5, Chrome 1-9*/

    background: -webkit-linear-gradient(top, #f5f5f5, #fff) !important;   /*Safari5.1 Chrome 10+*/

    background: -o-linear-gradient(top, #f5f5f5, #fff) !important;  /*Opera 11.10+*/
}
.center {
    text-align: center;
    vertical-align: middle;
}
.content {
    width: 100%;
    position: relative;
    overflow: hidden;
}