/* 头部 */
.fixed {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999;
}

.container {
  width: 1360px;
  margin: 0 auto;
}

.title {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.title span {
  font-size: 40px;
  font-weight: bold;
  z-index: 3;
  position: relative;
}

.title span em {
  color: #00c5b9;
}

.title p {
  color: #e9e9e9;
  font-size: 36px;
  font-weight: bold;
  margin-top: -30px;
  text-transform: uppercase;
}

.title2 {
  width: 100%;
  position: relative;
}

.title2 span {
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  color: #042a39;
  padding-bottom: 15px;
  font-weight: bold;
  position: relative;
}

.title2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 4px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #00c5b9, #fff);
}

.bg100 {
  background-size: 100% 100%;
}

.head,
.headinner {
  width: 100%;
  height: 84px;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgba(0, 197, 185, 0.1);
  z-index: 98;
  position: relative;
}

.headinner .logo {
  margin-top: 17px;
  font-size: 0;
}

.nav li {
  float: left;
  position: relative;
}

.nav li .navtit {
  display: block;
  padding: 0 25px;
  height: 85px;
  font-size: 20px;
  line-height: 85px;
}

.nav li.on .navtit {
  line-height: 85px;
  background: rgba(0, 197, 185, 0.1);
  border-bottom: 5px solid #00c5b9;
}

.nav li .menu_xl {
  position: absolute;
  z-index: 99;
  top: 90px;
  left: 0;
  width: 204px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 197, 185, 0.1);
  height: 0;
  opacity: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.nav li .menu_xl a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  padding-left: 25px;
}

/* 公共banner样式 */
.combanner {
  width: 100%;
  height: 576px;
  overflow: hidden;
  position: relative;
}

.combanner img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* 底部 */
.foot {
  width: 100%;
  padding: 45px 0 30px;
  background: #343d44;
  overflow: hidden;
  position: relative;
}

.ft_lef {
  width: 350px;
  float: left;
}

.footlogo {
  display: block;
  margin-bottom: 40px;
}

.ft_lef li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 15px;
}

.ft_lef li i {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.ft_lef li i.icon_tel {
  background: url(../img/icon_tel.png) 0 center no-repeat;
}

.ft_lef li i.icon_email {
  background: url(../img/icon_email.png) 0 center no-repeat;
}

.ft_lef li i.icon_pos {
  background: url(../img/icon_pos.png) 0 center no-repeat;
}

.fr_rig {
  float: right;
}

.fr_rig .item {
  width: 120px;
  float: left;
  margin-left: 60px;
}

.fr_rig .item .name {
  font-size: 16px;
  color: #fff;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.fr_rig .item a {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.fr_rig .item a:last-child {
  margin-bottom: 0;
}

.fr_rig .item img {
  display: block;
  width: 100%;
}

.fr_rig .item p {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
}

.fr_rig .item p i.icon_weixin {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_weixin.png) 0 0 no-repeat;
}

.footp {
  font-size: 14px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.8);
}
.sj {
  display: none;
}

.pc {
  display: block;
}
@media (any-hover: hover) {
  .nav li:hover .navtit {
    line-height: 85px;
    background: rgba(0, 197, 185, 0.1);
    border-bottom: 5px solid #00c5b9;
  }

  .nav li:hover .menu_xl {
    height: auto;
    opacity: 1;
    top: 85px;
  }

  .nav li .menu_xl a:hover {
    color: #fff;
    background: #00c5b9;
  }
  /* .nav li:hover .navtit {
    line-height: 85px;
    background: none;
    border-width: 0;
  } */
}
@media screen and (max-width: 750px) {
  body.open {
    height: 100vh;
    overflow: hidden;
  }
  .sj {
    display: block;
  }
  .pc {
    display: none;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }

  .title span {
    font-size: 16px;
  }

  .title p {
    font-size: 13px;
    margin-top: -10px;
  }

  .title2 span {
    font-size: 15px;
    padding-bottom: 10px;
  }
  .title2 span::after {
    height: 2px;
    border-radius: 2px;
  }
  .head,
  .headinner {
    width: 100%;
    height: 48px;
  }

  .headinner {
    padding: 0 10px;
  }

  .headinner .logo {
    width: 96px;
    margin-top: 9px;
    font-size: 0;
  }

  .headinner .logo img {
    display: block;
    width: 100%;
  }
  .menu {
    width: 19px;
    height: 13px;
    float: right;
    margin-top: 17px;
    background: url(../img/sjmenu.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }

  .nav {
    display: block;
    position: absolute;
    left: -100%;
    top: 48px;
    width: 100%;
    height: calc(100vh - 48px);
    z-index: 3;
    background: #fff;
    transition: all 0.3s;
    overflow-y: auto;
  }
  body.open .nav {
    left: 0;
  }
  .nav li {
    width: 100%;
    float: none;
    position: relative;
  }
  .nav li .navtit {
    display: block;
    padding: 0 25px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
  }
  .nav li.on .navtit {
    line-height: 45px;
    background: none;
    border-width: 0;
  }

  .nav li .menu_xl {
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    overflow: hidden;
  }
  .nav li.on .menu_xl {
    height: auto;
    opacity: 1;
    top: 0;
  }
  .nav li .menu_xl a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 55px;
    background: #fafafa;
    position: relative;
  }
  .nav li .menu_xl a::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #00c5b9;
    overflow: hidden;
  }
  .combanner {
    height: 175px;
  }
  .combanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 底部 */
  .foot {
    padding: 25px 15px 10px;
  }
  .foottop {
    position: relative;
  }
  .footlogo {
    width: 150px;
    display: block;
    margin-bottom: 20px;
  }
  .footlogo img {
    display: block;
    width: 100%;
  }
  .ft_lef {
    width: 100%;
    float: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ft_lef li {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .fr_rig {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .fr_rig .item {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .fr_rig .item a:last-child {
    margin-bottom: 12px;
  }
  .fr_rig .item a {
    display: none;
    font-size: 12px;
    padding-left: 10px;
    margin-bottom: 6px;
    line-height: 20px;
  }
  .fr_rig .item.on a {
    display: block;
  }
  .fr_rig .item .name {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    padding-bottom: 5px;
    border-bottom: none;
    position: relative;
  }
  .fr_rig .item .name::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../img/pagenext.png) 0 0 no-repeat;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background-size: auto 100%;
    transition: all 0.3s;
  }
  .fr_rig .item.on .name::after {
    transform: rotateZ(90deg);
  }
  .fr_rig .item.footewm {
    width: 82px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .fr_rig .item.footewm .name {
    display: none;
  }
  .fr_rig .item p i.icon_weixin {
    width: 11px;
    height: 11px;
    margin-right: 3px;
    background-size: 100% 100%;
  }
  .footp {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
}
