
.jxgzwswiper22 {
	height:500px;
}
.jxgzwswiper22 .swiper-slide{ 
} 
.jxgzwswiper22 .swiper-slide a{
  display: block;
} 
.jxgzwswiper22 .swiper-slide a img{
    width: 100%;
    height: 500px;
    object-fit: cover;
} 
.jxgzwswiper22 .swiper-pagination22 {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
   z-index:12
}

.swiper-pagination22 .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    top: 853px;
    left: 864px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(217, 217, 217, 0.5);
    opacity: 1;
}

.swiper-pagination22 .swiper-pagination-bullet-active {
    width: 67px;
    height: 22px;
    top: 853px;
    left: 944px;
    border-radius: 5px;
    background: rgba(217, 217, 217, 1);
    opacity: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.title-new {
    font-weight: 600;
    font-size: 40px;
    color: #2A5D84;
    position: relative;
}
.title-new::after{
    position: absolute;
    content: '';
    left: 0;
    z-index: 99;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #2A5D84;
    transform-origin: left; 
}
.title-new:hover::after { 
    animation: extendTitleLine 0.6s ease-out forwards; 
}
 
.title-new::before {
    position: absolute;
    content: '';
    top: -62px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 200px;
    height: 200px;
    opacity: 0.1;
    background-size: cover;
    background-image: url('../images/logo-tit.png'); 
}
@keyframes extendTitleLine {
    from {
        width: 0px;
    }
    to { 
        width: 100%;
    }
}


.jyjx-bg { 
    background-color: #e5e8ed; 
      padding-top: 1px;
      padding-bottom: 1px;
}
.jyjx-bg .active {
    display: block;
}
.jxgz-tit{ 
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  
}
.jxgz-tit-list {
    display: flex;    
}
.jxgz-tit-box{   
    cursor: pointer;
  	color:#666666; 
    font-size: 30px;
    font-weight: 600;
    margin-right: 50px;

}
.jxgz-tit .active .tt{
  color: #2A5D84;
}
#tzgg1 {
    position: relative;
}
#tzgg2 {
    position: relative;
}
.jxgz-home {
    position: absolute;
    right: 10px;
    top: -100px;
}
.jxgz-home a { 
    font-size: 16px;
    color: #2A5D84;
}
.news-box {
	background: #fff;
} 

.news-list-new {
    flex: 1;
	display: flex;
    flex-wrap: wrap;
}
.news-list-new li{
	display: flex; 
  padding-bottom:0px;
  border-bottom: none;
}
.news-list-new .date {
	display: flex; 
    flex-direction: column; 
    align-items: center;
  
}
.news-list-new .date strong{  
    font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 42px;
    color: #0056b3;
}
.news-list-new .date span{
  	font-family: Hiragino Sans GB;
    font-weight: 600;
    font-size: 25px;
}

.news-list-new .desc-t {
  margin-left: 20px;
  flex: 1;
}

.news-list-new .title {
    font-size: 24px;
}
.news-list-new  .detail {
  	margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
}

 
.jxgz-ttgg-new-bg {
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url('../images/zcwjbj.png');
    background-size: cover;
}

.jxgz-ttgg-new {
    display: flex;
    justify-content: space-between; 
}

.ttgg-new-left {
    width: 960px;
}

.ttgg-new-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 23px;
    margin-bottom: 30px;
}

.ttgg-new-more .title {
    font-weight: 600;
    font-size: 30px;
    color: #2A5D84;
}

.ttgg-new-more a {
    font-size: 14;
    color: rgba(26, 26, 26, 0.8);
}
.ttgg-new-left { 
    margin-left: 80px;
}

.ttgg-new-left li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.ttgg-new-left li .date {
    font-size: 28px;
    font-weight: 500;
    color: rgba(42, 93, 132, 1);
}

.ttgg-new-left .jxgz-more {
    margin-bottom: 36px;
}

.ttgg-new-left li .title {
    flex: 1;
    margin-left: 74px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
}

.ttgg-new-right {
    flex: 1; 
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
    border: 0px solid rgba(42, 93, 132, 0.2);
}

.ttgg-new-right .jxgz-more {
    margin-bottom: 36px;
}


.xgxz-more {
    overflow: hidden;
}

.xgxz-more .title {
    color: #000;
}

.xgxz-more a {
    color: #000;
}

.ttgg-new-right li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    position: relative;
}

.ttgg-new-right .dian-line {
    height: 10px;
    min-width: 10px;
    border-radius: 50%;
    background-color: rgba(42, 93, 132, 0.5); 
    margin-right: 30px;
  	margin-top:10px;
}

.ttgg-new-right li .title {
    display: block;
    font-weight: 500;
    font-size: 16px;
  	flex:1;
}

.ttgg-new-right li p {
    font-size: 16px;
}


.jxgz-container {
    width: 1388px;
    margin: 80px auto;
}

.jxgz-title {
    text-align: center;
    color: #2A5D84;
    font-size: 40px;
    font-weight: 600;
}


.jxxw-left {
    min-width: 380px;
    background-image: url('../images/gzdtbg.png');
    padding: 23px 56px;
    background-size: cover;
    height: 555px;
}

.jxgz-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jxgz-more .title {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
}
 

.jxgz-more .jxxw-tit {
    font-size: 48px;
    display: flex;
    justify-content: center;
    color: #fff;
}

.jxxw {
    display: flex;
    justify-content: center;
}

.jxgz-more a {
    font-size: 16px; 
    color:#2A5D84;
}

.jxxw-left ul {
    margin-top: 24px;
}

.jxxw-left li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.jxxw-left .title {
    flex: 1;
    font-size: 21px;
    color: #fff;
    line-height: 25px;
}

.jxxw-left .title:hover {
    color: #6FA0C6;
    text-shadow: 2px 2px 2px #000;
}

.jxxw-left p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 25px;
    margin-left: 19px;
    min-width: 88px;
    text-align: right;
}

.jxxw-img {
    width: 863px;
}

.jxgzwswiper1 .swiper-slide {
    width: 863px;
    height: 555px;
    position: relative;
}

.jxgzwswiper1 .swiper-slide a {
    width: 863px;
    height: 555px;
    position: relative;
    display: block;
}

.jxgzwswiper1 .swiper-slide .title {
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.jxgzwswiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jxgz-zcwj-bg {
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url('../images/zcwjbj.png');
    background-size: cover;
}

.jxgz-zcwj {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.zcwj-left {
    /* width: 860px; */
    flex: 1;
}

.zcwj-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 23px;
    margin-bottom: 30px;
}

.zcwj-more .title {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.zcwj-more a {
    font-size: 16px;
    color: rgba(26, 26, 26, 0.8);
}

.zcwj-left li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.zcwj-left li .date {
    font-size: 28px;
    font-weight: 500;
    color: rgba(42, 93, 132, 1);
}

.zcwj-left .jxgz-more {
    margin-bottom: 36px;
}

.zcwj-left li .title {
    flex: 1;
    margin-left: 34px;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    align-items: center;
}

.zcwj-left li .title:hover {
    color: #6FA0C6;
}

.zcwj-right {
    flex: 1;
    margin-left: 80px;
    margin-top: 95px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
    border: 1px solid rgba(42, 93, 132, 0.2);
}

.zcwj-right .jxgz-more {
    margin-bottom: 36px;
}

.xgxz-more {
    overflow: hidden;
}

.xgxz-more .title {
    color: #2A5D84;
}

.xgxz-more a {
    color: #000;
}

.zcwj-right li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
    position: relative;
}

.zcwj-right .dian-line {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(42, 93, 132, 0.5);
    position: absolute;
    left: -5px;
    top: 10px;
}

.zcwj-right li .title {
    display: block;
    font-weight: 500;
    height: 60px;
    font-size: 18px;
    padding-left: 30px;
}

.zcwj-right li .title:hover {
    color: #6FA0C6;
}

.zcwj-right li p {
    font-size: 18px;
}

.zyjs {
    background-color: rgba(42, 93, 132, 0.2);
    margin-top: 150px;
    position: relative;
    padding-top: 70px;
    height: 550px;
}

.zyjs-title {
  	text-align: left;
    /* margin-left: 100px; */
    position: absolute;
    top: -90px;
    color: #2A5D84;
    left: 0px;
}

.djywswiper3 {
    padding: 10px 0px 190px 0px;
    margin: 0 50px;
    width: 1300px;
    position: absolute;
}

.djywswiper3 .swiper-slide {
    position: relative;
    height: 424px;
}

.djywswiper3 .slide-box {
    width: 336px;
    height: 442px;
    position: relative;
}

.djywswiper3 .jzcm-left {
    width: 278px;
    height: 148px;
    padding: 30px 30px;
    position: absolute;
    right: -40px;
    bottom: -40px;
    background-color: #fff;
    box-shadow: 3px 5px 3px #6f6f70;
}

.djywswiper3 .jzcm-right {
    width: 336px;
    height: 442px;
    overflow: hidden;
}

.djywswiper3 .jzcm-right img {
    width: 336px;
    height: 442px;
    object-fit: cover;
}

.djywswiper3 .title {
    display: block;
    font-size: 20px;
    height: 72px;
}

.djywswiper3 .title:hover {
    color: #6FA0C6;
}

.djywswiper3 .more {
    display: block;
    width: 100%;
    text-align: center;
}

.djywswiper3 .prev {
    z-index: 999;
    left: 1140px;
    top: 29px;
}

.djywswiper3 .next {
    z-index: 999;
    left: 1240px;
    top: 29px;
}

.djywswiper3-line {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
}

.djywswiper3-line p {
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}

.djywswiper3-line .line {
    height: 1px;
    width: 1000px;
    background-color: #000;
    margin-left: 20px;
}

.jxgz-szdw-bg {
    background-image: url('../images/szdwtzg.png');
    background-size: cover;
    padding-bottom: 1px;
    padding-top: 1;
    margin-top: 160px; 
}

.jxgz-szdw-bg .jxgz-title {
    padding-bottom: 30px;
    margin-top: 50px;
}

.jxgz-szdw-bg .jxgz-title {
    margin-bottom: 30px;
    margin-top: 100px;
    position: relative;
    margin-top: 50px;
    width: 210px;
    margin: 0 auto;
}

.jxgz-szdw-bg .jxgz-title::before {
    position: absolute;
    content: "";
    width: 120px;
    left: 250px;
    top: 20px;
    height: 2px;
    background: #2A5D84;
}

.jxgz-szdw-bg .jxgz-title::after {
    position: absolute;
    content: "";
    width: 120px;
    right: 250px;
    top: 20px;
    height: 2px;
    background: #2A5D84;
}

.jxgz-szdw-bg .jxgz-title:hover::after { 
    animation: extendTitleLine2 0.6s ease-out forwards; 
}
.jxgz-szdw-bg .jxgz-title:hover::before { 
    animation: extendTitleLine1 0.6s ease-out forwards; 
}

@keyframes extendTitleLine2 {
    from { 
    	width: 0;
    }
    to {
    	width: 120px;
    }
}

@keyframes extendTitleLine1 {
    from {
    	width: 0;
    }
    to {
    	width: 120px;
    }
}
  .jxgzwswiper2-wrapper {
    width: 1250px;
    height: 530px;
    margin: 0 50px;
    position: relative;
}

.jxgzwswiper2 { 
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.jxgzwswiper2-wrapper .left {
    background-image: url('../images/left.png');
    width: 44px;
    height: 44px;
    left: -22px;
    z-index: 999;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.jxgzwswiper2-wrapper .right {
    background-image: url('../images/right.png');
    width: 44px;
    height: 44px;
    right: -22px;
    z-index: 999;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.jxgzwswiper2 .swiper-slide {
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.jxgzwswiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.jxgzwswiper2 .swiper-slide .title {
    color: #000;
    height: 50px;
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.swiper-pagination2 {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -20px;
}

.swiper-pagination2 .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    top: 853px;
    left: 864px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    background: rgba(217, 217, 217, 0.5);
    opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
    width: 67px;
    height: 22px;
    top: 853px;
    left: 944px;
    border-radius: 5px;
    background: rgba(217, 217, 217, 1);
    opacity: 1;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {

    .jxgz-container {
        width: 100%;
        margin: 30px auto;
    }

    .jxxw {
        display: block;
    }

    .jxxw-img {
        width: 100%;
    }

    .jxgzwswiper1 {
        height: 450px;
        width: 100%;
    }

    .zcwj-left li .title {
        margin-left: 20px;
    }

    .zcwj-left li .date {
        font-size: 16px;
    }

    .jxxw-left {
        min-width: 100%;
        padding: 20px 20px;
        width: 100%;
    }

    .jxgz-more .title {
        font-size: 28px;
    }

    .jxgz-zcwj {
        display: block;
    }

    .zcwj-left {
        width: 100%;
        padding: 20px 20px;
    }

    .zcwj-right {
        width: 100%;
        padding: 20px 20px;
        margin: 0;
    }

    .jxgz-title {
        font-size: 28px;
    }

    .djywswiper3 {
        padding: 0px;
    }

    .djywswiper3-line .line {
        display: none;
    }

    .djywswiper3 .next {
        left: 160px;
    }

    .djywswiper3 .prev {
        left: 100px;
    }

}