@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clr {
    clear: both;
}

.fade {
    display: none;
}

.vc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.noClick {
    pointer-events: none;
}

.clearfix {
    display: block;
    zoom: 1;
}

.biaoti:hover {
    color: #2274c9;
}

.top {
    width: 100%;
    height: 120px;
    min-width: 1470px;
    overflow: hidden;
    background: linear-gradient(to right, #2d7bcb 0%, #1ca1d8 69%, #2d7bcb 100%);
}

.topbg {
    position: relative;
    width: 1470px;
    margin: 0 auto;
    height: 120px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img1 {
    width: 730px;
    height: 77px;
}

.search {
    width: 308px;
    height: 34px;
    position: relative;
    border: 1px solid #2d7bcb;
    line-height: 32px;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
    background: white;
}

.search .search-box {
    width: 254px !important;
    height: 32px !important;
    border: none !important;
    text-indent: 16px !important;
    outline: none !important;
    background: none !important;
    color: black !important;
  font-size: 14px !important;
    min-width: unset !important;
    max-width: unset !important;
}

.search .search-box::placeholder {
    color: #000;
}

.search-icon {
    width: 46px;
    height: 34px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

.search-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
}

.menu_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    min-width: 1470px;
    background: #2274c9;
}

.menu {
    width: 1470px;
    margin: 0 auto;
    padding: 0 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.menu .lm {
    position: relative;
    text-align: center;
}

.menu .menu-link {
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 17px;
    position: relative;
    color: white;
    transition: all 0.4s ease-in-out;
}

.menu .menu-link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 100;
    background: rgba(34, 116, 201, 0.9);
    opacity: 0;
    transform: translateX(-50%) scale(0);
    overflow: hidden;
    min-width: 140px;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 40px;
    padding: 2px 17px;
    font-size: 15px;
    background: none;
    text-align: center;
}

.lm:hover > .sub-menu {
    transform: translateX(-50%);
    opacity: .8;
}

.menu-link:hover:after {
    transform: scale(1);
}

.sub-item a:hover {
    color: #333;
    background-color: #fff;
    display: block
}

.lunbo {
    width: 100%;
    height: 524px;
    min-width: 1470px;
    position: relative;
}

.lunbo img {
    width: 100%;
    height: 524px !important;
    min-width: 1470px !important;
}

.lunbo_nei {
    width: 100%;
    height: 524px;
    min-width: 1470px;
    position: relative;
}
.lunbo .swiper-pagination{
    bottom: 30px !important;
}
.lunbo .swiper-pagination .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    background: rgba(255,255,255,.5);
    margin: 0 6px !important;
    cursor: pointer;
    border-radius: 5px;
    opacity: 1;
}

.lunbo .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.banner {
    width: 100%;
    min-width: 1470px;
    padding: 40px 0 60px;
    background: #fff url("../images/bannerbg.png")  center calc(100% + 188px) no-repeat;
    background-size: 1920px 749px;
}


.box {
    padding: 0 10px;
    width: 1470px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.quick-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
    padding: 0;
}

.quick-nav-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.quick-nav-item:hover {
    transform: translateY(-4px);
}

.nav-icon {

}



.pic-title {
    height: 59px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 30px;
    position: relative;
}

.pic-title1 {
    margin-bottom: 10px;
}

.title-left-line {
    width: 4px;
    height: 40px;
    background: #2274c9;
    margin-right: 12px;
}

.title-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pic-tit {
    cursor: pointer;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.pic-tit-en {
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    margin-top: 2px;
}

.pic-tit span {
    display: inline-block;
    color: #9a0000;
    text-indent: 0;
    font-size: 36px;
}

.more {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-top: 0;
    background: #2274c9;
    padding: 8px 20px;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.more:hover {
    background: #1a5fa0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.more img {
    margin-right: 9px;
}

.xwzx{
    width: 1010px;
}

.xwzx-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000;
}

.news-card:hover {

    transform: translateY(-2px);
}

.news-card-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f5f5f5;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-img img {
    transform: scale(1.05);
}

.news-card-date {
    padding: 12px 0 8px;
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.news-card-date img{
    margin-right: 5px;
}
.news-card-title {
    padding: 0 0 16px;
    font-size: 16px;
    color: #4b4b4b;
    line-height: 1.5;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}






.tzgg{
    width: 390px;
    box-shadow: -3px 0 8px rgba(0,0,0,0.1);
}
.pic-title1{
    width: 100%;
    display: flex;
    align-items: center;
    height: 96px;
    position: relative;
    padding: 0 16px;
    background: linear-gradient(to right, #2d7bcb 0%, #1ca1d8 100%);
}

.title-left-line-white {
    width: 3px;
    height: 60px;
    background: #ffffff;
    margin-right: 12px;
}

.title-content-white {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pic-tit1{
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    z-index: 2;
    position: relative;
    line-height: 1.2;
    margin: 0;
}

.pic-tit-en-white {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 4px;
}

.pic-tit-img1{
    position: absolute;
    left: 16px;
}

.more1{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-left: auto;
    text-decoration: none;
}

.more1 img {
    width: auto;
    height: auto;
}
.tzgg-list{
    background: white;
    padding: 10px 0;
}
.tzgg-list a{
    width: 340px;
    height: 104px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}
.tzgg-list a:hover {
    background: #f0f7ff;
}
.tzgg-list a:last-child{
    border-bottom: none;
}
.tzgg-list a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translateY(-50%);
    width: 5px;
    height: 38px;
    background: #e6e6e6;
    transition: all 0.3s ease;
}
.tzgg-list a:hover:before {
    background: #2274c9;
    width: 5px;
    height: 50px;
}
.tzgg-time{
    width: 316px;
    margin-left: 24px;
    color: #105b8a;
    transition: color 0.3s ease;
}
.tzgg-list a:hover .tzgg-time {
    color: #2274c9;
}
.tzgg-title{
    width: 316px;
    margin-top: 4px;
    margin-left: 24px;
    line-height: 25px;
    height: 50px;
    transition: color 0.3s ease;
}
.tzgg-list a:hover .tzgg-title {
    color: #2274c9;
}


.bottom {
    width: 100%;
    min-width: 1470px;
    padding: 40px 0;
    background: linear-gradient(to right, #2d7bcb 0%, #1ca1d8 69%, #2d7bcb 100%);
}

.bottom-box {
    width: 1470px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bottom-left {
    flex: 1;
    color: #ffffff;
}

.bottom-logo-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.bottom-logo {
    height: 70px;
    margin-right: 20px;
    flex-shrink: 0;
}

.bottom-title {
    display: flex;
    flex-direction: column;
}

.bottom-contact {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 12px;
}

.bottom-copyright {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
}

.bottom-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.bottom-qrcode {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

.bottom-qrcode-text {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.main {
    width: 1400px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.all_left {
    width: 270px;
    background: #2274c9 url(../images/list-top-bg.png) no-repeat top center;
    box-sizing: border-box;
    border-top-left-radius:40px;
    place-self: flex-start;
}

.all_right {
    width: 1070px;

}

/*内页左侧*/
.left_list {
    width: 100%;
}

.left_list strong {
    color: #fff;
    display: block;
    font-size: 24px;
    padding: 20px 30px;
    text-align: center;
}

.left_list ul {
    min-height: 250px;
    background-size: 100%;
}

.left_list ul li {
    height: 51px;
    line-height: 51px;
    text-indent: 60px;
    font-size: 16px;
    color: #fff;

}

.left_list UL li a {
    height: 51px;
    font-size: 16px;
    color: #fff;
    display: block;
    background: url("../images/nyicon03.png") no-repeat 37px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.left_list UL li a:hover {
    height: 52px;
    color: white;
    display: block;
    background: url("../images/nyicon04.png") no-repeat 37px 22px;
    background-size: 10px 10px;
    border-bottom: 1px solid #fff;
}

/*内页右侧*/
.right_tit {
    width: 100%;
    line-height: 50px;
    border-bottom: 1px solid #003f88;
    display: flex;
    justify-content: flex-end;
}

.right_tit h2 {
    font-size: 18px;
    padding: 0 10px 0 15px;
    position: relative;
    text-indent: 10px;
}

.right_tit h2:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #2d7bcb;
    width: 100%;
    left: 0;
    bottom: -2px;
}

.right_tit span {
    padding-right: 20px;
    font-size: 14px;
    color: #b5b5b5;
}

.right_tit a {
    color: #b5b5b5;
}

.right_all {
    width: 100%;
    min-height: 500px;
    padding: 30px 20px;
}

/*关于我们*/
.right_all .content {
    width: 100%;
    line-height: 35px;
}

/*新闻*/
.newslist {
    width: 100%;
}

.newslist ul li {
    padding: 19px 0;
    overflow: hidden;
    border-bottom: #e6e5e3 1px dashed;
    transition: all 0.3s;
}
.newslist ul li  a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.newslist .gp-img-responsive {
    margin-left: 0.23rem;
    width: 224px;
    max-height: 148px;
    padding: 0;
    overflow: hidden;
}
.newslist .gp-img-responsive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.newslist li.noImage .gp-img-responsive {
    display:none;
}

.newslist .listText {
    flex: 1;
    padding: 0 10px;
}
.newslist .listText .listTitle {
    display: block;
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    transition: all 0.2s ease;
}

.newslist .listText .listCon {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newslist .listDate {
    width: 60px;
    height: 100px;
    margin-left: 19px;
    margin-right: 15px;
    text-align: center;
}
.newslist .listDate .day {
    line-height: 40px;
    font-size: 36px;
    border-bottom: 3px solid #003f88;
    color: #003f88;
    padding-bottom: 0.11rem;
    transition: all 0.3s;
}
.newslist .listDate .year {
    margin-top: 8px;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    transition: all 0.3s;
}
.newslist li.noMargin .listText {
    margin-right: 0;
}
.newslist li:hover {
    background: #003f88;
}
.newslist li:hover .listText .listTitle, .newslist li:hover .listDate .day, .newslist li:hover .listDate .year {
    color: #fff;
}
.newslist li:hover .listText .listCon {
    color: #eee;
}
.newslist .gp-img-responsive:hover img {
    transform: scale(1.1);
}

.newstitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 48px;
    width: 100%
}

.newssubtitle {
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    width: 100%
}

.newssubtitle span {
    width: 100%
}

.newsx {
    line-height: 40px;
    width: 100%;
    margin-top: 5px;
}

ul.news_list .li3 {
    height: 40px;
    line-height: 40px;
    margin-top: 0;
    border-bottom: 1px dotted #B3B3B3;
    position: relative;
}

ul.news_list .li3 .date {
    width: 90px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    color: #878686;
    font-size: 15px;
    font-family: "微软雅黑"
}

ul.news_list .li3 a {
    font-size: 17px;
    font-family: "微软雅黑";
}

.con {
    padding: 10px;
    line-height: 25px;
    color: #595555;
    font-size: 14px;
}

.fuck {
    font-size: 20px;
    color: black;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #B3B3B3;
    margin-top: 10px;
}

.piclist {
    width: 100%;
}

.piclist ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.piclist li {
    width: 200px;
    background: #f5f5f5;
    height: 260px;
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

.piclist li:nth-child(4n) {
    margin-right: 0;
}

.piclist li .imgs {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f5f5f5;
}

.piclist li .imgs img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.piclist li .imgs:hover img {
    transform: scale(1.1);
}

.piclist li .imgs-tit {
    width: 90%;
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}


/*领导人*/
.leader-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.leader-card {
    background: #fff;
    overflow: hidden;
}

.leader-img {
    width: 44%;
    height: 320px;
    overflow: hidden;
    background: #f0f0f0;
    margin: 0 auto;
}

.leader-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leader-info {
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 1.5;
}