﻿.ban-img {
    /*background-color: #0077ff;*/
    height: 550px;
    background-image: url(../image/lhyg_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 1s ease-in-out;
}

.good {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.good .main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	height: 460px;
	align-items: flex-start;
}
.good .main .left{
  margin: 0;
  width: 50%;
  background: linear-gradient(to right, #ffffff, #e3feec);
}
.good .main .left .leftItem{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  width: 600px;
}
.leftItem:nth-child(even) {
  background-color: rgb(230, 230, 231, 0.3);
}
.good .main .left .leftItem p{
  margin-right: 10%;
  color: #0077ff;
  font-family: 'Source Han Sans CN', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.good .main .left .leftItem img{
  margin-right: 25px;
}
.good .main .right{
  margin: 0;
  float: right;
  width: 50%;
}
.good .main .right .rightItem{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 80px;
  width: 600px;
}
.good .main .right .rightItem p{
  margin-left: 10%;
  font-family: 'Source Han Sans CN', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.good .main .right .rightItem img{
  margin-left: 25px;
}
.rightItem:nth-child(odd) {
    background-color: white;
}
.rightItem:nth-child(even) {
  background-color: #e6e6e7;
}

.process .left {
	width: 440px;
}
.process .right {
	flex: 1;
	height: 520px;
	overflow: hidden;
}
.process .left ul {
	display: block;
	width: 440px;
}
.process .left li {
	height: 60px;
	width: 320px;
	padding: 35px 60px;
}
.process span {
	display: block;
}
.process i {
	font-size: 36px;
	font-weight: normal;
	display: inline-block;
	margin-right: 10px;
}
.process .tit {
	font-size: 28px;
	line-height: 60px;
}
.process .con {
	font-size: 14px;
	display: none;
	line-height: 20px;
}
.process .this {
    box-shadow: 5px 5px 10px rgba(18,184,164,0.15),-5px 5px 10px rgba(18,184,164,0.15);
}
.process .this .con{
	display:block;
}
.process .this .tit{
	color: #0077ff;
	line-height: 40px;
}
.process .right ul {
	height: 500px;
	width: 800px;
	margin: 0px 100px;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(18,184,164,0.2),-5px 5px 10px rgba(18,184,164,0.2);
}
.process .right li {
	height: 500px;
	width: 800px;
}
.process .right img {
	width: 800px;
	height: auto;
}
.coverage {
  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 水平均匀分布 */
    margin: 0;
    padding: 0;
  }
}
.coverage li {
	float: left;
	width: 100px;
	height: 110px;
	margin-right: 175px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
  text-align: center;
}

.coverage li .img{
  width: 69px;
  height: 69px;
  margin-left: 50%;
  transform: translate(-50%, 0%);
  position: relative;
}

.coverage .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.coverage li p {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 10px;
}

/* 1029 合作流程部分样式修改 */
.CooperationProcessContent{
  width: 100%;
  height: 390px;
  display: flex;
  background-color: #f5fbf7;
}
.CooperationProcessNavigation{
  display: flex;
  margin-top: 55px;
  gap: 80px;
}
.CooperationProcessNavigation span{
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
}
.CooperationProcessNavigation button{
  height: 50px;
  width: 100px;
  margin-left: 20px;
  background-color: transparent;
  border: none;
}
.CooperationProcessContentLeft{
  width: 45%;
  height: 390px;
  position: relative;
}
.CooperationProcessContentLeftText{
  position: absolute;
  width: 400px;
  right: 12%;
  top: 20%;
  line-height: 32px;
}
.CooperationProcessContentLeftText h2{
  font-family: 'Source Han Sans CN', sans-serif;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
.CooperationProcessContentLeftText p{
  font-family: 'Source Han Sans CN', sans-serif;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
