.about_title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #292b2c;
  padding-bottom: 14px;
  text-align: center;
}

.about_title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  width: 60px;
  height: 2px;
  background-color: #c59e3f;
}

.about_title_white {
  color: #fff;
}

/* 关于匠数科技 */
.ai_panel {
  overflow: hidden;
  margin: 34px 0;
}

.ai_right {
  float: right;
  width: 60%;
  font-size: 0;
  padding-left: 42px;
  box-sizing: border-box;
}

.ai_left {
  float: left;
  width: 40%;
}

.ai_right img {
  width: 100%;
}

.ai_left p {
  font-size: 16px;
  color: #363636;
  line-height: 2;
  text-align: justify;
}

.ai_list {
  margin: 0 -15px;
}

.ai_list li {
  float: left;
  width: 33.33%;
}

.ai_list dl {
  margin: 0 15px;
  padding: 30px 0 0;
  height: 280px;
  border-radius: 10px;
  box-shadow: 9px 9px 65px rgba(204, 213, 238, 0.4);
  background-color: #fff;
  cursor: pointer;
}

.ai_list dt {
  position: relative;
  margin: 0 auto;
  width: 94px;
  height: 94px;
  padding: 4px;
  border-radius: 50%;
  border: 1px solid #c59e3f;
}

.ai_list dt span {
  height: 94px;
  background-color: transparent;
  border-radius: 50%;
  display: block;
}

.ai_list li.ai_1 dt span {
  background-image: url("../img/ai_i_1.png");
}

.ai_list li.ai_2 dt span {
  background-image: url("../img/ai_i_2.png");
}

.ai_list li.ai_3 dt span {
  background-image: url("../img/ai_i_3.png");
}

.ai_list li dd {
  padding-top: 30px;
  text-align: center;
}

.ai_list li dd h3 {
  font-size: 20px;
  color: #292b2c;
  padding-bottom: 14px;
  position: relative;
}

.ai_list li dd h3:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background-color: #c59e3f;
}

.ai_list li dd p {
  padding-top: 14px;
  font-size: 16px;
  color: #999;
}

.ai_list li dd p span {
  display: block;
}

.ai_list dl:hover {
  background-color: #d0ba88;
  transition: 0.4s;
}

.ai_list dl:hover h3,
.ai_list dl:hover p {
  color: #fff;
  transition: 0.4s;
}

.ai_list li dl:hover dd h3:after {
  background-color: #fff;
  transition: 0.4s;
}

.ai_list li dl:hover dt span {
  background-color: #fff;
  border-color: #fff;
  transition: 0.4s;
}

.ai_list li dl:hover dt {
  border-color: #fff;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .about_intro {
    padding: 20px 0;
  }

  .ai_panel {
    margin: 14px 0;
  }

  .ai_right {
    padding-left: 0;
    width: 100%;
  }

  .ai_left {
    width: 100%;
    margin: 15px 0;
  }

  .ai_left p {
    font-size: 16px;
  }

  .ai_list {
    margin: -15px 0;
  }

  .ai_list li {
    width: 100%;
    margin: 8px 0;
  }

  .ai_list dl {
    margin: 0;
    padding: 30px 0;
    height: auto;
    border-radius: 8px;
  }

  .ai_list dt {
    width: 68px;
    height: 68px;
  }

  .ai_list dt span {
    height: 68px;
  }

  .ai_list li dd {
    padding-top: 15px;
  }

  .ai_list li dd h3 {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .ai_list li dd p {
    padding-top: 10px;
    font-size: 15px;
  }
}

/* 我们的历程 */
.about_history {
  min-height: 500px;
  background-image: url("../img/bg_3.jpg");
  background-size: cover;
  background-position: bottom;
}

.ah_swiper {
  margin-top: 60px;
}

.ah_panel {
  overflow: hidden;
}

.ah_panel dl {
  position: relative;
  float: left;
  width: 50%;
}

.ah_panel dl:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #aab9c6;
}

.ah_panel dt {
  padding-left: 36px;
  position: relative;
  height: 300px;
}

.ah_panel dt:before,
.ah_panel dd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  width: 4px;
  background-color: #aab9c6;
}

.ah_panel dd {
  margin-left: 126px;
  padding-left: 36px;
  position: relative;
  height: 300px;
}

.ah_panel dd:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #aab9c6;
}

.ah_year {
  font-size: 28px;
  font-family: Arial;
  font-weight: bold;
}

.ah_brief span {
  position: relative;
  margin: 8px 0;
  display: block;
}

.ah_brief u {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #000;
}

.ah_brief em {
  padding-left: 38px;
  font-size: 16px;
  color: #363636;
}

.ah_prev_btn {
  background-image: url("../img/prev_btn_1.png");
  width: 64px;
  height: 64px;
  border-radius: 50%;
  top: 34%;
}

.ah_next_btn {
  background-image: url("../img/next_btn_1.png");
  width: 64px;
  height: 64px;
  border-radius: 50%;
  top: 34%;
}

.ah_swiper .swiper-button-next:after,
.ah_swiper .swiper-button-prev:after {
  display: none;
}

.ah_swiper .swiper-button-next.swiper-button-disabled,
.ah_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .about_history {
    padding: 20px 0;
    min-height: auto;
  }

  .ah_swiper {
    margin-top: 15px;
  }

  .ah_panel dl {
    width: 100%;
    float: none;
  }

  .ah_panel dl:before {
    display: none;
  }

  .ah_panel dt {
    padding-left: 16px;
    height: auto;
    margin: 15px 0;
  }

  .ah_panel dt:before,
  .ah_panel dd:before {
    height: 30px;
    width: 2px;
  }

  .ah_panel dd {
    margin-left: 0;
    padding-left: 16px;
    height: auto;
  }

  .ah_panel dd:after {
    display: none;
  }

  .ah_year {
    font-size: 16px;
  }

  .ah_brief u {
    font-size: 16px;
  }

  .ah_prev_btn {
    width: 48px;
    height: 48px;
  }

  .ah_next_btn {
    width: 48px;
    height: 48px;
  }

  .ah_brief em {
    font-size: 16px;
  }
}

/* 我们的团队 */
.about_team {
  background-color: #353637;
}

.at_list {
  overflow: hidden;
  margin: 50px -10px 0;
}

.at_list li {
  float: left;
  width: 33.33%;
}

.at_list dl {
  position: relative;
  margin: 0 10px;
  padding: 30px;
  min-height: 300px;
  border-radius: 10px;
  background-image: url("../img/at_bg_1.png");
}

.at_list dl h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  font-family: PingFangSC;
}

.at_list dl p {
  font-size: 16px;
  color: #999;
  font-family: PingFangSC;
}

.at_list dl h6 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 160px;
}

.at_list dl h6 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_team {
    padding: 20px 0;
  }

  .at_list {
    margin: 0;
  }

  .at_list li {
    margin: 15px 0;
    width: 100%;
    float: none;
  }

  .at_list dl {
    margin: 0;
    padding: 15px;
    min-height: 220px;
    border-radius: 8px;
  }

  .at_list dl h3 {
    font-size: 18px;
  }

  .at_list dl h6 {
    width: 120px;
    height: 120px;
  }
}

/* 我们的荣誉与资质 */
.aq_panel {
  position: relative;
  margin: 50px 15px 0;
}

.aq_tab {
  border-bottom: 1px solid #ececec;
  font-size: 0;
}

.aq_tab li {
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 50px;
  position: relative;
  font-size: 16px;
  color: #292b2c;
  cursor: pointer;
  transition: 0.4s;
}

.aq_line {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 2px solid #c59e3f;
}

.aq_swiper_con {
  height: 520px;
  position: relative;
}

.asc_swiper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.asc_swiper.on {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}

.asc_swiper dl {
  margin: -8px;
  padding: 20px;
  height: 520px;
  overflow-y: auto;
}

.asc_swiper dd {
  float: left;
  width: 16.66%;
}

.asc_swiper dd p {
  font-size: 0;
  margin: 8px;
  padding: 14px 20px;
  box-shadow: 8px 8px 18px rgba(71, 86, 108, 0.15);
}

.asc_swiper dd p img {
  width: 100%;
}

.asc_swiper .swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 0;
  transform: skewX(-20deg);
  background-color: #efefef;
  opacity: 1;
}

.asc_swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.asc_swiper .swiper-pagination-bullet-active {
  background-color: #c59e3f;
}

.asc_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .about_qualification {
    padding: 20px 0;
  }

  .aq_panel {
    margin: 15px 0;
  }

  .aq_tab {
    overflow: auto;
    white-space: nowrap;
  }

  .aq_tab li {
    padding-bottom: 5px;
    font-size: 16px;
  }

  .aq_swiper_con {
    height: 600px;
  }

  .asc_swiper {
    padding-bottom: 15px;
  }

  .asc_swiper dl {
    margin: -8px;
    padding: 20px;
  }

  .asc_swiper dd {
    width: 33.33%;
  }

  .asc_swiper dd p {
    margin: 8px;
    padding: 10px;
  }
}

/* about_contact---page */
.ac_panel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px 0;
}

.ac_left {
  width: 60%;
}

.ac_right {
  width: 40%;
}

.ac_left dl {
  padding-left: 70px;
  margin: 32px 0;
}

.ac_left dt {
  position: relative;
}

.ac_left dt span {
  font-size: 20px;
  color: #363636;
}

.ac_left dt i {
  position: absolute;
  left: -36px;
  top: 6px;
  width: 26px;
  height: 20px;
  background-size: contain;
}

.ac_left dd {
  font-size: 16px;
  color: #999;
}

.ac_right dl {
  width: 394px;
  font-size: 0;
}

.ac_right dl img {
  width: 100%;
}

.ac_1 {
  background-image: url("../img/ac_i_1.png");
}

.ac_2 {
  background-image: url("../img/ac_i_2.png");
}

.ac_3 {
  background-image: url("../img/ac_i_3.png");
}

.ac_map {
  font-size: 0;
  margin: 40px 0;
}

.ac_map img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about_contact {
    padding: 20px 0;
  }

  .ac_panel {
    margin: 24px 0;
    flex-direction: column;
  }

  .ac_left {
    width: 100%;
  }

  .ac_right {
    width: 100%;
  }

  .ac_right dl {
    width: 100%;
    text-align: center;
  }

  .ac_right dl img {
    width: 70%;
  }

  .ac_left dl {
    padding-left: 40px;
  }

  .ac_left dt span {
    font-size: 18px;
  }

  .ac_left dt i {
    left: -30px;
    top: 1px;
    width: 24px;
    height: 24px;
  }

  .ac_left dd {
    font-size: 16px;
  }

  .ac_map {
    margin: 24px 0;
  }
}

/* abouot_cooper -- page */
.aco_brief {
  font-size: 20px;
  color: #363636;
  padding: 24px;
}

.aco_panel {
  padding: 30px;
  margin: 10px 0;
  background-color: #fff;
}

.aco_title {
  position: relative;
  top: 2px;
  font-size: 20px;
  color: #292b2c;
  line-height: 1;
}

.aco_title:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #c59e3f;
}

.aco_form {
  margin: 34px 0;
}

.aco_form dl {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.aco_form dt {
  width: 148px;
  display: flex;
  align-items: start;
  justify-content: right;
}

.aco_form dt s {
  color: #ff3333;
  position: relative;
  top: 8px;
  right: 5px;
}

.aco_form dt span {
  font-size: 16px;
  color: #363636;
}

.aco_form dd {
  flex: 1;
  position: relative;
}

.aco_form dd p {
  border: 1px solid #d1d1d1;
}

.aco_form dd p s {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("../img/arr_down_1.png");
  background-size: 14px;
  cursor: pointer;
}

.aco_form dd input {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.aco_form dd textarea {
  height: 164px;
  padding: 0 10px;
  font-size: 16px;
}

.aco_form dd ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  z-index: 1;
  display: none;
}

.aco_form dd li {
  font-size: 16px;
  padding: 8px 14px;
  border-top: 1px solid #fff;
  cursor: pointer;
}

.aco_form dd li:hover {
  color: #c59e3f;
  transition: 0.4s;
}

.aco_form dd li:first-child {
  border-top: none;
}

.aco_form dl.submit dd {
  width: 120px;
  background-color: #c59e3f;
  color: #fff;
  text-align: center;
  flex: none;
  margin-left: 148px;
}

.aco_form dl.submit dd p {
  border: none;
}

.aco_form dl.submit dd p input {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .about_cooper {
    padding: 20px 0;
  }

  .aco_brief {
    font-size: 16px;
    padding: 24px 0;
  }

  .aco_panel {
    padding: 14px;
    margin: 0;
  }

  .aco_title {
    font-size: 16px;
  }

  .aco_title:before {
    left: -15px;
    width: 5px;
    height: 20px;
  }

  .aco_form {
    margin: 14px 0;
  }

  .aco_form dl {
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0;
  }

  .aco_form dt {
    width: auto;
    justify-content: left;
    margin-bottom: 10px;
  }

  .aco_form dt span {
    font-size: 14px;
  }

  .aco_form dt s {
    top: 2px;
    right: 4px;
  }

  .aco_form dd {
    flex: none;
    width: 100%;
  }

  .aco_form dd input {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }

  .aco_form dd textarea {
    height: 104px;
    font-size: 14px;
  }

  .aco_form dd ul {
    top: 34px;
  }

  .aco_form dd li {
    font-size: 14px;
    padding: 5px 10px;
  }

  .aco_form dl.submit dd {
    width: 100%;
    margin: 0;
  }

  .aco_form dl.submit dd p input {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}

/* about_join -- page */
.aj_brief {
  text-align: center;
  margin: 20px 0 40px;
}

.aj_brief span {
  display: block;
  font-size: 16px;
  color: #363636;
}

.aj_intro {
  font-size: 16px;
  color: #999;
  margin: 14px 0;
  text-align: center;
}

.aj_panel {
  overflow: hidden;
  margin: 36px 14px 0;
}

.aj_left {
  float: left;
  width: 210px;
}

.aj_list {
  border: 1px solid #ececec;
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 0;
}

.aj_list li {
  position: relative;
  left: 0;
  padding: 12px 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aj_list li span {
  font-size: 20px;
  color: #292b2c;
}

.aj_list li s {
  width: 8px;
  height: 12px;
  margin-left: 3px;
  background-image: url("../img/arr_right_1.png");
  opacity: 0;
}

.aj_list li:hover,
.aj_list li.on {
  background-color: #c59e3f;
  left: 12px;
  border-radius: 5px;
  transition: 0.4s;
}

.aj_list li:hover span,
.aj_list li.on span {
  color: #fff;
  border-radius: 5px;
  transition: 0.4s;
}

.aj_list li:hover s,
.aj_list li.on s {
  opacity: 1;
  transition: 0.4s;
}

.aj_right {
  margin-left: 240px;
  padding: 20px 30px;
  border: 1px solid #ececec;
  background-color: #fff;
  border-radius: 8px;
}

.aj_content {
  display: none;
}

.aj_content dt {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.aj_content dt span {
  font-size: 20px;
  color: #292b2c;
}

.aj_content dt s {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("../img/arr_down_2.png");
  background-size: 14px;
}

.aj_content dd {
  display: none;
}

.aj_content p {
  color: #5a5a55;
  font-size: 16px;
  padding: 5px 0;
}

.aj_content span {
  color: #333;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .about_join {
    padding: 24px 0;
  }

  .aj_brief {
    margin: 30px 0;
    text-align: left;
  }

  .aj_brief span {
    font-size: 16px;
    margin: 12px 0;
  }

  .aj_intro {
    font-size: 16px;
    margin: 14px 0;
  }

  .aj_panel {
    margin: 34px 0;
  }

  .aj_left {
    float: none;
    width: 100%;
  }

  .aj_list {
    padding: 8px 0;
    overflow-x: auto;
    white-space: nowrap;
  }

  .aj_list li {
    padding: 8px 12px;
    margin: 0;
    display: inline-block;
  }

  .aj_list li span {
    font-size: 16px;
  }

  .aj_list li s {
    width: 8px;
    height: 12px;
    margin-left: 3px;
  }

  .aj_list li:hover,
  .aj_list li.on {
    left: 0;
  }

  .aj_right {
    margin: 10px 0;
    padding: 14px;
  }

  .aj_content dt {
    padding: 10px 0;
  }

  .aj_content dt span {
    font-size: 16px;
  }

  .aj_content p {
    font-size: 15px;
    padding: 12px 0;
  }

  .aj_content span {
    font-size: 16px;
  }
}

/* abouot_cooper_new -- page */

.acs_brief {
  font-size: 20px;
  color: #363636;
  padding: 24px 0;
}

.acs_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px -18px;
}

.acs_panel li {
  width: 20%;
}

.acs_panel li dl {
  height: 94px;
  padding: 20px 0;
  border-radius: 10px;
  margin: 0 18px;
  background-color: #fff;
}

.acs_panel li dt {
  width: 58px;
  height: 58px;
  margin: 0 auto;
  font-size: 0;
}

.acs_panel li dt img {
  width: 100%;
}

.acs_panel li dd {
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  padding-top: 10px;
}

.acp_panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 60px auto;
}

.acp_panel li {
  position: relative;
  height: 146px;
  width: 25%;
}

.acp_panel li:nth-child(1) {
  background-image: url("../img/coop/co_process_bg_1.png");
}

.acp_panel li:nth-child(2) {
  background-image: url("../img/coop/co_process_bg_2.png");
}

.acp_panel li:nth-child(3) {
  background-image: url("../img/coop/co_process_bg_3.png");
}

.acp_panel li:nth-child(4) {
  background-image: url("../img/coop/co_process_bg_4.png");
}

.acp_panel li dl {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.acp_panel li dt {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.acp_panel li dd {
  font-size: 16px;
  color: #000;
  padding-top: 10px;
}

.acj_panel {
  margin: 60px 0;
  background-color: #fff;
  padding: 48px 40px;
  display: flex;
}

.acj_left,
.acj_right {
  width: 50%;
  box-sizing: border-box;
}

.acj_right {
  padding-left: 84px;
}

.acj_left {
  padding-right: 84px;
}

.acj_title {
  font-size: 20px;
  color: #000;
}

.acj_form {
  margin: 24px 0 0;
}

.acj_form dl {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.acj_form dt {
  width: 148px;
  display: flex;
  align-items: start;
  justify-content: right;
}

.acj_form dt s {
  color: #ff3333;
  position: relative;
  top: 8px;
  right: 5px;
}

.acj_form dt span {
  font-size: 16px;
  color: #363636;
}

.acj_form dd {
  flex: 1;
  position: relative;
}

.acj_form dd p {
  border: 1px solid #d1d1d1;
}

.acj_form dd p s {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-image: url("../img/arr_down_1.png");
  background-size: 14px;
  cursor: pointer;
}

.acj_form dd p i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  font-size: 14px;
  text-align: center;
  color: #ff3333;
  cursor: pointer;
}

.acj_form dd input {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 28px;
}

.acj_form dd ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  border: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  z-index: 1;
  display: none;
}

.acj_form dd li {
  font-size: 16px;
  padding: 8px 14px;
  border-top: 1px solid #fff;
  cursor: pointer;
}

.acj_form dd li:hover {
  color: #c59e3f;
  transition: 0.4s;
}

.acj_form dd li:first-child {
  border-top: none;
}

.acj_form dl.submit dd {
  width: 120px;
  background-color: #222629;
  color: #fff;
  text-align: center;
  flex: none;
}

.acj_form dl.submit dd p {
  border: none;
}

.acj_form dl.submit dd p input {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
}

.acj_contact {
  padding: 34px 0;
}

.acj_contact dt {
  font-size: 16px;
  color: #000;
}

.acj_contact dd {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.acj_contact dd img {
  width: 28px;
  height: 28px;
}

.acj_contact dd span {
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .acs_brief {
    font-size: 14px;
    padding: 14px 0 28px;
  }

  .acs_panel {
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
  }

  .acs_panel li {
    width: 33.33%;
  }

  .acs_panel li dl {
    height: 86px;
    padding: 20px 0 0;
    border-radius: 5px;
    margin: 4px;
  }

  .acs_panel li dt {
    width: 38px;
    height: 38px;
  }

  .acs_panel li dd {
    font-size: 12px;
    padding-top: 8px;
  }

  .acp_panel {
    justify-content: center;
    width: auto;
    margin: 24px 0;
  }

  .acp_panel li {
    height: 68px;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    background-size: contain;
  }

  .acp_panel li dt {
    width: 24px;
    height: 24px;
  }

  .acp_panel li dd {
    font-size: 12px;
    padding-top: 4px;
    white-space: nowrap;
  }

  .acj_panel {
    margin: 30px 0;
    padding: 28px 20px;
    flex-direction: column;
  }

  .acj_left,
  .acj_right {
    width: 100%;
    margin: 14px 0;
  }

  .acj_right {
    padding-left: 0;
  }

  .acj_left {
    padding-right: 0;
  }

  .acj_title {
    font-size: 16px;
  }

  .acj_form {
    margin: 14px 0 0;
  }

  .acj_form dl {
    margin: 14px 0;
  }

  .acj_form dt {
    width: 148px;
    display: flex;
    align-items: start;
    justify-content: right;
  }

  .acj_form dt s {
    color: #ff3333;
    position: relative;
    top: 8px;
    right: 5px;
  }

  .acj_form dt span {
    font-size: 16px;
    color: #363636;
  }

  .acj_form dd {
    flex: 1;
    position: relative;
  }

  .acj_form dd p {
    border: 1px solid #d1d1d1;
  }

  .acj_form dd p s {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    background-image: url("../img/arr_down_1.png");
    background-size: 14px;
    cursor: pointer;
  }

  .acj_form dd p i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    font-size: 14px;
    text-align: center;
    color: #ff3333;
    cursor: pointer;
  }

  .acj_form dd input {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 28px;
    box-sizing: border-box;
  }

  .acj_form dd ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    border: 1px solid #d1d1d1;
    background-color: #d1d1d1;
    z-index: 1;
    display: none;
  }

  .acj_form dd li {
    font-size: 14px;
    padding: 4px 8px;
  }

  .acj_form dl.submit dd {
    width: 104px;
    height: 36px;
    line-height: 36px;
  }

  .acj_form dl.submit dd p input {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }

  .acj_contact_box {
    display: flex;
    align-items: center;
    margin: 24px 0;
  }

  .acj_contact {
    width: 50%;
    padding: 0;
  }

  .acj_contact dt {
    font-size: 14px;
  }

  .acj_contact dd {
    margin-top: 8px;
  }

  .acj_contact dd img {
    width: 18px;
    height: 18px;
  }

  .acj_contact dd span {
    padding-left: 6px;
  }
}

/* 新闻资讯 */

.an_list {
  margin: 40px -20px;
  overflow: hidden;
}

.an_list li {
  float: left;
  width: 50%;
}

.an_list dl {
  position: relative;
  margin: 20px;
  height: 304px;
  padding: 46px 40px;
  border: 2px solid #ececec;
  cursor: pointer;
  box-sizing: border-box;
}

.an_list dt h3 {
  font-size: 20px;
  color: #292b2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.an_list dt h6 {
  font-size: 18px;
  color: #999;
}

.an_list dd {
  overflow: hidden;
  margin-top: 20px;
}

.anl_left {
  float: left;
  width: 232px;
}

.anl_left img {
  width: 232px;
  height: 130px;
  display: block;
}

.anl_right {
  margin-left: 232px;
  padding: 0 28px;
}

.anl_right p {
  font-size: 16px;
  max-height: 90px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.anl_right h6 {
  margin-top: 28px;
}

.anl_right h6 a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #c59e3f;
}

.anl_right h6 a img {
  width: 10px;
  height: 16px;
  margin-left: 10px;
}

.an_list dl:hover::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  border-top: 4px solid #c59e3f;
  transition: 0.4s;
}

.about_news .page {
  margin: -20px 0 40px;
}


@media screen and (max-width: 768px) {
  .an_list {
    margin: 8px 0;
  }

  .an_list li {
    width: 100%;
    margin: 8px 0;
  }

  .an_list dl {
    margin: 0;
    padding: 12px;
    height: auto;
  }

  .an_list dt h3 {
    font-size: 16px;
  }

  .an_list dt h6 {
    font-size: 14px;
  }

  .an_list dd {
    margin-top: 5px;
  }

  .anl_left {
    width: 40%;
  }

  .anl_left img {
    height: auto;
    width: 100%;
    display: inline;
  }

  .anl_right {
    margin-left: 40%;
    padding: 0 8px;
  }

  .anl_right p {
    font-size: 14px;
    max-height: none;
  }

  .anl_right h6 {
    margin-top: 5px;
  }

  .anl_right h6 a {
    font-size: 14px;
    justify-content: right;
  }

  .about_news .page {
    margin: 14px 0 24px;
  }
}