@charset "UTF-8";
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:400;vertical-align:middle}
a img{border:0}
html{font-family:"Microsoft Yahei","微软雅黑",STXihei,"华文细黑"}
.floatL{float:left}
.floatR{float:right}
.hide{display:none!important}
.btn{background:0 0;border:0;outline:0;cursor:pointer}
p{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
*{
    margin:0;
    padding:0;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout:none;
    /*-webkit-user-select:none;*/
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
a{
    text-decoration: none;
    color: blue;
}
td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
ul li {
    list-style: none;
    float: left;
}
body{
    /*width: 1000px;*/
}
.top {
    height: 80px;
    width: 1900px;
    vertical-align: middle;
    margin: 0 auto;
    border-bottom: 2px solid #c3c3c3;
}
.top-left {
    height: 58px;
    width: 238px;
    background: url(../images/logo.png?v=1) no-repeat;
    line-height: 58px;
    margin-left: 340px;
    float: left;
    margin-top: 10px;
}
.top-middle {
    height: 80px;
    width: 920px;
    float: left;
    margin-left: 60px;
}
.top-middle ul li {
    width: 105px;
    height: 80px;
    line-height: 80px;
    margin-left: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
}
.index_main{
    width: 1900px;
    height: 262px;
    background: url(../images/index_main.jpg?v=1) no-repeat;
}
.index_content{
    width: 900px;
    height: 700px;
    margin: 0 auto;
    line-height: 75px;
    font-size: 18px;;
}
.index_content span{
    color: #c3c3c3;
    font-size: 12px;
}