.bananer{
	width: 100%;
	height: 400px;
}
.bananer img{
	width: 100%;
	height: 400px;
}
nav{
	height: 200px;
}
nav h4{
	font-size: 20px;
	margin-top: 20px;
}
.cp-list{
	
}
.cp-list ul {
	width: 100%;
	height: 1000px;
}
.cp-list ul li{
	width: 360px;
	height: 450px;
	float: left;
	margin: 15px;
}
 .cp-list ul .cp-img {
 	overflow: hidden;
 }
 .cp-list ul .cp-img img{
 	width: 360px;
 	transition: .5s ease;
 }
  .cp-list ul .cp-img img:hover{
  	transform: scale(1.1);
  }
.cp-list ul li h3{
	color:  rgb(255,87,34);
}
.cp-list ul li p{
	text-align: justify;
}
.cp-list ul li strong{
	display: block;
	width: 140px;
	height: 36px;
	margin-top: 10px;
	line-height: 36px;
	color: white;
	text-align: center;
	background-color: rgb(172,145,90);
}
.cp-info{
	height: 500px;
}
.cp-info .cp-info-left{
	display: inline-block;
	float: left;
	width: 65%;
	height: 100%;
}
.cp-info .cp-info-left p{
	line-height: 34px;
}
.cp-info-right{
	display: inline-block;
	margin-left: 40px;
	width: 30%;
	height: 100%;
}


/*小屏幕*/

@media screen and (max-width: 768px) {
	.cp-list ul{
		width: 768px;
		height: 100%;
		display: flex;
		flex-direction:column;
		justify-content: center;
		align-items: center;
	}
	.cp-info {
		width: 768px;
		height: 100%;
		margin-left: 100px;
	}
}
/*平板*/

@media screen and (min-width: 768px) and (max-width: 992px) {
	

}
/*中等屏幕*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}
/*大屏幕，或者宽屏*/

@media screen and (min-width: 1200px) {
	
}
/*小屏幕*/

@media screen and (max-width: 768px) {
	.uu-nav {
		width: 768px;
		
	}
	.nav-lists{
		display: none;
	}
	.nav ul .ico{
		width: 160px;
		text-align: right;
		font-size: 26px;
		
	}
}
/*平板*/

@media screen and (min-width: 768px) and (max-width: 992px) {
	.uu-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav ul .ico{
		display: none;
	}
}
/*中等屏幕*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.nav ul .ico{
		display: none;
	}
}
/*大屏幕，或者宽屏*/

@media screen and (min-width: 1200px) {
	.nav ul .ico{
		display: none;
	}
}