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 {
  width: 100%;
  height: 100%;
  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: 1600px;
  height: 100%;
  margin: auto;
}
.m-title {
  text-align: center;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 20px;
}
.m-title h2,
.m-title .h {
  font-size: 36px;
  font-weight: 500;
  color: #333;
}
.m-title .en {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.m-title.new-m-title {
  text-align: center;
}
.m-title.new-m-title h2,
.m-title.new-m-title .h {
  font-size: 36px;
  font-weight: 700;
}
.m-title.new-m-title .title-cell {
  display: inline-block;
  position: relative;
}
.m-title.new-m-title .title-cell::after,
.m-title.new-m-title .title-cell::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 117px;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.m-title.new-m-title .title-cell::after {
  right: -157px;
  background-image: url(../img/title-icon-right.png);
}
.m-title.new-m-title .title-cell::before {
  left: -157px;
  background-image: url(../img/title-icon-left.png);
}
.page-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
}
.page-loading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.page-loading .spinner > div {
  background-color: #015dfe;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.page-loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.page-loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.page-loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.page-loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#hjHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
#hjHeader .header-content {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}
#hjHeader .hj-top {
  display: none;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  background-color: #f7fbff;
}
#hjHeader .hj-top .text {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}
#hjHeader .hj-top ul li {
  display: inline-block;
  margin: 0 2px;
  color: #999;
  font-size: 12px;
}
#hjHeader .hj-top ul li h1 {
  font-size: 12px;
  font-weight: normal;
}
#hjHeader .nav-icon {
  display: none;
}
#hjHeader .header-wrap {
  position: relative;
  height: 120px;
}
#hjHeader .header-wrap .mobile-logo {
  display: none;
}
#hjHeader .header-wrap .logo {
  height: 72px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hjHeader .header-wrap .logo a {
  display: block;
  height: 100%;
}
#hjHeader .header-wrap .logo img {
  display: block;
  width: auto;
  height: 100%;
}
#hjHeader .header-wrap .nav {
  line-height: 120px;
  text-align: center;
}
#hjHeader .header-wrap .nav:before {
  content: " ";
}
#hjHeader .header-wrap .nav:after {
  clear: both;
}
#hjHeader .header-wrap .nav li {
  display: inline-block;
  margin: 0 22px;
  position: relative;
}
#hjHeader .header-wrap .nav li .nav-link {
  display: inline-block;
  position: relative;
}
#hjHeader .header-wrap .nav li .nav-link a {
  text-align: center;
  font-size: 20px;
  color: #333;
  -webkit-transform: all 0.3s;
      -ms-transform: all 0.3s;
          transform: all 0.3s;
}
#hjHeader .header-wrap .nav li .nav-link:hover a {
  color: #015dfe;
}
#hjHeader .header-wrap .nav li.active .nav-link a {
  color: #015dfe;
}
#hjHeader .header-wrap .nav li.active .nav-link::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  background-color: #015dfe;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 36px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#hjHeader .header-wrap .nav li:hover .sub-nav-wrap {
  display: block;
}
#hjHeader .header-wrap .contact {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 44px;
}
#hjHeader .header-wrap .contact .icon {
  width: 44px;
  height: 44px;
}
#hjHeader .header-wrap .contact .icon img {
  width: 100%;
  height: 100%;
}
#hjHeader .header-wrap .contact .telephone {
  color: #333;
  margin-left: 6px;
}
#hjHeader .header-wrap .contact .telephone .p2 {
  font-size: 28px;
  color: #000;
  font-weight: 500;
}
#hjHeader .header-wrap .sub-nav-wrap {
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  display: none;
}
#hjHeader .header-wrap .sub-nav-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 12px solid #fff;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list {
  padding: 10px 0;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd {
  padding: 0 50px;
  text-align: left;
  position: relative;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd.active a .t {
  color: #015dfe;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd.active a .t .line {
  border-color: #015dfe;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd.active::before {
  display: block;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd:hover a .t {
  color: #015dfe;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd:hover img {
  z-index: 10;
  display: block;
  background-color: #fff;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd:hover::before {
  display: block;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd::before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-left: 10px solid #015dfe;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list a {
  display: block;
  padding: 10px 0;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list a .t {
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  color: #333;
}
#hjHeader .header-wrap .sub-nav-wrap .sub-nav-list a .b {
  line-height: 1;
  font-size: 12px;
  color: #999;
}
.hj-footer {
  background-color: #242a33;
}
.hj-footer .connect {
  text-align: center;
  margin: auto;
  padding: 35px 0;
  border-bottom: 1px solid #3e4652;
}
.hj-footer .connect .subhead {
  font-size: 36px;
  color: #fff;
  line-height: 60px;
  font-style: italic;
  font-weight: 600;
}
.hj-footer .connect .text {
  width: 680px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  margin: 0 auto 20px;
  background: url('../img/line.png') no-repeat left bottom;
  background-size: 680px 15px;
}
.hj-footer .connect .tel-wrap div {
  font-size: 26px;
  color: #fff;
  line-height: 32px;
  font-style: italic;
  font-weight: 600;
}
.hj-footer .connect .tel-wrap p {
  width: 200px;
  height: 48px;
  font-size: 24px;
  color: #fff;
  line-height: 48px;
  background-color: #ff7f00;
  border-radius: 48px;
  margin: 10px auto 0;
}
.hj-footer .content {
  padding: 50px 0;
}
.hj-footer .content .wrap {
  margin: 0 auto;
}
.hj-footer .content .footer-nav {
  width: 16.66%;
  color: #fff;
  line-height: 30px;
  float: left;
}
.hj-footer .content .footer-nav li {
  line-height: 28px;
}
.hj-footer .content .footer-nav li:first-child {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.hj-footer .content .footer-nav a {
  font-size: 14px;
  color: #666;
}
.hj-footer .content .footer-nav .msg img {
  width: 20px;
  height: 18px;
  margin-right: 5px;
}
.hj-footer .content .footer-nav .telephone {
  line-height: initial;
}
.hj-footer .content .footer-nav .telephone img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.hj-footer .content .footer-nav .telephone .phone-wrap {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.hj-footer .content .footer-nav .telephone .phone-num {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}
.hj-footer .content .footer-nav .code {
  margin-top: 25px;
}
.hj-footer .content .footer-nav .code > img {
  width: 20px;
  height: 16px;
  margin-right: 5px;
}
.hj-footer .content .footer-nav .code .code-item {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.hj-footer .content .footer-nav .code .code-item img {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #fff;
  margin-top: 5px;
}
.hj-footer .friend-link-wrap {
  border-top: 1px solid #3e4652;
  padding: 10px 0;
}
.hj-footer .friend-link-wrap li {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hj-footer .friend-link-wrap li a {
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.hj-footer .friend-link-wrap li a:hover {
  color: #fff;
}
.hj-footer .friend-link-wrap .copyright {
  line-height: 20px;
  color: #666;
  font-size: 14px;
}
.hj-footer .friend-link-wrap .copyright a {
  color: #666;
  font-size: 14px;
}
.hj-footer .friend-link-wrap .copyright img {
  width: 14px;
  height: 16px;
  margin-left: 20px;
  vertical-align: -3px;
}
.hj-section-content {
  padding-top: 150px;
}
.yijian-banner {
  height: 400px;
  width: 100%;
  position: relative;
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  background-position: center;
}
.yijian-banner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.45;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(#000 0%, transparent 100%);
  background-image: linear-gradient(#000 0%, transparent 100%);
}
.yijian-banner .wrap {
  width: 100% !important;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.yijian-banner .wrap h3 {
  font-size: 46px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 20px;
}
.yijian-banner .wrap p {
  font-size: 22px;
  max-width: 950px;
  line-height: 1;
  line-height: 46px;
  position: relative;
  display: inline-block;
}
.yijian-banner.white-gradient::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.index-form ul {
  width: 344px;
  height: 510px;
  padding: 40px 30px;
  background-image: -webkit-linear-gradient(90deg, #00c5ff 22%, #1865e5 100%);
  background-image: -ms-linear-gradient(90deg, #00c5ff 22%, #1865e5 100%);
}
.index-form .wrap-left {
  border-radius: 16px 0 0 16px;
}
.index-form .wrap-left li {
  height: 100px;
  border-bottom: 1px solid #fff;
  padding: 26px 0;
}
.index-form .wrap-left li .text {
  width: 120px;
  font-size: 20px;
  color: #fff;
  line-height: 26px;
}
.index-form .wrap-right {
  border-radius: 0 16px 16px 0 ;
}
.index-form .wrap-right li {
  width: 208px;
  height: 64px;
  background-color: #ffffff;
  font-size: 18px;
  color: #1473eb;
  line-height: 64px;
  text-align: center;
  border-radius: 64px;
  margin: 36px auto;
}
.index-form .form-wrap {
  width: -webkit-calc(100% - 688px);
  width: calc(100% - 688px);
  height: 510px;
  background: #eee;
  display: table;
}
.index-form .form-wrap .dark-matter {
  display: table-cell;
  vertical-align: middle;
  padding: 58px;
}
.index-form .form-wrap .item {
  width: 100%;
}
.index-form .form-wrap .item .label {
  font-size: 16px;
  color: #999;
}
.index-form .form-wrap .item input {
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
  height: 40px;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  margin-bottom: 25px;
  outline: 0 none;
  padding-left: 10px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
}
.index-form .form-wrap .item-wrap .item {
  width: 48%;
}
.index-form .form-wrap .submit {
  width: 283px;
  height: 62px;
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #00c5ff 22%, #1865e5 100%);
  background-image: -ms-linear-gradient(90deg, #00c5ff 22%, #1865e5 100%);
  border-radius: 62px;
  margin: 0 auto;
}
.yijian-news .yijian-news-wrap {
  width: 1600px;
  margin: 0 auto;
}
.yijian-news .news-tabs {
  font-size: 0;
  margin-bottom: 20px;
}
.yijian-news .news-tabs .tab {
  display: inline-block;
  font-size: 26px;
  color: #333;
  line-height: 70px;
  margin-right: 40px;
  cursor: pointer;
}
.yijian-news .news-tabs .tab.active {
  color: #015dfe;
}
.yijian-news .new-contents {
  width: 100%;
}
.yijian-news .new-contents .content {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: none;
}
.yijian-news .new-contents .content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.yijian-news .new-contents .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: -webkit-calc(33.33% - 14px);
  width: calc(33.33% - 14px);
  max-width: -webkit-calc(33.33% - 14px);
  max-width: calc(33.33% - 14px);
  min-width: -webkit-calc(33.33% - 14px);
  min-width: calc(33.33% - 14px);
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.yijian-news .new-contents .item:nth-child(3n+1) {
  margin-left: 0;
}
.yijian-news .new-contents .item.big {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
.yijian-news .new-contents .item.big:hover .title {
  color: #015dfe;
}
.yijian-news .new-contents .item.big .img {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.yijian-news .new-contents .item.big .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.yijian-news .new-contents .item.big .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.yijian-news .new-contents .item.big .title {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yijian-news .new-contents .item.big .date {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
}
.yijian-news .new-contents .item.big .intr {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999;
}
.yijian-news .new-contents .item.small {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yijian-news .new-contents .item.small::before {
  content: "·";
  font-size: 18px;
  font-weight: 700;
}
.yijian-news .new-contents .item.small a {
  color: #333;
}
.yijian-news .new-contents .item.small:hover a {
  color: #015dfe;
}
.hj-page {
  text-align: center;
  padding: 40px;
}
.hj-page a {
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  line-height: 50px;
  margin: 0 10px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  color: #333;
}
.hj-page a.dots {
  border-color: transparent;
}
.hj-page a.dots:hover {
  border-color: transparent;
  color: #333;
  background-color: #fff;
}
.hj-page a.active {
  border-color: #015dfe;
  color: #fff;
  background-color: #015dfe;
}
.hj-page a:hover {
  border-color: #015dfe;
  color: #fff;
  background-color: #015dfe;
}
.hj-tab {
  text-align: left;
  line-height: 70px;
  height: 70px;
  background-color: #fff;
  margin-bottom: 50px;
  position: relative;
}
.hj-tab .tab-item {
  display: inline-block;
  margin-right: 60px;
}
.hj-tab .tab-item a {
  display: block;
  font-size: 20px;
  color: #333;
}
.hj-tab .tab-item:hover a {
  color: #015dfe;
}
.hj-tab .tab-item.active {
  border-bottom: 2px solid #015dfe;
}
.hj-tab .tab-item.active a {
  color: #015dfe;
}
.hj-tab .crumbs {
  position: absolute;
  right: 0;
  top: 0;
}
.hj-tab .crumbs a {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.hj-tab .crumbs a::after {
  content: " > ";
}
.hj-tab .crumbs a:last-child::after {
  display: none;
}
.hj-tab .crumbs a h1 {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 1660px) {
  .hj-section-content {
    padding-top: 130px;
  }
  .content-wrap {
    width: 1400px;
  }
  #hjHeader .header-content {
    width: 1400px;
  }
  #hjHeader .header-wrap {
    position: relative;
    height: 100px;
  }
  #hjHeader .header-wrap .logo {
    height: 60px;
  }
  #hjHeader .header-wrap .nav {
    line-height: 100px;
  }
  #hjHeader .header-wrap .nav li {
    margin: 0 18px;
  }
  #hjHeader .header-wrap .nav li .nav-link a {
    font-size: 18px;
  }
  #hjHeader .header-wrap .contact .telephone .p2 {
    font-size: 24px;
  }
  #hjHeader .header-wrap .sub-nav-wrap {
    top: 100px;
  }
  .hj-footer .connect {
    padding: 30px 0;
  }
  .hj-footer .connect .subhead {
    font-size: 32px;
    line-height: 52px;
  }
  .hj-footer .connect .tel-wrap div {
    font-size: 24px;
  }
  .hj-footer .connect .tel-wrap p {
    width: 188px;
    height: 42px;
    font-size: 22px;
    line-height: 42px;
    border-radius: 42px;
  }
  .hj-footer .content {
    padding: 35px 0;
  }
  .yijian-banner .wrap h3 {
    font-size: 46px;
  }
  .yijian-banner .wrap p {
    font-size: 22px;
    max-width: 80%;
    line-height: 28px;
  }
  .index-form ul {
    width: 294px;
    height: 500px;
  }
  .index-form .form-wrap {
    width: -webkit-calc(100% - 588px);
    width: calc(100% - 588px);
    height: 500px;
  }
  .index-form .form-wrap .dark-matter {
    padding: 55px;
  }
  .index-form .form-wrap .item .label {
    font-size: 15px;
  }
  .index-form .form-wrap .item input {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    font-size: 13px;
  }
  .yijian-news .yijian-news-wrap {
    width: 1400px;
  }
}
@media screen and (max-width: 1500px) {
  .m-title h2,
  .m-title .h {
    font-size: 34px;
  }
  .m-title .en {
    margin-top: 18px;
  }
  .m-title.new-m-title h2,
  .m-title.new-m-title .h {
    font-size: 34px;
  }
  .content-wrap {
    width: 1300px;
  }
  #hjHeader .header-content {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .hj-footer .connect .subhead {
    font-size: 30px;
    line-height: 46px;
  }
  .hj-footer .connect .tel-wrap div,
  .hj-footer .connect .tel-wrap p {
    display: inline-block;
    margin: 0 10px;
  }
  .hj-footer .content .footer-nav li:first-child {
    margin-bottom: 20px;
  }
  .yijian-banner .wrap h3 {
    font-size: 42px;
  }
  .yijian-banner .wrap p {
    font-size: 20px;
    line-height: 26px;
  }
  .index-form ul {
    width: 264px;
    height: 460px;
    padding: 30px;
  }
  .index-form .wrap-left li .img {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .index-form .wrap-left li .text {
    width: 110px;
    font-size: 18px;
  }
  .index-form .wrap-right li {
    width: 200px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    margin: 32px auto;
  }
  .index-form .form-wrap {
    width: -webkit-calc(100% - 528px);
    width: calc(100% - 528px);
    height: 460px;
  }
  .index-form .form-wrap .dark-matter {
    padding: 40px;
  }
  .index-form .form-wrap .item .label {
    font-size: 15px;
  }
  .index-form .form-wrap .item input {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    font-size: 13px;
    margin-bottom: 20px;
  }
  .yijian-news .yijian-news-wrap {
    width: 1300px;
  }
  .yijian-news .yijian-news-wrap .news-tabs .tab {
    font-size: 22px;
  }
}
@media screen and (max-width: 1440px) {
  .top-content-wrap {
    width: 1200px;
  }
  .content-wrap {
    width: 1200px;
  }
  .yijian-banner {
    height: 340px;
    margin-bottom: 40px;
  }
  .yijian-banner .wrap h3 {
    font-size: 40px;
  }
  .yijian-banner .wrap p {
    font-size: 20px;
    line-height: 26px;
  }
  #hjHeader .header-wrap .logo {
    height: 50px;
  }
  #hjHeader .header-wrap .nav li {
    margin: 0 14px;
  }
  #hjHeader .header-wrap .nav li.active .nav-link::after {
    bottom: 28px;
  }
  #hjHeader .header-wrap .contact {
    line-height: 34px;
  }
  #hjHeader .header-wrap .contact .icon {
    width: 34px;
    height: 34px;
  }
  #hjHeader .header-wrap .contact .telephone {
    font-size: 22px;
  }
}
@media screen and (max-width: 1366px) {
  .hj-footer .connect {
    padding: 25px 0;
  }
  .hj-footer .connect .subhead {
    font-size: 28px;
    line-height: 40px;
  }
  .hj-footer .connect .text {
    font-size: 15px;
    margin: 0 auto 16px;
  }
  .hj-footer .connect .tel-wrap div {
    font-size: 22px;
  }
  .hj-footer .connect .tel-wrap p {
    width: 174px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
    border-radius: 38px;
  }
  .hj-footer .content {
    padding: 25px 0;
  }
  .hj-footer .content .footer-nav li {
    line-height: 26px;
  }
  .hj-footer .content .footer-nav li:first-child {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .hj-footer .content .footer-nav a {
    font-size: 13px;
  }
  .hj-footer .friend-link-wrap li {
    font-size: 13px;
    line-height: 28px;
  }
  .hj-footer .friend-link-wrap li a {
    font-size: 13px;
  }
  .hj-footer .friend-link-wrap .copyright {
    font-size: 13px;
  }
  .hj-footer .friend-link-wrap .copyright a {
    font-size: 13px;
  }
  .yijian-news .yijian-news-wrap {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .m-title h2,
  .m-title .h {
    font-size: 30px;
  }
  .m-title.new-m-title h2,
  .m-title.new-m-title .h {
    font-size: 30px;
  }
  .m-title.new-m-title .title-cell::after,
  .m-title.new-m-title .title-cell::before {
    width: 90px;
  }
  .m-title.new-m-title .title-cell::after {
    right: -130px;
  }
  .m-title.new-m-title .title-cell::before {
    left: -130px;
  }
  .hj-section-content {
    padding-top: 110px;
  }
  .top-content-wrap {
    width: 1000px;
  }
  .content-wrap {
    width: 1000px;
  }
  .hj-tab {
    line-height: 60px;
    height: 60px;
    margin-bottom: 40px;
  }
  .hj-tab .tab-item {
    margin-right: 40px;
  }
  .hj-tab .tab-item a {
    font-size: 18px;
  }
  #hjHeader .header-wrap {
    height: 80px;
  }
  #hjHeader .header-wrap .logo {
    height: 40px;
  }
  #hjHeader .header-wrap .nav {
    line-height: 80px;
  }
  #hjHeader .header-wrap .nav li {
    margin: 0 14px;
  }
  #hjHeader .header-wrap .nav li .nav-link a {
    font-size: 14px;
  }
  #hjHeader .header-wrap .nav li.active .nav-link::after {
    bottom: 20px;
  }
  #hjHeader .header-wrap .contact .telephone .p2 {
    font-size: 20px;
  }
  #hjHeader .header-wrap .sub-nav-wrap {
    top: 80px;
    width: 270px;
    border-radius: 10px;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd {
    padding: 0 40px;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd::before {
    border-left: 6px solid #015dfe;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list a .t {
    font-size: 14px;
  }
  .hj-footer .connect .subhead {
    font-size: 28px;
    line-height: 46px;
  }
  .hj-footer .connect .tel-wrap div {
    font-size: 22px;
  }
  .hj-footer .connect .tel-wrap p {
    width: 178px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    border-radius: 40px;
  }
  .hj-footer .content {
    padding: 35px 0;
  }
  .hj-footer .content .footer-nav {
    width: 17% !important;
  }
  .hj-footer .content .footer-nav:nth-child(5) {
    width: 14% !important;
  }
  .hj-footer .content .footer-nav:last-child {
    width: 18% !important;
  }
  .hj-footer .content .footer-nav li:first-child {
    margin-bottom: 15px;
  }
  .yijian-banner {
    height: 300px;
    margin-bottom: 30px;
  }
  .yijian-banner .wrap h3 {
    font-size: 38px;
  }
  .yijian-banner .wrap p {
    font-size: 20px;
    line-height: 26px;
  }
  .index-form ul {
    width: 240px;
    height: 400px;
    padding: 15px 25px;
  }
  .index-form .wrap-left li {
    height: 90px;
    padding: 20px 0;
  }
  .index-form .wrap-left li .text {
    width: 98px;
    font-size: 16px;
    line-height: 24px;
  }
  .index-form .wrap-left li .img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .index-form .wrap-right li {
    width: 190px;
    height: 52px;
    font-size: 20px;
    line-height: 52px;
    margin: 30px auto;
  }
  .index-form .form-wrap {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px);
    height: 400px;
  }
  .index-form .form-wrap .dark-matter {
    padding: 25px;
  }
  .index-form .form-wrap .item .label {
    font-size: 14px;
  }
  .index-form .form-wrap .item input {
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    height: 34px;
    font-size: 12px;
    line-height: 34px;
    margin-bottom: 18px;
  }
  .index-form .form-wrap .submit {
    margin-top: 10px;
    width: 240px;
    height: 58px;
    line-height: 58px;
    border-radius: 58px;
  }
  .yijian-news .yijian-news-wrap {
    width: 1000px;
  }
  .yijian-news .yijian-news-wrap .news-tabs .tab {
    line-height: 50px;
  }
  .hj-page {
    padding: 30px;
  }
  .hj-page a {
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1024px) {
  .hj-section-content {
    padding-top: 80px;
  }
  .content-wrap {
    width: 100%;
    padding: 20px;
  }
  .m-title h2,
  .m-title .h {
    font-size: 28px;
  }
  .m-title .en {
    font-size: 14px;
    margin-top: 16px;
  }
  .m-title.new-m-title h2,
  .m-title.new-m-title .h {
    font-size: 28px;
  }
  .m-title.new-m-title .title-cell::after,
  .m-title.new-m-title .title-cell::before {
    width: 80px;
  }
  .m-title.new-m-title .title-cell::after {
    right: -120px;
  }
  .m-title.new-m-title .title-cell::before {
    left: -120px;
  }
  #hjHeader .hj-top {
    display: none;
  }
  #hjHeader .header-content {
    height: 100%;
    width: 100%;
  }
  #hjHeader .header-wrap .sub-nav-wrap {
    /* display: none !important; */
    display: block;
    position: static;
    transform: translate(0,0);
    box-shadow: none;
    width: 100%;
  }
  #hjHeader .header-wrap .sub-nav-wrap::before{
    display: none;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list a .b{
    display: none;
  }

  #hjHeader .header-wrap .logo {
    left: 20px;
  }
  #hjHeader .header-wrap .mobile-logo {
    /* display: block;
    position: fixed;
    width: 70%;
    background: #fff;
    height: 60px;
    z-index: 10;
    text-align: center;
    line-height: 60px; */
  }
  

  #hjHeader .header-wrap .contact {
    display: none;
  }
  #hjHeader .header-wrap .nav-icon {
    display: block;
    width: 35px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  #hjHeader .header-wrap .nav-icon i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #hjHeader .header-wrap .nav-icon i:first-child {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #hjHeader .header-wrap .nav-icon i:last-child {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    bottom: 0;
  }
  #hjHeader .header-wrap .nav-icon.open i {
    display: none;
  }
  #hjHeader .header-wrap .nav-icon.open i:first-child {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #hjHeader .header-wrap .nav-icon.open i:last-child {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  #hjHeader .header-wrap .nav {
    position: fixed;
    top: 80px;
    padding-top: 0px;
    width: 40%;
    left: -100%;
    height: calc(100% - 80px);
    margin: 0;
    background-color: #fff;
    box-shadow: 0 6px 8px -2px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #e8e8e8;
    /* background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: auto 34px;
    background-position: 20px 20px; */
    overflow-y: auto;
  }
  #hjHeader .header-wrap .nav li {
    display: block;
    line-height: 50px;
  }
  #hjHeader .header-wrap .nav li .nav-link {
    display: block;
  }
  #hjHeader .header-wrap .nav li .nav-link a {
    text-align: left;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
  }
  #hjHeader .header-wrap .nav li.active .nav-link {
    border-bottom: 1px solid #015dfe;
  }
  #hjHeader .header-wrap .nav li.active .nav-link::after {
    display: none;
  }
  .hj-footer .connect {
    padding: 30px 0;
  }
  .hj-footer .content {
    padding: 30px 50px 25px;
  }
  .hj-footer .content .footer-nav {
    width: 18% !important;
  }
  .hj-footer .content .footer-nav:nth-child(4),
  .hj-footer .content .footer-nav:nth-child(5) {
    width: 14% !important;
  }
  .hj-footer .friend-link-wrap {
    padding: 10px 20px;
  }
  .yijian-banner {
    height: -webkit-calc(40vh);
    height: calc(40vh);
  }
  .yijian-banner .wrap h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .yijian-banner .wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .index-form .index-form-content {
    padding: 0 20px;
    width: 100%;
    margin: auto;
  }
  .index-form ul {
    width: 25%;
    padding: 15px 25px;
  }
  .index-form .wrap-left li .img {
    -webkit-transform: scale(0.65);
        -ms-transform: scale(0.65);
            transform: scale(0.65);
  }
  .index-form .wrap-left li .text {
    width: 90px;
    font-size: 15px;
    line-height: 22px;
  }
  .index-form .wrap-right li {
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
  }
  .index-form .form-wrap {
    width: 50%;
  }
  .index-form .form-wrap .submit {
    width: 230px;
    height: 54px;
    line-height: 54px;
    border-radius: 54px;
  }
  .yijian-news {
    padding: 0 20px;
  }
  .yijian-news .yijian-news-wrap {
    width: 100%;
  }
  .yijian-news .yijian-news-wrap .news-tabs .tab {
    line-height: 50px;
  }
  .yijian-news .new-contents .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
  }
}
@media screen and (max-width: 820px) {
  .m-title h2,
  .m-title .h {
    font-size: 28px;
  }
  .m-title .en {
    font-size: 14px;
  }
  .m-title.new-m-title h2,
  .m-title.new-m-title .h {
    font-size: 28px;
  }
  .m-title.new-m-title .title-cell::after,
  .m-title.new-m-title .title-cell::before {
    width: 80px;
  }
  .m-title.new-m-title .title-cell::after {
    right: -100px;
  }
  .m-title.new-m-title .title-cell::before {
    left: -100px;
  }
  .hj-footer .connect {
    padding: 25px 0;
  }
  .hj-footer .connect .subhead,
  .hj-footer .connect .text {
    display: none;
  }
  .hj-footer .content {
    padding: 30px 80px;
  }
  .hj-footer .content .footer-nav {
    width: 33.32% !important;
  }
  .hj-footer .content .footer-nav:nth-child(2),
  .hj-footer .content .footer-nav:nth-child(3),
  .hj-footer .content .footer-nav:nth-child(5) {
    display: none !important;
  }
  .hj-footer .content .footer-nav:nth-child(4),
  .hj-footer .content .footer-nav:last-child {
    width: 33.32% !important;
  }
  .yijian-banner {
    height: -webkit-calc(40vh);
    height: calc(40vh);
  }
  .yijian-banner .wrap h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .yijian-banner .wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .index-form ul {
    width: 23%;
    height: 360px;
    padding: 15px;
  }
  .index-form .wrap-left li {
    height: 80px;
    padding: 20px 0;
  }
  .index-form .wrap-left li .img {
    -webkit-transform: scale(0.58);
        -ms-transform: scale(0.58);
            transform: scale(0.58);
  }
  .index-form .wrap-left li .text {
    width: 85px;
    font-size: 14px;
    line-height: 20px;
  }
  .index-form .wrap-right li {
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    margin: 28px auto;
  }
  .index-form .form-wrap {
    width: 54%;
    height: 360px;
  }
  .index-form .form-wrap .dark-matter {
    padding: 15px;
  }
  .index-form .form-wrap .item .label {
    font-size: 13px;
  }
  .index-form .form-wrap .item input {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-bottom: 12px;
  }
  .index-form .form-wrap .submit {
    width: 210px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .yijian-banner {
    margin-bottom: 20px;
  }
  .index-form .index-form-content {
    width: 100%;
  }
  .index-form ul {
    display: none;
  }
  .index-form .form-wrap {
    width: 100%;
    height: 360px;
    margin: auto;
  }
  .index-form .form-wrap .item-wrap {
    overflow: hidden;
  }
  .index-form .form-wrap .item-wrap .item {
    width: 100%;
    float: none;
  }
  .yijian-news {
    padding: 0 14px;
  }
  .yijian-news .yijian-news-wrap {
    width: 100%;
  }
  .yijian-news .yijian-news-wrap .news-tabs {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .yijian-news .yijian-news-wrap .news-tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 22px;
    line-height: 40px;
    margin: 0 14px;
  }
  .yijian-news .new-contents .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .yijian-news .new-contents .item.big .title {
    font-size: 18px;
  }
  .yijian-news .new-contents .item.big .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .yijian-news .new-contents .item.big .intr {
    font-size: 16px;
    height: auto;
    overflow: hidden;
    line-height: 22px;
  }
  .yijian-news .new-contents .item.small {
    margin-bottom: 10px;
  }
  .yijian-news .new-contents .item.small::before {
    display: none;
  }
  .hj-tab {
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin-bottom: 30px;
  }
  .hj-tab .tab-item {
    margin: 0 10px;
  }
  .hj-tab .tab-item a {
    font-size: 16px;
  }
  .hj-tab .crumbs {
    display: none;
  }
  #hjHeader .header-wrap .nav{
    top: 0;
    height: 100%;
  }
  #hjHeader .header-wrap .nav li{
    line-height: 36px;
  }
  #hjHeader .header-wrap .sub-nav-wrap {
    /* display: none !important; */
    display: block;
    position: static;
    transform: translate(0,0);
    box-shadow: none;
    width: 100%;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd::before{
    left: 0;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list dd{
    padding: 0 20px;
  }
  #hjHeader .header-wrap .sub-nav-wrap .sub-nav-list a{
    padding: 4px 0;
  }
}

@media screen and (max-width: 620px) {
  .m-title {
    margin-bottom: 20px;
  }
  .m-title h2,
  .m-title .h {
    font-size: 26px;
  }
  .m-title .en {
    margin-top: 14px;
  }
  .m-title.new-m-title h2,
  .m-title.new-m-title .h {
    font-size: 26px;
    font-weight: 500;
  }
  .m-title.new-m-title .title-cell::after,
  .m-title.new-m-title .title-cell::before {
    width: 70px;
  }
  .m-title.new-m-title .title-cell::after {
    right: -80px;
  }
  .m-title.new-m-title .title-cell::before {
    left: -80px;
  }
  #hjHeader .header-wrap .nav-icon {
    width: 30px;
    height: 26px;
  }
  #hjHeader .header-wrap .nav {
    width: 60%;
    line-height: 40px;
  }
  .hj-footer .content {
    padding: 30px 40px;
  }
  .hj-footer .friend-link-wrap li a {
    padding: 0 5px;
  }
  .hj-footer .friend-link-wrap .copyright span {
    display: block;
  }
  .hj-footer .friend-link-wrap .copyright img {
    margin-left: 0;
  }
  .yijian-news {
    padding: 0 14px;
  }
  .yijian-news .yijian-news-wrap {
    width: 100%;
  }
  .yijian-news .yijian-news-wrap .news-tabs {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .yijian-news .yijian-news-wrap .news-tabs .tab {
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap;
  }
  .hj-page {
    padding: 20px;
  }
  .hj-page a {
    padding: 0 10px;
    line-height: 36px;
    margin: 0 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .m-title h2,
  .m-title .h {
    font-size: 22px;
  }
  .m-title .en {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  .m-title.new-m-title h2,
  .m-title.new-m-title .h {
    font-size: 22px;
  }
  .m-title.new-m-title .title-cell::after,
  .m-title.new-m-title .title-cell::before {
    width: 70px;
    display: none;
  }
  #hjHeader .header-wrap .nav {
    width: 70%;
  }
  #hjHeader .header-wrap .nav li a {
    font-size: 14px;
  }
  #hjHeader .sub-nav-wrap .sub-nav-list a{
    padding: 5px 0;
  }
  .hj-footer .connect {
    padding: 20px 0;
  }
  .hj-footer .connect .tel-wrap div {
    font-size: 20px;
  }
  .hj-footer .connect .tel-wrap p {
    width: 150px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 36px;
  }
  .hj-footer .content {
    padding: 20px;
  }
  .hj-footer .content .footer-nav {
    width: 50% !important;
  }
  .hj-footer .content .footer-nav:nth-child(4) {
    display: none;
  }
  .hj-footer .content .footer-nav:last-child {
    width: 50% !important;
  }
  .hj-footer .friend-link-wrap {
    padding: 10px;
  }
  .hj-footer .friend-link-wrap li {
    line-height: 24px;
  }
  .yijian-banner .wrap h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .yijian-banner .wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .index-form .form-wrap {
    height: auto;
  }
  .index-form .form-wrap .dark-matter {
    padding: 25px 15px;
  }
  .index-form .form-wrap .item input {
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    margin-bottom: 12px;
  }
  .index-form .form-wrap .item-wrap .item {
    width: 100%;
  }
  .yijian-news {
    padding: 0 20px;
  }
  .yijian-news .yijian-news-wrap {
    width: 100%;
  }
  .yijian-news .yijian-news-wrap .news-tabs {
    text-align: center;
  }
  .yijian-news .yijian-news-wrap .news-tabs .tab {
    font-size: 16px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 360px) {
  .hj-footer .connect {
    padding: 20px;
  }
  .hj-footer .connect .tel-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hj-footer .connect .tel-wrap div {
    font-size: 18px;
  }
  .hj-footer .connect .tel-wrap p {
    margin: 0;
    margin-left: 10px;
    width: 140px;
    height: 34px;
    font-size: 15px;
    line-height: 32px;
    border-radius: 34px;
  }
  .hj-footer .content .footer-nav:nth-child(1) {
    display: none;
  }
  .hj-footer .content .footer-nav:last-child {
    width: 100% !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hj-footer .content .footer-nav li:first-child {
    display: none;
  }
  .hj-footer .content .footer-nav .code {
    margin-top: 0;
  }
  .hj-footer .friend-link-wrap li {
    font-size: 12px;
    line-height: 20px;
  }
  .hj-footer .friend-link-wrap li a {
    font-size: 12px;
  }
  .hj-footer .friend-link-wrap .copyright {
    font-size: 12px;
  }
  .hj-footer .friend-link-wrap .copyright a {
    font-size: 12px;
  }
  .yijian-banner .wrap h3 {
    font-size: 24px;
  }
  .yijian-banner .wrap p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -2px;
  }
  .index-form .form-wrap .dark-matter {
    padding: 20px 10px;
  }
  .index-form .form-wrap .item .label {
    font-size: 12px;
  }
  .index-form .form-wrap .item input {
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    margin-bottom: 10px;
  }
  .index-form .form-wrap .submit {
    width: 190px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    border-radius: 42px;
  }
}
