@charset "utf-8";
.list-title {
  width: 100%;
  height: 158px;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.title-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-box img {
  margin-right: 15px;
}

.title-box b {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}

.list-title p {
  font-size: 16px;
  color: #333333;
}

.list {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px
  rgba(50, 51, 51, 0.12);
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 10px 40px;
}

.list a {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
}

.list a:last-child {
  border: none;
}

.list a .item {
  width: 100%;
  height: 195px;
  display: flex;
  justify-content: flex-start;
}

.list a .item .item-img {
  width: 260px;
  height: 194px;
  margin-right: 35px;
}

.list a .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list a .item .item-cont {
  flex: 1;
  width: 0;
  height: 194px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.list a .item .item-cont .item-tit {
  width: 100%;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-top: 5px;
}

.list a .item .item-cont .item-tex {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 15px;
}

.list a .item .item-cont .item-titme {
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
}

.detail-box {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px
  rgba(50, 51, 51, 0.12);
  border-radius: 20px;
  padding: 50px;
}

.detail-time {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #666666;
  padding: 25px 0;
}

.detail-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}

.list-next {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-next a {
  max-width: 450px;
  font-size: 16px;
  color: #333333;
}

.list-next a span {
  color: #999999;
}

.detail-content {
  width: 100%;
  padding-top: 50px;
  border-top: 1px solid #d6d6d6;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify;
}

.about-content {
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #333333;
  text-align: justify;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px
  rgba(50, 51, 51, 0.12);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
}

.tab-list {
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-list a {
  /*width: 160px;*/
  padding:0 10px;
  height: 58px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 58px;
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin: 0 10px;
}

.tab-list a.active {
  background-color: #ff7500;
  color: #ffffff;
}


.about-cert {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px
  rgba(50, 51, 51, 0.12);
  border-radius: 20px;
  padding: 100px 50px;
  margin-bottom: 50px;
}

.swiper-top {
  width: 664px;
  height: 470px;
  border: solid 10px #decaae;
  margin: 0 auto;
  position: relative;
}

.swiper-top .swiper-slide {
  width: 664px;
  height: 470px;
  padding: 10px;
}

.swiper-top .swiper-slide  img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.swiper-top .next1 {
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -22px;
  cursor: pointer;
}

.swiper-top .prev1 {
  position: absolute;
  top: 50%;
  right: -60px;
  cursor: pointer;
  margin-top: -22px;
}

.swiper-end {
  width: 900px;
  margin: 0 auto;
  position: relative;
  height: 124px;
  margin-top: 60px;
}

.swiper-end .swiper-slide {
  width: 175px;
  height: 124px;
  border: solid 4px #c6c6c6;
  padding: 5px;
}

.swiper-end .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.swiper-end .next {
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -30px;
  cursor: pointer;
}

.swiper-end .prev {
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  margin-top: -30px;
}

.swiper-end .swiper-slide-active {
  border: solid 4px #ff7500;
}

.lianxi {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.lx-left {
  width: 520px;
  height: 487px;
  background-color: #ff7500;
  padding: 45px;
}


.lianxi-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  padding-right: 50px;
  margin-top: 35px;
}

.lianxi-item:last-child {
  padding-right: 0;
}

.lianxi-img {
  width: 62px;
  height: 62px;
  background-color: rgba(255,255,255,.3);
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lianxi-img img {
  height: 30px;
  width: auto;
}

.lianxi-cont {
  margin-left: 25px;
  flex: 1;
}

.lianxi-cont p {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
}

.lianxi-cont b {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  padding-top: 15px;
}

.lx-title {
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin: 20px 0;
}

.lx-right {
  flex: 1;
  height: 486px;
  background-color: #ffffff;
  padding: 40px 45px;
}

.r-tit {
  width: 100%;
  font-size: 28px;
  color: #ff7500;
  font-weight: bold;
}

.r-line {
  width: 52px;
  height: 4px;
  background-color: #ff7500;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.r-inp {
  width: 100%;
  padding: 10px 18px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #c6c6c6;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.r-inp span {
  font-size: 16px;
  color: #999999;
  width: max-content;
}

.r-inp input {
  flex: 1;
  font-size: 16px;
  color: #333333;
}


.r-inp textarea {
  flex: 1;
  font-size: 16px;
  color: #333333;
  height: 110px ;
  resize: none;
  border: none;
}

.r-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.r-btn button {
  width: 166px;
  height: 52px;
  background-color: #ff7500;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
}

.ditu {
  width: 100%;
  padding-top: 50px;
}
.ditu img {
  width: 100%;
  height: auto;
}
