@charset "UTF-8";
* {
  font-family: "Conv_calibri", "微软雅黑", "Microsoft Yahei", "微软雅黑", SimSun, Arial, tahoma, arial !important; }

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto; }

.title {
  position: relative;
  z-index: 99; }
  .title::after {
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -10px;
    content: '';
    display: block;
    height: 8px;
    background-color: #21BEBE;
    background: linear-gradient(to left, #2466ED, #10E2DD); }

a {
  text-decoration: none;
  color: #333; }

.toolbox {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 50px;
  height: 150px;
  border-radius: 50px;
  background-color: #fff;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
  color: #303133;
  color: #333;
  border-width: 1px;
  border-style: solid;
  border-color: #ebeef5;
  border-image: initial; }
  .toolbox img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px; }
  .toolbox .back-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 75px;
    padding-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #fff; }
  .toolbox .text {
    font-size: 10px; }
  .toolbox .back-home {
    width: 100%;
    height: 75px;
    padding-top: 10px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden; }
    .toolbox .back-home a {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 992px) {
  .toolbox {
    right: 10px;
    bottom: 50px;
    width: 50px;
    height: 150px; } }
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 88px;
  margin: auto;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  max-width: 1600px; }
  .header .logo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding-right: 20px;
    box-sizing: border-box; }
    .header .logo img {
      width: 80px; }
  .header .search {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box; }
    .header .search img {
      width: 20px;
      cursor: pointer; }
  .header .links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 300px;
    box-sizing: border-box; }
    .header .links .links-item {
      display: flex;
      align-items: center;
      padding: 0 4px;
      color: #122337;
      transition: all .5s;
      cursor: pointer;
      white-space: nowrap;
      height: 100%; }
      .header .links .links-item:hover {
        color: #21BEBE; }
      .header .links .links-item a {
        text-decoration: none;
        color: #122337; }
        .header .links .links-item a:hover {
          color: #21BEBE; }
    .header .links .links-about {
      position: relative; }
      .header .links .links-about:hover .links-about-items {
        display: block; }
      .header .links .links-about .links-about-items {
        display: none;
        position: absolute;
        top: 75px;
        left: 0;
        width: 100px;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: #fff;
        z-index: 99;
        transition: all 1s; }
        .header .links .links-about .links-about-items .links-about-items-item {
          font-size: 12px;
          color: #999;
          margin-bottom: 10px;
          text-align: center;
          padding-bottom: 10px;
          border-bottom: 1px solid #eee; }
          .header .links .links-about .links-about-items .links-about-items-item:last-child {
            margin-bottom: 0; }
        .header .links .links-about .links-about-items::after {
          content: "";
          position: absolute;
          top: -16px;
          left: 20px;
          display: block;
          width: 0;
          height: 0;
          border-width: 8px;
          border-style: solid;
          border-color: transparent transparent #fff transparent; }
    .header .links .active {
      position: relative; }
      .header .links .active::after {
        position: absolute;
        left: -2px;
        right: -2px;
        bottom: 20px;
        content: '';
        display: block;
        height: 4px;
        background-color: #21BEBE; }

.nav-right-mobile {
  display: none; }

@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 88px;
    margin: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    z-index: 999; }
    .header .links {
      display: none; }
    .header .logo {
      justify-content: flex-start;
      width: auto;
      margin-left: 20px; }
    .header .search {
      display: none; }
    .header .nav-right-mobile {
      position: absolute;
      top: 0;
      right: 10px;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 20px;
      box-sizing: border-box;
      justify-content: flex-end; }
      .header .nav-right-mobile .showxiala {
        width: 1rem;
        height: 1rem;
        background: white; }
        .header .nav-right-mobile .showxiala img {
          width: 100%;
          height: 100%;
          object-fit: contain; } }
.header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(900px);
  z-index: -1;
  margin: -30px;
  box-sizing: border-box; }

.search-item {
  position: absolute;
  top: 88px;
  right: 150px;
  width: 30%;
  margin: 0 auto;
  background-color: #21BEBE;
  background: linear-gradient(to right, #2466ED, #10E2DD);
  z-index: 999;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  transition: all .5s;
  overflow: hidden; }
  .search-item.show {
    height: 60px; }
  .search-item.hidden {
    height: 0; }
  .search-item .search-icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer; }
  .search-item input {
    width: 1500px;
    outline: none;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    line-height: 20px; }
    .search-item input::placeholder {
      color: #fff; }
  .search-item .close {
    width: 30px;
    height: 30px;
    cursor: pointer; }

.footer {
  position: relative;
  box-sizing: border-box;
  background-color: #011036;
  background: url("../img/footer.png") no-repeat;
  background-size: 100% 100%;
  color: #aaa;
  font-size: 12px; }
  .footer .center {
    display: flex; }
  .footer .footer-left {
    display: flex;
    height: 100%; }
    .footer .footer-left .footer-city {
      width: 180px;
      color: #fff; }
      .footer .footer-left .footer-city .item {
        margin-bottom: 15px;
        color: #aaa;
        transition: all .5s;
        cursor: pointer; }
        .footer .footer-left .footer-city .item:hover {
          color: #fff; }
      .footer .footer-left .footer-city .active {
        color: #fff; }
    .footer .footer-left .address {
      width: calc(100% - 180px);
      width: 240px; }
      .footer .footer-left .address .detail,
      .footer .footer-left .address .tel,
      .footer .footer-left .address .fax,
      .footer .footer-left .address .time {
        line-height: 24px;
        margin-bottom: 10px; }
  .footer .footer-right {
    display: flex;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box; }
    .footer .footer-right .social {
      height: 100%;
      box-sizing: border-box; }
      .footer .footer-right .social .code {
        width: 100px;
        margin-bottom: 20px; }
        .footer .footer-right .social .code img {
          width: 100%; }
        .footer .footer-right .social .code .code-text {
          margin-top: 5px;
          line-height: 18px; }
        .footer .footer-right .social .code:last-child {
          margin-bottom: 0; }
    .footer .footer-right .email {
      width: 240px;
      height: 100%;
      padding: 0 20px;
      box-sizing: border-box; }
      .footer .footer-right .email .email-item {
        margin-top: 5px;
        line-height: 18px; }
      .footer .footer-right .email .value {
        margin-bottom: 20px; }
    .footer .footer-right .links {
      width: 160px;
      height: 100%;
      box-sizing: border-box; }
      .footer .footer-right .links .link-item {
        margin-bottom: 20px; }
        .footer .footer-right .links .link-item a {
          color: #aaa;
          transition: all .5s; }
          .footer .footer-right .links .link-item a:hover {
            color: #fff; }
  .footer .line-title {
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #aaa; }
  .footer .footer-infos {
    height: 40px;
    right: 0;
    bottom: 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    color: #aaa; }
    .footer .footer-infos .infos-left {
      display: flex;
      align-items: center;
      height: 100%; }
      .footer .footer-infos .infos-left .infos-item {
        color: #aaa; }
        .footer .footer-infos .infos-left .infos-item a {
          color: #aaa;
          transition: all .5s; }
          .footer .footer-infos .infos-left .infos-item a:hover {
            color: #fff; }
        .footer .footer-infos .infos-left .infos-item:last-child {
          margin-right: 0; }
    .footer .footer-infos .infos-center {
      display: flex;
      align-items: left;
      justify-content: flex-start;
      width: 100%;
      height: 100%;
      margin: 0 auto; }
    .footer .footer-infos .infos-right {
      display: flex;
      align-items: center;
      height: 100%; }
      .footer .footer-infos .infos-right .tar {
        display: flex;
        align-items: center;
        height: 100%;
        color: #aaa;
        transition: all .5s;
        box-sizing: border-box; }
        .footer .footer-infos .infos-right .tar a:hover {
          color: #fff; }
        .footer .footer-infos .infos-right .tar p {
          margin-right: 20px; }
      .footer .footer-infos .infos-right .statement {
        transition: all .5s;
        color: #aaa; }
        .footer .footer-infos .infos-right .statement:hover {
          color: #fff; }
    .footer .footer-infos a {
      color: #aaa;
      transition: all .5s; }

.navmob {
  display: none;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: black;
  top: 88px;
  z-index: 999; }

.navmob ul li {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  color: black;
  border-bottom: 1px solid #ccc;
  border-left: 2px solid #fff; }

.navmob ul li:hover {
  background: white;
  color: black;
  text-decoration: none;
  outline: none;
  border-left: 2px solid #25C0BF; }

.navmob ul li a {
  width: 100%;
  height: 1rem;
  color: black;
  line-height: 1rem;
  text-decoration: none; }

@media screen and (min-width: 992px) {
  .footer {
    margin: 0 auto;
    width: 100%;
    height: 800px;
    padding: 240px 0 80px; }

  .center {
    width: 1000px;
    margin: 0 auto; }

  .social {
    width: 20%;
    width: 140px;
    height: 100%;
    padding: 0 20px; }

  .links {
    padding: 0 20px; }

  .footer-infos {
    left: 50%;
    width: 1000px;
    position: absolute;
    transform: translate(-50%); }

  .infos-left {
    width: 40%; }

  .infos-item {
    margin-right: 20px; }

  .infos-right {
    width: 60%; }

  .infos-right .tar {
    padding-left: 40px;
    margin-right: 160px; } }
@media screen and (max-width: 992px) {
  .footer {
    margin: 0 auto;
    width: 100%;
    height: 900px;
    padding: 20px 0 20px; }

  .center {
    width: 100%;
    margin: 0 auto;
    flex-direction: column; }

  .footer-city li {
    padding-left: 20px; }

  .social {
    width: 20%;
    width: 140px;
    height: 100%;
    padding: 0px; }

  .links {
    padding: 0px; }

  .footer-infos {
    left: 0;
    width: 100%;
    flex-direction: column; }

  .infos-left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    height: 50px;
    line-height: 50px; }

  .infos-item {
    text-align: center; }

  .infos-right {
    width: 100%;
    flex-direction: row; }

  .infos-right .tar {
    padding-left: 10px;
    margin-right: 10px; } }

/*# sourceMappingURL=global.css.map */
