@charset "utf-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}  
fieldset, img {border: none; }
ul, ol {list-style: none; }
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}
select, input {vertical-align: middle; }
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
textarea {resize: none; }
table {border-collapse: collapse; }
body {
    font: 12px '微软雅黑'; 
   /* height: 3000px;*/  /* 测试用的高度 */
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1,h2,h3 ,h4 ,h5 ,h6{
    font-weight:normal;
}
i,em{font-style: normal;}
a {
    color: #000;
    text-decoration: none;
}
a:hover {color:  #000; }

.clearfix:after,clearfix:before{
    content:"";
    display:table;
    clear:both;
}
.clearfix{*zoom:1; }

.hidden { display:none; }
.block { display:block; }
.inline { display:inline; }
.inline-block { display:inline-block; }
.fl { float: left; }
.fr {float: right;}
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }
.text-italic{font-style: italic;}
.pr{position: relative;}
.pa{position: absolute;}
.fb{font-weight: bold;}
.l50{left: 50%;}
.r50{right: 50%;}
.border-radius{
   border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.zd2{z-index: 2;}
body{
    min-width: 1200px;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}
.wrap{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.black{color:#000;}
.white{color:#fff;}
.yellowC{color: #ffed0b;}
.grenblueC{color: #027e7f;}
.goldC{color: ;}
.pink{background-color: #eb5484;}
.yellow{background-color: #ffed0b;}
.greenblue{background-color: #26b2c3;}
.gray{background-color: #eee;}
.bd1{border: 1px solid #000;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.fz23{font-size: 23px;}
.fz24{font-size: 24px;}
.fz25{font-size: 25px;}
.fz28{font-size: 28px;}
.fz30{font-size: 30px;}
.fz35{font-size: 35px;}
.fz42{font-size: 42px;}
.fz40{font-size: 40px;}