		.tm-banner{
			background: #092042;
			overflow: hidden;
			}
		.tm-banner img{
			width: 105%;
			position: absolute;
			top:0;
			left:20%;
		}
		.tm-product .thumbnail img{
			height:50px;
		}
		.duibi{
			text-align: center;
			height:535px;
			background: url(images/search-08.jpg) center center no-repeat;
			background-size: cover;
			color:white;
			overflow: hidden;
		}
		.duibi h2{
			margin-top:60px;
			margin-bottom: 40px;
		}
		.duibi img{
			height:322px;
		}
		@media screen and (max-width:768px){
			ul{width:100% !important;padding-left:10px;}
		}
		html, body {
		  position: relative;
		  height: 100%;
		}
		body {
		  background: #eee;
		  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		  font-size: 14px;
		  color:#000;
		  margin: 0;
		  padding: 0;
		}
		.swiper-container{
		  text-align: center;
		  margin-top:50px ;
		  margin-bottom: 50px;
		  margin-left: auto;
		  width: 80%;
		  height: 1000px;			
		}
		/*移动端的轮播图高度不要怎么高*/
		.height_phone{
			height: 750px;	
		}
		.swiper-slide {
		  text-align: center;
		  font-size: 18px;
		  background: #fff;
			
		  /* Center slide text vertically */
		  display: -webkit-box;
		  display: -ms-flexbox;
		  display: -webkit-flex;
		  display: flex;
		  -webkit-box-pack: center;
		  -ms-flex-pack: center;
		  -webkit-justify-content: center;
		  justify-content: center;
		  -webkit-box-align: center;
		  -ms-flex-align: center;
		  -webkit-align-items: center;
		  align-items: center;
		  display:flex;
		  justify-content: space-between;
		  display: row;
		}
		.swiper-slide img{
			vertical-align: middle;
			width:32%;
/* 			margin-bottom: 8%; */
			/* height:92%; */
			/* width:100%; */
			height:100%;
		}
		.quan img{
			vertical-align: middle;
			width:100%;
/* 			margin-bottom: 8%; */
			/* height:92%; */
			/* width:100%; */
			height:100%;
		}
		.ph_img img{
			width: 100%;
		}