html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 62.5%;
  overflow-x: hidden;
  /* Firefox绉佹湁灞炴� */
  -webkit-user-select: none;
  /* WebKit鍐呮牳绉佹湁灞炴� */
  -ms-user-select: none;
  /* IE绉佹湁灞炴�(IE10鍙婁互鍚� */
  /* KHTML鍐呮牳绉佹湁灞炴� */
  -o-user-select: none;
  /* Opera绉佹湁灞炴� */
  user-select: none;
  /* CSS3灞炴� */
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  -webkit-touch-callout: none;
}
i,
em {
  font-style: normal;
}
li {
  list-style-type: none;
}
textarea {
  resize: vertical;
}
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "寰蒋闆呴粦", Arial, sans-serif;
  background-color: #fff;
  margin: 0;
  padding: 0;
  outline: none;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*global style*/
.g-fl {
  float: left;
}
.g-fr {
  float: right;
}
.g-c {
  zoom: 1;
}
.g-c:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.g-hide {
  display: none !important;
}
@font-face {
  font-family: "iconfont";
  /* Project id 4104614 */
  src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lianxi:before {
  content: "\e938";
}
.icon-zixun:before {
  content: "\e628";
}
.icon-email:before {
  content: "\e610";
}
.icon-phone:before {
  content: "\e649";
}
.icon-address:before {
  content: "\e640";
}
.icon-sousuoxiao:before {
  content: "\e8d6";
}
.icon-toTop:before {
  content: "\e600";
}
.icon-play:before {
  content: "\e601";
}
.icon-see:before {
  content: "\e912";
}
.g-cell-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.g-cell-wrap .g-cell {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g-cell-wrap .banner-g-cell {
  top: 43%;
  -webkit-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  transform: translateY(-57%);
}
.content-wrap {
  width: 1400px;
  margin: auto;
  position: relative;
}
.hj-header {
  width: 1400px;
  height: 80px;
  background-color: #fff;
  border-radius: 18px;
  padding: 0 25px;
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
}
.hj-header.isScroll {
  top: 0;
}
.hj-header .logo {
  display: inline-block;
  width: 139px;
  height: auto;
  margin: 20px 0;
  float: left;
}
.hj-header ul {
  width: 850px;
  height: 100%;
  line-height: 80px;
  margin: auto;
}
.hj-header ul li {
  width: 20%;
  font-size: 17px;
  color: #363636;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  float: left;
}
.hj-header ul li a {
  display: block;
  width: 100%;
  color: #363636;
  white-space: nowrap;
}
.hj-header ul li.active {
  color: #19b4ac;
}
.hj-header ul li.active a {
  color: #19b4ac;
}
.hj-header .telphone {
  font-size: 18px;
  color: #19b4ac;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 25px;
}
.hj-footer {
  padding: 80px 0 30px;
  background: url(../img/gxjf/footer_bg.jpg) no-repeat center;
  background-size: cover;
}
.hj-footer .item-wrap {
  display: flex;
  justify-content: space-between;
}
.hj-footer .item-wrap .wrap1 .text {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgba(243, 251, 251, 0.1);
}
.hj-footer .item-wrap .wrap1 .detail {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  margin-top: 20px;
}
.hj-footer .item-wrap .wrap1 .detail p{
	color: rgba(255, 255, 255, 0.6);
}
.hj-footer .item-wrap .wrap2 li {
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 25px;
}
.hj-footer .item-wrap .wrap2 a {
  color: #fff;
}
.hj-footer .item-wrap .wrap3 .text {
  font-size: 18px;
  color: #fff;
}
.hj-footer .item-wrap .wrap3 .detail {
  display: flex;
  margin-top: 20px;
}
.hj-footer .item-wrap .wrap3 .detail .ewm-wrap {
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 8px;
  padding: 3px;
}
.hj-footer .item-wrap .wrap3 .detail .ewm-wrap img {
  width: 100%;
  height: auto;
}
.hj-footer .item-wrap .wrap3 .detail .ewm-wrap p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  margin-top: 10px;
}
.hj-footer .item-wrap .wrap3 .detail .ewm-wrap:last-child {
  margin-left: 20px;
}
.hj-footer .explain {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 70px;
  border-top: 1px solid rgba(243, 251, 251, 0.1);
  margin-top: 60px;
}
.hj-banner {
  width: 100%;
}
.hj-banner .banner-img {
  width: 100%;
  height: auto;
}
@keyframes fadeInUp {
  from {
    transform: translateY(100%);
	visibility: hidden;
  }
  to {
    transform: translateY(0);
	visibility: visible;
  }
}

.slide-in {
  animation: fadeInUp 1s ease forwards;
}
.hj-section-wrap {
  padding: 95px 0 105px;
}
.hj-section-wrap .section-title {
  margin-bottom: 35px;
}
.hj-section-wrap .section-title .text {
  font-size: 36px;
  color: #232323;
  line-height: 56px;
}
.hj-section-wrap .section-title .en {
  font-size: 16px;
  color: #19b4ac;
  position: relative;
}
.hj-section-wrap .section-title .en .gray {
  color: #666;
  float: right;
}
.hj-section-wrap .section-title .en a {
  display: block;
  width: 166px;
  height: 48px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background-color: #19b4ac;
  border-radius: 48px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.hj-section1 .content-wrap {
  display: flex;
  justify-content: space-between;
}
.hj-section1 .item {
  width: 410px;
}
.hj-section1 .item .b {
  font-size: 26px;
  color: #363636;
  margin: 15px 0;
}
.hj-section1 .item .s {
  font-size: 20px;
  color: #666;
  margin-bottom: 40px;
  white-space: nowrap;
}
.hj-section1 .item .pic-wrap {
  width: 100%;
  overflow: hidden;
}
.hj-section1 .item .pic-wrap img {
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hj-section1 .item .pic-wrap:hover img {
  transform: scale(1.2);
}
.hj-section2 {
  background-color: #f3fbfb;
}
.hj-section2 .section-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hj-section2 .section-content .item {
  width: 446px;
  border-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.hj-section2 .section-content .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.hj-section2 .section-content .item img {
  width: 100%;
  height: auto;
}
.hj-section2 .section-content .item .p {
  width: 100%;
  height: 52px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  background-color: rgba(7, 7, 7, 0.4);
  box-shadow: 0px -42px 26px 20px rgba(7, 7, 7, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hj-section2 .section-content .item:hover .p {
  background-color: rgba(25, 180, 172, 0.4);
  box-shadow: 0px -42px 26px 20px rgba(25, 180, 172, 0.4);
}
.hj-section3 .pic {
  width: 100%;
}
.hj-section3 .pic img {
  width: 100%;
  height: auto;
}
.hj-section3 .item-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.hj-section3 .item-wrap .item {
  display: flex;
  align-items: center;
}
.hj-section3 .item-wrap .item .icon {
  width: 74px;
  height: 74px;
  background-color: rgba(25, 180, 172, 0.1);
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
}
.hj-section3 .item-wrap .item .icon::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.hj-section3 .item-wrap .item .icon.icon1::after {
  background-image: url(../img/gxjf/section3-icon1.png);
}
.hj-section3 .item-wrap .item .icon.icon2::after {
  background-image: url(../img/gxjf/section3-icon2.png);
}
.hj-section3 .item-wrap .item .icon.icon3::after {
  background-image: url(../img/gxjf/section3-icon3.png);
}
.hj-section3 .item-wrap .item .icon.icon4::after {
  background-image: url(../img/gxjf/section3-icon4.png);
}
.hj-section3 .item-wrap .item .text-wrap {
  flex: 1;
}
.hj-section3 .item-wrap .item .text {
  font-size: 20px;
  color: #232323;
  line-height: 32px;
}
.hj-section3 .item-wrap .item .en {
  font-size: 14px;
  color: #999;
}
.hj-section3 .item-wrap .item:hover .icon {
  background-color: #19b4ac;
}
.hj-section3 .item-wrap .item:hover .icon::after {
  background-position: -74px 0;
}
.hj-section3 .item-wrap .item:hover .text,
.hj-section3 .item-wrap .item:hover .en {
  color: #19b4ac;
}
.hj-section4 {
  background: url(../img/gxjf/section4_bg.jpg) no-repeat center;
  background-size: cover;
}
.hj-section4 .section-title {
  margin-bottom: 30px;
}
.hj-section4 .section-title .text,
.hj-section4 .section-title .en {
  color: #fff;
}
.hj-section4 .section-content {
  width: 50%;
  padding-left: 80px;
  float: right;
}
.hj-section4 .section-content .p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
}
.hj-section4 .item-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hj-section4 .item-wrap .item {
  width: 200px;
  height: 160px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  display: table;
}
.hj-section4 .item-wrap .item .cell {
  display: table-cell;
  vertical-align: middle;
}
.hj-section4 .item-wrap .item .icon {
  width: 76px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: -76px 0;
  background-size: cover;
  margin: 0 auto 10px;
}
.hj-section4 .item-wrap .item .icon.icon1 {
  background-image: url(../img/gxjf/section4-icon1.png);
}
.hj-section4 .item-wrap .item .icon.icon2 {
  background-image: url(../img/gxjf/section4-icon2.png);
}
.hj-section4 .item-wrap .item .icon.icon3 {
  background-image: url(../img/gxjf/section4-icon3.png);
}
.hj-section4 .item-wrap .item .icon.icon4 {
  background-image: url(../img/gxjf/section4-icon4.png);
}
.hj-section4 .item-wrap .item .icon.icon5 {
  background-image: url(../img/gxjf/section4-icon5.png);
}
.hj-section4 .item-wrap .item .icon.icon6 {
  background-image: url(../img/gxjf/section4-icon6.png);
}
.hj-section4 .item-wrap .item:hover {
  background-color: #fff;
  color: #19b4ac;
}
.hj-section4 .item-wrap .item:hover .icon {
  background-position: 0 0;
}
.hj-section5 .section-title {
  width: 100%;
  height: 224px;
  margin-bottom: 0 !important;
}
.hj-section5 .content-wrap {
  display: flex;
}
.hj-section5 .content-wrap .item-wrap {
  width: 25%;
}
.hj-section5 .content-wrap .item {
  width: 100%;
  height: 224px;
  text-align: center;
  display: table;
}
.hj-section5 .content-wrap .item .cell {
  display: table-cell;
  vertical-align: middle;
}
.hj-section5 .content-wrap .item .icon {
  width: 68px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  margin: 0 auto 15px;
}
.hj-section5 .content-wrap .item .icon.icon1 {
  background-image: url(../img/gxjf/section5-icon1.png);
}
.hj-section5 .content-wrap .item .icon.icon2 {
  background-image: url(../img/gxjf/section5-icon2.png);
}
.hj-section5 .content-wrap .item .icon.icon3 {
  background-image: url(../img/gxjf/section5-icon3.png);
}
.hj-section5 .content-wrap .item .icon.icon4 {
  background-image: url(../img/gxjf/section5-icon4.png);
}
.hj-section5 .content-wrap .item .icon.icon5 {
  background-image: url(../img/gxjf/section5-icon5.png);
}
.hj-section5 .content-wrap .item .text {
  font-size: 20px;
  color: #232323;
  line-height: 32px;
}
.hj-section5 .content-wrap .item .en {
  font-size: 14px;
  color: rgba(35, 35, 35, 0.4);
}
.hj-section5 .content-wrap .item.green {
  background-color: #F3FBFB;
}
.hj-section5 .content-wrap .item.pic {
  background: url(../img/gxjf/section5_bg3.jpg) no-repeat center;
  background-size: cover;
}
.hj-section5 .content-wrap .item:hover {
  background: #19b4ac !important;
}
.hj-section5 .content-wrap .item:hover .icon {
  background-position: -68px 0;
}
.hj-section5 .content-wrap .item:hover .text {
  color: #fff;
}
.hj-section5 .content-wrap .item:hover .en {
  color: rgba(255, 255, 255, 0.4);
}
.hj-section5 .content-wrap .empty {
  width: 100%;
  height: 224px;
}
.hj-section6 {
  padding: 95px 0 0;
  background: url(../img/gxjf/section6_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.hj-section6 .content-wrap {
  display: flex;
}
.hj-section6 .section-title {
  width: 595px;
}
.hj-section6 .swiper-container {
  flex: 1;
  height: 840px;
  position: initial;
}
.hj-section6 .swiper-slide {
  height: 100%;
  position: relative;
}
.hj-section6 .swiper-slide .img {
  width: calc(100% - 50px);
  height: 308px;
  position: absolute;
  bottom: 100px;
  left: 40px;
}
.hj-section6 .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.hj-section6 .detail-wrap {
  width: 725px;
  height: 100%;
  background: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 40px;
}
.hj-section6 .detail-wrap .title {
  font-size: 24px;
  color: #19b4ac;
  margin-bottom: 30px;
  position: relative;
}
.hj-section6 .detail-wrap .title::after {
  content: '';
  display: block;
  width: 27px;
  height: 2px;
  background-color: #19b4ac;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.hj-section6 .detail-wrap .text {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 35px;
}
.hj-section6 .swiper-button-next,
.hj-section6 .swiper-button-prev {
  width: 55px;
  height: 55px;
  background-size: cover;
  top: inherit;
  bottom: 230px;
}
.hj-section6 .swiper-button-next {
  background-image: url(../img/gxjf/arrow_right.png);
  right: -75px;
}
.hj-section6 .swiper-button-prev {
  background-image: url(../img/gxjf/arrow_left.png);
  left: 510px;
}
.hj-section6 .swiper-pagination {
  width: 1400px;
  font-size: 18px;
  color: rgba(25, 180, 172, 0.361);
  font-style: italic;
  text-align: left;
  top: 375px;
  left: 0;
  right: 0;
  bottom: inherit;
  margin: auto;
}
.hj-section6 .swiper-pagination .swiper-pagination-current {
  font-size: 28px;
  color: #19b4ac;
}
.hj-section6 .pic-wrap {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.hj-section6 .pic-wrap .img1,
.hj-section6 .pic-wrap .img2 {
  width: 755px;
  height: 308px;
}
.hj-section6 .pic-wrap .img1 img,
.hj-section6 .pic-wrap .img2 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.hj-section6 .pic-wrap .img1 {
  margin-left: -90px;
}
.hj-section6 .pic-wrap .img2 {
  margin-right: -665px;
}
.hj-section7 .section-content {
  display: flex;
  justify-content: space-between;
}
.hj-section7 .item {
  width: 427px;
}
.hj-section7 .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.hj-section7 .item .num {
  font-size: 20px;
  color: rgba(35, 35, 35, 0.4);
}
.hj-section7 .item .num span {
  font-size: 32px;
  font-weight: 600;
}
.hj-section7 .item .title {
  height: 56px;
  font-size: 18px;
  color: #232323;
  text-align: justify;
  line-height: 28px;
  margin: 15px 0 20px;
}
.hj-section7 .item .img{
	width: 100%;
	height: 228px;
    border-radius: 10px;
    overflow: hidden;
}
.hj-section7 .item .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hj-section7 .item .p {
  height: 72px;
  font-size: 14px;
  color: rgba(35, 35, 35, 0.49);
  line-height: 24px;
  margin: 25px 0 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hj-section7 .item .btn {
  width: 105px;
  height: 30px;
  font-size: 14px;
  color: #19b4ac;
  text-align: center;
  line-height: 28px;
  border: 1px solid #19b4ac;
  border-radius: 30px;
}
.hj-section7 .item:hover .num {
  color: rgba(25, 180, 172, 0.4);
}
.hj-section7 .item:hover .title {
  color: #19b4ac;
}
.hj-section7 .item:hover .btn {
  color: #fff;
  background-color: #19b4ac;
}
.hj-section8 {
  background-color: #f3fbfb;
}
.go-to-top{
	display: none;
	width: 70px;
	height: 70px;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	position: fixed;
	bottom: 100px;
	right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #fff;
}
@media screen and (max-width: 1680px) {
  .hj-header,
  .content-wrap {
    width: 1300px;
  }
  .hj-header ul {
    width: 800px;
  }
  .hj-section1 .item {
    width: 390px;
  }
  .hj-section2 .section-content .item {
    width: 416px;
  }
  .hj-section4 .item-wrap .item {
    width: 183px;
    height: 146px;
  }
  .hj-section5 .section-title {
    height: 208px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 208px;
  }
  .hj-section6 .swiper-container {
    height: 820px;
  }
  .hj-section6 .section-title {
    width: 515px;
  }
  .hj-section6 .swiper-slide .img {
    height: 299px;
  }
  .hj-section6 .swiper-button-prev {
    left: 445px;
  }
  .hj-section6 .swiper-pagination {
    width: 1300px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 735px;
    height: 299px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -140px;
  }
  .hj-section7 .item {
    width: 405px;
  }
  .hj-section7 .item .img{
	height: 216px;
  }
}
@media screen and (max-width: 1600px) {
  .hj-header,
  .content-wrap {
    width: 1200px;
  }
  .hj-header ul {
    width: 760px;
  }
  .hj-section-wrap .section-title .text {
    font-size: 32px;
  }
  .hj-section-wrap .section-title .en {
    font-size: 15px;
  }
  .hj-section-wrap .section-title .en a {
    width: 142px;
    height: 42px;
    font-size: 13px;
    line-height: 42px;
    border-radius: 42px;
  }
  .hj-section1 .item {
    width: 370px;
  }
  .hj-section1 .item .b {
    font-size: 24px;
  }
  .hj-section1 .item .s {
    font-size: 18px;
  }
  .hj-section2 .section-content .item {
    width: 382px;
  }
  .hj-section3 .item-wrap .item .text {
    font-size: 18px;
  }
  .hj-section3 .item-wrap .item .en {
    font-size: 12px;
  }
  .hj-section3 .item-wrap .item .icon {
    width: 68px;
    height: 68px;
  }
  .hj-section3 .item-wrap .item:hover .icon::after {
    background-position: -68px 0;
  }
  .hj-section4 .section-content .p {
    font-size: 16px;
    line-height: 28px;
  }
  .hj-section4 .item-wrap .item {
    width: 167px;
    height: 134px;
  }
  .hj-section4 .item-wrap .item .icon {
    width: 68px;
    height: 48px;
    background-position: -68px 0;
  }
  .hj-section5 .section-title {
    height: 192px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 192px;
  }
  .hj-section5 .content-wrap .item .text {
    font-size: 18px;
  }
  .hj-section5 .content-wrap .item .en {
    font-size: 12px;
  }
  .hj-section5 .content-wrap .item .icon {
    width: 60px;
    height: 56px;
    margin: 0 auto 12px;
  }
  .hj-section5 .content-wrap .item:hover .icon {
    background-position: -60px 0;
  }
  .hj-section6 .swiper-container {
    height: 790px;
  }
  .hj-section6 .section-title {
    width: 495px;
  }
  .hj-section6 .swiper-slide .img {
    height: 267px;
    left: 30px;
  }
  .hj-section6 .swiper-button-next,
  .hj-section6 .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .hj-section6 .swiper-button-prev {
    left: 430px;
  }
  .hj-section6 .swiper-button-next {
    right: -50px;
  }
  .hj-section6 .swiper-pagination {
    width: 1200px;
    font-size: 16px;
  }
  .hj-section6 .swiper-pagination .swiper-pagination-current {
    font-size: 26px;
  }
  .hj-section6 .detail-wrap {
    width: 625px;
    padding: 30px;
  }
  .hj-section6 .detail-wrap .title {
    font-size: 22px;
  }
  .hj-section6 .detail-wrap .text {
    font-size: 15px;
    line-height: 27px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 655px;
    height: 267px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -108px;
  }
  .hj-section6 .pic-wrap .img2 {
    margin-right: -580px;
  }
  .hj-section7 .item {
    width: 375px;
  }
  .hj-section7 .item .num {
    font-size: 16px;
  }
  .hj-section7 .item .num span {
    font-size: 28px;
  }
  .hj-section7 .item .title {
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .hj-section7 .item .img{
	height: 200px;
  }
  .hj-section7 .item .p {
    height: 66px;
    font-size: 13px;
    line-height: 22px;
  }
  .hj-section7 .item .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 1440px) {
  .hj-section6 .swiper-button-next {
    right: -45px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -155px;
  }
  .hj-section6 .pic-wrap .img2 {
    margin-right: -610px;
  }
}
@media screen and (max-width: 1280px) {
  .hj-header,
  .content-wrap {
    width: 1100px;
  }
  .hj-header ul {
    width: 700px;
  }
  .hj-section-wrap .section-title .text {
    font-size: 28px;
    line-height: 48px;
  }
  .hj-section-wrap .section-title .en {
    font-size: 13px;
  }
  .hj-section-wrap .section-title .en a {
    width: 132px;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    border-radius: 38px;
  }
  .hj-section1 .item {
    width: 340px;
  }
  .hj-section1 .item .b {
    font-size: 20px;
    margin: 10px 0;
  }
  .hj-section1 .item .s {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .hj-section2 .section-content .item {
    width: 350px;
  }
  .hj-section2 .section-content .item .p {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    box-shadow: 0px -22px 26px 10px rgba(7, 7, 7, 0.4);
  }
  .hj-section2 .section-content .item:hover .p {
    box-shadow: 0px -22px 26px 10px rgba(25, 180, 172, 0.4);
  }
  .hj-section3 .item-wrap .item .text {
    font-size: 17px;
  }
  .hj-section3 .item-wrap .item .icon {
    width: 62px;
    height: 62px;
  }
  .hj-section3 .item-wrap .item:hover .icon::after {
    background-position: -62px 0;
  }
  .hj-section4 .section-content {
    padding-left: 60px;
  }
  .hj-section4 .section-content .p {
    font-size: 14px;
    line-height: 26px;
  }
  .hj-section4 .item-wrap .item {
    width: 156px;
    height: 125px;
    font-size: 16px;
  }
  .hj-section5 .section-title {
    height: 176px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 176px;
  }
  .hj-section5 .content-wrap .item .text {
    font-size: 16px;
  }
  .hj-section6 .swiper-container {
    height: 760px;
  }
  .hj-section6 .section-title {
    width: 460px;
  }
  .hj-section6 .swiper-slide .img {
    height: 240px;
  }
  .hj-section6 .swiper-button-next,
  .hj-section6 .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 200px;
  }
  .hj-section6 .swiper-button-prev {
    left: 405px;
  }
  .hj-section6 .swiper-button-next {
    right: -35px;
  }
  .hj-section6 .swiper-pagination {
    width: 1100px;
    font-size: 14px;
  }
  .hj-section6 .swiper-pagination .swiper-pagination-current {
    font-size: 24px;
  }
  .hj-section6 .detail-wrap {
    width: 570px;
  }
  .hj-section6 .detail-wrap .title {
    font-size: 20px;
  }
  .hj-section6 .detail-wrap .text {
    font-size: 14px;
    line-height: 26px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 590px;
    height: 240px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -130px;
  }
  .hj-section6 .pic-wrap .img2 {
    margin-right: -560px;
  }
  .hj-section7 .item {
    width: 345px;
  }
  .hj-section7 .item .num {
    font-size: 14px;
  }
  .hj-section7 .item .num span {
    font-size: 24px;
  }
  .hj-section7 .item .title {
    font-size: 15px;
    margin: 10px 0 15px;
  }
  .hj-section7 .item .img{
	height: 184px;
  }
  .hj-section7 .item .p {
    height: 63px;
    font-size: 12px;
    line-height: 21px;
    margin: 20px 0 25px;
  }
  .hj-section7 .item .btn {
    font-size: 12px;
  }
  .hj-footer .item-wrap .wrap1 .detail {
    font-size: 14px;
  }
  .hj-footer .item-wrap .wrap1 .text {
    font-size: 16px;
  }
  .hj-footer .item-wrap .wrap2 li {
    margin-bottom: 20px;
  }
  .hj-footer .item-wrap .wrap3 .text {
    font-size: 16px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap p {
    font-size: 14px;
  }
  .hj-footer .explain {
    font-size: 14px;
    line-height: 64px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 1152px) {
  .hj-header,
  .content-wrap {
    width: 1000px;
  }
  .hj-header {
    height: 70px;
    border-radius: 10px;
  }
  .hj-header .logo {
    width: 128px;
    margin: 16px 0;
  }
  .hj-header ul {
    width: 580px;
    line-height: 70px;
  }
  .hj-header ul li {
    font-size: 16px;
  }
  .hj-header .telphone {
    font-size: 16px;
    line-height: 70px;
  }
  .hj-header .telphone img {
    width: 28px;
    height: auto;
  }
  .hj-section-wrap {
    padding: 75px 0 85px;
  }
  .hj-section-wrap .section-title .text {
    font-size: 24px;
    line-height: 42px;
  }
  .hj-section-wrap .section-title .en {
    font-size: 12px;
  }
  .hj-section-wrap .section-title .en a {
    width: 124px;
    height: 34px;
    line-height: 34px;
    border-radius: 34px;
  }
  .hj-section1 .item {
    width: 320px;
  }
  .hj-section1 .item .icon-img {
    width: 42px;
    height: auto;
  }
  .hj-section1 .item .b {
    font-size: 18px;
    margin: 8px 0;
  }
  .hj-section1 .item .s {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .hj-section2 .section-content .item {
    width: 320px;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  .hj-section2 .section-content .item .p {
    height: 38px;
    font-size: 15px;
    line-height: 38px;
    box-shadow: 0px -15px 30px 8px rgba(7, 7, 7, 0.4);
  }
  .hj-section2 .section-content .item:hover .p {
    box-shadow: 0px -15px 30px 8px rgba(25, 180, 172, 0.4);
  }
  .hj-section3 .item-wrap .item .text {
    font-size: 16px;
    line-height: 26px;
  }
  .hj-section3 .item-wrap .item .icon {
    width: 58px;
    height: 58px;
  }
  .hj-section3 .item-wrap .item:hover .icon::after {
    background-position: -58px 0;
  }
  .hj-section4 .section-content {
    padding-left: 50px;
  }
  .hj-section4 .section-content .p {
    font-size: 14px;
    line-height: 26px;
  }
  .hj-section4 .item-wrap .item {
    width: 144px;
    height: 115px;
  }
  .hj-section5 .section-title {
    height: 160px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 160px;
  }
  .hj-section6 {
    padding-bottom: 0;
  }
  .hj-section6 .swiper-container {
    height: 700px;
  }
  .hj-section6 .section-title {
    width: 430px;
  }
  .hj-section6 .swiper-slide .img {
    height: 212px;
    left: 25px;
  }
  .hj-section6 .swiper-button-next,
  .hj-section6 .swiper-button-prev {
    width: 35px;
    height: 35px;
    bottom: 185px;
  }
  .hj-section6 .swiper-button-prev {
    left: 375px;
  }
  .hj-section6 .swiper-pagination {
    width: 1000px;
    font-size: 13px;
    top: 340px;
  }
  .hj-section6 .swiper-pagination .swiper-pagination-current {
    font-size: 22px;
  }
  .hj-section6 .detail-wrap {
    width: 500px;
    padding: 25px;
  }
  .hj-section6 .detail-wrap .title {
    font-size: 18px;
  }
  .hj-section6 .detail-wrap .text {
    font-size: 13px;
    line-height: 24px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 520px;
    height: 212px;
  }
  .hj-section6 .pic-wrap .img2 {
    display: none;
  }
  .hj-section7 .item {
    width: 320px;
  }
  .hj-section7 .item .num {
    font-size: 13px;
  }
  .hj-section7 .item .num span {
    font-size: 22px;
  }
  .hj-section7 .item .title {
    font-size: 14px;
    line-height: 22px;
    margin: 6px 0 13px;
  }
  .hj-section7 .item .img{
	height: 171px;
  }
  .hj-section7 .item .p {
    margin: 16px 0 22px;
  }
  .hj-footer .item-wrap .wrap1 .detail {
    font-size: 13px;
  }
  .hj-footer .item-wrap .wrap1 .text {
    font-size: 15px;
  }
  .hj-footer .item-wrap .wrap2 li {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hj-footer .item-wrap .wrap3 .text {
    font-size: 15px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap {
    width: 95px;
    height: 95px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap p {
    font-size: 13px;
  }
  .hj-footer .explain {
    font-size: 13px;
    line-height: 60px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1048px) {
  .hj-header,
  .content-wrap {
    width: 920px;
  }
  .hj-header .logo {
    width: 120px;
    margin: 18px 0;
  }
  .hj-header ul {
    width: 500px;
  }
  .hj-header ul li {
    font-size: 15px;
  }
  .hj-header .telphone {
    font-size: 15px;
  }
  .hj-section-wrap {
    padding: 55px 0 75px;
  }
  .hj-section-wrap .section-title {
    margin-bottom: 30px;
  }
  .hj-section-wrap .section-title .text {
    font-size: 22px;
    line-height: 40px;
  }
  .hj-section-wrap .section-title .en a {
    width: 110px;
  }
  .hj-section1 .item {
    width: 290px;
  }
  .hj-section1 .item .b {
    font-size: 16px;
  }
  .hj-section2 .section-content .item {
    width: 290px;
    border-radius: 10px;
  }
  .hj-section4 .section-content {
    padding-left: 40px;
  }
  .hj-section4 .item-wrap {
    margin-top: 35px;
  }
  .hj-section4 .item-wrap .item {
    width: 134px;
    height: 107px;
  }
  .hj-section5 .section-title {
    height: 148px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 148px;
  }
  .hj-section6 {
    padding-bottom: 0;
  }
  .hj-section6 .swiper-container {
    height: 640px;
  }
  .hj-section6 .section-title {
    width: 400px;
  }
  .hj-section6 .swiper-slide .img {
    height: 191px;
    bottom: 60px;
  }
  .hj-section6 .swiper-button-next,
  .hj-section6 .swiper-button-prev {
    width: 30px;
    height: 30px;
    bottom: 115px;
  }
  .hj-section6 .swiper-button-prev {
    left: 355px;
  }
  .hj-section6 .swiper-button-next {
    right: -25px;
  }
  .hj-section6 .swiper-pagination {
    width: 920px;
  }
  .hj-section6 .detail-wrap {
    width: 460px;
  }
  .hj-section6 .detail-wrap .title {
    font-size: 17px;
  }
  .hj-section6 .pic-wrap {
    bottom: 60px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 470px;
    height: 191px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -90px;
  }
  .hj-section6 .pic-wrap .img2 {
    display: none;
  }
  .hj-section7 .item {
    width: 290px;
  }
  .hj-section7 .item .img{
	height: 156px;
	border-radius: 8px;
  }
}
@media screen and (max-width: 820px) {
  .content-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .hj-header {
    width: 100%;
    height: 60px;
    border-radius: 0;
    top: 0;
    padding: 0 15px;
  }
  .hj-header .logo {
    width: 136px;
    margin: 10px 0;
  }
  .hj-header ul {
    width: 460px;
    line-height: 60px;
  }
  .hj-header .telphone {
    font-size: 14px;
    line-height: 60px;
    right: 15px;
  }
  .hj-content {
    padding-top: 60px;
  }
  .hj-section-wrap {
    padding: 45px 0 55px;
  }
  .hj-section1 .item {
    width: 31%;
  }
  .hj-section1 .item .icon-img {
    width: 34px;
  }
  .hj-section1 .item .b {
    font-size: 14px;
    margin: 5px 0;
  }
  .hj-section1 .item .s {
    margin-bottom: 18px;
  }
  .hj-section2 .section-content .item {
    width: 31%;
    margin-bottom: 25px;
    border-radius: 7px;
  }
  .hj-section2 .section-content .item .p {
    font-size: 12px;
  }
  .hj-section3 .item-wrap .item .icon {
    width: 52px;
    height: 52px;
  }
  .hj-section3 .item-wrap .item:hover .icon::after {
    background-position: -52px 0;
  }
  .hj-section4 .section-content {
    padding-left: 0;
  }
  .hj-section4 .item-wrap {
    margin-top: 30px;
  }
  .hj-section4 .item-wrap .item {
    width: 31.5%;
    height: 96px;
    font-size: 15px;
  }
  .hj-section4 .item-wrap .item .icon {
    width: 62px;
    height: 44px;
    background-position: -62px 0;
    margin: 0 auto 8px;
  }
  .hj-section5 .section-title {
    height: 124px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 124px;
  }
  .hj-section5 .content-wrap .item .icon {
    width: 48px;
    height: 45px;
    margin: 0 auto 8px;
  }
  .hj-section5 .content-wrap .item:hover .icon {
    background-position: -48px 0;
  }
  .hj-section5 .content-wrap .item .text {
    font-size: 15px;
    line-height: 28px;
  }
  .hj-section6 {
    padding-bottom: 0;
  }
  .hj-section6 .swiper-container {
    width: 60%;
    height: 620px;
  }
  .hj-section6 .section-title {
    width: 40%;
  }
  .hj-section6 .swiper-slide .img {
    width: calc(100% - 30px);
    height: 174px;
    left: 20px;
  }
  .hj-section6 .swiper-button-next,
  .hj-section6 .swiper-button-prev {
    width: 24px;
    height: 24px;
    bottom: 115px;
  }
  .hj-section6 .swiper-button-prev {
    left: 290px;
  }
  .hj-section6 .swiper-button-next {
    right: 0px;
  }
  .hj-section6 .swiper-pagination {
    width: 100%;
    padding: 0 20px;
  }
  .hj-section6 .detail-wrap {
    width: 90%;
    padding: 20px;
  }
  .hj-section6 .detail-wrap .title {
    font-size: 16px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 427px;
    height: 174px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -150px;
  }
  .hj-section7 .item {
    width: 31%;
  }
  .hj-section7 .item .img{
	height: 126px;
	border-radius: 6px;
  }
  .hj-footer {
    padding: 35px 0 0;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap {
    width: 90px;
    height: 90px;
    border-radius: 5px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap:last-child {
    margin-left: 16px;
  }
  .hj-footer .explain {
    margin-top: 30px;
  }
  .go-to-top{
		width: 50px;
		height: 50px;
		bottom: 50px;
		right: 20px;
	}
	.go-to-top .text{
		display: none;
	}
}
@media screen and (max-width: 768px) {
  .hj-header .logo {
    width: 120px;
    margin: 13px 0;
  }
  .hj-header ul {
    width: 440px;
  }
  .hj-header ul li:first-child {
    width: 16%;
  }
  .hj-header ul li:nth-child(2) {
    width: 24%;
  }
  .hj-header .telphone img {
    width: 24px;
  }
  .hj-section-wrap .section-title {
    margin-bottom: 25px;
  }
  .hj-section-wrap .section-title .text {
    font-size: 20px;
    line-height: 36px;
  }
  .hj-section1 .item {
    width: 32%;
  }
  .hj-section2 .section-content .item {
    width: 32%;
    margin-bottom: 15px;
  }
  .hj-section3 .item-wrap {
    margin-top: 20px;
  }
  .hj-section3 .item-wrap .item .text {
    font-size: 15px;
  }
  .hj-section3 .item-wrap .item .icon {
    width: 42px;
    height: 42px;
  }
  .hj-section3 .item-wrap .item:hover .icon::after {
    background-position: -42px 0;
  }
  .hj-section5 .section-title {
    height: 117px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 117px;
  }
  .hj-section6 .swiper-slide .img {
    height: 162px;
  }
  .hj-section6 .swiper-button-prev {
    left: 280px;
  }
  .hj-section6 .pic-wrap .img1,
  .hj-section6 .pic-wrap .img2 {
    width: 397px;
    height: 162px;
  }
  .hj-section6 .pic-wrap .img1 {
    margin-left: -125px;
  }
  .hj-section7 .item {
    width: 32%;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap {
    width: 80px;
    height: 80px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap:last-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 620px) {
  .hj-header ul {
    display: none;
  }
  .hj-section-wrap {
    padding: 35px 0 45px;
  }
  .hj-section-wrap .section-title {
    margin-bottom: 20px;
  }
  .hj-section-wrap .section-title .text {
    font-size: 18px;
    line-height: 32px;
  }
  .hj-section-wrap .section-title .en .gray {
    float: inherit;
    line-height: 21px;
    display: block;
  }
  .hj-section-wrap .section-title .en a {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
  }
  .hj-section2 .section-content .item {
    width: 48.5%;
    margin-bottom: 15px;
  }
  .hj-section3 .item-wrap {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .hj-section3 .item-wrap .item {
    width: 48%;
    margin-bottom: 10px;
  }
  .hj-section3 .item-wrap .item .text-wrap {
    width: calc(100% - 58px);
  }
  .hj-section3 .item-wrap .item .text {
    font-size: 14px;
    line-height: 26px;
  }
  .hj-section4 .section-content {
    width: 58%;
    padding-left: 20px;
  }
  .hj-section4 .section-content .p {
    font-size: 12px;
    line-height: 23px;
  }
  .hj-section4 .item-wrap {
    margin-top: 25px;
  }
  .hj-section4 .item-wrap .item {
    width: 48%;
    height: 83px;
    font-size: 13px;
  }
  .hj-section4 .item-wrap .item .icon {
    width: 50px;
    height: 36px;
    background-position: -50px 0;
    margin: 0 auto 6px;
  }
  .hj-section5 .section-title {
    height: 125px;
  }
  .hj-section5 .content-wrap .item,
  .hj-section5 .content-wrap .empty {
    height: 125px;
  }
  .hj-section5 .content-wrap .item .icon {
    width: 42px;
    height: 39px;
  }
  .hj-section5 .content-wrap .item:hover .icon {
    background-position: -42px 0;
  }
  .hj-section5 .content-wrap .item .text {
    font-size: 14px;
    line-height: 24px;
  }
  .hj-section6 .content-wrap {
    display: inherit;
  }
  .hj-section6 .swiper-container {
    width: 100%;
    height: auto;
  }
  .hj-section6 .section-title {
    width: 100%;
  }
  .hj-section6 .swiper-slide {
    background-color: #fff;
    padding-bottom: 20px;
  }
  .hj-section6 .swiper-slide .img {
    height: auto;
    width: calc(100% - 40px);
    position: initial;
    margin: auto;
  }
  .hj-section6 .swiper-button-next,
  .hj-section6 .swiper-button-prev {
    display: none;
  }
  .hj-section6 .swiper-pagination {
    width: 100%;
    text-align: center;
    top: inherit;
  }
  .hj-section6 .detail-wrap {
    width: 100%;
    height: 340px;
    padding: 20px 20px 0;
  }
  .hj-section6 .detail-wrap .title {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .hj-section6 .detail-wrap .text {
    font-size: 12px;
    line-height: 22px;
  }
  .hj-section6 .pic-wrap {
    display: none;
  }
  .hj-section7 .section-content {
    display: block;
  }
  .hj-section7 .item {
    width: 100%;
  }
  .hj-section7 .item .title {
    height: auto;
    margin: 5px 0 10px;
  }
  .hj-section7 .item .content-detail {
    display: flex;
  }
  .hj-section7 .item .content-detail .img{
	width: 40%;
    height: auto;
  }
  .hj-section7 .item .content-detail .p {
    flex: 1;
    height: auto;
    margin: 0;
    margin-left: 10px;
    -webkit-line-clamp: 6;
  }
  .hj-section7 .item .btn {
    margin-top: 10px;
    float: right;
  }
  .hj-footer .item-wrap {
    flex-wrap: wrap;
  }
  .hj-footer .item-wrap .wrap1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .hj-footer .item-wrap .wrap1 .detail {
    font-size: 12px;
    line-height: 21px;
  }
  .hj-footer .item-wrap .wrap1 .text {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .hj-footer .item-wrap .wrap2 li {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .hj-footer .item-wrap .wrap3 .text {
    font-size: 14px;
  }
  .hj-footer .item-wrap .wrap3 .detail {
    margin-top: 15px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap p {
    font-size: 12px;
    line-height: 21px;
  }
  .hj-footer .explain {
    font-size: 12px;
    line-height: 46px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 440px) {
  .hj-section4 .section-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .hj-header {
    padding: 0 10px;
  }
  .hj-header .logo {
    width: 126px;
    margin: 12px 0;
  }
  .hj-header .telphone {
    right: 10px;
  }
  .hj-header .telphone img {
    width: 24px;
  }
  .content-wrap {
    padding: 0 15px;
  }
  .hj-section-wrap .section-title {
    margin-bottom: 15px;
  }
  .hj-section-wrap .section-title .en a {
    width: 84px;
    height: 28px;
    line-height: 28px;
    border-radius: 28px;
  }
  .hj-section1 .item .b {
    font-size: 14px;
    margin: 3px 0;
  }
  .hj-section1 .item .s {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .hj-section2 .section-content .item {
    margin-bottom: 12px;
  }
  .hj-section2 .section-content .item .p {
    font-size: 10px;
  }
  .hj-section4 {
    background-position: right;
  }
  .hj-section4 .section-content {
    width: 100%;
  }
  .hj-section5 .content-wrap {
    flex-wrap: wrap;
  }
  .hj-section5 .content-wrap .item-wrap {
    width: 50%;
  }
  .hj-section5 .content-wrap .empty {
    display: none;
  }
  .hj-section6 .swiper-slide .img {
    width: calc(100% - 20px);
  }
  .hj-section6 .detail-wrap {
    padding: 10px 10px 0;
  }
  .hj-section7 .item .num {
    font-size: 12px;
  }
  .hj-section7 .item .num span {
    font-size: 18px;
  }
  .hj-section7 .item .btn {
    width: 84px;
    height: 28px;
    line-height: 26px;
  }
  .hj-footer {
    padding: 20px 0 0;
  }
  .hj-footer .item-wrap .wrap1 .text {
    font-size: 13px;
  }
  .hj-footer .item-wrap .wrap1 .detail {
    margin-top: 15px;
  }
  .hj-footer .item-wrap .wrap2 li {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .hj-footer .item-wrap .wrap3 .text {
    font-size: 13px;
  }
  .hj-footer .item-wrap .wrap3 .detail {
    margin-top: 11px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap {
    border-radius: 3px;
  }
  .hj-footer .item-wrap .wrap3 .detail .ewm-wrap:last-child {
    margin-left: 12px;
  }
  .go-to-top{
    width: 40px;
	height: 40px;
	padding: 8px;
  }
}
