.banner {
  width: 100%;
  height: 600px;
  background-image: url(./../images/hp80.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #000;
}

.swg h1 {
  margin: 90px;
  text-align: center;
  margin-bottom: 30px;
}

.swg .item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(105deg, #fefefe, #fff);
  border-radius: 5px;
  box-shadow: 0 0 10px 3px #f5f5f5;
}

.swg .item div {
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

.swg .item h2 {
  font-weight: normal;
  font-size: 1.5rem;
  margin: 10px 0;
  margin-bottom: 20px;
}

.swg img {
  width: 140px;
  height: 140px;
}

.cnc_box h1 {
  margin: 40px 0;
  margin-top: 100px;
  text-align: center;
}


.cnc_box .item {
  display: flex;
  flex-direction: row;
  padding: 20px;
  gap: 20px;
}

.cnc_box .item div {
  height: 95px;
}

.cnc_box .item h2 {
  margin: 0;
}

.cnc_box .item img {
  width: 40px;
  height: 40px;
}

.cnc_box .item p {
  margin-top: 8px;
  font-size: 16px;
}


.cnc h1 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}



.cnc .item .cover {
  text-align: center;
  background-color: #fafafe;
  padding: 20px;
  box-sizing: border-box;
}

.cnc .item .content {
  padding: 0 20px;
  padding-bottom: 20px;
}

.cnc .item .h59 {
  height: 500px;
}

.cnc .item .zhu {
  display: block;
  color: #666;
  margin: 10px 0;
  font-size: 13px;
}

.cnc .item .content ul li {
  padding-left: 14px;
  position: relative;
}

.cnc .item .content ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: var(--primary-color);
  position: absolute;
  top: 8px;
  left: 0px;
}

.cnc .item {
  display: flex;
  border-radius: 4px;
  border: 1px solid #eee;
  flex-direction: column;
}

.cnc .item div {
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
}

.cnc .item h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
}

.cnc img {
  width: 100%;
  height: 180px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.line2 .item img {
  width: 50px;
  height: 50px;
}

.line2 .item {
  display: flex;
  gap: 20px;
  flex-direction: row;
}

.line2 .item h2 {
  margin: 0px;
  margin-bottom: 10px;
}

img {
  width: 100%;
}

.bac .item {
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 5px;
}

.bac .item .content {
  padding: 10px 15px;
  line-height: 1.6;
}

.bac .item .cover {
  text-align: center;
  background-color: #fafafe;
  padding: 20px;
  box-sizing: border-box;
}
.square img{
  width: 40px;
}
.square .item{
    padding: 20px;
    box-sizing: border-box;
    /* border: 1px solid #eee; */
    border-radius: 6px;
    background-color: var(--white-color);
    box-shadow: 0 0 8px 5px #f8f8f8;
}
.square .item h2{
  margin: 10px 0;
}
.hbltitle{
  text-align: left;
}
.indepth{
  padding: 80px 0;
}
.indepth p{
  font-size: 15px;
  line-height: 1.8;
  margin: 40px 0;
}