@charset "utf-8";
/* img {
	width: 100%;
} */
.top {
	color: #ffffff;
	height: 20px;
	background-color: #0aad5c;
}
.top p {
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 20px;
}
.top span {
	float: right;
	right: 0;
	display: inline-block;
	padding-left: 15px;
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
}
.pad {
	padding: 0;
	margin: 0;
}
.navbar-brand {
	float: left;
	height: 70px;
	padding: 11px 15px;
	font-size: 18px;
	line-height: 20px;
}

.nav .navbar-nav>.active {
	color: #FFFFFF;
	background-color: seagreen;
}

.navbar-nav {
	float: right;
	margin: 0;
	margin: 12px 25px 0 0;
}

.navbar-toggle {
	margin-top: 18px;
}

.navbar-default .navbar-nav>li>a {
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}

.navbar-default .navbar-nav>li>a:hover {
	color: seagreen;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #FFFFFF;
	background-color: seagreen;
}


/* banner */
.pos {
	margin-top: 70px;
} 

.pos .row {
	margin: 0;
	padding: 0;
} */

.banne {
	margin-bottom: 40px;
}

.banne img {
	width: 100%;
}

.pos {
	position: relative;
	margin-top: 70px;
}

/* 公司介绍 */

.duce {
	margin-top: 60px;
	padding: 10px 10px;
	text-align: center;
	font-size: 2.25rem;
	color: #ffffff;
	background-color: #39c980;
	border: 1px dashed white;
}
.vid{
	float: left;
	/* position: relative; */
	/* margin-left: 15px; */
 	margin-top: 50px;
	width: 460px;
	height: 360px;
	/* background: url(../images/banner/banner.png) no-repeat center; */
 	border-radius: 24px;
} */
.vid::before {
	content: '';
	position: absolute;
	margin-left: -15px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	border-radius: 24px;
}
/* .vid::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	background: url(../images/icon/vido.png) no-repeat;

} */
.text {
	text-align: center;
	float: right;
	margin-top: 50px;
}
h3{
	padding: 0;
	margin: 0;
}
.text p {
	margin-top: 20px;
	text-align: left;
	font-size: 22px;
	color: #666666;
}
/* 业务介绍 */
.wi {
	margin-top: 50px;
	width: 100%;
	background-color: #2ab8b0;
}
.on {
	margin-top: 80px;
	margin-bottom: 40px;
	/* padding-right: 25px; */
	height: 340px;
	
}
.on .ce {
	width: 100%;
	height: 360px;
	background-color: #FFFFFF;
}
.row .on:hover {
	transform: translate3d(0,-6px,0);
}
.ce {
	position: relative;
	padding: 60px 10px 0 10px;
	text-align: center;
}
.ce p {
	margin-top: 30px;
	font-size: 18px;
	color: #666666;
	text-align: left;
}
.ce span {
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top:0;
	margin-top: -45px;
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #ffffff;
}
.ce span>img {
	display: inline-block;
	margin: 25px auto;
	width: 40px;
}

/* 企业合作 */
.per {
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #fafafa;
}
.container .row .im>img {
	display: inline-block;
	margin-bottom: 20px;
}

/* 底部 */
.bot {
	margin-top: 50px;
	width: 100%;
	color: #FFFFFF;
	padding-top: 52px;
	padding-bottom: 30px;
	background-color: #404040;
}
.bot p {
	margin-top: 20px;
	font-size: 18px;
}
.bot .left >a {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFFFFF !important;
}
.left >a::before {
	font-family: 'icomoon';
	content:'\e914';
	color: #FFFFFF;
}
.right {
	width: 100%;
}
.ban {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #222222;
}
.ban>p {
	margin-bottom: 0;
}















