.pic {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s;
	object-fit: cover;
}

a:hover .pic img {
	transform: scale(1.05);
}

.footer {
	background: #1a53a8;
	padding: .52rem 0 .62rem 0;
}

.foot-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-tl a {
	display: block;
}

.foot-tl a img {
	display: block;
	max-height: 0.8rem;
	max-width: 100%;
}

.foot-tr {
	/*! display: flex; */
	border-radius: 10px;
	border: #ccc0c0 solid 1px;
	width: 2.6rem;
	position: absolute;
	top: 42px;
	left: 5.4rem;
}

.foot-tr>div {
	position: relative;
}

.foot-tr p {
	line-height: .47rem;
	padding: 0px .15rem;
	color: #555050;
	text-align: left;
	font-size: .16rem;
	background: url("../images/link-icon-down-gray.png") 95% center no-repeat;
	overflow: hidden;
	width: 2.5rem;
	border-radius: 0.05rem;
	border: solid 0.01rem rgba(255, 255, 255, .5);
	background-size: 30px 18px;
}

.foot-tr>div:hover div {
	display: block;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px;
}

.foot-tr>div div {
	position: absolute;
	bottom: 100%;
	background: rgb(255, 255, 255);
	padding: .15rem 0px;
	left: 0px;
	right: 0px;
	display: none;
	z-index: 99;
}

.foot-tr>div div a {
	display: block;
	color: rgb(51, 51, 51);
	line-height: .36rem;
	font-size: .14rem;
	padding: 0px .1rem;
}

.foot-tr>div div a:hover {
	background: #1C45B6;
	color: rgb(255, 255, 255);
}

.foot-b {
	display: flex;
	justify-content: space-between;
	margin-top: .5rem;
}

.foot-bl {
	width: 72%;
}

.foot-bl ul {
	display: flex;
	flex-wrap: wrap;
}

ul .foot-bl-left {
	width: 60%;
}

ul .foot-bl-right {
	width: 50%;
}

.foot-bl ul li {
	display: flex;
	align-items: flex-start;
	padding: .1rem 0;
}



.foot-bl ul li div {
	height: 0.28rem;
	width: 0.4rem;
	display: flex;
	align-items: center;
}

.foot-bl ul li div img {
	display: block;
	max-height: 100%;
}

.foot-bl ul li p {
	font-size: 0.14rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.24rem;
	color: #ffffff;
}

.foot-br {
	flex: 1;
	min-width: 0;
	padding-left: .4rem;
	/* margin-left: .5rem; */
	display: flex;
	align-items: center;
	border-left: solid 0.01rem #4875b9;
}

.foot-br div img {
	display: block;
	width: 0.89rem;
}

.foot-br ul {
	flex: 1;
	min-width: 0;
	margin-left: .35rem;
	/* display: flex; */
	/* 使用 Flexbox 布局 */
	justify-content: space-between;
	/* 默认情况下左右对齐 */
	align-items: center;
	/* 垂直居中对齐 */
}

.foot-br ul li p {
	font-size: 0.16rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.48rem;
	/* letter-spacing: -0.01rem; */
	color: #ffffff;
}

.logo {
	float: left;
}

.logo a {
	display: flex;
	font-size: 0;
	align-items: center;
}

.logo a img {
	vertical-align: middle;
	display: none;
	max-height: 0.78rem;
}

.logo a img:nth-child(1) {
	display: block;
}

@media screen and (max-width: 1320px) {
	.logo a {}

	.logo a img {}
}

@media screen and (max-width: 1220px) {
	.foot-br {
		padding-left: .3rem;
		margin-left: .2rem;
	}

	.foot-bl {
		width: 60%;
	}
}

@media screen and (max-width: 1024px) {
	.foot-t {
		flex-direction: column;
	}

	.foot-tr {
		margin-top: .2rem;
	}

	.foot-b {
		flex-direction: column;
	}

	.foot-bl {
		width: 100%;
	}

	.foot-br {
		margin-left: 0;
		padding-left: 0;
		border: none;
		flex: auto;
		justify-content: space-between;
		align-items: center;
	}

	.foot-br div img {
		width: .5rem;
	}

	.foot-br ul li {
		line-height: .36rem;
		display: inline-block;
		justify-content: space-between;
		align-items: center;
	}

	.foot-br ul li p {
		line-height: .36rem;
	}

	.foot-br .public-logo {
		display: none;
	}

	.foot-b {
		margin-top: .2rem;
		justify-content: space-between;
		align-items: center;
	}

	.foot-bl ul li div {
		width: 0.3rem;
	}

	.footer {
		padding: .25rem 0;
	}
}

@media screen and (max-width: 768px) {
	.foot-br {
		display: block;
		margin-top: 0
	}

	.foot-br ul {
		margin-left: 0;
		margin-top: .1rem;
	}

	.foot-br ul li p {
		line-height: .36rem;
		display: contents;
	}

	.foot-br .public-logo {
		display: none;
	}

}


@media screen and (max-width: 640px) {

	/* 变成单列 */
	.foot-bl {
		width: auto;
	}

	.foot-bl ul {
		display: block;
	}

	.foot-bl ul li {
		width: auto !important;
		padding: .1rem 0
	}
	.foot-bl-phone {
      height: 0.9rem !important;
    }
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

.vsbcontent-table-container-outer {
	position: relative;
}

.vsbcontent-table-container {
	width: 98%;
	overflow-y: auto;
	_overflow: auto;
	margin: 2px;
}

.vsbcontent-table-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.vsbcontent-table-container::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

.vsbcontent-table-container-fade {
	position: absolute;
	right: 0;
	width: 5px;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, .5), #fff);
}

/* 页脚 */
.foot {
	position: relative;
}

.foot:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: .04rem;
	background: url(../images/footer.jpg) center repeat;
	background-size: auto;
	background-size: 100% 100%;
	z-index: 10;
}

.foot-linkNy {
	min-height: 3.5rem;
}

.foot-linkNy .title {
	padding: 0.6rem 0 .3rem 0;
}

.wal {
	max-width: 15.8rem;
	margin: 0 auto;
}

.foot-link {
	position: relative;
	min-height: 2.8rem;
}

.foot-link .title {
	font-size: 0.48rem;
	color: #000;
	line-height: 1em;
	padding: 0.5rem 0 0.2rem 0;
}

.foot-link .list {
	max-width: 8.59rem;
}

.foot-link .list li {
	width: 33.333%;
	padding: 0.05rem 0.65rem 0 0;
}

.foot-link .list a {
	display: block;
	border-bottom: #DDD solid 1px;
	font-size: 0.16rem;
	color: #616161;
	line-height: 0.45rem;
}

.foot-link .list a:hover {
	color: #000;
}

.foot-link .ewm {
	width: 2.4rem;
	position: absolute;
	z-index: 1;
	left: auto;
	right: 0;
	top: auto;
	bottom: -0.6rem;
}

.foot-link .ewm p {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 0.14rem;
}

.g-foot {
	position: relative;
	color: #fff;
	font-size: 0.14rem;
	letter-spacing: 1px;
    line-height: 0.18rem;
}

.g-foot a {
	color: #fff;
}

.g-foot:before {
	content: ""; 
 display: block; 
	 position: absolute; 
	 left: 4.5%; 
	 bottom: 0; 
right: 0; 
	height: 1.72rem;
	background: #C6CFD7;
}

.g-foot:after {
	content: "";
	display: block;
	position: absolute;
	left: 7.1%;
	bottom: 0;
	right: 0;
	height: 100%;
	background: #1a53a8;
}

.g-foot .wal {
	min-height: 2.2rem;
	position: relative;
	z-index: 2;
	max-width: 15.6rem;
}

.g-foot .logo {
	position: absolute;
	z-index: 1;
	left: 0;
	right: auto;
	top: 0.4rem;
	bottom: auto;
	width: 6.8rem;
}

.g-foot .list {
	position: absolute;
	z-index: 1;
	left: 5.4rem;
	right: auto;
	top: 0.4rem;
	bottom: auto;
	width: 6.8rem;
}

.g-foot .list li {
	height: 0.28rem;
	padding-right: 0.2rem;
	display: flex;
	flex-wrap: wrap;
}

.g-foot .list li .p-ico,
.g-foot .list li .index-flow .container .video i,
.index-flow .container .video .g-foot .list li i,
.g-foot .index-flow .container .list li a i,
.index-flow .container .g-foot .list li a i,
.g-foot .index-flow .container .list a li i,
.index-flow .container .g-foot .list a li i,
.g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em,
.index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em,
.g-foot .list .index-search .search-result li a i,
.index-search .search-result .g-foot .list li a i {
	font-size: 0.14rem;
	/*! margin-right: 0.1rem; */
	flex-shrink: 0;
}

.g-foot .list li .p-ico img {
	width: 26px;
	padding: 0 6px;
}

.g-foot .info {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0;
	height: 0.54rem;
	border-top: rgba(255, 255, 255, 0.27) solid 1px;
	/*! text-align: center; */
	font-size: 14px;
	color: #e1dede;
	line-height: 28px;
}

.g-foot .info div p {opacity: 0.46;line-height: 0.45rem;padding-right: 0.12rem;}

.g-foot .info .tel {
	height: 0.45rem;
}

.g-foot .info .tel i {
	font-size: 0.14rem;
	margin-right: 0.08rem;
	font-style: normal;
}

@media screen and (max-width: 1840px) {
	.g-foot:before {
		left: 0.6rem;
	}

	.g-foot:after {
		left: 1rem;
	}
}

@media screen and (min-width: 1930px) {
	.g-foot:before {
		left: 50%;
		margin-left: -9.4rem;
	}

	.g-foot:after {
		left: 50%;
		margin-left: -8.9rem;
	}
}

@media screen and (max-width: 1080px) {
	.wal {
		max-width: 6.2rem;
		margin: 0 auto;
	}

	.foot-tr {
		display: flex;
		border-radius: 10px;
		border: #ccc0c0 solid 1px;
		width: 2.6rem;
		position: absolute;
		top: 36px;
		left: 3.0rem;
	}

	.foot-link .ewm {
		right: 0;
		top: auto;
	}

	.foot-link .ewm p {
		text-align: center;
		font-size: 12px;
		color: #000000;
		/*! padding-top: 0.04rem; */
	}

	.foot-link {
		position: relative;
		min-height: 2.8rem;
	}

	.foot-link .list li {
		width: 50%;
		padding: 0.05rem 0.65rem 0 0;
	}
	.g-foot{
		letter-spacing: unset;
		line-height: unset;
	}

	.g-foot .wal {
		min-height: 2.4rem;
		position: relative;
		z-index: 2;
		max-width: 8.6rem;
	}

	.g-foot .logo {

		top: 0.4rem;
		width: 3.0rem;
	}

	.g-foot .list {
		position: absolute;
		z-index: 1;
		left: 3.6rem;
		right: auto;
		top: 0.4rem;
		bottom: auto;
		width: 5.6rem;
	}
}
@media screen and (max-width: 800px) {
	.wal {
		margin: 0 0.4rem;
		max-width: 8.5rem;
	}

	.foot-tr {
		display: none;
	}

	.foot-link {
		padding-bottom: 1.8rem;
	}

	.foot-link .title {
		font-size: 0.44rem;
		text-align: center;
		padding: 0.6rem 0 0.2rem 0;
	}

	.foot-link .list {
		margin: 0 auto;
		/*! max-width: 5rem; */
	}

	.foot-link .list ul,
	.index-flow .container .list ul,
	.index-research .wal,
	.index-events .wal,
	.g-foot .info div {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.foot-link .list li {
		width: 33.3%;
		padding: 0 0.2rem;
	}

	.foot-link .list a {
		font-size: 0.24rem;
		line-height: 0.8rem;
	}

	.foot-link .ewm {
		width: 3rem;
		left: 50%;
		bottom: -1.8rem;
		margin-left: -1.2rem;
	}

	.foot-link .ewm p {
		display: block;
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		padding-top: 0.15rem;
	}

	.g-foot {
		font-size: 0.24rem;
		/*! padding: 0.5rem; */
	}

	.g-foot:before {
		left: 0;
		height: 8.57rem;
	}

	.g-foot:after {
		left: 0.5rem;
	}

	.g-foot .wal {
		min-height: 5.06rem;
		/*! padding: 0.1rem 0.5rem 0 0.8rem; */
		text-align: center;
		align-content: center;
		width: 100%;
	}

	.g-foot .logo {
		position: static;
		width: 4.18rem;
		margin: 0 auto;
		/*! left: 50%; */
		/*! align-content: center; */
	}

	.g-foot .list {
		position: static;
		width: 100%;
		padding: 0.1rem 0 0.2rem 0;
	}

	.g-foot .list li {
		height: 0.32rem;
		padding-right: 0;
		width: 100%;
		width: auto !important;
		/*! padding: .1rem 0; */
		/*! padding-right: 0px; */
		text-align: center;
	}

	.g-foot .list li .p-ico {
		font-size: 0.28rem;
		height: 0.28rem;
		width: 0.4rem;
		display: flex;
		align-items: center;
	}

	.g-foot .list li .p-ico p {
		font-size: 0.18rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.28rem;
		color: #ffffff;
	}

	.g-foot .info {
		position: relative;
		height: auto;
		border-top: 0;
	}

	.g-foot .info:before {
		content: "";
		display: block;
		position: absolute;
		left: 0.9rem;
		top: 0;
		right: -0.5rem;
		height: 1px;
		background: rgba(255, 255, 255, 0.27);
	}

	.g-foot .info div {
		padding-top: 0.1rem;
		width: 4.8rem;
	}

	.g-foot .info div p {
		line-height: 0.28rem;
		text-align: center;
		padding: 0;
	}

	.g-foot .info div p:nth-child(3) {
		width: 100%;
	}

	.g-foot .info .tel {
		height: 0.9rem;
		width: 100%;
	}

	.g-foot .info .tel i {
		font-size: 0.24rem;
		margin-right: 0.1rem;
	}

	.g-foot .wal {
		display: flex;
		flex-direction: column;
		align-items: center;
		/* 将整体内容居中 */
		/*! top: 2.8rem; */
		padding-top: 2.2rem;
	}

	.g-foot .logo {
		/*! margin: 0 auto; */
		text-align: center;
		top: 3rem;
	}

	.g-foot .list ul.flex {
		display: flex;
		flex-direction: column;
		/* 将列表项垂直排列 */
		align-items: center;
		/* 居中列表项 */
	}

	.g-foot .list ul.flex li {
		/*! margin-bottom: 10px; */
		/* 列表项之间的间距 */
		/*! text-align: center; */
	}

	.g-foot .info .flex {
		flex-direction: column;
		/* 将版权信息垂直排列 */
		align-items: center;
		/* 居中版权信息 */
	}

	.g-foot .info p {
		margin: 5px 0;
		/* 版权信息之间的间距 */
		text-align: center;
	}

	.foot .phone {
		height: 1.3rem !important;
	}
}
/* 针对手机端的媒体查询 */
@media screen and (max-width: 689px) {
	.wal {
		margin: 0 0.4rem;
	}

	.foot-tr {
		display: none;
	}

	.foot-link {
		padding-bottom: 1.8rem;
	}

	.foot-link .title {
		font-size: 0.44rem;
		text-align: center;
		padding: 0.6rem 0 0.2rem 0;
	}

	.foot-link .list {
		margin: 0 auto;
	}

	.foot-link .list ul,
	.index-flow .container .list ul,
	.index-research .wal,
	.index-events .wal,
	.g-foot .info div {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}

	.foot-link .list li {
		width: 1.74rem;
		padding: 0;
	}

	.foot-link .list a {
		font-size: 0.24rem;
		line-height: 0.8rem;
	}

	.foot-link .ewm {
		width: 3rem;
		left: 50%;
		bottom: -1.8rem;
		margin-left: -1.2rem;
	}

	.foot-link .ewm p {
		display: block;
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		padding-top: 0.15rem;
	}

	.g-foot {
		font-size: 0.24rem;
	}

	.g-foot:before {
		left: 0;
		height: 8.57rem;
	}

	.g-foot:after {
		left: 0.5rem;
	}

	.g-foot .wal {
		min-height: 5.06rem;
		text-align: center;
		align-content: center;
		width: 100%;
	}

	.g-foot .logo {
		position: static;
		width: 4.18rem;
		margin: 0 auto;
	}

	.g-foot .list {
		position: static;
		width: 100%;
		padding: 0.1rem 0 0.2rem 0;
	}

	.g-foot .list li {
		height: 0.38rem;
		padding-right: 0;
		width: 100%;
		width: auto !important;
		text-align: left;
	}

	.g-foot .list li .p-ico {
		font-size: 0.28rem;
		height: 0.28rem;
		width: 0.4rem;
		display: flex;
		align-items: center;
	}

	.g-foot .list li .p-ico p {
		font-size: 0.18rem;
		font-weight: normal;
		font-stretch: normal;
		line-height: 0.28rem;
		color: #ffffff;
	}

	.g-foot .info {
		position: relative;
		height: auto;
		border-top: 0;
	}

	.g-foot .info:before {
		content: "";
		display: block;
		position: absolute;
		left: 0.9rem;
		top: 0;
		right: -0.5rem;
		height: 1px;
		background: rgba(255, 255, 255, 0.27);
	}

	.g-foot .info div {
		padding-top: 0.1rem;
		width: 4.8rem;
	}

	.g-foot .info div p {
		line-height: 0.28rem;
		text-align: center;
		padding: 0;
	}

	.g-foot .info div p:nth-child(3) {
		width: 100%;
	}

	.g-foot .info .tel {
		height: 0.9rem;
		width: 100%;
	}

	.g-foot .info .tel i {
		font-size: 0.24rem;
		margin-right: 0.1rem;
	}

	.g-foot .wal {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 2.2rem;
	}

	.g-foot .logo {
		text-align: center;
		top: 3rem;
	}

	.g-foot .list ul.flex {
		display: flex;
		flex-direction: column;
		align-items: normal;
		margin-left: 30px;
	}

	.g-foot .list ul.flex li {
	}

	.g-foot .info .flex {
		flex-direction: column;
		align-items: center;
	}

	.g-foot .info p {
		margin: 5px 0;
		text-align: center;
	}

	.foot .phone {
		height: 1.3rem !important;
	}
	.foot-bl-phone {
      height: 0.9rem !important;
    }
}