@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
/*  box-sizing: border-box;*/
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
.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;
}
.h_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
html,
body {
  /*max-width: 480px;*/
  /*overflow-x: hidden;*/
  margin: 0 auto;
  /*background: #F7F7F7;*/
  position: relative;
}
.h_posFixed {
  position: fixed;
  left: 50%;
  width: 100%;
  z-index: 9;
  max-width: 480px;
  transform: translate(-50%);
}
* {
  -webkit-tap-highlight-color: transparent;
}
/*@font-face {
  font-family: Bold;
  src: url(./fonts/Bold.ttf);
}
@font-face {
  font-family: Light;
  src: url(./fonts/Light.ttf);
}
@font-face {
  font-family: Medium;
  src: url(./fonts/Medium.ttf);
}
@font-face {
  font-family: Regular;
  src: url(./fonts/Regular.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(./fonts/Roboto-Regular-14.ttf);
}*/
body {
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.h_head {
  /*margin-top: 14px;*/
  position: fixed;
  width: 100%;z-index:9;
  top: 0;left: 0;
  background: #2F56CF;
  display: flex;height: 58px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
}
.h_head .h_icon {
  width: 46px;
  height: 46px;
}
.h_head .h_icon img {
  width: 100%;
}
.h_head .h_logo {
  width: 107px;
  height: 30px;
}
.h_head .h_logo img {
  width: 100%;
}
.h_contents {
  padding: 16px;
}
.h_contents .h_wqbs {
  font-size: 55px;
  font-family: Bold;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.h_contents .h_wqbsEn {
  font-size: 14px;
  font-family: Regular;
  color: #FFFFFF;
  width: 210px;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: 13px;
}
.h_contents .h_wqDesc {
  font-size: 14px;
  font-family: Regular;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.h_contents .h_banner {
  width: 100%;
}
.h_contents .h_ggTitle {
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.h_contents .h_ggTitle::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 204px;
  height: 32px;
  border: 2px solid #3561EA;
  border-bottom: none;
}
.h_contents .h_ggTitle::before {
  position: absolute;
  content: '';
  left: 50%;
  top: 32px;
  z-index: -1;
  transform: translate(-50%);
  width: 204px;
  height: 2px;
  background: linear-gradient(90deg, #3561EA 0 16px, #F7F7F7 16px 192px, #3561EA 192px 204px);
}
.h_contents .h_ggTitle .h_title {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 9px;
}
.h_contents .h_ggTitle .h_title .h_Ch {
  font-size: 24px;
  font-family: Medium;
  color: #3D3D3D;
}
.h_contents .h_ggTitle .h_title .h_En {
  font-size: 12px;
  font-family: Roboto-Regular, Roboto;
  color: #BFBFBF;
}
.h_contents .h_ggTitle .h_desc {
  padding: 0 30px;
  font-size: 13px;
  font-family: Regular;
  color: #777777;
  line-height: 18px;
}
.h_contents .h_qyys .h_list {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_contents .h_qyys .h_list .h_box {
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  width: calc(50% - 6px);
  margin-bottom: 12px;
  text-align: center;
  padding: 30px 0 20px;
}
.h_contents .h_qyys .h_list .h_box .h_img {
  margin-bottom: 10px;
}
.h_contents .h_qyys .h_list .h_box .h_img img {
  width: 80px;
}
.h_contents .h_qyys .h_list .h_box .h_t1 {
  font-size: 15px;
  margin-bottom: 1px;
  font-family: Regular;
  color: #333333;
}
.h_contents .h_qyys .h_list .h_box .h_t2 {
  font-size: 14px;
  font-family: Light;
  color: #A8A8A8;
}
.h_contents .h_qyys .h_list .h_box:nth-last-child(1),
.h_contents .h_qyys .h_list .h_box:nth-last-child(2) {
  margin-bottom: 0;
}
.h_contents .h_product .h_Box .h_menu {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.h_contents .h_product .h_Box .h_menu a {
  width: 112px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(53, 97, 234, 0.3);
  border-radius: 84px 84px 84px 84px;
  opacity: 1;
  border: 1px solid #E4E4E4;
  font-size: 13px;
  font-family: Regular;
  color: #3D3D3D;
  margin-right: 16px;
}
.h_contents .h_product .h_Box .h_menu a:last-child {
  margin-right: 0;
}
.h_contents .h_product .h_Box .h_menu a.h_active {
  background: #3561EA;
  color: #FFFFFF;
}
.h_contents .h_product .h_Box .h_list {
  margin-top: 20px;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 {
  width: 100%;border-radius: 8px 8px 8px 8px;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-pagination {
  bottom: 0;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide {
  height: calc((100% - 24px) / 3);
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box {
  background: #fff;overflow: hidden;
  border-radius: 8px 8px 8px 8px;
	height: 100%;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_img {
  font-size: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(216, 216, 216, 0), #d8d8d8, rgba(216, 216, 216, 0)) 1 1;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_img img {
  width: 100%;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text {
  padding: 16px;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_p1 {
  font-size: 15px;
  height: 42px;
  font-family: Medium;
  color: #3D3D3D;
  overflow:hidden;
　text-overflow:ellipsis;
　display:-webkit-box;
　-webkit-line-clamp:2;
　-webkit-box-orient:vertical;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_p2 {
  font-size: 12px;
  font-family: Regular;
  color: #787878;
  margin-top: 4px;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_link a {
  width: 68px;
  text-align: center;
  height: 23px;
  line-height: 23px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #787878;
  font-size: 12px;
  font-family: Light;
  color: #787878;
}
.h_contents .h_product .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_link img {
  width: 35px;
}
.h_contents .h_case .h_Box .h_list .mySwiper1 {
  min-height: auto;
}
.h_contents .h_case .h_Box .h_list .mySwiper1 .swiper-slide .h_box {
  display: block;
}
.h_contents .h_case .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text {
  padding: 12px;
}
.h_contents .h_case .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_p1 {
  position: relative;height: auto;
}
.h_contents .h_case .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_p1::after {
  position: absolute;
  content: '';
  width: 36px;
  height: 2px;
  background: #3561EA;
  right: 0;
  bottom: 2px;
}
.h_contents .h_news .h_Box .h_list {
  padding: 0 70px;
  position: relative;
}
.h_contents .h_news .h_Box .h_list::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: 198px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 8px 8px;
}
.h_contents .h_news .h_Box .h_list #prev3,
.h_contents .h_news .h_Box .h_list #next3 {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: calc(86px + 5%);
}
.h_contents .h_news .h_Box .h_list #prev3 i,
.h_contents .h_news .h_Box .h_list #next3 i {
  color: #fff;
}
.h_contents .h_news .h_Box .h_list #prev3 {
  left: 24px;
}
.h_contents .h_news .h_Box .h_list #next3 {
  right: 24px;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box {
  display: block;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text {
  padding: 16px;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_p1 {
  font-size: 14px;
	height: auto;
  font-family: Medium;
  color: #3D3D3D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text .h_p2 {
  font-size: 12px;
  font-family: Light;
  color: #757575;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_text a {
  display: block;
  width: 67px;
  text-align: center;
  height: 21px;
  line-height: 21px;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  border: 1px solid #787878;
  font-size: 12px;
  font-family: Light;
  color: #787878;
  margin: 12px auto 0;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_img {
  border-radius: 0px 0px 8px 8px;
  height: 110px;
  overflow: hidden;
  border: none;
}
.h_contents .h_news .h_Box .h_list .mySwiper1 .swiper-slide .h_box .h_img img {
  height: 110px;
  width: 100%;
}
.h_contents .h_partners .h_list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_contents .h_partners .h_list a {
  font-size: 0;background: #fff;
  margin-bottom: 12px;
  width: calc(50% - 6px);
border-radius: 8px 8px 8px 8px;
}
.h_contents .h_partners .h_list a img {
  width: 100%;
border-radius: 8px 8px 8px 8px;
}
.h_contents .h_partners .h_text {
  font-size: 12px;
  font-family: Regular;
  font-weight: 400;
  color: #838383;
  line-height: 20px;
  text-align: justify;
}
.h_footer{display: none;}
.h_footer .h_footer1 {
  padding: 20px 26px;
  background: #212930;
}
.h_footer .h_footer1 .h_links .h_title {
  margin-bottom: 17px;
  width: 89px;
  height: 32px;
  background: #3561EA;
  border-radius: 2px 2px 2px 2px;
  font-size: 17px;
  font-family: Regular;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 32px;
}
.h_footer .h_footer1 .h_links .h_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 6px;
  border-bottom: 1px dashed #fff;
}
.h_footer .h_footer1 .h_links .h_list a {
  margin-bottom: 11px;
  width: 25%;
  /*margin-right: 20px;*/
  font-size: 14px;
  font-family: Regular;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_link2 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.h_footer .h_footer1 .h_link2 a {
  font-size: 16px;
  font-family: Regular;
  font-weight: 400;
  color: #FFFFFF;
}
.h_footer .h_footer1 .h_Box {
  margin-top: 30px;
  display: flex;
}
.h_footer .h_footer1 .h_Box .h_L {
  width: 92px;
  font-size: 0;
  margin-right: 10px;
}
.h_footer .h_footer1 .h_Box .h_L img {
  width: 100%;
}
.h_footer .h_footer1 .h_Box .h_R {
  width: calc(100% - 102px);
}
.h_footer .h_footer1 .h_Box .h_R .h_box {
  font-size: 13px;
  font-family: Regular;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
}
.h_footer .h_footer1 .h_Box .h_R .h_box .h_left {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
}
.h_footer .h_footer1 .h_Box .h_R .h_box .h_right{width:calc(100% - 62px)}
.h_footer .h_footer1 .h_Box .h_R .h_box .h_left img {
  width: 18px;
  margin-right: 4px;
}
.h_footer .h_footer2 {
  background: #3561EA;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-family: Light;
  font-weight: 300;
  color: #FFFFFF;
}
.h_footer .h_footer2 a {
  color: #FFFFFF;
}
.h_head2{display: none;}
.h_body2{display:none;background-repeat:no-repeat;background-color: #F7F7F7;background-size: 100% auto;}
@media (max-width: 480px){
	.h_body1,.h_head1,.m_footer{display:none;}
	.h_body2,.h_footer,.h_head2{display:block;}
}