.banner img{
	width: 100%;
}
.product .types-lists{
	border-bottom:  1px solid #dddddd;
}
.product .types-lists .content{
	width: 1200px;
	margin: 0 auto;
}
.product .types-lists ul{
	/* height: 80px; */
	/* padding: 0 10px; */
	
	font-size: 18px;
	color: #666666;
}
.product .types-lists li{
	position: relative;
	display: inline-block;
	padding: 20px 30px 0 30px;
	line-height: 60px;
	cursor: pointer;
	margin-left: -5px;
	text-align: center;
}
.product .types-lists li.active,.product .types-lists li:hover{
	background-color: #f7f7f7;/* 
	border-bottom: 2px solid #ffa936; */
}
.product .types-lists li.active:before,.product .types-lists li:hover:before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #ffa936;
}
.product .types-lists li:first-child{
	/* padding-left: 0; */
	/* margin-left: 0; */
}
.product .types-lists li:last-child{
	/* padding-right: 0; */
}
.types-lists .current {
	float: right;
	margin-top: -30px;
	font-size: 14px;
	color: #999999;
}
.product .product-lists{
	width: 100%;
	margin: 0 auto;
}
.product .product-item{
	width: 1200px;
	margin: 0 auto;
}
.product .product-lists li{
	/* margin-bottom: 40px; */
	padding:70px 0;
}
.product .product-lists li:hover{
	background-color: #f6f6f6;
}
.product .product-lists li:after{
	content: '';
	width: 0;
	height: 0;
	clear: both;
	display: block;
}
.product .product-lists li .left{
	float: left;
	width: 474px;
	height: 298px;
}
.product .product-lists li .left img{
	width: 100%;
	height: 100%;
}
.product .product-lists li .right{
	float: left;
	height: 298px;
	width: 700px;
	padding-left: 35px;
	box-sizing: border-box;
	
}
.product .product-lists li .right .title{
	margin-top: 10px;
	color: #333333;
	font-size: 18px;
	line-height: 2;
}
.product .product-lists li .right .date{
	font-size: 14px;
	color: #999999;
	line-height: 2;
}
.product .product-lists li .right .content{
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	height: 84px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow:ellipsis;
}
.product .product-lists li .right .details{
	margin-top: 20px;
	font-size: 14px;
}
.product .product-lists li .right .details a{
	text-decoration: none;
	color: #333333;
}
.service .content{
	padding-top: 40px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}
.service .content .h1-title{
	/* display: table; */
	position: relative;
	display: inline-block;
	margin: 40px 0;
	font-size: 24px;
	color: white;
}
.service .content .h1-title p{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	line-height: 79px;
}
.service .content .title{
	color: #333333;
    font-size: 24px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.service .content .img{
	width: 1200px;
}
.service .description{
	width: 1140px;
	margin: 0 auto;
	text-align: left;
	background-color: #f5f5f5;
	padding: 20px 20px 60px 20px;
}
.service .description .title{
	position: relative;
	color: #333333;
	font-size: 24px;
	display: inline-block;
 }
 .service .description .title:before{
	 position: absolute;
	 content: "";
	 bottom: -5px;
	 width: 100%;
	 height: 3px;
	 background-color: #333333;
 }
 .service .description .text{
	 margin-top: 20px;
	 font-size: 18px;
	 color: #606060;
	 line-height: 1.8;
 }
 @media (max-width: 767px){
 	.service{
 		width:100%;
 	}
 	.service .content{
 		max-width:100%!important;
 	}
	 .product .types-lists .content{
		 width:100%;
	 }
	 
	 .product .types-lists li{
		 padding-left: 0;
		 padding-right: 0;
		 width: 19.5%;
		 font-size: 14px;
	 }
	 .product .product-lists li .left{
		 width: 100%;
	 }
	 .product .product-item{
		 width: 100%;
	 }
	 .product .product-lists li .right{
		 width: 100%;
		 padding-left: 10px;
		 height: auto;
	 }
	 .product .product-lists li{
		 padding-top:20px;
		 padding-bottom: 20px;
	 }
	 .service .content .robot{
		 width: 100%;
		 padding-bottom: 20px;
	 }
	 .service .description{
		 width: 100%;
		 box-sizing: border-box;
	 }
	 .service .description .title{
		 margin-top: 20px;
	 }
	 .service .content .img{
		 width: 100%;
	 }
 }
 @media only screen and (max-width:320px ) {
 	 .product .types-lists li{
		 font-size: 12px;
	 }
 }