/* header start */
.max-width {
  width: min(1260px, 100% - 30px);
}
.line {
  width: 1px;
  height: 39px;
  background: #FEC745;
}
.pc-header {
  height: 100px;
  width: 100%;
  background: #FBB714;
  box-shadow: 0px 2px 10px 0px rgba(199,199,199,0.5);
}
.pc-header-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.pc-header-content .pc-header-icon .icon-block {
  width: 226px;
  height: 135px;
  background: #d34b3d;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.pc-header-content .pc-header-icon .icon-block b {
  margin-top: 15px;
}
.pc-header-content .pc-header-icon .icon-block .iconfont {
  font-size: 50px;
  font-weight: bold;
  margin-top: -15px;
}

.pc-header-content .pc-header-function {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}
.pc-header-content .pc-header-function .line {
  margin: 0 27px 0 20px;
}
.pc-header-search {
  cursor: pointer;
  padding: 5px;
}
.pc-header-content .pc-header-function ul li a.active {
  color: #2D2D2D;
}
.pc-header-content .pc-header-function ul li a {
  color: #fff;
}
.pc-header-content .pc-header-function ul li {
  font-size: 14px;
  font-family: Arial, Arial;
  font-weight: 900;
  color: #FFFFFF;
  line-height: 19px;
  padding: 7px;
  margin-right: 10px;
}
.pc-header-content .pc-header-function ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.pc-header-content .m-header-menu,.m-header-close {
  display: none;
}
.mobile_menu {
  display: none;
}
/* header end */

/* content start */
.content {
  padding-top: 65px;
  margin: 0 auto;
}
.content-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content-info-container {
  width: calc(100% - 322px - 40px);
  flex-shrink: 0;
}
.content-info-side {
  width: auto;
  margin-left: 40px;
}

.content-block {
  width: 100%;
}
.content-block .content-block-head {
  width: 100%;
  border: 2px solid #FBB714;
  font-size: 18px;
  font-weight: bold;
  color: #2D2D2D;
  font-family: 'American Typewriter';
  padding: 10px 40px;
  box-sizing: border-box;
}
.content-block .content-block-context {
  margin-top: 28px;
}

.point-context {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.point-context .point-right {
  width: 35%;
}

.point-context .point-left {
  width: 63%;
  margin-left: 20px;
}

.point-context .point-right img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}
.point-context .point-right .block-title {
  font-size: 26px;
  line-height: 49px;
}

.block-title {
  font-family: 'American Typewriter';
  color: #2D2D2D;
}
.block-text {
  color: #6D6D6D;
  line-height: 18px;
  font-size: 14px;
  margin-top: 10px;
}
.point-left .block-title {
  font-size: 24px;
  line-height: 36px;
}
.point-left-point {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.point-left-point > div {
  margin-left: 14px;
}
.point-left-point > img {
  width: 140px;
  height: 157px;
  object-fit: cover;
  flex-shrink: 0;
}
.point-left .point-left-point-container:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.point-left-point-container {
  border-bottom: 18px solid #D8D8D8;
  padding-bottom: 22px;
  margin-bottom: 22px;
}
.point-left-list {
  display: flex;
  justify-content: space-between;
}

.point-left-list .point-left-item {
  width: 48%;
}
.point-left-list .block-title {
  font-size: 16px;
  line-height: 20px;
}
.second-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.second-area-item {
  flex-basis: calc((100% - 16px * 2) / 3);
  margin-bottom: 16px;
  margin-right: 16px;
}
.second-area-item a {
  display: block;
}
.second-area-item:nth-child(3n) {
  margin-right: 0;
}

.second-area-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.second-area-item .block-title {
  margin-top: 10px;
}
/* content end */

/* fixed start */
.content-info-side .second-area-item {
  flex-basis: 100%;
  border-bottom: 18px solid #D8D8D8;
  padding-bottom: 30px;
  margin-right: 0;
}

.content-info-side .second-area-item img {
  width: 100%;
  height: 182px;
}

.content-fixed-area-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-fixed-area-item {
  flex-basis: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.content-fixed-area-item:nth-child(2n) {
  margin-right: 0;
}
.content-fixed-area-item img {
  width: 100%;
  height: 90px;
  object-fit: cover;
}
.content-fixed-area-item .block-title {
  margin-top: 10px;
}
.content-fixed-area-item .block-text {
  margin-bottom: 10px;
  margin-top: 15px;
}

.footer {
  height: 153px;
  background: #313131;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

.footer p {
  font-size: 14px;
  font-weight: 400;
  color: #ABABAB;
  line-height: 27px;
}
.footer p a {
  color: #ABABAB;
}
.footer p a::after {
  content: '|';
  padding-left: 10px;
  padding-right: 5px;
}
.footer p a:last-child::after {
  content: '';
}