
#peservice .banxin .el-aside {
	overflow: inherit;
	background: linear-gradient(180deg, rgba(100, 170, 207, 1) 0%, rgba(105, 190, 179, 1) 100%);
	color: #333;
	text-align: center;
	line-height: 200px;
	width: 200px;
}
#peservice .banxin .el-aside .el-submenu__icon-arrow {
	top: 20%;
	left: 90px;
}
#peservice .banxin .el-aside .el-submenu__title i {
	color: #fff;
}
#peservice .banxin .el-aside .mainTitle {
	font-size: 18px;
}
#peservice .banxin .el-aside .el-submenu .el-submenu__title {
	/* width: 200px; */
	background-color: transparent;
	color: #fff;
}
#peservice .banxin .el-aside .el-submenu .el-submenu__title i {
	color: #fff;
}
#peservice .banxin .el-aside .el-submenu .el-menu.el-menu--inline {
	background-color: #74b8d0;
	display: none;
}
#peservice .banxin .el-aside .el-submenu > .el-menu-item {
	background-color: #499ec3 !important;
}
#peservice .banxin .el-aside .el-submenu .el-menu.el-menu--inline {
	background-color: transparent !important;
}
#peservice .banxin .el-aside .el-submenu .el-menu.el-menu--inline li ul li {
	color: #fff;
}
#peservice .banxin .el-aside .el-submenu .el-menu.el-menu--inline li ul li:hover {
	color: #0070b0;
	background-color: inherit;
}
#peservice .banxin .el-aside .el-submenu .el-menu.el-menu--inline li ul .is-active {
	/*background: linear-gradient(270deg, #ffffff 0%, #abd7dd 120%) !important;*/
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 100%) !important;
	color: rgb(0, 112, 176);
	/*color: #0070b0;*/
}

#peservice .banxin .el-aside > .el-menu > #default-color.el-menu-item {
	/* width: 200px !important; */
	background-color: #499ec3 !important;
	color: #fff !important;
	font-size: 20px;
}
#peservice .banxin .el-aside > .el-menu > #default-color.el-menu-item .el-menu-item.is-active {
	color: #0070B0;
}
#peservice .banxin .el-main {
	font-family: "PingFangSC-Regular";
	font-size: 16px;
	color: #333333;
	background-color: #fff;
}
.marginRight5px{
	margin-right: 5px;
}
.marginRight10px{
	margin-right: 10px;
}
.marginRight20px{
	margin-right: 20px;
}
.marginRight30px{
	margin-right: 30px;
}
.marginLeft5px{
	margin-left: 5px;
}
.relative{
	position: relative;
}
.hide{
	display: none;
}
.loginnav{
	position: absolute;
	top: 0px;
	left: -20px;
	background-color: transparent;
	color: #000;
	border-radius: 4px;
	width: 120px;
	text-align: center;
	padding: 10px 0px;
}
.loginnavli{
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0px 2px 2px 0px #ccc;
	padding: 10px 0px;
}
.loginnavli>div:hover{
	color: #0070B0;
	background-color: rgba(221,236,250,0.5);
}
.top{
	width: 90%;
	min-width: 1200px;
}
.tabList3 ul li{
	width: 33%;
}
.marginTop40px{
	margin-top: 40px;
}
.line{
	overflow: hidden;
}
.line dt,.line dd{
	float: left;
}
.line dt{
	/*width: 120px;*/
	line-height: 40px;
}
.line dd{
	margin-left: 10px;
}
.width50{
	width: 50%;
}
.width80px{
	width: 80px;;
}
.width216px{
	width: 216px;
}
.width250px{
	width: 250px;
}
.width300px{
	width: 300px;
}
.width500px{
	width: 500px;
}
.minWidth360px{
	min-width: 360px;
}
.marginRight100px{
	margin-right: 100px;
}
.overflow{
	overflow: hidden;
}
.operation{
	cursor: pointer;
	color: #0070B0;
}
.par-line{
	display: inline-block;
	width: 2px;
	height: 12px;
	background-color: #ccc;
}
.subject{
	width: 100%;
	padding-top: 140px;
}
.section{
	width: 100%;
}
.aside{
	float: left;
	width: 1000px;
}
.el-main{
	float: left;
	width: 81.5%;
}
/* 弹框 */
.layer{
	z-index: 88888888;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);

}
.layer .content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 0 30px;
	box-sizing: border-box;
	width: 800px;
	min-width: 800px;
	height: 250px;
	border-radius: 8px;
}
.layer .layer-title{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: solid 1px #61aca9;
	color: #006CB7;
	position: relative;
	font-size: 18px;
}
.layer .layer-title .layer-title-img{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #000;
}
.layer  .layer-title-img i{
	font-size: 16px;
	color: rgba(0,0,0,0.4);
	cursor: pointer;
}
.layer .ayer-main{
	overflow: hidden;
}
.layer-btn{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.layer-btn span{
	display: inline-block;
	line-height: 36px;
}
footer{
	margin-top: 100px;
}
body .el-menu-item,body .el-menu-item:hover{
	width: 100%;
	background-color: #3B94C2;
	color: #fff !important;
	font-size: 18px;
	line-height: 45px;
	height: 45px;
	text-align: left;
	font-weight: 500;
	padding-left: 30px;
}

.subject .el-submenu__title {
	width: 74%;
	text-align: left;
	margin-left: 10px;
	font-size: 16px;
	background-color: rgb(116, 184, 208);
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color: rgb(255, 255, 255);
}
.subject .el-menu{
	background-color: #74b8d0;
	border-right: 0;
}
.subject .el-menu-item-group .el-menu-item {
	font-size: 14px;
	text-align: left;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	padding-left: 0;
	padding-right: 0;
	color: rgb(255, 255, 255);
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.subject .el-menu-item-group .el-menu-item .navposi{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.subject .el-menu-item-group ul {
	background-color: transparent;
}
body .mianbao {
	height: 40px;
	padding: 0 103px;
	background-color: #a1cae4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	 position: fixed;
	top: 78px;
	left: 0;
	right: 0;
	z-index: 999;
}
.mianbao i {
	font-size: 18px;
	margin-right: 6px;
	color: #0070b0;
}
.mianbao span {
	font-size: 14px;
	margin-right: 6px;
}
.scrollTopheight {
	position: fixed;
	top: 120px;
	overflow-y: auto;
	z-index: 9999;
	background-color: transparent;
}
.el-menu-vertical-demo:first-child {
	margin-top: 20px;
	background-color: transparent;
}
body .el-menu-item-group__title{
	padding-top: 0px;
	padding-bottom: 0px;
}
body .navhover{
	position: fixed;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	height: 30px;
	top: 50%;
	transform: translateY(-148%);
	line-height: 30px;
	padding: 0px 18px;
	z-index: 99999;
	border-radius: 8px;
}
.navhoverhide{
	position: fixed;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	padding: 0px 18px;
	z-index: -1;
	visibility: hidden;
}
.triangle{
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #000;
	position: absolute;
	top: 50%;
	left: -6px;
	transform: translateY(-50%);
}
/*.el-aside>div::-webkit-scrollbar{*/
/*width: 0px;*/
/*}*/
/*.el-aside>div{*/
/*scrollbar-width: none;*/
/*-ms-overflow-style: none;*/
/*}*/
.ywj-peservicenav {
	width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
}
.el-submenu__icon-arrow:before {
	content: url("../images/xiala.png");
	vertical-align: middle;
	width: 100%;
	height: 24px;
	display: inline-block;
	margin-top: -2px;
}
.subject .el-menu-item-group .el-menu-item.is-active .nav-item{
	background-image: url(../images/navjiaotou.png);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position: 15px 13px;
}
.subject .el-menu-item-group .el-menu-item .nav-item{
	padding-left: 46px;

}