@charset "UTF-8";
html, body {
  font-size: 20px;
}

@media screen and (max-width: 1920px) {
  html, body {
    font-size: 20px;
  }
}

@media screen and (max-width: 1872px) {
  html, body {
    font-size: 19.5px;
  }
}

@media screen and (max-width: 1824px) {
  html, body {
    font-size: 19px;
  }
}

@media screen and (max-width: 1776px) {
  html, body {
    font-size: 18.5px;
  }
}

@media screen and (max-width: 1728px) {
  html, body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1680px) {
  html, body {
    font-size: 17.5px;
  }
}

@media screen and (max-width: 1632px) {
  html, body {
    font-size: 17px;
  }
}

@media screen and (max-width: 1584px) {
  html, body {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 1536px) {
  html, body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1488px) {
  html, body {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 1440px) {
  html, body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1395px) {
  html, body {
    font-size: 14.5px;
  }
}

@media screen and (max-width: 1344px) {
  html, body {
    font-size: 14px;
  }
}

@media screen and (max-width: 1296px) {
  html, body {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 1248px) {
  html, body {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  html, body {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 1115px) {
  html, body {
    font-size: 12px;
  }
}

@media screen and (max-width: 1104px) {
  html, body {
    font-size: 11.5px;
  }
}

@media screen and (max-width: 1056px) {
  html, body {
    font-size: 11px;
  }
}

@media screen and (max-width: 1008px) {
  html, body {
    font-size: 10.5px;
  }
}

@media screen and (max-width: 960px) {
  html, body {
    font-size: 10px;
  }
}

@media screen and (max-width: 912px) {
  html, body {
    font-size: 9.5px;
  }
}

@media screen and (max-width: 864px) {
  html, body {
    font-size: 9px;
  }
}

@media screen and (max-width: 816px) {
  html, body {
    font-size: 8.5px;
  }
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 8px;
  }
}

@media screen and (max-width: 720px) {
  html, body {
    font-size: 7.5px;
  }
}

@media screen and (max-width: 672px) {
  html, body {
    font-size: 7px;
  }
}

@media screen and (max-width: 624px) {
  html, body {
    font-size: 6.5px;
  }
}

@media screen and (max-width: 576px) {
  html, body {
    font-size: 6px;
  }
}

@media screen and (max-width: 528px) {
  html, body {
    font-size: 5.5px;
  }
}

@media screen and (max-width: 480px) {
  html, body {
    font-size: 5px;
  }
}

@media screen and (max-width: 432px) {
  html, body {
    font-size: 4.5px;
  }
}

@media screen and (max-width: 384px) {
  html, body {
    font-size: 4px;
  }
}

@media screen and (max-width: 336px) {
  html, body {
    font-size: 3.5px;
  }
}

@media screen and (max-width: 288px) {
  html, body {
    font-size: 3px;
  }
}

/* 元素重置样式 */
body {
  -webkit-tap-highlight-color: transparent;
  background-color: #FFF;
}

div {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
a,
span,
i,
em,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
  margin: 0;
  padding: 0;
}

html,
body,
header,
footer {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

sup,
sub {
  font-size: 83%;
}

li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  outline: 0;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

select, option {
  outline: 0;
  border: 0;
}

label, select, option, input[type=text], input[type=submit] {
  cursor: pointer;
}

p,
a {
  color: inherit;
}

img {
  max-width: 100%;
}

html {
  font-family: "Microsoft YaHei","SimSun","SimHei";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 公共样式 */
/* /文字排版、颜色/ */
header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
  font-size: 1rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

header .head_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 87.39%;
  height: 5.9em;
}

header .head_box .head_top {
  display: flex;
  align-items: center;
}

header .head_box .head_top a {
  width: 7.85em;
  height: 2.65em;
  display: inline-block;
  padding-right: .925em;
  border-right: 1px solid #dddddd;
  background-image: url(../images/jhc_logo_img01.png);
  background-size: 88.21%;
  background-position: left;
  background-repeat: no-repeat;
  margin-right: .82em;
}

header .head_box .head_top div {
  display: flex;
  flex-direction: column;
  width: 30em;
}

header .head_box .head_top div img {
  width: 100%;
}

header .head_box .head_top div span {
  font-size: 1.3em;
  font-family: Source Han Sans SC, Source Han Sans SC-Bold;
  font-weight: 700;
  text-align: left;
  color: #030303;
}

header .head_box .head_top div span i {
  color: #365BC9;
}

header .head_box .head_top div p {
  font-size: .9em;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #303030;
}

header .head_box .head_right {
  display: flex;
  align-items: center;
  margin-right: 2.3em;
}

header .head_box .head_right a {
  width: 2.25em;
  height: 2.4em;
  display: inline-block;
  background-image: url(../images/phone_img02.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.06em;
}

header .head_box .head_right div {
  display: flex;
  flex-direction: column;
}

header .head_box .head_right div span {
  opacity: 0.78;
  font-size: 1em;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}

header .head_box .head_right div p {
  font-size: 1.8em;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #2c9b50;
}

header .head_box .heand_switch {
  display: none;
}

header .head_nav {
  width: 100%;
  height: 5em;
  background: #365bc9;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .head_nav ul {
  width: 88%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #365bc9;
}

header .head_nav ul li {
  width: 11.09%;
  height: 100%;
  padding: 0;
  text-align: center;
}

header .head_nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}

header .head_nav ul li:hover {
  background: #35b90e;
}

header .head_nav ul li.active {
  background: #35b90e;
}

header .head_nav section {
  display: none;
}

footer {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  font-size: 1rem;
}

footer .submissions {
  width: 100%;
  background-image: url(../images/foot_img01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4.59em 0 4.2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .submissions .notice {
  width: 89.63%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.04em;
}

footer .submissions .notice div {
  width: 1.5em;
  height: 1.5em;
  background-image: url(../images/laba_img01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 3.37%;
  margin-right: 1%;
}

footer .submissions .notice p {
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
}

footer .submissions .contact {
  width: 89.63%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .submissions .contact .left {
  width: 43.69%;
}

footer .submissions .contact .left i {
  font-size: 1.3em;
  font-family: Source Han Sans SC, Source Han Sans SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  margin-bottom: .5em;
  display: inline-block;
}

footer .submissions .contact .left p {
  font-size: 2.3em;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  margin-bottom: .4rem;
}

footer .submissions .contact .left span {
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  display: block;
  margin-bottom: 2.15em;
  line-height: 1.6em;
}

footer .submissions .contact .left .info {
  display: flex;
  align-items: center;
}

footer .submissions .contact .left .info .info_btn {
  width: 12.95rem;
  height: 3.6rem;
  background: #ffffff;
  border-radius: .65em;
  font-size: 1.3em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #38be86;
  line-height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.45em;
}

footer .submissions .contact .left .info .info_btn div {
  width: 1.55em;
  height: 1.55em;
  margin-right: .85em;
  background-image: url(../images/kefu_img01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

footer .submissions .contact .left .info .info_phpne {
  display: flex;
  align-items: center;
}

footer .submissions .contact .left .info .info_phpne .info_left {
  width: 3.05em;
  height: 3.05em;
  border-radius: 50%;
  background-image: url(../images/phone_img01.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1.1em;
}

footer .submissions .contact .left .info .info_phpne .info_right {
  display: flex;
  flex-direction: column;
}

footer .submissions .contact .left .info .info_phpne .info_right div {
  font-family: Source Han Sans SC, Source Han Sans SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  line-height: 1em;
}

footer .submissions .contact .left .info .info_phpne .info_right div:first-child {
  font-size: .8em;
  margin-bottom: .7em;
}

footer .submissions .contact .left .info .info_phpne .info_right div:last-child {
  font-size: 1.5em;
}

footer .submissions .contact .right {
  width: 40.55%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .submissions .contact .right div {
  width: 48.85%;
  height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.05em;
}

footer .submissions .contact .right div:nth-child(3) {
  width: 100%;
  height: 7.35em;
}

footer .submissions .contact .right div:nth-child(3) textarea {
  width: 93.98%;
  height: 85%;
  outline: none;
  background-color: transparent;
  border: 0px;
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  padding: 0;
}

footer .submissions .contact .right div:nth-child(3) textarea:-ms-input-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div:nth-child(3) textarea:-moz-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div:nth-child(3) textarea::-moz-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div:nth-child(3) textarea::-webkit-input-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div:nth-child(4) {
  width: 100%;
  font-size: 1.3em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #365bc9;
  background: #ffffff;
}

footer .submissions .contact .right div input {
  width: 87.68%;
  list-style: none;
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 1.6em;
  outline: none;
  background-color: transparent;
  border: 0px;
}

footer .submissions .contact .right div input:-ms-input-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div input:-moz-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div input::-moz-placeholder {
  color: #ffffff;
}

footer .submissions .contact .right div input::-webkit-input-placeholder {
  color: #ffffff;
}

footer .footer_box {
  width: 100%;
  background: #191919;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 2.95em;
  margin-top: -1px;
}

footer .footer_box .foot_title {
  width: 89.63%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #313131;
  padding-bottom: 1.22em;
  margin-bottom: 1.77em;
}

footer .footer_box .foot_title p {
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #ffffff;
  line-height: 1.5em;
  margin-bottom: .7em;
}

footer .footer_box .foot_title span {
  font-size: 1.3em;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 1.5em;
}

footer .footer_box .drop_down {
  position: absolute;
  right: 9%;
  top: 4.82em;
  display: flex;
  align-items: flex-start;
}

footer .footer_box .drop_down .drop_list {
  margin-left: 6.5em;
}

footer .footer_box .drop_down .drop_list div {
  margin-bottom: 3.02em;
}

footer .footer_box .drop_down .drop_list div a {
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 1.5em;
}

footer .footer_box .drop_down .drop_list ul li {
  margin-bottom: 1.2em;
}

footer .footer_box .drop_down .drop_list ul li:hover a {
  color: #ffffff;
}

footer .footer_box .drop_down .drop_list ul li a {
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #828282;
  line-height: 1.5em;
}

footer .footer_box .address {
  width: 89.63%;
  display: flex;
  flex-direction: column;
  margin-bottom: 4.12em;
}

footer .footer_box .address .addre_txt {
  display: flex;
  align-items: center;
  margin-bottom: 1.87em;
}

footer .footer_box .address .addre_txt .erwm {
  width: 5em;
  height: 5em;
  margin-right: 1.17em;
  background-image: url(../images/wxem_img04.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer_box .address .addre_txt .erwm1 {
  width: 5em;
  height: 5em;
  margin-right: 1.17em;
  background-image: url(../images/wxem_img05.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

footer .footer_box .address .addre_txt .addre_phone {
  display: flex;
  flex-direction: column;
}

footer .footer_box .address .addre_txt .addre_phone p {
  font-size: .9em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #919191;
  line-height: 1.5em;
  margin-bottom: .65em;
}

footer .footer_box .address .addre_txt .addre_phone i {
  font-size: 1.4em;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 1.5em;
}

footer .footer_box .address span {
  font-size: 1em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #828282;
  line-height: 1.5em;
  margin-bottom: 1.05em;
}

footer .footer_box .address span:last-child {
  margin-bottom: 0;
}

footer .footer_box .tishi {
  width: 89.63%;
  font-size: .9em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #b7b7b7;
  line-height: 1.6em;
  margin-bottom: 1.2em;
}

footer .footer_box .technology {
  width: 100%;
  height: 3.5em;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer_box .technology ul {
  width: 89.63%;
  height: auto;
  display: flex;
  align-items: center;
}

footer .footer_box .technology ul li {
  display: flex;
  align-items: center;
  font-size: .9em;
  font-family: Source Han Sans CN, Source Han Sans CN-Normal;
  font-weight: normal;
  text-align: left;
  color: #535353;
  line-height: 1.5em;
  margin-right: 1em;
}

footer .footer_box .technology ul li:first-child {
  margin-left: 4.12em;
}

.foter_nav {
  display: none;
}

.side_nav {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
  font-size: .9em;
}

.side_nav ul {
  width: 3.27em;
}

.side_nav ul li {
  position: relative;
  background: #293d8f;
  border-radius: .55em 0px 0px .55em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.33em 0;
  margin-top: .5em;
}

.side_nav ul li:hover {
  cursor: pointer;
}

.side_nav ul li:hover .side_block {
  transform: translateX(0);
}

.side_nav ul li:nth-child(1) .side_list i {
  background-image: url(../images/nav_btn05.png);
}

.side_nav ul li:nth-child(2) {
  background: #4f98f9;
}

.side_nav ul li:nth-child(2) .side_list i {
  background-image: url(../images/kefu_img02.png);
  background-size: contain;
}

.side_nav ul li:nth-child(3) .side_list i {
  width: 12px;
  height: 9px;
  background-image: url(../images/to_top.png);
}

.side_nav ul li .side_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side_nav ul li .side_list i {
  width: 2em;
  height: 2em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: .5em;
}

.side_nav ul li .side_list span {
  font-size: 1em;
  font-family: Source Han Sans SC, Source Han Sans SC-Normal;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  line-height: 1.11em;
  letter-spacing: 1.8px;
}

.side_nav ul li .side_block {
  position: absolute;
  top: 0;
  right: 4.55em;
  background: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.5em;
  height: 100%;
  transform: translateX(200%);
  transition-duration: 1s;
  z-index: -1;
}

.side_nav ul li .side_block img {
  width: 5.5em;
  height: 5.5em;
  display: inline-block;
  margin-right: .6em;
}

.side_nav ul li .side_block .side_inns span {
  font-size: 1em;
  font-family: Source Han Sans SC, Source Han Sans SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #385dbe;
  line-height: 1.11em;
  margin-right: .42em;
}

.side_nav ul li .side_block .side_inns .gdt {
  width: 100%;
  height: .15em;
  background-color: rgba(0, 0, 0, 0.22);
  position: relative;
  margin: 3.5px 0 9.5px 0;
}

.side_nav ul li .side_block .side_inns .gdt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25%;
  height: 4px;
  background-color: #385dbe;
}

.side_nav ul li .side_block .side_inns p {
  font-size: .88em;
  font-family: Source Han Sans SC, Source Han Sans SC-Medium;
  font-weight: 500;
  text-align: center;
  color: #d3d3d3;
  line-height: 1.11em;
  padding: 0;
  position: relative;
  margin-bottom: .44em;
}

.side_nav ul li .side_block .side_inns p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: .94em;
  height: .94em;
  background-image: url(../images/phone_img04.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}