.px ul li {
	width: 16.67%;
	text-align: center;
}

.px ul {
	background: url(../image/ks-bg.png)repeat-x;
	height: 100px;
}

.px ul li a {
	display: block;
	text-align: center;
	overflow: hidden;
	height: 100px;
	line-height: 100px;
}

/* 新增 */
.px>ul.desc a {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
}

.px ul li a div {
	display: inline-block;
	vertical-align: -20px;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	border: 2px dotted #f7f9f9;
	position: relative;
	z-index: 1;
}

.px ul li a div:after {
	content: "";
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 32px;
	height: 32px;
	background: rgba(150, 193, 250, 0.3);
	border-radius: 50%;
	z-index: -1;
}

.px ul li a div img {
	max-height: 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.px ul li a span {
	font-size: 20px;
	color: #ffffff;
	margin-left: 20px;
}

#px {
	margin-top: -100px;
}

.px ul li:hover {
	background-color: #196eaf;
}

/* 新增 */
.px ul.desc li:hover {
        background: transparent;
}

.section1 {
	padding: 50px 0;
	background: url("../image/new-bg.png") no-repeat center center;
	background-size: cover;
}

.title {
	text-align: center;
	margin-bottom: 20px;
}

.title>h2 {
	font-size: 30px;
	line-height: 61px;
	color: #000000;
	background: url("../image/dot-bg.png") no-repeat bottom center;
	display: inline-block;
}

.title>p {
	font-size: 18px;
	color: #bccce1;
	line-height: 40px;
}

.text1 {
	overflow: hidden;
}

.text-l {
	float: left;
	width: 35.71%;
	width: 500px;
	height: 322px;
}

.text-l img {
	width: 100%;
}

.text-l div>a {
	padding-top: 64.45%;
	overflow: hidden;
	display: block;
	position: relative;
}

.text-l div>a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.text-l p {
	font-size: 18px;
	line-height: 55px;
	color: #ffffff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0;
	padding-left: 4%;
	padding-right: 26%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-l>.slick-dots {
	width: auto;
	right: 23px;
	bottom: 20px;
}

.text-l>.slick-dots>li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px dotted #ffffff;
	margin: 0 10px;
}

.text-l>.slick-dots>.slick-active {
	background-color: #ffffff;
}

.text-r {
	overflow: hidden;
        width: 100%;
}

.text-r>ul {
	overflow: hidden;
	margin-top: -23px;
}

.text-r>ul>li {
	width: 100%;
	border: solid 1px #e5e5e5;
	/* float: left; */
	margin-top: 23px;
	/* margin-left: 1.5%; */
}

.text-r>ul>li>a {
	display: flex;
        flex-wrap: wrap;
	overflow: hidden;
	padding: 16px 20px;
	background: #fff;
}

.time {
	float: left;
	background: url("../image/time-bg.png") no-repeat center center;
	text-align: center;
	width: 58px;
	height: 58px;
        align-self: center;
}

.time>h2 {
	font-size: 26px;
	line-height: 40px;
	color: #ffffff;
}

.time>p {
	font-size: 14px;
	line-height: 8px;
	color: #ffffff;
}

.con1 {
	overflow: hidden;
	padding-left: 20px;
        flex: 1;
}

.con1>p {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	/* height: 56px; */
}
.con1>p.abstract {
        color: #8f8f8f;
        font-size: 16px;
}

.more {
	text-align: center;
	margin-top: 60px;
	height: 40px;
}

.more h2 {
	font-size: 14px;
	line-height: 28px;
	color: #00266b;
	display: inline-block;
	border-bottom: 1px solid #0a3678;
	position: relative;
	transition: all .5s;
}

.section2 {
	padding: 50px 0;
}
.section22 {
}
.sect2 {
	overflow: hidden;
}

.zs {
	width: 47%;
	float: left;
}
.sect22 .zs{width: 49%;}
.more1 {
	overflow: hidden;
        padding:  0 10px;
	padding-bottom: 30px;
}

.more1>h2 {
	font-size: 28px;
	line-height: 52px;
	color: #143585;
	float: left;
}

.more1>a {
	font-size: 14px;
	color: #143585;
	float: right;
	padding-top: 20px;
	transition: all 0.5s;
}

.zs>ul {
}

.zs>ul>li>a {
	display: block;
	padding: 15px;
	margin: 10px 0;
	background-color: rgb(20 53 133 / 10%);
	border-left: 2px solid #143585;
}

.zs>ul>li>a>p {
	font-size: 16px;
	line-height: 33px;
	color: #333;
}

.zs>ul>li>a>span {
	height: 44px;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.zs:nth-child(2) {
	float: right;
}

.zs>ul>li:hover {transition: 1s;
	background-color: #143585;
}
.zs>ul>li:hover p{color: #fff;}
.zs>ul>li:hover span{color: #fff;}
.section3 {
	padding: 50px 0;
}

.sect3-t {
	overflow: hidden;
}

.sect3-t>ul {
	overflow: hidden;
}

.sect3-t>ul>li {
	width: 30.71%;
	float: left;
}

.sect3-t>ul>li>a {
	display: block;
	position: relative;
}

.tz-text {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	padding-left: 7%;
}

.tz-text>p {
	font-size: 28px;
	font-weight: bold;
	line-height: 57px;
	color: #fdfdfd;
}

.xttz {
	background: url("../image/xttz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.zsgz {
	background: url("../image/zsgz-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.fxljy {
	background: url("../image/fxljy-bg.png") no-repeat left center;
	background-size: auto 100%;
}

.sect3-t>ul>li:nth-child(2) {
	margin: 0 3.93%;
}

.sect3-t {
	padding-bottom: 50px;
}

.title1>h2 {
	font-size: 30px;
	line-height: 61px;
	color: #000000;
	position: relative;
	border-bottom: 1px solid #cbdde9;
	text-align: center;
}

.title1>h2::after {
	content: "";
	width: 70px;
	height: 5px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	background: url("../image/dot.png") no-repeat bottom center;
}

.title1>p {
	font-size: 18px;
	color: #bccce1;
	line-height: 40px;
	text-align: center;
}

.sect3-b ul {
	padding-top: 62px;
	padding-bottom: 42px;
	border-bottom: 1px solid #cbdde9;
	border-left: 1px solid #cbdde9;
	border-right: 1px solid #cbdde9;
	margin-top: -40px;
}

.sect3-b ul li {
	width: 17.5%;
	text-align: center;
	border-radius: 30px;
	background-color: #e1eaf0;
	margin: 0 0.27%;
}

.sect3-b ul li a {
	display: block;
	font-size: 16px;
	line-height: 37px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}

.sect3-b ul li:hover {
	background-color: #196eaf;
}

.sect3-b ul li:hover a {
	color: #ffffff;
}

.tz>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tz {
	overflow: hidden;
	position: relative;
	padding-top: 63.63%;
}

.tz>img {
	transition: all 1s;
}

.tz:hover img {
	transform: scale(1.2);
}

.more1>a:hover {
	margin-top: -2px;
}

.text-r>ul>li:hover .con1>p.tit {
	font-weight: bold;
        color: #3380ce;
}

.more h2:hover {
	margin-top: -5px;
}


/* 新增 */

/* 首页-通知公告 & 新闻动态 & 视频图片 */
.news {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.news-left {
    width: 55%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-left .title {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
}

.news-left .title>h2 {
    cursor: pointer;
    background: url();
}

.news-left .title>h2.active {
    background: url(../image/dot-bg.png) no-repeat bottom center;
    color: #125495;
}

.news-left .more {
    margin-top: 0;
}

.news-right {
    width: 42%;
    align-self: center;

}

.news-right .img-box {border: 5px solid #125495;
    position: relative;
    overflow: visible;
}

.news-right .img-box a {
    display: block;
    position: relative;
    z-index: 2;
}

.news-right .img-box .pic {
    padding-top: 71%;
    position: relative;
    overflow: hidden;
}

.news-right .pic span.a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}

.news-right .img-box .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 40px;
    z-index: 5;
}

.news-right .img-box .txt h3 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.news-right .eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right .img-box .txt h6 {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-top: 5px;
}

.news-right .img-box .txt h6 img {
    display: block;
    width: 23px;
    margin-right: 10px;
}

.news-right .img-box .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 68px;
    height: 68px;
    margin: auto;
    background: url(../images/s4-img-3.png) no-repeat 50% / 100%;
    z-index: 5;
}

.news-right .img-box a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}



/* 荣誉资质 */
.honor {
    max-width: 1400px;
    margin: 0 auto;
}

.honor .more1>h2,
.expert .more1>h2 {
    color: #143585;
}

.honor .more1>a,
.expert .more1>a {
    color: #143585;
}

.slide-item {
    text-align: center;
    margin: 0 10px;

    overflow: hidden;
}

.slide-item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    transition: all .3s;
}

.slide-item img:hover {
    transform: scale(1.05);
}

.slide-item .h-title {
    color: #333;
    line-height: 30px;
}

.honor .slick-prev,
.honor .slick-next {
    width: 55px;
    height: 55px;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #0c3173;
    transition: all .3s;
}

.honor .slick-prev:hover,
.honor .slick-next:hover {
    background-color: #0c3173;
}

.honor .slick-prev {
    left: -5%;
    background: #d9d9d9 url(../image/ba-left.png) no-repeat center center;
    background-size: 100%;
}

.honor .slick-next {
    right: -5%;
    background: #d9d9d9 url(../image/ba-right.png) no-repeat center center;
    background-size: 100%;
}

.honor .slick-prev:before,
.honor .slick-next:before {
    content: '';
}

/* 专家团队 */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.expert {
    max-width: 1400px;
    margin: 0 auto;
}

.item-box {
    position: relative;
    cursor: pointer;
    float: left;
    width: 256px;
    height: 288px;
    border-radius: 4px;
    margin: 0 12px 12px 12px;
    overflow: hidden;
}

.img-box {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.people-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 270px;
    height: 128px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.64) 88%, rgba(0, 0, 0, 0.64) 100%);
    padding: 20px 20px 14px;
    box-sizing: border-box;
    transition: height .5s;
}

.detail-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.item-name {
    max-height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 8px;
    overflow: hidden;
}

.item-detail {
    border-left: 2px solid #fff;
    padding-left: 8px;
}

.item-profession {
    font-size: 14px;
    color: #ffffff;
    max-width: 220px;
  /*****  overflow: hidden;
    white-space: nowrap;****/
    text-overflow: ellipsis;
}

.people-show {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 21px;
    overflow: hidden;
    transform: translateY(100%);
    transition: .5s all;
}

.item-box:hover .people-detail {
    background: rgba(0, 0, 0, 0.60);
    height: 288px;
}

.item-box:hover .people-show {
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 21px;
    overflow: hidden;
    transform: translateY(0);
}
/* 新增-end */

@media screen and (max-width: 1400px) {
	#px .px1400 {
		padding-left: 0;
		padding-right: 0;
		margin-left:0 ;
		margin-right:0 ;
	}
	.px ul li a span{
		font-size: 18px;
	}
}

@media screen and (max-width: 1024px) {
        .news-left,
        .news-right {
            width: 100%;
        }
	.px ul li a div {
		width: 40px;
		height: 40px;
		vertical-align: -15px;
	}
	.px ul li a span {
		font-size: 16px;
	}
        .px ul.desc a {
                font-size: 18px;        
        }
	.px ul {
		height: 80px;
	}
	.px ul li a {
		height: 80px;
		line-height: 80px;
	}
	.px ul li a div:after {
		width: 22px;
		height: 22px;
	}
	.text-r>ul {
		margin-top: 0;
	}
	.text-r>ul>li {
		margin-top: 1%;
		margin-left: 0;
		width: 100%;
	}
	.text-r>ul>li:nth-child(odd) {
		float: left;
	}
	.text-r>ul>li:nth-child(even) {
		float: right;
	}
	#px {
		margin-top: 0;
	}
	.section1 {
		padding: 0;
		padding-bottom: 20px;
	}
	.section2 {
		padding: 10px 0;
	}
	.section3 {
		padding: 20px 0;
	}
	.text-l {
		float: none;
		width: auto;
		margin: auto;
		height: auto;
	}
	.title>p {
		font-size: 16px;
	}
	.con1>p {
		font-size: 16px;
	}
	.text-r {
		float: none;
		width: auto;
	}
	.text-r {
		padding-top: 10px;
	}
	.more {
		margin-top: 20px;
	}
	.more1 {
		padding-bottom: 10px;
	}
	.more1>h2 {
		font-size: 23px;
	}
	.tz-text>p {
		font-size: 26px;
	}
	.zs>ul>li>a {
		/* padding: 10px; */
	}
	.zs>ul {
		padding: 15px 0;
	}
	.sect3-t {
		padding-bottom: 20px;
	}
	.title1>h2 {
		font-size: 26px;
	}
	.title>h2 {
		font-size: 26px;
	}
	.sect3-b ul li a {
		font-size: 14px;
	}
	.title1>p {
		font-size: 16px;
	}
	.sect3-b ul {
		padding-top: 42px;
		padding-bottom: 30px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .item-box {
        width: calc(50% - 24px);
        height: 200px;
    }


    .item-box .people-detail {
        width: 100%;
    }

    .item-box:hover .people-detail {
        height: 200px;
    }

    .item-box .people-detail .item-name {
        margin-bottom: 5px;
    }

    .item-box .people-detail .item-detail .item-profession {
        max-width: 100px;
    }

    .item-box .people-show {
        margin-top: 3px !important;
    }

    .item-box:hover .people-show {
        max-height: 88px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
	.zs {
		float: none;
		width: auto;
		margin: 10px 0 !important;
	}
.sect22 .zs{width:100%;}
	.zs>ul>li>a>p {
		line-height: 20px;
	}
	.text-l {
		float: none;
		width: auto;
		margin: auto;
	}
	.time>h2 {
		font-size: 22px;
	}
	.time>p {
		font-size: 12px;
	}
	.tz-text>p {
		font-size: 16px;
		line-height: 35px;
	}
	.text-l>.slick-dots {
		right: 15px;
	}
	.text-l>.slick-dots>li {
		margin-left: 7px;
	}
	.text-r>ul>li>a {
		padding: 7px 10px;
	}
}

@media screen and (max-width: 600px) {
        .news-right .img-box .txt h3 {
                 font-size: 18px;       
         }
	.text-r>ul>li {
		float: none !important;
		width: auto;
	}
	.zs>ul>li>a {
		/* margin: 0 15px; */
	}

}