.header {
    background: url(header_bj.png) no-repeat top center;
    height: 722px;
}

.container {
    width: 1280px;
    margin: 0 auto;
}

.container2 {
    width: 1200px;
    margin: 0 auto;
}

.header_t {
    padding-top: 40px;
    height: 60px;
}

.header_t a:first-child {
    float: left;
}

.header_t a:last-child {
    display: block;
    width: 135px;
    height: 37px;
    font-size: 16px;
    text-align: center;
    padding-left: 25px;
    box-sizing: border-box;
    line-height: 37px;
    color: #4e85fa;
    background: url(fh.png) no-repeat center;
    float: right;
}

.header_xy {
    height: 180px;
    margin-top: 346px;
    background: url(xy_bj.png) no-repeat center;
}

.header_xy span {
    display: block;
    text-indent: 2em;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    text-align: justify;
    font-size: 22px;
    color: #333333;
    line-height: 38px;
}

.intro {
    margin-top: 346px;
    background: url(intro.png) top center no-repeat;
    height: 180px;
}

.intro p {
    padding: 21px 30px 0 60px;
    font-size: 19px;
    line-height: 36px;
}

.intro p br {
    display: none;
}

.content {
    margin-top: -60px;
}

.con01 span {
    display: block;
    float: left;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.con01_c {
    margin-top: 10px;
    overflow: auto;
    background: url(con01_c_bj.png) no-repeat left top;
}

.con01_c ul {
    margin-top: 30px;
    margin-left: 18px;
    padding-left: 18px;
    overflow: auto;
    background: url(ul_bj.png)repeat-y left center;
}

.con01_c ul li {
    width: 224px;
    height: 70px;
    float: left;
    border-radius: 6px;
    margin-right: 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.con01_c ul li:nth-child(5n) {
    margin-right: 0;
}

.con01_c ul li:hover {
    background: url(li_bj.png)no-repeat center;
}

.con01_c ul li:hover a {
    font-weight: bold;
}

.con01_c ul li a {
    width: 224px;
    height: 70px;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
    line-height: 70px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.con01:nth-of-type(2),
.con02 {
    margin-top: 30px;
}

.con01:nth-of-type(2) {
    margin-bottom: 30px;
}

.con03 {
    margin-bottom: 50px;
}