.banner-wz {
    position: absolute;
    width: 1200px;
    top: 35%;
    left: 50%;
    transform: translate(-50%)
}

.gywm {
    padding-top: 100px;
    font-family: Source Han Sans;
}

.gywm-title {
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.gywm-subtitle {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    letter-spacing: 2.5px;
}

.gywm-sum {
    width: 74%;
    margin: 0 auto;
    margin-top: 20px;
}

.gywm-sum p {
    font-family: Source Han Sans;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.gywm-list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.gywm-list li {
    position: relative;
}

.gywm-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Tahoma;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.gywm-list li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(63, 81, 181, 0.6);
    width: 0;
    transform: translateX(-50%);
    left: 50%;
    transition: all .3s;
}

.gywm-list li:hover::before {
    width: 100%;
}

.xwgg {
    background: url(../images/xwgg-bg.png);
    background-size: cover;
    margin-top: 150px;
    padding: 100px 0px;
    position: relative;
    z-index: 111;
}

.xwgg-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 111
}

.xw-left {
    width: 200px;
}

.xw-mid {
    width: 680px;
}

.xw-mid ul {
    display: flex;
}

.xw-right {
    width: 307px;
    background-color: rgba(255, 255, 255, 0.7);
    height: 319px;
    margin-bottom: 30px;
    padding: 10px;
}

.xw-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
}

.xw-subtitle {
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.xw-ljgd {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.xw-more {
    margin-top: 15px;
}

.xw-mid ul li {
    width: 300px;
    height: 320px;
    margin: 0 0 30px 30px;
    overflow: hidden;
    position: relative;
}

.xw-mid ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.xw-con {
    position: absolute;
    z-index: 1;
    top: 280px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    color: #fff;
    transition: all .1s;
}

.news-title {
    font-size: 14px;
    font-weight: 700;
    font-family: Tahoma;
    margin-top: 0px;

}

.news-sum {
    font-size: 12px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    font-family: Tahoma;
}

.xw-mid ul li:hover .xw-con {
    top: 0;
}

.xw-mid ul li:hover .news-title {
    margin-top: 120px;
}


.xw-mid ul li:hover img {
    transform: scale(1.05)
}

.xw-right ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #666;
    font-family: 'Noto Sans CJK';

    padding-left: 15px;
    background: url(../images/xw-icon.png) no-repeat left;
}

.xw-right ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 5px;
}

.xw-right ul li a:hover {
    text-decoration: underline;
}

.xwgg:after {
    width: 1127px;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: rgb(25, 49, 185);
    top: 0;
    left: 42%;
    z-index: 1
}

.ywfx {
    padding: 100px 0px;
}

.ywfx  .gywm-title{
   letter-spacing: 3px;
}

.ywfx ul {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.ywfx ul li {
    width: 46.7%;
    background: #fff;
    border: 1px solid #eee;
    /*-box-shadow-*/
    -moz-box-shadow: 0 0 10px rgba(25, 48, 185, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(25, 48, 185, 0.1);
    -ms-box-shadow: 0 0 10px rgba(25, 48, 185, 0.1);
    -o-box-shadow: 0 0 10px rgba(25, 48, 185, 0.1);
    box-shadow: 0 0 10px rgba(25, 48, 185, 0.1);
    transition: all .3s;
}

.ywfz-pic {
    display: flex;
    height: 130px;
    justify-content: center;
    align-items: center;
}

.ywfx-title {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(25, 48, 185);
    font-size: 24px;
    font-family: Source Han Sans, Geneva, sans-serif;
    color: #fff;
    letter-spacing: 2px;
}

.ywfx ul li:hover {
    box-shadow: none;
    margin-top: -3px;
}

.zjzj {
    background: url(../images/zjzj-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px 135px;
}

.zjzj .auto {
    display: flex;
    justify-content: space-between;
}

.zjzj .auto:after {
    display: none;
}

.zjzj-left {
    color: #fff;
}

.zjzj-subtitle {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;

}

.zjzj-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    font-family: Source Han Sans;
    margin-top: 10px;
}

.zjzj-sum {
    font-size: 14px;
    margin-top: 20px;
}

.zjzj-ljtb {
    width: 135px;
    height: 38px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    transition: all .3s;
}

.zjzj-ljtb span {
    padding-right: 20px;
    color: #1930b9;
    background: url(../images/tb-licon.png) no-repeat right;
}

.zjzj-ljtb:hover {
    background: #1930b9;
}

.zjzj-ljtb:hover span {
    color: #fff;
    background: url(../images/tb-bicon.png) no-repeat right;
}

