﻿@charset "utf-8";

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Medium';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Medium.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-style: normal;
  src: url(./HarmonyOS_Sans_SC_Regular.ttf);
  font-weight: 500;
}

.ft_b {
  font-family: 'HarmonyOS_Sans_SC_Medium';
}

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}

header,
nav,
footer,
menu {
  display: block;
}

dt {
  font-weight: 300;
}

img {
  border: none;
  max-width: 100%;
}

li {
  list-style-type: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: #193163;
}

.block {
  display: block;
}

body {
  /* font-family: "microsoft yahei", "Noto Sans SC", "Source Han Sans CN", "PingFangSC", "noto sans", Helvetica, Arial, sans-serif; */
  font-family: 'HarmonyOS_Sans_SC_Regular';
  font-size: 0.938vw;
  color: #000;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

.textBeyondHidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.textBeyondHidden2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.textBeyondHidden3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.textBeyondHidden4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.textBeyondHidden5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.display-flex {
  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;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}

.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}

.flex-flow-row {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.swiper-container .swiper-pagination {
  font-size: 0;
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 0.521vw;
  height: 0.521vw;
  margin: 0 0.365vw;
  background-color: #fff;
  position: relative;
  opacity: .3;
  transition: width 400ms;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}


.web_container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}






/*******头部********/
header {
  /* position: relative; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}


.header_column {
  display: flex;
  align-items: center;
  /* padding: 1.74rem 0; */
  /* padding-right: 1.875rem; */
  /* background-color: #f5f5f5; */
  /* padding-left: 1.875rem; */
}



.head-language-icon {
  /* width: 1.4375rem; */
  /* height: 1.4375rem; */
  display: flex;


}

.head-language-icon a {
  display: flex;
  align-items: center;

  margin-left: 1.042vw;
  color: #fff !important;
  font-size: 0.833vw;
  width: 4.479vw;
  height: 2.083vw;
  border-radius: 0.417vw;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  padding-left: 2.292vw;
}

.head-language-icon a::before {
  content: '';
  position: absolute;
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../images/icon05_w.png);
  background-size: 100% 100%;
  left: 1.042vw;
  top: 50%;
  transform: translateY(-50%);
}

.head-language-icon img {
  width: 100%;
  height: 100%;
}

.language {
  position: relative;
}

.language::after {
  content: '';
  position: absolute;
  top: 40%;

  right: -1.042vw;
  border-left: 0.417vw solid transparent;
  border-top: 0.417vw solid #555555;
  border-right: 0.417vw solid transparent;
  border-bottom: 0.417vw solid transparent;
}





header .header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 550ms cubic-bezier(0, 0.55, 0.45, 1);
  background-color: #000000;
  /* border-bottom: 1px solid rgba(25, 49, 99, 0.15); */
}

.insidePage header {
  position: relative;
}

.insidePage header .header-main {
  /* background-color: transparent; */
}

.insidePage.headerScollfox header .header-main {
  background-color: #000000;
}

header .display-flex {
  position: relative;
}

header .logo {
  position: relative;
}

header .logo a {
  display: block;
}

header .logo a .img {
  width: 8.333vw;
  height: 1.719vw;
  background-image: url(../images/logo.png);
  background-size: 100% 100%
}

header .header-nav>ul>li {
  margin-left: 3.125vw;
  position: relative;
}

header .header-nav>ul>li:last-child {
  margin-right: 3.125vw;
}

header .header-nav>ul>li .link {
  display: block;
  position: relative;
  font-size: 0.938vw;
  color: #FFFFFF;
  padding-top: 2.083vw;
  padding-bottom: 2.083vw;
  line-height: 1.771vw;
}

header .header-nav>ul>li .link span {
  position: relative;
  display: inline-block;
  /* padding-top: 0.375rem; */
  /* padding-bottom: 0.375rem; */
}

header .header-nav>ul>li.active .link span::after,
header .header-nav>ul>li:hover .link span::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.104vw;
  background-color: #fff;
  transition: all 400ms;

}
.aboutbody header .header-nav>ul>li:hover .link span::after
{
    background-color: #000000;
}


/* header .header-nav>ul>li.active .link,
header .header-nav>ul>li:hover .link {
  color: #f3981e;
} */

header .header_languagebox {
  position: relative;
  /* padding-left: 0.9375rem; */
  /* margin-right: 0.9375rem; */

}

/* header .header_languagebox::after {
  content: '';
  width: 1px;
  height: 1.4375rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: #D1D6E0;
  transform: translateY(-50%);

} */

.header_column .contactUs a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 8.125rem;
  height: 2.5rem;
  border-radius: 6.25rem;
  border: 1px solid #4D4D4D; */
  font-weight: 400;
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 0.938vw;

}


/* 语言下拉 */
header .header_language_level_nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;

  visibility: hidden;
  pointer-events: auto;
  z-index: 8;
  padding-top: 1.563vw;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -ms-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease;
}

.header_language_level_navBox div {
  padding-top: 0.417vw;
  padding-bottom: 0.417vw;
}

.header_languagebox {
  position: relative;
}

header .header_language_level_nav .header_language_level_navBox {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: #f5f5f5;
  text-align: center;
}

header .header_languagebox:hover .header_language_level_nav {
  opacity: 1;
  visibility: visible;
}

header .header_languagebox:hover .language::after {
  border-left: 0.417vw solid transparent;
  border-top: 0vw solid transparent;
  border-right: 0.417vw solid transparent;
  border-bottom: 0.417vw solid #555555;
}

.header_language_level_navBox div:hover a {
  color: #1ba195;
}

/*搜索栏*/
.searchField {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  overflow: hidden;
  display: none;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-top: 2px solid #e5e5e5;
  padding: 1.667vw 0;
}

.searchField_form {
  position: relative;
  max-width: 76%;
  margin: 0 auto;
  overflow: hidden;
}

.searchField_form .form-control {
  font-size: 0.933vw;
  border-radius: 0.375rem;
  height: 3.125rem;
  box-shadow: none;
  border: 0;
  color: #111111;
  padding: 0 3.833vw 0 0.833vw;
  font-weight: 300;
  background-color: #f5f5f7;
}

.searchField_form .form-control:placeholder {
  font-size: 0.933vw;
}

.searchField_form .btn {
  position: absolute;
  padding-right: 1.917vw;
  padding-left: 1.917vw;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1.12rem;
  box-shadow: none;
  color: #ffffff;
  z-index: 9;
  transition: all .5s;
  overflow: hidden;
  text-indent: -999px;
}

.searchField_form .btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.517vw;
  bottom: 0;
  z-index: 8;
  width: 3.833vw;
  background-image: url(../images/search02.svg);
  background-size: 1.35vw auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 400ms;
}

.searchField_form .btn:hover:before {
  right: 0;
}

/*下拉*/
header .header-nav ul li.link_item:hover .headerDropDown {
  opacity: 1;
  visibility: visible;
}

/* header .header-nav ul li.link_item:hover .link::after {
  width: 0;
} */

.headerDropDown.active {
  opacity: 1;
  visibility: visible;
}

.headerDropDown {
  position: absolute;
  top: 100%;
  /* left: 50%; */
  left: -1.979vw;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 279.994px;
  /* height: 13.333vw; */
  /* transform: translateX(-50%); */
  transition: all 400ms;

}



/* .headerDropDown:before {
  content: '';
  position: absolute;
  top: -0.5rem;

  left: 2.5rem;
  margin-left: -0.56rem;
  border-left: 0.56rem solid transparent;
  border-right: 0.56rem solid transparent;
  border-bottom: 0.56rem solid #ffffff;
} */

.headerDropDown .headerDropDownList {
  background-color: rgba(0, 0, 0, 1);

  /* overflow: hidden; */
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  /* display: flex;
  flex-wrap: wrap; */
  /* height: 16rem; */
  position: relative;
  padding: 0.833vw;
  border-radius: 0.417vw;
}






.headerDropDown .headerDropDownList .link_item_on {
  position: relative;
  /* margin-bottom: 0.313vw; */

}



.headerDropDown .headerDropDownList .link_item_on:last-child {
  /* margin-bottom: 0rem; */
}


.headerDropDown .headerDropDownList ._link {

  transition: all 400ms;
  /* width: 10rem; */
  display: inline-block;
  /* height: 2.5rem; */
  /* line-height: 2.25rem; */
  /* padding-left: 1.25rem; */
  position: relative;
  padding: 0.833vw 0;

}

.headerDropDown .headerDropDownList ._link::before {
  position: absolute;
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../images/jt1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: 0rem;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 400ms;
}

.headerDropDown .headerDropDownList .link_item_on:hover ._link::before {
  opacity: 1;
}

/* .headerDropDown .headerDropDownList .link_item_on:hover ._link {
  color: #f3981e;

} */


.headerDropDown .headerDropDownList .link_item_on a {
  display: flex;
  align-items: center;

}

.headerDropDown .headerDropDownList .link_item_on a:hover .ft_16 {
  text-decoration: underline;
}

.headerDropDown .headerDropDownList .link_item_on .ioc {
  width: 1.042vw;
  height: 1.042vw;
  background-size: 100% 100%;
  margin-right: 0.99vw;
}

.headerDropDown .headerDropDownList .link_item_on .box_r {
  width: 90%;
}


/**/
.menu_botton {
  position: absolute;
  right: 75px;
  top: 73px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}

.menu_botton strong {
  display: inline-block;
  float: left;
  color: #2f318b;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 12px;
}

#menu_toggle1 {
  display: none;
}

.menu_botton span {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
  margin-top: -2px;
}

.menu_botton span:after,
.menu_botton span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: .3s, .3s;
  -moz-transition-duration: .3s, .3s;
  -ms-transition-duration: .3s, .3s;
  -o-transition-duration: .3s, .3s;
  transition-duration: .3s, .3s;
  -webkit-transition-delay: .3s, 0s;
  -moz-transition-delay: .3s, 0s;
  -ms-transition-delay: .3s, 0s;
  -o-transition-delay: .3s, 0s;
  transition-delay: .3s, 0s;
}

.menu_botton span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menu_botton span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.mm-opened .menu_botton span {
  background-color: transparent;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.mm-opened .menu_botton span:after,
.mm-opened .menu_botton span:before {
  -webkit-transition-delay: 0s, .3s;
  -moz-transition-delay: 0s, .3s;
  -ms-transition-delay: 0s, .3s;
  -o-transition-delay: 0s, .3s;
  transition-delay: 0s, .3s;
}

.mm-opened .menu_botton span:before {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-opened .menu_botton span:after {
  bottom: 0;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********尾部************/

footer {
  background: #000;
  /* background: linear-gradient(to right bottom, #afe1f1, #1b618e); */
  position: relative;
}

footer .footer_main {
  position: relative;

  border-top: 1px solid rgba(255, 255, 255, 0.12);

  padding-left: 6.51vw;
}

footer .footer_main .box_sm {
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 3.125rem 2.5rem;
}

footer .footer_main .box_sm:first-child {
  padding-left: 0;
  border-left: 0;
}

footer .footer_box {
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.625rem;

}




footer .footer_nav li {
  position: relative;
  font-size: 1.0rem;
  color: #111111;
  /* margin-right: 3.75rem; */

}

footer .footer_nav li p {
  font-size: 0.833vw;
  color: #777777;
}

footer .footer_nav li p:first-child {
  padding-bottom: 4.948vw;
}

footer .footer_nav li p a {
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 1.75rem;

}

footer .footer_nav li p.title {
  margin-top: 0.833vw;
}

footer .footer_nav li p.title a:hover {
  text-decoration: underline;
}

/* footer .footer_navbox .box {
  display: flex;
  flex-wrap: wrap;
} */




footer .footer_nav li a:hover {
  /* color: #173192; */
  text-decoration: underline;
}


footer .footer_box .img {
  width: 4.688vw;
  height: 4.74vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .box_sm .box_ss {
  padding-bottom: 4.948vw;
}












footer .footer_copyright {
  padding-top: 1.823vw;
  padding-bottom: 1.823vw;
  font-size: 0.833vw;
  color: #777777;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  text-align: center;

}

footer .footer_copyright .box {
  width: 100%;
}

footer .footer_copyright .fCopyright {
  font-size: 0.833vw;
  line-height: 1.25vw;
  color: #4D4D4D;
}

footer .footer_copyright .fCopyright a {
  color: #4D4D4D;

}

footer .footer_copyright .box_l {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.729vw;
  line-height: 1.146vw;
}

footer .footer_copyright .box_l a {
  color: rgba(255, 255, 255, 0.5);
}


.fCopyleft a {
  padding-right: 0.833vw;
  padding-left: 0.833vw;
  position: relative;
  color: #8d8d8e;
}

.fCopyleft a:last-child {
  padding-right: 0;
}

.fCopyleft a.link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.12);
  transform: translateY(-38%);
}


/* footer .footer_copyright .fCopyright a.link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/bottomIcon_fff.svg) no-repeat center;
  transform: rotateZ(-90deg);
} */

footer .footer_copyright .fCopyright a:hover {
  text-decoration: underline;
}

.footer_share {
  position: relative;
  display: flex;

}

.footer_share .fshare_items {
  margin-right: 0.625vw;
  position: relative;
}

.footer_share .fshare_items a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #fff; */
  /* padding: 0.5rem; */
  width: 1.667vw;
  height: 1.667vw;
  /* border: 1px solid #4D4D4D; */
  border-radius: 100%;
}

.footer_share .fshare_items a img {

  display: block;
  /* width: 1.5rem; */
  width: 100% 100%
}



.fshare_model:hover .fshare_modelBox {
  opacity: 1;
  visibility: visible;
}

.fshare_modelBox {
  position: absolute;
  z-index: 9999;
  bottom: calc(100% + 1rem);
  left: 50%;
  margin-left: -4.62rem;
  background-color: #ffffff;
  border-radius: 6px;
  width: 8rem;
  /*width: 9.25rem;*/
  /*padding: 0.62rem;*/
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease-in-out;
  box-shadow: 0 0 3.12rem rgba(0, 0, 0, 0.1);
}

.fshare_modelBox::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.fshare_modelBox .img {
  width: 8.0rem;
  text-align: center;
}







.footermore {
  display: flex;
  justify-content: center;
}

.footermore a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.625rem;
  background-color: #45b8a0;
  color: #fff;
  font-size: 1rem;
  border-radius: 1.3125rem;
  transition: all 400ms;
}

.footermore a:hover {
  background-color: #1f8771;
}

/*****主体开始*******/

.hbanner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;

  background-size: cover;

}

.hbanner .box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* justify-content: center; */
  margin-top: 14.063vw;

}

.hbanner .box .title {
  font-size: 3.75vw;
  color: #FFFFFF;
  letter-spacing: 0.729vw;
  margin-bottom: 1.875vw;
}






/*公共字体大小边距颜色*/

.mg_t5 {
  margin-top: 0.26vw;
}

.mg_b5 {
  margin-bottom: 0.26vw;
}

.mg_t10 {
  margin-top: 0.521vw;
}

.mg_b10 {
  margin-bottom: 0.521vw;
}

.mg_t15 {
  margin-top: 0.781vw;
}

.mg_b15 {
  margin-bottom: 0.781vw;
}

.mg_t20 {
  margin-top: 1.042vw;
}

.mg_b25 {
  margin-bottom: 1.302vw;
}

.mg_t25 {
  margin-top: 1.302vw;
}

.mg_b20 {
  margin-bottom: 1.042vw;
}

.mg_t30 {
  margin-top: 1.563vw;
}

.mg_b30 {
  margin-bottom: 1.563vw;
}

.mg_t33 {
  margin-top: 1.719vw;
}

.mg_b33 {
  margin-bottom: 1.719vw;
}

.mg_t40 {
  margin-top: 2.083vw;
}

.mg_b40 {
  margin-bottom: 2.083vw;
}

.mg_t50 {
  margin-top: 2.604vw;
}

.mg_b50 {
  margin-bottom: 2.604vw;
}

.mg_t60 {
  margin-top: 3.125vw;
}

.mg_b60 {
  margin-bottom: 3.125vw;
}

.pb_16 {
  padding-bottom: 0.833vw !important;
}

.pb_20 {
  padding-bottom: 1.042vw !important;
}

.pt_20 {
  padding-top: 1.042vw !important;
}

.pb_26 {
  padding-bottom: 1.35vw !important;
}

.pt_26 {
  padding-top: 1.35vw !important;
}

.pb_36 {
  padding-bottom: 1.875vw !important;
}

.pt_36 {
  padding-top: 1.875vw !important;
}

.pb_46 {
  padding-bottom: 2.4vw !important;
}

.pb_56 {
  padding-bottom: 2.917vw !important;
}

.pt_56 {
  padding-top: 2.917vw !important;
}

.pb_66 {
  padding-bottom: 3.433vw !important;
}

.pt_80 {
  padding-top: 4.167vw;
}

.pb_80 {
  padding-bottom: 4.167vw;
}

.pt_100 {
  padding-top: 5.208vw;
}

.pb_100 {
  padding-bottom: 5.208vw;
}

.pl_100 {
  padding-left: 5.208vw;
}

.pr_100 {
  padding-right: 5.208vw;
}

.pb_120 {
  padding-bottom: 6.25vw;
}

.pt_120 {
  padding-top: 6.25vw;
}

.pb_130 {
  padding-bottom: 6.771vw;
}

.pt_130 {
  padding-top: 6.771vw;
}

.pb_150 {
  padding-bottom: 7.813vw;
}

.pt_150 {
  padding-top: 7.813vw;
}

.ft_b {
  font-weight: bold;
}

.ft_12 {
  font-size: 0.625vw;
}

.ft_14 {
  font-size: 0.729vw;
}


.ft_16 {
  font-size: 0.833vw;
}

.ft_18 {
  font-size: 0.938vw;
}

.ft_20 {
  font-size: 1.042vw;
}

.ft_22 {
  font-size: 1.146vw;
}

.ft_24 {
  font-size: 1.25vw;
}

.ft_26 {
  font-size: 1.354vw;
}

.ft_28 {
  font-size: 1.458vw;
}

.ft_32 {
  font-size: 1.667vw;
}

.ft_35 {
  font-size: 1.823vw;
}

.ft_36 {
  font-size: 1.875vw;
}

.ft_38 {
  font-size: 1.979vw;
}

.ft_40 {
  font-size: 2.083vw;
}

.ft_44 {
  font-size: 2.292vw;
}

.ft_46 {
  font-size: 2.396vw;
}

.ft_50 {
  font-size: 2.604vw;
}

.ft_52 {
  font-size: 2.708vw;
}

.ft_54 {
  font-size: 2.813vw;
}

.ft_56 {
  font-size: 2.917vw;
}

.ft_64 {
  font-size: 3.333vw;
}

.lh_84 {
  line-height: 4.375vw;
}

.lh_76 {
  line-height: 3.958vw;
}

.lh_74 {
  line-height: 3.854vw;
}

.lh_72 {
  line-height: 3.75vw;
}

.lh_60 {
  line-height: 3.125vw;
}

.lh_42 {
  line-height: 2.188vw;
}

.lh_38 {
  line-height: 1.979vw;
}

.lh_34 {
  line-height: 1.771vw;
}

.lh_30 {
  line-height: 1.563vw;
}

.lh_31 {
  line-height: 1.615vw;
}

.lh_28 {
  line-height: 1.458vw;
}

.lh_23 {
  line-height: 1.198vw;
}

.lh_16 {
  line-height: 0.833vw;
}

.ft_fff {
  color: #ffffff;
}

.ft_000 {
  color: #000;
}

.ft_999 {
  color: #999;
}

.ft_888 {
  color: #888888;
}

.ft_777 {
  color: #777777;
}

.ft_6B6B6B {
  color: #6B6B6B;
}

.ft_666 {
  color: #666;
}

.bg_fff {
  background-color: #fff;
}

.bg_ebeff2 {
  background-color: #ebeff2;
}



.hMore {
  position: relative;
  z-index: 1;
}

.hMore a {
  width: 8.333vw;
  height: 2.604vw;
  background: #FFFFFF;
  border-radius: 0.313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #000000;
  font-weight: 400;
  position: relative;

  cursor: pointer;
  transition: all 400ms;

}



.hMore a:hover {
  background-color: #fff;
  color: #000;
}





.hMore span {
  width: 8.333vw;
  height: 2.604vw;
  background: #000000;
  border-radius: 0.313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #fff;
  font-weight: 400;
  position: relative;

  cursor: pointer;
  transition: all 400ms;

}

.hMore1 a {
  width: 8.333vw;
  height: 2.604vw;
  background: #000000;
  border-radius: 0.313vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.938vw;
  color: #fff;
  font-weight: 400;
  position: relative;

  cursor: pointer;
  transition: all 400ms;

}



.hMore1 a:hover {
  background-color: #000000;
  color: #fff;
}



.container-fluid {
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}



/**/


.homeArea {
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}

.homeArea .box_t {
  display: flex;
  justify-content: space-between;

}

.homeArea .box_t div {
  width: 50%;
}

.homeArea .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.homeArea .box::after {
  content: '';
  flex-basis: 31%;
}

.homeArea .box .box_sm {
  width: 31%;
  height: 15.625vw;
  border-radius: 1.354vw;
  border: 1px solid #2F2F2F;
  padding: 2.083vw 2.604vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.homeArea .box_sm .ico {
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: 100% 100%;

}

.homeArea .box_sm .ico1 {
  display: none;
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: 100% 100%;
}

.homeArea .box_sm:hover .ico1 {
  display: block;
}

.homeArea .box_sm:hover .ico {
  display: none;
}

.homeArea .box_sm .box_smb {
  color: #fff;
}

.homeArea .box_sm:hover {
  background-color: #fff;
}

.homeArea .box_sm:hover .ft_28,
.homeArea .box_sm:hover .ft_18 {
  color: #000;
}




/**/
.hCro {
  height: 25.521vw;
  position: relative;
  background-image: url(../images/hCro.png);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.hCro .box {
  display: flex;


}



.hCro .box .box_sm {
  padding-right: 2.083vw;
  padding-left: 2.083vw;
  width: 25%;
  border-left: 1px solid rgba(255, 255, 255, .3);
  height: 11.979vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.hCro .box .box_sm .num,
.numd {
  font-size: 3.646vw;

  line-height: 3.854vw;
}

/**/
.hproduct .button {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.042vw;
}

.hproduct .button .swiper-button-prev,
.hproduct .button .swiper-button-next {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 100%;
  left: auto;
  right: auto;

}

.hproduct .button .swiper-button-next {
  margin-left: 0.938vw;
}

.hproduct .swiper-button-prev:after,
.hproduct .swiper-container-rtl .swiper-button-next:after {
  content: '';
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../images/jt.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hproduct .swiper-button-next:after,
.hproduct .swiper-container-rtl .swiper-button-prev:after {
  content: '';
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../images/jt1.png);
  background-size: 100% 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hproductjs {

  padding-bottom: 2.5vw;
  padding-top: 2.083vw;
}

.hproductjs .box .box_s {
  padding: 2.5vw 2.5vw 0 2.5vw;
}

.hproductjs .box .box_t {
  padding-bottom: 2.292vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.hproductjs .swiper-slide {
  background-color: #fff;
  border-radius: 1.354vw 1.354vw 1.354vw 1.354vw;
}

.hproductjs .box .box_c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 2.1875rem;
  padding-bottom: 1.042vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.hproductjs .box .box_c::after {
  content: '';
  flex-basis: 31;
}

.hproductjs .box .box_c .box_sm {
  width: 30%;
  height: 2.813vw;
  margin-bottom: 1.75rem;
}

.hproductjs .box .box_c .box_sm img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.hproductjs .box .box_c .box_sm:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}

.hproductjs .box .box_b {

  padding: 1.458vw 2.5vw;
  font-size: 1.125rem;
  display: block;
  color: #000;
}

.hproductjs .box .box_b:hover {
  background-color: rgba(248, 248, 248, 0.90);
}

.hproductjs .box .box_b:hover .tmonre::before {
  background-image: url(../images/jtr1.png);
}

.hproductjs .box .box_b .tmonre {
  position: relative;
}

.hproductjs .box .tmonre::before {
  position: absolute;
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../images/jtr.png);
  background-size: 100% 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(225, 225, 225, 1);
  opacity: 1;
}

.my.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 1);
}

/**/
.hMapbox {
  width: 98.125rem;
  height: 48.3125rem;
  position: relative;
  background-image: url(../images/map.png);
  background-size: 100% 100%;
  margin: 0 auto;
}

.ulMap li {
  position: absolute;
  cursor: pointer;
}



.popFrame {
  position: relative;
  padding: 0.521vw 0.625vw;
  background-color: #fff;
  border-radius: 0.417vw;
  z-index: 2;
      width: max-content;
  top: -1.833vw;
  right: -2.083vw;
  display: none;
}

.popFrame .box {
  display: flex;
  align-items: center;
}

.popFrame::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: -0.25rem;
  border-top: 0.26vw solid transparent;
  border-right: 0.26vw solid #ffffff;
  border-bottom: 0.26vw solid transparent;
}

.popFrame .img {
  width: 1.563vw;
  height: 1.563vw;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.521vw;
}

.ulMap .active .popFrame {
  display: inline-block;
}

.ulMap li {
  animation: pulse-ring 3s ease 3;
  animation-direction: alternate;
}

@keyframes pulse-ring {
  0% {
    opacity: 0;
  }

  100% {

    opacity: 1;
  }
}

.ulMap .li-1 {
  top: 29%;
  left: 18%;
  animation-delay: 1.2s;
}

.ulMap .li-1 .circle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: #fff;
}

.ulMap .li-2 {
     top: 76.5%;
    left: 85.5%;
  animation-delay: 1.4s;
}

.ulMap .li-2 .circle {
  width: 0.833vw;
  height: 0.833vw;
  border-radius: 100%;
  background-color: rgba(136, 136, 136, 1);
}

.ulMap .li-3 {
  top: 35%;
  left: 46.3%;
  animation-delay: 1.6s;
}

.ulMap .li-3 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}





.ulMap .li-4 {
  top: 36%;
  left: 49%;
  animation-delay: 1.8s;
}

.ulMap .li-4 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-5 {
     top: 23%;
    left: 19%;
  animation-delay: 2s;
}

.ulMap .li-5 .circle {
  width: 1.25vw;
  height: 1.25vw;
  background: #888888;
  border-radius: 100%;

}

.ulMap .li-6 {
   top: 27%;
    left: 9.5%;
  animation-delay: 2.2s;
}

.ulMap .li-6 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);

}

.ulMap .li-7 {
  top: 48%;
  left: 44.8%;
  animation-delay: 2.4s;
}

.ulMap .li-7 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(136, 136, 136, 1);

}

.ulMap .li-8 {
  top: 59%;
  left: 46.8%;
  animation-delay: 2.6s;
}

.ulMap .li-8 .circle {
  width: 0.833vw;
  height: 0.833vw;
  background: #888888;
  border-radius: 100%;


}

.ulMap .li-9 {
  top: 54%;
  left: 58.4%;
  animation-delay: 4.6s;
}

.ulMap .li-9 .circle {
  width: 0.885vw;
  height: 0.885vw;
  background: #888888;

  border-radius: 100%;


}

.ulMap .li-10 {
  top: 52%;
  left: 62.4%;
  animation-delay: 2.8s;
}

.ulMap .li-10 .circle {
  width: 0.5625rem;
  height: 0.5625rem;
  background: #FFFFFF;

  border-radius: 100%;


}

.ulMap .li-11 {
  top: 39%;
  left: 70.4%;
  animation-delay: 3s;
}

.ulMap .li-11 .circle {
  width: 0.833vw;
  height: 0.833vw;
  background: #FFFFFF;
  border-radius: 100%;

}

.ulMap .li-12 {
  top: 25%;
  left: 73.6%;
  animation-delay: 3.2s;
}

.ulMap .li-12 .circle {
  width: 0.833vw;
  height: 0.833vw;
  background: #888888;
  border-radius: 100%;

}

.ulMap .li-13 {
  top: 35%;
  left: 76.4%;
  animation-delay: 3.4s;
}

.ulMap .li-13 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #FFFFFF;
  border-radius: 100%;

}

.ulMap .li-14 {
  top: 43%;
  left: 74.4%;
  animation-delay: 3.6s;
}

.ulMap .li-14 .circle {
  width: 2.396vw;
  height: 2.396vw;
  background: #D43834;
  border-radius: 100%;
  position: relative;

}
.ulMap .li-14 .circle:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.125vw;
  height: 3.125vw;
  background: rgba(212, 56, 52, .4);
  border-radius: 0vw 0vw 0vw 0vw;
  border-radius: 100%;
  z-index: 1;
}

.ulMap .li-14 .circle:before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 0.885vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icoww.png);
  background-size: 100% 100%;
  z-index: 2;
}

.ulMap .li-15 {
  top: 57%;
  left: 76.4%;
  animation-delay: 3.8s;
}

.ulMap .li-15 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #888888;
  border-radius: 100%;

}

.ulMap .li-16 {
  top: 58%;
  left: 77.4%;
  animation-delay: 4s;
}

.ulMap .li-16 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #FFFFFF;
  border-radius: 100%;

}

.ulMap .li-17 {
  top: 62.4%;
  left: 75%;
  animation-delay: 4.2s;
}

.ulMap .li-17 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #FFFFFF;
  border-radius: 100%;

}

.ulMap .li-18 {
  top: 63.4%;
  left: 77%;
  animation-delay: 4.4s;
}

.ulMap .li-18 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #888888;
  border-radius: 100%;

}

.ulMap .li-19 {
  top: 51%;
  left: 79%;
  animation-delay: 4.6s;
}

.ulMap .li-19 .circle {
  width: 0.313vw;
  height: 0.313vw;
  background: #fff;
  border-radius: 100%;

}

.ulMap .li-20 {
  top: 49.8%;
  left: 79.8%;
  animation-delay: 4.8s;
}

.ulMap .li-20 .circle {
  width: 0.313vw;
  height: 0.313vw;
  background: #fff;
  border-radius: 100%;

}

.ulMap .li-21 {
  top: 43%;
  left: 82%;
  animation-delay: 5s;
}

.ulMap .li-21 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #FFFFFF;
  border-radius: 100%;

}

.ulMap .li-22 {
  top: 65%;
  left: 81%;
  animation-delay: 5.2s;
}

.ulMap .li-22 .circle {
  width: 0.833vw;
  height: 0.833vw;
  background: #FFFFFF;
  border-radius: 100%;

}

.ulMap .li-23 {
  top: 41.5%;
  left: 85.5%;
  animation-delay: 5.4s;
}

.ulMap .li-23 .circle {
  width: 0.469vw;
  height: 0.469vw;
  background: #888888;
  border-radius: 100%;

}

.ulMap .li-24 {
        top: 86.5%;
    left: 94.5%;
  animation-delay: 5.6s;
}

.ulMap .li-24 .circle {
  width: 0.833vw;
  height: 0.833vw;
  background: #FFFFFF;
  border-radius: 100%;

}
.ulMap .li-25 {
      top: 34%;
    left: 12%;

  animation-delay: 1.6s;
}

.ulMap .li-25 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-26 {
 top: 18%;
    left: 13.5%;

  animation-delay: 1.6s;
}

.ulMap .li-26 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}
.ulMap .li-28 {
    top: 25%;
    left: 15.5%;

  animation-delay: 1.6s;
}

.ulMap .li-28 .circle {
  width: 0.469vw;
  height: 0.469vw;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}

.ulMap .li-27 {
    top: 30%;
    left: 103%;

  animation-delay: 1.6s;
}

.ulMap .li-27 .circle {
    width: 1.25rem;
    height: 1.25rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 1);
}
.ulMap .li-27 .popFrame{right: 5.917vw;}
.ulMap .li-27 .popFrame::before{
        border-top: 0.26vw solid transparent;
    border-right: 0.26vw solid transparent;
    border-left: 0.26vw solid #FFFFFF;
    border-bottom: 0.26vw solid transparent;
    left: auto;
    right: -0.5rem;
}
/**/
.hcase .box {
  padding-left: 0.938vw;
  padding-right: 0.938vw;
  display: flex;
  justify-content: space-between;
  height: 29.896vw;
  overflow: hidden;
}

.hcase .box .box_l .hcasejs {
  width: 32.083vw;
  height: 29.896vw;
  border-radius: 1.042vw;
}

.hcase .box .box_l .box_sm {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1.302vw;
  display: flex;

  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hcase .box .box_l .box_sm .location {
  position: absolute;
  top: 0.417vw;
  right: 0.417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 0.313vw;
  padding: 0.26vw 0.417vw;
}

.hcase .box .box_l .box_sm .location .ico {
  width: 0.729vw;
  height: 0.729vw;
  background-image: url(../images/ico3.png);
  background-size: 100% 100%;
}

.hcase .box .box_r {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.hcase .box .box_r .box_sm {
  width: 14%;
  height: 6.771vw;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.938vw;
  margin-bottom: 0.938vw;
  border-radius: 0.521vw;

}

.hcase .box .box_r .box_sm::before {
  /* position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(217, 217, 217, 1); */
}

.hcase .box .box_r .box_sm .address {
  position: absolute;
  padding: 0.417vw;
  font-size: 0.729vw;
  line-height: 1;
  bottom: 0.417vw;
  right: 0.365vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.313vw;
}

/**/
.hNews {
  display: flex;
  justify-content: space-between;
}

.hNews .box {
  width: 50%;
}

.hNews .box .box_sm {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1.458vw;
  padding-bottom: 1.979vw;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.hNews .box .box_sm::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 0;
  transition: all 400ms;
}

.hNews .box .box_sm:hover:after {
  width: 100%;
}

.hNews .box .box_sm::before {
  position: absolute;
  content: '';
  width: 2.396vw;
  height: 2.396vw;
  background: rgba(217, 217, 217, 0.8);
  border-radius: 100%;
  background-image: url(../images/jt1.png);
  background-size: 1.25vw 1.25vw;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
}

.hNews .box .box_sm div {
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hNews .box .box_sm .ft_999 {
  margin-bottom: 0.938vw;
}

/**/
.hQualifications {
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.hQualifications .box {
  display: flex;
  flex-wrap: wrap;

}

.hQualifications .box .box_sm {
  width: 15.7%;
  padding: 0.625vw 0.625vw 1.354vw 0.625vw;
  background-color: #fff;
  border-radius: 1.354vw;
  margin-bottom: 1.042vw;
  margin-right: 0.938vw;
}

.hQualifications .box .box_sm:nth-child(6n) {
  margin-right: 0;
}

.hQualifications .box .box_sm .img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 8.229vw;
  border-radius: 1.042vw;
}



.hQualifications .box .box_sm .ft_18 {
  margin-top: 0.833vw;
}






























/*二级导航*/
#sideNav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  opacity: 1;
  visibility: visible;
  transition: all 450ms linear;
}

#sideNav.sideNavts {
  height: 5rem;
}

#sideNav.isActive {
  opacity: 1;
  visibility: visible;
}

#sideNav.isActive .sideNavBox {
  position: fixed;
  border-top: 1px solid #dddddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#sideNav .sideNavBox {

  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 450ms linear;
}

#sideNav .sideNavBox .scroll_nav {
  position: relative;
}

#sideNav .sideNavBox ul {
  display: flex;
  align-items: center;
  /* padding-left: 10.5rem; */
  justify-content: center;
}

#sideNav .sideNavBox li {
  position: relative;
  /* width: 8%; */
}

#sideNav .sideNavBox li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 1.25rem 1.875rem;
  color: #111111;
  font-size: 1.25rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 400ms linear;
}

#sideNav.sideNavts .sideNavBox li {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}



#sideNav .sideNavBox li a span {
  position: relative;
  z-index: 1;
}


#sideNav .sideNavBox li a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 0.833vw;
  background: rgba(0, 0, 0, 0.1);

}

#sideNav .sideNavBox li:last-child a::before {
  width: 0;
}

#sideNav .sideNavBox li.active a {
  color: #f3981e;

}

#sideNav .sideNavBox li.active a:after {
  width: 100%;
}



.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img_scale_relative {
  position: relative;
  overflow: hidden;
}

.img_scale {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
  transition: transform 0.6s cubic-bezier(0, 0.55, 0.45, 1), -webkit-transform 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}

/*分页一*/
.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

/* 
.pagination .page-link {
  margin: 0 0 0 0.62rem;
  font-size: 1rem;
  color: #222222;
  font-weight: 500;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100px;
  border: none;
  display: block;
  font-weight: 600;
  font-family: 'Manrope';
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background: transparent;

}

.pagination .page-item {
  position: relative;
}

.pagination .page-item.active::before {
  content: '';
  background: #6fb2ce;
  position: absolute;
  top: 0;
  left: 0.375rem;
  width: 100%;
  height: 100%;
  transform: skewX(-22deg);

}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  text-indent: -999px;
  border-radius: 100px;
}

.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.6rem;
  width: 0.6rem;
  margin-top: -0.3rem;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination .page-item:first-child .page-link:before {
  right: 50%;
  margin-right: -0.4rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination .page-item:last-child .page-link:before {
  left: 50%;
  margin-left: -0.4rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
} */

/* 分页二 */

.pagination {
  padding: 4px;
  display: flex;
  border-radius: 100px;
  /* box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.1); */
}

.pagination a,
.pagination span {
  margin: 0 0 0 0.9375rem;
  font-size: 0.833vw;
  color: #000;
  font-weight: 400;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #F1F1F1;
  width: 2.396vw;
  height: 2.396vw;
  line-height: 2.396vw;
  text-align: center;
  border-radius: 0px;
  border: none;
  display: block;
  border-radius: 50%;

}

.pagination li.active span {
  color: #ffffff;
  background: #000;

}

.pagination li {
  position: relative;
}



.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
  text-indent: -999px;
  background-color: transparent;

}

.pagination li:first-child a:before,
.pagination li:first-child span:before,
.pagination li:last-child a:before,
.pagination li:last-child span:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 0.542vw;
  width: 0.542vw;
  margin-top: -0.25vw;
  border-left: 1px solid #222222;
  border-top: 1px solid #222222;
  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -ms-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

.pagination li:first-child a:hover,
.pagination li:first-child span:hover,
.pagination li:last-child a:hover,
.pagination li:last-child span:hover {

  background-color: #000;
}

.pagination li:first-child a:hover:before,
.pagination li:first-child span:hover:before,
.pagination li:last-child a:hover:before,
.pagination li:last-child span:hover:before {
  border-color: #fff;
}

.pagination li:first-child a:before,
.pagination li:first-child span:before {
  right: 50%;
  margin-right: -0.333vw;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pagination li:last-child a:before,
.pagination li:last-child span:before {
  left: 50%;
  margin-left: -0.333vw;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}





/*弹框*/
#teamModal .modal-dialog {
  max-width: 100%;
  margin: 0;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#teamModal {
  padding-right: 0 !important;
}

.webModal .modalClose {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 2.917vw;
  height: 2.917vw;
  cursor: pointer;
  z-index: 10;
  background-color: #f0f7fa;
}

.webModal .modalClose img {
  display: block;
  width: 1.875vw;
  height: 1.875vw;
}

.webModal .modal-content {
  border: none;
  width: 62.5vw;
  /* height: 100%; */
  border-radius: 1.354vw;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  /* background-color: transparent; */
  justify-content: center;
  overflow: hidden;
}

.webModal .modal-content .imgsm_box {
  display: flex;
  flex-wrap: wrap;
}

.webModal .modal-content .modalMain {
  /* margin: 0 auto; */
  /* width: 50%; */
  padding-left: 3.646vw;
  padding-right: 1.563vw;
  /* padding-bottom: 1.563vw; */
  padding-top: 1.042vw;
}





.webModal .close {
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  width: 2.396vw;
  height: 2.396vw;

  background-image: url(../images/close_w.svg);
  background-size: 1.25vw 1.25vw;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  background-color: #000000;
  border-radius: 100%;
  margin-top: 1.042vw;
  margin-right: 1.042vw;
}

.webModal .closebox {
  position: relative;
}

/* 
.webModal .closebox::before {
  position: absolute;
  content: '';
  width: 7.5rem;
  height: 7.5rem;
  background-color: #2f5eab;
  z-index: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
}
 */




.modal-backdrop {
  background: rgba(0, 0, 0, 0.75);
}



/*内页banner*/
#wBanner .box {
  height: 11.979vw;
  padding-top: 1.563vw;
  padding-bottom: 3.125vw;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);

}

#wBanner .box .title {
  font-size: 3.75vw;
  color: #FFFFFF;
  line-height: 1;
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 2.604vw;

}

#wBanner .box .text {
  font-size: 0.938vw;
  color: #FFFFFF;
  line-height: 1.563vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding-right: 2.604vw;
}

#wBanner .box .text div {
  width: 50%;
}

/* 服务 */
.service {
  height: 100vh;


}

.servicejs {
  height: 100vh;
}

.servicejs .swiper-slide {
  background-image: url(../images/bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 6.51vw;
  padding-right: 9.375vw;
  background-color: #000;
}

.servicejs .box {
  display: flex;
  justify-content: space-between;
  margin-top: 8.49vw;
}

.servicejs .box .box_l .img {
  width: 40.625vw;
  height: 33.594vw;
  background-image: url(../images/bg3.svg);
  background-size: 100% 100%;
}

.servicejs .box .box_l .img .bg_cover {
  width: 37vw;
  height: 20.573vw;
  position: relative;
  top: 1.875vw;

  left: 1.771vw;
  border-radius: 0.521vw;
}

.servicejs .box .box_r {
  width: 42%;

}

.servicejs .box .box_r .ico {
  width: 2.344vw;
  height: 2.344vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4.167vw;
}

.servicejs.swiper-container .swiper-pagination {
  bottom: 50%;
  right: 60px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;

}

.servicejs.swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 0.938vw;
}

/* 案例 */
.case {
  padding-top: 2.083vw;
}

.selectBox {
  position: relative;

}

.selectBox .select {
  width: 13.177vw;
  height: 2.604vw;
  border-radius: 0.313vw;
  border: 0.052vw solid #FFFFFF;
  padding: 0.625vw 1.25vw;
  outline: none;
  font-size: 0.938vw;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  appearance: none;
}

.web_screen_ul {
  position: absolute;
  top: calc(100%);
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  opacity: 0;
  padding: 0 0.383vw;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.selectBox::after {
  position: absolute;
  content: '';
  width: 1.146vw;
  height: 1.146vw;
  background-image: url(../images/jtbj.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25vw;
}

.selectBox:hover .web_screen_ul {
  opacity: 1;
  visibility: visible;
}

.web_screen_ul li a {
  display: block;
  height: 2.083vw;
  cursor: pointer;
  color: #9c9c9c;
  line-height: 2.083vw;
  font-size: 1.042vw;
  padding-left: 1.042vw;
  padding-right: 1.042vw;
}

.case .box_c {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.938vw;
  padding-right: 0.938vw;
}

.case .box_c .box_sm {
  width: 15.5%;
  height: 10.417vw;
  border-radius: 0.833vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-right: 0.938vw;
  margin-bottom: 0.938vw;
}

.case .box_c .box_sm:nth-child(6n) {
  margin-right: 0;
}

.case .box_c .box_sm .address {
  position: absolute;
  padding: 0.417vw;
  font-size: 0.729vw;
  line-height: 1;
  top: 0.521vw;
  right: 0.521vw;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.313vw;
}

/* 关于 */
.aboutbody header .header-main,
.aboutbody.insidePage.headerScollfox header .header-main {
  background-color: #F1F1F1;
}

.aboutbody header .header-nav>ul>li .link {
  color: #000000;
}

.aboutbody .header_column .contactUs a {

  color: #000000;

}

.aboutbody .head-language-icon a {

  color: #000 !important;

  border: 1px solid #000;

}

.aboutbody .head-language-icon a::before {
  background-image: url(../images/icon05.png);
}

.aboutbody #wBanner {
  background-color: rgba(241, 241, 241, 1);
}

.aboutbody #wBanner .box .title {
  color: #000;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}



.aboutbody #wBanner .box .text {
  font-size: 0.938vw;
  color: #000;
  line-height: 1.563vw;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  padding-right: 2.604vw;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.aboutt {
  height: 41.667vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qualifications {
  background-image: url(../images/bg7.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qualifications .title {
  font-size: 2.917vw;

  line-height: 3.958vw;
  display: flex;
  align-items: center;

}

.qualifications .title .box {
  position: relative;
  /*cursor: pointer;*/
}

.qualifications .title .box span {
  position: relative;
  z-index: 2;
}

.qualifications .title .box::before {
  position: absolute;
  content: '';

  height: 0.625vw;
  background-color: rgba(212, 56, 52, 1);
  bottom: 0.365vw;
  left: 0;
  z-index: 0;
}

.qualifications .title .box.active:before {
  width: 100%;
}

.qualifications .box_ry {

  align-items: center;
  flex-wrap: wrap;
  /*display: none;*/
   display: flex;
}

.qualifications .box_ry.active {
  display: flex;
}

.qualifications .box_ry .box_sm {
  width: 24%;
  padding: 1.979vw 4.688vw;
  background: #FFFFFF;
  border-radius: 1.354vw;
  min-height: 7.292vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.146vw;
text-align: center;
  line-height: 1.667vw;
  margin-right: 0.938vw;
  margin-bottom: 0.938vw;

}

.qualifications .box_ry .box_sm:nth-child(4n) {
  margin-right: 0;
}

.qualifications .box_ry .box_sm::before {
  position: absolute;
  content: '';
  width: 1.771vw;
  height: 3.438vw;
  background-image: url(../images/bg5.png);
  background-size: 100% 100%;
  top: 50%;
  left: 1.875vw;
  transform: translateY(-50%);
}

.qualifications .box_ry .box_sm::after {
  position: absolute;
  content: '';
  width: 1.771vw;
  height: 3.438vw;
  background-image: url(../images/bg6.png);
  background-size: 100% 100%;
  top: 50%;
  right: 1.875vw;
  transform: translateY(-50%);
}

.qualifications .box_zz {
        margin-top: 1.042vw;
  flex-wrap: wrap;
  display: flex;
  /*display: none;*/
}

.qualifications .box_zz.active {
  display: flex;
}

.qualifications .box_zz .box_sm {
  width: 15.5%;
  background-color: #fff;
  border-radius: 1.354vw;
  padding: 0.625vw;
  margin-right: 0.938vw;
  margin-bottom: 0.938vw;
}

.qualifications .box_zz .box_sm:nth-child(6n) {
  margin-right: 0;
}

.qualifications .box_zz .box_sm .img {
  height: 8.229vw;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.qualifications .box_zz .box_sm .ft_18 {
  padding-bottom: 0.417vw;
  padding-top: 0.833vw;
}

.hNewsabout .bpx_l {
  width: 32%;
}

.hNewsabout .box .box_sm {
  background: rgba(255, 255, 255, 0.04);
  padding: 1.563vw;
  margin-bottom: 1.042vw;
  border-radius: 0.833vw;
  cursor: pointer;
}

.hNewsabout .box .box_sm:hover .ft_24 {
  text-decoration: underline;
}

.hNewsabout .box .box_sm .ft_999 {
  margin-bottom: 0;
}

.hNewsabout .box .box_sm::before {
  right: 30px;
}

.modalMain .box_w {
  padding-bottom: 2.083vw;
  width: 95%;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.modalMain .box_c {
  padding-top: 2.083vw;
}

.modalMain .box_c .box_sm {
  height: 17.708vw;
  overflow-x: auto;
  padding-right: 2.917vw;
}

.modalMain .box_c .box_sm::-webkit-scrollbar {
  width: 0.208vw;
}

.modalMain .box_c .box_sm::-webkit-scrollbar-thumb {
  background-color: rgba(225, 225, 225, 1);
}

.buttontc {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1.563vw;
  padding-top: 1.563vw;
}

.aboutbody header .logo a .img {
  width: 8.333vw;
  height: 1.719vw;
  background-image: url(../images/logo1.png);
  background-size: 100% 100%
}

/* 新闻 */
.news .box_t {
  display: flex;
  justify-content: space-between;
}

.news .box_t .box_f {
  position: relative;
  width: 49%;
  height: 23.958vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.354vw;
  padding: 2.083vw 1.823vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news .box_t .box_f .box_sm {
  width: 70%;
}

.news .box_t .box_r {
  width: 49%;
  display: flex;
  justify-content: space-between;
}

.news .box_t .box_r .box_ss {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .box_t .box_r .box_ss .img {
  width: 100%;
  height: 11.875vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 26px;
}

.news .box_t .box_r .box_ss .box_sst {
  margin-top: 1.563vw;
  padding-right: 1.563vw;
}

.news .box_t .box_r .box_ss .box_sst .text {
  margin-bottom: 2.448vw;
  height: 2.5vw;
}

.news .box_t .box_r .box_ss .box_sst .ft_24 {

  height: 3.542vw;
}

.news .box_c .box_sm {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
}

.news .box_c .box_sm:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.news .box_c .box_sm::before {
  position: absolute;
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  background-color: #000;
  transition: all 400ms;
}

.news .box_c .box_sm:hover:before {
  width: 100%;
}



.news .box_c .box_sm::after {
  position: absolute;
  content: '';
  width: 2.396vw;
  height: 2.396vw;
  background: rgba(217, 217, 217, 0.8);
  border-radius: 100%;
  background-image: url(../images/jt1.png);
  background-size: 1.25vw 1.25vw;
  background-position: center center;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news .box_c .box_sm .textbox {
  width: 95%;
}

/* 新闻详情 */
#newsdheader {
  padding-top: 50px;
  border-top: 1px solid rgba(0, 0, 0, .12);
  background-color: rgba(255, 255, 255, 1);
}

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

.retunbox .ico {
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(../images/jt2.png);
  background-size: 100% 100%;
  margin-right: 0.417vw;
}

.retunbox div {
  margin-right: 0.417vw;
}

.newsbody header .header-main,
.newsbody.insidePage.headerScollfox header .header-main {
  background-color: #fff;
}

#newsdheader {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .12);

}

#newsdheader .box {
  width: 20%;
}

#newsdheader .box_r {
  width: 63%;
}

.newsd {
  padding-top: 2.604vw;
  display: flex;
}

.newsd .box_l {
  width: 20%;
}

.newsd .box_r {
  width: 63%;
}

.newsd .box_r .ft_18 {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.newsd .box_ico {
  display: flex;
  margin-top: 0.781vw;
}

.newsd .box_ico .ico {
  width: 1.979vw;
  height: 1.979vw;
  background-size: 100% 100%;
  margin-right: 0.625vw;
}


.newsdfoot {
  margin-top: 2.083vw;

  /* border-top: 1px solid #ebebeb; */
  display: flex;
  justify-content: space-between;
}

.newsdfoot a .ft_22 {
  transition: all 400ms;

  /* margin-top: 0.3125rem; */
}

.newsdfoot a:hover .ft_22 {
  /* color: #e73c1a; */
  text-decoration: underline;
}

.newsdfoot .box_l {
  width: 40%;
}

.newsdfoot .textBeyondHidden2 {
  height: 3.75vw;
}

.newsdfoot .box_l .next {
  font-size: 0.833vw;
  color: rgba(153, 153, 153, 1);
  line-height: 1.771vw;
  position: relative;
}


.newsdfoot .box_r {
  width: 40%;
}

.newsdfoot .textBeyondHidden2 {
  height: 3.75vw;
}

.newsdfoot .box_r .next {
  font-size: 0.833vw;
  color: rgba(153, 153, 153, 1);
  line-height: 1.771vw;
  position: relative;
  text-align: end;
}



.newsdfoot .box_c {
  width: 10%;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
}

.newsdfoot .box_c::before {
  position: absolute;
  content: '';
  width: 1.146vw;
  height: 1.146vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/icon_det_ic.svg);
  background-size: 100% 100%;
}

/* 联系我们 */
.contact {
  height: 25.521vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_c {
  display: flex;
  flex-wrap: wrap;

}

.contact_c .box {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, .12);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.contact_c .box:last-child {
  border-right: 0;
}

.contact_c .box .ico {
  width: 4.688vw;
  height: 4.688vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.042vw;
}

.seemap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.552vw;
  height: 2.604vw;
  border-radius: 0.313vw;
  border: 1px solid #000000;
  position: relative;
  font-size: 0.938vw;
  color: #000000;
  padding-right: 1.354vw;
  margin-top: 1.042vw;
}

.seemap a::before {
  position: absolute;
  content: '';
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../images/jtr2.png);
  background-size: 100% 100%;
  top: 50%;
  right: 1.302vw;
  transform: translateY(-50%);
}

.Contactform {
  background-color: rgba(240, 240, 240, 1);
}

.Contactform .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Contactform .box .box_sm {
  width: 49.5%;
  margin-bottom: 1.042vw;
}

.Contactform .box .box_sm input {
  width: 100%;
  background-color: #fff;
  border: 0;
  outline: none;
  font-size: 0.938vw;
  padding: 0.729vw 0.938vw;
  line-height: 1.563vw;
  border-radius: 0.313vw;
}

.Contactform .box .box_sm input::placeholder {
  color: #AAAAAA;
}

.Contactform .textareabox textarea {
  width: 100%;
  height: 10.417vw;
  background-color: #fff;
  border-radius: 0.313vw;
  padding: 0.729vw 0.938vw;
  font-size: 0.938vw;
  border: 0;
  outline: none;
  line-height: 30px;
}

.Contactform .textareabox textarea::placeholder {
  color: #AAAAAA;
}

/* 企业详情 */
.product {
  display: flex;
  flex-wrap: wrap;

}

.product .box {
  width: 15%;
  height: 5.625vw;
  margin-bottom: 1.563vw;
  margin-right: 2%;
}

.product .box:nth-child(6n) {
  margin-right: 0;
}

.product .box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.product .box:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
}