#home {
  width: 100%;
}

.header {
  height: 100px;
}
.header .top {
  height: 30px;
  background-color: #0052c4;
}
.header .nav {
  overflow: hidden;
  height: 70px;
  background-color: rgba(100, 215, 255, 0.15);
}
.header .nav .logo {
  height: 36px;
  width: auto;
  margin-top: 35px;
  margin-left: 40px;
  transform: translateY(-18px);
  float: left;
}
.header .nav .right-nav {
  width: auto;
  float: right;
  font-size: 16px;
  color: #2c9cec;
  margin-top: 35px;
  transform: translateY(-18px);
}
.header .nav .right-nav span {
  display: block;
  float: right;
  line-height: 36px;
  padding: 0 24px;
  cursor: pointer;
  height: 36px;
  border-radius: 18px;
}
.header .nav .right-nav .nav-active {
  background-color: #a5fefb;
}
.header .nav .right-nav .contact-us {
  background-color: #005dc6;
  color: #04eef9;
}
.banner {
  height: 500px;
  z-index: 10;
}
.banner .banner-container {
  width: 1125px;
  margin-left: 50px;
  margin-top: 5px;
  height: 435px;
}
.banner img {
  width: 100%;
  height: 100%;
}

.index-content {
  width: 100%;
  /* border-top: 19px solid #208fec; */
}

.index-content .check-table {
  position: absolute;
  cursor: pointer;
  width: 1050px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  height: 190px;
  border-radius: 12px;
  background-image: linear-gradient(to right, #0091e1, #0047be);
  box-shadow: 0 0 20px rgba(0, 147, 277, 0.75);
  z-index: 1000;
  overflow: hidden;
}
.index-content .check-table .check-item {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.index-content .check-table .check-item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #86eff6;
}
.index-content .check-table .check-item img {
  height: 75px;
  width: auto;
}
.index-content .check-table .check-item span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 23px;
  color: #ffff;
  line-height: 26px;
}

.concurrent-content {
  margin-top: 130px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 45px;
}

.concurrent-content .concurrent-left-nav {
  flex: 1;
  width: 252px;
}
.concurrent-content .concurrent-left-nav .concurrent-top-tip {
  width: 100%;
  /*height: 325px;*/
  box-shadow: 0 0 17px #9dd1f6;
  border-radius: 17px;
}
.concurrent-content .concurrent-left-nav .concurrent-top-tip {
  font-size: 32px;
  color: #0086e8;
  line-height: 32px;
  padding: 5px 0 30px 17px;
}
.concurrent-content .concurrent-left-nav .concurrent-top-tip h2 {
  margin-top: 15px;
}
.concurrent-content .concurrent-left-nav .other-link {
  font-size: 20px;
  color: #777777;
  line-height: 20px;
  font-weight: 500;
  padding-top: 10px;
}
.concurrent-content .concurrent-left-nav .other-link li:hover {
  color: #0086e8;
}
.concurrent-content .concurrent-left-nav .other-link li:hover::after {
  background-color: #0086e8;
}
.concurrent-content .concurrent-left-nav .other-link li {
  margin-top: 25px;
  position: relative;
  padding-left: 28px;
}
.concurrent-content .concurrent-left-nav .other-link li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  position: absolute;
  left: 14px;
  background-color: #777777;
  top: 7.5px;
}
.concurrent-left-nav .concurrent-link-button {
  width: 100%;
  margin-top: 34px;
}
.concurrent-link-button li {
  width: 235px;
  margin-top: 19px;
  height: 53px;
  font-size: 18px;
  position: relative;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  background-image: linear-gradient(#0048bf, #007ad7);
}
.concurrent-link-button li:hover {
  border-radius: 10px !important;
}
.concurrent-link-button li:hover .button-img {
  background-image: linear-gradient(#ffe340, #ffe340) !important;
}
/* .concurrent-link-button li:hover .button-img::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #86eff6;
} */
.concurrent-link-button li:hover .name {
  color: #0086e8 !important;
  background-color: #ffe340 !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.concurrent-link-button li .button-img {
  width: 62px;
  height: 62px;
  top: -4px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-image: linear-gradient(#0081da, #0054c5);
}
.concurrent-link-button li .button-img img {
  width: 32px;
  height: auto;
}
.concurrent-link-button li span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-left: 62px;
  line-height: 53px;
}
.concurrent-link-button .name {
  color: white;
}
.concurrent-detail {
  width: 920px;
  margin-left: 43px;
}

.concurrent-content .detail-title {
  font-size: 24px;
  line-height: 36px;
  width: 860px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
}
.concurrent-content .news-content {
  width: 100%;
}
/* .concurrent-content .news-content p {
  font-size: 20px;
  color: #464646;
  line-height: 55px;
  text-indent: 2em;
  margin-top: 20px;
}
 */
table td,table th{
	padding: 10px;
}