body {
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
/* 重置 */
/*  */
.list_cont {
	display: flex;
	height: 100%;
}
.list_cont .left_nav {
	flex: 1;
	background-color: #fff;
	position: relative;

}
.left_nav .left_cont_wrap {
	height: 640px;
	margin: 0 auto;
	padding: 0 15%;
	position: absolute;
	top: 50%;
	margin-top: -320px;
}

.left_nav .left_cont_wrap .title {
	padding-top: 30%;
}
.left_nav .left_cont_wrap .sm_title {
	font-size: 30px;
	color: #01a0af;
}
.left_nav .left_cont_wrap .big_title {
	color: #1D1D1F;
	font-size: 35px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.left_nav .left_cont_wrap .left_title_info {
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}
.left_nav .left_cont_wrap .nav_link {
	position: absolute;
	bottom: -5rem;
}
.left_nav .left_cont_wrap .nav_link ul {
	display: flex;
	justify-content: center;
}
.left_nav .left_cont_wrap .nav_link ul li {
	width: 24px;
	height: 24px;
	background-color: #E5E5E5;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	margin: 10px;
}
.left_nav .left_cont_wrap .nav_link ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.left_nav .left_cont_wrap .nav_link ul li.current {
	width: 62px;
	height: 24px;
	border-radius: 15px;
	background: linear-gradient(#00ACA0 -0.01%, #0086D1 99.99%);
}

.list_cont .right_cont {
	background-color: #ddd;
	flex: 3;
	/* height: 769px; */
}
.section .js_video {
	object-fit: cover;
	z-index: 1;
}
.right_cont .imglist {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.ft-carousel .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
}
.info_list_img {
	width: 100%;
	height: 12rem;
	background: url(../images/info-list_bg.png) no-repeat center;
	background-size: contain;
	margin-top: 20px;
}
.about {
	display: flex;
}

.news_main {
	width: 1020px;
	margin: 0 auto;
	margin-top: 40px;
}
.news_main .big-title {
	display: flex;
	border-bottom: 1px solid #f4f4f4;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 8px;
}
.news_main .big-title .b-title {
	font-size: 25px;
}
.news_main .big-title .item {
	display: flex;
	align-items: flex-end;
}
.news_main .big-title .item ul {
	display: flex;
	align-items: flex-end;
	margin-bottom: 0;
}
.news_main .big-title .item ul li {
	margin-left: 10px;
}
.news_main .big-title .item ul li.current {
	font-weight: 700;
	font-size: 16px;
}
.news_main .cont-list {
	display: flex;
	border-bottom: 1px solid #f4f4f4;
}
.news_main .cont-list:last-child {
	border-bottom: 0 none;
}
.news_main .cont-list .month {
	flex: 1;
}
.news_main .cont-list .cont-warp {
	width: 740px;
}
.news_main.pdf_main .cont-list .cont-warp, .news_main.text .cont-list .cont-warp {
	width: 100%;
}

/* .news_list_main .cont-list .cont-warp {
  width: 995px;
} */
.about_main .cont-list .cont-warp {
	width: auto;
}
.news_main .cont-list .month p.m {
	font-size: 30px;
	color: #727171;
	margin-top: 10px;
}
.news_main .cont-list .cont-warp h2 {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.5;
}
.news_main .cont-list .cont-warp .time, .news_main .cont-list .cont-warp .cont {
	color: #727171;
}
.news_main .cont-list .cont-warp .time small {
	margin-right: 20px;
}
.news_main .cont-list .cont-warp .cont {
	font-size: 15px;
	line-height: 1.75;
}
.news_main .cont-list .cont-warp .cont img {
	width: 100%;
	margin-bottom: 10px;
}
.news_main .cont-list .cont-warp .readmore {
	color: #0086D1;
	font-size: 15px;
}
.news_main .cont-list .cont-warp .c-l {
	margin-bottom: 50px;
}
.about_main .cont-list .cont-warp .cont {
	font-size: 15px;
	color: #727171;
}
.about_main .cont-list .text {
	padding: 0 20px;
	line-height: 1.75;
}
.news_main .info-cont .cont-list h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.news_main .info-cont .cont-list .cont {
	padding-bottom: 30px;
	padding-bottom: 30px;
	border: 1px solid #ddd;
	padding: 48px;
	margin-bottom: 30px;
	line-height: 2.45;

}
.news_main .info-cont .cont-list .cont p {
	text-align: justify;
	/* 文字两端对齐 */
	text-justify: inter-ideograph;
	/* 文字两端对齐兼容IE */
}

.foot {
	height: 100px;
	background-color: #0c314c;
}
.foot .ft-wrap {
	height: 100px;
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: #eee;
	justify-content: space-around;
	align-items: center;
}
.foot .ft-wrap a {
	color: #eee;
}
.foot .ft-wrap a:hover {
	text-decoration: none;
}
.foot .ft-wrap .link ul {
	display: flex;
	margin-bottom: 0;
}
.foot .ft-wrap .link ul li {
	margin-left: 20px;
}
.more .more-list {
	display: flex;
}
.more .more-list .month {
	flex: 1;
}
.more .more-list .c-l {
	text-align: left;
	width: 740px;
}
.more .more-list .laod-more {
	color: #0086D1;
	padding-bottom: 20px;
	display: inline-block;
}
.news_main .cont-list .month .next-title {
	font-size: 17px;
	font-weight: 600;
}
.news_main .cont-list .next {
	margin-left: 30px;
}
.news_main .cont-list .next span {
	color: #727171;
}
.news_main .cont-list h2 {
	padding: 0;
	/* margin: 0; */
	margin-bottom: 5px;
}
.pdf_main .cont-list .cont-warp .cont {
	height: 1000px;
}
.news_main .cc-title {
	text-align: center;
	font-size: 30px;
}
.tab-wrap ul {
	display: flex;
	justify-content: center;
	padding: 20px 0;
}
.tab-wrap ul li {
	width: 125px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #bababa;
	text-decoration: none;
	font-size: 18px;
	cursor: pointer;
	margin: 0 10px;
}
.tab-wrap ul li.current {
	background: linear-gradient(-45deg, #008FD5, #00B5A5);
	color: #fff;
	border-radius: 32px;
}
.tab-wrap ul li a {
	text-decoration: none;
}
.tab-wrap ul li.current a {
	color: #fff;
}
.cc-cont {
	/* display: none; */
	margin-bottom: 50px;
}
.cc-cont .item {
	border-bottom: 1px solid #0073b3;
	padding-bottom: 15px;
	margin-top: 15px;
}
.cc-cont .item .title {
	font-size: 17px;
	margin-top: 13px;
}
.cc-cont .item span {
	font-size: 13px;
	color: #727171;
}
.cc2 .item {
	border-bottom: 0 none
}
.cc2 .item .title {
	text-align: center;
}
.cc2 .item span {
	display: block;
	text-align: center;
}
.cc-cont .img {
	position: relative;
}
.cc-cont .img i {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.cc-cont .img .video-icon {
	background: url(../images/video_icon.png) no-repeat center;
	background-size: contain;
}
.cc-cont .img .pic-icon {
	background: url(../images/pic_icon.png) no-repeat center;
	background-size: contain;

}
.cc2 .item .img {
	width: 320px;
	height: 240px;
	overflow: hidden;
	transition: all .5s;
	margin: 0 auto;
}
.cc2 .item .img:hover {
	transform: scale(1.2);
}
.cc-cont .img .enter {
	width: 210px;
	height: 29px;
	background: url(../images/enter.png) no-repeat center;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -105px;
}
.cc-cont .about-cont {
	/* 文字两端对齐 */
	text-align: justify;
	/* 文字两端对齐兼容IE */
	text-justify: inter-ideograph;
	animation: fadeIn 2s ease;
}
.cc-cont .about-cont p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 27.75px;
}
.cc-cont .about-cont ul {
	display: flex;
	/* justify-content: space-between; */
	margin-top: 40px;
	flex-wrap: wrap;
}
.cc-cont .about-cont ul li {
	width: 66px;
	margin-bottom: 20px;
	width: 110px;
	text-align: center;
}
.cc-cont .about-cont .project li img {
	width: 66px;
	height: 66px;
	margin-bottom: 10px;
}
.cc-cont .about-cont .project li p {
	text-indent: 0;
	text-align: center;
	color: #727171;
	font-size: 15px;
}
.cc-cont .nz {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	margin-top: 40px;

}
.cc-cont .nz .nz-cont, .cc-cont .nz .year {
	width: 500px;

}
.cc-cont .nz .nz-cont {
	animation: fadeinR 1.2s ease;
}
.cc-cont .nz .year {
	animation: fadeinL 1s ease;
}

.concat {
	animation: fadeInUp .5s ease;
}
@keyframes fadeinR {
	0% {
		opacity: 0;
		transform: translateX(100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeinL {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.cc-cont .nz .year {
	font-size: 30px;
	font-weight: 600;
}
.cc-cont .nz .nz-cont {
	background-color: #e8f5ff;
	text-align: right;
	/* padding: 10px; */
	position: relative;
}
.cc-cont .nz .nz-cont i {
	display: inline-block;
	width: 17px;
	height: 20px;
	position: absolute;
}
.cc-cont .nz .nz-cont:nth-child(odd) {
	margin-right: 50px;
}
.cc-cont .nz .nz-cont:nth-child(odd) i {
	background: url(../images/sj.png) no-repeat center;
	background-size: contain;
	top: 10px;
	right: -16px
}
.cc-cont .nz .nz-cont {
	text-align: left;
	margin-left: 50px;
}
.cc-cont .nz .nz-cont:nth-child(even) i {
	background: url(../images/sj2.png) no-repeat center;
	background-size: contain;
	top: 10px;
	left: -16px
}

.cc-cont .nz .year:nth-child(even) {
	text-align: left;
}
.cc-cont .nz .year:nth-child(odd) {
	text-align: right;
}
.cc-cont .nz .nz-cont p {
	margin: 0;
	line-height: 27px;
	padding: 10px 10px 5px 10px;
	border-bottom: 5px solid #fff;
}
.cc-cont .nz .nz-cont p:last-of-type {
	border-bottom: 0 none;
}
.cc-cont .nz:nth-child(even) {
	flex-direction: row-reverse;
}
.cc-cont .nz:nth-child(even) .year {
	text-align: left !important;
	margin-left: 50px;
}
.cc-cont .nz:nth-child(even) .nz-cont {
	margin-left: 0;
	text-align: right;
}
.cc-cont .nz:nth-child(even) .nz-cont i {
	background: url(../images/sj.png) no-repeat center;
	background-size: contain;
	top: 10px;
	right: -16px;
	left: auto;
}


.concat-item ul {
	border-top: 2px solid #000000;
	margin-top: 23px;
	margin-bottom: 23px;
}
.concat-item ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 23px;
	display: flex;
}
.concat-item .title {
	font-size: 20px;
	margin-top: 35px;
}
.concat-item .label-txt {
	display: inline-block;
	width: 100px;
	flex: none;
}
.concat-item .label-info-span {
	flex: 2;
}
.jion {
	background: url(../images/jionus.jpg) no-repeat center;
	background-size: contain;
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	z-index: -10;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	zoom: 1;
	padding-top: 100px;
}
.jion h1 {
	color: #fff;
	text-align: center;
	font-size: 50px;
	margin-top: 100px;
}
.jion .txt {
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	margin-top: 50px;
}
.jion .txt p {
	letter-spacing: 4px;
}
.posFoot {
	position: fixed;
	width: 100%;
	bottom: 0;
}
.photo-cont-warp h2 {
	font-size: 20px;
	font-weight: 600;
}
.photo-cont-warp .cont {
	column-count: auto;
	column-width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.photo-cont-warp .cont img {
	border: 1px solid #ccc;
	margin-bottom: 13px;
	padding: 7px;
	box-shadow: 3px 0px 5px #ccc;
}
.cc4list {
	width: 680px;
	margin: 0 auto;
	text-align: center;
}
.cc4list li {
	line-height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
	border-radius: 30px;
	transition: all .5s;
	font-weight: 500;
}
.cc4list li:hover {
	background-color: #ecf0f3;
	font-size: 24px;
}
.cc4list a:hover {
	text-decoration: none;
	color: #000;

}
.next-prev {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.month .hot {
	min-height: 390px;
	border: none;
	padding: 0;
	margin: 0
}
.month .hot li {
	/* height: 95px; */
	padding: 10px;
	margin: 10px 0;
	overflow: hidden;
}
.month .hot li a {
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width: 100%;
}
.month .hot li:last-child {
	margin-bottom: 0
}
.month .hot .img {
	display: block;
	width: 220px;
	/* height: 85px; */
	float: left;
	margin-right: 10px;
	overflow: hidden;
	margin-top: 10px;
}
.month .hot .img img {
	transition: all .5s;
	width: 220px;
	height: 110px;
	margin-bottom: 10px;
}
.month .hot li:hover img {
	transform: scale(1.1)
}
.month .hot .title {
	font-size: 16px;
	height: 52px;
	line-height: 1.5;
	overflow: hidden;
	word-wrap: break-word;
	margin-top: 0;
}
.month .hot .info {
	font-size: 12px;
	color: #ccc
}
.month .hot .info a {
	color: #ccc
}
.month .hot .info span i {
	margin-right: 5px
}
.links-cont {
	margin: 30px 0;
}
.links-cont .item {
	border: 1px solid #ccc;
	margin: 10px 0 20px 0;
	border-radius: 5px;
	transition: all .5s;
}
.links-cont .item:hover {
	box-shadow: 0px 0px 10px #ccc;
}
.links-cont .a-links {
	display: block;
	text-align: center;
	padding: 30px 0;
	text-decoration: none;
}

.links-cont .a-links .img img {
	width: 96px;
	height: 96px;
}
.links-cont .a-links .name {
	font-size: 20px;
}
@media screen and (max-width: 550px) {
	.foot .ft-wrap .info, .foot .ft-wrap .link ul {
		text-align: center;
		padding: 0 30px;
	}
	.foot .ft-wrap .link ul li:not(:last-child) {
		display: none;
	}
	.foot .ft-wrap .link ul li {
		margin-left: 0;
	}
	.foot .ft-wrap a {
		display: block;
	}
	.pdf_main .cont-list .cont-warp .cont {
		height: 550px;
	}
}
@media screen and (max-width: 440px) {
	.cc-cont .about-cont ul li {
		width: 100px;
	}
}
@media screen and (max-width: 1060px) {
	.foot .ft-wrap {
		width: 100%
	}
	.news_main .big-title {
		margin: 0;
	}
	.news_main .cont-list .month {
		display: none;
		margin: 20px;
		/* flex: auto; */
	}
	.news_main {
		padding: 0 20px;
		width: 100%;
	}
	.news_main .cont-list .cont-warp {
		width: 100%;
	}
	.list_cont {
		/* flex-wrap: wrap; */
		flex-direction: column;
		padding-top: 30px;
	}
	.left_nav .left_cont_wrap {
		height: auto;
		padding-bottom: 20px;
		position: initial;
		margin-top: 20px;
		top: 0;
	}
	.left_nav .left_cont_wrap .nav_link {
		display: none;
	}
	.left_nav .left_cont_wrap .title {
		padding-top: 0;
	}
	.list_cont .left_nav {
		display: flex;
		align-items: center;
	}
	.list_cont .right_cont {
		flex: 1;
		height: auto;
	}
	.left_cont_wrap {
		height: auto !important;
	}

}

.showLeft {
	animation: show 1s ease forwards;
}
.hiddenLeft {
	animation: hidden .3s ease forwards;
}
.load {
	opacity: 0;
	transform: translateY(50px);
}
.txtshow {
	animation: showtext 1s ease forwards;
}
.titleshow {
	animation: showtitle 2s ease forwards;
	letter-spacing: 8px;
}
.fp-tableCell {
	display: block;
}
/*  */
@keyframes show {
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes hidden {
	from {
		opacity: 1;
		transform: translateY(0px);
	}
	to {
		opacity: 0;
		transform: translateY(100px);
	}

}
@keyframes showtext {
	from {
		opacity: 0;
		filter: blur(10px);
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		filter: blur(0px);
		transform: translateY(0px);
	}
}

@keyframes showtitle {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media screen and (max-width: 1060px) {
	.news_main .info-cont .cont-list .cont {
		padding: 10px 28px;
	}

	.cc4list {
		width: 100%;
	}
	.cc4list li:hover {
		background-color: #ecf0f3;
		font-size: 12px;
	}
	.tab-wrap ul li {
		font-size: 14px;
	}
	.jion {
		min-width: auto
	}
	.jion h1 {
		font-size: 35px;
	}
	.news_main {
		padding: 0 20px;
		width: 100%;
		margin: 20px 0 0 0;
	}
	.news_main .cont-list .cont-warp {
		width: 100%;
		/* padding: 0 20px; */
	}
	.about_main .cont-list {
		display: block;
	}
	.jion .txt p {
		letter-spacing: 0;
		font-size: 20px;
		line-height: 35px;
	}
	.titleshow {
		letter-spacing: 0;
	}
}
.tongji {
	display: none;
}
.search i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/search.png) no-repeat bottom;
	background-size: contain;
	margin-top: 8px;
}
.search_wrap {
	width: 740px;
	margin: 0px auto;
	margin-bottom: 20px;
	position: relative;
}
.search_wrap input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.search_wrap button {
	width: 80px;
	height: 40px;
	text-align: center;
	background-color: #0B314C;
	color: #fff;
	border-radius: 0 5px 5px 0;
	position: absolute;
	right: 0px;
}
.cont-search {
	min-height: 500px;
	margin: 0 auto;
}
.cont-search .search-info {
	padding: 20px 0 10px;
	color: #666;
}
.cont-search .search-info strong {
	color: #0B314C;
	margin: 0 2px;
}
.cont-search h3 {
	color: #999;
}
.cont-search .c-l h2 span {
	color: #00ACA0;
	margin-right: 5px;
}