* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}
body {
  background: #194099;
  padding-top: 90px;
}
[v-cloak] {
  display: none;
}
nav {
  position: fixed;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #194099;
  z-index: 9999;
}
nav ul {
  position: relative;
  width: 1180px;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: #fff;
  margin: 0px auto;
}
nav ul li {
  padding: 0px 15px;
  cursor: pointer;
  transition: all 0.2s;
}
nav ul li:hover {
  color: #333;
  background: #edd500;
  font-weight: 900;
}
.mnav {
  display: none;
}
.banner {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center;
  background-image: url(../img/pcbanner.png);
}
.mbanner {
  display: none;
  height: 180px;
  background-image: url(../img/mbanner.png);
}
.title {
  text-align: center;
  color: #edd500;
  font-size: 32px;
  padding-top: 60px;
}
.subtitle {
  width: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.smalltitle {
  width: 100%;
  font-size: 24px;
  color: #23bac4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.content {
  width: 1180px;
  margin: 0px auto;
}
.content .des {
  text-indent: 2em;
  color: #fff;
  font-size: 16px;
}
.content .des p {
  margin-bottom: 20px;
}
.content .user {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.content .user .user-smalltitle {
  width: 100%;
  font-size: 18px;
  color: #23bac4;
  text-align: center;
  padding-top: 20px;
}
.content .user li {
  transition: all 0.4s;
  width: 234px;
  margin: 60px 0px 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.content .user li div {
  width: 134px;
  height: 134px;
  background-size: cover;
  background-position: top;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 20px;
  border: 2px solid #FD7904;
}
.content .user li .user-des {
  color: #f3f3f3;
  font-size: 12px;
  padding-top: 5px;
}
.content .user li:hover {
  transform: translateY(-10px);
}
.content .user-pop {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.content .user-pop .user-pop-content {
  width: 600px;
  height: 500px;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  border-radius: 5px;
  padding: 30px;
  overflow: auto;
}
.content .user-pop .user-pop-content .user-pop-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  color: #194099;
  border: 1px solid #194099;
  transform: rotateZ(45deg);
}
.content .user-pop .user-pop-content .user-pop-img {
  width: 160px;
  height: 213px;
  background-position: center;
  background-size: cover;
  margin: 0px auto;
  border-radius: 5px;
}
.content .user-pop .user-pop-content .user-pop-name {
  color: #333;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.content .user-pop .user-pop-content .user-pop-post {
  color: #999;
  font-size: 13px;
  text-align: center;
}
.content .user-pop .user-pop-content .user-pop-des {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
  line-height: 30px;
  text-indent: 2em;
}
.content .user-pop .user-pop-content .user-pop-des p {
  margin-top: 10px;
}
.content .plan-title {
  display: flex;
  justify-content: space-around;
}
.content .plan-title li {
  border: 1px solid #23bac4;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.content .plan-title li.active {
  background: #edd500;
}
.content .plan {
  width: 840px;
  margin: 0px auto;
  padding: 20px 0px;
}
.content .plan .plan-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  padding: 10px 0px;
  line-height: 50px;
}
.content .plan .plan-item .plan-time {
  font-size: 14px;
  width: 160px;
}
.content .plan .plan-item .plan-des {
  font-size: 20px;
  font-weight: 900;
  width: 680px;
  margin-top: 20px;
}
.content .plan .plan-item .plan-sub {
  font-size: 24px;
  color: #edd500;
  width: 680px;
}
.content .plan .plan-item .plan-name {
  justify-content: flex-start;
  width: 680px;
}
.content .plan .plan-item .plan-name:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #edd500;
  position: absolute;
  top: 30px;
  left: 120px;
}
.content .plan .plan-item .plan-sub:after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #edd500;
  position: absolute;
  top: 20px;
  left: 115px;
}
.content .plan .plan-item .plan-name:before,
.content .plan .plan-item .plan-sub:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #23bac4;
  position: absolute;
  top: 0px;
  left: 124px;
}
.content .lightspot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .lightspot .lightspot-item {
  position: relative;
  width: 585px;
  height: 260px;
  margin-top: 10px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  font-weight: 900;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.content .lightspot .lightspot-item .lightspot-item-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  transition: all 0.2s;
}
.content .lightspot .lightspot-item .lightspot-item-bg .lightspot-title {
  line-height: 260px;
  text-align: center;
}
.content .lightspot .lightspot-item .lightspot-item-bg .lightspot-content {
  display: none;
}
.content .lightspot .lightspot-item .lightspot-item-bg .lightspot-content .lightspot-content-title {
  line-height: 40px;
  padding-top: 20px;
  text-align: center;
}
.content .lightspot .lightspot-item .lightspot-item-bg .lightspot-content .lightspot-content-des {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 30px;
  padding: 0px 20px;
}
.content .lightspot .lightspot-item:hover .lightspot-item-bg {
  background: rgba(0, 0, 0, 0.1);
}
.content .lightspot .lightspot-item:hover .lightspot-item-bg .lightspot-title {
  display: none;
}
.content .lightspot .lightspot-item:hover .lightspot-item-bg .lightspot-content {
  display: block;
}
.content .news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
}
.content .news div {
  width: 49%;
  padding: 10px 0px;
  line-height: 30px;
  cursor: pointer;
  transition: all 0.2s;
}
.content .news div:hover {
  color: #23bac4;
  text-decoration: underline;
}
.content .phone {
  width: 1180px;
  height: 660px;
}
.content .phone .swiper-slide {
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}
.content .thumbs {
  height: 120px;
  margin-top: 10px;
}
.content .thumbs .swiper-slide {
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}
.content .contact {
  display: flex;
  justify-content: space-between;
}
.content .contact .contact-item {
  width: 300px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding-bottom: 10px;
}
.content .contact .contact-item .contact-title {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  margin-bottom: 10px;
}
.content .contact .contact-item .contact-title:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #edd500;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.content .contact .contact-item p {
  font-size: 14px;
  line-height: 22px;
  padding: 5px 10px;
}
.content .tissue {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content .tissue .tissue-title {
  font-size: 20px;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  width: 100%;
}
.content .tissue .tissue-img {
  width: 200px;
  height: 70px;
  border-radius: 5px;
  margin: 10px;
  margin-bottom: 40px;
  padding: 5px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #194099;
  font-weight: 900;
}
.content .tissue .tissue-img p {
  color: #fff;
  position: absolute;
  top: 75px;
  font-size: 12px;
  font-weight: 400;
}
.content .tissue.center {
  justify-content: center;
}
