.inner-banner {
  width: 100%;
  height: 593px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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: #3485fb;
}

.content-navbar .cont li.active a {
  color: #3485fb;
}

.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: #3485fb;
  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: #3485fb;
}

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

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

.content-container .pro-nav ul li.active a {
  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 .text {
  margin-right: 100px;
}

.content-container .about .cont .info .text h2 {
  color: #333;
  font-size: 36px;
  line-height: 1;
  -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: fadeInLeft;
  animation-name: fadeInLeft;
}

.content-container .about .cont .info .text .desc {
  color: #555;
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5em;
  text-align: justify;
  -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 .about .cont .info .pic img {
  -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: fadeInRight;
  animation-name: fadeInRight;
}

.content-container .about .cont .info .pic 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 .pic ul li {
  text-align: center;
}

.content-container .about .cont .info .pic ul li span {
  font-size: 36px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#293c6c), to(#3584ec));
  background: -o-linear-gradient(left, #293c6c, #3584ec);
  background: linear-gradient(to right, #293c6c, #3584ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-container .about .cont .info .pic ul li p {
  color: #4d484f;
  font-size: 18px;
}

.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: 23.5%;
  margin-right: 2%;
  margin-top: 40px;
}

.content-container .pro-list .cont li:nth-child(4n) {
  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: #3485fb;
  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: #3485fb;
  color: #fff;
}

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

.content-container .case-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: 23.5%;
  margin-right: 2%;
  margin-top: 40px;
  border: 1px solid #e0e0e0;
}

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

.content-container .case-list .cont li .pic {
  display: block;
  width: 100%;
  height: 232px;
  padding: 12px;
}

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

.content-container .case-list .cont li .tit {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 2;
  display: block;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.content-container .case-list .cont li .more {
  display: block;
  font-size: 12px;
  color: #7c7c7c;
  line-height: 3;
  border-top: 1px solid #e0e0e0;
}

.content-container .case-list .cont li:hover .tit {
  color: #3485fb;
}

.content-container .case-list .cont li:hover .more {
  color: #3485fb;
}

.content-container .contact {
  padding-top: 74px;
  padding-bottom: 100px;
}

.content-container .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d7d7d7;
  margin-bottom: 100px;
}

.content-container .contact ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-left: 44px;
  padding-right: 44px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #d7d7d7;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content-container .contact ul li .iconfont {
  color: #3485fb;
  font-size: 60px;
}

.content-container .contact ul li span {
  color: #343434;
  font-size: 18px;
  line-height: 1;
  margin-top: 20px;
}

.content-container .contact ul li p {
  color: #858585;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

.content-container .contact ul li h3 {
  color: #333333;
  font-size: 30px;
  margin-top: 20px;
}

.content-container .contact ul li img {
  width: 118px;
  height: 118px;
  margin-top: 16px;
}

.content-container .contact ul li:last-child {
  border: none;
}

.content-container .contact ul li:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content-container .contact ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content-container .contact ul li:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content-container .contact ul li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content-container .contact ul li:hover .iconfont {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.content-container .contact .map {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.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-detail {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
}

.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: #3485fb;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  padding: 0.5em 2em;
  cursor: pointer;
  margin-top: 40px;
}

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

.content-container .news .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: 23.5%;
  margin-right: 2%;
  margin-top: 40px;
  -moz-text-align-last: left;
  text-align-last: left;
}

.content-container .news .cont li:nth-child(4n) {
  margin-right: 0;
}

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

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

.content-container .news .cont li span {
  color: #7c7c7c;
  font-size: 14px;
  display: block;
  line-height: 3;
}

.content-container .news .cont li .tit {
  color: #3a3a3a;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-top: 4px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.content-container .news .cont li:hover span {
  color: #3485fb;
}

.content-container .news .cont li:hover .tit {
  color: #3485fb;
}

.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: #3485fb;
  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;
}