/*标题*/
.Title {
    height: 68px;
    font-weight: normal;
    color: #7e1fd3;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 1px;
    background: url("../images/titlebg.png") no-repeat center center;
    border-bottom: 0px solid #dedddb;
    text-align: center;
}

.Title div {
    width: 1280px;
    margin: 0 auto;
}
.Title span {
    padding-left: 5px;
    border-bottom: 0px solid #ffa739;
    display: inline-block;
    line-height: 48px;
    font-size: 22px;
	margin-top: -30px;
    margin-left: -18px;
}
.Titles {
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: normal;
    color: #8c8c8c;
    margin-bottom: 0px;
    padding-top: 9px;
    padding-bottom: 1px;
    border-bottom: 1px solid #dedddb;
}
.Titles div {
    width: 1280px;
    margin: 0 auto;
}
.Titles span {
    padding-left: 5px;
    border-bottom: 2px solid #ffa739;
    display: inline-block;
}

/*一排一个*/
.produce-list {
	width: 1250px;
	height: 255px;
	overflow: hidden;
	box-shadow: 0 0 10px #dfdfdf;
	border-radius: 5px;
	margin-bottom: 40px;
	position: relative;
	transition: all 0.8s ease;
}
.produce-list:hover {
	box-shadow: 0 0 10px #666;
}
.produce-l {
	width: 250px;
	text-align: center;
	float: left;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.produce-l p {
	width:124px;
	height:124px;
	border-radius: 25px;
	overflow:hidden;
	margin-left:65px;
}
.produce-l p img{
	width:100%;
	height:100%;
}


.produce-l a {
	width: 122px;
	height: 26px;
	font-size: 14px;
	color: #3198ee;
	border: 1px solid #3198ee;
	border-radius: 15px;
	display: block;
	text-align: center;
	line-height: 26px;
	margin: 25px auto 0
}
.produce-l a:hover {
	background: #3198ee;
	color: #fff
}
.produce-r {
	width: 610px;
	float: left;
}
.produce-r h2 {
	font-size: 32px;
	color: #2e2e2e;
	margin: 27px 0 15px 0;
	line-height: 35px;
	border-left: 6px solid #3198ee;
	height: 35px;
	padding-left: 15px;
}
.produce-r h2 small {
	font-size: 14px;
	color: #6c6e6e;
}
.produce-r h2 a {
	display: block;
    float: right;
    font-size: 18px;
    color: #6c6e6e;
    width: 89px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #6c6e6e;
    font-weight: normal;
}
.produce-r h2 a:hover {
	background: #eeeeee
}
.produce-r p {
	font-size: 14px;
	color: #6c6e6e;
	line-height: 25px;
}
.produce-img {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: -2;
}

.produce-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}


/*一排两个*/
/*.produce-list {
	width: 620px;
	height: 230px;
	overflow: hidden;
	box-shadow: 0 0 10px #dfdfdf;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	transition: all 0.8s ease;
}
.produce-list:hover {
	box-shadow: 0 0 10px #666;
}
.produce-l {
	width: 198px;
	text-align: center;
	float: left;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
}

.produce-l p {
	width: 120px;
	height: 120px;
	border-radius: 25px;
	overflow:hidden;
	margin-left: 40px;
}
.produce-l p img{
	width:100%;
	height:100%;
}


.produce-l a {
	width: 122px;
	height: 26px;
	font-size: 14px;
	color: #3198ee;
	border: 1px solid #3198ee;
	border-radius: 15px;
	display: block;
	text-align: center;
	line-height: 26px;
	margin: 25px auto 0
}
.produce-l a:hover {
	background: #3198ee;
	color: #fff
}
.produce-r {
	width: 400px;
	float: left;
}
.produce-r h2 {
	font-size: 32px;
	color: #2e2e2e;
	margin: 27px 0 15px 0;
	line-height: 35px;
	border-left: 6px solid #3198ee;
	height: 35px;
	padding-left: 15px;
	text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
}
.produce-r h2 small {
	font-size: 14px;
	color: #6c6e6e;
}
.produce-r h2 a {
	display: block;
	float: right;
	font-size: 18px;
	color: #6c6e6e;
	width: 89px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #6c6e6e;
	font-weight: normal;
	background-color: #ffffffad;
}
.produce-r h2 a:hover {
	background: #eeeeee
}
.produce-r p {
	font-size: 14px;
	color: #6c6e6e;
	line-height: 25px;
	text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff;
}
.produce-img {
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: -2;
}*/
.produce-img img {
	height: 255px;
}

.produce-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}