body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
body{font-family:"Microsoft YaHei",SimHei,Heiti SC;font-size: 12px;line-height: 1.5;color: #535353; background: #FFF;min-width: 1100px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption, cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
capation,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:' '}
a{text-decoration: none;color: #535353;}
abbr,acronym{border:0;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt48{margin-top: 48px;}
.mt68{margin-top: 68px;}
.mt70{margin-top: 70px;}
.mt100{margin-top: 100px;}
.ml10{margin-left: 10px;}
.mr16 {margin-right: 16px;}
.ml30{margin-left: 30px;}
.pt60{padding-top: 60px;}
.pt55{padding-top: 55px;}
.pt30{padding-top: 30px;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block;}
*html .clearfix{height:1%}
.clearfix{display:block;}
.main{width:1700px;margin-left: auto;margin-right: auto;}
.relative{
	position: relative;
}

/*弹窗*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=30);
    opacity: .3;
}
.model {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    z-index: 9999;
}
.model-boxwa{
    width: 860px;
    height: 500px;
    background: #fafafa;
}
.modal-header {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 2.08333333;
    color: #4d4d4d;
    background-color: #efefef;
}
.modal-header .btn-close {
    float: right;
    margin-top: 8px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    font-size: 28px;
    color: #333;
    background: url(../images/all/close.png) no-repeat -10px -8px;
    border: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
.model-box{
    padding: 20px 30px;
    color: #666;
    font-size: 14px;
    overflow-y: auto;
    width: 800px;
    height: 330px;
    background: #FFF;
}
.model-box h4{
    margin-top:30px;
}
.tetable{
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
}
.tetable > thead > tr > th {
    vertical-align: middle;
    color: #333;
    background-color: #f5f5f5;
     text-align: center;
     border: 1px solid #ddd;
}
.tetable > tbody > tr > td {
     padding: 5px;
    vertical-align: middle;
     text-align: center;
     border: 1px solid #ddd;
}