.index{
	background-image: url('../images/bg.png');
	background-position: center top;
	background-size: 100% 100%;
	margin-top: -5px;
}
.index .w1048{
	background-color: #fff;
	padding: 0 6px;
}
.index1 .title{
	color: #fc6b0e;
}
.index1 ul{
	padding: 0 25px;
}
.index1 li{
	float: left;
	background: url('../images/c.png') no-repeat 10px center #f0f0f0;
	margin-bottom: 20px;
	box-shadow: 3px 0 7px #ccc;
	width: 22%;
}
.index1 li:nth-child(4n-2){
	margin-left: 4%;
	margin-right: 2%;
}
.index1 li:nth-child(4n-1){
	margin-left: 2%;
	margin-right: 4%;
}
.index1 li a{
	color: #575757;
	display: inline-block;
  padding: 9px 0;
  font-size: 16px;
  text-indent: 26px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.index1 li a:hover{
	color: #fc6b0e;
}
.index2 .content > div{
	width: 48%; 
}
.index2 .content .t{
	background-color: #fafafa;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.index2 .content .t .pic{
	margin-right: 10px;
}
.index2 .content .t .pic img{
	width: 156px;
	height: 156px;
	object-fit: contain;
}
.index2 .content .f h3{
	color: #838383;
	font-size: 16px;
	padding-bottom: 10px;
	overflow : hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index2 .content .f p{
	color: #808080;
	line-height: 26px;
	position:relative;
	height:128px;
	overflow:hidden;
}
.index2 .content .f p:after {
  content:"...";
  font-weight:bold;
  position:absolute;
  bottom:0;
  right:0;
  padding:0 20px 1px 45px;
  background:url('../images/ellipsis_bg.png') repeat-y;
}
.index2 .r ul{
	flex-grow:1;
}
.index2 .r li{
	padding-left: 15px;
	background: url('../images/news.png') no-repeat scroll left center;
	color: #d5d5d5;
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
.index2 .r li a{
	color: #878787;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index2 .r li a:hover{
	color: #fc6b0e;
}
.index3 ul{
	padding: 20px;
	background-color: #fafafa;
	padding-bottom: 0;
}
.index3 ul li{
	float: left;
	text-align: center;
}
.index3 ul li .pic img {
	width: 230px;
	height: 230px;
	object-fit: contain;
}
.index3 ul li:nth-child(5n-3){
	margin-left: 29px;
	margin-right: 14.5px;
}
.index3 ul li:nth-child(5n-2){
	margin-left: 14.5px;
	margin-right: 29px;
}
.index3 ul li p{
	padding: 10px 0;
	width: 230px;
	height: 64px;
}
.index3 ul li p a{
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.index3 ul li p a:hover{
	color: #fc6b0e;
}
.index4 .bg{
	background-color: #fafafa;
	position: relative;
}
.index4 .video{
	margin:0 50px;
	padding: 20px 0;
}
.index4 .video .swiper-wrapper .swiper-slide{
	text-align: center;
}
.video .swiper-wrapper .swiper-slide .cover{
	width: 200px;
	height: 200px;
	position: relative;
}
.video .swiper-wrapper .swiper-slide .cover span {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video .swiper-wrapper .swiper-slide .cover a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: url(../images/vi.png) no-repeat scroll center center transparent;
	background-size: 60px;
}
.video .swiper-wrapper .swiper-slide h2 a{
	display: block;
	width: 200px;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 6px 0;
}
/*.video .swiper-wrapper .swiper-slide .cover:hover a{
	background: url(../images/video.png) no-repeat scroll center center transparent;
}*/
.index4 .swiper-button-prev{
	background-image: url('../images/prev.png');
	background-repeat: no-repeat;
}
.index4 .swiper-button-next{
	background-image: url('../images/next.png');
	background-repeat: no-repeat;
}
.index5 img{
	width: 100%;
}
.index6 .content > div {
	width: 48%;
}
.index6 .content .title{
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 10px;
}
.index6 .content .cover{
	width: 100%;
	height: 275px;
	position: relative;
}
.index6 .content .cover span {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.index6 .content .cover a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99;
  background: url(../images/vi.png) no-repeat scroll center center transparent;
	background-size: 70px;
}
.index6 ul li{
	padding: 6px 0;
}
.index6 ul li p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.index6 ul li p span:nth-child(1){
	margin-right: 10px;
	color: #917159;
	font-size: 20px;
}
.index6 ul li p:nth-child(1) span:nth-child(1){
	color: #60eb30;
}
.index6 ul li p span:nth-child(2){
	color: #595552;
	font-size: 14px;
}


