.el-menu-demo {
	display: flex;
	padding-right: 50px;
}

.el-menu {
	background: none;
	top: -4px;
}

.el-menu.el-menu--horizontal {
	border-bottom: none;
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
	background-color: transparent !important;
	color: #fff;
}

.el-menu-item {
	font-size: 17px;
	padding: 0;
}

.el-menu--horizontal>.el-menu-item {
	color: #fff;
}

/*.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
		color: #fff;
	}*/
.el-submenu__title {
	font-size: 17px;
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
	color: #fff;
}

.el-submenu__icon-arrow {
	margin-top: 3px !important;
	font-size: 16px;
	color: #fff !important;
}

.disflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.head-nav .tip {
	top: -18px;
	white-space: nowrap;
	left: 12px;
	right: auto !important;
}

@-webkit-keyframes moveUpDown {
	25% {
		top: -18px;
	}

	50% {
		top: -22px;
	}

	75% {
		top: -20px;
	}

	100% {
		top: -18px;
	}
}

@keyframes moveUpDown {
	25% {
		top: -18px;
	}

	50% {
		top: -22px;
	}

	75% {
		top: -20px;
	}

	100% {
		top: -18px;
	}
}

.submenu2020 {
	width: 356px;
	margin-left: -100px;
}

.submenu2020 .el-menu-item {
	font-weight: 500;
	color: #000 !important;
	padding: 0px !important;
	height: auto !important;
}

.submenu2020 .el-menu-item:hover {
	background-color: rgb(238, 244, 255);
}

.submenu2020-div {
	display: flex;
	align-items: flex-start;
	padding: 20px;
}

.submenu2020-div img {
	width: 48px;
	height: 48px;
}

.submenu2020-div-sub {
	line-height: 1;
	margin-left: 20px;
}

.submenu2020-div-sub h6 {
	font-size: 13px;
	color: #525666;
	font-weight: 100;
	margin-top: 15px;
}

.hide {
	/*display: none!important;*/
}

@media screen and (min-width:961px) {
	.top-user-info-1 a {
		color: #fff;
	}

	.top-user-info-1 a:hover {
		color: #ccc;
	}

	.p-user-empty {
		display: inline-block;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.7);
		width: 68px;
		text-align: center;
		border: 1px solid rgba(255, 255, 255, 0.7);
		line-height: 32px;
		border-radius: 3px;
		transition: all .3s ease 0s;
	}

	.p-user-empty:hover {
		color: #123c8f;
		background: #fff;
		border-color: #fff;
	}

	.p-user-empty:last-child {
		margin-left: 10px;
	}
}

.wxkf {
	text-align: center
}

.zztj2020 a {
	position: absolute;
	top: 0;
	z-index: -10;
	color: #fff;
}

.kf_qq_r {
	width: 52px;
	height: 174px;
	position: fixed;
	top: 262px;
	right: -10px;
	z-index: 99;
}

.arrow_top {
	position: fixed;
	z-index: 999999;
	right: 0px;
	bottom: 150px;
	width: 45px;
	height: 45px;
	padding: 15px;
	box-sizing: border-box;
	white-space: nowrap;
	/*text-indent: 100%;*/
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #e1e8f0;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgba(227, 229, 233, .25);
	cursor: pointer;
	align-items: center;
	display: none;
}

.footer {
	border-top: 1px solid #e4e4e4;
	margin-top: 4% !important;
	background: #f9fcff;
	padding-top: 3%;
	min-width: 300px;
}

.footer .tlist li {
	max-width: 20%;
	display: flex;
	align-items: center;
}

.footer .tlist img {
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
	margin-right: 20px;
}

.footer .tlist span {
	padding-right: 15px;
}

.footer .pt {
	padding: 3% 0;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 3%;
}

.footer .navlist {
	align-items: flex-start;
	width: 25%;
}

.footer .navlist dt {
	font-size: 17px;
	margin-bottom: 20px;
}

.footer .navlist dd {
	font-size: 15px;
	line-height: 35px;
}

.footer .navlist dd a {
	color: #666;
}

.footer .navlist dd a:hover {
	color: #007bfc;
}

.footer .lx {
	width: 35%;
	margin: 0 15%;
	line-height: 2;
}

.footer .lx .logo {
	margin-bottom: 10px;
}

.footer .lx .logo img {
	width: 50%;
	max-width: 154px;
}

.footer .lx .logo+div {
	margin-bottom: 20px;
}

.footer .code {
	flex: 0 0 auto;
	width: 150px;
}

.footer .fb {
	color: #999;
	padding-bottom: 3%;
}

.footer .fb .fr {
	float: right;
	margin-left: 20px;
}

.footer .fb a {
	color: #999;
}

.footer .fb a:hover {
	color: #007bfc;
}

@media screen and (max-width:960px) {
	.footer .lx {
		margin: 0 5%;
	}

	.footer .tlist img {
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}

	.footer .lx .logo+div {
		margin-bottom: 10px;
	}

	.footer .navlist dd {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.footer .tlist {
		align-items: flex-start;
	}

	.footer .tlist li {
		display: block;
		text-align: center;
	}

	.footer .tlist li img {
		display: block;
		margin: 0 auto 10px auto;
	}

	.footer .tlist li span {
		padding-right: 0;
	}

	.footer .fb .fr {
		float: none;
		margin-left: 0;
		display: block;
	}

	.footer .fb p {
		margin-top: 10px;
	}

	.footer .pt {
		flex-wrap: wrap;
	}

	.footer .navlist {
		width: 100%;
		padding-bottom: 15px;
	}

	.footer .lx {
		margin: 0;
	}

	.footer .navlist dt {
		font-size: 16px;
	}
}

@media screen and (max-width:640px) {
	.footer .tlist {
		display: none;
	}

	.footer .pt {
		align-items: flex-start;
	}

	.footer .lx {
		width: 100%;
	}

	.footer .code {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.footer .pt {
		flex-wrap: wrap;
	}

	.footer .navlist dt {
		margin-bottom: 10px;
	}

	.footer .navlist,

	.footer .lx {
		padding-top: 15px;
		margin: 0;
	}
}

.contactbox .box2 .top {
	background: url(../images/contact-bg.png) center no-repeat;
	background-size: cover;
	justify-content: center;
	color: #fff;
	padding: 15px 5% 0 5%;
}

.module-title {
	text-align: center;
}

.press-release {
	max-width: 400px
}

.new_com {
	align-items: flex-start;
	padding-top: 30px;
	flex-wrap: wrap;
}

.new_com dl dt {
	padding-bottom: 12px;
}

.new_com dl dd p {
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	transition: all .5s ease 0s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 25px;
	margin-bottom: 20px;
}

.new_com dl dd p span {
	color: #999;
	font-size: 14px;
}

.new_com dl dd p a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.new_com dl dd p:hover {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
	transform: translate(0, -5px);
}

.ind_apnic {
	padding: 30px 40px 50px;
	justify-content: center;
}

.ind_apnic img {
	max-width: 160px;
	width: 100%;
}

.ind_apnic .p {
	font-size: 20px;
	line-height: 1.4;
	padding-left: 70px;
}

@media screen and (max-width:960px) {
	.ind_apnic {
		padding-left: 0;
		padding-right: 0;
	}

	.ind_apnic .p {
		font-size: 16px;
	}

	.ind_apnic .p p {
		display: inline-block;
	}
}

@media screen and (max-width:768px) {
	.ind_apnic img {
		max-width: 120px;
	}

	.ind_apnic .p {
		font-size: 15px;
		padding-left: 30px;
	}

}

@media screen and (max-width:1300px) {
	.press-release {
		max-width: none;
		width: 100% !important;
		padding: 0 !important;
	}
}

@media screen and (max-width:640px) {
	.ind_apnic {
		flex-direction: column;
	}

	.ind_apnic .p {
		padding-top: 20px;
		padding-left: 0;
		line-height: 1.6;
		font-size: 14px;
	}

	.press-release {
		max-width: none;
		width: 100% !important;
		padding: 0 !important;
	}
}