.inner-banner {
  width: 100%;
  height: 500px;
}

.content-navbar {
  border-bottom: 2px solid #bdbdbd;
}

.content-navbar .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-navbar .cont li {
  position: relative;
  margin-right: 2em;
}

.content-navbar .cont li.active::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  background-color: #01ada3;
}

.content-navbar .cont li.active a {
  color: #01ada3;
}

.content-navbar .cont li a {
  color: #333;
  font-size: 16px;
  line-height: 4;
  display: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content-navbar .cont li:last-child {
  margin-right: 0;
}

.content-navbar .cont li:nth-of-type(1) a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content-navbar .cont li:nth-of-type(2) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content-navbar .cont li:nth-of-type(3) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content-navbar .cont li:nth-of-type(4) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content-navbar .cont li:nth-of-type(5) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content-navbar .cont li:nth-of-type(6) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content-navbar .cont li:nth-of-type(7) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content-navbar .cont li:nth-of-type(8) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.content-container {
  padding: 60px 0;
}

.content-container .content-title {
  text-align: center;
}

.content-container .content-title h3 {
  color: #333;
  font-size: 28px;
  font-weight: bold;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content-container .content-title .en {
  color: #01ada3;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content-container .pro-nav {
  margin-top: 55px;
}

.content-container .pro-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-container .pro-nav ul li {
  margin: 0 0.5em;
  border: 1px solid #e3e3e3;
  background-color: #f7f7f7;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content-container .pro-nav ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content-container .pro-nav ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content-container .pro-nav ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content-container .pro-nav ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content-container .pro-nav ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content-container .pro-nav ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content-container .pro-nav ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content-container .pro-nav ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.content-container .pro-nav ul li a {
  color: #212121;
  font-size: 20px;
  display: block;
  line-height: 1;
  padding: 0.5em 2em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .pro-nav ul li:hover {
  border-color: #01ada3;
}

.content-container .pro-nav ul li:hover a {
  color: #01ada3;
}

.content-container .pro-nav ul li.active {
  border-color: #01ada3;
  background-color: #01ada3;
}

.content-container .pro-nav ul li.active a {
  color: #fff;
}

.content-container .pro-list .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-container .pro-list .cont li {
  text-align: center;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}

.content-container .pro-list .cont li:nth-child(3n) {
  margin-right: 0;
}

.content-container .pro-list .cont li .pic {
  display: block;
  width: 100%;
  height: 288px;
}

.content-container .pro-list .cont li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-container .pro-list .cont li .tit {
  color: #01ada3;
  font-size: 18px;
  line-height: 3;
  display: block;
  margin-top: 4px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #f5f5f5;
}

.content-container .pro-list .cont li:hover .tit {
  background-color: #01ada3;
  color: #fff;
}

.content-container .about {
  padding-top: 72px;
}

.content-container .about>.cont .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container .about>.cont .info .pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-container .about>.cont .info .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 46px;
}

.content-container .about>.cont .info .text .desc {
  color: #777777;
  font-size: 16px;
  line-height: 30px;
  margin-top: 1.5em;
  text-align: justify;
  text-indent: 2em;
}

.content-container .about>.cont .info .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-container .about>.cont .info .text ul li {
  text-align: center;
}

.content-container .about>.cont .info .text ul li .num {
  color: #9a9a9a;
  font-size: 24px;
}

.content-container .about>.cont .info .text ul li .num span {
  color: #2b4a8a;
  font-size: 56px;
  font-weight: bold;
}

.content-container .about>.cont .info .text ul li p {
  color: #9a9a9a;
  font-size: 24px;
}

.content-container .about>.cont .xx {
  margin-top: 60px;
  position: relative;
}

.content-container .about>.cont .xx .xx-swiper {
  overflow: hidden;
  margin-top: 60px;
}

.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide {
  width: 592px;
  height: 396px;
  overflow: hidden;
  position: relative;
}

.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  z-index: 10000;
}

.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg,
.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .bg {
  background: rgba(0, 0, 0, 0);
}

.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .info,
.content-container .about>.cont .xx .xx-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .info {
  bottom: 0;
}

.content-container .about>.cont .xx .btns>div {
  top: 60%;
}

.content-container .about>.cont .xx .btns .swiper-button-prev {
  left: -100px;
}

.content-container .about>.cont .xx .btns .swiper-button-next {
  right: -100px;
}

.content-container .page .cont .content-title {
  font-size: 32px;
  text-align: center;
  color: #333;
  line-height: 1;
  margin: 1em 0;
}

.content-container .page .cont .content-img {
  text-align: center;
}

.content-container .page .cont .date {
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin: 1em 0;
}

.content-container .page .cont .content-img img {
  max-width: 80%;
}

.content-container .page .cont .content-detail {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  margin-top: 40px;
}

.content-container .page .cont .forms form {
  text-align: center;
}

.content-container .page .cont .forms form .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container .page .cont .forms form .inputs input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  line-height: 54px;
  text-indent: 1em;
  border-radius: 6px;
  font-size: 14px;
}

.content-container .page .cont .forms form .inputs input:nth-child(2) {
  margin-left: 20px;
}

.content-container .page .cont .forms form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  line-height: 54px;
  padding: 0 1em;
  border-radius: 6px;
  font-size: 14px;
  margin-top: 20px;
}

.content-container .page .cont .forms form button {
  color: #fff;
  background-color: #01ada3;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  padding: 0.5em 2em;
  cursor: pointer;
  margin-top: 40px;
}

.content-container .news .cont li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  margin-top: 46px;
  position: relative;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.content-container .news .cont li:first-child {
  margin-top: 0;
}

.content-container .news .cont li .bg {
  background: #01ada3;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.content-container .news .cont li .pic {
  width: 318px;
  height: 198px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-container .news .cont li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-container .news .cont li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-right: 24px;
  position: relative;
}

.content-container .news .cont li .info .date {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0.5em;
  border: 1px solid #7c7c7c;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.content-container .news .cont li .info .tit {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 18px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  font-weight: bold;
}

.content-container .news .cont li .info .desc {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 30px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.content-container .news .cont li .more {
  margin-left: auto;
  position: relative;
}

.content-container .news .cont li .more .iconfont {
  color: #333;
  font-size: 32px;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.content-container .news .cont li.active .bg {
  width: 100%;
  height: 100%;
}

.content-container .news .cont li.active .info .date {
  color: #fff;
  border-color: #fff;
}

.content-container .news .cont li.active .info .tit {
  color: #f5f5f5;
}

.content-container .news .cont li.active .info .desc {
  color: #fff;
}

.content-container .news .cont li.active .more .iconfont {
  color: #fff;
}

.content-container .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 72px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container .paging a {
  width: 32px;
  height: 32px;
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 6px;
}

.content-container .paging a .iconfont {
  font-size: 28px;
}

.content-container .paging .num {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content-container .paging .num:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content-container .paging .num:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content-container .paging .num:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content-container .paging .num:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content-container .paging .num:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content-container .paging .num:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content-container .paging .num:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content-container .paging .num:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.content-container .paging .active {
  background-color: #01ada3;
  color: #fff;
}

.content-container .paging .prev {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.content-container .paging .next {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}