@charset 'utf-8';
.home-banner {
  position: relative;
  height: 600px;
}

.home-banner .banner-wrapper {
  height: 100%;
}

.home-banner .banner-item {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner .banner-item.active {
  display: block;
}

.home-banner .pagination {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 2;
  width: 70px;
  height: 22px;
  margin-left: -35px;
}

.home-banner .pagination span {
  float: left;
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin: 0 10px;
  cursor: pointer;
}

.home-banner .pagination span.active {
  background-color: #076ce0;
  transform: rotate(45deg);
}

.business {
  height: 92px;
  background-color: #eeeeee;
}

.business .container {
  position: relative;
}

.business .title {
  position: absolute;
  top: -90px;
  left: 0;
  width: 322px;
  height: 182px;
  background-color: rgba(7, 108, 224, 0.54);
  border-radius: 0 30px 0 30px;
}

.business .title p {
  padding: 0 40px;
  color: #fff;
}

.business .title p.cn {
  margin-top: 28px;
  height: 60px;
}

.business .title p.cn span {
  display: inline-block;
  position: relative;
  height: 100%;
  font-size: 28px;
}

.business .title p.cn span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.business .title p.cn img {
  width: 30px;
  height: 30px;
  margin-left: 90px;
}

.business .title p.en {
  margin-top: 24px;
  font-size: 22px;
  color: #076ce0;
  line-height: 1;
}

.business .title p.en span {
  display: block;
}

.business .list {
  position: absolute;
  right: 0;
  top: 27px;
}

.business .list a {
  float: left;
  margin-left: 16px;
  padding: 0.4em 1.2em;
  background-color: #076ce0;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
}

.notice {
  margin-top: 24px;
  padding: 16px 0;
  background-color: #edf7ff;
}

.notice .title,
.notice .list {
  float: left;
}

.notice .title {
  width: 129px;
  height: 40px;
  background: url("../images/bg-notice.png") no-repeat center / cover;
  padding-left: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
}

.notice .title img {
  position: relative;
  top: 6px;
  margin-right: 4px;
}

.notice .list {
  width: 1040px;
  margin-left: 32px;
}

.notice .list li {
  position: relative;
  float: left;
  margin: 0 16px;
  padding-left: 12px;
  font-size: 16px;
  line-height: 40px;
}

.notice .list li::before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
}

.notice .list li .time {
  margin-left: 12px;
  color: #999;
}

.notice .list li a {
  float: left;
  width: 370px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice .more {
  float: right;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  color: #999;
}

.notice .more i {
  font-style: normal;
  font-size: 14px;
  letter-spacing: -3px;
}

.announcement {
  height: 530px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.announcement .tabs {
  float: left;
  width: 284px;
  height: 430px;
  padding: 50px 0;
  background: #f3faff url("../images/d-logo.png") no-repeat center 416px;
}

.announcement .tabs span {
  display: inline-block;
  width: 258px;
  height: 70px;
  margin-left: 26px;
  font-size: 18px;
  font-weight: bold;
  color: #0f68c9;
  text-align: center;
  line-height: 70px;
  border-radius: 40px 0 0 40px;
  cursor: pointer;
}

.announcement .tabs span.active {
  background-color: #0f68c9;
  color: #fff;
}

.announcement .pages {
  position: relative;
  float: right;
  width: 954px;
  height: 100%;
}

.announcement .page-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.announcement .page-item .first {
  border-bottom: 1px dashed #dbdbdb;
}

.announcement .page-item .first .top {
  padding: 30px 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.announcement .page-item .first .title a {
  float: left;
  width: 845px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
}

.announcement .page-item .first .title a:hover {
  color: #076ce0;
}

.announcement .page-item .first .title .time {
  float: right;
  font-size: 16px;
  font-weight: bold;
  color: #35526b;
}

.announcement .page-item .first .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 44px;
  margin-top: 12px;
  font-size: 15px;
  color: #999;
}

.announcement .page-item .first .more {
  padding: 16px;
  text-align: right;
}

.announcement .page-item .first .more a {
  font-size: 16px;
  color: #999;
}

.announcement .page-item .first .more i {
  font-size: 14px;
  font-style: normal;
  letter-spacing: -3px;
}

.announcement .page-item .cell-item {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #dbdbdb;
}

.announcement .page-item .cell-item .time {
  position: relative;
  float: left;
  height: 100%;
  padding-right: 16px;
  font-size: 16px;
  font-weight: bold;
}

.announcement .page-item .cell-item .time::after {
  position: absolute;
  right: 0;
  top: 15%;
  width: 1px;
  height: 70%;
  content: "";
  background-color: #ddd;
}

.announcement .page-item .cell-item a {
  position: relative;
  float: left;
  width: 860px;
  height: 100%;
  padding-left: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.announcement .page-item .cell-item a::before {
  position: absolute;
  left: 16px;
  top: 24px;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #999;
}

.announcement .page-item .cell-item a:hover {
  color: #076ce0;
  text-decoration: underline;
}

.announcement .page-item.active {
  display: block;
}

.dynamic {
  margin-top: 36px;
  padding-bottom: 24px;
  background-color: #f5faff;
}

.dynamic .d-title {
  line-height: 100px;
}

.dynamic .d-title .name {
  float: left;
  font-size: 30px;
  color: #0f68c9;
  font-weight: bold;
}

.dynamic .d-title .more {
  float: right;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.dynamic .d-title .more i {
  font-style: normal;
  font-size: 14px;
  letter-spacing: -3px;
}

.dynamic .news {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.dynamic .news dl {
  padding: 16px;
}

.dynamic .news dl dt,
.dynamic .news dl img {
  float: left;
  width: 184px;
  height: 121px;
}

.dynamic .news dl dt {
  margin-right: 16px;
}

.dynamic .news dl dd.title {
  font-size: 16px;
  font-weight: bold;
}

.dynamic .news dl dd.time {
  margin: 12px 0;
  font-size: 12px;
  color: #999;
  font-weight: lighter;
}

.dynamic .news dl dd.desc {
  font-size: 14px;
  line-height: 1.333;
  color: #666; 
}

.dynamic .news ul li {
  overflow: hidden;
  position: relative;
  padding: 0 12px 12px 24px;
  line-height: 32px;
  font-size: 14px;
}

.dynamic .news ul li::before {
  position: absolute;
  top: 15px;
  left: 12px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #999;
}

.dynamic .news ul li a {
  float: left;
  width: 490px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dynamic .news ul li a:hover {
  color: #0f68c9;
  text-decoration: underline;
}

.dynamic .news ul li .time {
  float: right;
  color: #999;
}

.dynamic .company,
.dynamic .industry {
  float: left;
  width: 623px;
}

.dynamic .industry {
  margin-left: 32px;
}
