* {
	margin: 0;
	padding: 0;
}

body {
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	color: #666;
	text-decoration: none
}
.text a{
	color: #fff;
}


/*分辨率低于1400，采用下面的样式*/
@media screen and (max-device-width:1400px) {
	div {
		width: 1200px;
		margin: 0 auto;
	}

	.content {
		width: 100%;
	}

	.left {
		position: absolute;
		left: 0;
		width: 540px;
		display: flex;
		;
		align-items: center;
	}
}

@media screen and (min-device-width: 1400px) {
	div {
		width: 1400px;
		margin: 0 auto;
	}

	img {
		width: 100%;
	}

	.header {
		height: 120px;
	}

	.header-con img {
		width: 72px;
		/* height: 46px; */
	}

	.content {
		width: 100%;
	}

	.left {
		position: absolute;
		left: 0;
		width: 35%;
		display: flex;
		;
		align-items: center;
	}
}




/* header */
.header-con {
	height: 100%;
	display: flex;
	align-items: center;
}

.nav {
	width: 70%;
	height: 100%;
	font-size: 22px;
	display: flex;
	justify-content: space-around;
}

.nav li {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 120px;
}

.nav a {
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 120px;
}

.nav a:hover {
	background: #E8F0FC;
}

.nav li:hover {
	background-color: #27affb;
}

.nav li a:hover {
	color: #fff;
}

/* banner */
.banner {
	width: 100%;
	/* height: 750px; */
}

.banner img {
	width: 100%;
	/* height: 750px; */
}

/* footer */
.footer {
	color: #fff;
	width: 100%;
	height: 186px;
	background: linear-gradient( 180deg, #575B64 0%, #2C2E32 100%);
	margin-top: 40px;
}

.footer-con {
	height: 186px;
	width: 1400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo{
	display: flex;
	align-items: center;
	width: 300px;
	margin: 0;
}

.logo img {
	width: 65px;
}

.dashed {
	width: 50px;
	margin-left: 50px;
	margin-right: 0px;
	height: 33px;
	border-left: 1px dashed #fff;
	opacity: 0.8;
}
.solid {
	width: 50px;
	margin:0px;
	height: 62px;
	border-left: 1px solid #fff;
	opacity: 0.7;
}
.solid-split {
	width: 20px;
	margin-left: 20px;
	margin-right: 0px;
	height: 17px;
	border-left: 1px solid #fff;
	opacity: 0.7;
}
.header-solid-split {
	width: 20px;
	margin-left: 20px;
	margin-right: 0px;
	height: 30px;
	border-left: 2px solid #ccc;
	opacity: 0.5;
}

.footer-introduce {
	width: 650px;
	height: 115px;
	margin: 0;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.footer-introduce p,.footer-introduce div,.footer-introduce span,.footer-introduce a{
	font-size: 16px;
	opacity: 0.9;
}

.image-text {
	display: flex;
	align-items: center;
}

.image-text span {
	font-size: 16px;
}

.image-text img {
	width: 24px;
	height: 24px;
}

.footer-introduce-con {
	display: flex;
	justify-content: center;
	align-items: center;
}
.a{
	width: 168px;
	margin-left: 35px;
}

.driver img {
	width: 118px;
	height: 116px;
}

.driver {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.owner span {
	display: block;
	width: 130px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background-color: #fff;
	color: #192b86;
	border-radius: 15px;
	margin-top: 100px;
	box-shadow: 2px 4px #323233;
}

.owner {
	height: 187px;
	display: flex;
	margin-left: 30px;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	width: 144px;
}

.footer-driver-owner {
	display: flex;
}
.active{
	color: #27affb;
}