body,
html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family:'Times New Roman', 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
}

		.footer {
			background: #143584;
			display: flex;
			justify-content: center;
			min-width: 1322px;
		}

		.footer1322 {
			background: #143584;
			display: flex;
			justify-content: center;
			width: 1322px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.20);
			margin-bottom: 34px;
			padding-bottom: 24px;
			position: relative;
		}
		.huohu{
			position: absolute;
			right: 175px;
			top: 45px;
			display: flex;
			align-items: center;
			font-size: 16px;
			margin-top: 0 !important;
			color: #fff;
			text-decoration: none;
		}
		.huohu span{
			font-size: 16px;
			margin-top: 0 !important;
			color: #fff;
			text-decoration: none;
		}
		.huohu img{
			margin-top: 0 !important;
			margin-right: 10px;
		}
		.footer1200 {
			width: 1200px;
			flex-direction: column;
			align-items: flex-start;
		}

		.footer1200 img {
			margin-top: 40px;
		}

		.footer-span1 {
			font-size: 16px;
			color: #FFFFFF;
			letter-spacing: 0;
			line-height: 24px;
			display: flex;
			justify-content: space-between;
		}

		.footer-span1 span {
			color: #fff;
		}

		.footer-span1 span:last-child {
			width: 320px;
		}
* {
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
}

.w1200 {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.flexRow {
	display: flex;
	justify-content: space-between;
}

.align-c {
	align-items: center;
}

#app {
	position: relative;
	width: 100%;
	height: 100%;
}
.erweima1 {
	/* position: fixed; */
	/* top: 264px; */
	/* right: 137px; */
	display: flex;
	/* flex-direction: column; */
	align-items: center;
	justify-content: center;
	/* padding-top: 10px; */
	/* width: 76px;
    height: 86px; */
	/* background: #FFFFFF;
    border: 1px solid #E7F1FF;
    box-shadow: 0 0 20px 0 #CAD5E3; */
	cursor: pointer;
	z-index: 100000;
	position: relative;
}

.erweima1 span {
	/* margin-top: 5px; */
	font-size: 16px;
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
}

.erweima1:hover .erweimahover1 {
	display: block !important;
}

.erweima1:hover .hoverying1 {
	color: #E4D08A;
}

.erweimahover1 {
	display: none;
	position: absolute;
	/* right: 0px; */
	top: 80px;
	background: #FFFFFF;
	border: 1px solid #E7F1FF;
	box-shadow: 0 0 20px 0 #CAD5E3;
	padding: 20px;
	z-index: 100000;
}

.erweimahover1 .hoverzhong {
	width: 290px;
}

.erweimahover1 .hoverying {
	width: 290px;
}

.erweimahover1 .code {
	display: flex;
	margin-top: 5px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-around;
}

.erweimahover1 .code img {
	width: 90px;
}

.erweimahover1 .hz-title {
	color: #333333;
	letter-spacing: 0;
	text-align: justify;
	line-height: 24px;
}

.erweimahover1 .teleicon {
	display: flex;
	align-items: center;
}

.erweimahover1 .tele-left-emit {
	font-size: 13px;
	width: 94px;
	text-align: right;
	color: #666666;
}

.erweimahover1 .tele-right-emit {
	font-size: 13px;
	color: #666666;
}

.erweimahover1 .icon-telephone {
	width: 14px;
	margin-right: 10px;
}

.erweimahover1 .teleiconArr {
	display: flex;
	line-height: 24px;
}

.erweimahover1 .telephone {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	text-align: justify;
	line-height: 24px;
}

/* header start */
.header {
	width: 100%;
	height: 80px;
	background: #143584;
	min-width: 1322px;
}

.header>div {
	justify-content: space-between;
	align-items: center;
}

.header-l {
	cursor: pointer;
}

.header-r {
	align-items: center;
}

.header-r .menu ul {
	display: flex;
}

.header-r .menu li {
	margin-right: 30px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 1px;
	cursor: pointer;
}

.internal {
	color: #FFFFFF;
	margin-left:7px;
	margin-right:7px;
}

.internal span {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
	cursor: pointer;
}

.userinfo {
	width: 44px;
	height: 44px;
	margin-left: 20px;
}

/* header end */

/* user-operate start */
.user-operate {
	width: 100%;
	min-width: 1322px;
	height: 120px;
	background: #214BB1;
	/* background: url(./img/logo.png) no-repeat; */
}

.user-operate>div {
	justify-content: space-between;
	align-items: center;
}

.user-operate .user-l {
	align-items: center;
}

.user-operate .user-l .username {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 13px;
}

.user-operate .user-l .username span:nth-child(1) {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.user-operate .user-l .username span:nth-child(2) {
	margin-top: 5px;
}

.user-operate .user-r button {
	/* width: 96px; */
	height: 40px;
	border-radius: 2px;
	border: 1px solid rgba(255, 255, 255, 1);
	cursor: pointer;
}

.user-operate .user-r button span {
	/* width: 56px; */
	padding: 0px 15px;
	height: 20px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	white-space: nowrap;
	line-height: 20px;
	text-align: center;
	text-shadow: 0px -1px 4px rgb(195 195 195 / 50%);
}
/* user-operate end */

/* menu start */
.menubar li {
	width: 180px;
	min-height: 48px;
	line-height: 28px;
	padding: 15px 0px;
	cursor: pointer;
	border-right: 2px solid #fff;
}

.menubar li a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 0 20px;
}

.menubar li:not(.submenu):hover,
.menubar li.active {
	background-color: rgba(20, 53, 132, 0.05);
	color: #143584;
	border-right: 2px solid #143584;
}

.menubar li.active span {
	color: #143584;
}

.menubar .el-submenu__icon-arrow.is-active {
	-webkit-transform: rotate(90deg);
	transform: rotate(180deg);
}

.menubar .icon-small {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

.menubar .submenu {
	position: relative;
	padding: 0;
}

.menubar .submenu>div {
	padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 48px;
    position: relative;
}

.menubar .submenu li a {
	display: block;
	width: 100%;
	/*height: 100%;*/
	/* padding: 0 40px; */
	padding-left: 60px;
	padding-right: 20px;
}

.menubar .submenu li {
	/* padding: 0; */
	/* padding: 0 40px; */
}
/* menu end */


/* main-content start */
.main-content {
	margin-top: 20px;
	min-width: 1322px;
}

.main-content .w1200 > .bd2 {
	position: relative;
	width: 180px;
	height: 651px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
	padding-top: 16px;
}
/* main-content end */

/* footer start */
.infoBox2 {
	width: 784px;
	height: 72px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}

.outer10 {
	width: 196px;
	height: 72px;
}

.word10 {
	width: 171px;
	height: 20px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	white-space: nowrap;
	line-height: 20px;
	text-align: left;
}

.infoBox3 {
	width: 196px;
	height: 40px;
	display: block;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* .footer-line {
	width: 1322px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin-top: 24px;
} */

/* footer end */
