section {
  padding-top: 4.55rem;
  overflow: hidden;
}
section .banner {
  width: 100%;
  height: 18.18rem;
  background-color: #f0f0f0;
}
section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .bread {
  margin-bottom: 2.73rem;
  height: 3.18rem;
  background-color: #fff;
}
section .bread .main_center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .bread .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .bread .main_center .position a:hover {
  color: #fd811f;
}
section .container .wrapper {
  display: flex;
}
section .container .wrapper .l {
  width: 25rem;
}
section .container .wrapper .l img {
  width: 95%;
  height: 95%;
  margin: auto;
  display: block;
  object-fit: contain;
}
section .container .wrapper .r {
  width: calc(100% - 22.73rem);
  padding-left: 5%;
}
section .container .wrapper .r h2 {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 1.36rem;
  padding-bottom: 1.36rem;
  border-bottom: 0.05rem solid #f0f0f0;
  font-weight: bold;
}
section .container .wrapper .r .des {
  line-height: 1.8;
  color: #555;
  margin-top: 1.36rem;
  font-size: 0.9rem;
  text-align: justify;
}
section .container .wrapper .r .tel {
  margin-top: 1.82rem;
}
section .container .wrapper .r .tel .item {
  margin-bottom: 0.45rem;
}
section .container .wrapper .r .tel .item i {
  font-size: 0.91rem;
  color: #fd811f;
}
section .container .wrapper .r .tel .item span {
  color: #555;
  font-size: 0.73rem;
  line-height: 1.6;
}
section .container .wrapper .r .tel .item span b {
  white-space: nowrap;
  margin-right: 0.91rem;
  font-weight: normal;
}
section .container .wrapper .r .tel .item span .email:hover {
  color: #fd811f;
  text-decoration: underline;
}
section .container .xq {
  margin-top: 1.36rem;
  padding-bottom: 4rem;
}
section .container .xq .lab {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
section .container .xq .lab .item {
  flex: 1;
  padding: 0 1%;
}
section .container .xq .lab .item .i {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #fd811f;
}
section .container .xq .lab .item .i i {
  font-size: 2.5rem;
  color: #fd811f;
}
section .container .xq .lab .item h6 {
  font-size: 1rem;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
section .container .xq .lab .item p {
  line-height: 1.8;
  text-align: justify;
}
section .container .xq .xq_content {
  display: flex;
  margin-top: 6rem;
}
section .container .xq .xq_content .img {
  margin-right: 5rem;
  width: 10rem;
}
section .container .xq .xq_content .img img {
  width: 100%;
  height: 100% !important;
}
section .container .xq .xq_content .text {
  flex: 1;
}
section .container .xq .xq_content .text * {
  line-height: 1.8 !important;
  font-size: 0.8rem;
}
section .container .xq .xq_content .text p strong {
  padding-left: 0.8rem;
  position: relative;
}
section .container .xq .xq_content .text p strong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.8rem;
  border-left: 4px solid #fd811f;
  transform: translateY(-50%);
}
section .container .xq table {
  width: 100% !important;
}
section .container .xq table tr td {
  color: #555;
  line-height: 1.8;
  text-align: center;
  vertical-align: middle;
  padding: 0.45rem;
  border: 0.05rem solid #eeeeee;
}
section .container .xq table tr td img {
  width: 50%;
  margin: 0 auto;
  object-fit: contain;
  display: block;
}
section .container .tj {
  margin: 3.64rem 0 1.36rem;
}
section .container .tj .course {
  font-size: 1.36rem;
  font-weight: normal;
  color: #333;
  margin-bottom: 2.27rem;
  text-align: center;
}
section .container .tj .tj_items {
  display: flex;
  flex-wrap: wrap;
}
section .container .tj .tj_items .xq_item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 1.36rem;
  border-bottom: 0.05rem solid #f0f0f0;
}
section .container .tj .tj_items .xq_item:nth-child(4n) {
  margin-right: 0;
}
section .container .tj .tj_items .xq_item .xq_pic {
  width: 100%;
  height: 11.36rem;
  background-color: #f0f0f0;
  overflow: hidden;
}
section .container .tj .tj_items .xq_item .xq_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}
section .container .tj .tj_items .xq_item .xq_cont {
  margin-left: 0.45rem;
  padding: 0.91rem 0;
}
section .container .tj .tj_items .xq_item .xq_cont h2 {
  color: #333;
  text-align: center;
  font-weight: normal;
  line-height: 1.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .container .tj .tj_items .xq_item:hover img {
  transform: scale(1.04) !important;
  transition: all 0.5s !important;
}
section .container .xq * {
  color: inherit;
  font-size: inherit;
}
@media only screen and (max-width: 768px) {
  section {
    padding-top: 0;
  }
  section .container .wrapper {
    flex-direction: column;
  }
  section .container .wrapper .l {
    width: 350px;
    height: 350px;
  }
  section .container .wrapper .r {
    width: 100%;
    padding-left: 0;
  }
  section .container .wrapper .r .tel span {
    font-size: 14px !important;
  }
  section .container .xq {
    margin-top: 1.73rem;
  }
  section .container .xq h2 {
    margin-bottom: 1.27rem;
  }
  section .container .xq p > strong {
    font-size: 14px;
    font-weight: normal;
  }
  section .container .tj .tj_items {
    justify-content: space-between;
  }
  section .container .tj .tj_items .xq_item {
    width: 48%;
  }
  section .container .tj .tj_items .xq_item:nth-child(2n) {
    margin-right: 0;
  }
}
