.carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

svg {
  vertical-align: sub;
}

.navbar {
  border-bottom: 1px solid #eee;
}

.nav-link {
  width: 100px;
  text-align: center;
}
/*.nav-item {
  display: flex !important;
  justify-content: end !important;
}*/
.nav-item a{
	text-align: left;
}
li a:hover {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #016cce !important;
}

footer {
  text-align: center;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}

.footfs {
  font-size: 20px;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin: 42 px 0 0 px 0;
  clear: both;
  line-height: 30px;
}
#menudropdown{
	margin-top: -7px!important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #016cce;
}

@media screen and (max-width: 768px) {
  .phone {
    display: block !important;
    margin-left: 0 !important;
  }
	.dropdown-menu {
		border: none;
	}
  .footfs {
    font-size: 12px;
  }

  .footfs svg {
    width: 12px !important;
    height: 12px !important;
  }

  .copyright {
    font-size: 10px;
  }

  .copyright a {
    display: block;
  }

  .nav-img {
    width: 200px !important;
  }

  /*.nav-item {
    display: flex !important;
    justify-content: flex-end !important;
  }*/
}
.industry-model-phone {
	display: none;
}
#dropdown-menu {
	display: none;
}

.el-dropdown-menu {
	position: absolute;
	z-index: 10;
	padding: 10px 0;
	margin: 5px 0;
	background-color: #fff;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
	top: 35px;
}


.el-dropdown-menu__item {
	list-style: none;
	line-height: 36px;
	padding: 0 16px;
	margin: 0;
	font-size: 14px;
	color: #606266;
	cursor: pointer;
	outline: none;
	float: left;
}
@media screen and (max-width:768px) {
	.el-dropdown-menu  {
		    top: 135px;
    left: 190px;
	}

}
.el-dropdown-menu__item:hover {
	background-color: #ecf5ff;
	color: #66b1ff;
}

.not-link:hover {
	color: #00000080!important;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
}

.navbar {
	border-bottom: 1px solid #eee;
}

.nav-link {
	width: 100px;
	text-align: center;
}
	.industry-model-href a{
				text-decoration: none;
			}