/**/

/*header部分*/
#no-login {
  display: none;
}
#in-login {
  display: none;
}
#in-login img {
  width: 57px;
}
#user-info .user-info-top img {
  width: 45px;
  height: 45px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  line-height: 60px;
  z-index: 200;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  box-shadow: 0 4px 15px rgb(0 0 0 / 8%);
}

.header-container {
  padding-left:40px;
}

.header-logo {
  float: left;
  margin-right: 80px;
}
.header-logo img{
  height: 60px;position: relative;bottom: 2px;
}

.logo {
  display: block;
}

.logo img {
  height: 36px;
}

.header-left {
  float: left;
  font-size: 16px;
}
.header-left li {
  float: left;
  padding: 0 22px;
}

.header-left li a {
  position: relative;
  line-height: 22px;
  color: #333;
}

.header-left li.active a {
  color: #333;
  font-weight: bold;
}

.header-left li.active a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #017EFF;
}

.header-right {
  float: right;
  position: relative;
  background: #017EFF;
  padding: 0 20px;
  cursor: pointer;
}

.header-right-in{
  background: transparent;
}

.header-right li {
  float: left;
}

.header-right li a {
  color: #fff;
  font-size: 16px;
}

li.register {
  margin-right: 10px;
}

li.register a {
  line-height: 20px;
  padding: 7px 23px;
  border-radius: 3px;
  color: #333;
}


li.login a {
  line-height: 20px;
  padding: 7px 23px;
  border-radius: 3px;
  background: #FFB304;
  color: #333;
}

.lang {
  position: absolute;
  right: -80px;
}

.header .dropdown {
  position: relative;
  margin-left: 30px;
  margin-top: -1px;
}

.header .dropdown-toggle {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 3px 30px 3px 10px;
  cursor: pointer;
  outline: 0;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  /* border: 1px solid #333; */
  border: 0;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.header .dropdown-toggle:focus {
  background-color: transparent !important;
  border-color: #333 !important;
}

.header .dropdown-toggle::after {
  display: inline-block;
  position: absolute;
  height: 8px;
  top: 50%;
  transform: translateY(-30%);
  right: 5px;
  content: '';
  border: 5px solid #333;
  border-color: #333 transparent transparent transparent;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.header .dropdown-menu {
  display: none;
  position: absolute;
  transform: translate3d(0px, 26px, 0px);
  top: 24px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  left: 0;
  will-change: transform;
}

.header .dropdown-menu a {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
  color: #333;
  text-align: center;
  background-color: #dedede;
  cursor: pointer;
}

.header .dropdown-item {
  min-width: 60px !important;
  text-align: center;
}

.common-conent-pt{
  padding-top: 60px;
}

/*底部部分*/
.footer {
  width: 100%;
  background-color: #2E3138;
  font-family: DINAlternate-Bold, DINAlternate;
}
.footer-middel{
  width: 1200px;
  margin: 0 auto;
}
.footer-content {
  width: 100%;
  display: flex;
  color: #ffffff;
  justify-content: space-between;
  padding: 40px 0 36px 0;
}

.footer-content>div:last-child {
  flex-basis: 250px;
}

.footer-content>div h4>a {
  color: #FFFFFF;
}

.footer .list-group-item {
  padding: 4px 0;
  border: none;
  background-color: transparent;
  word-break: normal;
  white-space: nowrap;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
}

.footer .list-group-item a {
  font-family: Helvetica;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.75rem;
  font-weight: 400;
  font-size: 14px;
}

.footer .list-group-item a:hover {
  text-decoration: underline;
}

.footer-tel{
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 37px;
}

.footer-contact {
  margin-top: 50px;
}

.footer-contact ul {
  padding: 0px;
  font-size: 1.2rem;
}

.foot-logo img {
  /* width: 156px;
  height: 72px; */
}

.footer-contact ul>li {
  list-style-position:inside !important;
}

.footer-contact ul>li>span:first-child {
  font-weight: 600;
  margin-bottom: 0.75rem;
  padding-right: 5px;
}

.footer-title {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}

.footer-address{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 10px;
}
.footer-line{
  height: 1px;
  background: #FFFFFF;
  opacity: 0.1;
}
.footer-beian{
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #525A6C;
  line-height: 20px;
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}
.footer-beian .hz{
  margin-top: 12px;
}
.footer-beian img{
  width: 18px;
  height: 20px;
  position: relative;
  bottom: 2px;
  margin-right: 4px;
}
.footer-blue{
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/images/footer/footer-bg_60466bc.png);
  position: relative;
  display: none;
}
.footer-blue-conent{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer-content-us{
  position: absolute;
  top: 70px;
  right: 0;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 8px 20px;
  cursor: pointer;
}
.footer-content-us a{
  color: #017EFF;
  font-size: 16px;
  font-weight: bold;
}
.footer-blue-conent-t{
  font-size: 24px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  padding-top: 52px;
  padding-bottom: 12px;
}
.footer-blue-conent-b{
  font-size: 20px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  padding-bottom: 52px;
}

.left {
  float: left;
}

.right {
  float: right;
}

@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}