section {
  padding-top: 5.18rem;
  overflow: hidden;
}
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;
  border-bottom: 1px solid #f0f0f0;
}
section .bread .main_center .position {
  font-size: 16px;
  line-height: 1.6;
}
section .bread .main_center .position a:hover {
  color: #e11b2a;
}
section .container .wrapper {
  display: flex;
  align-items: center;
}
section .container .wrapper .l {
  width: 22.73rem;
  border: 1px solid #f0f0f0;
}
section .container .wrapper .l img {
  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.36rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 1.36rem;
  padding-bottom: 1.36rem;
  border-bottom: 0.05rem solid #f0f0f0;
}
section .container .wrapper .r .des {
  line-height: 1.8;
  color: #555;
  margin-top: 1.36rem;
}
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: #e11b2a;
}
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: #e11b2a;
  text-decoration: underline;
}
section .container .wrapper .r .pro-bot {
  margin-top: 0.91rem;
}
section .container .wrapper .r .pro-bot a {
  display: inline-block;
  width: 8.18rem;
  height: 2.27rem;
  background-color: #f0f0f0;
  line-height: 2.27rem;
  text-align: center;
  font-size: 0.73rem;
  color: #333;
}
section .container .wrapper .r .pro-bot a i {
  color: #000;
  margin-right: 0.23rem;
  font-size: 0.91rem;
  font-style: normal;
}
section .container .wrapper .r .pro-bot .download {
  margin-right: 0.91rem;
}
section .container .xq {
  margin-top: 1.36rem;
}
section .container .xq h2 {
  font-size: 1.36rem;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-bottom: 2.27rem;
}
section .container .xq p {
  /* line-height: 1.8;
  color: #555; */
}
section .container .xq p > strong {
  font-size: 0.82rem;
}
section .container .xq img {
  object-fit: contain;
}
section .container .xq table {
  width: 100% !important;
}
section .container .xq table tr td {
  color: #555;
  text-align: center;
  vertical-align: middle;
  padding: 0.45rem;
  border: 1px solid #eeeeee;
}
section .container .xq table tr td img {
 
  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-of-type(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: 2.18rem;
  }
  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;
  }
}
