:root {
  --theme-color: #11c7c9;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
.theme-color {
  color: var(--theme-color);
}
.text-gray {
  color: #c2c4cc;
}
.text-gray-66 {
  color: rgba(255, 255, 255, 0.66);
}
.flex-1 {
  flex: 1;
}
.fs-14 {
  font-size: 14px;
}
.w-1200 {
  max-width: 1200px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.truncate-2-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-5-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-more {
  width: 120px;
  height: 44px;
  line-height: 44px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  border-radius: 5px;
}
.link-more:hover {
  color: white;
}
.link-more:hover::before {
  width: 100%;
}
.link-more:hover span {
  background-image: url(../images/icon_jt4_1.png);
}
.link-more::before {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--theme-color);
  left: 0;
  top: 0;
  content: "";
  transition-duration: 0.4s;
}
.link-more span {
  background: url(../images/icon_jt4.png) no-repeat center right 20px;
  padding-left: 20px;
}
.pc-nav {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.pc-nav .nav-list li a:hover {
  color: var(--theme-color) !important;
}
.pc-nav .nav-list li .sec-nav {
  transition: all 0.3s;
  display: none;
  z-index: 2;
  box-shadow: 0 5px 40px rgba(17, 199, 201, 0.25);
}
.pc-nav .nav-list li .sec-nav li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.pc-nav .nav-list li .sec-nav::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-style: solid;
  margin-left: -7px;
  border-width: 7px;
  border-color: transparent transparent #fff;
  content: "";
}
.pc-nav .nav-list > li:hover .sec-nav {
  display: flex;
}
.mobile-head .nav-btn {
  width: 40px;
  height: 40px;
  transition: 0.3s;
  cursor: pointer;
}
.mobile-head .nav-btn .line {
  width: 25px;
  height: 3px;
  margin: 0px auto 0;
  background-color: var(--theme-color);
  border-radius: 3px;
}
.mobile-head .nav-btn .line::after,
.mobile-head .nav-btn .line::before {
  width: 100%;
  height: 3px;
  left: 0;
  position: absolute;
  background: var(--theme-color);
  border-radius: 3px;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.1s, 0s;
  content: '';
}
.mobile-head .nav-btn .line::after {
  transition-property: top, transform;
  top: -8px;
}
.mobile-head .nav-btn .line::before {
  transition-property: bottom, transform;
  bottom: -8px;
}
.mobile-head .nav-btn.active .line {
  background-color: transparent;
  transition-delay: 0s, 0s;
}
.mobile-head .nav-btn.active .line::after {
  top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.1s;
}
.mobile-head .nav-btn.active .line::before {
  bottom: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.1s;
}
.mobile-nav {
  top: 56px;
  height: 100vh;
  display: none;
}
.mobile-nav .first li {
  border-bottom: 1px solid #e1e6f0;
}
.mobile-nav .first li i {
  transition: all 0.3s;
}
.mobile-nav .first li.active i {
  transform: rotate(180deg);
}
.mobile-nav .first .sec {
  display: none;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-size: auto;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  display: none;
}
.banner .swiper-button-next {
  background-image: url(../images/next.png);
}
.banner .swiper-button-prev {
  background-image: url(../images/prev.png);
}
.index-pro {
  background: url(../images/Pro_bg.jpg) no-repeat center;
  padding: 120px;
}
.index-pro .swiper-container .swiper-slide {
  border-radius: 25px;
}
.index-pro .swiper-container .swiper-slide .img {
  max-width: 500px;
  max-height: 350px;
}
.index-pro .swiper-button-next,
.index-pro .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-size: auto;
}
.index-pro .swiper-button-next::after,
.index-pro .swiper-button-prev::after {
  display: none;
}
.index-pro .swiper-button-next {
  right: 60px;
  background-image: url(../images/next.png);
}
.index-pro .swiper-button-next:hover {
  background-image: url(../images/next_1.png);
}
.index-pro .swiper-button-prev {
  left: 60px;
  background-image: url(../images/prev.png);
}
.index-pro .swiper-button-prev:hover {
  background-image: url(../images/prev_1.png);
}
.index-about .bg {
  height: 600px;
  background-image: url(../images/about_bg.jpg);
}
.index-about .bg .container {
  height: 100%;
}
.index-about .bg .container .text {
  font-size: 18px;
  max-width: 800px;
  line-height: 36px;
}
.index-about .bg .container .more {
  color: white;
  transition: all 0.3s;
  margin-right: 50px;
  margin-top: 100px;
}
.index-about .bg .container .more::after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../images/icon_jt2.png) no-repeat center right;
  content: "";
}
.index-about .bg .container .more:hover {
  color: var(--theme-color);
  transform: translateX(-10px);
}
.index-about .bg .container .more:hover::after {
  background-image: url(../images/icon_jt2_1.png);
}
.index-about .list {
  transform: translateY(-50%);
}
.index-news {
  background: url(../images/news_bg.jpg) no-repeat center #F7F9FC;
}
.index-news .row {
  padding: 20px;
}
.index-news .row .more {
  transition: all 0.3s;
}
.index-news .row .more::after {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url(../images/icon_jt2_1.png) no-repeat center right;
  content: "";
}
.index-news .row .more:hover {
  transform: translateX(-10px);
}
.index-news .first-news .title {
  font-size: 30px;
}
.index-news .first-news .title:hover {
  color: var(--theme-color);
}
.index-news .list a {
  border-bottom: 1px solid #EDF4F9;
  padding: 20px;
}
.index-news .list a .date {
  border-right: 2px solid #EDF4F9;
}
.index-news .list a .icon {
  transition: all 0.3s;
}
.index-news .list a:hover {
  color: white;
  background-image: linear-gradient(to left, #00A0E8, var(--theme-color));
}
.index-news .list a:hover .date * {
  color: white;
}
.index-news .list a:hover .icon {
  transform: translateX(100%);
}
.inner-banner div {
  left: 5%;
}
.inner-nav a {
  height: 60px;
  line-height: 60px;
}
.inner-nav a .title {
  z-index: 1;
}
.inner-nav a:hover {
  color: white;
}
.inner-nav a:hover .bg {
  width: 100%;
  opacity: 1;
}
.inner-nav .bg {
  background-color: #2258B9;
  width: 0;
  height: 100%;
  transition: all 0.6s;
  transform: skewX(-12deg);
  opacity: 0;
}
.big-title::after {
  display: block;
  width: 20px;
  height: 4px;
  margin: 10px auto 0;
  background-color: var(--theme-color);
  border-radius: 4px;
  content: "";
}
.about-dec .content {
  max-height: 320px;
}
.about-dec .content::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}
.about-dec .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--theme-color);
}
.about-dec .content::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ededed;
}
.about-honor .swiper-container .swiper-slide {
  width: 520px;
}
.about-honor .swiper-container .swiper-slide .img {
  width: 520px;
  height: 320px;
}
.about-honor .swiper-container .swiper-slide .img img {
  max-width: 100%;
  height: 100%;
}
.pro {
  background: url(../images/n_pro_bg.jpg) no-repeat center;
  background-size: cover;
}
.pro .list li a {
  transition: all, 0.5s;
  z-index: 1;
}
.pro .list li a img {
  width: 200px;
  height: 200px;
}
.pro .list li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border: rgba(255, 255, 255, 0.7) 1px solid;
  border-radius: 15px;
  z-index: -1;
  transform: skewX(-5deg);
  transition: 0.5s;
  content: "";
}
.pro .list li a:hover {
  color: white;
}
.pro .list li a:hover::before {
  background-color: var(--theme-color);
}
.pro-detail .related .title {
  border-bottom: 1px solid #dbdbdb;
}
.pro-detail .content {
  line-height: 2.2;
}
.pro-detail .content .title span {
  background-color: #2258B9;
}
.pro-detail .content img {
  max-width: 100%;
  height: auto;
}
.news-list ul li a {
  background-color: #f0f4f8;
}
.news-list ul li a img {
  transition: all 0.3s;
}
.news-list ul li a .text .title {
  transition: all 0.3s;
}
.news-list ul li a .text .date {
  color: #999;
}
.news-list ul li a:hover {
  background-color: var(--theme-color);
}
.news-list ul li a:hover img {
  transform: translate3d(0, -15px, 0);
}
.news-list ul li a:hover .text,
.news-list ul li a:hover .text .date {
  color: white;
}
.news-detail .left .title {
  border-bottom: 1px solid #e8e8e8;
}
.news-detail .left .content {
  line-height: 2.2;
}
.news-detail .left .content img {
  max-width: 100%;
  height: auto;
}
.news-detail .right > div {
  border: 1px solid #e8e8e8;
}
.news-detail .right > div:first-child {
  border-top: 3px solid #2258B9;
}
.news-detail .right > div:last-child ul li a .pic {
  width: 40%;
}
.news-detail .right > div:last-child ul li a .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.news-detail .right > div:last-child ul li a:hover .pic img {
  transform: scale(1.2);
}
.news-detail .right > div:last-child ul li a:hover .title {
  color: var(--theme-color);
}
.news-detail .right > div .title {
  border-bottom: 1px solid #dbdbdb;
}
.talent .img-list li > div img {
  width: 100%;
  height: auto;
  max-height: 313px;
}
.talent .img-list li > div .text {
  top: 20%;
  left: 20%;
}
.job .list li a {
  background-color: #f2f2f2;
}
.job .list li a > div i {
  color: #999;
}
.job .list li a > div:last-child {
  color: #666;
}
.job .list li a:hover {
  background-color: var(--theme-color);
}
.job .list li a:hover * {
  color: white;
}
.contact ul li .text {
  line-height: 1.8;
}
.contact ul li .icon {
  top: 46px;
}
.contact ul li .icon svg {
  width: 215px;
  height: 218px;
  opacity: 0.06;
}
.message form {
  background-color: #636363;
}
.message form input,
.message form textarea {
  outline: none;
  border: 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.message form input::placeholder,
.message form textarea::placeholder {
  color: #ccc;
  font-size: 14px;
}
.message form .submit {
  background-color: var(--theme-color);
  cursor: pointer;
}
footer .bg {
  background: url(../images/foot-map.png) no-repeat center top #434955;
  background-size: contain;
  padding: 60px 0;
}
footer .bg .title {
  color: white;
}
footer .bg a.title:hover {
  color: var(--theme-color);
}
footer .bg .nav-item .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .bg .nav-item .title::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 15px;
  height: 2px;
  background: var(--theme-color);
  content: "";
}
footer .bg .ft_qrcode .title {
  padding: 0 0 0 25px;
  background: url(../images/icon_ewm.png) 0 center no-repeat;
}
footer .bg .ft_qrcode img {
  width: 108px;
  height: 108px;
}
footer .bg .ft_contact .title {
  padding: 0 0 0 30px;
  background: url(../images/icon_ren.png) 0 center no-repeat;
}
footer .bg .ft_contact img {
  width: 108px;
  height: 108px;
}
#map {
  height: 400px;
}
@media screen and (max-width: 750px) {
  .index-pro {
    padding: 20px;
  }
  .index-pro .swiper-container .swiper-slide .img {
    max-width: 100%;
    height: auto;
  }
  .index-about .bg {
    height: 400px;
  }
  .index-about .bg .container .text {
    font-size: 14px;
    line-height: 26px;
  }
  .index-about .bg .container .more {
    margin-right: 10px;
  }
  .index-about .list {
    transform: translateY(-15%);
  }
  .index-about .list img {
    width: 60px;
    height: 60px;
  }
  .index-about .list h5 {
    font-size: 16px;
  }
  .index-news .row {
    padding: 5px;
  }
  .index-news .list a {
    padding: 5px;
  }
}
