/******************css重设 ,css reset************************/
body {
  font-family: \5FAE\8F6F\96C5\9ED1, arial, tahoma, Verdana, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #666;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
span,
blockquote,
table,
th,
td,
embed,
object,
a,
textarea {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

fieldset,
img,
iframe {
  border: 0;
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  resize: none;
  -webkit-appearance: none;
}

abbr,
acronym {
  border: 0;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #333;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

cite,
em,
dfn {
  font-style: italic;
}

input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  -webkit-appearance: none;
}

input[type='text'] {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

/* .inlineb{display:inline-block;*display:inline;*zoom:1;} */
/* .clearfix {*overflow: hidden; *zoom:1;clear:both; } */
/* .clearfix:after { display: table; content: ""; width: 0; clear: both;} */
::-ms-clear,
::-ms-reveal {
  display: none;
}

.ios-scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.iconfont {
  font-size: 16px;
}

.numfontFamily {
  font-family: Arial;
}

.rc {
  /*要设置滚动条的容器样式*/
}

.rc::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.rc::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.rc::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #EDEDED;
}

.rc {
  overflow-y: auto;
  scrollbar-color: #000 #EDEDED;
  scrollbar-width: thin;
}

* {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --swiper-theme-color: #EBB500;
}

* {
  -webkit-tap-highlight-color: transparent;
  /*手机选中，点击高亮*/
}

/* 站点公共样式 */
.hr_outBox {
  width: 1400px;
  margin: 0 auto;
}

.hr_inBox {
  width: 100%;
}

.hr_color {
  color: #C39639;
}

/* .scrollbot-scrollbar-holder{background-color:#D8D8D8!important;}
.scrollbot-scrollbar{ background-color:#A5CC2E!important; }
.scrollbot-outer-parent{ z-index:20!important; }
.mCSB_scrollTools .mCSB_draggerRail{background-color: hsl(156, 26%, 96%)!important; width: 5px!important;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #A5CC2E!important;width: 5px!important; } */
.hr_page {
  margin-top: 20px;
}

.hr_page .crc-pub-page-num,
.z-page .crc-pub-page-enter,
.z-page .crc-pub-page-next {
  background: #fff;
  border-color: #E8E8E8;
  border-radius: 100%;
  height: 48px;
  width: 48px;
  overflow: hidden;
  line-height: 48px;
  text-align: center;
  padding: 0;
}

.hr_page .crc-pub-page {
  padding: 40px 0 0;
}

.hr_page .crc-pub-page-text {
  height: 48px;
  width: 100px;
  border-radius: 24px;
}

.hr_page .crc-pub-page-span {
  color: #666;
}

.hr_page .crc-pub-page-sel {
  border: 1px solid #EE7800;
  background: #EE7800;
  color: #fff !important;
  border-radius: 100%;
}

.hr_page .crc-pub-page-enter,
.z-page .crc-pub-page-enter:hover,
.z-page .crc-pub-page-next:hover {
  color: #fff !important;
  background: #EE7800;
}

.hr_page .crc-pub-page-num:hover {
  border-color: #EE7800 !important;
  background: #EE7800;
  color: #fff !important;
}

.hr_page .crc-pub-page-prev,
.z-page .crc-pub-page-next,
.z-page .crc-pub-page-enter {
  width: 100px;
  border-radius: 24px;
}

.hr_c3 {
  color: #333;
}

.hr_c6 {
  color: #666;
}

.hr_c9 {
  color: #999;
}

.hr_cc {
  color: #ccc;
}

.hr_cf {
  color: #fff;
}

.hr_bce5 {
  background: #E5E5E5;
}

.hr_bcd5 {
  background: #D8D8D8;
}

.hr_bcfa {
  background: #FAFAFA;
}

.hr_bcf2 {
  background: #F2F2F2;
}

.hr_position_r {
  position: relative;
}

.hr_position_a {
  position: absolute;
}

.hr_pcshow {
  display: block;
}

.hr_mshow {
  display: none;
}

/* 字体加粗，单独设置字体颜色 */
/* .hr_fb{ font-weight: bold; } */
/* 标题加粗 */
.hr_t-fb {
  color: #333;
  /* font-weight: bold; */
}



/* 字号 不同分辨率下统一调整*/
.hr_fs48 {
  font-size: 48px;
  /* line-height: 56px; */
  line-height: calc(56 / 48);
}

.hr_fs32 {
  font-size: 32px;
  line-height: 36px;
  /* line-height: calc(36/ 32); */
}

.hr_fs24 {
  font-size: 24px;
  /* line-height: 32px; */
  line-height: calc(32 / 24);
}

.hr_fs40 {
  font-size: 40px;
  line-height: 48px;
}

.hr_fs20 {
  font-size: 20px;
  /* line-height: 28px; */
  line-height: calc(28 / 20);

}

.hr_fs18-h26 {
  font-size: 18px;
  /* line-height: 26px; */
  line-height: calc(26 / 18);
}

.hr_fs18-h32 {
  font-size: 18px;
  /* line-height: 32px; */
  line-height: calc(32 / 18);
}

.hr_fs18-h36 {
  font-size: 18px;
  /* line-height: 36px; */
  line-height: calc(38 / 18);
}

.hr_fs16 {
  font-size: 16px;
  /* line-height: 32px; */
  line-height: calc(32 / 16);
}

.hr_fs14 {
  font-size: 14px;
}

/* 大标题下的间距 */
.hr_t-mb40 {
  margin-bottom: 40px;
}


/* margin */
.hr_m160 {
  margin: 160px 0;
}

.hr_mt160 {
  margin-top: 160px;
}

.hr_mb160 {
  margin-bottom: 160px;
}

.hr_m80 {
  margin: 80px 0;
}

.hr_mt40 {
  margin-top: 40px;
}

.hr_mt80 {
  margin-top: 80px;
}

.hr_mb80 {
  margin-bottom: 80px;
}

.hr_m64 {
  margin: 64px 0;
}

.hr_mb64 {
  margin-bottom: 64px;
}

.hr_mt64 {
  margin-top: 64px;
}

.hr_m60 {
  margin: 60px 0;
}

.hr_mb60 {
  margin-bottom: 60px;
}

.hr_mt60 {
  margin-top: 60px;
}


.hr_mt48 {
  margin-top: 48px;
}

.hr_mb48 {
  margin-bottom: 48px;
}

.hr_m48 {
  margin: 48px 0;
}

/* padding */
.hr_p160 {
  padding: 160px 0;
}

.hr_pt160 {
  padding-top: 160px;
}

.hr_pb160 {
  padding-bottom: 160px;
}

.hr_p120 {
  padding: 120px 0;
}

.hr_pt120 {
  padding-top: 120px;
}

.hr_pb120 {
  padding-bottom: 120px;
}

.hr_p80 {
  padding: 80px 0;
}

.hr_pt80 {
  padding-top: 80px;
}

.hr_pb80 {
  padding-bottom: 80px;
}

.hr_p64 {
  padding: 64px 0;
}

.hr_pt64 {
  padding-top: 64px;
}

.hr_pb64 {
  padding-bottom: 64px;
}

.hr_p60 {
  padding: 60px 0;
}

.hr_pt60 {
  padding-top: 60px;
}

.hr_pb60 {
  padding-bottom: 60px;
}

.hr_pt56 {
  padding-top: 56px;
}

.hr_p48 {
  padding: 48px 0;
}

.hr_pt48 {
  padding-top: 48px;
}

.hr_pb48 {
  padding-bottom: 48px;
}

.hr_p40 {
  padding: 40px 0;
}

.hr_pt40 {
  padding-top: 40px;
}

.hr_pb40 {
  padding-bottom: 40px;
}

.hr_mb40 {
  margin-bottom: 40px;
}

/* 限制行在字号大小前，字号有不同的行高，考虑是否不要限制行高与高度 */
.hr_oneRow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hr_twoRow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-height: 3.0em; 设置最大高度为行高的两倍 */
  /* line-height: 1.5em; 设置行高 */
}

.hr_threeRow {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  /* max-height: 4.5em; 设置最大高度为行高的两倍 */
  /* line-height: 1.5em; 设置行高 */
}

/*ie class*/
.hr_twoRowIE {
  position: relative;
  line-height: 1.5em;
  max-height: 3em;
  overflow: hidden;
}

.hr_threeRowIE {
  position: relative;
  line-height: 1.5em;
  max-height: 4.5em;
  overflow: hidden;
}

.hr_twoRowIE:after,
.hr_threeRowIE:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 45px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(right, transparent, #fff 55%);
}

@-moz-document url-prefix() {
  .hr_scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #f99c34 #999;
  }

  .hr_scrollbar_t {
    scrollbar-width: thin;
    scrollbar-color: #6A3800 #999;
  }

  .hr_scrollbar_b {
    scrollbar-width: thin;
    scrollbar-color: #333 #999;
  }
}

.hr_scrollbar::-webkit-scrollbar {
  width: 4px;
}

/* æ»šåŠ¨æ¡è½¨é“ */
.hr_scrollbar::-webkit-scrollbar-track {
  background: #999;
}

/* æ»šåŠ¨æ¡æ»‘å— */
.hr_scrollbar::-webkit-scrollbar-thumb {
  background: #f99c34;
  border-radius: 10px;
}

.hr_scrollbar_t::-webkit-scrollbar {
  width: 4px;
}

/* æ»šåŠ¨æ¡è½¨é“ */
.hr_scrollbar_t::-webkit-scrollbar-track {
  background: #999;
}

/* æ»šåŠ¨æ¡æ»‘å— */
.hr_scrollbar_t::-webkit-scrollbar-thumb {
  background: #6A3800;
  border-radius: 10px;
}

.hr_scrollbar_b::-webkit-scrollbar {
  width: 4px;
}

/* æ»šåŠ¨æ¡è½¨é“ */
.hr_scrollbar_b::-webkit-scrollbar-track {
  background: #999;
}

/* æ»šåŠ¨æ¡æ»‘å— */
.hr_scrollbar_b::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

/* flex 布局 */
.hr_f_start {
  display: flex;
  justify-content: flex-start;
}

.hr_f_end {
  display: flex;
  justify-content: flex-end;
}

.hr_f_center {
  display: flex;
  justify-content: center;
}

.hr_f_between {
  display: flex;
  justify-content: space-between;
}

.hr_f_around {
  display: flex;
  justify-content: space-around;
}

.hr_fc_start {
  align-items: flex-start;
}

.hr_fc_end {
  align-items: flex-end;
}

.hr_fc_center {
  align-items: center;
}

.hr_fc_baseline {
  align-items: baseline;
}

.hr_fc_stretch {
  align-items: stretch;
}

.hr_fc_reverse {
  flex-direction: row-reverse;
}

.hr_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr_desc {
  line-height: 1.7;
  text-align: justify;
}

.hr_desc img {
  max-width: 100% !important;
}

.hr_fl {
  float: left;
}

.hr_fr {
  float: right;
}

.hr_tl {
  text-align: left;
}

.hr_tc {
  text-align: center;
}

.hr_tr {
  text-align: right;
}

.hr_ts {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ts {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.hr_overflow {
  overflow: hidden;
}

a:hover img.ts {
  transform: scale(1.1);
}

/* 单页 */
.hr_single {
  overflow: hidden;
  width: 100%;
  line-height: 2;
  color: #666;
}

.hr_single img {
  max-width: 100%;
}

.hr_single p {
  margin-bottom: 15px;
}

.hr_single p img {
  max-width: 100% !important;
  height: auto !important;
}

/* 图片 */
.hr_fullImg {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 0 0 auto;
  /* IE */
  object-fit: scale-down;
  /* FF */
}

.hr_fullImg img {
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  /* IE */
  object-fit: scale-down;
  /* FF */
}

.imgFix {
  width: 100%;
  padding-bottom: 66.6667%;
  position: relative;
}

.imgFix .imgFix_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imgFix .imgFix_in .fullImg {
  width: 100%;
  height: 100%;
}

.custom-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.custom-alert.show {
  opacity: 1;
  visibility: visible;
}

.alert-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.alert-icon {
  font-size: 24px;
  margin-right: 8px;
  margin-bottom: 0;
}

.alert-message {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

/* 鏂板锛氶敊璇彁绀烘牱寮� */
.alert-content.error {
  border: 1px solid #ff4d4f;
}

.alert-icon.error {
  color: #ff4d4f;
}

/* 鏂板锛氭垚鍔熸彁绀烘牱寮� */
.alert-content.success {
  border: 1px solid #52c41a;
  /* 缁胯壊杈规 */
}

.alert-icon.success {
  color: #52c41a;
  /* 缁胯壊鍥炬爣 */
}

.hr_pcShow {
  display: block;
}

.hr_pcShow_inline {
  display: inline-block;
}

.hr_mobileShow {
  display: none;
}

/******************css重设  end ,css reset  end************************/

/* 动效 */
body.pc .fade-in-up,
body.pc .fade-in-down,
body.pc .fade-in-right,
body.pc .fade-in-left {
  opacity: 0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(40px);
    transform: translateZ(0) translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0) translateY(-40px);
    transform: translateZ(0) translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0) translateX(40px);
    transform: translateZ(0) translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(0) translateX(-40px);
    transform: translateZ(0) translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

body.pc .fade-in-up.show {
  opacity: 1;
  animation: fadeInUp 1s ease forwards;
}

body.pc .fade-in-down.show {
  opacity: 1;
  animation: fadeInDown 1s ease forwards;
}

body.pc .fade-in-right.show {
  opacity: 1;
  animation: fadeInRight 1s ease forwards;
}

body.pc .fade-in-left.show {
  opacity: 1;
  animation: fadeInLeft 1s ease forwards;
}

@keyframes more1 {
  0% {
    transform: translateX(-95px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes bb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  20% {
    transform: translate(0, 3px);
    opacity: 1;
  }

  80% {
    transform: translate(0, 10px);
    opacity: 1;
  }

  90% {
    transform: translate(0, 10px);
    opacity: 0;
  }

  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}


@media screen and (max-width: 1480px) {
  .hr_outBox {
    width: 100%;
  }

  .hr_inBox {
    padding: 0 40px;
  }

  /* 字号 */
  .hr_fs48 {
    font-size: 36px;
  }

  .hr_fs32 {
    font-size: 30px;
  }

  .hr_fs24 {
    font-size: 22px;
  }

  .hr_fs40 {
    font-size: 30px;
    line-height: 38px;
  }

  .hr_fs20 {
    font-size: 18px;

  }

  .hr_fs18-h26 {
    font-size: 16px;
  }

  .hr_fs18-h32 {
    font-size: 16px;
  }

  .hr_fs18-h36 {
    font-size: 16px;
  }

  .hr_fs16 {
    font-size: 14px;
  }

  .hr_fs14 {
    font-size: 12px;
  }



  /* 大标题下的间距 */
  .hr_t-mb40 {
    margin-bottom: 32px;
  }

  /* margin */
  .hr_m160 {
    margin: 120px 0;
  }

  .hr_mt160 {
    margin-top: 120px;
  }

  .hr_mb160 {
    margin-bottom: 120px;
  }

  .hr_m80 {
    margin: 60px 0;
  }

  .hr_mt80 {
    margin-top: 60px;
  }

  .hr_mt40 {
    margin-top: 30px;
  }

  .hr_mb80 {
    margin-bottom: 60px;
  }

  .hr_m64 {
    margin: 56px 0;
  }

  .hr_mb64 {
    margin-bottom: 56px;
  }

  .hr_mt64 {
    margin-top: 56px;
  }

  .hr_m60 {
    margin: 48px 0;
  }

  .hr_mb60 {
    margin-bottom: 48px;
  }

  .hr_mt60 {
    margin-top: 48px;
  }


  .hr_mt48 {
    margin-top: 36px;
  }

  .hr_mb48 {
    margin-bottom: 36px;
  }

  .hr_m48 {
    margin: 36px 0;
  }

  /* padding */
  .hr_p160 {
    padding: 120px 0;
  }

  .hr_pt160 {
    padding-top: 120px;
  }

  .hr_pb160 {
    padding-bottom: 120px;
  }

  .hr_p120 {
    padding: 100px 0;
  }

  .hr_pt120 {
    padding-top: 100px;
  }

  .hr_pb120 {
    padding-bottom: 100px;
  }

  .hr_p80 {
    padding: 60px 0;
  }

  .hr_pt80 {
    padding-top: 60px;
  }

  .hr_pb80 {
    padding-bottom: 60px;
  }

  .hr_p64 {
    padding: 56px 0;
  }

  .hr_pt64 {
    padding-top: 56px;
  }

  .hr_pb64 {
    padding-bottom: 56px;
  }

  .hr_p60 {
    padding: 48px 0;
  }

  .hr_pt60 {
    padding-top: 48px;
  }

  .hr_pb60 {
    padding-bottom: 48px;
  }

  .hr_p56 {
    padding: 40px 0;
  }

  .hr_pt56 {
    padding-top: 40px;
  }

  .hr_pb56 {
    padding-bottom: 40px;
  }

  .hr_p48 {
    padding: 36px 0;
  }

  .hr_pt48 {
    padding-top: 36px;
  }

  .hr_pb48 {
    padding-bottom: 36px;
  }

  .hr_p40 {
    padding: 30px 0;
  }

  .hr_pt40 {
    padding-top: 30px;
  }

  .hr_pb40 {
    padding-bottom: 30px;
  }

  .hr_mb40 {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 1366px) {


  /* 字号 */
  .hr_fs48 {
    font-size: 32px;
  }

  .hr_fs32 {
    font-size: 28px;
  }

  .hr_fs24 {
    font-size: 20px;
  }

  /* .hr_fs40{
  font-size: 24px;
  line-height: 32px;
} */
  .hr_fs20 {
    font-size: 18px;

  }

  .hr_fs18-h26 {
    font-size: 16px;
  }

  .hr_fs18-h32 {
    font-size: 16px;
  }

  .hr_fs18-h36 {
    font-size: 16px;
  }

  .hr_fs16 {
    font-size: 14px;
  }

  .hr_fs14 {
    font-size: 12px;
  }

  /* 大标题下的间距 */
  .hr_t-mb40 {
    margin-bottom: 30px;
  }

  /* margin */
  .hr_m160 {
    margin: 100px 0;
  }

  .hr_mt160 {
    margin-top: 100px;
  }

  .hr_mb160 {
    margin-bottom: 100px;
  }

  .hr_m80 {
    margin: 56px 0;
  }

  .hr_mt80 {
    margin-top: 56px;
  }

  .hr_mt40 {
    margin-top: 28px;
  }

  .hr_mb80 {
    margin-bottom: 56px;
  }

  .hr_m64 {
    margin: 48px 0;
  }

  .hr_mb64 {
    margin-bottom: 48px;
  }

  .hr_mt64 {
    margin-top: 48px;
  }

  .hr_m60 {
    margin: 36px 0;
  }

  .hr_mb60 {
    margin-bottom: 36px;
  }

  .hr_mt60 {
    margin-top: 36px;
  }


  .hr_mt48 {
    margin-top: 36px;
  }

  .hr_mb48 {
    margin-bottom: 36px;
  }

  .hr_m48 {
    margin: 36px 0;
  }

  /* padding */
  .hr_p160 {
    padding: 100px 0;
  }

  .hr_pt160 {
    padding-top: 100px;
  }

  .hr_pb160 {
    padding-bottom: 100px;
  }

  .hr_p120 {
    padding: 80px 0;
  }

  .hr_pt120 {
    padding-top: 80px;
  }

  .hr_pb120 {
    padding-bottom: 80px;
  }

  .hr_p80 {
    padding: 56px 0;
  }

  .hr_pt80 {
    padding-top: 56px;
  }

  .hr_pb80 {
    padding-bottom: 56px;
  }

  .hr_p64 {
    padding: 48px 0;
  }

  .hr_pt64 {
    padding-top: 48px;
  }

  .hr_pb64 {
    padding-bottom: 48px;
  }

  .hr_p60 {
    padding: 48px 0;
  }

  .hr_pt60 {
    padding-top: 48px;
  }

  .hr_pb60 {
    padding-bottom: 48px;
  }

  .hr_p56 {
    padding: 40px 0;
  }

  .hr_pt56 {
    padding-top: 40px;
  }

  .hr_pb56 {
    padding-bottom: 40px;
  }

  .hr_p48 {
    padding: 36px 0;
  }

  .hr_pt48 {
    padding-top: 36px;
  }

  .hr_pb48 {
    padding-bottom: 36px;
  }

  .hr_p40 {
    padding: 30px 0;
  }

  .hr_pt40 {
    padding-top: 30px;
  }

  .hr_pb40 {
    padding-bottom: 30px;
  }


}

@media screen and (max-width: 1232px) {
  .hr_outBox {
    width: 100%;
  }

  .hr_inBox {
    padding: 0 16px;
  }

  .hr_fs24 {
    font-size: 18px;
  }

  .hr_fs32 {
    font-size: 24px;
  }

  .hr_fs20 {
    font-size: 16px;
  }
}

@media screen and (max-width: 850px) {
  .hr_p120 {
    padding: 60px 0;
  }

  .hr_fs20 {
    font-size: 16px;
    line-height: 20px;
    /* line-height: calc(28 / 20); */
  }

  .hr_fs24 {
    font-size: 16px;
    line-height: 20px;
  }

  .hr_fs16 {
    font-size: 14px;
    line-height: 24px;
  }

  .hr_t-mb40 {
    margin-bottom: 20px;
  }

  .hr_pt160 {
    padding-top: 80px;
  }

  .hr_mb64 {
    margin-bottom: 32px;
  }

  .hr_pt120 {
    padding-top: 60px;
  }

  .hr_pb120 {
    padding-bottom: 60px;
  }

  .hr_mb80 {
    margin-bottom: 40px;
  }

  .hr_mt80 {
    margin-top: 40px;
  }

  .hr_fs48 {
    font-size: 24px;
    line-height: 28px;
  }

  .hr_fs40 {
    font-size: 24px;
    line-height: 28px;
  }

  .hr_fs32 {
    font-size: 16px;
    line-height: 20px;
  }

  .hr_pt40 {
    padding-top: 20px;
  }

  .hr_fs32 {
    font-size: 24px;
    line-height: 28px;
  }

  .hr_mb60 {
    margin-bottom: 30px;
  }

  .hr_mb40 {
    margin-bottom: 20px;
  }

  .hr_pcShow {
    display: none !important;
  }

  .hr_mobileShow {
    display: block;
  }

  .hr_pcShow_inline {
    display: none !important;
  }
}