@import "animation_effect.css";
@import "../font/iconfont.css";
@import "init.css";
@import "header.css";
@import "footer.css";
p {
  line-height: 1.5;
  text-indent: 2em;
}
.page-title-box {
  text-align: center;
  margin-bottom: 40px;
}
.page-title-box .title {
  font-size: 36px;
}
.page-title-box .link {
  width: 75px;
  height: 6px;
  background-color: #071f7c;
  border-radius: 4px;
  margin: 12px 0 16px;
}
.page-title-box .text {
  font-size: 20px;
  color: #666666;
}
.btn-box {
  width: 180px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: #071f7c;
  cursor: pointer;
}
.banner-box {
  position: relative;
}
.banner-box .banner-text-box {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  display: flex;
}
.banner-box .banner-text-box .wrap {
  width: 1200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.banner-box .banner-text-box .title {
  font-size: 64px;
  font-weight: 600;
  text-shadow: 2px 3px 2px #071f7c;
  margin-bottom: 20px;
}
.banner-box .banner-text-box .text {
  font-size: 36px;
  text-shadow: 2px 3px 1px #071f7c;
}
.back-to-top {
  width: 3.13rem;
  height: 3.13rem;
  min-width: 38px;
  min-height: 38px;
  position: fixed;
  z-index: 100;
  right: 3.13rem;
  bottom: 3.13rem;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  color: #fff;
  background-color: #071f7c;
}
.jump-fixed-item {
  position: relative;
}
.jump-fixed-item .jump-dian {
  position: absolute;
  top: -5rem;
}
.home .page-title-box {
  align-items: flex-start;
}
.home .home-banner {
  position: relative;
  z-index: 0;
}
.home .home-banner .bgimg {
  position: relative;
}
.home .home-banner .bgimg img {
  width: 100%;
}
.home .home-banner .swiper-pagination {
  bottom: 1.13rem;
}
.home .home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.88rem;
  height: 0.88rem;
  background-color: transparent;
  border: solid 2px #ffffff;
  opacity: 0.55;
}
.home .home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #071f7c;
}
.home .home-banner .swiper-button-prev {
  left: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.home .home-banner .swiper-button-next {
  right: 15px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.home .about-us {
  min-height: 640px;
  padding: 80px 0 80px;
}
.home .about-us a {
  width: auto;
  height: auto;
}
.home .about-us .about-info {
  width: 50%;
}
.home .about-us .about-info p {
  margin: 16px 0;
}
.home .about-us .about-info .about-us-text {
  width: 50%;
  margin-bottom: 36px;
}
.home .about-us .about-info .btn-box {
  margin-top: 36px;
}
.home .about-us .about-img {
  width: 440px;
}
.home .sustainable-development {
  width: 100vw;
  min-height: 640px;
  padding: 50px 0;
  background-color: #f5f5f5;
}
.home .sustainable-development .sustainable-development-info {
  margin-bottom: 36px;
}
.home .sustainable-development .graphic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.home .sustainable-development .graphic .graphic-item {
  background-color: #f5f5f5;
  position: relative;
}
.home .sustainable-development .graphic .graphic-item img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.home .sustainable-development .graphic .graphic-item .graphic-item-text {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .sustainable-development .graphic .graphic-item .graphic-item-text .iconfont {
  font-size: 3.13rem;
}
.home .sustainable-development .graphic .graphic-item .graphic-item-text .title {
  font-size: 2.25rem;
  margin: 1.13rem 0 0.75rem;
}
.home .sustainable-development .graphic .graphic-item .graphic-item-text .text {
  width: 75%;
  line-height: 1.5;
  text-align: center;
  font-size: 1.13rem;
}
.home .product-center {
  min-height: 480px;
  padding: 80px 0;
}
.home .product-center .wrap {
  overflow: hidden;
}
.home .product-center .product-center-wrapper {
  padding: 0 0 20px;
}
.home .product-center .product-center-wrapper .item-info {
  width: 500px;
}
.home .product-center .product-center-wrapper .item-info .title {
  color: #071f7c;
  font-size: 24px;
}
.home .product-center .product-center-wrapper .item-info .text {
  line-height: 1.7;
  margin: 24px 0;
}
.home .product-center .product-center-wrapper .item-img {
  width: 500px;
}
.home .product-center .swiper-pagination {
  bottom: 0;
}
.home .product-center .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 6px;
  background-color: transparent;
  opacity: 0.5;
  background-color: #999;
  border-radius: 8px;
}
.home .product-center .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #071f7c;
}
.home .scientific-research {
  height: 670px;
  position: relative;
  margin: 0 auto;
}
.home .scientific-research .left {
  width: 50%;
  height: 100%;
  background-color: #071f7c;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.home .scientific-research .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.home .scientific-research .right img {
  width: 100%;
}
.home .scientific-research .wrap {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.home .scientific-research .scientific-info {
  width: 33.75rem;
  color: #fff;
}
.home .scientific-research .scientific-info .page-title-box .title,
.home .scientific-research .scientific-info .page-title-box .text {
  color: #fff;
}
.home .scientific-research .scientific-info .page-title-box .link {
  background-color: #fff;
}
.home .scientific-research .scientific-info .scientific-text {
  line-height: 1.7;
  margin-bottom: 36px;
}
.home .scientific-research .scientific-info .btn-box {
  border: 1px solid #fff;
}
.home .news-center {
  padding: 5rem 0;
}
.home .news-center a {
  width: auto;
  height: auto;
}
.home .news-center .wrap {
  align-items: flex-start;
}
.home .news-center .news-center-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .news-center .news-left {
  width: 580px;
  height: 100%;
}
.home .news-center .news-left .news-item-2 {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
}
.home .news-center .news-left .news-info {
  margin-top: 20px;
}
.home .news-center .news-left .news-info .title {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home .news-center .news-left .news-info .time {
  font-size: 14px;
  margin: 12px 0 18px;
}
.home .news-center .news-left .news-info .text {
  font-size: 16px;
  line-height: 24px;
  height: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.home .news-center .news-right {
  width: 580px;
}
.home .news-center .news-right .news-item {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
.home .news-center .news-right .news-item .news-img {
  flex-shrink: 0;
  width: 235px;
  margin-right: 18px;
}
.home .news-center .news-right .news-item .news-info {
  padding: 12px 0;
}
.home .news-center .news-right .news-item .news-info .title {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.home .news-center .news-right .news-item .news-info .time {
  font-size: 14px;
  margin: 12px 0 18px;
}
.home .news-center .news-right .news-item .news-info .text {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.about-us .about-us-box {
  min-height: 360px;
  padding: 3.13rem 0 3.13rem;
}
.about-us .about-us-box .about-info {
  width: 100%;
}
.about-us .about-us-box .about-info p {
  margin: 16px 0;
}
.about-us .about-us-box .about-info .about-us-text {
  width: 100%;
  margin-bottom: 36px;
}
.about-us .about-us-box .about-info .video-box {
  width: 100%;
  margin: 0 auto 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-us .about-us-box .about-info .video-box .video-box-title {
  font-size: 24px;
  text-align: center;
  color: #071f7c;
  margin: 36px auto;
  font-weight: 900;
}
.about-us .about-us-box .about-info .video-box video {
  width: 100%;
}
.about-us .about-us-box .about-info .btn-box {
  margin-top: 36px;
}
.about-us .history-box {
  min-height: 640px;
  padding: 3.13rem 0 3.13rem;
  background-color: #f5f5f5;
}
.about-us .history-box .history-list {
  width: 100%;
  min-height: 400px;
  overflow-y: auto;
  position: relative;
}
.about-us .history-box .history-list .history-link {
  width: 2px;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-us .history-box .history-list .history-item {
  width: 100%;
  min-height: 100px;
  position: relative;
}
.about-us .history-box .history-list .history-left {
  width: 50%;
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us .history-box .history-list .history-left .info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 8px;
}
.about-us .history-box .history-list .history-left .info .time {
  font-size: 24px;
  margin-bottom: 16px;
}
.about-us .history-box .history-list .history-left .info .text {
  font-size: 16px;
}
.about-us .history-box .history-list .history-left .dian {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  border: #f5f5f5 3px solid;
  position: relative;
}
.about-us .history-box .history-list .history-left:hover .info {
  background-color: #071f7c;
  color: #fff;
}
.about-us .history-box .history-list .history-left:hover .dian {
  background-color: #071f7c;
}
.about-us .history-box .history-list .history-right {
  width: 50%;
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-us .history-box .history-list .history-right .info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
}
.about-us .history-box .history-list .history-right .info .time {
  font-size: 24px;
  margin-bottom: 16px;
}
.about-us .history-box .history-list .history-right .info .text {
  font-size: 16px;
}
.about-us .history-box .history-list .history-right .dian {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ccc;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  border: #f5f5f5 3px solid;
  position: relative;
}
.about-us .history-box .history-list .history-right:hover .info {
  background-color: #071f7c;
  color: #fff;
}
.about-us .history-box .history-list .history-right:hover .dian {
  background-color: #071f7c;
}
.about-us .sustainable-development {
  width: 100vw;
  min-height: 640px;
  padding: 50px 0;
}
.about-us .sustainable-development .sustainable-development-info {
  margin-bottom: 36px;
}
.about-us .sustainable-development .graphic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.about-us .sustainable-development .graphic .graphic-item {
  background-color: #f5f5f5;
  position: relative;
}
.about-us .sustainable-development .graphic .graphic-item img {
  width: 100%;
  position: relative;
  z-index: 0;
}
.about-us .sustainable-development .graphic .graphic-item .graphic-item-text {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-us .sustainable-development .graphic .graphic-item .graphic-item-text .iconfont {
  font-size: 3.13rem;
}
.about-us .sustainable-development .graphic .graphic-item .graphic-item-text .title {
  font-size: 2.25rem;
  margin: 1.13rem 0 0.75rem;
}
.about-us .sustainable-development .graphic .graphic-item .graphic-item-text .text {
  width: 75%;
  line-height: 1.5;
  text-align: center;
  font-size: 1.13rem;
}
.about-us .certification-box {
  width: 100vw;
  padding: 80px 0;
}
.about-us .certification-box .graphic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.about-us .certification-box .graphic .graphic-item .graphic-item-text {
  text-align: center;
  font-size: 16px;
  margin: 16px 0;
}
.about-us .contact-us {
  width: 100vw;
  min-height: 360px;
  padding: 80px 0;
}
.about-us .contact-us .contact-us-box .title {
  font-size: 24px;
  color: #071f7c;
  margin-bottom: 16px;
}
.about-us .contact-us .contact-us-box .text {
  font-size: 16px;
  margin-bottom: 16px;
}
.about-us .contact-us .contact-us-box .contact-us-rqimg {
  width: 110px;
}
.about-us .contact-us .contact-us-box .contact-us-rqimg img {
  width: 110px;
  margin-bottom: 16px;
  border: #ccc 1px solid;
}
.about-us .contact-us .contact-us-box .contact-us-rqimg .rqimg-text {
  text-align: center;
}
.product-center .product-item {
  margin: 50px 0;
}
.product-center .product-item .product-item-title .info {
  display: flex;
  align-items: baseline;
}
.product-center .product-item .product-item-title .info .title {
  margin-right: 24px;
  font-size: 36px;
}
.product-center .product-item .product-item-title .info .text {
  font-size: 18px;
}
.product-center .product-item .product-item-title .link {
  width: 75px;
  height: 6px;
  border-radius: 8px;
  margin: 12px 0 20px;
  background-color: #071f7c;
}
.product-center .product-item .product-item-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-center .product-item .product-item-text .text {
  margin-right: 20px;
  line-height: 2;
}
.product-center .product-item .product-item-text .img {
  width: 400px;
  flex-shrink: 0;
}
.product-center .graphic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
}
.product-center .graphic .graphic-item {
  background-color: #f5f5f5;
}
.product-center .graphic .graphic-item img {
  width: 100%;
}
.news-center .news-list {
  min-height: 640px;
  padding: 5rem 0;
}
.news-center .news-list .news-item {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.news-center .news-list .news-item .news-img {
  flex-shrink: 0;
  width: 235px;
  margin-right: 18px;
}
.news-center .news-list .news-item .news-info {
  padding: 12px 0;
}
.news-center .news-list .news-item .news-info .title {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-center .news-list .news-item .news-info .time {
  font-size: 14px;
  margin: 12px 0 18px;
}
.news-center .news-list .news-item .news-info .text {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news-center .news-list .news-item-2:hover,
.news-center .news-list .news-item:hover {
  background-color: #071f7c;
  color: #fff;
}
.news-center .pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.news-center .jump-item {
  width: 75px;
  text-align: center;
}
.scientific .graphic {
  width: 100%;
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.scientific .graphic .graphic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.scientific .graphic .graphic-item img {
  width: 100%;
}
.scientific .graphic .graphic-item .graphic-item-text {
  height: 44px;
  line-height: 44px;
}
.scientific .research-institute {
  min-height: 640px;
  padding: 50px 0;
}
.scientific .facility {
  min-height: 640px;
  padding: 50px 0;
}
.scientific .innovative-mechanisms {
  min-height: 640px;
  padding: 50px 0;
}
.scientific .innovative-mechanisms .innovative-mechanisms-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.scientific .innovative-mechanisms .innovative-mechanisms-img img {
  margin: 0 auto;
  display: block;
}
.scientific .technological-innovation {
  min-height: 640px;
  padding: 50px 0;
}
.scientific .technological-innovation .technological-innovation-text .left-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.scientific .technological-innovation .technological-innovation-text .left-item .img {
  width: 460px;
  margin-right: 30px;
  flex-shrink: 0;
}
.scientific .technological-innovation .technological-innovation-text .left-item .info {
  flex: 1;
}
.scientific .technological-innovation .technological-innovation-text .left-item .info .title {
  font-size: 24px;
  margin-bottom: 16px;
}
.scientific .technological-innovation .technological-innovation-text .right-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.scientific .technological-innovation .technological-innovation-text .right-item .img {
  width: 460px;
  margin-left: 30px;
  flex-shrink: 0;
}
.scientific .technological-innovation .technological-innovation-text .right-item .info {
  flex: 1;
}
.scientific .technological-innovation .technological-innovation-text .right-item .info .title {
  font-size: 24px;
  margin-bottom: 16px;
}
.contact-us .graphic {
  width: 100%;
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.contact-us .graphic .graphic-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-us .graphic .graphic-item img {
  width: 100%;
}
.contact-us .talent-concept {
  padding: 80px 0;
}
.contact-us .talent-concept .talent-concept-img {
  width: 100%;
}
.contact-us .talent-concept .talent-concept-img img {
  margin: 0 auto;
  display: block;
}
.contact-us .compensation-benefits {
  min-height: 640px;
  padding: 80px 0;
  background-color: #f5f5f5;
}
.contact-us .recruitment {
 
  padding: 50px 0;
}
.contact-us .recruitment .table-box .table-box-top {
  height: 50px;
  background-color: #071f7c;
  display: flex;
}
.contact-us .recruitment .table-box .table-box-top .col-itme {
  width: 25%;
  color: #fff;
}
.contact-us .recruitment .table-box .table-box-con .table-box-row {
  height: 50px;
  background-color: #f5f5f5;
  display: flex;
  border-bottom: #ccc 1px solid;
  cursor: pointer;
}
.contact-us .recruitment .table-box .table-box-con .table-box-row .col-itme {
  width: 25%;
  color: #333;
}
.contact-us .recruitment .table-box .table-box-con .table-box-text {
  padding: 20px;
  color: #333;
  background-color: #e6e6e6;
  border-bottom: #ccc 1px solid;
}
.contact-us .recruitment .table-box .table-box-con .table-box-text .text-item {
  margin-bottom: 16px;
}
.contact-us .recruitment .table-box .table-box-con .table-box-text .title {
  margin-bottom: 12px;
}
.contact-us .recruitment .table-box .table-box-con .table-box-text .text {
  line-height: 1.5;
}
.contact-us .staff-demeanor {
  min-height: 640px;
  padding: 5rem 0;
}
.contact-us .staff-demeanor .graphic {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.contact-us .staff-demeanor .graphic .graphic-item {
  position: relative;
}
.contact-us .staff-demeanor .graphic .graphic-item .bgimg {
  width: 100%;
}
.contact-us .staff-demeanor .graphic .graphic-item .graphic-item-text {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 31, 124, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contact-us .staff-demeanor .graphic .graphic-item .graphic-item-text .title {
  font-size: 24px;
  margin-bottom: 24px;
}
.contact-us .staff-demeanor .graphic .graphic-item .graphic-item-text .text {
  font-size: 16px;
  line-height: 1.5;
}
.contact-us .staff-demeanor .graphic .graphic-item:hover .graphic-item-text {
  opacity: 1;
}
.news-detail {
  background-color: #f5f5f5;
}
.news-detail .breadcrumb {
  padding: 18px 0 0;
}
.news-detail .wrap {
  padding: 0 24px;
}
.news-detail .news-detail-top {
  padding: 24px 0 0;
  border-bottom: #ccc 1px solid;
}
.news-detail .news-detail-top .title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}
.news-detail .news-detail-top .news-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-detail .news-detail-top .news-info .news-info-left {
  display: flex;
  margin: 20px 0;
}
.news-detail .news-detail-top .news-info .news-info-left .left-item {
  margin-right: 18px;
}
.news-detail .news-detail-com {
  padding: 50px 0;
}
.news-detail .news-detail-btm {
  display: flex;
  justify-content: space-between;
}
.news-detail .news-detail-btm .text {
  max-width: 50%;
  height: 50px;
}

.contact-us .staff-demeanor-swiper {
  border-radius: 4px;
}
.contact-us .staff-demeanor-swiper .staff-item-img {
  width: 100%;
}
.contact-us .staff-demeanor-swiper .staff-item-info {
  padding: 20px;
  min-height: 190px;
  background-color: #071f7c;
}
.contact-us .staff-demeanor-swiper .staff-item-info .title {
  color: #000;
  font-size: 24px;
  margin: 12px 0;
  line-height: 1.2;
  color: #fff;
}
.contact-us .staff-demeanor-swiper .staff-item-info .text {
  font-size: 16px;
  color: #ccc;
  line-height: 30px;
}
