.root {
  width: 100%;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  padding-top: 6.51vw;
}

.info_search {
  display: flex;
  align-items: center;
}

.search_content {
  position: fixed;
  z-index: 100;
  top: 6.51vw;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .2s linear;
  background-color: #fff;
  overflow: hidden;
}

.search_content.active {
  height: calc(100vh - 6.51vw);
  overflow: auto;
}

.search_close {
  position: relative;
  width: 8.33vw;
  height: 8.125vw;
  margin-left: 72.8125vw;
  cursor: pointer;
  background: url(/templates/netskin/images/ic_nav_active.svg) center/contain no-repeat;
}

.search_close_icon {
  position: absolute;
  width: 1.04vw;
  height: 1.04vw;
  left: 2.4vw;
  bottom: 1vw;
  background: url(/templates/netskin/images/ic_close.svg) center/contain no-repeat;
}

.search_box {
  display: flex;
  align-items: center;
  margin: 3.4375vw auto 1.875vw;
  width: 45.3125vw;
  height: 3.125vw;
  box-sizing: border-box;
  padding: 1.25vw 1.875vw;
  border-radius: 1.5625vw;
  background: #f7f7f7;
}

.search_box input {
  width: 38.625vw;
  margin-right: 2vw;
  border: none;
  outline: none;
  background-color: #f7f7f7;
  ;
}

.search_box .search_icon {
  border: none;
  outline: none;
  width: 1vw;
  height: 1vw;
  background: url(/templates/netskin/images/search_dark.svg) center/contain no-repeat;
  cursor: pointer;
}

.search_keys {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_keys p,
.search_key_item {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 0.9375vw;
  color: #242121;
  margin-right: 0.8vw;
}

.search_key_item {
  cursor: pointer;
}

.content_list {
  width: 50vw;
  margin: 2vw auto 0;
}

.content_item {
  display: flex;
  align-items: stretch;
  height: 6.25vw;
  margin-bottom: 1.6vw;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-decoration: none;
}

.content_item img {
  display: block;
  width: 8.333vw;
  height: 6.25vw;
  margin-right: 0.78125vw;
}

.content_msg {
  box-sizing: border-box;
  padding: 0.7815vw 0;
}

.content_title {
  color: #333;
  font-size: 0.9375vw;
  margin-bottom: 0.5vw;
}

.content_time {
  color: #666;
  font-size: 0.833vw;
}

.header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  height: 6.51vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 2.24vw;
  border-bottom: 0.052vw solid #ccc;
  background: #fff;
}

.nav {
  display: flex;
  align-items: center;
}

.nav_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.98vw;
  height: 6.51vw;
  cursor: pointer;
}

.nav_item:hover::after {
  content: "";
  position: absolute;
  width: 1.46vw;
  height: 1.46vw;
  bottom: 0.599vw;
  left: 50%;
  transform: translateX(-50%);
  background: url(/templates/netskin/images/ic_nav_active.svg) center/contain no-repeat;
}

.nav_item:hover~.bg_sub_nav {
  display: block;
}

.nav_item_text {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 16px;
  color: #242121;
}

.nav_item.no_background:hover~.bg_sub_nav {
  display: none;
}

.bg_sub_nav {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 12.45vw;
  top: 6.51vw;
  left: 0;
  background: #fff;
}

.sub_nav_wrap {
  display: flex;
  position: absolute;
  top: 6.51vw;
  left: 0;
  z-index: 101;
}

.sub_nav {
  display: none;
  flex-direction: column;
  width: auto;
  padding-top: 1.042vw;
  padding-left: 1.41vw;
  white-space: nowrap;
}

.nav_item:hover .sub_nav {
  display: flex;
}

.sub_nav a {
  display: block;
  margin-bottom: 0.52vw;
  color: #4f5058;
  font-size: 14px;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  letter-spacing: 0;
}

.sub_nav a:hover {
  color: #16161a;
}

.header_right {
  display: flex;
  align-items: center;
}

.search {
  margin-right: 1.979vw;
  width: 0.99vw;
  height: 1.094vw;
  background: url(/templates/netskin/images/search_dark.svg) center/contain no-repeat;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.translate,
.translate a {
  color: #242121;
}

.header:hover .translate,
.header:hover .translate a,
.header.active .translate,
.header.active .translate a {
  color: #242121;
}


.logo {
  width: 11.979vw;
  height: 2.656vw;
  background: url(/templates/netskin/images/logo_dark.png) center/contain no-repeat;
  cursor: pointer;
}

.banner {
  position: relative;
  display: flex;
  align-items: center;
  height: 25vw;
  background: url(/templates/netskin/images/bg_detail_banner.png) center/cover no-repeat;
}

.title {
  margin-left: 8.229vw;
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 36px;
  line-height: 2.083vw;
  color: #fff;
}

.path {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 3.646vw;
  padding: 0 8.229vw;
  background: #eaeff5;
}

.path p {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 2.083vw;
  color: #626262;
}

.news_list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 3.125vw 8.229vw;
}

.news_item {
  width: 26.771vw;
  height: 26.771vw;
  margin-right: 0.938vw;
  margin-bottom: 1.563vw;
  background: #fff;
  border: 0.052vw solid #f0eded;
}

.news_item:last-child {
  margin-right: 0;
}

.news_pic {
  display: block;
  width: 23.854vw;
  height: 17.865vw;
  margin-bottom: 1.198vw;
}

.news_time {
  box-sizing: border-box;
  padding-left: 1.042vw;
  margin-bottom: 1.042vw;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 0.99vw;
  color: #b9b4b4;
}

.news_title,
.news_title a {
  width: 20.625vw;
  box-sizing: border-box;
  line-height: 1.458vw;
  padding: 0 1.042vw;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 1.198vw;
  text-align: left;
  color: #242121;
}

.news_title a {
  padding: 0 !important;
}

.news_title a:hover {
  color: #cd3f39 !important;
}

.contact {
  position: relative;
  top: 0;
  box-sizing: border-box;
  padding-left: 3.385vw;
  padding-top: 1.8vw;
  display: flex;
  height: 8.958vw;
}

.contact_text {
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.198vw;
  color: #fff;
}

.focus {
  margin-right: 11.302vw;
}

.focus_icons {
  margin-top: 1.667vw;
  display: flex;
  align-items: center;
}

.focus_item {
  width: 1.406vw;
  height: 1.406vw;
  margin-right: 1.406vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.focus_item:last-child {
  margin-right: 0;
}

.focus_wechat {
  background-image: url(/templates/netskin/images/ic_wechat.svg);
}

.focus_weibo {
  background-image: url(/templates/netskin/images/ic_weibo.svg);
}

.focus_ins {
  background-image: url(/templates/netskin/images/ic_ins.svg);
}

.focus_facebook {
  background-image: url(/templates/netskin/images/ic_facebook.svg);
}

.phone {
  display: flex;
  margin-right: 7.708vw;
}

.phone_icon {
  width: 1.875vw;
  height: 1.563vw;
  margin-right: 1.042vw;
  background: url(/templates/netskin/images/ic_contact.svg) center/contain no-repeat;
}

.phone_num {
  margin-top: 8px;
  font-family: "Source Han Sans CN Bold";
  font-weight: 500;
  font-size: 14px;
  line-height: 1.198vw;
  color: #fff;
      opacity: 0.85;
}

.email {
  display: flex;
  margin-right: 7.969vw;
}

.email_icon {
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 1.354vw;
  background: url(/templates/netskin/images/ic_email.svg) center/contain no-repeat;
}

.email_text {
  margin-top: 8px;
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.198vw;
  color: #fff;
      opacity: 0.85;
}
.address {
  display: flex;
}

.address_icon {
  width: 1.354vw;
  height: 1.875vw;
  margin-right: 1.25vw;
  background: url(/templates/netskin/images/ic_address.svg) center/contain no-repeat;
}

.address_text {
  margin-top: 8px;
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 13px;
  line-height: 1.198vw;
  color: #fff;
      opacity: 0.85;
}

.footer .detail {
  position: relative;
  height: 16.9vw;
  display: flex;
  box-sizing: border-box;
  padding-left: 3.385vw;
  padding-top: 1.5vw;
}
.company {
  margin-right: 6.667vw;
}

.company_logo {
  width: 10vw;
  height: 2.708vw;
  margin-bottom: 1.823vw;
  background: url(/templates/netskin/images/logo.svg) center/contain no-repeat;
}

.company_title {
  margin-bottom: 0.885vw;
  font-family: "Source Han Sans CN Medium";
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.company_desc {
  width: 17.5vw;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 12px;
    color: #fff;
    opacity: 0.6;
	line-height: 21px;
}

.links {
  display: flex;
}

.links_group {
  margin-right: 4.427vw;
}

.links_group:last-child {
  margin-right: 0;
}

.links_group p {
  margin-bottom: 1.667vw;
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}

.links_wrap a {
    display: block;
    color: #fff;
    opacity: 0.6;
    font-size: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
}

.links_wrap a:hover {
  opacity: 1;
}

.links_product {
  display: flex;
}

.mr_32 {
  margin-right: 1.667vw;
}

.footer {
  position: relative;
}

.footer_mask1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8vw;
  background: #0059c6;
}

.footer_mask2 {
  position: absolute;
  top: 8vw;
  left: 0;
  width: 100%;
  height: 17.865vw;
  background: #034ba2;
}

.footer_mask3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26.771vw;
  background: url(/templates/netskin/images/bg_footer.png) top left / 100% 100% no-repeat;
}

.footer_msg {
  position: relative;
  box-sizing: border-box;
  height: 7vw;
  padding: 1.25vw 3.125vw 0 2.292vw;
  background: #363839;
}

.footer_msg .msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright {
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 12px;
  color: #b2adad;
}

.other_links {
  display: flex;
  align-items: center;
}

.other_links a {
  display: block;
  margin-right: 1.042vw;
  font-family: "Source Han Sans CN";
  font-weight: 300;
  font-size: 12px;
  line-height: 1.667vw;
  color: #b2adad;
}

.friendly_links {
  display: flex;
  height: 22px;
}

.friendly_links p,
.friendly_links a {
  margin-top: 0.2vw;
  margin-right: 1.042vw;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 12px;
  color: #a0a0a0;
}

.back_to_top {
  position: absolute;
  width: 3.021vw;
  height: 3.021vw;
  top: 3.542vw;
  right: 3.177vw;
  background: url(/templates/netskin/images/ic_back2top.svg) center/contain no-repeat;
}

.company_wrap {
  box-sizing: border-box;
  padding: 3.125vw 8.229vw 0;
  margin-bottom: 4.427vw;
}

.company_name {
  margin-bottom: 3.125vw;
  color: #242121;
  font-size: 2.083vw;
  font-family: "Source Han Sans CN";
  font-weight: 500;
  letter-spacing: 0;
}

.company_msg {
  color: #242121;
  font-size: 1.042vw;
  font-family: "Source Han Sans CN";
  font-weight: 500;
  letter-spacing: 0;
}

.contact_form {
  width: 87.188vw;
  height: 44.375vw;
  margin: 0 auto 7.292vw;
}

.article {
  display: none;
  margin: 2vw auto 2.604vw;
  width: 80%;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #626262;
  max-height: 100%;
}

.article.active {
  display: block;
}

.tab_item {
  position: relative;
  width: 70px;
  margin-right: 40px;
  line-height: 3.646vw;
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.tab_item a {
  color: #0193eb;
}

.tab_item.active a {
  color: #626262;
}

.tab_item:last-child {
  margin-right: 0;
}

.tab_item.active::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 65px;
  height: 0.156vw;
  background: #0d53a7;
}

.header-m {
  display: none;
}

@media screen and (max-width: 750px) {
  .root {
    box-sizing: border-box;
    padding-top: 15.467vw;
  }

  .search-box-m {
    width: 90vw;
    height: 16vw;
    margin: 4vw auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 2.667vw 0 2.667vw 4vw;
    background-color: #f5f5f5;
  }

  .search-icon-m {
    width: 5.3vw;
    height: 5.3vw;
    background: url(/templates/netskin/images/search_dark.svg) center/contain no-repeat;
    margin-right: 1.33vw;
  }

  .search-box-m input {
    flex: 1;
    border: 0;
    outline: none;
    background-color: #f5f5f5;
  }

  .search-button-m {
    width: 20.667vw;
    height: 16vw;
    outline: none;
    border: none;
    color: #fff;
    background-color: #004896;
  }

  .header {
    display: none;
  }

  .banner {
    height: 50vw;
  }

  .title {
    font-size: 5.33vw;
  }

  .path {
    height: 10vw;
    line-height: 10vw;
  }

  .path p {
    font-size: 14px;
  }

  .news_list {
    display: block;
  }

  .news_item {
    margin-top: 2.6vw;
    width: 80vw;
    height: auto;
    margin-right: 0;
    padding-bottom: 5.33vw;
    border: 0.267vw solid #ddd;
  }

  .news_pic {
    display: block;
    width: 80vw;
    height: 52vw;
    margin-bottom: 2.6vw;
  }

  .news_time {
    padding-left: 2.6vw;
    margin-bottom: 2.6vw;
    font-weight: 400;
    font-size: 3.73vw;
  }

  .news_title,
  .news_title a {
    width: 100%;
    line-height: 1em;
    padding: 0 2.6vw;
    font-size: 3.73vw;
  }

  #tabs {
    height: 20vw;
    line-height: 10vw;
    flex-wrap: wrap;
  }

  .tab_item {
    width: 20.667vw;
    height: 10vw;
    line-height: 10vw;
    font-size: 3.73vw;
    margin-right: 0;
    text-align: center;
  }
  

  .tab_item.active::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 20vw;
    height: 0.156vw;
    background: #0d53a7;
  }

  .article {
    width: auto;
    margin: 0;
    padding: 5.33vw 6.667vw;
    font-size: 3.733vw;
    line-height: 4.8vw;
  }

  .footer {
    height: auto;
  }

  .contact {
    display: block;
    height: auto;
    padding: 5.3vw 0;
    background-color: #368cf2;
  }

  .focus {
    margin-right: 0;
  }

  .contact_text {
    text-align: center;
    font-size: 3.73vw;
    line-height: 4vw;
  }

  .focus_icons {
    margin: 2.6vw auto 0;
    justify-content: center;
  }

  .focus_item {
    width: 5.33vw;
    height: 5.33vw;
    margin: 2.6vw;
  }

  .phone,
  .email,
  .address {
    width: 55vw;
    justify-content: space-between;
    margin: 2.667vw auto 0;
  }

  .contact_wrap {
    flex: 1;
  }

  .contact_wrap .contact_text {
    text-align: left;
  }

  .phone_icon,
  .email_icon,
  .address_icon {
    width: 5.3vw;
    height: 5.3vw;
    margin-right: 2vw;
  }

  .phone_num,
  .email_text,
  .address_text {
    font-size: 3.2vw;
    line-height: normal;
  }

  .footer .detail {
    display: block;
    height: auto;
    padding: 8vw 0;
    background-color: #176cd3;
  }

  .company {
    margin-right: 0;
  }

  .company_logo {
    width: 40vw;
    height: 10vw;
    margin: 0 auto;
  }

  .company_title {
    text-align: center;
  }

  .company_desc {
    box-sizing: border-box;
    padding: 0 4vw;
  }

  .company_title,
  .company_desc {
    width: 100%;
    margin: 0 auto;
    font-size: 3.2vw;
  }

  .links {
    display: none;
  }

  .footer_msg {
    height: auto;
    padding: 5.333vw 2.667vw;
  }

  .footer_msg .msg {
    display: block;
    padding: 2.667vw;
  }

  .copyright {
    width: 80vw;
    margin: 0 auto;
    font-size: 3.2vw;
  }

  .other_links {
    justify-content: center;
  }

  .other_links a {
    font-size: 3.2vw;
    line-height: normal;
  }

  .friendly_links {
    justify-content: center;
  }

  .friendly_links p,
  .friendly_links a {
    font-size: 3.2vw;
    line-height: normal;
  }

  .back_to_top {
    width: 6.4vw;
    height: 6.4vw;
    bottom: 2.667vw;
    right: 2.667vw;
  }

  .header-m {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 4.267vw;
    height: 15.467vw;
    background-color: #fff;
  }

  .logo {
    width: 27.467vw;
    height: 15.467vw;
    cursor: pointer;
  }

  .menu-switch {
    width: 5.867vw;
    height: 4.267vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .menu-switch span {
    display: block;
    width: 100%;
    height: 0.533vw;
    margin-bottom: 1.333vw;
    border-radius: 0.8vw;
    background-color: #666;
    transition: all 0.3s linear;
  }

  .menu-switch span:nth-child(2) {
    width: 80%;
  }

  .menu-switch.menu-close span:nth-child(2) {
    width: 0;
  }

  .menu-switch.menu-close {
    position: relative;
  }

  .menu-switch.menu-close span:nth-child(1) {
    position: absolute;
    top: 2vw;
    transform: rotate(45deg);
  }

  .menu-switch.menu-close span:nth-child(3) {
    position: absolute;
    top: 2vw;
    transform: rotate(-45deg);
  }

  .nav-m {
    position: absolute;
    top: 15.467vw;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    height: 0;
    transition: height .2s linear;
    overflow: hidden;
  }

  .nav-m.nav-m-expanded {
    height: calc(100vh - 15.467vw);
    overflow: scroll;
  }

  .nav-m-item {
    width: 90vw;
    margin: 0 auto;
    border-bottom: 0.267vw solid #ccc;
    transition: height .2s linear;
  }

  .nav-m-main-item {
    height: 16vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-m-item-text {
    font-weight: normal;
  }

  .sub-nav-m {
    height: 0;
    overflow: hidden;
    transition: height .2s linear;
  }

  /* .sub-nav-m.sub-nav-m-expanded{
    height: auto;
  } */
  .sub-nav-m a {
    display: block;
    width: 100%;
    height: 9.33vw;
    line-height: 9.33vw;
    text-decoration: none;
    color: #666;
    font-size: 4.267vw;
  }

  .company_name {
    font-size: 4.8vw;
  }

  .company_msg {
    font-size: 3.2vw;
  }

  .join_us {
    width: 90vw;
    height: 16vw;
    margin: 0 auto;
    border-bottom: 0.267vw solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .join_us a {
    display: block;
    width: 100%;
    height: 9.33vw;
    line-height: 9.33vw;
    text-decoration: none;
    color: #000;
    font-size: 4.267vw;
  }
}