
/* 位置 */
.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;
	}
}
/* 展示 */
.demeanor{
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.demeanor-left{
	width: 450px;
	height: 520px;
	margin-right: 34px;
}
.deme-lef-img{
	width: 450px;
	height: 500px; 
	box-sizing: border-box;
}
.deme-lef-img:hover{
	border: 1px solid #165CB1;
}
.demeanor-right{
	display: flex;
	flex-wrap: wrap;
}
.r-r{
	width:237px ;
	height: 240px;
	margin-right: 30px;
	margin-bottom: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.r-r img{
	width:237px ;
	height: 240px;
	transition: all .5s; 
}
.r-r:hover{
	border: 1px solid #165CB1;
}
.r-r:hover img{
	transform: scale(1.05);
}
.m-bott{
	margin-bottom: 100px;
}
@media screen and (max-width:750px) {
	.demeanor{
		width: 94vw !important;
		margin: 0 auto;
		display: block;
	}
	.demeanor-left{
		width: 80vw;
		height: 80vw;
		margin: 0 auto;
	}
	.deme-lef-img{
		width: 80vw;
		height: 80vw;
	}
	.demeanor-right{
		width: 88vw;
		display: flex;
		flex-wrap: wrap;
		margin: 4vw auto;
	}
	.r-r{
		width:36vw ;
		height: 32vw;
		margin: 2vw;
	}
	.r-r img{
		width:100% ;
		height: 100%;
	}
	
	.m-bott{
		margin-bottom: 13.33vw;
		margin-top: 0 !important;
	}

	.deme-img{
		width: 48% !important;
		height: auto !important;
		margin: 0 0 20px 0!important;
	}

	.deme-img img{
		width: 100% !important;
		height: auto !important;
	}

	.m-bott{
		justify-content: space-between !important;
		max-width: 100% !important;
		width: auto !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;
	}
}

