body {
  color: #333;
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: Microsoft YaHei;
  box-sizing: border-box;
  min-height: 100vh;
}

body,
th,
td {
  font-family: Microsoft YaHei;
}
p,
form,
ol,
ul,
li,
dl,
dt,
dd,
h3,
h4,
marquee,
h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
select,
input {
  padding-top: 0;
  padding-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  outline: none;
}
input:-internal-autofill-selected,
input:focus {
  box-shadow: none;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
select.placeholder-text {
  color: #d8d8d8;
}
input::-webkit-input-placeholder {
  color: #d8d8d8;
}
input::-moz-input-placeholder {
  color: #d8d8d8;
}
input::-ms-input-placeholder {
  color: #d8d8d8;
}
select {
  /*将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
/*IE浏览器隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: inset 0 0 0 1000px #fff;
}
table,
img {
  border: 0;
}
button {
  border: none;
  outline: none;
}
form select,
form input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d8d8d8 !important;
  transition: all 0.2s;
}

form select:focus,
form input:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4760b3;
}
#join-us {
  position: fixed;
  right: 0;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 190px;
}

.join-us-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.show-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  user-select: none;
  background: #ffffff;
  box-shadow: 0px 0px 25px -4px rgba(74, 94, 170, 0.4);
  border-radius: 10px 0px 0px 10px;
  opacity: 0.95;
  transition: all 0.3s;
  transform: scale(0.95);
  position: relative;
  right: -5px;
}
.show-btn:hover {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 0px 25px -4px rgba(74, 94, 170, 0.9);
}
.login-form.show + .show-btn {
  border-radius: 0px 0px 0px 0px;
}
#join-us .show-btn p {
  width: 20px;
  height: 100px;
  font-size: 18px;
  font-weight: 600;
  color: #484748;
  line-height: 25px;
}
#join-us .show-btn span {
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://stjc-common.obs.cn-south-1.myhuaweicloud.com/static/mh/img/icon-join-us.png")
    no-repeat;
  background-size: 24px;
  transition: all 0.2s;
  margin-top: 12px;
}

#join-us .join-us-content .login-form {
  width: 239px;
  height: 302px;
  background: #ffffff;
  box-shadow: 0px 0px 25px -4px rgba(74, 94, 170, 0.4);
  border-radius: 10px 0px 10px 10px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -239px;
  transform: scale(0.2) translate(500px, -50%);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s, 0.3s;
}
#join-us .join-us-content .login-form.show {
  transform: scale(1) translate(0px, 0px);
  opacity: 1;
}
#join-us .login-form h3 {
  width: 100%;
  height: 29px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #484748;
  line-height: 40px;
  min-height: 40px;
  position: relative;
  user-select: none;
}
#join-us .login-form h3::after {
  content: " ";
  width: 30px;
  height: 5px;
  background: #4a5eaa;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#join-us .login-form ul li {
  width: 198px;
  text-align: center;
}

#join-us .login-form ul li input {
  width: 198px;
  height: 52px;
}
#join-us .login-form ul li.btn {
  padding-top: 43px;
}
#join-us .login-form ul li.btn button {
  box-sizing: border-box;
  display: block;
  width: 94px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  opacity: 0.95;
  transition-property: transform, opacity;
  transition-duration: 0.3s, 0.3s;
  user-select: none;
}
#join-us .login-form ul li button.btn-sub {
  background: linear-gradient(180deg, #4a5eaa 0%, #4065ca 100%);
  color: #ffffff;
}
#join-us .login-form ul li button.btn-res {
  border: 1px solid rgba(74, 94, 170, 0.5);
  color: #424a61;
}
#join-us .login-form ul li .btn button:hover {
  opacity: 1;
  transform: scale(0.98);
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-row-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-row-end-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.flex-row-left-center {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flex-row-right-center {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flex-row-between-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-row-between-end {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.flex-row-between-around {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: space-around;
}
.flex-row-left-around {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: space-around;
}
.flex-row-around-center {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-column-top-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-column-bottom-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.flex-column-center-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.flex-column-center-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
#mess {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  z-index: 9999;
}

/* 头部 */
header.over {
  width: 100%;
  height: 3.9375rem;
  margin: 0 auto;
  min-width: 68.75rem;
  position: absolute;
  transition: background-color 0.3s;
  z-index: 999;
  user-select: none;
}

header.hover {
  width: 100%;
  min-width: 68.75rem;
  height: 3.9375rem;
  margin: 0 auto;
  user-select: none;
  /* box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15); */
}
header.hover,
header:hover {
  background-color: #fff;
}
header:hover .about-us {
  /*color: #51B916;*/
}
/* header.hover, */
/* header:hover .login ul li.search i::before {
  background-image: url("../img/icon-search-yellow.png");
} */
header .nav {
  width: 96%;
  height: 63px;
  justify-content: center;
}
header.hover .def-btn {
  /*background: linear-gradient(180deg, #51B916 0%, #51B916 100%);*/
  opacity: 0.9;
  left: calc(100% + 24px);
  z-index: 999;
}
header.hover .about-us {
  /*color: #51B916;*/
}
header .logo {
  width: 6.5rem;
  padding: 0 2.5rem 0 0;
}

header .logo a {
  display: inline-block;
  width: 6.5rem;
  height: 1.5rem;
  position: relative;
  background: url("../img/img-logo-foot.png") no-repeat;
  background-size: contain;
}
header.hover .logo a,
header:hover .logo a {
  background: url("../img/img-logo.png") no-repeat;
  background-size: contain;
}

#mySlide {
  width: 100%;
  height: 900px;
  /*background-size: 100% 100%;*/
  /*background-image: url("http://b2b-sit.szjcw.com/s3/sit-public-bucket/spfm-portal/0/c33f93989e964782867b1e0c1328e79e@秋分背景.jpg");*/
  position: relative;
  z-index: 11;
}

header .menu {
  /* flex: 4; */
  transition: opacity 0.3s;
}
/*header .menu > ul li:first-child {*/
/*  padding: 0 18px;*/
/*}*/
header .menu > ul > li {
  padding: 0 0.8125rem;
  height: 3.9375rem;
  cursor: pointer;
  z-index: 111;
  position: relative;
}
header .menu > ul > li > a {
  display: inline-block;
  height: 3.9375rem;
  line-height: 3.9375rem;
  font-size: 20px;
  font-weight: 100;
  color: rgb(255, 255, 255);
  position: relative;
  transition: color 0.1s;
}
header .menu > ul li.active a {
  color: #ffffff;
  font-weight: 600;
}
header.hover .menu > ul > li > a,
header:hover .menu > ul > li > a {
  color: #000;
}
header.hover .menu > ul li.active a,
header:hover .menu > ul li.active a {
  color: #484748;
}
header.hover .menu > ul > li > a:hover,
header:hover .menu > ul > li > a:hover {
  color: #484748;
}
.menu > ul > li ::after {
  content: " ";
  display: inline-block;
  width: 10%;
  min-width: 24px;
  height: 1px;
  background-color: #51B916;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%);
  transition-property: width, height, opacity;
  transition-duration: 0.5s, 0.5s, 0.5s;
}
header.hover .menu > ul > li ::after,
header:hover .menu > ul > li ::after {
  background-color: #51B916;
}
.menu > ul > li.active ::after {
  width: 100%;
  height: 4px;
  opacity: 1;
}
.foot-menu-contactWay {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  top: -23px;
  left: 100px;
}
.foot-menu-contactWay > p:last-child {
  margin-bottom: 0 !important;
}

.foot-menu-contactWay p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #424242 !important;
  margin-bottom: 5px;
  cursor: pointer;
}
.foot-box .foot-content .foot-menu-contactWay p > span:last-child {
  margin-left: 5px;
}
.foot-box .foot-content .foot-menu-contactWay p:hover {
  color: #4065ca !important;
}
.foot-menu-contactWay-triangle {
  display: none;
  position: absolute;
  top: 80px;
  left: 365px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
.userGuide{
  position: relative;
}
.foot-menu-userGuide {
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  padding: 0 0.625rem;
  top: -4.6rem;
  left: -50%;
  z-index: 999;
  height: 3.875rem;
  /* overflow-y: auto; */
  cursor: pointer;
}
.foot-menu-userGuide p {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  color: #333333 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  border-bottom: 1px solid #ececec;
  height: 1.875rem;
  text-align: center;
  letter-spacing: 1px;
}
.foot-box .foot-content .foot-menu-userGuide p:hover {
  color: #4065ca !important;
}
.foot-menu-userGuide-triangle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}

.login {
  /* flex: 1; */
}

.login ul li.round {
  width: 64px;
  height: 64px;
  position: relative;
}
/*.login ul li.round div::after {*/
/*  content: " ";*/
/*  display: inline-block;*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  !*background: #ffb354;*!*/
/*  opacity: 0;*/
/*  border-radius: 50%;*/
/*  transition-property: width, height, opacity;*/
/*  transition-duration: 0.3s, 0.3s, 0.3s;*/
/*}*/

.login ul li.round:hover div::after {
  width: 29px;
  height: 29px;
  opacity: 0.1;
}
header .nav.showSearch .login ul li.search div::after {
  width: 70px;
  height: 31px;
  /* background: #fff; */
  border-radius: 16px;
  opacity: 1;
}
/*header:hover .nav.showSearch .login ul li.search div::after,*/
/*header.hover .nav.showSearch .login ul li.search div::after {*/
/*  background: #ffb354;*/
/*}*/
/*.login ul li.round div {*/
/*  width: 63px;*/
/*  height: 63px;*/
/*}*/
.login ul li.round i {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
header:hover .nav.showSearch .login ul li.round i::before,
.login ul li.round i::before {
  content: " ";
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  left: -14px;
  top: 0px;
  border-right: 14px solid transparent;
}
header .nav.showSearch .login ul li.round i::before,
header.hover .login ul li.round i::before,
header:hover .login ul li.round i::before {
  /* -webkit-filter: drop-shadow(14px 0 0px #474747);
  filter: drop-shadow(14px 0 0px #242121); */
  cursor: pointer;
}
.login ul li.search {
  position: relative;
}
.login ul li.search div {
  font-size: 0px;
  font-weight: 400;
  color: #ffffff;
  /* text-indent: -999px;
  overflow: hidden; */
}
.login ul li.search i::before {
  background-image: url("../img/icon/search-spring.png");
  background-size: 14px;
  /* filter: brightness(1) invert(0); */
}

.nav .login ul li.search #searchVal {
  position: absolute;
  width: 100px;
  height: 63px;
  line-height: 63px;
  right: 50px;
  top: 0;
  border: none;
  overflow: hidden;
  opacity: 0;

  transition-property: width, opacity;
  transition-duration: 0.3s, 0.3s;
}

header .nav.showSearch .login ul li.search #searchVal {
  width: 588px;
  opacity: 1;
  color: #fff;
}
header:hover .nav.showSearch .login ul li.search #searchVal,
header.hover .nav.showSearch .login ul li.search #searchVal {
  color: #424a61;
}

.nav.showSearch .menu {
  opacity: 0;
}
.login ul li.join-us i::before {
  background: url("https://stjc-common.obs.cn-south-1.myhuaweicloud.com/static/mh/img/icon-join-us.png")
    no-repeat;
  background-size: 14px;
}

.login ul li.round:hover i::before {
  -webkit-filter: drop-shadow(14px 0 0px #4e5da5);
  filter: drop-shadow(14px 0 0px #4e5da5);
  /* background: url("../img/icon-search-yellow.png");
  background-size: 14px; */
}

.def-btn {
  display: inline-block;
  width: 4.75rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.5rem;
  text-align: center;
  transition-property: transform, opacity;
  transition-duration: 0.3s, 0.3s;
  position: absolute;
  left: calc(100% + 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-sizing: border-box;
}

.work-place-button {
  width: 6.75rem !important;
  left: calc(100% + 0.75rem);
}

.about-us {
  display: inline-block;
  width: 6rem;
  height: 2.375rem;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.375rem;
  text-align: center;
  transition-property: transform, opacity;
  transition-duration: 0.3s, 0.3s;
  cursor: pointer;
  margin-left: 7.5rem;
}
header:hover .about-us {
  color: #51B916;
}

.next-menu {
  height: 0px;
  /*width: 120px;*/
  overflow: hidden;
  background: #fff;
  /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 3.9375rem;
  border-radius: 2px;
  z-index: 11111111;
}

.menu-fixed {
  height: 0px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 3.9375rem;
  border-radius: 2px;
  z-index: 1111111;
}

.next-menu::after,
.next-menu > a::after {
  display: none !important;
}
.next-menu-li {
  width: 80px;
  height: 40px;
  line-height: 40px;
  /*border-bottom: 1px solid #eeeeee;*/
  color: #484748;
  text-align: center;
  font-size: 20px;
  padding: 0 5px !important;
  opacity: 0.5;
  font-weight: 300;
}
.next-menu-li:hover {
  opacity: 1;
}
.next-menu-li:after,
.next-menu-li > a:after {
  display: none !important;
}

.menu-fixed:after {
  display: none !important;
}

header .menu > ul li:hover .menu-fixed {
  height: 260px;
  transition: all 0.3s;
}

header .menu > ul li:hover .next-menu {
  height: 250px;
  transition: all 0.3s;
}

/*header .menu > ul li:nth-of-type(6):hover .next-menu{*/
/*  height: 160px;*/
/*  transition: all 0.3s;*/
/*}*/
/*header .menu > ul li:nth-of-type(8):hover .next-menu {*/
/*  height: 130px;*/
/*  transition: all 0.3s;*/
/*}*/
header .menu > ul li:nth-of-type(7):hover .next-menu .next-menu-li {
  width: 180px;
}

header .menu > ul li:nth-of-type(11):hover .next-menu {
  height: 190px;
  transition: all 0.3s;
}

header.hover .def-btn header:hover .def-btn {
  background: linear-gradient(180deg, #51B916 0%, #51B916 100%);
  opacity: 0.9;
  left: calc(100% + 24px);
}
header:hover .work-place-button,
header.hover .work-place-button {
  background: linear-gradient(180deg, #51B916 0%, #51B916 100%);
  opacity: 0.9;
  left: calc(100% + 12px);
}
/*header.hover .def-btn:hover,*/
/*header:hover .def-btn:hover {*/
/*  left: calc(100% + 24px);*/
/*  opacity: 1;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%) scale(0.95);*/
/*}*/

header:hover .def-btn {
  background: linear-gradient(180deg, #51B916 0%, #51B916 100%);
  opacity: 0.9;
  left: calc(100% + 24px);
}

header:hover .work-place-button {
  background: linear-gradient(180deg, #51B916 0%, #51B916 100%);
  opacity: 0.9;
  left: calc(100% + 12px);
}

/* 底部 */
.foot-box {
  width: 100%;
  height: 21.75rem;
  min-width: 68.75rem;
  margin: 0 auto;
  background: #131415;
}
.foot-box .foot-content {
  width: 84.625rem;
  color: #fff;
}
.foot-main {
  position: relative;
  flex: 1;
}
.foot-main .logo {
  margin-bottom: 3.25rem;
}
.foot-main .logo img {
  width: 10.3125rem;
}
.foot-box .foot-content p {
  margin-bottom: 0.8125rem;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}
.foot-box .foot-content p.bei {
  color: rgba(255, 255, 255, 0.5);
}

.foot-qr {
  position: relative;
  left: -0.9375rem;
}
.foot-qr .qr2,
.foot-qr .qr1 {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 4px;
  background: url("https://stjc-common.obs.cn-south-1.myhuaweicloud.com/static/mh/img/img-qr.png")
    no-repeat center;
  background-size: 100% auto;
  text-align: center;
}
.foot-qr-bg {
  position: absolute;
  bottom: -2.5rem;
  width: 9.375rem;
  left: -0.625rem;
}
.recordLink:hover {
  text-decoration: underline;
}
.hot {
  display: inline-block;
  width: 41px;
  height: 20px;
  background: #ff6264;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  margin-right: 4px;
}

/* 面包屑 */
div.common-nav {
  position: relative;
  height: 120px;
  line-height: 120px;
}

div.common-nav::after {
  content: " ";
  display: block;
  width: 12px;
  height: 12px;
  background: url("https://stjc-common.obs.cn-south-1.myhuaweicloud.com/static/mh/img/icon-banner-arrow.png")
    no-repeat left center;
  background-size: auto 100%;
  top: 50%;
  position: absolute;
  left: -28px;
  transform: translateY(-50%);
}
div.common-nav h3 {
  display: inline-block;
  font-size: 31px;
  font-weight: 500;
  color: #424a61;
  margin-top: 38px;
  margin-left: 0px;
  position: relative;
  line-height: 44px;
}
div.common-nav-after h3::after {
  content: " ";
  display: block;
  width: 47px;
  height: 5px;
  background: #4a5eaa;
  border-radius: 3px;
  bottom: -16px;
  position: absolute;
  left: 0;
}
div.common-nav p.tag {
  top: 90%;
  position: absolute;
  left: 0px;
  transform: translateY(-50%);
}
div.common-nav p.tag span {
  display: inline-block;
  width: 75px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: rgba(74, 94, 170, 0.1);
  border-radius: 11px;
  border: 1px solid #4a5eaa;
  font-size: 12px;
  font-weight: 600;
  color: #4a5eaa;
}
div.common-nav p.tag span:nth-child(2) {
  background: rgba(30, 153, 68, 0.1);
  border: 1px solid #1e9944;
  color: #1e9944;
}
div.common-nav p.tag span:nth-child(3) {
  background: rgba(57, 98, 255, 0.1);
  border: 1px solid #3962ff;
  color: #3962ff;
}

/* 评价，如五星 */
i.xing {
  height: 1.125rem;
  display: inline-block;
  background: url("https://stjc-common.obs.cn-south-1.myhuaweicloud.com/static/mh/img/xing.png")
    repeat-x left center;
  background-size: auto 100%;
}
i.xing.xing-1 {
  width: 1.125rem;
}
i.xing.xing-2 {
  width: 2.25rem;
}
i.xing.xing-3 {
  width: 3.375rem;
}
i.xing.xing-4 {
  width: 4.5rem;
}
i.xing.xing-5 {
  width: 5.625rem;
}

#noLogin,
#logined {
  display: none;
  position: relative;
}

#noLogin .login {
  width: 4.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition-property: transform, opacity;
  transition-duration: 0.3s, 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}
header.hover #noLogin .login,
header:hover #noLogin .login {
  opacity: 0.9;
  border: 1px solid #51B916;
  color: #51B916;
}
header.hover #noLogin .login:hover,
header:hover #noLogin .login:hover {
  opacity: 1;
  transform: scale(0.95);
}

#logined {
  width: 16.9375rem;
  height: 3.9375rem;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.icon-user {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.icon-user img {
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 50%;
}
.icon-user-info {
  width: 5.5rem;
  height: 4rem;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
  display: none;
  /*z-index: 999;*/
}

.icon-user-info::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  border-bottom: 4px solid #ffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%);
}
.icon-user-info div {
  width: 4.25rem;
  margin: 0 0.5625rem;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #484748;
  height: 2rem;
  line-height: 2rem;
  cursor: pointer;
}
.icon-user-info div:nth-child(1) {
  border-bottom: 1px solid #f1f1f1;
}
.icon-user-info div:hover {
  font-weight: 600;
  color: #4a5eaa;
}

.icon-user:hover .icon-user-info {
  display: block;
}

.scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}
.scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.foot-logo {
  filter: brightness(100);
}

.foot-phone,
.foot-website {
  position: relative;
}
.foot-phone:after {
  position: absolute;
  content: "";
  background: url("../img/footer-phone.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: -1.125rem;
  transform: translateY(-50%);
}
.line-pad {
  padding-left: 16px;
}

#com_problem:hover,
#foot_aboutus:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
}

.foot-website:after {
  position: absolute;
  content: "";
  background: url("../img/footer-website.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  width: 12px;
  height: 12px;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
.foot-website:hover {
  text-decoration: underline;
}

.foot-address:after {
  position: absolute;
  content: "";
  background: url("../img/footer-address.png") center center no-repeat;
  background-size: cover;
  color: #fff;
  width: 12px;
  height: 12px;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1919px) {
  header .menu > ul > li > a,
  .next-menu-li {
    font-size: 18px;
  }
}

@media screen and (max-width: 1538px) {
  /* header.hover,
  header .nav {
    width: 98%;
    height: 63px;
  } */
  /* .page2-content {
    padding-top: 10px;
  } */
  /* header .logo {
    width: 140px;
  }
  header .nav {
    width: 98%;
    height: 63px;
  }
  header .logo a {
    display: inline-block;
    width: 140px;
    height: 21px;
    position: relative;
    background: url("../img/img-logo-foot.png") no-repeat;
    background-size: contain;
  }
  header .menu {
    flex: 6;
    transition: opacity 0.3s;
  }
  .def-btn {
    display: inline-block;
    width: 86px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    transition-property: transform, opacity;
    transition-duration: 0.3s, 0.3s;
    position: absolute;
    left: calc(100% + 8px);
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header:hover .def-btn,
  header.hover .def-btn {
    background: linear-gradient(180deg, #ffb354 0%, #ffb354 100%);
    opacity: 0.9;
    left: calc(100% + 8px);
  }

  header:hover .work-place-button,
  header.hover .work-place-button {
    background: linear-gradient(180deg, #ffb354 0%, #ffb354 100%);
    opacity: 0.9;
    left: calc(100% - 8px);
  }

  .work-place-button {
    width: 86px !important;
    left: calc(100% - 8px);
  }
  .about-us {
    display: inline-block;
    width: 96px;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    transition-property: transform, opacity;
    transition-duration: 0.3s, 0.3s;
    cursor: pointer;
    margin-left: 80px;
  }

  header .menu > ul > li > a,
  .next-menu-li {
    font-size: 12px;
  } */
}

@media screen and (max-width: 1660px) {
  .foot-box .foot-content p {
    font-size: 12px;
  }
  header .menu > ul > li > a,
  .next-menu-li {
    font-size: 18px;
  }
  #noLogin .login {
    font-size: 14px;
  }
  .def-btn {
    font-size: 14px;
  }
  .about-us {
    font-size: 14px;
  }
}

@media screen and (max-width: 1400px) {
  header .menu > ul > li > a,
  .next-menu-li {
    font-size: 14px;
  }
  #noLogin .login {
    font-size: 12px;
  }
  .def-btn {
    font-size: 12px;
  }
  .about-us {
    font-size: 12px;
  }
}
/* @media screen and (max-width: 1920px) {
  header.over {
    height: 63px;
  }
  .menu-fixed {
    top: 63px;
  }
  header .menu > ul > li {
    height: 63px;
  }
  header .menu > ul > li > a {
    height: 63px;
    line-height: 63px;
  }
  .next-menu {
    top: 63px;
  }
  #noLogin .login,
  .def-btn {
    width: 76px;
    height: 40px;
    line-height: 40px;
  }
  .foot-box .foot-content {
    width: 89rem;
  }
} */
