.home-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
/* 京江要闻 */
.home-news {
	padding: 60px 0 120px 0;
	background: url(../pic/bgnews.jpg) no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.home-news .top .newsflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home-news .top .newsflex .newsleft {
	width: 71%;
	padding: 0 35px 0 0;
	position: relative;
}
.home-news .top .newsflex .newsleft::before {
	content: '';
	position: absolute;
	top: 57px;
	bottom: 30px;
	right: 0;
	width: 1px;
	background: #ccc;
}
.home-news .top .newslefttoptitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.home-news .top .newslefttoptitle h3 {
	font-size: 32px;
	font-weight: 700;
	color: #1D2088;
}
.btnmore {
	position: relative;
	z-index: 2;
	padding-left: 10px;
}
.btnmore::before {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	/*background: #1D2088;*/
	border-radius: 50%;
	z-index: -1;
	transition: .5s;
	right: 0;
	top: 50%;
	bottom: 0;
	transform: rotateX(0) translateY(-50%);
}
.btnmore::after {
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	/*background: #e2be8f;*/
	border-radius: 50%;
	z-index: -1;
	right: 0;
	top: 50%;
	transition: .5s;
	transform: rotateX(90deg) translateY(-50%);
	opacity: 0;
}
.btnmore img:nth-child(2) {
	position: absolute;
	left: 10px;
	top: 0;
	opacity: 0;
}
.home-news .top .newslefttoptitle a:hover .btnmore img:nth-child(2) {
	opacity: 1;
}
.home-news .top .newslefttoptitle a:hover .btnmore img:nth-child(1) {
	opacity: 0;
}
.home-news .top .newslefttoptitle a {
	color: #1D2088;
	font-size: 14px;
	display: flex;
	align-items: center;
}
.home-news .top .newslefttoptitle a:hover {
	color: #d96d03;
}
.home-news .top .newslefttoptitle a:hover .btnmore::before {
	transform: rotateX(-90deg) translateY(-50%);
	opacity: 0;
}
.home-news .top .newslefttoptitle a:hover .btnmore::after {
	transform: rotateX(0deg) translateY(-50%);
	opacity: 1;
}
.home-news .top .topimg {
	overflow: hidden;
	position: relative;
	height: 32vw;
}
.home-news .top .topimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-news .top .topimg::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../pic/hei70.png) 50% 100% no-repeat;
	background-size: 100%;
}
.home-news .top .leftnewsitem:hover .topimg img {
	transform: scale(1.1);
}
.home-news .top .leftnewsitem:hover .leftnewstext {
	transform: translateY(-6px);
}
.home-news .top .leftnewsitem a {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	color: #fff;
}
.home-news .top .leftnewsitem .leftnewstext {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 36px 18px;
}
.home-news .top .leftnewsitem .leftnewstext h6 {
	font-size: 14px;
}
.home-news .top .leftnewsitem .leftnewstext h5 {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	font-weight: 700;
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home-news .top .leftnewsitem .leftnewstext hr {
	background: rgba(255, 255, 255, .4);
	margin: 15px 0 10px;
}
.home-news .top .leftnewsitem .leftnewstext .leftnewscontent {
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.newsleftnext, .newsleftprev {
	background: unset !important;
}
.icon {
	fill: #fff;
}
.icon1 {
	transform: rotate(-90deg);
}
.icon2 {
	transform: rotate(90deg);
}
/* .home-news .top .toptext {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.home-news .top .toptext .lefttime {
    background-color: #194d89;
    color: #fff;
    width: 70%;
    height: 120px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-news .top .toptext .lefttime span {
    white-space: nowrap;
    display: block;
    font-weight: 700;
    font-size: 28px;
    margin-top: -10px;
}

.home-news .top .toptext .lefttime p {
    margin-bottom: 0;
    white-space: nowrap;
}

.home-news .top .toptext .leftcontact {
    padding-left: 10px;
}

.home-news .top .toptext .leftcontact a {
    color: #333;
}

.home-news .top .toptext .leftcontact h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}

.home-news .top .toptext .leftcontact p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.newsbottom {
	margin-top: 50px;
	flex-wrap: wrap;
}
.nl02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nl02 .nl {
	width: calc(100% - 312px);
	padding: 0 45px 0 0;
}
.nl02 .nl ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nl02 .nl li {
	width: 47%;
}
.nl02 .nl li a {
	position: relative;
	z-index: 1;
}
.nl02 .nl li .img_box {
	overflow: hidden;
	height: 9vw;
}
.nl02 .nl li .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nl02 .nl li:hover .img_box img {
	transform: scale(1.1);
}
.nl02 .nl li .time {
	position: absolute;
	top: -31px;
	left: 18px;
	width: 62px;
	height: 62px;
	background: #d96d03;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.nl02 .nl li .time h3 {
	font-size: 30px;
	color: #fff;
}
.nl02 .nl li .time h6 {
	font-size: 12px;
	color: #fff;
	margin: 2px 0 0;
}
.nl02 .nl li .con {
	padding: 20px 0;
	position: relative;
}
.nl02 .nl li .con h5 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 10px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nl02 .nl li .con h5::after {
	content: '';
	position: absolute;
	top: 3.5px;
	left: 0;
	width: 2px;
	height: 20px;
	background-color: #1D2088;
}
.nl02 .nl li:hover .con h5 {
	color: #1D2088;
}
.nr {
	width: 312px;
}
.nr ul li a {
	border-bottom: #ccc 1px solid;
	padding: 28px 0;
	display: block;
	position: relative;
}
.nr ul li:first-child a {
	padding: 0 0 28px 0;
}
.nr ul li:last-child a {
	border-bottom: none;
}
.nr ul li a::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	border-bottom: 2px solid #1D2088;
	transition: .5s;
}
.nr ul li h5 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	max-width: 100%;
	position: relative;
	padding: 0 0 0 10px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.nr ul li h5::after {
	content: '';
	position: absolute;
	top: 3.5px;
	left: 0;
	width: 2px;
	height: 20px;
	overflow: hidden;
	background: #1D2088;
}
.nl02 .nr ul li:nth-child(4) {
	display: none;
}
.nl02 .nr ul li:nth-child(5) {
	display: none;
}
/*.nr ul li h5::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 20px;
	background: #1D2088;
}*/
.newsbottom .newsbottomitem {
	width: 25%;
}
.newsbottom .newsleftbottom .newsbottomimg {
	overflow: hidden;
	height: 12rem;
}
.newsbottom .newsleftbottom .newsbottomimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsbottom .newsleftbottom:hover .newsbottomimg img {
	transform: scale(1.1);
}
.newsbottom .newsleftbottom .newsbottomtext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	margin-top: 10px;
}
.newsbottom .newsleftbottom .newsbottomdate {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.newsbottom .newsleftbottom .newsbottomdate span {
	color: #333;
	font-size: 14px;
	padding-left: 5px;
}
/* .newsrightbottom {
    margin-top: 20px;
}

.newsrightbottom .newsrightimg img {
    width: 100%;
    height: 100%;
} */

/* .home-news .top .righttop {
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    align-items: center;
}

.home-news .top .righttop ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.home-news .top .righttop ul li a {
    color: #878787;
    font-size: 24px;
    font-weight: 700;
}

.home-news .top .righttop ul li:last-child {
    margin-left: 3rem;
}

.home-news .top .righttop ul li a.cur {
    color: #194d89;
}

.home-news .top .righttop ul li:hover {
    color: #194d89;
}

.home-news .top .righttop .more {
    color: #878787;
    font-size: 21px;
} */

/* 院部动态 */
.home-news .top .rightnewsitem {
	background-color: #fafafa;
	margin-top: 20px;
}
.home-news .top .rightnewsitem::after {
	content: '';
	width: 100px;
	height: 2px;
	background: linear-gradient(to right, #2a90da, #0d2c76);
	display: block;
	transition: .5s;
}
.home-news .top .rightnewsitem:hover {
	transform: translateY(-6px);
}
.home-news .top .rightnewsitem:hover::after {
	width: 100%;
}
.home-news .top .rightnewsitem a {
	color: #333;
	display: flex;
	align-items: center;
	padding: 15px 20px;
}
.home-news .top .rightnewsitem .rightnewsitemdate {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.home-news .top .rightnewsitem .rightnewsitemdate p {
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 24px;
	margin-bottom: 5px;
}
.home-news .top .rightnewsitem .rightnewsitemdate span {
	margin-bottom: 5px;
	font-size: 15px;
}
.home-news .top .rightnewsitem .rightnewstext {
	padding-left: 20px;
}
.home-news .top .rightnewsitem .rightnewstext h3 {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home-news .top .rightnewsitem .rightnewstext p {
	margin-bottom: 0;
	color: #a2a2a2;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.home-news .top .rightnews {
	width: calc(100% - 71%);
	padding: 0 0 0 35px;
}
.rightnews .newsrightitem a {
	display: block;
	position: relative;
}
.rightnews .newsrightitem .newsrightimg {
	overflow: hidden;
	height: 12vw;
	position: relative;
}
.rightnews .newsrightitem .newsrightimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rightnews .newsrightitem .newsrightimg::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../pic/hei70.png) 50% 100% no-repeat;
	background-size: 100%;
}
.rightnews .newsrightitem .newsrighttext {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	padding: 0 26px 18px;
	flex-direction: column;
}
.rightnews .newsrightitem .newsrighttext h6 {
	color: #fff;
	font-size: 14px;
}
.rightnews .newsrightitem .newsrighttext h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.rightnews .newsrightitem:hover .newsrightimg img {
	transform: scale(1.1);
}
.ybdtbottom {
	margin-top: 20px;
}
.ybdtbottom .ybdtbottomlist {
	margin-bottom: 20px;
}
.ybdtbottom .ybdtbottomlist .ybdtbottomimg {
	overflow: hidden;
	height: 7vw;
}
.ybdtbottom .ybdtbottomlist .ybdtbottomimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ybdtbottom .ybdtbottomlist:hover .ybdtbottomimg img {
	transform: scale(1.1);
}
.ybdtbottom .ybdtbottomlist .ybdtbottomtext {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	margin-top: 10px;
}
.ybdtbottom .ybdtbottomlist .ybdtbottomdate {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.ybdtbottom .ybdtbottomlist .ybdtbottomdate span {
	color: #333;
	font-size: 14px;
	padding-left: 5px;
}
.newsbox {
	padding-top: 15px;
}
.listbox {
	margin: 15px 0;
	overflow: hidden;
}
.listbox li a {
	display: block;
	padding: 15px 0;
	position: relative;
}
.listbox li h6 {
	font-size: 14px;
	color: #1D2088;
	text-indent: -5px;
	font-weight: 500;
}
.listbox li h5 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin: 8px 0 0;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.listbox li a::after {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 0;
	border-bottom: 2px solid #1D2088;
	/*background: linear-gradient(to right, #2a90da, #0d2c76);*/
	transition: .5s;
}
.bottom {
	margin-top: 60px;
}
.bottomrow {
	justify-content: space-between;
}
.tzggtop {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.tzggtop h3 {
	font-size: 32px;
	font-weight: 700;
	color: #1D2088;
}
.tzggtop a {
	color: #1D2088;
}
.tzggimg {
	overflow: hidden;
	width: 50%;
}
.tzggimg img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.tzggimg:hover img {
	transform: scale(1.1);
}
.tzggtext {
	display: flex;
}
.tzgglist {
	/* width: 50%; */
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 100%;
}
.tzgglist .tzggitem {
	margin-left: 20px;
}
.tzgglist .tzggitem a {
	border-bottom: #dedede 1px solid;
	padding: 10px 0 10px 0;
	display: block;
	position: relative;
}
.tzgglist .tzggitem a::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	border-bottom: 2px solid #1D2088;
	/*height: 1px;
	background: linear-gradient(to right, #2a90da, #0d2c76);*/
	transition: .5s;
}
.tzgglist .tzggitem a:hover {
	transform: translateY(-6px);
}
.tzgglist .tzggitem a:hover::after {
	width: 100%;
}
.tzgglist .tzggitem a:hover .tzggtitle h3 {
	color: #1D2088;
}
.tzgglist .tzggitem .tzggtitle h3 {
	font-size: 18px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	color: #333;
}
.tzleft {
	display: flex;
	flex-wrap: wrap;
}
.tzleft .tz {
	font-size: 32px;
	font-weight: 700;
	color: #1D2088;
	margin-bottom: 20px;
}
.tzleft .tzimg {
	overflow: hidden;
}
.tzleft .tzimg img {
	max-width: 100%;
	object-fit: cover;
}
.tzleft .tzimg:hover img {
	transform: scale(1.1);
}
.tzggmore {
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.tztitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
}
.tztext {
	display: flex;
	flex-direction: column;
	width: 50%;
}
.tzggmore a {
	color: #1D2088;
	font-size: 14px;
	display: flex;
	align-items: center;
	position: relative;
}
.tzggmore a:hover {
	color: #d96d03;
}
.tzggmore a:hover .btnmore img:nth-child(2) {
	opacity: 1;
}
.tzggmore a:hover .btnmore img:nth-child(1) {
	opacity: 0;
}
/* .luntan {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.luntan::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45%;
    height: 2px;
    background: #194d89;
}

.luntan::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 2px;
    background: #194d89;
}

.luntan span {
    font-weight: 700;
    font-size: 30px;
    color: #194d89;
}

.bottom .bottommore {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bottom .more {
    color: #878787;
    font-size: 21px;
    width: fit-content;
}

.luntanitem {
    display: flex;
    align-items: center;
}

.luntanitem .luntantime {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.luntanitem .luntantime span {
    color: #194d89;
    display: block;
    font-size: 32px;
}

.luntanitem .luntantime p {
    margin-bottom: 0;
    color: #194d89;
    white-space: nowrap;
}

.luntanitem .luntantext {
    padding-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.luntanitem .luntantext a {
    color: #333;
} */

.home-tongdao {
	background: #f2f3fb;
	/*background: url(../pic/bgtongdao.jpg) no-repeat;
	background-position: top center;*/
	background-size: cover;
	padding: 30px 0 100px 0;
}
.home-tongdao .tongdaotitle {
	color: #1D2088;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
}
.home-tongdao ul {
	display: flex;
	flex-wrap: wrap;
}
.home-tongdao ul li {
	text-align: center;
	width: 10%;
}
.home-tongdao ul li:hover {
	transform: translateY(-10px);
}
.home-tongdao ul li img {
	width: 123px;
	height: 126px;
}
.home-tongdao ul li a p {
	color: #333;
	margin-bottom: 0;
	font-size: 20px;
	margin-top: 20px;
}
.dynamic {
	background: url(../pic/jd100_bg_specials.png) no-repeat;
	background-position: top center;
	background-size: cover;
	padding-bottom: 20px;
}
.dynamic .dynamictoppic {
	position: relative;
	top: -80px;
	text-align: center;
	padding: 0;
}
.dynamic .dynamictitle {
	position: relative;
	top: -80px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 36px;
	padding: 50px 0 50px 0;
}
.dynamic .dtbox {
	position: relative;
	top: -80px;
}
.dynamic .dynamicimg {
	overflow: hidden;
	height: 12rem;
}
.dynamic .dynamicimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dynamic .dynamicitem:hover .dynamicimg img {
	transform: scale(1.1);
}
.dynamic .dynamictext {
	background-color: #fff;
	padding: 10px;
}
.dynamic .dynamictext p {
	margin: 10px 0;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dynamic .dynamictext .dynamicdate {
	display: flex;
	align-items: center;
}
.dynamic .dynamictext .dynamicdate span {
	color: #333;
	font-size: 14px;
	padding-left: 5px;
}
.dtitem .dtimg {
	height: 13vw;
	padding: 12px;
	overflow: hidden;
	background: #ffffff;
}
.dtitem .dtimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dtitem:hover .dtimg img {
	transform: scale(1.1);
}
.dtitem .dtall {
	background: #fff;
	padding: 20px;
	height: 150px;
}
.dtitem .dtall span {
	font-size: 14px;
	color: rgba(51, 51, 51, .7);
	display: flex;
	align-items: baseline;
}
.dtitem .dtall span i {
	color: #333;
	font-size: 24px;
	display: block;
	margin-right: 10px;
}
.dtitem .dtall h3 {
	color: #333;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dtitem .dtall h4 {
	color: #333;
	opacity: .8;
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.media {
	background: url(../pic/bgmedia.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.media .mediatitle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0 25px 0;
}
.media .mediatitle h3 {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
}
.media .mediatitle .mediaright {
	display: flex;
	align-items: center;
}
.media .mediatitle .mediaright .more {
	color: #fff;
	font-size: 21px;
}
.media .mediatitle .mediaright .mediamore {
	padding-left: 100px;
}
.media .mediatitle .mediaright .medialink img {
	margin-left: 20px;
	cursor: pointer;
}
.media .mediatitle .mediaright .medialink img:first-child {
	margin-left: 0;
}
.mediafulid {
	width: 100%;
	transform: translateY(50px);
}
.mediafulid .mediaimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mediafulid .row>* {
	padding-left: 0;
	padding-right: 0;
}
.mediafulid .row {
	margin-left: 0;
	margin-right: 0;
}
.mediaimg {
	height: 28rem;
	overflow: hidden;
}
.mediaa:hover .mediaimg img {
	transform: scale(1.1);
}
.mediaa:hover .mediatext {
	transform: translateY(-7px);
}
.mediaa {
	position: relative;
	display: block;
}
.mediaa .mediatext {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
}
.mediaa .mediatext h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.mediaa .mediatext .icon {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 500;
}
.mediaa .mediatext .icon img {
	max-height: 35px;
}
.home-ssfc {
	padding-top: 70px;
	padding-bottom: 100px;
	background: url(../pic/bgssfc.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.ssfctop {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.ssfctop::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 45%;
	height: 2px;
	background: #1D2088;
}
.ssfctop::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 45%;
	height: 2px;
	background: #1D2088;
}
.ssfctop span {
	font-weight: 700;
	font-size: 36px;
	color: #1D2088;
}
.home-ssfc .bottommore {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home-ssfc .more {
	color: #1D2088;
	font-size: 14px;
	width: fit-content;
	display: flex;
	align-items: center;
}
.home-ssfc .more:hover {
	color: #d96d03;
}
.home-ssfc .more:hover .btnmore img:nth-child(2) {
	opacity: 1;
}
.home-ssfc .more:hover .btnmore img:nth-child(1) {
	opacity: 0;
}
.home-ssfc .ssfcitem {
	border: 1px solid #eee;
	text-align: center;
}
.home-ssfc .ssfcitem .ssfcimg {
	overflow: hidden;
	height: 20vw;
}
.home-ssfc .ssfcitem .ssfcimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-ssfc .ssfcitem:hover .ssfcimg img {
	transform: scale(1.1);
}
.home-ssfc .ssfcitem .ssfctext {
	padding: 40px 10px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-color: #fff;
}
.home-xyfg {
	background: url(../pic/mode07_bg.png) no-repeat;
	padding: 5rem 0 10rem 0;
	background-size: 100% 100%;
	background-position: center center;
}
.home-xyfg .xyfgtop {
	display: flex;
	padding-top: 30px;
	justify-content: flex-end;
}
.home-xyfg .xyfgtop .syfgmore a {
	color: #fff;
	font-size: 21px;
}
.home-xyfg .xyfgtitle {
	color: #1D2088;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
/* .home-xyfg .xyfgimg {
    height: 23rem;
} */

.home-xyfg .xyfgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-xyfg .xyfgright {
	background: url(../upload/xyfg1-1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #fff;
}
.home-xyfg .xyfgright .xyfgtext {
	color: #1D2088;
	font-weight: 700;
	font-size: 32px;
	padding: 30px;
}
.home-xyfg .xyfgrow {
	justify-content: center;
}
.home-xyfg .row>* {
	padding-left: 0;
	padding-right: 0;
}
.swiper-button-prev {
	background: url(../pic/pre.png) no-repeat;
	display: block;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: unset !important;
	width: 50px;
}
.swiper-button-next {
	background: url(../pic/next.png) no-repeat;
	display: block;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: unset !important;
	width: 50px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	content: '';
}
/* .xyfgSwiper {
    transform: translateY(115px);
} */

.swiper-pagination {
	position: unset;
	margin-top: 50px;
}
.swiper-pagination::after {
	content: '';
	height: 1px;
	background-color: #1D2088;
	width: -webkit-fill-available;
	display: block;
	position: absolute;
	top: 35%;
	z-index: -1;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	margin: 0 20px !important;
	z-index: 1;
	background-color: #d9ebff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #1D2088;
}
.xyfgflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.leftxyfg {
	width: 47%;
}
.xyfgtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	position: relative;
}
.xyfgtitle h3 {
	font-weight: 700;
	font-size: 36px;
}
.xyfgtitle a {
	font-size: 14px;
	color: #1D2088;
	font-weight: 500;
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
}
.xyfgtitle a:hover {
	color: #d96d03;
}
.xyfgtitle a:hover .btnmore img:nth-child(2) {
	opacity: 1;
}
.xyfgtitle a:hover .btnmore img:nth-child(1) {
	opacity: 0;
}
.leftxyfg .xyfglist {
	position: relative;
	box-shadow: #e5eaff 20px 20px;
}
.leftxyfg .xyfglist .leftbtn {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0, -50%);
	background: url(../pic/icon.png) no-repeat;
	background-position: -23px -15px;
	width: 20px;
	height: 30px;
	opacity: 0;
	z-index: 1;
}
.leftxyfg .xyfglist .rightbtn {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	background: url(../pic/icon.png) no-repeat;
	background-position: -65px -15px;
	width: 20px;
	height: 30px;
	opacity: 0;
	z-index: 1;
}
.leftxyfg .xyfglist:hover .leftbtn, .leftxyfg .xyfglist:hover .rightbtn {
	opacity: 1;
}
.leftxyfg .xyfgitem {
	position: relative;
}
.leftxyfg .xyfgitem .xyfgimg {
	overflow: hidden;
	height: 20vw;
}
.leftxyfg .xyfgitem .xyfgimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.leftxyfg .xyfgitem:hover .xyfgimg img {
	transform: scale(1.1);
}
.leftxyfg .xyfgitem p {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px;
}
.yxjj {
	width: 47%;
}
.yxjj .yxjjvideo {
	position: relative;
	box-shadow: #e5eaff 20px 20px;
}
.yxjj .yxjjvideo .fengmian {
	overflow: hidden;
	height: 20vw;
}
.yxjj .yxjjvideo .fengmian img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yxjj .yxjjvideo .bofang {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../pic/icon.png) no-repeat;
	background-position: -116px -197px;
	width: 56px;
	height: 56px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 1;
}
.yxjj .yxjjvideo .leftbtn {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0, -50%);
	background: url(../pic/icon.png) no-repeat;
	background-position: -23px -15px;
	width: 20px;
	height: 30px;
	opacity: 0;
	z-index: 1;
}
.yxjj .yxjjvideo .rightbtn {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0, -50%);
	background: url(../pic/icon.png) no-repeat;
	background-position: -65px -15px;
	width: 20px;
	height: 30px;
	opacity: 0;
	z-index: 1;
}
.yxjj .yxjjvideo:hover .fengmian img {
	transform: scale(1.1);
}
.yxjj .yxjjvideo:hover .leftbtn, .yxjj .yxjjvideo:hover .rightbtn {
	opacity: 1;
}
.medialink {
	display: flex;
}
.a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.a .ewm {
	position: absolute;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	left: 50%;
	top: 90%;
	transform: translateX(-50%)translateY(1rem);
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 0 2px 9.5px 0.5px rgba(1, 1, 1, .21);
	padding: 0;
	border-radius: 0.06rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 9;
}
.a .ewm::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: 0%;
	transform: translateX(-50%);
	border-bottom: #fff 10px solid;
	border-left: transparent 10px solid;
	border-right: transparent 10px solid;
}
.a .ewm img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.a:hover .ewm {
	transform: translateX(-50%)translateY(0.5rem);
	opacity: 1;
	visibility: visible;
	padding: 0.06rem;
}
.banner {
	width: 100%;
	position: relative;
	z-index: 10;
	box-shadow: 0px 16PX 29PX 0px rgba(69, 10, 66, 0.11);
}
.banner img {
	width: 100%;
	height: 100%;
}
.banner .yjlm {
	position: absolute;
	left: 0%;
	top: 50%;
	width: 100%;
}
.banner .yjlm h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 500;
}
.adress {
	background: url(../pic/home.png) no-repeat left center;
	padding-left: 20px;
	line-height: 30px;
	color: #fff;
}
.adress a {
	padding: 0 10px;
	font-size: 14px;
	color: #fff;
}
.banner .ejlm {
	height: 70px;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 16PX 29PX 0px rgba(69, 10, 66, 0.11);
}
.banner .ejlm .innernav {
	height: 70px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.banner .ejlm .innernav>li {
	line-height: 70px;
	position: relative;
}
.banner .ejlm .innernav>li>a {
	padding: 0 26px;
	color: #333;
	display: block;
}
.banner .ejlm .innernav>li.active>a, .banner .ejlm .innernav>li.active:hover>a {
	color: #fff;
	background: #4B4EB7;
}
.banner .ejlm .innernav>li:hover>a {
	color: #1D2088;
}
.banner .ejlm .innernav * {
	transition: unset;
}
.dropdown-menu2 {
	background: #fff;
	margin: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
	padding-top: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.dropdown-menu2 .dropdown-item {
	padding: 0;
}
.dropdown-menu2 .dropdown-item a {
	background: unset;
	padding: 10px 30px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: center;
	line-height: 30px;
	transition: .5s ease !important;
}
.dropdown-menu2 .dropdown-item a:hover {
	color: #fff;
	background: #4B4EB7;
}
.common {
	padding-top: 90px;
	padding-bottom: 90px;
}
.aboutcontent p {
	line-height: 2;
	font-size: 18px;
	text-indent: 2rem;
	color: #333;
	text-align: justify;
}
.aboutcontent img {
	max-width: 100%;
	height: auto;
}
.minnernav .ejlm {
	margin-bottom: 40px;
	display: none;
}
.minnernav .ejlm * {
	transition: unset;
}
.minnernav .ejlm h2 {
	height: 60px;
	padding: 0 20px;
	width: 100%;
	color: #fff;
	line-height: 60px;
	font-size: 22px;
	background: url(../pic/cd.png) no-repeat right 20px center #1D2088;
}
.minnernav .ejlm ul {
	margin: 0;
	padding: 0;
	background: #4B4EB7;
	padding: 20px 0;
	display: none;/*box-shadow: 0px 16px 29px 0px rgba(69, 10, 66, 0.11);*/
}
.minnernav .ejlm ul li {
	font-size: 16px;
	line-height: 40px;
}
.minnernav .ejlm ul li a {
	padding: 0 28px;
	color: #fff;
	display: block;
}
.minnernav .ejlm ul li.active a {
	color: #EBC05F;
}
.minnernav .ejlm ul li ul {
	display: block;
	padding: 0 20px;
}
.wzlist ul {
	display: flex;
	flex-wrap: wrap;
}
.wzlist ul li {
	width: 100%;
}
.wzlist ul li a {
	padding: 40px 55px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	transition: 0.5s;
}
.wzlist ul li .date {
	width: 76px;
	height: 76px;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.wzlist ul li .date::before {
	width: 100%;
	background: #D1D3F9;
	bottom: 30px;
	left: -15px;
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
}
.wzlist ul li .date::after {
	width: 100%;
	background-color: #4B4EB7;
}
.wl {
	position: relative;
	z-index: 1;
}
.wl::after {
	content: "";
	z-index: -1;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 100%;
}
.wzlist ul li a::after {
	/*background-color: #4B4EB7;*/
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	border-bottom: 2px solid #1D2088;
	transition: .5s;

}
.wzlist ul li .date span {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.wzlist ul li .date p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
	text-indent: 0;
}
.wzlist ul li .con {
	width: calc(100% - 76px);
	padding-left: 30px;
}
.wzlist ul li .con .txt1 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wzlist ul li p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 0;
}
.wzlist ul li:last-child a {
	border-bottom: 0;
}
.cont-ny {
	display: flex;
	flex-wrap: wrap;
}
.cont-ny .new-cont {
	width: 100%;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}
.new-cont h3 {
	color: #333;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	font-weight: 500;
}
.cont-tit {
	margin: 0 0 20px;
	padding: 15px 0 30px 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.cont-tit span {
	font-size: 16px;
	color: #666;
	margin: 0 30px 0 0;
	line-height: 30px;
}
.article {
	padding-top: 20px;
	padding-bottom: 50px;
}
.article img {
	max-width: 100%;
	height: auto!important;
}
.article p {
	font-size: 18px;
	line-height: 2;
}
.article p:last-child {
	margin-bottom: 0;
}
.pages {
	padding-top: 30px;
	border-top: 1px solid #d6d0d0;
}
.pages p {
	margin-bottom: 0;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	transition: 0.5s;
}
.pages p a {
	color: #666;
}
.cont-ny .right {
	width: 30%;
	padding-left: 40px;
}
.cont-ny .right .sticky {
	position: sticky;
	top: 100px;
}
.cont-ny .right h2 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	position: relative;
	font-weight: 500;
}
.cont-ny .right h2::after {
	width: 100px;
	height: 2px;
	background-color: #1D2088;
}
.cont-ny .right li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.cont-ny .right li h3 {
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
	transition: 0.5s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont-ny .right li span {
	display: flex;
	flex-wrap: wrap;
	color: #666;
	font-size: 14px;
	align-items: center;
}
.cont-ny .right li:hover h3 {
	color: #4B4EB7;
}
.xyfg .xyfhitem {
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.xyfg .xyfhitem .xyfgimg {
	overflow: hidden;
	height: 15rem;
}
.xyfg .xyfhitem .xyfgimg img, .xyfg .xyfhitem .xyfgimg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.xyfg .xyfhitem .xyfgtext {
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 3;
	color: #333;
}
.xyfg .xyfhitem:hover .xyfgimg img {
	transform: scale(1.1);
}
.xyfg .xyfhitem:hover {
	border: 1px solid #eee;
}
/*nyleft*/
.nyleft {
	width: 20%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	background: url(../pic/nyleftbg1.png) no-repeat top center;
	background-size: 100% auto;
}
.left_menus {
	position: relative;
	padding: 30px 30px;
	background-size: 100% auto;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}
.nyright {
	width: 75%;
	float: right;
	min-height: 200px;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: "."
}
.nyleftList {
	background: url(../pic/nyleftbg.jpg) #f6f6f6 no-repeat right bottom;
	padding: 20px 25px;
	background-size: 100% auto;
	padding-bottom: 16px;
	border-bottom: 3px solid #4B4EB7;
	min-height: 300px;
}
.nyleftList li {
	position: relative;
}
.nyleftList li {
	border-bottom: 1px dashed #e5e5e5;
	font-size: 18px;
	background: url(../pic/left_jt.png) no-repeat right center;
}
.nyleftList li.on>a {
	color: #4B4EB7;
}
.nyleftList li a {
	position: relative;
	display: block;
	padding: 20px 10px;
}
.nyleftList li a:hover {
	color: #4B4EB7;
}
.nyleftList .li_s2 {
	background: #efefef;
}
.nyleftList .li_s2 a {
	position: relative;
	display: block;
	padding: 20px 20px;
}
.col_news_head {
	border-bottom: 1px solid #DBDBDB;
}
.path_name {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background: url(../pic/dqtb.png) no-repeat left center;
}
.col_path {
	font-size: 16px;
	margin-top: 30px;
	display: inline-block;
	float: right;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	color: #999;
}
.col_path a {
	color: #999;
}
.col_path2 {
	width: 100%;
	text-align: right;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #999;
}
.col_path2 a {
	color: #999;
}
.col_title h2 {
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	line-height: 88px;
	color: #333333;
	border-bottom: 3px solid #4B4EB7;
}
.aboutcontent {
	margin-top: 40px;
}
.xyfg {
	margin-top: 40px;
}
.wzlist {
	margin-top: 40px;
}
.cont-ny {
	margin-top: 40px;
}
.ssfcSwiper .swiper-button-prev {
	background: url(../pic/pre2.png) no-repeat;
	display: block;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: unset !important;
	width: 50px;
	left: 1%;
	top: 40%;
}
.ssfcSwiper .swiper-button-next {
	background: url(../pic/next2.png) no-repeat;
	display: block;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: unset !important;
	width: 50px;
	right: 1%;
	top: 40%;
}
.dynamicSwiper .swiper-button-prev {
	background: url(../pic/pre2.png) no-repeat;
	display: block;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: unset !important;
	width: 50px;
	left: 1%;
	top: 32%;
}
.dynamicSwiper .swiper-button-next {
	background: url(../pic/next2.png) no-repeat;
	display: block;
	background-size: 100% 100%;
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: unset !important;
	width: 50px;
	right: 1%;
	top: 32%;
}