html {
    max-width: 1920px;
    min-width: 1180px;
    margin: auto;
}

body {
    background: none;
    max-width: 1920px;
    min-width: 1180px;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.container {
    width: 1180px;
    margin: 0 auto;
}


/* 头部 */

.header_2025 {
    height: 262px;
}

.header_2025_top {
    height: 202px;
    background: url(../images/header_2025_bj.png) no-repeat center;
}

.header_2025_top .l {
    margin-top: 48px;
}

.header_2025_top .l a {
    display: block;
    width: 490px;
    height: 120px;
}

.header_2025_top .l a img {
    width: 490px;
    height: 120px;
}

.header_2025_top .r {
    width: 448px;
    margin-top: 64px;
}

.header_2025_top .r>img {
    float: right;
}

.sreach_2025 {
    width: 428px;
    height: 48px;
    background: url(../images/sreach_2025.png) no-repeat center;
    margin-top: 26px;
    float: right;
}

.sreach_2025 .input_2025 {
    width: 290px;
    height: 46px;
    float: left;
    line-height: 46px;
    margin-left: 45px;
    border: 0;
    outline: none;
    margin-top: 1px;
    font-size: 16px;
    color: #333333;
}

.sreach_2025 .input_2025::placeholder {
    color: #999999;
}

.sreach_2025 .input_Button {
    width: 80px;
    height: 48px;
    float: right;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    border: 0;
    background: none;
    cursor: pointer;
}

.nav_2025 {
    height: 60px;
    background-color: #1aa1db;
    border-bottom: 1px solid #ffffff;
    box-sizing: border-box;
}

.nav_2025 ul li {
    width: 196.5px;
    height: 59px;
    float: left;
    border-right: 2px solid #a3d9f1;
    box-sizing: border-box;
}

.nav_2025 ul li:first-child {
    border-left: 2px solid #a3d9f1;
}

.nav_2025 ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 20px;
    line-height: 59px;
    color: #ffffff;
    text-align: center;
}

.nav_2025 ul li:hover a,
.nav_2025 ul li.on a {
    background-color: #006498;
    font-weight: bold;
}

.banner_2025 {
    height: 419px;
    box-sizing: border-box;
    padding-top: 290px;
    background: url(../images/banner_2025_bj.png) no-repeat center;
}

.banner_tab_box {
    width: 1294px;
    height: 100px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.banner_tab {
    height: 100px;
    position: relative;
    overflow: hidden;
    padding-left: 57px;
    box-sizing: border-box;
}

.banner_tab .bd {
    width: 1200px;
    margin-left: -10px;
}

.banner_tab .bd ul li {
    width: 280px;
    height: 100px;
    float: left;
    margin: 0 10px;
}

.banner_tab .bd ul li a {
    display: block;
    width: 280px;
    height: 100px;
    overflow: hidden;
}

.banner_tab .bd ul li a img {
    width: 280px;
    height: 100px;
    transition: all 0.3s;
}

.banner_tab .bd ul li:hover a img {
    transform: scale(1.2);
}

.banner_tab .prev,
.banner_tab .next {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.banner_tab .prev {
    left: 0;
    background: url(../images/banner_2025_le.png) center center no-repeat;
}

.banner_tab .next {
    right: 0;
    background: url(../images/banner_2025_rt.png) center center no-repeat;
}


/* 服务大厅 */

.fwdt_2025 {
    margin-top: 40px;
}

.fwdt_2025 .hd {
    height: 57px;
    background: url(../images/fwdt_2025_tit.png) no-repeat center bottom;
}

.fwdt_2025 .hd a {
    display: block;
    font-size: 34px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
}

.fwdt_2025 .hd a span {
    font-size: 34px;
    color: #1aa1db;
}

.fwdt_2025 .bd {
    margin-top: 20px;
}

.fwdt_2025 .bd ul li {
    float: left;
    width: 272px;
    height: 151px;
    margin-top: 30px;
    margin-right: 30px;
}

.fwdt_2025 .bd ul li:first-child {
    width: 100%;
    height: 110px;
}

.fwdt_2025 .bd ul li:last-child {
    margin-right: 0;
}

.fwdt_2025 .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.fwdt_2025 .bd ul li a img {
    width: 100%;
    height: 100%;
}

.fwdt_2025 .btm {
    margin-top: 30px;
}

.fwdt_2025 .btm a {
    width: 575px;
    height: 130px;
    display: block;
    float: left;
}

.fwdt_2025 .btm a:first-child {
    float: left;
    margin-right: 30px;
}

.fwdt_2025 .btm a img {
    width: 100%;
    height: 100%;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 94, 165, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 94, 165, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}