body,
div,
p,
section,
nav,
header,
footer,
ul,
li,
ol,
h2,
dl,
dt,
dd,
h3 {
	padding: 0;
	margin: 0;
	list-style: none;
}

body {
	color: #666;
	position: relative;
}

.el-container {
	max-width: 1200px;
	margin: 0 auto !important;
	flex-wrap: wrap;
}

.loading {
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.el-index-serve-bg {
	background-color: #f2f2f2;
}

input {
	outline: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	text-decoration: none;
}

.clearf:after,
.clearf:before {
	content: "";
	display: block;
}

.clearf:after {
	clear: both;
}

.clearf {
	zoom: 1;
}

.flex {
	display: flex;
}

.clam {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
}

.clam1 {
	-webkit-line-clamp: 1;
}

.clam2 {
	-webkit-line-clamp: 2;
}

.clam3 {
	-webkit-line-clamp: 3;
}

.el-header {
	position: relative;
	padding: 0;
}

.el-header .el-row {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.el-header .el-row .logo {}

.el-header .el-row .logo a {}

.el-header .el-row .logo img {
	width: 5rem;
	display: block;
}
.el-header .el-menu .el-menu-item{
	padding:0 2rem;
}
.el-header .el-menu .el-menu-item,
.el-header .el-menu .el-submenu__title {
	font-size: 1rem;
}
.el-header .el-menu .el-submenu__title .el-submenu__icon-arrow{
	display:none;
}
.el-menu .el-submenu__title a{
	color:#020000;
}
.el-menu--horizontal>.el-submenu .el-submenu__title{
	line-height: 6.3rem;
	height: 5.875rem;
}
.el-menu--horizontal>.el-menu-item{
	line-height:6.1875rem;
	height: 6.1875rem;
}
.el-menu--horizontal>.el-submenu,.el-menu-demo li.el-menu-item a{
	display:block;
	height: 6rem;
	border-bottom: 7px solid #ffffff !important;
	transition: all 1.3s;
}
.el-menu--horizontal>.el-submenu:hover,.el-menu-demo li.el-menu-item a:hover {
	border-bottom: 7px solid #2781bc !important;
}

.el-menu--horizontal .el-menu {
	border: 1px solid #EBEEF5;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	padding: 2%;
	margin: 0 auto;
	box-sizing: border-box;
}

.el-menu--horizontal>.el-menu-item a:hover,
.el-menu--horizontal>.el-submenu:hover .el-submenu__title a {
	color: #2089ca;
}

.el-menu--horizontal .el-menu .el-menu-item {
	width: 100%;
	line-height: 2.5rem;
	height: auto;
	box-sizing: border-box;
	padding-left: 5%;
}

.el-menu--horizontal .el-menu dl {
	width: 15%;
	height: auto;
	font-size: 1rem;
}
.el-menu--horizontal .el-menu dl dt {
	font-weight: bold;
	margin-bottom: 1rem;
}

.el-menu--horizontal .el-menu dl dd {
	margin-bottom: 1rem;
}

.el-menu--horizontal .el-menu dl dd a {
	color: #616060;
}

.el-menu--horizontal .el-menu .el-menu-item:hover a {
	color: #2089ca;
}

.el-menu--horizontal .el-menu .view b {}

.el-dropdown-menu {
	padding: 0;
	margin: 0;
}

.el-header .el-row .el-col:last-child {
	justify-content: space-between;
	align-items: center;
}

.el-header .el-row .tel {
	font-size: 1.3125rem;
	align-items: center;
}

.el-header .el-row .tel img {
	width: 2rem;
	padding-right: .5rem;
}

.searchIcon {
	text-align: right;
}
.searchIcon i{
	font-size:1.3rem;
}

.el-header .input-group {
	transition: max-height, .5s;
	position: absolute;
	top: 100px;
	right: 0;
	width: 30%;
	overflow: hidden;
	z-index: 100;
	display: none;
}
.el-header .input-group .el-form .input{
	width:90%;
}
.el-header .input-group .el-form .submit{
	width:4rem;
}
.el-header .input-group .el-form .hidden{
	display:none;
}
.el-header .el-input.is-disabled .el-input__inner {
	height: 2.5rem;
	background-color: #ffffff;
}

.el-header .el-input__inner,
.el-header .el-input__icon {
	line-height: 3rem;
	height: 3rem;
}

.el-header .input .el-input__inner {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	border-right:none;
}
.el-header .submit .el-input__inner{
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

.el-footer {
	height: auto !important;
	padding: 3% 0 2%;
	background: #4e4e4e;
	color: #b5b4b4;
	font-size: .95rem;
}

.el-footer ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.el-footer ul:first-child {
	padding-bottom: 3%;
	align-items: center;
}

.el-footer ul:first-child li:first-child img {
	display: block;
}

.el-footer ul:first-child li:last-child .footIco {
	justify-content: space-between;
}

.el-footer ul:first-child li:last-child .footIco .el-button {
	border: none;
	padding: .5rem;
	border-radius: 100%;
	background-color: #807e7e;
	margin-left: .75rem;
}
.el-footer ul:first-child li:last-child .footIco .el-button img{
    width:90%;
}
.el-footer ul:first-child li:last-child .footIco>span{
	padding-left:1rem;
}
.el-popover{
	min-width:auto;
}
.el-popover img{
	width:4.5rem;
	height:4.5rem;
}
.el-footer ul:nth-child(3) {
	padding-top: 3%;
	padding-bottom: 3%;
}

.el-footer ul:nth-child(3) li:first-child {
	width: 30%;
}

.el-footer ul:nth-child(3) li:first-child p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7rem;
	padding-bottom: 1.2rem;
}

.el-footer ul:nth-child(3) li:first-child p i {
	padding-right: .5rem;
	font-size: 1.2rem;
}

.el-footer ul:nth-child(3) li:first-child p i img {
	display: block;
	width: 1.2rem;
	padding-top: .3rem;
}

.el-footer ul:nth-child(3) li:last-child {
	width: 60%;
	justify-content: space-between;
}

.el-footer ul:nth-child(3) li:last-child dl {
	/*width: 20%;*/
}

.el-footer ul:nth-child(3) li:last-child dt {
	font-weight: bold;
	margin-bottom: .75rem;
	font-size: 1rem;
}

.el-footer ul:nth-child(3) li:last-child dt a {
	color: #fff;
}

.el-footer ul:nth-child(3) li:last-child dd {
	font-size: 1rem;
	margin-bottom: .5rem;
}

.el-footer ul:nth-child(3) li:last-child dd a {
	color: #979797;
}

.el-footer .el-popover {
	min-width: auto;
}

.el-footer .line {
	width: 100%;
	height: 1px;
	background-color: #777;
}

.el-footer .footerCopyright {
	padding-top: 2%;
	font-size: 1rem;
}

.el-footer .footerCopyright,
.el-footer .footerCopyright a {
	color: #b5b4b4;
}
.el-popper .popper__arrow{
	/* left: 50% !important;
	transform: translate(-50%, -50%); */
}
.menuBtn {
	display: none;
}

@media(max-width: 1200px) {
	.el-container {
		padding-left: 1% !important;
		padding-right: 1% !important;
	}
	.el-header .el-menu .el-menu-item{
		padding: 0 1rem;
	}
}

@media(max-width: 768px) {
	.el-header .el-row{
		padding:.2rem;
	}
	.el-header .el-row .logo img{
		width:4rem;
	}

	.el-header .el-row::before,
	.el-header .el-row::after {
		content: none;
	}

	.m-menu,
	.input-group,
	.el-header .el-row .tel,
	.searchIcon,.el-footer .line:nth-child(2) {
		display: none;
	}
	.el-menu--horizontal{
	}
	.el-menu--horizontal .el-menu dl{
		width:100%;
		line-height:2.5rem;
	}

	.el-header .el-row .el-col:last-child{
		display: block;
	}
	
.el-menu--horizontal .el-menu dl dd {
	border-bottom: 1px solid #e0e0e0;
}

	.menuBtn {
		margin:0 0 0 auto;
		display: block;
		width: 30px;
		height: 25px;
		cursor: pointer;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
	}

	.menuBtn b {
		display: block;
		height: 4px;
		background-color: #1e85c8;
		margin: 4px 0;
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s
	}

	.menuBtn.open b {
		display: none;
		margin: 0;
		/* position: absolute; */
		/* left: 0; */
		/* top: 50%; */
		margin-top: -5px;
		width: 30px;
	}

	.menuBtn.open b:first-child {
		display: block;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg)
	}

	.menuBtn.open b:last-child {
		display: block;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform:rotate(-45deg);
		}
		.m-menu {
			position: absolute;
			z-index: 99;
			width: 50%;
			right: 0;
			top: 2.9rem;
			box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.4);
		}

		.m-menu .el-menu {
			flex-wrap: wrap;
		}

		.m-menu .el-menu .el-submenu,.m-menu .el-menu .el-menu-item {
			width: 100%;
			border-bottom: 1px solid #efefef !important;
		}

		.el-header .el-row .tel,
		.searchIcon,
		.el-footer ul:nth-child(3) li:last-child {
			display: none;
		}

		.el-footer ul:nth-child(3) li:first-child {
			width: 100%;
		}

		.el-footer ul:first-child {
			display: none;
		}
	}

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