* {
    font-family: "Microsoft YaHei","Microsoft YaHei UI",serif;
    outline: none;
}
body {
    margin: 0;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    transition: 200ms ease-out;
}
.top-bg{
    width: 100%; height: 95px;
    background: #222;
    border-bottom: #666 solid 5px;
    box-sizing: border-box;
}
.top-bg .top{
    position: relative;
    top: 0; left: 0; right: 0;
    width: 1000px; height: 95px;
    margin: 0 auto;
}
.top-bg .top .logo-zg{
    position: absolute;
    top: 30px; left: 0;
    width: 140px; height: 30px;
    /*background: url("logo-140x30.png") no-repeat center;*/
}
.top-bg .top .tel-400{
    position: absolute;
    top: 40px; right: 0;
    width: 135px; height: 22px;
    background: url("tel-135x22.png") no-repeat center;
}
.top-bg .top .menu{
    position: absolute;
    top: 39px; left: 0; right: 0;
    margin: 0 auto;
    width: 365px; height: 20px;
    text-align: center;
}
.top-bg .top .menu nav{
    font-family: "Microsoft YaHei","Microsoft YaHei UI","Microsoft YaHei Light","Microsoft YaHei UI Light";
    font-size: 14px;
}
.top-bg .top .menu nav a{
    color: #fff;
    padding-left: 3px; padding-right: 3px;
}
.top-bg .top .menu nav a:hover{
    color: #f00;
}
.banner{
    width: 100%; height: 781px;
    background: url("banner.png") no-repeat center;
}
.main-bg{
    position: relative;
    width: 100%; height: 2950px;
    text-align: center;
    background: #c12b2d;
}
.main-bg .main{
    position: absolute;
    top: 0; left: 0; right: 0;
    margin: 0 auto;
    width: 1000px; height: 2830px;
    background: #fffbef;
    border: #c12b2d dashed 2px;
    border-radius: 25px;
}
.main-bg .main .text1{
    position: absolute;
    top: 80px; left: 0; right: 0;
    margin: 0 auto;
    width: 681px; height: 127px;
    background: url("text1.png") no-repeat center;
    opacity: 0.8;
}

/*新增表格区域******************************************************/
.main-bg .main .tab{
    width: 800px; height: 50px;
    overflow: hidden;
    position: relative;
    top: 240px; left: 0; right: 0;
    border-radius: 20px;
    margin: 0 auto;
}
.main-bg .main .tab ul li{
    width: 50%; height: 50px;
    position: absolute;
    text-align: center;
    background: #ddd;
    font-size: 18px;
    font-weight: bold;
    color: #c00;
    line-height: 48px;
}
.main-bg .main .tab .tab-l{
    transition: 200ms ease-out;
    top: 0; left: 0;
}
.main-bg .main .tab .tab-r{
    transition: 200ms ease-out;
    top: 0; right: 0;
}
.main-bg .main .tab .tab-on{
    transition: 200ms ease-out;
    background: #c12b2d;
    color: #fff;
}
.main-bg .main .tab-box .tab-l{
    width: 980px; height: auto;
    position: absolute;
    top: 305px; left: 0; right: 0;
    margin: 0 auto;
}
.main-bg .main .tab-box .tab-l table, .main-bg .main .tab-box .tab-r table{
    width: 100%; height: 1400px;
    border: #ddd solid 1px;
    background: #fff;
    font-size: 14px;
}
.main-bg .main .tab-box .tab-l table th, .main-bg .main .tab-box .tab-r table th{
    background: #c00;
    color: #fff;
    border: #c00 solid 1px;
    height: 50px;
}
.main-bg .main .tab-box .tab-l table td, .main-bg .main .tab-box .tab-r table td{
    border: #ddd solid 1px;
}
.main-bg .main .tab-box .tab-r{
    display: none;
    width: 980px; height: auto;
    position: absolute;
    top: 305px; left: 0; right: 0;
    margin: 0 auto;
}
.main-bg .main .tab-box .tab-l table a, .main-bg .main .tab-box .tab-r table a{
    color: #fff;
    background: #d00000;
    padding: 5px;
    border-radius: 5px;
}
/*新增表格区结束****************************************************/

.main-bg .main .table{
    position: absolute;
    top: 230px; left: 0; right: 0;
    margin: 0 auto;
    width: 900px; height: 305px;
    background: #eee;
    border-radius: 30px;
}
.main-bg .main .table .th{
    width: 150px; height: 50px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
    font-weight: bold;
}
.main-bg .main .table .th1{
    width: 190px;
    border-top-left-radius: 30px;
    background: #034782;
}
.main-bg .main .table .th2{
    width: 170px;
    background: #ec3b4a;
}
.main-bg .main .table .th3{
    width: 120px;
    background: #ff9013;
}
.main-bg .main .table .th4{
    width: 120px;
    background: #777;
}
.main-bg .main .table .th5{
    background: #06ad7c;
}
.main-bg .main .table .th6{
    border-top-right-radius: 30px;
    background: #222;
}
.main-bg .main .table table{
    font-size: 16px;
    font-family: "Microsoft YaHei", "Microsoft YaHei UI", "Microsoft YaHei Light", "Microsoft YaHei UI Light";
}
.main-bg .main .table table tr{
    width:150px; height: 50px;
}
.main-bg .main .table table td{
    text-align: center;
    font-size: 16px;
    color: #333;
    width: 150px;
    height: 60px;
    border-top: #fff dashed 2px;
}
.main-bg .main .table .td1{
    width: 190px;
}
.main-bg .main .table .td2{
     width: 170px;
 }
.main-bg .main .table .td3{
    width: 120px;
}
.main-bg .main .table .td4{
    width: 120px;
}
.main-bg .main .table .td6 .baoming{
    width: 90px; height: 30px;
    background: #e35d64;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    margin-left: 30px;
}
.main-bg .main .table .td6 .baoming:hover{
    background: #c00;
}
.main-bg .main .table .td6 .baoming a{
    display: block;
    line-height: 30px;
    color: #fff;
}
.main-bg .main .points{
    position: absolute;
    top: 1765px; left: 0; right: 0; bottom: 50px;
    margin: 0 auto;
    width: 800px; height: 1006px;
    background: url("points.png") no-repeat center;
}



.lnkf{
    width: 120px; height: 400px;
    position: absolute;
    right: 0; top: 100px;
}



/*底部信息*/
.lnzxdh_bj{ width:100%; height:450px; background:#f8f8f8;}
.lnzxdh{ width:100%; height: auto; margin:0 auto;}
.hdd {width: 1000px;margin-top: px;margin-right: auto;margin-bottom: 0px;margin-left: auto; padding-top:20px;}
#foot{width:100%;height:auto;background-color:#25292C;background-repeat: repeat-x;clear:both;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;border-top-width: 1px;border-top-style: solid;border-top-color: #333;}
#foot-all{width:1000px;height:110px;color: #FFF;text-decoration: none;padding-top:5px;line-height: 25px;margin-top: 0;margin-right: auto;margin-bottom: 0;margin-left: auto;text-align: center;font:12px/25px "微软雅黑"}
#foot #foot-all a {color: #CCC;text-decoration: none;}
