* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.h_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  border: none;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
img {
  vertical-align: middle;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.h_head .h_headTop {
  background-color: #fff;
}
.h_head .h_top {
  background-color: #fff;
  padding: 14px 0;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_top .h_L {
  width: 361px;
  height: 59px;
}
.h_head .h_top .h_L img {
  width: 100%;
}
.h_head .h_top .h_R img {
  width: 46px;
}
.h_head .h_top .h_R .h_right {
  margin-left: 14px;
}
.h_head .h_top .h_R .h_right .h_p1 {
  font-size: 20px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #737373;
}
.h_head .h_top .h_R .h_right .h_p2 {
  font-size: 20px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #1B1C1E;
}
.h_head .h_navWeb {
  background: #1B1C1E;
  display: flex;
  justify-content: flex-end;
}
.h_head .h_navWeb ul {
  padding-right: 50px;
}
.h_head .h_navWeb ul li a {
  display: block;
  font-size: 17px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 50px 13px;
}
.h_head .h_navWeb ul li.h_active {
  background: #E52A17;
}
.h_head .h_navWeb ul li:hover {
  background-color: #E52A17;
}
.h_head .h_navapp {
  display: none;
  position: relative;
}
.h_head .h_navapp .h_open {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #E52A17;
  text-align: center;
  cursor: pointer;
}
.h_head .h_navapp .h_open i {
  color: #fff;
  line-height: 40px;
}
.h_head .h_navapp .h_nav {
  display: inline-block;
  position: absolute;
  right: 0;
  background-color: transparent;
  padding: 0;
  z-index: 3;
  pointer-events: none;
}
.h_head .h_navapp .h_nav li {
  box-shadow: inset 3px 0 #737373;
  border-bottom: 2px solid #fff;
  background: #fff;
  padding: 10px 20px;
  transform: translateX(100%);
  transition: transform 0.5s linear;
}
.h_head .h_navapp .h_nav li:nth-child(1) {
  transition-delay: 0ms;
}
.h_head .h_navapp .h_nav li:nth-child(2) {
  transition-delay: 100ms;
}
.h_head .h_navapp .h_nav li:nth-child(3) {
  transition-delay: 200ms;
}
.h_head .h_navapp .h_nav li:nth-child(4) {
  transition-delay: 300ms;
}
.h_head .h_navapp .h_nav li:nth-child(5) {
  transition-delay: 400ms;
}
.h_head .h_navapp .h_nav li:nth-child(6) {
  transition-delay: 500ms;
}
.h_head .h_navapp .h_nav li:nth-child(7) {
  transition-delay: 600ms;
}
.h_head .h_navapp .h_nav li:nth-child(8) {
  transition-delay: 700ms;
}
.h_head .h_navapp .h_nav li:nth-child(9) {
  transition-delay: 800ms;
}
.h_head .h_navapp .h_nav li:nth-child(10) {
  transition-delay: 900ms;
}
.h_head .h_navapp .h_nav li:nth-child(11) {
  transition-delay: 1000ms;
}
.h_head .h_navapp .h_nav li:last-child {
  border: none;
}
.h_head .h_navapp .h_nav li a {
  color: #737373;
  font-family: Arial-Regular, Arial;
}
.h_head .h_navapp .h_nav .h_active {
  box-shadow: inset 3px 0 #e52a17;
  background-color: #ffe9e7;
}
.h_head .h_navapp .h_nav .h_active a {
  color: #E52A17;
}
.h_head .h_navapp .h_show {
  pointer-events: all;
}
.h_head .h_navapp .h_show li {
  transform: translateX(0);
}
.h_head .h_navapp .h_zzc {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100vh;
  display: none;
}
.h_kong {
  height: 110px;
  background-color: #fff;
}
.banner img {
  width: 100%;
}
#h_fy {
  margin: 60px 0;
}
#h_fy .pagination {
  justify-content: normal;
}
#h_fy .pagination li {
  margin-right: 10px;
}
#h_fy .pagination li a,
#h_fy .pagination li span {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #333333;
}
#h_fy .pagination li a:hover,
#h_fy .pagination li span:hover {
  background: #E52A17;
  color: #fff;
}
#h_fy .pagination li.active a,
#h_fy .pagination li.active span {
  background: #E52A17;
  color: #fff;
}
#h_fy .pagination li.disabled {
  opacity: 0;
}
.h_footer .h_footer1 {
  background-color: #212124;
  padding: 100px 0;
}
.h_footer .h_footer1 .h_list {
  align-items: flex-start;
}
.h_footer .h_footer1 .h_list .h_box1 {
  width: 30%;
}
.h_footer .h_footer1 .h_list .h_box1 img {
  margin-bottom: 30px;
  width: 100%;
  max-width: 266px;
}
.h_footer .h_footer1 .h_list .h_box1 .h_iconlist {
  display: flex;
}
.h_footer .h_footer1 .h_list .h_box1 .h_iconlist a {
  display: block;
  margin-right: 20px;
  width: 40px;
}
.h_footer .h_footer1 .h_list .h_box1 .h_iconlist a img {
  width: 100%;
  border-radius: 4px 4px 4px 4px;
}
.h_footer .h_footer1 .h_list .h_box .h_bt {
  font-size: 28px;
  font-family: Arial-Bold, Arial;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}
.h_footer .h_footer1 .h_list .h_box .h_bt::first-letter {
  color: #E52A17;
}
.h_footer .h_footer1 .h_list .h_box2 {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.h_footer .h_footer1 .h_list .h_box2 a {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #EEEEEE;
  margin-bottom: 28px;
}
.h_footer .h_footer1 .h_list .h_box2 a span {
  display: block;
  width: 11px;
  height: 2px;
  background: #fff;
  margin-right: 12px;
}
.h_footer .h_footer1 .h_list .h_box2 a:nth-child(n+2):hover {
  color: #E52A17;
}
.h_footer .h_footer1 .h_list .h_box2 a:nth-child(n+2):hover span {
  background: #E52A17;
}
.h_footer .h_footer1 .h_list .h_box3 {
  width: 30%;
}
.h_footer .h_footer1 .h_list .h_box3 .h_div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.h_footer .h_footer1 .h_list .h_box3 .h_div img {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.h_footer .h_footer1 .h_list .h_box3 .h_div p {
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #EEEEEE;
  line-height: 34px;
}
.h_footer .h_footer2 {
  background: #1B1C1E;
}
.h_footer .h_footer2 .h_bottom {
  padding: 20px 0;
}
.h_footer .h_footer2 .h_bottom p,
.h_footer .h_footer2 .h_bottom p a {
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer2 .h_bottom p a:hover{
    color: #E52A17;
}
@media screen and (max-width: 1280px) {
  .h_head .h_navWeb ul {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_head .h_navWeb ul li a {
    padding: 15px 30px 13px;
  }
  .h_footer .h_footer1 .h_list {
    flex-wrap: wrap;
  }
  .h_footer .h_footer1 {
    padding: 58px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_head .h_headTop {
    box-shadow: 0 1px #ededed;
  }
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navapp {
    display: block;
  }
  .h_head .h_top {
    height: 70px;
    padding: 0;
  }
  .h_kong {
    height: 70px;
  }
  .h_footer .h_footer1 .h_list .h_box1 {
    display: block;
  }
  .h_footer .h_footer1 .h_list .h_box2 {
    display: none;
  }
  .h_footer .h_footer1 .h_list .h_box3 {
    width: 65%;
  }
  .h_footer .h_footer1 .h_list .h_box3 .h_div {
    margin-bottom: 25px;
  }
  .h_footer .h_footer1 .h_list .h_box .h_bt {
    margin-bottom: 30px;
  }
  .banner {
    position: relative;
    height: 300px;
    overflow: hidden;
  }
  .banner img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
.h_footer .h_footer2 .h_bottom{
    flex-direction: column;
    
}
}
@media screen and (max-width: 480px) {
  .h_head .h_top .h_L {
    width: calc(100% - 180px);
    height: auto;
  }
  .h_head .h_top .h_R .h_right {
    margin-left: 8px;
  }
  .h_head .h_top .h_R img {
    width: 30px;
  }
  .h_head .h_top .h_R .h_right .h_p1,
  .h_head .h_top .h_R .h_right .h_p2 {
    font-size: 14px;
  }
  .h_footer .h_footer1 .h_list .h_box1 {
    width: 100%;
  }
  .h_footer .h_footer1 .h_list .h_box3 {
    display: none;
  }
  .h_footer .h_footer1 .h_list .h_box1 .h_iconlist a img {
    margin-bottom: 0;
  }
  #h_fy {
    margin: 30px 0;
  }
  #h_fy .pagination li a,
  #h_fy .pagination li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
