@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: #3c3c3c;
    text-decoration: none;
}
a:hover {color:  #3c3c3c; }

.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; }
.vm{vertical-align: middle;}
.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%;
}
.border-radius10{
   border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.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{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.black{color:#000;}
.white{color:#fff;}
.yellowC{color: #ffcf00;}
.grayC{color: #413f3b;}
.blueC{color: #1a79e0;}
.deepblueC{color: #005abb;}
.redC{color: #f00;}
.blue{background-color: #1a79e0;}
.blueWhite{background-color: #e1f4fe;}
.gray{background-color: #eee;}



.bd1{border: 1px solid #000;}
.fz18{font-size: 18px;}
.fz19{font-size: 19px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.fz23{font-size: 23px;}
.fz24{font-size: 24px;}
.fz28{font-size: 28px;}
.fz30{font-size: 30px;}
.fz35{font-size: 35px;}
.fz36{font-size: 36px;}
.fz42{font-size: 42px;}
.fz40{font-size: 40px;}
.fz48{font-size: 48px;}


.bd1{border: 1px solid #000;}
.mt24{margin-top: 24px;}
.mt28{margin-top: 28px;}
.mb18{margin-bottom: 18px;}
.mr12{margin-right: 12px;}
.pdx10{padding: 0 10px;}
.pdy5{padding: 5px 0;}
.pdy10{padding: 10px 0;}
.pdt54{padding-top: 54px;}
.pdb50{padding-bottom: 50px;}
.lh34{line-height: 34px;}
.tin2{text-indent: 2em;}
