@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: rgb(2, 2, 88);
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  margin: 0;
  color: #666;
  line-height: 24px;
  min-width: 1200px;
  font-family: 'Microsoft YaHei';
  font: 14px/24px "PingFang SC", "Lantinghei SC", "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
}
.l {
  color: #6b0018 !important;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.modsW {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 50px;
}

.h3drop {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

/*header*/
.flex {
  display: flex;
}
.fc {
  display: inline;
  align-items: center;
}
.f-h {
  display: flex;
  flex-direction: column;
}
.fc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex1 {
  flex: 1;
}
.f-pr {
  position: relative;
}
/*footer*/
.header-box .w {
  height: 157px;
}
.header-box .logo img {
  height: 137px;
  display: block;
  rotate: -100deg;
}
.head-so {
  width: 232px;
  height: 55px;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  padding-left: 49px;
  box-sizing: border-box;
  position: relative;
}
.head-so i {
  position: absolute;
  width: 48px;
  height: 53px;
  left: 0;
  top: 0;
}
.head-so input {
  font-size: 16px;
  color: #333;
  padding: 15px 0;
  line-height: 22px;
  width: 90%;
}
.head-btn {
  width: 114px;
  height: 55px;
  border-radius: 50px;
  margin-left: 20px;
  color: #fff;
  font-size: 18px;
  background-image: linear-gradient(90deg, #2e4558, #6e4e3f);
  box-shadow: 0px 2px 29px 0px rgba(247, 102, 36, 0.35);
}
.head-btn:hover {
  color: #fff;
  opacity: 0.85;
}

/* nav-bar */
/* NAVBAR BASE */
.nav-bar {
  height: 50px;
  background-color: #191642;
  line-height: 50px;
  padding: 0;
  position: relative;
  z-index: 100;
  font-family: Arial, sans-serif;;
}

.nav-bar .modsW {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center; /* Center horizontally */
}

/* Center the nav items in the ul */
.nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center; /* Center items */
}

.nav-bar li {
  position: relative;
  height: 100%;
}

.nav-bar h3 {
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
}

.nav-bar a {
  display: inline-block;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  transition: background 0.2s, color 0.2s;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-bar a:hover,
.nav-bar li.on h3 a {
  background-color: #4a7ecc;
  color: #fff;
  font-weight: bold;
}

/* DROPDOWN MENU */
.nav-bar dl.sub {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 180px;
  background-color: rgba(89, 139, 139, 0.95);
  z-index: 200;
  margin: 0;
  padding: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  pointer-events: auto;
}

.nav-bar dl.sub dd {
  margin: 0;
  padding: 0;
}

.nav-bar dl.sub a {
  display: block;
  padding: 0 24px;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
  white-space: nowrap;
  background: none;
  transition: background 0.2s, color 0.2s;
}

.nav-bar dl.sub dd + dd {
  border-top: 1px solid rgba(81, 113, 134, 0.12);
}

.nav-bar dl.sub dd a:hover,
.nav-bar dl.sub dd.on a {
  background: #406692;
  color: #fff;
}

/* SHOW DROPDOWN ON HOVER OR FOCUS */
.nav-bar li:hover > h3 + dl.sub,
.nav-bar li:focus-within > h3 + dl.sub,
.nav-bar dl.sub:hover,
.nav-bar dl.sub:focus-within {
  display: block;
}

/* OPTIONAL: INDICATOR FOR DROPDOWN */
.nav-bar li > h3 > a:after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  vertical-align: middle;
  opacity: 0.6;
}
.nav-bar li:not(:has(dl.sub)) > h3 > a:after {
  display: none;
}

/* RESPONSIVE (optional) */
@media (max-width: 900px) {
  .nav-bar ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-bar li {
    width: 100%;
  }
  .nav-bar a {
    width: 100%;
    box-sizing: border-box;
  }
  .nav-bar dl.sub {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0;
  }
}

.what-box {
  padding-bottom: 58px;
  background: aliceblue;
}
.what-box p {
  width: 1053px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: rgba(66, 66, 67, 0.62);
  margin-bottom: 5px;
}
.what-box .icon {
  padding: 1px;
  padding-bottom: 23px;
}
.what-box .icon img {
  display: block;
  height: 80px;
}
.what-box h2 {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #424243;
  margin-bottom: 20px;
}
.what-box .btn1 {
  width: 265px;
  height: 65px;
  box-shadow: 0px 2px 18px 0px rgba(169, 169, 169, 0.3);
  border-radius: 10px;
  font-size: 18px;
  color: #424243;
  line-height: 30px;
}
.what-box .btn1:hover {
  font-weight: bold;
  box-shadow: 0px 2px 18px 0px rgba(253, 80, 82, 0.3);
  color: #FD5052;
}
.what-box .btn2 {
  margin-left: 51px;
  width: 400px;
  height: 65px;
  box-shadow: 0px 2px 18px 0px rgba(169, 169, 169, 0.3);
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #FD5052;
  line-height: 30px;
}
.what-box .btn2:hover {
  font-weight: bold;
  box-shadow: 0px 2px 18px 0px rgba(253, 80, 82, 0.3);
  color: #FD5052;
}
.project-box {
 /* background: url(./images/homePage/images/back_image.png) center no-repeat; */
  width: 100%!important;
  padding-bottom: 60px;
  background-size: auto 100%;
  opacity: 1;
  background-color: aliceblue;
}
.project-box .icon {
  padding: 54px;
  padding-bottom: 13px;
}
.project-box .icon img {
  display: block;
}
.project-box i {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #424243;
  margin-bottom: 45px;
}
.project-box li {
  width: 279px;
  height: 474px;
  background: #fff;
  display: block;
}
.project-box li a {
  display: block;
  height: 474px;
  text-align: center;
  padding-top: 30px;
  box-sizing: border-box;
  text-decoration: none;
}
.project-box h3 {
  height: 62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  font-size: 18px;
  margin: 0 auto;
  font-weight: bold;
  color: #4E4E4E;
  line-height: 30px;
  margin-bottom: 20px;
}
.project-box p {
  padding: 0 10px;
  font-size: 16px;
  color: #4E4E4E;
  line-height: 24px;
  opacity: 0.63;
}
.project-box .line {
  width: 31px;
  height: 2px;
  background: #52D6FF;
  margin: 25px auto 20px;
}
.project-box .img {
  width: 73%;
  height: 45%;
  margin: 0 auto;
}
.project-box a {
  transition: 0.3s;
}
.project-box a:hover {
  background: rgb(25, 25, 48);
  transform: translateY(-10px);
}
.project-box a:hover h3,
.project-box a:hover p {
  color: #fff;
  opacity: 1;
}
.project-box a:hover .line {
  background: #fff;
}


.statistics-box {
  width: 100%!important;
  padding-bottom: 40px;
  background-size: auto 100%;
  opacity: 1;
  background-color: aliceblue;
}

.statistics-box .icon {
  padding: 54px;
  padding-bottom: 13px;
}
.statistics-box .icon img {
  display: block;
}
.statistics-box i {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #424243;
  margin-bottom: 9%;
  margin-right: 32%;
  margin-left: 47%;
  display: block ruby;
}
.statistics-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 25px;
  width: 49%;
  float: left;
}
.statistics-box li {
  width: 26%;
  height: 15%;
  margin-bottom: 5px;
  box-sizing: border-box;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000;
}
.statistics-box li p {
  font-size: 40px;
  line-height: 1.1;
  color: darkblue;
  font-weight: bold;
}
.statistics-box li b {
  font-size: 21px;
  font-weight: bold;
  color: #2A4851;
  line-height: 24px;
}

.statistics-box li:nth-of-type(5) b,
.statistics-box li:nth-of-type(6) b,
.statistics-box li:nth-of-type(7) b,
.statistics-box li:nth-of-type(8) b {
  color: #2A4851;;
}
.hot-box .icon {
  padding: 43px;
  padding-bottom: 0px;
}
.hot-box .icon img {
  display: block;
}
.hot-box h2 {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #424243;
  margin-bottom: 27px;
}
.hot-box .img4 {
  display: flex;
}
.hot-box .img4 li {
  flex: 1;
}
.hot-box .img4 li a,
.hot-box .img4 li img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.hot-box .img4 li img {
  transition: 0.3s;
}
.hot-box .img4 a:hover {
  position: relative;
  z-index: 10;
}
.hot-box .img4 a:hover img {
  transform: scale(1.1);
}
.citation-box {
  margin-top: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 52px;
}
.citation-box .left {
  width: 612px;
}
.citation-box .left .p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 20px;
  font-size: 26px;
  font-family: PingFang;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}
.citation-box .left .txt {
  width: 483px;
  background: #0EC6FF;
  box-sizing: border-box;
  padding: 24px;
  position: absolute;
  left: 33px;
  top: 211px;
}
.citation-box .left .txt p {
  font-size: 24px;
  font-weight: 100;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 10px;
}
.citation-box .number span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 53rpx;
  width: 41px;
  height: 53px;
  background: #fff;
  border-radius: 20px;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  margin-right: 4px;
}
.citation-box .number em {
  font-size: 30px;
  padding-left: 5px;
  position: relative;
  top: 8px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.citation-box .right {
  width: 535px;
}
.citation-box .right h3 {
  padding-left: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}
.citation-box .right p {
  font-size: 24px;
  font-weight: 500;
  color: #696969;
  line-height: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
}
.citation-box .list li {
  margin-bottom: 8px;
}
.citation-box .list a {
  height: 62px;
  background: #F6F6F6;
  display: block;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #000000;
  line-height: 62px;
}
.citation-box .list a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #8FCA00;
  margin-left: 17px;
  margin-right: 15px;
}
.citation-box .list a:hover {
  background: #fafafa;
}
.news-box {
  padding-top: 52px;
}
.news-box .icon {
  margin-bottom: 14px;
}
.news-box .icon img {
  display: block;
}
.news-box h2 {
  font-size: 36px;
  line-height: 56px;
  font-weight: bold;
  color: #424243;
  margin-bottom: 47px;
}
.news-box .hd {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 66px;
}
.news-box .hd a {
  line-height: 40px;
  font-size: 18px;
  color: #8a8a8a;
  margin: 0 48px;
  position: relative;
}
.news-box .hd a.on,
.news-box .hd a:hover {
  color: #000;
}
.news-box .hd a.on:after,
.news-box .hd a:hover:after {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #0EC6FF;
  bottom: 0;
}
.news-box .box {
  display: none;
}
.news-list {
  display: flex;
  justify-content: space-between;
}
.news-list li {
  width: 300px;
  padding-bottom: 16px;
  position: relative;
}
.news-list li:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  position: absolute;
  background: #EAEAEA;
}
.news-list li:hover:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  background: #0EC6FF;
}
.news-list li:hover h3 a {
  color: #0EC6FF;
}
.news-list .img {
  display: block;
  height: 297px;
  margin-bottom: 12px;
}
.news-list .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: 0.3s;
}
.news-list li:hover img {
  transform: scale(1.05);
}
.news-list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #494949;
  line-height: 44px;
}
.news-list p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
  opacity: 0.58;
  height: 54px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  margin-bottom: 10px;
}
.news-list .time {
  font-family: "DIN";
  font-size: 18px;
  font-family: DIN;
  font-weight: 400;
  line-height: 28px;
  color: #535353;
}
.more-row {
  padding: 50px 0 40px;
}
.more-row img {
  transition: 0.3s;
}
.more-row a:hover img {
  transform: scale(1.1);
}
.footer-box {
  background-color: rgb(19, 19, 44);
}
.footer-box .footer {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.footer-box .footer p + p {
  margin-top: 1em;
}
.footer-box .footer .right {
  width: 650px;
  line-height: 8px;
}
.footer-box .footer .left a {
  color: #fff;
}
.footer-box .footer em {
  font-size: 14px;
  padding: 0 25px;
}
.footer-box .footer .line-y {
  width: 1px;
  height: 96px;
  opacity: 0.32;
  background: #fff;
}
.footer-box .copyright {
  font-size: 15px;
  line-height: 50px;
  background:rgb(19, 19, 44);
  color: #fff;
}

.main-content {
  background-color: #f9f9f9; /* Light gray background */
  padding: 20px; /* Add some padding */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  margin: 20px auto; /* Center the content */
  max-width: 1300px; /* Limit the width */
  font-family: Arial, sans-serif; /* Clean font */
  color: #333; /* Dark text color */
}

.main-content h1 {
  font-size: 34px; /* Larger font size for the title */
  font-weight: bold;
  color: #191642; /* Blue color for the title */
  margin-bottom: 15px; /* Space below the title */
  text-align: center; /* Center the title */
}

.main-content p {
  font-size: 16px; /* Standard font size for text */
  line-height: 1.6; /* Better readability */
  margin-bottom: 20px; /* Space below paragraphs */
  text-align: center; /* Center the text */
}

.main-content form {
  display: flex;
  flex-direction: column; /* Stack form elements vertically */
  gap: 15px; /* Add space between form elements */
}

.main-content form div {
  display: flex;
  flex-direction: column; /* Stack label and input vertically */
}

.main-content form label {
  font-weight: bold; /* Bold labels */
  margin-bottom: 5px; /* Space below labels */
}

.main-content form input {
  padding: 10px; /* Add padding inside inputs */
  border: 1px solid #ccc; /* Light border */
  border-radius: 4px; /* Rounded corners */
  font-size: 14px; /* Standard font size */
}

.main-content form button {
  background-color: #0056b3; /* Blue background */
  color: #fff; /* White text */
  padding: 10px 15px; /* Add padding */
  border: none; /* Remove border */
  border-radius: 4px; /* Rounded corners */
  font-size: 16px; /* Larger font size */
  cursor: pointer; /* Pointer cursor on hover */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}

.main-content form button:hover {
  background-color: #003d80; /* Darker blue on hover */
}

.logoImg {
  background-image: url('css/images/homePage/images/banner.jpg');
  background-size: cover; /* Ensures the image covers the entire area */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  width: 100%; /* Full width */
  height: 160px; /* Adjust the height as needed */
}

table {
  width: 180%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
}

table thead tr {
  background-color: #191642;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

table th, table td {
  padding: 5px 5px;
  border: 1px solid #ddd;
}

table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}

table tbody tr:hover {
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.pagination a {
  color: #191642;
  text-decoration: none;
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
  background-color: #191642;
  color: #fff;
}

.pagination a.active {
  background-color: #191642;
  color: #fff;
  border-color: #191642;
}

.pagination span {
  margin: 0 5px;
  color: #666;
}

/* Button Styles */
.download-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s;
  width: 150px;
  align-items: center;
}

.download-btn:hover {
  background-color: #0056b3;
}

/* --- Clean Slider & Caption Two-Column Layout --- */
.slider-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px auto 0 auto;
    max-width: 1200px;
    gap: 40px;
    width: 100%;
}

/* Caption Section (Left) */
.slider-caption {
    width: 60%;
    padding: 30px 20px 30px 0;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: left;
    box-sizing: border-box;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.slider-caption h2 {
    font-size: 30px;
    color: darkblue;
    margin-bottom: 18px;
    text-align: center;
}
.slider-caption p#caption-text {
    font-size: 22px;
    color: #222;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    word-break: break-word;
    width: 95%;
    text-align: justify;
}
/* Style for Explore button in slider caption */
#caption-text a {
    display: block;              /* Makes the button start on a new line */
    background: #003366;
    color: #fff !important;
    padding: 10px 28px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 18px auto 0 auto;    /* Top margin for spacing, auto for center */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
    text-align: center;
    width: fit-content;
}
#caption-text a:hover {
    background: #0055aa;
}
#caption-text {
    text-align: center;
}
/* --- FlexSlider: Only one slide visible, images sized correctly --- */
.flexslider {
    visibility: hidden; /* Hide until initialized */
    width: 434px;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.flexslider.flexslider-initialized {
    visibility: visible;
}

.flexslider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.flexslider .slides li {
    display: none;
    width: 434px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #f9f9f9;
}

.flexslider .slides li.flex-active-slide {
    display: flex !important;
}

.flexslider .slides img {
    display: block;
    width: 100%;
    max-width: 434px;
    height: auto;
    max-height: 400px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px;
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* FlexSlider Controls */
.flexslider .flex-direction-nav {
    display: none;
}
.flexslider .flex-control-nav {
    position: static;
    margin: 18px 0 8px 0;
    text-align: center;
}
.flexslider .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
}
.flexslider .flex-control-nav a {
    display: block;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    text-indent: -9999px;
    transition: background-color 0.3s;
}
.flexslider .flex-control-nav a:hover,
.flexslider .flex-control-nav .flex-active {
    background-color: #007bff;
}


/* ###
.banner {
  height: 650px;
  width: 100%!important;
  position: relative;
  overflow: hidden;
}
.banner ul,
.banner li,
.banner a,
.banner img {
  display: block;
  width: 1920px;
  height: 650px;
}
.banner .bd {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.banner .hd-row {
  position: absolute;
  left: 0;
  bottom: 29px;
  width: 100%;
}
.banner .hd-row .hd {
  border-radius: 50px;
  padding: 0 13px;
  height: 29px;
  background: rgba(255, 255, 255, 0.17);
}
.banner .hd-row span {
  display: block;
  border-radius: 5px;
  width: 10px;
  line-height: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.57);
}
.banner .hd-row span + span {
  margin-left: 5px;
}
.banner .hd-row span.on {
  width: 40px;
  background-color: #f44b44;
}
  */

  /* Center table, set max width, and style header */
.centered-table {
    max-width: 1100px;
    margin: 30px auto 30px auto;
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    border-radius: 8px;
    overflow: hidden;
}

.centered-table th {
    background-color: #fff;
    color: #191642;
    font-weight: bold;
    padding: 10px 12px;
    text-align: right;
}

.centered-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    color: black;
    overflow-wrap: anywhere;
}

.centered-table tr:last-child td {
    border-bottom: none;
}
