@font-face {
    font-family: "思源黑体";
    src: url("SourceHanSans-Regular.ttf");
}
body {
  min-width: 1440px;
   font-family: "思源黑体";
}
main {
    margin-top: 78px;
}

main .imgbar {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .imgbar .titlecontent {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .imgbar .titlecontent img {
    width: 100%;
    height: 400px;
}

main .infoContent {
    width: 100%;
    height: auto !important;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main .infoContent .navbar {
    width: 100%;
    height: 40px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
}

main .infoContent .navbar .nav {
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    color: #909090;
}

main .infoContent .navbar .nav a {
    color: #909090;
    padding: 10px;
}

main .infoContent .gsjsbox {
    width: 100%;
    height: auto !important;
    min-height: 200px;
    overflow: hidden;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

main .infoContent .gsjs {
    width: 1200px;
}

main .infoContent .gsjs .title {
    width: 50%;
    line-height: 2;
    font-size: 28px;
    font-weight: bold;
    color: rgba(90, 151, 238);
}

main .infoContent .gsjs .content {
    width: 100%;
    height: auto !important;
    min-height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

main .infoContent .gsjs .content .info {
    padding: 20px 20px 20px 0;
    line-height: 30px;
}

main .infoContent .gsjs .content .img {
    padding: 10px;
}

main .infoContent .gsjs .content .img img {
    width: 400px;
}

main .infoContent .sjxxbox {
    width: 100%;
    height: 180px;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    background-color: #fafafa;
}

main .infoContent .sjxx {
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

main .infoContent .sjxx .sjlist {
    height: 90px;
}

main .infoContent .sjxx .sjlist:last-child {
    border: 0;
}

main .infoContent .sjxx .line {
    float: left;
    width: 1px;
    height: 90px;
    background: #dfdfdf;
}

main .infoContent .sjxx .sjlist .sj {
    width: 100%;
    line-height: 50px;
    font-size: 40px;

    color: rgba(90, 151, 238);
}

main .infoContent .sjxx .sjlist .sj span {
    font-size: 20px;
    vertical-align: text-top;
}

main .infoContent .sjxx .sjlist .sjinfo {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
}

main .infoContent .fzlcbox {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 50px 0;
    background-color: #ffffff;
}

main .infoContent .fzlcbox .fzlc {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    background: url(../image/fzlc.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}

main .infoContent .fzlcbox .fzlc .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    color: rgba(90, 151, 238);
    text-align: center;
}

main .infoContent .nzfcbox {
    width: 100%;
    height: 800px;
    margin-top: 50px;
    background-color: #eaf3fa;
}

main .infoContent .nzfcbox .nzfc {
    width: 1200px;
    margin: 0 auto;
}

main .infoContent .nzfcbox .nzfc .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 70px 0 50px 0;
    font-size: 40px;
    font-weight: bold;
    color: rgba(90, 151, 238);
    text-align: center;
}

main .infoContent .nzfcbox .nzfc .clearfix {
    *zoom: 1;
}

main .infoContent .nzfcbox .nzfc .clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

main .infoContent .nzfcbox .nzfc .blist {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    display: flex;
    justify-content: space-between;
}

main .infoContent .nzfcbox .nzfc .blist li:first-child {
    border-left: none;
}

main .infoContent .nzfcbox .nzfc .blist li {
    list-style: none;
    width: 100%;
    line-height: 60px;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;

}

main .infoContent .nzfcbox .nzfc .blsit-list {
    width: 100%;
    background-color: #fff;
}

main .infoContent .nzfcbox .nzfc .blsit-list li {
    list-style: none;
    width: 100%;
    height: 400px;
    border-top: none;
}

main .infoContent .nzfcbox .nzfc .wrap .blist li.active {
    color: #056de8;
    border-bottom: 2px solid #056de8;
    position: relative;
    top: -1px;
    height: 60px;
}

main .infoContent .nzfcbox .nzfc .blsit-list .blsit-con {
    display: none;
}

main .infoContent .nzfcbox .nzfc .blsit-list .blsit-con:first-child {
    display: block;
}

main .infoContent .dxyjbox {
    width: 100%;
    height: 700px;
    margin-top: 30px;
}

main .infoContent .dxyjbox .dxyj {
    width: 1200px;
    margin: 0 auto;
}

main .infoContent .dxyjbox .dxyj .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 40px 0;
    font-size: 40px;
    font-weight: bold;
    color: rgba(90, 151, 238);
    text-align: center;
}

main .infoContent .swiper {
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: -1;
}

main .infoContent .swiper .picScroll-left {
    position: relative;
    width: 1310px;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main .infoContent .swiper .picScroll-left .bd {
    position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper {
    position: relative;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li {
    position: relative;
    width: 300px;
    height: 370px;
    margin: 30px 20px;
    padding: 15px 0;
    border-radius: 10px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    transition: transform 0.4s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    position: relative;
    z-index: 100;
    float: left;
    _display: inline;
    overflow: hidden;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li:hover {
    transform: scale(1.1);
    border: 1px solid #3994ef;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li .table-slide {
    width: 90%;
    margin: 0 auto;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top {
    height: 100%;
    overflow: hidden;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .title {
    width: 100%;
    height: 80px;
    line-height: 25px;
    font-size: 13px;
    margin-top: 10px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .img {
    width: 100%;
    height: 280px;
}

main .infoContent .swiper .picScroll-left .bd .table-wrapper ul li .table-slide .table_top .img img {
    width: 100%;
    height: 100%;
}

main .infoContent .swiper .picScroll-left .hd .prev {
    position: absolute;
    width: 5%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .infoContent .swiper .picScroll-left .hd .prev img {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

main .infoContent .swiper .picScroll-left .hd .next {
    position: absolute;
    width: 5%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .infoContent .swiper .picScroll-left .hd .next img {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

main .infoContent .dxyjbox .dxyj .btn {
    width: 200px;
    height: 60px;
    text-align: center;
    margin: 30px auto 0 auto;
}

main .infoContent .dxyjbox .dxyj .btn a {
    display: inline;
}

main .infoContent .dxyjbox .dxyj .btn a img {
    width: 180px;
}