.index {}

.index-banner-item {
  display: block;
  margin-top: 20px;
  height: 100px;
  background-size: 100% 100%;
  padding: 1px;
}

.index-banner-item .line-link {
  display: block;
  text-align: center;
  margin-top: 9px;
  font-size: 24px;
  font-weight: bold;
  color: #1c4980;
  line-height: 36px;
}

.index-banner-item img {
  height: 100%;
  width: 100%;
}

.index-news {
  margin-top: 20px;
  height: 370px;
}

.index-news-left {
  float: left;
  width: 660px;
  height: 100%;
}

.index-news-img {
  width: 100%;
  height: 100%;
}

.index-news-img-text {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  line-height: 40px;
  padding-left: 10px;
}

.index-news-img-text a {
  color: #fff;
}

.index-news-page {
  position: absolute !important;
  right: 5px !important;
  left: unset !important;
  bottom: 5px !important;
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  border-radius: unset;
  background: #ffffff;
  opacity: unset;
  color: #333333;
}

.swiper-pagination-bullet-active {
  background: #d51b21;
  color: #ffffff;
}

.index-news-right {
  float: left;
  width: 330px;
  height: 100%;
  margin-left: 10px;
}

.index-news-right-head {
  border-bottom: 2px solid #d42c2c;
}

.index-news-right-head ul li {
  float: left;
}

.index-news-tab-item {
  min-width: 66px;
  height: 26px;
  background: #ededed;

  text-align: center;
  margin-right: 1px;
  padding: 0 10px;
  cursor: pointer;
}

.index-news-tab-item a {
  color: #333333;
}

.index-news-tab-activate {
  background: #d42c2c;
}

.index-news-tab-activate a {
  color: #ffffff;
}

.index-news-title {
  width: 86px;
  height: 28px;
  background: #d42c2c;
  color: #ffffff;
  text-align: center;
}

.index-news-right-list {
  margin-top: 8px;
  font-size: 14px;
  color: #333333;
  height: 100%;
}

.index-news-right-top {
  margin-top: 10px;
}

.index-news-right-top-img {
  width: 87px;
  height: 54px;
}

.index-news-right-top-title {
  width: 230px;
  margin-left: 10px;
  color: #333333;
}

.index-news-right-top-title:hover {
  color: #1a92ff;
  text-decoration: underline;
}

.index-news-right-top-descrip {
  font-size: 12px;
  color: #999999;
  height: 42px;
  margin: 5px 0;
}

.index-news-right-item {
  height: 28px;
  line-height: 28px;
  position: relative;
}

.index-news-item-i {
  width: 6px;
  height: 6px;
  background: #999999;
  display: inline-block;
  position: absolute;
  top: 12px;
}

.index-news-item-title {
  color: #333333;
  display: inline-block;
  width: 82%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-right: 5px;
}

.index-news-item-title:hover {
  color: #1a92ff;
  text-decoration: underline;
}

.index-news-item-time {
  position: absolute;
  top: 0;
}

.index-service {
  margin-top: 30px;
}

.index-service-head {
  height: 28px;
  border-bottom: 2px solid #d42c2c;
}

.index-service-head-title {
  width: 86px;
  height: 28px;
  background: #d42c2c;
  color: #ffffff;
  text-align: center;
}

.index-service-main {
  min-height: 240px;
}

.index-service-item {
  float: left;
  height: 100px;
  width: 150px;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  margin-right: 17px;
  margin-top: 17px;
}

.index-service-item-last {
  margin-right: 0px;
}

.index-service-item-link {
  display: block;
  padding: 10px;
}

.index-service-item-img {
  margin-left: 50px;
}

.index-service-item-p {
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.index-link {
  margin-top: 30px;
}

.index-link-head {
  height: 28px;
  border-bottom: 2px solid #d42c2c;
}

.index-link-head-title {
  width: 86px;
  height: 28px;
  background: #d42c2c;
  color: #ffffff;
  text-align: center;
}

.index-link-main {
  margin-top: 10px;
}

.index-link-main li {
  float: left;
  padding-right: 10px;
}

.index-link-main li a {
  font: 14px;
  color: #333333;
}

.index-main {
  margin-top: 30px;
  width: 100%;
}

.index-main-group {
  float: left;
  width: 490px;
  margin-right: 20px;
  margin-top: 30px;
}

.index-main-group-last {
  margin-right: 0px;
}

.index-mg-tab {
  height: auto;
  border-bottom: 2px solid #1661be;
}

.index-mg-tab ul li {
  float: left;
}

.index-mg-tab-item {
  box-sizing: border-box;
  min-width: 66px;
  height: 32px;
  line-height: 32px;
  background: #1661be;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
}

.index-mg-tab-item a {
  color: #ffffff;
}

.index-mg-tab-item-sub {
  background: #ededed;
  height: 32px;
  line-height: 28px;
  border-left: white solid 2px;
  border-right: white solid 2px;
  border-top: white solid 4px;
}

.index-mg-tab-item-sub a {
  color: #333333;
}

.index-mg-tab-activate, .index-mg-tab-item-sub:hover {
  border-left: #1661be solid 2px;
  border-right: #1661be solid 2px;
  border-top: #1661be solid 4px;
}

.index-mg-tab-activate a {
  color: #333333;
}

.index-mg-panel {
  min-height: 240px;
}

.index-mg-item {
  height: 40px;
  line-height: 40px;
  position: relative;
}

.index-mg-item-i {
  width: 6px;
  height: 6px;
  background: #999999;
  display: inline-block;
  position: absolute;
  top: 17px;
}

.index-mg-item-title {
  color: #333333;
  display: inline-block;
  width: 98%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-right: 5px;
}

.index-mg-item-title:hover {
  color: #1a92ff;
  text-decoration: underline;
}

.department-group {
  margin-top: 30px;
}

.department-group-head {
  height: 40px;
  background: #1661be;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
}

.department-group-body {
  margin-top: 20px;
}

.department-item {
  width: 240px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  background: #f0f2f7;
  border: 1px solid #dfe1e5;
  float: left;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 15px;
}

.department-item-last {
  margin-right: 0;
}

.department-item a {
  color: #666;
  display: block;
  height: 40px;
}

.department-item-small a {
  line-height: 20px;
  padding: 0 10px;
}

.branch {
  margin-top: 40px;
  border: 1px solid #CCCCCC;
  min-height: 600px;
}

.branch-article {
  padding: 20px;
}


.branch-article-title {
  color: #4D4D4D;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: #CCCCCC solid 1px;
  padding: 0 0 16px 0;
}

.branch-article-text {
  color: #4D4D4D;
  margin-top: 20px;
}

.branch-file {
  padding: 20px;
}