.h-500 {
	height: 500px;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.ob1_title {
	font-size: 38px;
}

footer {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.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;
}

svg {
	vertical-align: sub
}

li a:hover {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	color: #016cce !important;
}

#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;
}

@media screen and (max-width:768px) {
	.el-dropdown-menu {
		top: 135px;
		left: 190px;
	}
}

.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;
}

.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;
}

.h3 {
	font-size: 30px;
	line-height: 72px;
}

.hr {
	width: 67px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
}

.bgblue {
	background-color: #016cce;
}

.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;
}

.achievement {
	color: white;
	font-size: 28px;
	text-align: center;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.achievement i {
	font-size: 60px;
	line-height: 60px;
	margin: 10px 0 39px 0;
	display: block;
}

.achievement p {
	font-size: 18px;
}

.youshi {
	margin-top: 30px;
}

.youshi-h5 {
	font-weight: 600;
	color: #333;
}

.youshi p {
	color: #777;
}

.youshi-img {
	text-align: center;
}

.youshi-img img {
	width: 80px;
	background-color: #016cce;
	border-radius: 50%;
	padding: 10px;
}


/* 隐藏百度地图文字 */

.BMap_cpyCtrl {
	display: none;
}

.anchorBL {
	display: none;
}

.jia {
	position: absolute;
	right: 3.75rem;
	bottom: 5.125rem;
	font-size: 40px;
}

.jianjieimg {
	width: 75%;
}

.mapmin {
	width: 500px !important;
}

.fade-in-section {
	animation: fadeInAnimation ease 3s;
	-webkit-animation: fadeInAnimation ease 3s;
	-o-animation: fadeInAnimation ease 3s;
	animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	/*设置动画播放次数*/
	animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	/*设置样式以在动画不播放时应用元素。forward是设置动画结束后，使用元素的结束属性值*/
}

.fade-in-section.is-visible {
	opacity: 1;
	transform: none;
	visibility: visible;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
		/*设置不透明度*/
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInAnimation {
	0% {
		-webkit-opacity: 0;
		/*设置不透明度*/
	}
	100% {
		-webkit-opacity: 1;
	}
}

@-moz-keyframes fadeInAnimation {
	0% {
		opacity: 0;
		/*设置不透明度*/
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeInAnimation {
	0% {
		opacity: 0;
		/*设置不透明度*/
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width:1500px) {
	.jianjieimg {
		margin-top: 0 !important;
	}
}

@media screen and (max-width:1199px) {
	#container {
		height: 350px !important;
	}
	.mapmin {
		width: 380px !important;
	}
}

@media screen and (max-width:768px) {
	.phone {
		display: block !important;
		margin-left: 0 !important;
	}
	.ob1_title {
		opacity: 1;
		font-size: 18px;
	}
	.footfs {
		font-size: 12px;
	}
	.footfs svg {
		width: 12px !important;
		height: 12px !important;
	}
	.banner-title {
		font-size: 16px;
		top: 30px;
		left: 20px;
	}
	.h-500 {
		height: 200px !important;
	}
	.copyright {
		font-size: 10px;
	}
	.copyright a {
		display: block;
	}
	.dropdown-menu {
		border: none;
	}
	/* 
			.jianjieimg {
				width: 330px !important;
			} */
	.h-500 {
		height: 200px !important;
	}
	.nav-img {
		width: 200px !important;
	}
	/*.nav-item {
		display: flex !important;
		justify-content: flex-end !important;
	}*/
	.mapmin {
		width: 280px !important;
	}
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.h3 {
		font-size: 24px;
		line-height: 40px;
	}
	.achievement i {
		margin: 10px 0 10px 0;
	}
	.achievement-mgt {
		margin-top: 20px;
	}
	.youshi-img {
		margin-bottom: 20px;
	}
	.youshi-h5 {
		text-align: center;
	}
}