
/* 位置 */
.position{
	height: 60px;
	width: 1300px;
	margin: 0 auto;
}
.posi-img{
	height: 30px;
	width: 30px;
}
@media screen and (max-width:750px) {
	.position{
		height: 10vw;
		width: 100vw;
		margin: 0 auto;
		padding: 0 4vw;
	}
	.posi-img{
		height: 4vw;
		width: 4vw;
	}
}
/* 标题 */
.title{
	height: 90px;
	width: 1280px;
	margin: 0 auto;
}
.title-news{
	margin-top: 5px;
}
@media screen and (max-width:750px) {
	.titie {
		height: 24.33vw;
	}
	.title-text{
		padding-left: 4vw;
	}
	.title-news{
		margin-top: 0.66vw;
		padding-left: 4vw;
	}
}
/* 内容 */
.content{
	width: 1280px;
	height: 405px;
	background: url(../../img/about-us/jianjie.png);
	margin:80px auto;
}
.content-box{
	width: 566px;
	height: 500px;
	background: #165CB1;
	padding: 30px 20px;
	position: relative;
	top: -60px;
	left: 85px;
}
.c-tex{
	height: 440px;
	text-indent: 30px;
	line-height: 26px;
	overflow: hidden;
}
.m-bott{
	margin-bottom: 200px;
}
@media screen and (max-width: 1000px)  {
	.content{
		width: 98vw !important;
		height: auto !important;
		margin:10.66vw auto !important;
	}
	.content-box{
		width: 55.46vw !important;
		height: 62.66vw !important;
		background: #165CB1 !important;
		padding: 4vw 2.66vw !important;
		position: relative !important;
		top: -6.89vw !important;
		left: 8.33vw !important;
	}
	.c-tex{
		height: 56vw !important;
		text-indent: 4vw !important;
		line-height: 4.5vw !important;
		overflow: hidden !important;
	}
	.m-bott{
		margin-bottom: 26.66vw !important;
	}
	.boot{
		display: flex !important;
		flex-wrap: wrap !important;
		width: 96vw !important;
		height: auto !important;
		margin: 3vw auto;
	}
	.boot img{
		width: 80vw !important;
		height: 60vw !important;
		padding-bottom: 4vw !important;
	}
}
/* 底部详情栏 */
.bottom {
	width: 100%;
	background: #414141;
}
.b-margin{
	margin-right: 40px;
}
.bottom-box {
	width: 268px;
}

.bottom-bott {
	width: 1200px;
	height: 330px;
	margin: 0 auto;
	padding-top: 60px;
	display: flex;
}

.bottom-top {
	height: 46px;
	width: 268px;
	border-bottom: 1px solid #8b8b8b;
}

.bott-bott {
	margin-top: 20px;
}

.b-bo {
	width: 268px;
	display: flex;
	padding: 3px 0;
}

.bo-text {
	line-height: 25px;
	overflow: hidden;
}

.bo-img {
	width: 27px;
	height: 27px;
}

.input {
	height: 40px;
	width: 268px;
	background: #fff;
	border: 0;
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
	padding: 0 10px;
}

.b-end {
	width: 75px;
	height: 35px;
	background: #fff;
}

.bott-zuo {
	width: 140px;
	height: 180px;
	background: #fff;
}

.z-img {
	width: 124px;
	height: 127px;
	margin: 10px auto;
}

.bott-you {
	width: 20px;
	margin-left: 30px;
}

.bott-ss{
	width: 268px;
}
.bo-zi{
	line-height: 30px;
	width: 134px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 5px;
}
@media screen and (max-width:750px) {
	.bottom {
		width: 100vw;
		background: #414141;
	}
	
	.b-margin {
		margin-right: 5.33vw;
	}
	
	.bottom-box {
		width: 85.73vw;
		margin-top: 4vw;
	}
	
	.bottom-bott {
		width: 90vw;
		margin: 0 auto;
		padding-top: 8vw;
		display: block;
	}
	
	.bottom-top {
		height: 6.13vw;
		width: 35.73vw;
		border-bottom: 1px solid #8b8b8b;
	}
	
	.bott-bott {
		margin-top: 20px;
	}
	
	.b-bo {
		width: 85.73vw;
		display: flex;
		padding: 3px 0;
	}
	
	.bo-text {
		line-height: 5.33vw;
		overflow: hidden;
	}
	
	.bo-img {
		width: 5.6vw;
		height: 5.6vw;
	}
	
	.input {
		height: 7.33vw;
		width: 85.73vw;
		background: #fff;
		border: 0;
		font-size: 18px;
		color: #000000;
		margin-bottom: 2.66vw;
		padding: 0 1.33vw;
	}
	
	.b-end {
		width: 17vw;
		height: 8.66vw;
		background: #fff;
	}
	
	.bott-zuo {
		width: 25.66vw;
		height: 27vw;
		background: #fff;
	}
	
	.z-img {
		width: 16.53vw;
		height: 17vw;
		margin: 10px auto;
	}
	
	.bott-you {
		width: 2.66vw;
		margin-left: 4vw;
	}
	
	.bott-ss {
		width: 85.73vw;
	}
	
	.bo-zi {
		line-height: 4vw;
		width: 37.86vw;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-left: 5px;
	}
}




