body,div,p,section,nav,header,footer,ul,li,ol,h2,h3,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: .9rem;
}
body{
	color: #666;
}
i{
	font-style: normal;
}
.loading{
	background-color: #fff;
	opacity: 1;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.el-container{
	max-width: 1200px;
	margin: 0 auto !important;
	flex-wrap: wrap;
	}
input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
	border-color:#fff !important ;
}
a{
	text-decoration: none;
	color: #666;
}
a:hover{
	text-decoration: none !important;
}
.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;
}
.text-right{
	text-align: right;
}
header{
	padding: 1px 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	background: rgb(255 255 255 / 1);
	box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);
}
header .el-row{
	max-width: 1770px;
	margin: 0 auto !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo img{
	width: 134px;
	display: block;
}
header .el-submenu__title{
	font-size:.95rem;
	padding: 0 12px;
}
header .el-submenu__title a,header .el-menu-item a{
	color:#16181A;
	/*font-weight:bold;*/
	font-size: 16px;
}
header .el-menu-demo .el-menu-item{
	padding:0 32px;
}
header .el-menu-demo .el-menu-item:hover{
	border-bottom:5px solid #58d498 !important;
}
header .el-row>div:first-child{
	padding-left: 1%;
}
header .el-row>div:last-child{
	padding-right: 1%;
	align-items: center;
	justify-content: space-between;
}
header .el-row>div:last-child a{
	color: #444444;
}
header .el-row>div:last-child .language,header .el-row>div:last-child .language .el-dropdown{
	font-size:16px;
}
header .el-row>div:last-child .language i {
    margin: 0 10px;
}
header .el-row>div:last-child .cloud{
	border-radius: .2rem;
	background: #0fe9b2;
	background: -webkit-linear-gradient(left,#04c0f0,#17e8be);
	background: -o-linear-gradient(left,#04c0f0,#17e8be);
	background: -moz-linear-gradient(left,#04c0f0,#17e8be);
	background: -ms-linear-gradient(left,#04c0f0,#17e8be);
	background: linear-gradient(to right,#04c0f0,#17e8be);
	background: -webkit-gradient(linear, top left, top right, color-stop(0%,#04c0f0), color-stop(100%,#17e8be));
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	width: 120px;
	height: 40px;
}
header .el-row>div:last-child .cloud:hover{
	background: #00bab4;
}
header .el-row>div:last-child .cloud a{
   color:#fff;
   font-weight: bold;
}
header .el-row>div:last-child .language .el-dropdown{
	line-height: 60px;
}
header .el-row>div:last-child .dropdown{
	position:relative;
	line-height: 60px;
	height: 60px;
}
header .el-row>div:last-child .dropdown .el-dropdown-menu{
	top: 60px;
	width: 100%;
}
header .el-row>div:last-child .tel a{
	color: #00bab4;
	/* font-weight: bold; */
	font-size: 23px;
	line-height: 74px;
}
.el-menu .el-icon-arrow-down:before{
	content: "\e790";
}
.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: 300px;
	padding: 2%;
}
.el-menu--horizontal>.el-menu-item a:hover,.el-menu--horizontal>.el-submenu:hover .el-submenu__title a{
	color: #58d498;
}
.el-menu--horizontal .el-menu .el-menu-item{
	/* font-size: .95rem; */
	width: 100%;
	line-height: 2.5rem;
	height: auto;
	box-sizing: border-box;
	padding-left: 5%;
}

.el-menu--horizontal .el-menu .view{
	width: 120px;
	padding-left: 10px;
	height: auto;
}
.el-menu--horizontal .el-menu .el-menu-item:hover a{
	color: #58d498;
}
.el-menu--horizontal .el-menu .view b{
	color: #58d498;
}
.el-dropdown-menu{
	padding: 0;
	margin: 0;
}


.el-submenu .el-submenu__icon{
	-webkit-transition: content 1s;
	transition: content 1s;
	color: #909399;
	font-size: 12px;
	margin-left: 8px;
	font-style: normal;
}
.el-submenu .el-submenu__icon::before{
	content: '▼';
}
.el-submenu:hover .el-submenu__icon::before{
	content: '▲';
}
.el-submenu .down-list{
	display: none;
	position: absolute;
	z-index: 2007;
	top: 61px;
}
.el-submenu .down-list1{
}
.el-submenu .down-list2{
}
.el-submenu .down-list2 .el-menu{
	max-width: 450px;
}
.el-submenu .down-list .el-menu .el-menu-item:hover{
	border-bottom: none !important;
}
.el-submenu .down-list3{
}



.el-footer{
	height: auto !important;
	padding: 65px 0 64px;
}
.el-footer .el-container>ul{
	padding-bottom: 64px;
	width:100%;
}
.el-footer .el-container>ul,.el-footer .el-container>ul li:nth-child(2){
	justify-content: space-between;
}
.el-footer .el-container>ul li:first-child{
	width: 10.7%;
}
.el-footer .el-container>ul li:first-child img{
	display: block;
	width:100%;
}
.el-footer .el-container>ul li:nth-child(2){
	width: 65%;
}
.el-footer .el-container>ul li:nth-child(2) dl{
	width: 11%;
}
.el-footer .el-container>ul li:nth-child(2) dl:nth-child(n+4){
	width: 11%;
}
.el-footer .el-container>ul li:nth-child(2) dt{
	/* font-weight: bold; */
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 16px;
	height: 20px;
}
.el-footer .el-container>ul li:nth-child(2) dt a,.el-footer .el-container>ul li:last-child h3{
	color: #000000;
}
.el-footer .el-container>ul li:nth-child(2) dd{
	line-height: 32px;
	/* font-size: 12px; */
	/* height: 17px; */
	/* margin-bottom: 15px; */
}
.el-footer .el-container>ul li:nth-child(2) dd a{
	color: #495770;
}
.el-footer .el-container>ul li:last-child{
	width: 20%;
}
.el-footer .el-container>ul li:last-child h3{
	margin-bottom: 26px;
}
.el-footer .el-container>ul li:last-child .el-ewm{
	/* justify-content: space-between; */
	margin-bottom: 27px;
}
.el-footer .el-container>ul li:last-child .el-ewm span{
	display: block;
	width: 110px;
	height: 130px;
	background-color:#fff;
	box-shadow: 0px 4px 10px 0px rgba(16,27,82,0.1);
}
.el-footer .el-container>ul li:last-child .el-ewm img{
	display: block;
	box-sizing: border-box;
	width: 100px;
	height: 120px;
	margin:5px auto;
}
.el-footer .el-container>ul li:last-child .el-ewm span:first-child{
	margin-right:26px;
}
.el-footer .el-container>ul li:last-child p{
	color: #495770;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}
.el-footer .el-container>ul li:last-child .footIco{
	margin-top: 12px;
}
.el-footer .el-container>ul li:last-child .footIco>span{
	padding-right:17px;
}
 .el-footer .el-container>ul li:last-child .footIco .el-button{
	border: none;
	padding: 0;
}
.el-popover{
	min-width: auto;
}
.footerCopyright{
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(18,17,39,0.12);
	padding: 17px 0 18px;
	line-height: 30px;
	color:#121127;
	font-size: 14px;
}
.footerCopyright a{
	color:#121127;
}
.footerCopyright a:hover{
	color:#58d498;
}
.el-backtop{
	background: linear-gradient( 180deg, #F3F5F7 0%, #FFFFFF 100%);
	border: 3px solid #FFFFFF;
	width: 48px;
	height: 48px;
}
.el-backtop img{
	width:60%;
	display:block;
	margin:16px auto 0;
}
.el-backtop .el-icon-arrow-up{
	color:#7D848E;
}

.menuph{ display:none; float:right; width:28px; height:22px; cursor: pointer; text-align: center; margin:21px 0 19px 0;}
.menuph .point {  display: inline-block;  width: 28px;  height: 22px; position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {width: 28px;}
.menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 21px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #58d498;  }
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 28px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #58d498;  }
.menuph .navbtn::after {  top: -11px;  }
.menuph .navbtn::before {  top: 10px;  }
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }
@media(max-width: 1440px) {
	header .el-menu-demo .el-menu-item{
		padding: 0 10px;
	}
	header .el-row>div:last-child{
		justify-content:flex-end;
	}
	header .el-row>div:last-child .tel{
		 display:none;
	}
	header .el-row>div:last-child .cloud{
		margin: 0 10px;
	}
}
@media(max-width: 1024px) {
	.el-container{
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.el-row::before, .el-row::after{
		content:none;
	}
	header .el-row>div:nth-child(2){
		width: 80%;
	}
	header .el-row>div:last-child{
		width: 8rem;
		margin-right: 1%;
	}
	header .el-row>div:last-child .tel,header .el-row>div:last-child .language{
		display: none;
	}
}
@media(max-width: 800px) {
	header{
		overflow: scroll;
		background: rgb(255 255 255 / 90%);
	}
	header .el-row>div:first-child{
	   width: 11rem;
	}
	header .el-row>div:nth-child(2){
		display:none;
		position: fixed;
		top: 4.5rem;
		z-index: 99;
		right: 0;
		width: 100%;
		overflow: scroll;
		padding-left: 0 !important;
		padding-right: 0 !important;
		background: rgba(255,255,255,0.90);
		height: 100%;
	}
	.el-menu--horizontal{
		/* left: 0 !important; */
	}
	.el-menu--horizontal>li{
		width:100%;
	}
	.el-menu--horizontal>li:not(:last-child){
		border-bottom: 1px solid #f1f1f1 !important;
	}
	.el-menu-demo{
		border: 1px solid #f1f1f1 !important;
	}
	.el-submenu .down-list{
		width:100%;
		position: inherit;
		top: inherit;
	}
	.el-submenu .down-list2 .el-menu{
		max-width: 100%;
	}
	.el-menu--horizontal .el-menu .el-menu-item{
		padding-left: 0;
		border-bottom: 1px solid #ececec;
	}
	.el-menu--horizontal .el-menu .el-menu-item:last-child,.el-menu--horizontal .el-menu .view:nth-last-child(2){
		border-bottom:none;
	}
	.el-menu--horizontal .el-menu{
		max-width: 100%;
		/* padding-left: 5%; */
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.el-menu--horizontal .el-menu .view{
		width: 50%;
		 min-width: auto;
	}
	.menuph{
		width: 1.7rem;
		display:block;
	}
	.menuph i{
		display:block;
		line-height: 9px;
		font-size: 1.7rem;
	}
	.el-footer{
		padding: 10px 0 10px;
	}
}
@media(max-width: 768px) {
	header .el-row>div:last-child .cloud{
		padding: 5%;
		display: none;
	}
	.el-footer .el-container>ul li:nth-child(2){
		display: none;
	}
	.el-footer .el-container>ul {
		flex-wrap:wrap;
		display: none;
	}
	.el-footer .el-container>ul li:first-child{
	display: none;
	}
	.el-footer .el-container>ul li:last-child{
		width: 100%;
	}
}
@media(max-width: 480px) {
	.el-footer .el-container>ul li:first-child,.el-footer .el-container>ul li:last-child{
		width:100%;
	}
	.el-footer .el-container>ul li:last-child{
		margin-top:1rem
	}
	.el-footer .el-container>ul li:last-child .footIco{
		justify-content:flex-start;
	}
	.el-footer .el-container>ul li:last-child .footIco span{
		margin-right:.2rem;
	}
	.el-footer .el-container>ul li:last-child .el-ewm img{
		width: 48%;
	}
}
@media(max-width: 360px) {
	.el-menu--horizontal .el-menu{
		max-width:90%;
	}
}