
*{
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: "微软雅黑";
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000000;
    text-decoration: none;
}

.head {
    width: 100%;
    margin: 0 auto;
    height: 222px;
    background-image: url(../img/index_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.head_context {
    width: 1100px;
    margin: 0 auto;
}

.head_title {
    height: 125px;
}

.head_title p {
    color: white;
    margin-top: 54px;
    float: right;
}

.head_title a {
    color: white;
    text-decoration: none;
}

.head_detail_left {
    width: 1100px;
    text-align: center;
}

.head_detail_right {
    width: 690px;
    height: 306px;
}

.inlinediv {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* 必须设置宽度 */
}

.icon {
    position: relative;
    width: 170px;
    height: 130px;
    opacity: 0.8;
}

.icon:hover {
    opacity: 1;
}

.icon img {
    position: absolute;
    left: 64px;
    top: 30px;
    border: 0;
}

.icon span {
    text-decoration: none;
    color: white;
    position: absolute;
    top: 80px;
}

.bdcdjzx {
    background-color: #3399fe;
    /*margin-right: 30px;*/
}

.chzx {
    background-color: #14b488;
}

.dag {
    background-color: #fa6f52;
    margin-left: 30px;
}

.wsbsdt {
    margin-left: 65px;
    background-image: url(../img/head_board.png);
    background-size: cover;
    width: 520px;
    height: 245px;
    padding-left: 60px;
    padding-top: 30px;
}

.wsbsdt ul li {
    font-size: 16px;
    color: white;
    line-height: 28px;
}

.wsbsdt p {
    color: yellow;
    font-size: 18px;
    margin: 0;
}

.align_text {
    color: white !important;
    width: 140px;
    display: inline-block;
}

.main {
    width: 1300px;
    margin: 0 auto;
}

.logo {
    height: 100px;
    border-bottom: 1px solid #e4e4e4;
    padding-left:10px;
}

.logo img {
    margin-top: 30px;
    margin-bottom: 20px;
    float: left;
}

.logo span {
    margin-left: 12px;
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}

.clear {
    clear: both;
}

.li_point {
    margin: 0px 5px;
    vertical-align: middle;
}

.li_arrow {
    margin-left: 6px;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}

.item {
    border-bottom: 1px dashed #E4E4E4;
}

.border_bottom_solid {
    border-bottom: 1px solid #E4E4E4;
}

.item_ul {
    margin-top: 30px;
    margin-bottom: 20px;
    vertical-align: top;
}

.sec_ul {
    margin-top: 20px;
}

.sec_ul a span {
    margin-left: 54px;
    margin-right: 15px;
    font-size: 10px;
    font-weight: bold;
}

.sec_ul a {
    color: #999999;
    display: inline-block;
    width: 360px;
    vertical-align: text-top;
    font-size:16px;
    font-family:SimSun;
}

.sec_ul a:hover {
    color: #1658a0;
}

.item_line {
    width: 428px;
}

.footer {
    background-color: #E4E4E4;
    margin-top: 30px;
}

.footer a {
    font-weight: bold;
}

.footer p {
    margin: 10px 0px;
}
