﻿body {
    min-width: 1400px;
}

.wlaq-header {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    background: url(wlaq-bj.png) no-repeat center;
}

.header-tit {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    padding-top: 56px;
}

.header-tit-logo {
    float: left;
}

.header-tit-fhsy {
    float: right;
    width: 122px;
    height: 40px;
    background: url(wlaq-fhsy.png) no-repeat;
    background-size: 122px;
    font-size: 16px;
}

.header-tit-fhsy span {
    color: #fff;
    line-height: 40px;
    padding-left: 44px;
}

.container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 56px;
}

.container01 {
    width: 100%;
    height: 360px;
    margin: 0 auto;
}

.container-tit {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    background: url(wlaq-tb.png) no-repeat;
    margin-bottom: 24px;
}

.container-tit span:first-child {
    font-size: 40px;
    color: #2041b2;
    font-weight: bold;
    float: left;
    line-height: 40px;
    margin-left: 20px;
}

.container-tit span:last-child {
    font-size: 16px;
    color: #666666;
    float: right;
    line-height: 40px;
}

.container01 .container-con li {
    width: 570px;
    height: 50px;
    float: left;
}

.container01 .container-con ul li:nth-child(even) {
    margin-left: 60px;
}

.container01 .container-con li a {
    float: left;
    width: 420px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.container01 .container-con li span {
    font-size: 18px;
    color: #999999;
    float: right;
    line-height: 50px;
}

.container01 .container-con li img {
    width: 7px;
    height: 50px;
    float: left;
    padding-right: 24px;
}

.container02 {
    width: 100%;
    height: 580px;
    margin: 0 auto;
}

.container02 .container-con ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.container02 .container-con li {
    width: 560px;
    height: 128px;
    float: left;
    margin-top: 30px;
}

.container02 .container-con li:hover {
    text-decoration: underline;
    transform: translate(-2px, -2px);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
    transition: transform .3s;
}

.container02 .container-con li:nth-child(even) {
    margin-left: 54px;
}

.container02 .container-con li:nth-child(1) {
    margin-top: 10px!important;
}

.container02 .container-con li:nth-child(2) {
    margin-top: 10px!important;
}

.container02 .container-con li a {
    width: 559px;
    height: 125px;
    display: block;
    float: left;
    margin-left: 20px;
    border: 1px solid #e4e4e4;
}

.container02 .container-con li a:hover {
    border: 0;
}

.container02 .container-con li a span:nth-child(1) {
    width: 400px;
    font-size: 18px;
    text-align: left;
    display: block;
    line-height: 50px;
    padding-top: 20px;
    margin-left: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
}

.container02 .container-con li a span:nth-child(2) {
    font-size: 16px;
    color: #666666;
    text-align: left;
    display: block;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 100px;
    height: 16px;
}

.container02 .container-con li em {
    font-size: 14px;
    width: 80px;
    height: 80px;
    display: block;
    color: #fff;
    border-bottom-right-radius: 30px !important;
    border-radius: 4px;
    background-color: #2041b2;
    position: absolute;
    margin-top: 25px;
    text-align: center;
    line-height: 28px;
}

.container02 .container-con li em i {
    font-size: 36px;
    display: block;
    margin-top: 14px;
}

.picScroll-left {
    position: relative;
    height: 330px;
    margin-bottom: 60px;
}

.picScroll-left .hd {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #2041b2;
    margin-left: 5px;
}

.picScroll-left .hd ul li.on {
    width: 20px;
    background: #ffde00;
}

.picScroll-left .tempWrap {
    min-width: 1200px !important;
}

.picScroll-left .bd {
    padding-top: 10px;
}

.picScroll-left .bd ul li {
    margin-right: 30px;
    float: left;
    display: inline;
}

.picScroll-left .bd ul li a img {
    border: 1px solid #e4e4e4;
    width: 378px;
    height: 212px;
}

.picScroll-left .bd ul li a img:hover {
    border: 1px solid #2041b2;
}

.picScroll-left .bd ul li a {
    background-color: #2041b2;
    width: 380px;
    height: 292px;
    display: block;
    float: left;
}

.picScroll-left .bd ul li:hover {
    box-shadow: 0 0 20px rgba(30, 26, 245, 0.2);
    transition: box-shadow .3s;
}

.picScroll-left .bd ul li a span {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 325px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.footer {
    height: 132px;
    background: #2041b2;
    color: #aabcfa;
    min-width: 1400px;
}

.content_box {
    width: 1200px;
}

.l {
    float: left;
}

.footer .foot_content {
    line-height: 28px;
    margin-left: 20px;
    font-size: 16px;
}

.footer .foot_content a {
    color: #aabcfa;
}

.r {
    float: right;
}