* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #2177C5;
}
.h_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
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;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
img {
  vertical-align: middle;
}
.h_1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
}
.h_1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
html,
body {
  overflow-x: hidden;
  background: #F8F8F8;
}
/*html::-webkit-scrollbar,*/
/*body::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/
.h_head {
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  transition: transform 0.3s ease-out;
}
.h_head.h_headDown {
  transform: translateY(-42px);
}
.h_head.h_headDown .h_navWeb .h_head2 {
  padding: 10px 0;
}
.h_head .h_navWeb .h_head1 {
  background: #F8F8F8;
}
.h_head .h_navWeb .h_head1 .h_1200 {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_navWeb .h_head1 .h_1200 .h_L {
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_head .h_navWeb .h_head1 .h_1200 .h_R a {
  margin-left: 36px;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_head .h_navWeb .h_head1 .h_1200 .h_R a img {
  width: 18px;
  margin-right: 8px;
}
.h_head .h_navWeb .h_head1 .h_1200 .h_R a:hover {
  color: #1258C0;
}
.h_head .h_navWeb .h_head2 {
  padding: 20px 0;
  background: #fff;
  transition: padding 0.3s ease-out;
}
.h_head .h_navWeb .h_head2 .h_1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_head .h_navWeb .h_head2 .h_1200 .h_logo {
  width: 190px;
}
.h_head .h_navWeb .h_head2 .h_1200 .h_logo img {
  width: 100%;
}
.h_head .h_navWeb .h_head2 .h_1200 form {
  width: 50%;
  display: flex;
}
.h_head .h_navWeb .h_head2 .h_1200 form .h_input {
  width: calc(100% - 106px);
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-radius: 6px 0 0 6px;
}
.h_head .h_navWeb .h_head2 .h_1200 form .h_input img {
  width: 20px;
  margin-right: 10px;
}
.h_head .h_navWeb .h_head2 .h_1200 form .h_input input {
  width: calc(100% - 30px);
  height: 40px;
      background-color: #fff;
}
.h_head .h_navWeb .h_head2 .h_1200 form button {
  width: 106px;
  height: 42px;
  background: #F39800;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 0 6px 6px 0;
}
.h_head .h_navWeb .h_head2 .h_1200 .h_R {
  display: flex;
  align-items: center;
}
.h_head .h_navWeb .h_head2 .h_1200 .h_R img {
  width: 48px;
  margin-right: 8px;
}
.h_head .h_navWeb .h_head2 .h_1200 .h_R .h_Tel p {
  white-space: nowrap;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_head .h_navWeb .h_head2 .h_1200 .h_R .h_Tel p span {
  font-size: 15px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: 700;
  color: #666666;
}
.h_head .h_navWeb .h_navList {
  background: #1258C0;
}
.h_head .h_navWeb .h_navList ul {
  display: flex;
}
.h_head .h_navWeb .h_navList ul > li {
  text-align: center;
  width: 16.6667%;
  position: relative;
}
.h_head .h_navWeb .h_navList ul > li::after {
  content: '';
  width: 1px;
  height: 14px;
  opacity: 0.8;
  position: absolute;
  background: #fff;
  right: 0;
  top: calc(50% - 7px);
}
.h_head .h_navWeb .h_navList ul > li:first-child::before {
  content: '';
  width: 1px;
  height: 14px;
  opacity: 0.8;
  position: absolute;
  background: #fff;
  left: 0;
  top: calc(50% - 7px);
}
.h_head .h_navWeb .h_navList ul > li > a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
}
.h_head .h_navWeb .h_navList ul > li > a img {
  width: 30px;
  margin-right: 3px;
}
.h_head .h_navWeb .h_navList ul > li ol {
  position: absolute;
  transition: all 0.2s;
  left: 50%;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
}
.h_head .h_navWeb .h_navList ul > li ol > li {
  background: #FFFFFF;
  padding: 0 12px;
}
.h_head .h_navWeb .h_navList ul > li ol > li a {
  text-align: center;
  min-width: 120px;
  display: block;
  padding: 12px 0;
  color: #3D3D3D;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
}
.h_head .h_navWeb .h_navList ul > li ol > li:last-child a {
  border-bottom: none;
}
.h_head .h_navWeb .h_navList ul > li ol > li.active {
  background: #F8F8F8;
}
.h_head .h_navWeb .h_navList ul > li ol > li:hover {
  background: #F8F8F8;
}
.h_head .h_navWeb .h_navList ul > li:hover ol {
  pointer-events: auto;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, -4px);
}
.h_head .h_navApp {
  position: relative;
  display: none;
}
.h_head .h_navApp .h_navBanner {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4%;
  height: 40px;
}
.h_head .h_navApp .h_navBanner .h_L a {
  margin-right: 36px;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_head .h_navApp .h_navBanner .h_L a img {
  width: 18px;
  margin-right: 8px;
}
.h_head .h_navApp .h_navBanner .h_L a:hover {
  color: #1258C0;
}
.h_head .h_navApp .h_navBanner .h_R {
  width: 22px;
}
.h_head .h_navApp .h_navBanner .h_R img {
  width: 100%;
}
.h_head .h_navApp .h_navTop {
  padding: 10px 12px;
  justify-content: space-between;
}
.h_head .h_navApp .h_navTop .h_logo {
  display: flex;
  align-items: center;
  height: 45px;
}
.h_head .h_navApp .h_navTop .h_logo img {
  height: 100%;
  vertical-align: auto;
  margin-right: 6px;
}
.h_head .h_navApp .h_navTop .h_logo span {
  display: inline-block;
  width: 33px;
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #1258C0;
}
.h_head .h_navApp .h_navTop .h_menu .h_line {
  display: block;
  width: 30px;
  min-height: 3px;
  background-color: #222;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}
.h_head .h_navApp .h_navTop .h_menu .h_line:last-child {
  margin-bottom: 0;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line1 {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line2 {
  opacity: 0;
  transition: ease-in-out 0s;
}
.h_head .h_navApp .h_navTop .h_menu.h_active .h_line3 {
  transform: rotate(-45deg);
  margin-top: -4px;
}
.h_head .h_navApp .h_navList {
  width: 100%;
  position: absolute;
  top: 105px;
  right: -50%;
  transition: right 0.3s;
  z-index: 3;
}
.h_head .h_navApp .h_navList ul {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 50%;
  height: calc(100vh - 64px);
  z-index: 2;
  overflow: auto;
}
.h_head .h_navApp .h_navList ul > li {
  position: relative;
  padding: 0 20px;
}
.h_head .h_navApp .h_navList ul > li > a {
  display: block;
  padding: 10px 0;
  width: 100%;
  font-size: 15px;
}
.h_head .h_navApp .h_navList ul > li i {
  position: absolute;
  padding: 10px;
  transform: rotate(45deg);
  transition: transform 0.3s;
  font-size: 15px;
  right: 10px;
  top: 0;
}
.h_head .h_navApp .h_navList ul > li i.h_gb {
  transform: rotate(0);
}
.h_head .h_navApp .h_navList ul > li ol {
  display: none;
}
.h_head .h_navApp .h_navList ul > li ol li a {
  font-size: 15px;
  display: block;
  padding: 10px 16px;
}
.h_head .h_navApp .h_navList ul > li ol li.active a {
  color: #1258C0;
}
.h_head .h_navApp .h_navList ul > li.h_active {
  background-color: #1258C0;
}
.h_head .h_navApp .h_navList ul > li.h_active > a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active i {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active {
  box-shadow: 0 2px 0 -1px #fff;
}
.h_head .h_navApp .h_navList ul > li.h_active ol li.active a {
  color: #fff;
}
.h_head .h_navApp .h_navList ul .h_language {
  padding: 0 20px;
  position: relative;
}
.h_head .h_navApp .h_navList ul .h_language a {
  display: block;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #3D3D3D;
}
.h_head .h_navApp .h_navList ul .h_language a img {
  width: 26px;
  margin-right: 5px;
}
.h_head .h_navApp .h_navList ul .h_language a:last-child {
  margin-right: 0;
}
.h_head .h_navApp .h_navList ul .h_language a:hover {
  color: #1258C0;
}
.h_head .h_navApp .h_navList ul .h_language a.h_active {
  color: #1258C0;
}
.h_head .h_navApp .h_navList .h_zzc {
  display: none;
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: #00000073;
  z-index: 1;
}
.h_head .h_navApp .h_navList.h_show {
  right: 0;
}
.h_head .h_navApp .h_navList.h_show .h_zzc {
  display: block;
}
.h_kong {
  height: 180px;
  transition: height 0.3s ease-out;
}
.h_kong.h_kong2 {
  height: 118px;
}
#h_mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 198;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.h_appForm {
  display: none;
  position: fixed;
  top: 47%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 199;
  border-radius: 6px;
  text-align: center;
  width: calc(100% - 80px);
  padding: 20px 16px;
}
.h_appForm img {
  width: 190px;
}
.h_appForm input {
  margin: 20px 0;
  background: #F8F8F8;
  height: 44px;
  width: 100%;
  padding: 0 8px;
  font-size: 15px;
  border-radius: 6px 6px 6px 6px;
}
.h_appForm button {
  width: 126px;
  color: #fff;
  height: 42px;
  font-size: 15px;
  background: #F39800;
  border-radius: 6px 6px 6px 6px;
}
.h_banner {
  margin-top: 24px;
}
.h_banner .mySwiper1 {
  border-radius: 6px;
}
.h_banner .mySwiper1 img {
  width: 100%;
}
.h_banner .mySwiper1 .swiper-pagination {
  display: inline-block;
  width: auto;
  left: auto;
  right: 20px;
}
.h_banner .mySwiper1 .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.5;
}
.h_banner .mySwiper1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.h_ggTitle {
  display: flex;
  align-items: center;
}
.h_ggTitle .h_L {
  display: flex;
  align-items: center;
  background: #1258C0;
  border-radius: 6px 0 0 6px;
  padding: 0 28px 0 15px;
  position: relative;
  margin-right: 80px;
  font-size: 0;
}
.h_ggTitle .h_L::after {
  position: absolute;
  content: '';
  font-size: 0;
  width: 5px;
  top: 0;
  right: -67px;
  width: 46px;
  border-left: 21px solid #1258C0;
  border-top: 50px solid transparent;
}
.h_ggTitle .h_L::before {
  position: absolute;
  content: '';
  top: 0;
  right: -36px;
  width: 8px;
  height: 100%;
  border-left: 5px solid #85A8DC;
  border-right: 1px solid #85A8DC;
  transform: skewX(21deg);
}
.h_ggTitle .h_L img {
  width: 35px;
  margin-right: 4px;
}
.h_ggTitle .h_L p {
  white-space: nowrap;
  font-size: 23px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.h_ggTitle .h_R {
  width: 100%;
  max-width: calc(100% - 260px);
  display: flex;
  align-items: center;
  height: 50px;
  box-shadow: inset 0 -1px #1258C0;
}
.h_ggTitle .h_R .h_alist {
  width: calc(100% - 72px);
  overflow-y: hidden;
  white-space: nowrap;
}
.h_ggTitle .h_R .h_alist.h_alist2{
    display: flex;
    justify-content: space-around;
}
.h_ggTitle .h_R .h_alist.h_alist2 a{margin:0;}
.h_ggTitle .h_R .h_alist a {
  margin: 0 28px;
  font-size: 16px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
}
.h_ggTitle .h_R .h_alist a:hover {
  color: #1258C0;
}
.h_ggTitle .h_R .h_alist::-webkit-scrollbar {
  height: 0px;
  transition: height 0.3s linear;
}
.h_ggTitle .h_R .h_alist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  opacity: 0.2;
  background: #A8A8A8;
}
.h_ggTitle .h_R .h_alist::-webkit-scrollbar-track {
  border-radius: 0;
  background: #F1F1F1;
}
.h_ggTitle .h_R .h_alist:hover::-webkit-scrollbar {
  height: 6px;
}
.h_ggTitle .h_R > a {
  text-align: center;
  width: 72px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  font-size: 13px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #8590A6;
}
.h_ggTitle .h_R > a i {
  font-size: 13px;
  color: #8590A6;
}
.h_ggTitle .h_R > a:hover {
  background: #1258C0;
  color: #fff;
}
.h_ggTitle .h_R > a:hover i {
  color: #fff;
}
#h_fy {
  padding: 20px 0;
}
#h_fy .pagination {
  justify-content: center;
}
#h_fy .pagination .h_ym {
  width: 49px;
  line-height: 28px;
  background: #F8F8F8;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #3D3D3D;
  text-align: center;
  margin-right: 10px;
}
#h_fy .pagination li {
  margin-right: 10px;
}
#h_fy .pagination li a,
#h_fy .pagination li span {
  display: block;
  width: 30px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #F8F8F8;
  border-radius: 3px;
  font-size: 12px;
  color: #3D3D3D;
}
#h_fy .pagination li a i,
#h_fy .pagination li span i {
  font-size: 12px;
  color: #3D3D3D;
}
#h_fy .pagination li a:hover,
#h_fy .pagination li span:hover {
  background: #1258C0;
  color: #fff;
  box-shadow: none;
}
#h_fy .pagination li a:hover i,
#h_fy .pagination li span:hover i {
  color: #fff;
}
#h_fy .pagination li.active a,
#h_fy .pagination li.active span {
  background: #1258C0;
  color: #fff;
  box-shadow: none;
}
#h_fy .pagination form {
  width: 67px;
  height: 28px;
  padding: 0 8px;
  background: #F8F8F8;
  border-radius: 3px 3px 3px 3px;
  display: flex;
  align-items: center;
}
#h_fy .pagination form input {
  width: calc(100% - 18px);
  font-size: 12px;
  color: #3D3D3D;
  background: none;
  text-align: center;
}
#h_fy .pagination form input::-webkit-outer-spin-button,
#h_fy .pagination form input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
#h_fy .pagination form button {
  background: none;
  width: 18px;
  cursor: pointer;
}
#h_fy .pagination form button img {
  width: 100%;
}
#h_fy .pagination form button:hover {
  color: #1258C0;
}

#h_cbl{
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 999;
}
#h_cbl a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;height: 60px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15),
	      -6px -6px 10px -1px rgba(255,255,255,1);
  border: 1px solid rgba(0,0,0,0);
  cursor: pointer;
  transition: transform 0.5s,box-shadow 0.5s,padding 0.3s linear;   
  background: #e3edf7; 
  position: relative;
}
#h_cbl a .h_hide{
    position: absolute;
    bottom: 2px;color: #717171;
    font-size: 10px;
    transform: scale(0.9);
    opacity: 0;
    transition: opacity 0.3s;  
}

#h_cbl a img{
    width: 30px;
    transform: filter .5s;
}
#h_cbl a:hover{
  background: #EEF2F7;
  box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.15),
	      inset -4px -4px 6px -1px rgba(255,255,255,0.7),
	      -0.5px -0.5px 0px rgba(255,255,255,1),
	      0.5px 0.5px 0px rgba(0,0,0,0.15),
	      0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.1);
  padding-bottom: 10px;
    border-radius: 8px;
    
}
#h_cbl a:hover img{
    filter:grayscale(100%) brightness(140%);
}
#h_cbl a:hover .h_hide{
    opacity: 1;
}

.h_dqwz {
  padding: 18px 10px;
}
.h_dqwz .h_row {
  align-items: baseline;
  flex-wrap: nowrap;
}
.h_dqwz a,
.h_dqwz span,
.h_dqwz i,
.h_dqwz h1,
.h_dqwz h2,
.h_dqwz h3 {
  font-size: 12px;
  font-weight: 300;
  color: #3D3D3D;
  white-space: nowrap;
}
.h_dqwz a:last-child,
.h_dqwz span:last-child,
.h_dqwz i:last-child,
.h_dqwz h1:last-child,
.h_dqwz h2:last-child,
.h_dqwz h3:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_dqwz a:hover,
.h_dqwz span:hover,
.h_dqwz i:hover,
.h_dqwz h1:hover,
.h_dqwz h2:hover,
.h_dqwz h3:hover {
  color: #1258C0;
}
.h_dqwz i {
  margin: 0 2px;
}
.h_footer {
  margin-top: 60px;
  background: #FFFFFF;
}
.h_footer .h_links {
  display: none;
  padding: 20px 0;
}
.h_footer .h_links p {
  display: flex;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
  margin-bottom: 15px;
  align-items: center;
}
.h_footer .h_links p img {
  width: 24px;
}
.h_footer .h_links .h_list {
  display: flex;
  flex-wrap: wrap;
}
.h_footer .h_links .h_list a {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #B3B3B3;
  line-height: 15px;
}
.h_footer .h_links .h_list a:hover {
  color: #1258C0;
  font-weight: bold;
}
.h_footer .h_links .h_list a:last-child {
  border: none;
}
.h_footer .h_footer2 {
  padding: 20px 0;
}
.h_footer .h_footer2 .h_1200 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.h_footer .h_footer2 .h_1200 .h_L {
  display: flex;
}
.h_footer .h_footer2 .h_1200 .h_L a {
  white-space: nowrap;
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
  margin-right: 28px;
}
.h_footer .h_footer2 .h_1200 .h_L a:last-child {
  margin-right: 0;
}
.h_footer .h_footer2 .h_1200 .h_L a:hover {
  color: #1258C0;
  font-weight: bold;
}
.h_footer .h_footer2 .h_1200 .h_R {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_footer .h_footer2 .h_1200 .h_R a {
  font-size: 14px;
  font-family: Source Han Sans CN-Normal, Source Han Sans CN;
  font-weight: 350;
  color: #666666;
}
.h_footer .h_footer2 .h_1200 .h_R a:hover {
  color: #1258C0;
}
@media screen and (max-width: 767px) {
  .h_head {
    background: #fff;
  }
  .h_head .h_headTop,
  .h_head .h_navWeb {
    display: none;
  }
  .h_head .h_navApp {
    display: block;
  }
  .h_kong {
    height: 105px;
  }
  .h_ggTitle .h_L {
    margin-right: 0;
    padding: 0 20px 0 10px;
  }
  .h_ggTitle .h_L img {
    width: 30px;
    margin-right: 2px;
  }
  .h_ggTitle .h_L p {
    font-size: 18px;
  }
  .h_ggTitle .h_R {
    max-width: none;
  }
  .h_ggTitle .h_R .h_alist a {
    display: none;
  }
  .h_footer {
    margin-top: 40px;
  }
  .h_footer .h_links .h_list {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .h_footer .h_links .h_list a {
    white-space: nowrap;
  }
  .h_footer .h_footer2 .h_1200 .h_L {
    width: 100%;
    overflow-x: auto;
    justify-content: center;
    margin-bottom: 10px;
  }
  .h_footer .h_footer2 .h_1200 .h_R {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .h_banner .swiper-slide {
    height: 160px;
  }
  .h_banner .swiper-slide a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .h_banner .swiper-slide a img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #h_fy .pagination li.h_row {
    display: none;
  }
  /*#h_cbl{display: none;}*/
  #h_cbl a{width: 50px;height: 50px;}
  #h_cbl a img {width: 20px;}
  
  
}
