
@charset "utf-8";

/* CSS Document */

.mlist.project .container_category a {
  margin-right: 0px;
  text-align: center;
}

.mlist.project .container_category a::after {
  right: 10px;
}

/* 2021/05/24 yyq 修改 */
.agent-pc .ad01 .item_block {
  background-color: #569f9a;
}

.agent-pc #sitecontent .ad01 .item_block .item_wrapper .title,
.agent-pc .ad01 .subtitle {
  color: #fff;
}
/* 2021/05/24 yyq 修改 */

/* 2021/06/07 yyq 修改 */
.contactlist {
  display: flex;
  flex-direction: column-reverse;
}

.agent-pc #mcontact #contactinfo .ff_social,
.agent-pc #mcontact #contactinfo .contact_fax {
  display: none;
}

.agent-pc #contactinfo .contact_name {
  text-align: center;
}

#mcontact #contactinfo {
  margin-top: 70px;
}

#indexPage #topSlider ul.content_list {
  transform: none !important;
  transition: none !important;
}
/* 2021/06/07 yyq 修改 */
