.w1720 {
  width: 17.2rem;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

@media (max-width: 1740px) {
  .w1720 {
    width: 94%;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 99999;
  background: #243d52;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 50;
  border-bottom: solid 1px #b5bfdc;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 0.6rem;
}

header .logo a, header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

header nav {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 2.51rem - 1rem);
  font-size: 0;
}

header nav .natem {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0.2rem;
}

header nav .natem .nas {
  width: auto;
  display: inline-block;
}

header nav .natem .nas a {
  display: inline-block;
  line-height: 5;
  color: #fff;
  padding: 0 0.2rem;
}

header nav .natem .navul {
  width: 1.6rem;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #fff;
  display: none;
}

header nav .natem .navul ul {
  width: 100%;
}

header nav .natem .navul ul li {
  width: 100%;
}

header nav .natem .navul ul li a {
  width: 100%;
  display: block;
  line-height: 3;
  color: #167acb;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0.1rem;
  background: #fff;
}

header nav .natem .navul ul li:hover a {
  background: #167acb;
  color: #fff;
}

header nav .natem:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #fff;
  display: none;
}

header nav .natem.on:after {
  display: block;
}

header .mid {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  display: none;
  text-align: right;
}

header .mid .menu {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
}

header .mid .menu img {
  width: 100%;
  height: 100%;
  display: block;
}

header .search {
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
}

header .search .icon {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
}

header .search .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

header .sear {
  width: 100%;
  font-size: 0;
  padding: 0.1rem 0.2rem;
  border-top: solid 1px #f6f6f6;
  display: none;
  position: absolute;
  z-index: 1111;
  background: #fff;
}

header .sear form {
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 10rem;
  display: block;
}

header .sear .input {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  background: #f6f6f6;
}

header .sear .input input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  background: #f6f6f6;
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  height: 2.5em;
  padding: 0 0.2rem;
  border: none;
}

header .sear .submxt {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

header .sear .submxt input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #167acb;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 2.5;
  padding: 0 0.2rem;
  border: none;
  text-align: center;
  cursor: pointer;
}

header .black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 40;
  cursor: pointer;
}

@media (max-width: 768px) {
  header {
    padding: 0.1rem 0;
  }
  header nav {
    width: 60%;
    width: 5rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: auto;
    z-index: 100;
    transform: translate(100%, 0);
    transition: transform .3s;
  }
  header nav .natem {
    width: 100%;
    position: relative;
    margin: 0;
    text-align: left;
    padding: 0 0.2rem;
  }
  header nav .natem .nas a {
    color: #167acb;
    line-height: 3.5;
  }
  header nav .natem .navul {
    width: 100%;
    position: relative;
    background: #fff;
  }
  header nav .natem .navul ul li {
    width: 100%;
  }
  header nav .natem .navul ul li a {
    color: #167acb;
    padding: 0 0.3rem;
    text-align: left;
    background: #fff;
  }
  header nav .natem.on:after {
    display: none;
  }
  header nav .natem.has-nav:after {
    content: "+";
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.1rem;
    font-size: 20px;
    color: #333;
  }
  header nav .natem.has-nav.show:after {
    content: "-";
  }
  header .mid {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(100% - 2.51rem - 1rem);
    font-size: 0;
    padding-right: 0.24rem;
  }
  header.menu-state nav {
    transform: translate(0, 0);
  }
  header.menu-state .black {
    display: block;
  }
}

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

.banner .swiper-slide {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.banner .swiper-slide a, .banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.banner .down {
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  width: 0.27rem;
  height: 0.4rem;
  cursor: pointer;
  display: block;
  z-index: 5;
}

.banner .down img {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .banner .swiper-slide {
    height: 5rem;
  }
}

.yn-table {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.business {
  width: 100%;
  background: #fff;
}

.business .bustop {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.business .bustop .title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  color: #333;
  font-weight: bold;
  margin-right: 0.5rem;
}

.business .bustop .mes {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 0;
}

.business .bustop .mes i {
  display: inline-block;
  vertical-align: middle;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  margin-right: 0.14rem;
  box-shadow: 0px 7px 20px 0px rgba(3, 63, 112, 0.3);
}

.business .bustop .mes i img {
  width: 100%;
  height: 100%;
  display: block;
}

.business .bustop .mes span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1.4;
}

.business .bustop .title:before {
  content: ' ';
  position: absolute;
  background: url("../images/z1.png") no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  z-index: -1;
  left: -0.23rem;
  top: -0.23rem;
}

.business .bustop .title:after {
  content: ' ';
  position: absolute;
  background: #167acb;
  width: 0.06rem;
  height: 0.06rem;
  z-index: -1;
  right: -0.1rem;
  bottom: 0rem;
}

.business .busbot {
  width: 100%;
  height: calc(100vh - 1.5rem);
}

.business .busbot .buswiper {
  width: 100%;
}

.business .busbot .buswiper .swiper-container {
  padding: 0.6rem 0.2rem;
}

.business .busbot .buswiper .swiper-wrapper {
  padding: 0rem 0rem;
}

.business .busbot .buswiper .swiper-slide {
  width: 90%;
  padding: 0.5rem 0.3rem 0.2rem;
  border: solid 1px   #a8afb5;
  text-align: center;
  background-image: none;
  position: relative;
  transition: all ease 0.3s;
}

.business .busbot .buswiper .swiper-slide .icon {
  width: 1.18rem;
  height: 1.18rem;
  display: block;
  margin: 0 auto 0.4rem;
}

.business .busbot .buswiper .swiper-slide .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.business .busbot .buswiper .swiper-slide .icon img:first-child {
  display: block;
}

.business .busbot .buswiper .swiper-slide .icon img:last-child {
  display: none;
}

.business .busbot .buswiper .swiper-slide .bx {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.business .busbot .buswiper .swiper-slide .line {
  width: 100%;
  font-size: 0;
  margin: 0.2rem 0;
}

.business .busbot .buswiper .swiper-slide .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 3px;
  background: #959fa6;
}

.business .busbot .buswiper .swiper-slide .mx {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  height: 3em;
}

.business .busbot .buswiper .swiper-slide .more {
  width: 100%;
  font-size: 0;
}

.business .busbot .buswiper .swiper-slide .more a {
  margin-top: calc(0.1rem + 1.5em);
  display: inline-block;
  vertical-align: middle;
  width: auto;
  line-height: 2.5;
  height: 2.5em;
  opacity: 0;
  padding: 0 0.2rem;
  background: #fff;
  color: #167acb;
  border-radius: 1.25em;
}

.business .busbot .buswiper .swiper-slide .more a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.06rem;
  position: relative;
  top: -0.02rem;
}

.business .busbot .buswiper .swiper-slide:hover {
  transform: scale(1.06);
  border: solid 1px transparent;
  background-image: url("../images//lis.png");
  background-size: 100% 100%;
}

.business .busbot .buswiper .swiper-slide:hover .icon img:first-child {
  display: none;
}

.business .busbot .buswiper .swiper-slide:hover .icon img:last-child {
  display: block;
}

.business .busbot .buswiper .swiper-slide:hover .mx {
  height: 4.5em;
  -webkit-line-clamp: 3;
}

.business .busbot .buswiper .swiper-slide:hover .more a {
  opacity: 1;
  margin-top: 0.1rem;
}

.business .omg {
  width: 100%;
  text-align: center;
}

.business .omg img {
  height: 100%;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .business .busbot {
    height: auto;
    padding: 0.4rem 0;
  }
  .business .busbot .swiper-slide {
    padding: 0.7rem 0.3rem 0.6rem;
  }
}

.IndCop {
  width: 100%;
  font-size: 0;
}

.IndCop .ind {
  width: calc((830 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin-right: calc((58 / 1720) * 100%);
}

.IndCop .ind .intop {
  width: 100%;
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.3rem;
}

.IndCop .ind .intop .title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  line-height: 2;
  color: #333;
  margin-right: 0.5rem;
}

.IndCop .ind .intop .title:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background-color: #167acb;
  box-shadow: 0px 3px 5px 0px rgba(3, 63, 112, 0.3);
  width: 0.5rem;
  height: 3px;
  bottom: 0;
}

.IndCop .ind .intop .cos {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}

.IndCop .ind .intop .cos .as {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.2rem;
  line-height: 2.8;
  border-radius: 1.4em;
  color: #666;
  background: #f3f5fa;
  margin-left: 0.16rem;
  cursor: pointer;
}

.IndCop .ind .intop .cos .as.on {
  background-color: #167acb;
  box-shadow: 0px 7px 20px 0px rgba(3, 63, 112, 0.3);
  color: #fff;
}

.IndCop .ind .intop .cos .as:hover {
  background-color: #167acb;
  box-shadow: 0px 7px 20px 0px rgba(3, 63, 112, 0.3);
  color: #fff;
}

.IndCop .ind .indipers {
  width: 100%;
}

.IndCop .ind .indipers .indiper {
  width: 100%;
  display: none;
  padding: 0.2rem 0.3rem;
  background: #f3f5fa;
}

.IndCop .ind .indipers .indiper .swiper-container {
  height: 100%;
  height: 4rem;
}

.IndCop .ind .indipers .indiper .swiper-slide {
  width: 100%;
  font-size: 0;
}

.IndCop .ind .indipers .indiper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.IndCop .ind .indipers .indiper .swiper-slide .date {
  display: inline-block;
  vertical-align: middle;
  background: #62727f;
  padding: 0.1rem 0.14rem;
  text-align: center;
  width: 1rem;
  width: 70px;
}

.IndCop .ind .indipers .indiper .swiper-slide .date .day {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}

.IndCop .ind .indipers .indiper .swiper-slide .date .ym {
  color: #fff;
  line-height: 1.3;
}

.IndCop .ind .indipers .indiper .swiper-slide .rsn {
  width: calc(100% - 1rem);
  width: calc(100% - 70px);
  padding-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.3rem;
}

.IndCop .ind .indipers .indiper .swiper-slide .rsn .ti {
  width: 100%;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.06rem;
}

.IndCop .ind .indipers .indiper .swiper-slide .rsn .ts {
  width: 100%;
  color: #999;
  line-height: 1.8;
}

.IndCop .ind .indipers .indiper .swiper-slide:hover .date {
  background: #167acb;
}

.IndCop .ind .indipers .indiper .swiper-slide:hover .rsn .ti {
  color: #167acb;
}

.IndCop .ind .indipers .indiper .swiper-pagination {
  right: 0;
}

.IndCop .ind .indipers .indiper .swiper-pagination-bullet {
  border: solid 2px #167acb;
  background: #fff;
  opacity: 1;
  margin: 0.1rem 0;
}

.IndCop .ind .indipers .indiper .swiper-pagination-bullet-active {
  background: #167acb;
}

.IndCop .ind .indipers .indiper.on {
  display: block;
}

.IndCop .cop {
  width: calc((830 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.IndCop .cop .cotop {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.3rem;
  position: relative;
}

.IndCop .cop .cotop .coms {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  line-height: 2;
  color: #999;
  cursor: pointer;
  margin-right: 0.5rem;
}

.IndCop .cop .cotop .coms:after {
  content: ' ';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background-color: #167acb;
  box-shadow: 0px 3px 5px 0px rgba(3, 63, 112, 0.3);
  width: 0.5rem;
  height: 3px;
  bottom: 0;
  display: none;
}

.IndCop .cop .cotop .coms.on {
  color: #333;
}

.IndCop .cop .cotop .coms.on:after {
  display: block;
}

.IndCop .cop .cotop .more {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  z-index: 3;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.2rem;
  line-height: 2.8;
  border-radius: 1.4em;
  margin-left: 0.16rem;
  cursor: pointer;
  background-color: #167acb;
  box-shadow: 0px 7px 20px 0px rgba(3, 63, 112, 0.3);
  color: #fff;
}

.IndCop .cop .copiers {
  width: 100%;
}

.IndCop .cop .copiers .copier {
  width: 100%;
  display: none;
  position: relative;
}

.IndCop .cop .copiers .copier .swiper-slide {
  width: 100%;
  padding-top: 51%;
}

.IndCop .cop .copiers .copier .swiper-slide a, .IndCop .cop .copiers .copier .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.IndCop .cop .copiers .copier .ctn {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 0.48rem;
  height: 0.48rem;
  cursor: pointer;
}

.IndCop .cop .copiers .copier .ctn img {
  width: 100%;
  height: 100%;
  display: block;
}

.IndCop .cop .copiers .copier .ctn img:first-child {
  display: block;
}

.IndCop .cop .copiers .copier .ctn img:last-child {
  display: none;
}

.IndCop .cop .copiers .copier .ctn:hover img:first-child {
  display: none;
}

.IndCop .cop .copiers .copier .ctn:hover img:last-child {
  display: block;
}

.IndCop .cop .copiers .copier .cl {
  left: 0.3rem;
}

.IndCop .cop .copiers .copier .cr {
  right: 0.3rem;
}

.IndCop .cop .copiers .copier.on {
  display: block;
}

@media (max-width: 900px) {
  .IndCop {
    width: 100%;
  }
  .IndCop .ind {
    width: 100%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
  .IndCop .ind .intop {
    width: 100%;
    flex-wrap: wrap;
    padding: 0.2rem 0 0;
  }
  .IndCop .ind .intop .cos {
    width: 100%;
    flex: auto;
    margin-top: 0.1rem;
  }
  .IndCop .ind .intop .cos .as {
    margin-bottom: 0.1rem;
  }
  .IndCop .cop {
    width: 100%;
  }
  .IndCop .cop .cotop {
    padding-bottom: 0.6rem;
  }
  .IndCop .cop .cotop .more {
    bottom: 0;
    top: auto;
    transform: translateY(0);
  }
}

.Cooperation {
  width: 100%;
  background: #fff;
}

.Cooperation .bustop {
  width: 100%;
  font-size: 0;
  height: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Cooperation .bustop .title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  color: #333;
  font-weight: bold;
  margin-right: 0.5rem;
}

.Cooperation .bustop .cos {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}

.Cooperation .bustop .cos a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 0 0.2rem;
  line-height: 2.8;
  border-radius: 1.4em;
  color: #666;
  background: #f3f5fa;
  margin-left: 0.16rem;
}

.Cooperation .bustop .cos a.on {
  background-color: #167acb;
  box-shadow: 0px 7px 20px 0px rgba(3, 63, 112, 0.3);
  color: #fff;
}

.Cooperation .bustop .cos a:hover {
  background-color: #167acb;
  box-shadow: 0px 7px 20px 0px rgba(3, 63, 112, 0.3);
  color: #fff;
}

.Cooperation .bustop .title:before {
  content: ' ';
  position: absolute;
  background: url("../images/z1.png") no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  z-index: -1;
  left: -0.23rem;
  top: -0.23rem;
}

.Cooperation .bustop .title:after {
  content: ' ';
  position: absolute;
  background: #167acb;
  width: 0.06rem;
  height: 0.06rem;
  z-index: -1;
  right: -0.1rem;
  bottom: 0rem;
}

.Cooperation .cooper {
  width: 100%;
  font-size: 0;
}

.Cooperation .cooper .copem {
  width: 100%;
  display: none;
}

.Cooperation .cooper .copem.on {
  display: block;
}

.Cooperation .cooper .col {
  width: calc((500 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.Cooperation .cooper .col a {
  width: 100%;
  padding-top: 132%;
}

.Cooperation .cooper .com {
  width: calc((586 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc((23 / 1720) * 100%);
}

.Cooperation .cooper .com .cms {
  margin-bottom: 0;
}

.Cooperation .cooper .com .cm {
  width: 100%;
}

.Cooperation .cooper .com .cm a {
  width: 100%;
  padding-top: 54%;
}

.Cooperation .cooper .cor {
  width: calc((586 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.Cooperation .cooper .cor .cm {
  margin-bottom: 0;
}

.Cooperation .cooper a, .Cooperation .cooper img {
  width: 100%;
  height: 100%;
  display: block;
}

.Cooperation .cooper img {
  transition: all ease 0.3s;
}

.Cooperation .cooper a {
  transition: all ease 0.3s;
}

.Cooperation .cooper a:hover {
  transform: scale(1.1);
}

.Cooperation .cooper .cm {
  width: 100%;
  margin-bottom: 0.24rem;
  overflow: hidden;
}

.Cooperation .cooper .cm a {
  width: 100%;
  padding-top: 54%;
}

.Cooperation .cooper .cms {
  width: 100%;
  font-size: 0;
  margin-bottom: 0.24rem;
}

.Cooperation .cooper .cms .cl {
  width: calc((100% - 0.24rem) / 2);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.24rem;
  overflow: hidden;
}

.Cooperation .cooper .cms .cl a {
  width: 100%;
  padding-top: 113%;
}

.Cooperation .cooper .cms .cl:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .Cooperation {
    padding-bottom: 0.24rem;
  }
  .Cooperation .bustop {
    flex-wrap: wrap;
    padding: 0.4rem 0 0.3rem;
    height: auto;
  }
  .Cooperation .bustop .title {
    margin-bottom: 0.36rem;
  }
  .Cooperation .bustop .cos {
    width: 100%;
    flex: auto;
  }
  .Cooperation .bustop .cos a {
    margin-bottom: 0.14rem;
  }
  .Cooperation .cooper .copem .col {
    width: 100%;
  }
  .Cooperation .cooper .copem .com {
    width: 100%;
    margin: 0.24rem 0;
  }
  .Cooperation .cooper .copem .cor {
    width: 100%;
  }
}

.link {
  width: 100%;
  background: #f3f5fa;
  padding: 0.16rem 0;
}

.link .links {
  width: 100%;
  font-size: 0;
  display: flex;
}

.link .links .name {
  width: auto;
  display: inline-block;
  vertical-align: top;
  color: #333;
  line-height: 1.8;
  margin-right: 0.1rem;
}

.link .links .lrn {
  flex: 1;
  width: 100%;
  font-size: 0;
}

.link .links .lrn a {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 0.2rem;
  color: #999;
  line-height: 1.8;
}

footer {
  width: 100%;
  background: #243d52;
}

footer .ftop {
  width: 100%;
  padding: 0.6rem 0;
  font-size: 0;
}

footer .ftop .ftl {
  width: calc((920 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftl .flist {
  width: calc((182 / 920) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftl .flist .ful {
  width: 100%;
}

footer .ftop .ftl .flist .ful a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 2;
  color: #959da5;
}

footer .ftop .ftl .flist .ful a:hover {
  color: #fff;
}

footer .ftop .ftm {
  width: calc((450 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftm .fmlis {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftm .fmlis .fwm {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom: 0.1rem;
}

footer .ftop .ftm .fmlis .fwm .fmt {
  width: 100%;
  font-size: 0;
}

footer .ftop .ftm .fmlis .fwm .fmt .iv {
  display: inline-block;
  vertical-align: middle;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.14rem;
}

footer .ftop .ftm .fmlis .fwm .fmt .iv img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .ftm .fmlis .fwm .fmt .mx {
  display: inline-block;
  vertical-align: middle;
  color: #959da5;
  line-height: 1.3;
}

footer .ftop .ftm .fmlis .fwm .fmb {
  width: 100%;
  color: #959da5;
  line-height: 1.5;
  padding: 0.1rem 0;
}

footer .ftop .ftm .fmlis .fwm.w100 {
  width: 100%;
}

footer .ftop .ftr {
  width: calc((230 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
}

footer .ftop .ftr .code {
  width: 70%;
  min-width: 110px;
}

footer .ftop .ftr .code .mg {
  width: 100%;
}

footer .ftop .ftr .code .mg img {
  width: 100%;
  height: 100%;
  display: block;
}

footer .ftop .ftr .code .tx {
  width: 100%;
  color: #959da5;
  line-height: 2;
  margin-top: 0.1rem;
}

footer .ftop .ftip {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

footer .fbot {
  width: 100%;
  border-top: solid 1px #334b5e;
  padding: 0.2rem 0;
  overflow: hidden;
}

footer .fbot .fbl {
  float: left;
  line-height: 2.5;
  color: #959da5;
}

footer .fbot .fbr {
  float: right;
  line-height: 2.5;
  color: #959da5;
}

@media (max-width: 768px) {
  footer .ftop .ftl {
    width: 100%;
  }
  footer .ftop .ftl .flist {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  footer .ftop .ftl .flist .ftip {
    margin-bottom: 0.1rem;
  }
  footer .ftop .ftl .flist .ful a {
    width: auto;
    margin-right: 0.14rem;
  }
  footer .ftop .ftm {
    width: calc(100% - 2rem);
    padding-right: 0.1rem;
  }
  footer .ftop .ftr {
    width: 2rem;
  }
}

@media (max-width: 500px) {
  footer .ftop .ftm .fmlis .fwm {
    width: 100%;
  }
}

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

.nanner .img {
  width: 100%;
}

.nanner .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanner .nox {
  position: absolute;
  z-index: 5;
  left: calc((100 / 1920) * 100%);
  top: calc( 50% + 0.4rem);
  transform: translateY(-50%);
}

.nanner .nox .cn {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}

.nanner .nox .en {
  width: 100%;
  line-height: 1.5;
  color: #ffff;
}

@media (max-width: 1740px) {
  .nanner .nox {
    left: 3%;
  }
}

.nanbar {
  width: 100%;
  background: #fff;
  font-size: 0;
}

.nanbar .nal {
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
}

.nanbar .nal .home {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.14rem;
}

.nanbar .nal .home img {
  width: 100%;
  height: 100%;
  display: block;
}

.nanbar .nal .nts {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #999;
  line-height: 2.5;
  margin-right: 0.16rem;
}

.nanbar .nal .nts span {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 2.5;
  margin-left: 0.16rem;
}

.nanbar .nal .nts:last-child {
  color: #167acb;
}

.nanbar .nal .nts:last-child span {
  display: none;
}

.nanbar .nar {
  width: calc(100% - 5rem);
  display: inline-block;
  vertical-align: middle;
}

.nanbar .nar .swiper-wrapper {
  justify-content: flex-end;
}

.nanbar .nar .swiper-slide {
  width: auto;
}

.nanbar .nar .swiper-slide a {
  display: block;
  line-height: 3.2;
  color: #666;
  padding: 0 0.2rem;
}

.nanbar .nar .swiper-slide.on a {
  background: #167acb;
  color: #fff;
}

@media (max-width: 900px) {
  .nanbar .nal {
    width: 100%;
    padding: 0.16rem 0;
  }
  .nanbar .nar {
    width: 100%;
  }
  .nanbar .nar .swiper-wrapper {
    justify-content: flex-start;
  }
}

.pages-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pages-container .item-pages {
  width: .46rem;
  height: .46rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SourceHanSansCN-Normal;
  color: #666666;
  margin: 0 .1rem;
  cursor: pointer;
}

.pages-container .item-pages img {
  width: .09rem;
  height: .14rem;
}

.pages-container .item-pages img:first-child {
  display: block;
}

.pages-container .item-pages img:last-child {
  display: none;
}

.pages-container .item-pages:hover {
  background-color: #167acb;
  color: #fff;
}

.pages-container .item-pages:hover img:first-child {
  display: none;
}

.pages-container .item-pages:hover img:last-child {
  display: block;
}

@media (max-width: 1200px) {
  .pages-container .item-pages {
    width: 35px;
    height: 35px;
    margin: 0 8px;
  }
  .pages-container .item-pages img {
    width: 9px;
    height: 14px;
  }
}

.purchase {
  width: 100%;
  background: #f3f5fa;
  padding: 0.6rem 0;
}

.purchase .bustop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.purchase .bustop .title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  color: #333;
  font-weight: bold;
  margin-right: 0.5rem;
}

.purchase .bustop .title:before {
  content: ' ';
  position: absolute;
  background: url("../images/z1.png") no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  z-index: -1;
  left: -0.23rem;
  top: -0.23rem;
}

.purchase .bustop .title:after {
  content: ' ';
  position: absolute;
  background: #167acb;
  width: 0.06rem;
  height: 0.06rem;
  z-index: -1;
  right: -0.1rem;
  bottom: 0rem;
}

.purchase .purchlis {
  width: 100%;
  font-size: 0;
}

.purchase .purchlis .purem {
  width: calc((845 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((29 / 1720) * 100%);
  margin-bottom: 0.3rem;
  background: #fff;
  font-size: 0;
}

.purchase .purchlis .purem .date {
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}

.purchase .purchlis .purem .date .de {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.purchase .purchlis .purem .date .day {
  color: #333;
  line-height: 1.5;
}

.purchase .purchlis .purem .date .ym {
  width: 100%;
  color: #666;
  line-height: 1.5;
}

.purchase .purchlis .purem .pun {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 1.4rem);
  padding: 0.3rem;
}

.purchase .purchlis .purem .pun .px {
  width: 100%;
  color: #333;
  line-height: 1.5;
}

.purchase .purchlis .purem:nth-child(2n) {
  margin-right: 0;
}

.groupdetail {
  width: 100%;
  background: #f3f5fa;
  padding: 0.6rem 0;
}

.groupdetail .gdl {
  width: calc((1270 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((29 / 1720) * 100%);
  background: #fff;
  padding: 0.4rem;
}

.groupdetail .gdl .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  text-align: center;
}

.groupdetail .gdl .gav {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.groupdetail .gdl .gav span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  margin: 0 0.14rem;
}

.groupdetail .gdl .gons {
  width: 100%;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 0.4rem 0;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
  color: #666;
  margin: 0.2rem 0;
}

.groupdetail .gdl .gons p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.groupdetail .gdl .gons img {
  max-width: 100%;
}

.groupdetail .gdl .got {
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0;
}

.groupdetail .gdl .got .gl {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
}

.groupdetail .gdl .got .gl .ga {
  width: 100%;
  line-height: 2;
  margin: 0.1rem 0;
  display: block;
  color: #666;
}

.groupdetail .gdl .got .gr {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.groupdetail .gdl .got .gr .more {
  display: inline-block;
  vertical-align: middle;
  background: #167acb;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.2rem;
  width: auto;
  white-space: nowrap;
}

.groupdetail .gdr {
  width: calc((420 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 0.3rem;
}

.groupdetail .gdr .gir {
  width: 100%;
  position: relative;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.groupdetail .gdr .gir:before {
  content: ' ';
  position: absolute;
  left: -0.3rem;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  background: #167acb;
  height: 0.3rem;
}

.groupdetail .gdr .gem {
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: solid 1px #ececec;
}

.groupdetail .gdr .gem a {
  width: 100%;
  height: 100%;
  display: block;
}

.groupdetail .gdr .gem .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.groupdetail .gdr .gem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.groupdetail .gdr .gem .gt {
  width: 100%;
  line-height: 2;
  margin-top: 0.1rem;
  color: #333;
}

.groupdetail .gdr .gem:hover .img img {
  transform: scale(1.1);
}

.groupdetail .gdr .gem:hover .gt {
  color: #167acb;
}

.groupdetail .gdr .guls {
  width: 100%;
}

.groupdetail .gdr .guls a {
  width: 100%;
  color: #666;
  display: block;
  line-height: 3;
  border-bottom: dashed 1px #ececec;
}

.groupdetail .gdr .guls a:hover {
  color: #167acb;
}

@media (max-width: 900px) {
  .groupdetail .gdr {
    display: none;
  }
  .groupdetail .gdl {
    width: 100%;
  }
}

.busdetail {
  width: 100%;
  background: #f3f5fa;
  padding: 0.6rem 0;
}

.busdetail .busdm {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: calc((29 / 1720) * 100%);
  background: #fff;
  padding: 0.4rem;
}

.busdetail .busdm .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  text-align: center;
}

.busdetail .busdm .gav {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.busdetail .busdm .gav span {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1.5;
  margin-bottom: 0.1rem;
  margin: 0 0.14rem;
}

.busdetail .busdm .gons {
  width: 100%;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 0.4rem 0;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 1.5;
  color: #666;
  margin: 0.2rem 0;
}

.busdetail .busdm .gons p {
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2;
  color: #666;
}

.busdetail .busdm .gons img {
  max-width: 100%;
}

.busdetail .busdm .got {
  width: 100%;
  padding: 0.1rem 0;
  font-size: 0;
}

.busdetail .busdm .got .gl {
  width: calc(100% - 2rem);
  display: inline-block;
  vertical-align: middle;
}

.busdetail .busdm .got .gl .ga {
  width: 100%;
  line-height: 2;
  margin: 0.1rem 0;
  display: block;
  color: #666;
}

.busdetail .busdm .got .gr {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.busdetail .busdm .got .gr .more {
  display: inline-block;
  vertical-align: middle;
  background: #167acb;
  color: #fff;
  line-height: 2.5;
  border-radius: 1.25em;
  padding: 0 0.2rem;
  width: auto;
  white-space: nowrap;
}

.talent {
  width: 100%;
  background: #f3f5fa;
  padding: 0.6rem 0;
}

.talent .bustop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.talent .bustop .title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  color: #333;
  font-weight: bold;
  margin-right: 0.5rem;
}

.talent .bustop .title:before {
  content: ' ';
  position: absolute;
  background: url("../images/z1.png") no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  z-index: -1;
  left: -0.23rem;
  top: -0.23rem;
}

.talent .bustop .title:after {
  content: ' ';
  position: absolute;
  background: #167acb;
  width: 0.06rem;
  height: 0.06rem;
  z-index: -1;
  right: -0.1rem;
  bottom: 0rem;
}

.talent .tavon {
  width: 100%;
  background: #fff;
}

.talent .talem {
  width: 100%;
  background: #167acb;
  font-size: 0;
}

.talent .talem .ton {
  width: calc((860 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
}

.talent .talem .ton .tit {
  width: 100%;
  line-height: 1.5;
  color: #fff;
}

.talent .talem .ton .line {
  width: 100%;
  font-size: 0;
  margin: 0.24rem 0;
}

.talent .talem .ton .line span {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 2px;
  background: #fff;
}

.talent .talem .ton .pns {
  width: 100%;
  line-height: 1.8;
  color: #fff;
}

.talent .talem .img {
  width: calc((860 / 1720) * 100%);
  display: inline-block;
  vertical-align: middle;
}

.talent .talem .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.talent .recruit {
  width: 100%;
  padding-top: 0.4rem;
}

.talent .recruit .rit {
  width: 100%;
  padding: 0 0.4rem;
}

.talent .recruit .lines {
  width: 100%;
  font-size: 0;
  margin: 0.34rem 0;
  padding: 0 0.4rem;
}

.talent .recruit .lines span {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  height: 2px;
  background: #ccc;
}

.talent .recruit .seav {
  width: 100%;
  font-size: 0;
  padding: 0 0.4rem;
  padding-bottom: 0.4rem;
}

.talent .recruit .seav .select-con {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
  width: calc((300 / 1620) * 100%);
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.2;
  height: 2.2em;
  background: #fff;
  border: 1px solid #d2d2d2;
  overflow: hidden;
  position: relative;
  margin-right: calc((19 / 1620) * 100%);
}

.talent .recruit .seav .select-con .select-value {
  width: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  line-height: 2.2;
  height: 2.2em;
  color: #666666;
  padding: 0 0.3rem 0 0.25rem;
  font-size: calc(12px - 0.12rem + 0.18rem);
  text-align: left;
}

.talent .recruit .seav .select-con select {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

.talent .recruit .seav .select-con select option {
  color: #666666;
  font-size: calc(12px - 0.12rem + 0.18rem);
  line-height: 2.2;
}

.talent .recruit .seav .select-con:after {
  display: inline-block;
  content: "";
  border-left: 0.05rem solid transparent;
  border-top: 0.05rem solid #666;
  border-right: 0.05rem solid transparent;
  position: absolute;
  right: 0.13rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.talent .recruit .seav .sea {
  display: inline-block;
  vertical-align: middle;
  width: calc((979 / 1620) * 100%);
  font-size: 0;
}

.talent .recruit .seav .sea input[type=text] {
  width: calc(100% - 1.6rem);
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border: solid 1px #167acb;
  padding: 0 0.14rem;
  color: #8a8a8a;
  line-height: 2.2;
}

.talent .recruit .seav .sea button {
  width: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #167acb;
  border: none;
  line-height: 2.2;
  cursor: pointer;
}

.talent .recruit .seav .sea input[type=submit] {
  width: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #167acb;
  border: none;
  line-height: 2.2;
  cursor: pointer;
}

.talent .Suplist {
  width: 100%;
  margin-top: 0.3rem;
}

.talent .Suplist .top {
  width: 100%;
  font-size: 0;
  line-height: 0.6rem;
  background: #167acb;
  padding: 0 0.4rem;
}

.talent .Suplist .top span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: calc(12px - 0.12rem + 0.16rem);
}

.talent .Suplist .top .name {
  width: calc((300 / 1200) * 100%);
  padding-left: 0.2rem;
}

.talent .Suplist .top .icon {
  width: calc((180 / 1200) * 100%);
  text-align: center;
}

.talent .Suplist .con-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: solid 1px #eaeaea;
}

.talent .Suplist .con-item .title {
  width: 100%;
  line-height: 0.6rem;
  position: relative;
  font-size: 0;
  cursor: pointer;
  padding: 0 0.4rem;
}

.talent .Suplist .con-item .title span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: calc(12px - 0.12rem + 0.16rem);
  line-height: 0.6rem;
}

.talent .Suplist .con-item .title .name {
  width: calc((300 / 1200) * 100%);
  padding-left: 0.2rem;
}

.talent .Suplist .con-item .title .icon {
  width: calc((180 / 1200) * 100%);
  text-align: center;
}

.talent .Suplist .con-item .title .icon i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 0.1rem;
}

.talent .Suplist .con-item .title .icon i img {
  width: 100%;
  height: 100%;
  display: block;
}

.talent .Suplist .con-item .contents {
  display: none;
  width: 100%;
  padding: 0.2rem 0.4rem;
  height: auto;
  background: #e9edf5;
}

.talent .Suplist .con-item .contents .column {
  width: 100%;
  height: auto;
  font-size: 0;
}

.talent .Suplist .con-item .contents .column .column-item {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  height: auto;
  margin-bottom: 0.15rem;
  margin-right: 4%;
}

.talent .Suplist .con-item .contents .column .column-item .column-name {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #0062b1;
  text-align: left;
  display: block;
}

.talent .Suplist .con-item .contents .column .column-item .column-list {
  width: 100%;
  padding: 0rem 0 0.15rem;
}

.talent .Suplist .con-item .contents .column .column-item .column-list ul {
  width: 100%;
}

.talent .Suplist .con-item .contents .column .column-item .column-list ul li {
  width: 100%;
  line-height: 2;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #666;
  margin: 0.1rem 0;
}

.talent .Suplist .con-item .contents .column .column-item .email {
  margin-top: 0.15rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: calc(12px - 0.12rem + 0.14rem);
  color: #333;
}

.talent .Suplist .con-item .contents .column .column-item:nth-child(2n) {
  margin-right: 0;
}

.talent .Suplist .con-item .contents .column .column-item.w100 {
  width: 100%;
  margin-right: 0;
}

.talent .Suplist .con-item .contents .column .btn {
  width: 100%;
  display: inline-block;
  font-size: 0;
  height: 0.6rem;
  text-align: left;
}

.talent .Suplist .con-item .contents .column .btn a {
  display: inline-block;
  width: auto;
  padding: 0 0.45rem;
  text-align: center;
  color: #fff;
  line-height: 2.5;
  border-radius: 6px;
  font-size: calc(12px - 0.12rem + 0.16rem);
  background: #0062b1;
  transition: all ease 0.3s;
}

.talent .Suplist .con-item .contents .column .btn a:hover {
  transform: scale(1.1);
}

.talent .Suplist .con-item .contents .vic {
  width: 100%;
  line-height: 1.5;
  color: #0062b1;
}

.talent .Suplist .con-item.show .title {
  cursor: pointer;
  background: #243d52;
}

.talent .Suplist .con-item.show .title .name {
  color: #fff;
}

.talent .Suplist .con-item.show .title .icon {
  color: #fff;
}

.talent .Suplist .con-item.show .title .icon:last-child i {
  transform: rotate(180deg);
}

.talent .Suplist .con-item:hover .title {
  cursor: pointer;
  background: #243d52;
}

.talent .Suplist .con-item:hover .title .name {
  color: #fff;
}

.talent .Suplist .con-item:hover .title .icon {
  color: #fff;
}

.talent .pages-container {
  padding: 0.3rem 0;
}

.talent .map {
  width: 100%;
}

.talent .map img {
  width: 100%;
  height: 100%;
  display: block;
}

.talent .place {
  width: 100%;
  font-size: 0;
  text-align: center;
  padding-bottom: 0.2rem;
}

.talent .place .plem {
  width: calc((343 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
  padding: 0.3rem;
}

.talent .place .plem .icon {
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0 auto 0.3rem;
}

.talent .place .plem .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.talent .place .plem .pt {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.14rem;
}

.talent .place .plem .px {
  width: 100%;
  line-height: 1.5;
  color: #666;
  height: 3em;
}

@media (max-width: 768px) {
  .talent .recruit .seav .select-con {
    width: 48%;
    margin-right: 4%;
  }
  .talent .recruit .seav .select-con:nth-child(2n) {
    margin-right: 0;
  }
  .talent .recruit .seav .sea {
    width: 100%;
    margin-top: 0.2rem;
  }
  .talent .Suplist .top span {
    text-align: center;
    line-height: 3;
  }
  .talent .Suplist .top span:nth-child(1) {
    display: none;
  }
  .talent .Suplist .top span:nth-child(2) {
    width: 40%;
    text-align: left;
  }
  .talent .Suplist .top span:nth-child(3) {
    width: 30%;
  }
  .talent .Suplist .top span:nth-child(4) {
    display: none;
  }
  .talent .Suplist .top span:nth-child(5) {
    width: 30%;
  }
  .talent .Suplist .top span:nth-child(6) {
    display: none;
  }
  .talent .Suplist .con-item .title span {
    text-align: center;
    line-height: 3;
  }
  .talent .Suplist .con-item .title span:nth-child(1) {
    display: none;
  }
  .talent .Suplist .con-item .title span:nth-child(2) {
    width: 40%;
    text-align: left;
  }
  .talent .Suplist .con-item .title span:nth-child(3) {
    width: 30%;
  }
  .talent .Suplist .con-item .title span:nth-child(4) {
    display: none;
  }
  .talent .Suplist .con-item .title span:nth-child(5) {
    width: 30%;
  }
  .talent .Suplist .con-item .title span:nth-child(6) {
    display: none;
  }
}

.business {
  width: 100%;
  background: #f3f5fa;
  padding: 0.6rem 0;
}

.business .bustop {
  width: 100%;
  margin-bottom: 0.4rem;
}

.business .bustop .title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: relative;
  z-index: 3;
  color: #333;
  font-weight: bold;
  margin-right: 0.5rem;
}

.business .bustop .title:before {
  content: ' ';
  position: absolute;
  background: url("../images/z1.png") no-repeat;
  background-position: center;
  background-size: 100%;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  z-index: -1;
  left: -0.23rem;
  top: -0.23rem;
}

.business .bustop .title:after {
  content: ' ';
  position: absolute;
  background: #167acb;
  width: 0.06rem;
  height: 0.06rem;
  z-index: -1;
  right: -0.1rem;
  bottom: 0rem;
}

.business .business-scope-wrap {
  width: 100%;
  overflow: hidden;
}

.business .business-scope-wrap .wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + .32rem);
}

.business .business-scope-wrap .wrap .item {
  width: 5.52rem;
  margin-right: .32rem;
  margin-bottom: .3rem;
}

.business .business-scope-wrap .wrap .item .item-img {
  width: 100%;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.business .business-scope-wrap .wrap .item .item-img img {
  width: 100%;
  transition: all .3s;
}

.business .business-scope-wrap .wrap .item .item-content {
  width: 100%;
  background-color: #fff;
  padding: .3rem;
}

.business .business-scope-wrap .wrap .item .item-content .content-title {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.5;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
}

.business .business-scope-wrap .wrap .item .item-content .content-text {
  width: 100%;
  font-family: SourceHanSansCN-Normal;
  line-height: 1.875;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.business .business-scope-wrap .wrap .item:hover .item-img img {
  transform: scale(1.1);
}

.business .business-scope-wrap .wrap .item:hover .item-content .content-title {
  color: #167acb;
  font-weight: bold;
}

.business .qualification-wrap {
  width: 100%;
  overflow: hidden;
}

.business .qualification-wrap .wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + .32rem);
  margin-bottom: .2rem;
}

.business .qualification-wrap .wrap .item {
  width: 5.52rem;
  background-color: #fff;
  margin-bottom: .3rem;
  margin-right: .32rem;
}

.business .qualification-wrap .wrap .item .item-img {
  width: 100%;
  height: 3.6rem;
  padding: .2rem 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.business .qualification-wrap .wrap .item .item-img img {
  max-height: 100%;
}

.business .qualification-wrap .wrap .item .item-text {
  width: 100%;
  text-align: center;
  padding: .2rem 0;
  font-family: SourceHanSansCN-Normal;
  color: #333333;
  border-top: 1px solid #e5e5e5;
}

.business .cultural-corridor-wrap {
  width: 100%;
}

.business .cultural-corridor-wrap .wrap {
  width: calc(100% + .32rem);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.business .cultural-corridor-wrap .wrap .item {
  width: 4.06rem;
  margin-right: .32rem;
  background-color: #ffffff;
  box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: .6rem;
  padding-bottom: .4rem;
}

.business .cultural-corridor-wrap .wrap .item:nth-child(2n) {
  margin-top: .8rem;
}

.business .cultural-corridor-wrap .wrap .item .item-img {
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .6rem;
}

.business .cultural-corridor-wrap .wrap .item .item-img img {
  width: 100%;
  height: 100%;
}

.business .cultural-corridor-wrap .wrap .item .item-content {
  width: 100%;
  padding: 0 10px;
}

.business .cultural-corridor-wrap .wrap .item .item-content .content-title {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansCN-Normal;
  color: #333333;
  margin-bottom: .35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.business .cultural-corridor-wrap .wrap .item .item-content .content-title:after {
  content: '';
  display: block;
  width: .35rem;
  height: 3px;
  background-color: #00a2ea;
  margin: 0 auto;
  margin-top: .35rem;
}

.business .cultural-corridor-wrap .wrap .item .item-content .content-text {
  font-family: SourceHanSansCN-Normal;
  line-height: 1.5;
  color: #666666;
  padding: 0 0.16rem;
  margin: 0 auto;
  height: 3em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.business .briem {
  width: 100%;
  font-size: 0;
  background: #fff;
  margin-bottom: 0.2rem;
}

.business .briem .brl {
  display: inline-block;
  vertical-align: middle;
  width: calc((860 / 1720) * 100%);
}

.business .briem .brl img {
  width: 100%;
  height: 100%;
  display: block;
}

.business .briem .brr {
  display: inline-block;
  vertical-align: middle;
  width: calc((860 / 1720) * 100%);
  padding: 0 0.5rem 0;
}

.business .briem .brr .bit {
  width: 100%;
  color: #167acb;
  line-height: 1.5;
}

.business .briem .brr .line {
  width: 100%;
  font-size: 0;
  margin: 0.3rem 0;
}

.business .briem .brr .line span {
  width: 0.4rem;
  background: #167acb;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
}

.business .briem .brr .xit {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.business .briem .brr .vm {
  color: #666;
  width: 100%;
  line-height: 1.5;
  -webkit-line-clamp: 4;
}

.business .pons {
  width: 100%;
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 2;
  margin: 0.1rem 0;
}

.business .pons p {
  font-size: calc(12px - 0.12rem + 0.16rem);
  color: #666;
  line-height: 2;
}

.business .tags {
  width: 100%;
  margin-bottom: 0.2rem;
}

.business .tags .tis {
  width: 100%;
  position: relative;
  color: #333;
  line-height: 1.5;
  padding-left: 0.24rem;
}

.business .tags .tis:after {
  content: ' ';
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.3rem;
  width: 4px;
  background: #167acb;
}

.business .grouplis {
  width: 100%;
  font-size: 0;
}

.business .grouplis .groem {
  width: calc((553 / 1720) * 100%);
  display: inline-block;
  vertical-align: top;
  margin-right: calc((30 / 1720) * 100%);
  margin-bottom: 0.3rem;
}

.business .grouplis .groem .img {
  width: 100%;
  overflow: hidden;
}

.business .grouplis .groem .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.3s;
}

.business .grouplis .groem .gon {
  width: 100%;
  background: #FFF;
  padding: 0.3rem 0.3rem 0;
}

.business .grouplis .groem .gon .git {
  width: 100%;
  color: #333;
  line-height: 1.5;
  height: 3em;
}

.business .grouplis .groem .gon .gx {
  width: 100%;
  color: #999;
  line-height: 1.8;
  height: 5.4em;
  margin: 0.2rem 0;
  -webkit-line-clamp: 3;
}

.business .grouplis .groem .gon .got {
  width: 100%;
  font-size: 0;
  border-top: solid 1px #ececec;
  position: relative;
}

.business .grouplis .groem .gon .got .time {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  color: #999;
}

.business .grouplis .groem .gon .got .r {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.1rem;
}

.business .grouplis .groem .gon .got .r img {
  width: 100%;
  height: 100%;
  display: block;
}

.business .grouplis .groem:hover .img img {
  transform: scale(1.1);
}

.business .grouplis .groem:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 900px) {
  .business .business-scope-wrap .wrap {
    width: 103%;
  }
  .business .business-scope-wrap .wrap .item {
    width: 31%;
    margin-right: 2%;
  }
  .business .qualification-wrap .wrap {
    width: 100%;
  }
  .business .qualification-wrap .wrap .item {
    width: 31%;
    margin-right: 2%;
  }
  .business .cultural-corridor-wrap .wrap {
    width: 100%;
  }
  .business .cultural-corridor-wrap .wrap .item {
    width: 23%;
    margin-right: 2%;
  }
}

@media (max-width: 600px) {
  .business .business-scope-wrap .wrap {
    width: 100%;
  }
  .business .business-scope-wrap .wrap .item {
    width: 48%;
    margin-right: 2%;
  }
  .business .qualification-wrap .wrap {
    width: 102%;
  }
  .business .qualification-wrap .wrap .item {
    width: 48%;
    margin-right: 2%;
  }
  .business .cultural-corridor-wrap .wrap {
    width: 100%;
    flex-wrap: wrap;
  }
  .business .cultural-corridor-wrap .wrap .item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .business .cultural-corridor-wrap .wrap .item:nth-child(2n) {
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  .business .business-scope-wrap .wrap {
    width: 100%;
  }
  .business .business-scope-wrap .wrap .item {
    width: 100%;
    margin-right: 0;
  }
  .business .qualification-wrap .wrap {
    width: 100%;
  }
  .business .qualification-wrap .wrap .item {
    width: 100%;
    margin-right: 0;
  }
  .business .cultural-corridor-wrap .wrap {
    width: 100%;
  }
  .business .cultural-corridor-wrap .wrap .item {
    width: 100%;
    margin-right: 0;
  }
}

.mav {
  width: 100%;
  margin-bottom: 0.6rem;
}

.mav .swiper-wrapper {
  justify-content: center;
}

.mav .mavem {
  width: auto;
  margin: 0 0.2rem;
}

.mav .mavem a {
  color: #333;
  line-height: 2.5;
  padding: 0 0.3rem;
  cursor: pointer;
  display: block;
  border: solid 1px #ddd;
  background: #fff;
}

.mav .mavem.on a {
  border: solid 1px #167acb;
  background: #167acb;
  color: #fff;
}

@media (max-width: 768px) {
  .mav .swiper-wrapper {
    justify-content: flex-start;
  }
}

.rightnav {
  position: fixed;
  z-index: 20;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rightnav .rtn {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 0.2rem 0.2rem;
}

.rightnav .rtn .icon {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  margin: 0 auto 0.14rem;
}

.rightnav .rtn .icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.rightnav .rtn a {
  width: 100%;
  height: 100%;
  display: block;
}

#fp-nav ul {
  width: 100%;
}

#fp-nav ul li {
  height: 8px;
  width: auto;
  width: 0.8rem;
  margin: 0.2rem 0;
}

#fp-nav ul li a {
  width: 100%;
  text-align: right;
}

#fp-nav ul li a span {
  right: 0;
  width: 0.4rem;
  height: 8px;
  border-radius: 0;
  background-color: #ccc;
  opacity: 0.8;
  transition: all ease 0.3s;
  left: auto;
  top: auto;
}

#fp-nav ul li a.active span {
  width: 0.8rem;
  height: 8px;
  border-radius: 0;
  background-color: #167acb;
}

#fp-nav ul li a:hover span {
  border-radius: 0;
  width: 0.4rem;
  height: 8px;
  margin: 0;
}

#fp-nav ul li a.active:hover span {
  width: 0.8rem;
  height: 8px;
  border-radius: 0;
  background-color: #167acb;
}
